Trace number 3747188

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
npSolver inc-topDown (fixed)? (TO) 1800.09 1800.51

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB06/liu/
vtxcov/normalized-vtxcov_v2000_e4000_8.opb.PB06.opb
MD5SUM810966efbb409d6e2e91a116be6e9263
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark1040
Best CPU time to get the best result obtained on this benchmark1796.76
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 1038
Optimality of the best value was proved NO
Number of variables1963
Total number of constraints4000
Number of constraints which are clauses4000
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint2
Maximum length of a constraint2
Number of terms in the objective function 1963
Biggest coefficient in the objective function 1
Number of bits for the biggest coefficient in the objective function 1
Sum of the numbers in the objective function 1963
Number of bits of the sum of numbers in the objective function 11
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 1963
Number of bits of the biggest sum of numbers11
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.02	c run inc solver
0.00/0.02	c [INC SYSTEM] run initial solver
0.00/0.02	c [INC SYSTEM] preprocess with white file
0.00/0.04	c [INC SYSTEM] finished preprocessing in 0 s
0.00/0.04	c [INC SYSTEM] execute solver
0.00/0.04	c [INC SEARCH] formula is SAT
0.00/0.04	c [INC SYSTEM] solved the initial formula
0.00/0.04	c model valid
0.00/0.04	c current solution ok
0.00/0.05	o 1203
0.00/0.05	c [INC SYSTEM] there exists a inc, kill it!
0.00/0.05	c write failed with 2
0.00/0.05	c [INC SEARCH] iteration: 0
0.00/0.05	c [INC BOUNDS] best value:1203 search for 1202
0.00/0.05	c [INC SYSTEM] create new solver instance
0.00/0.05	c [INC] encode full formula
0.00/0.05	c (debug) using card networks
0.00/0.05	c old isEQ: 41, new EQ is 0
0.00/0.11	c set iterative enc to: card
0.00/0.11	c set iterative enc to: none
0.00/0.11	c [INC SEARCH] isOptimum variable: 0
11.26/11.34	c formula is SAT
11.26/11.35	c [INC SEARCH] copied best model
11.26/11.35	c [INC SEARCH] sat variable: 1 optimum/unsat variable: 0
11.26/11.35	c model valid
11.26/11.35	c current solution ok
11.26/11.35	o 1182
11.26/11.35	c [INC SEARCH] iteration: 1
11.26/11.35	c [INC BOUNDS] best value:1182 search for 1181
11.26/11.35	c [INC SYSTEM] there exists a inc, kill it!
11.26/11.35	c write failed with 2
11.26/11.35	c [INC SYSTEM] create new solver instance
11.26/11.35	c [INC] encode full formula
11.26/11.35	c (debug) using card networks
11.26/11.35	c old isEQ: 96, new EQ is 0
11.38/11.41	c set iterative enc to: card
11.38/11.41	c set iterative enc to: none
11.38/11.42	c [INC SEARCH] isOptimum variable: 0
1800.09/1800.51	HOME/npSolver-pbo-Itd.sh: line 18: 11443 Terminated              ./npSolver-pbo $file $tmp -rnd_seed=$seed -useQuickBound=0 -useBinSearch=0 -useCP2=1 -useInc=1

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.1 (svn: 989)

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3747188-1339098749/watcher-3747188-1339098749 -o /tmp/evaluation-result-3747188-1339098749/solver-3747188-1339098749 -C 1800 -W 1900 -M 15500 HOME/npSolver-pbo-Itd.sh HOME/instance-3747188-1339098749.opb 1098599510 HOME HOME 

running on 4 cores: 1,3,5,7

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1900 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.00 1.70 0.90 4/178 11442
/proc/meminfo: memFree=26614664/32873648 swapFree=7376/7376
[pid=11442] ppid=11440 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/11442/stat : 11442 (npSolver-pbo-It) S 11440 11442 11259 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 376000301 9367552 275 33554432000 4194304 5064252 140735874351264 140735874350176 270707353166 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/11442/statm: 2287 275 233 213 0 72 0

[startup+0.014949 s]
/proc/loadavg: 2.00 1.70 0.90 4/178 11442
/proc/meminfo: memFree=26614664/32873648 swapFree=7376/7376
[pid=11442] ppid=11440 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/11442/stat : 11442 (npSolver-pbo-It) S 11440 11442 11259 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 376000301 9367552 275 33554432000 4194304 5064252 140735874351264 140735874350176 270707353166 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/11442/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.100309 s]
/proc/loadavg: 2.00 1.70 0.90 4/178 11442
/proc/meminfo: memFree=26614664/32873648 swapFree=7376/7376
[pid=11442] ppid=11440 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/11442/stat : 11442 (npSolver-pbo-It) S 11440 11442 11259 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 376000301 9367552 275 33554432000 4194304 5064252 140735874351264 140735874350176 270707353166 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/11442/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.30025 s]
/proc/loadavg: 2.00 1.70 0.90 4/178 11442
/proc/meminfo: memFree=26614664/32873648 swapFree=7376/7376
[pid=11442] ppid=11440 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/11442/stat : 11442 (npSolver-pbo-It) S 11440 11442 11259 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 376000301 9367552 275 33554432000 4194304 5064252 140735874351264 140735874350176 270707353166 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/11442/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.700241 s]
/proc/loadavg: 2.00 1.70 0.90 4/178 11442
/proc/meminfo: memFree=26614664/32873648 swapFree=7376/7376
[pid=11442] ppid=11440 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/11442/stat : 11442 (npSolver-pbo-It) S 11440 11442 11259 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 376000301 9367552 275 33554432000 4194304 5064252 140735874351264 140735874350176 270707353166 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/11442/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+1.50025 s]
/proc/loadavg: 2.00 1.70 0.90 3/181 11451
/proc/meminfo: memFree=26568656/32873648 swapFree=7376/7376
[pid=11442] ppid=11440 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/11442/stat : 11442 (npSolver-pbo-It) S 11440 11442 11259 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 376000301 9367552 275 33554432000 4194304 5064252 140735874351264 140735874350176 270707353166 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/11442/statm: 2287 275 233 213 0 72 0
[pid=11443] ppid=11442 vsize=11644 CPUtime=0.09 cores=1,3,5,7
/proc/11443/stat : 11443 (npSolver-pbo) S 11442 11442 11259 0 -1 4202496 4487 3124 0 0 7 1 1 0 20 0 1 0 376000301 11923456 2305 33554432000 4194304 6004724 140734009477056 140734009462904 5190736 0 0 4096 0 18446744071580380219 0 0 17 5 0 0 0 0 0
/proc/11443/statm: 2911 2305 175 442 0 2465 0
[pid=11451] ppid=11443 vsize=36216 CPUtime=1.37 cores=1,3,5,7
/proc/11451/stat : 11451 (glucosInc) R 11443 11442 11259 0 -1 4202496 7167 0 0 0 136 1 0 0 20 0 1 0 376000313 37085184 8027 33554432000 4194304 5654031 140736081654256 140736081642072 4232775 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/11451/statm: 9054 8027 140 357 0 8694 0
Current children cumulated CPU time (s) 1.46
Current children cumulated vsize (KiB) 57008

[startup+3.10028 s]
/proc/loadavg: 2.00 1.70 0.90 3/181 11451
/proc/meminfo: memFree=26564624/32873648 swapFree=7376/7376
[pid=11442] ppid=11440 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/11442/stat : 11442 (npSolver-pbo-It) S 11440 11442 11259 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 376000301 9367552 275 33554432000 4194304 5064252 140735874351264 140735874350176 270707353166 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/11442/statm: 2287 275 233 213 0 72 0
[pid=11443] ppid=11442 vsize=11644 CPUtime=0.09 cores=1,3,5,7
/proc/11443/stat : 11443 (npSolver-pbo) S 11442 11442 11259 0 -1 4202496 4487 3124 0 0 7 1 1 0 20 0 1 0 376000301 11923456 2305 33554432000 4194304 6004724 140734009477056 140734009462904 5190736 0 0 4096 0 18446744071580380219 0 0 17 5 0 0 0 0 0
/proc/11443/statm: 2911 2305 175 442 0 2465 0
[pid=11451] ppid=11443 vsize=40924 CPUtime=2.97 cores=1,3,5,7
/proc/11451/stat : 11451 (glucosInc) R 11443 11442 11259 0 -1 4202496 8126 0 0 0 296 1 0 0 20 0 1 0 376000313 41906176 8541 33554432000 4194304 5654031 140736081654256 140736081642072 4792323 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/11451/statm: 10231 8541 142 357 0 9871 0
Current children cumulated CPU time (s) 3.06
Current children cumulated vsize (KiB) 61716

[startup+6.30026 s]
/proc/loadavg: 2.00 1.71 0.91 3/181 11451
/proc/meminfo: memFree=26542428/32873648 swapFree=7376/7376
[pid=11442] ppid=11440 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/11442/stat : 11442 (npSolver-pbo-It) S 11440 11442 11259 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 376000301 9367552 275 33554432000 4194304 5064252 140735874351264 140735874350176 270707353166 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/11442/statm: 2287 275 233 213 0 72 0
[pid=11443] ppid=11442 vsize=11644 CPUtime=0.09 cores=1,3,5,7
/proc/11443/stat : 11443 (npSolver-pbo) S 11442 11442 11259 0 -1 4202496 4487 3124 0 0 7 1 1 0 20 0 1 0 376000301 11923456 2305 33554432000 4194304 6004724 140734009477056 140734009462904 5190736 0 0 4096 0 18446744071580380219 0 0 17 5 0 0 0 0 0
/proc/11443/statm: 2911 2305 175 442 0 2465 0
[pid=11451] ppid=11443 vsize=52260 CPUtime=6.17 cores=1,3,5,7
/proc/11451/stat : 11451 (glucosInc) R 11443 11442 11259 0 -1 4202496 10149 0 0 0 615 2 0 0 20 0 1 0 376000313 53514240 10795 33554432000 4194304 5654031 140736081654256 140736081642072 4232477 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/11451/statm: 13065 10795 142 357 0 12705 0
Current children cumulated CPU time (s) 6.26
Current children cumulated vsize (KiB) 73052

[startup+12.7003 s]
/proc/loadavg: 2.00 1.71 0.91 3/181 11453
/proc/meminfo: memFree=26530028/32873648 swapFree=7376/7376
[pid=11442] ppid=11440 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/11442/stat : 11442 (npSolver-pbo-It) S 11440 11442 11259 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 376000301 9367552 275 33554432000 4194304 5064252 140735874351264 140735874350176 270707353166 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/11442/statm: 2287 275 233 213 0 72 0
[pid=11443] ppid=11442 vsize=13020 CPUtime=11.39 cores=1,3,5,7
/proc/11443/stat : 11443 (npSolver-pbo) S 11442 11442 11259 0 -1 4202496 6893 14581 0 0 13 2 1121 3 20 0 1 0 376000301 13332480 2649 33554432000 4194304 6004724 140734009477056 140734009462904 5190736 0 0 4096 0 18446744071580380219 0 0 17 5 0 0 0 0 0
/proc/11443/statm: 3255 2649 175 442 0 2809 0
[pid=11453] ppid=11443 vsize=36328 CPUtime=1.26 cores=1,3,5,7
/proc/11453/stat : 11453 (glucosInc) R 11443 11442 11259 0 -1 4202496 7433 0 0 0 126 0 0 0 20 0 1 0 376001443 37199872 7735 33554432000 4194304 5654031 140733580907936 140733580895752 4232994 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/11453/statm: 9082 7735 140 357 0 8722 0
Current children cumulated CPU time (s) 12.65
Current children cumulated vsize (KiB) 58496

[startup+25.5003 s]
/proc/loadavg: 2.00 1.73 0.93 3/181 11453
/proc/meminfo: memFree=26578356/32873648 swapFree=7376/7376
[pid=11442] ppid=11440 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/11442/stat : 11442 (npSolver-pbo-It) S 11440 11442 11259 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 376000301 9367552 275 33554432000 4194304 5064252 140735874351264 140735874350176 270707353166 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/11442/statm: 2287 275 233 213 0 72 0
[pid=11443] ppid=11442 vsize=13020 CPUtime=11.39 cores=1,3,5,7
/proc/11443/stat : 11443 (npSolver-pbo) S 11442 11442 11259 0 -1 4202496 6893 14581 0 0 13 2 1121 3 20 0 1 0 376000301 13332480 2649 33554432000 4194304 6004724 140734009477056 140734009462904 5190736 0 0 4096 0 18446744071580380219 0 0 17 5 0 0 0 0 0
/proc/11443/statm: 3255 2649 175 442 0 2809 0
[pid=11453] ppid=11443 vsize=56664 CPUtime=14.06 cores=1,3,5,7
/proc/11453/stat : 11453 (glucosInc) R 11443 11442 11259 0 -1 4202496 11350 0 0 0 1405 1 0 0 20 0 1 0 376001443 58023936 13483 33554432000 4194304 5654031 140733580907936 140733580895752 4215307 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/11453/statm: 14166 13483 142 357 0 13806 0
Current children cumulated CPU time (s) 25.45
Current children cumulated vsize (KiB) 78832

[startup+51.1003 s]
/proc/loadavg: 2.00 1.75 0.96 3/181 11453
/proc/meminfo: memFree=26492708/32873648 swapFree=7376/7376
[pid=11442] ppid=11440 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/11442/stat : 11442 (npSolver-pbo-It) S 11440 11442 11259 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 376000301 9367552 275 33554432000 4194304 5064252 140735874351264 140735874350176 270707353166 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/11442/statm: 2287 275 233 213 0 72 0
[pid=11443] ppid=11442 vsize=13020 CPUtime=11.39 cores=1,3,5,7
/proc/11443/stat : 11443 (npSolver-pbo) S 11442 11442 11259 0 -1 4202496 6893 14581 0 0 13 2 1121 3 20 0 1 0 376000301 13332480 2649 33554432000 4194304 6004724 140734009477056 140734009462904 5190736 0 0 4096 0 18446744071580380219 0 0 17 5 0 0 0 0 0
/proc/11443/statm: 3255 2649 175 442 0 2809 0
[pid=11453] ppid=11443 vsize=64088 CPUtime=39.66 cores=1,3,5,7
/proc/11453/stat : 11453 (glucosInc) R 11443 11442 11259 0 -1 4202496 12328 0 0 0 3964 2 0 0 20 0 1 0 376001443 65626112 15265 33554432000 4194304 5654031 140733580907936 140733580895752 4208694 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/11453/statm: 16022 15265 142 357 0 15662 0
Current children cumulated CPU time (s) 51.05
Current children cumulated vsize (KiB) 86256

[startup+102.307 s]
/proc/loadavg: 2.00 1.78 1.01 3/181 11453
/proc/meminfo: memFree=26515712/32873648 swapFree=7376/7376
[pid=11442] ppid=11440 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/11442/stat : 11442 (npSolver-pbo-It) S 11440 11442 11259 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 376000301 9367552 275 33554432000 4194304 5064252 140735874351264 140735874350176 270707353166 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/11442/statm: 2287 275 233 213 0 72 0
[pid=11443] ppid=11442 vsize=13020 CPUtime=11.39 cores=1,3,5,7
/proc/11443/stat : 11443 (npSolver-pbo) S 11442 11442 11259 0 -1 4202496 6893 14581 0 0 13 2 1121 3 20 0 1 0 376000301 13332480 2649 33554432000 4194304 6004724 140734009477056 140734009462904 5190736 0 0 4096 0 18446744071580380219 0 0 17 5 0 0 0 0 0
/proc/11443/statm: 3255 2649 175 442 0 2809 0
[pid=11453] ppid=11443 vsize=101620 CPUtime=90.86 cores=1,3,5,7
/proc/11453/stat : 11453 (glucosInc) R 11443 11442 11259 0 -1 4202496 13743 0 0 0 9082 4 0 0 20 0 1 0 376001443 104058880 24750 33554432000 4194304 5654031 140733580907936 140733580895752 4215009 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/11453/statm: 25405 24750 142 357 0 25045 0
Current children cumulated CPU time (s) 102.25
Current children cumulated vsize (KiB) 123788

[startup+162.3 s]
/proc/loadavg: 2.00 1.82 1.07 3/181 11454
/proc/meminfo: memFree=26375012/32873648 swapFree=7376/7376
[pid=11442] ppid=11440 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/11442/stat : 11442 (npSolver-pbo-It) S 11440 11442 11259 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 376000301 9367552 275 33554432000 4194304 5064252 140735874351264 140735874350176 270707353166 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/11442/statm: 2287 275 233 213 0 72 0
[pid=11443] ppid=11442 vsize=13020 CPUtime=11.39 cores=1,3,5,7
/proc/11443/stat : 11443 (npSolver-pbo) S 11442 11442 11259 0 -1 4202496 6893 14581 0 0 13 2 1121 3 20 0 1 0 376000301 13332480 2649 33554432000 4194304 6004724 140734009477056 140734009462904 5190736 0 0 4096 0 18446744071580380219 0 0 17 5 0 0 0 0 0
/proc/11443/statm: 3255 2649 175 442 0 2809 0
[pid=11453] ppid=11443 vsize=181760 CPUtime=150.84 cores=1,3,5,7
/proc/11453/stat : 11453 (glucosInc) R 11443 11442 11259 0 -1 4202496 16869 0 0 0 15075 9 0 0 20 0 1 0 376001443 186122240 38962 33554432000 4194304 5654031 140733580907936 140733580906024 4232821 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/11453/statm: 45440 38962 142 357 0 45080 0
Current children cumulated CPU time (s) 162.23
Current children cumulated vsize (KiB) 203928

[startup+222.3 s]
/proc/loadavg: 2.00 1.85 1.12 3/181 11454
/proc/meminfo: memFree=26447592/32873648 swapFree=7376/7376
[pid=11442] ppid=11440 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/11442/stat : 11442 (npSolver-pbo-It) S 11440 11442 11259 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 376000301 9367552 275 33554432000 4194304 5064252 140735874351264 140735874350176 270707353166 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/11442/statm: 2287 275 233 213 0 72 0
[pid=11443] ppid=11442 vsize=13020 CPUtime=11.39 cores=1,3,5,7
/proc/11443/stat : 11443 (npSolver-pbo) S 11442 11442 11259 0 -1 4202496 6893 14581 0 0 13 2 1121 3 20 0 1 0 376000301 13332480 2649 33554432000 4194304 6004724 140734009477056 140734009462904 5190736 0 0 4096 0 18446744071580380219 0 0 17 5 0 0 0 0 0
/proc/11443/statm: 3255 2649 175 442 0 2809 0
[pid=11453] ppid=11443 vsize=181760 CPUtime=210.83 cores=1,3,5,7
/proc/11453/stat : 11453 (glucosInc) R 11443 11442 11259 0 -1 4202496 19671 0 0 0 21068 15 0 0 20 0 1 0 376001443 186122240 37938 33554432000 4194304 5654031 140733580907936 140733580906024 4215009 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/11453/statm: 45440 37938 142 357 0 45080 0
Current children cumulated CPU time (s) 222.22
Current children cumulated vsize (KiB) 203928

[startup+282.3 s]

################
# More data... #
################

/proc/loadavg: 2.01 2.00 1.72 3/181 11555
/proc/meminfo: memFree=26553020/32873648 swapFree=7376/7376
[pid=11442] ppid=11440 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/11442/stat : 11442 (npSolver-pbo-It) S 11440 11442 11259 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 376000301 9367552 275 33554432000 4194304 5064252 140735874351264 140735874350176 270707353166 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/11442/statm: 2287 275 233 213 0 72 0
[pid=11443] ppid=11442 vsize=13020 CPUtime=11.39 cores=1,3,5,7
/proc/11443/stat : 11443 (npSolver-pbo) S 11442 11442 11259 0 -1 4202496 6893 14581 0 0 13 2 1121 3 20 0 1 0 376000301 13332480 2649 33554432000 4194304 6004724 140734009477056 140734009462904 5190736 0 0 4096 0 18446744071580380219 0 0 17 5 0 0 0 0 0
/proc/11443/statm: 3255 2649 175 442 0 2809 0
[pid=11453] ppid=11443 vsize=231848 CPUtime=1350.58 cores=1,3,5,7
/proc/11453/stat : 11453 (glucosInc) R 11443 11442 11259 0 -1 4202496 54216 0 0 0 134963 95 0 0 20 0 1 0 376001443 237412352 52575 33554432000 4194304 5654031 140733580907936 140733580906024 4215079 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/11453/statm: 57962 52575 142 357 0 57602 0
Current children cumulated CPU time (s) 1361.97
Current children cumulated vsize (KiB) 254016

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 1.73 3/181 11558
/proc/meminfo: memFree=26496000/32873648 swapFree=7376/7376
[pid=11442] ppid=11440 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/11442/stat : 11442 (npSolver-pbo-It) S 11440 11442 11259 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 376000301 9367552 275 33554432000 4194304 5064252 140735874351264 140735874350176 270707353166 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/11442/statm: 2287 275 233 213 0 72 0
[pid=11443] ppid=11442 vsize=13020 CPUtime=11.39 cores=1,3,5,7
/proc/11443/stat : 11443 (npSolver-pbo) S 11442 11442 11259 0 -1 4202496 6893 14581 0 0 13 2 1121 3 20 0 1 0 376000301 13332480 2649 33554432000 4194304 6004724 140734009477056 140734009462904 5190736 0 0 4096 0 18446744071580380219 0 0 17 5 0 0 0 0 0
/proc/11443/statm: 3255 2649 175 442 0 2809 0
[pid=11453] ppid=11443 vsize=181760 CPUtime=1410.59 cores=1,3,5,7
/proc/11453/stat : 11453 (glucosInc) R 11443 11442 11259 0 -1 4202496 55702 0 0 0 140960 99 0 0 20 0 1 0 376001443 186122240 40498 33554432000 4194304 5654031 140733580907936 140733580906024 4232821 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/11453/statm: 45440 40498 142 357 0 45080 0
Current children cumulated CPU time (s) 1421.98
Current children cumulated vsize (KiB) 203928

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 1.75 3/181 11558
/proc/meminfo: memFree=26381236/32873648 swapFree=7376/7376
[pid=11442] ppid=11440 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/11442/stat : 11442 (npSolver-pbo-It) S 11440 11442 11259 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 376000301 9367552 275 33554432000 4194304 5064252 140735874351264 140735874350176 270707353166 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/11442/statm: 2287 275 233 213 0 72 0
[pid=11443] ppid=11442 vsize=13020 CPUtime=11.39 cores=1,3,5,7
/proc/11443/stat : 11443 (npSolver-pbo) S 11442 11442 11259 0 -1 4202496 6893 14581 0 0 13 2 1121 3 20 0 1 0 376000301 13332480 2649 33554432000 4194304 6004724 140734009477056 140734009462904 5190736 0 0 4096 0 18446744071580380219 0 0 17 5 0 0 0 0 0
/proc/11443/statm: 3255 2649 175 442 0 2809 0
[pid=11453] ppid=11443 vsize=313236 CPUtime=1470.54 cores=1,3,5,7
/proc/11453/stat : 11453 (glucosInc) R 11443 11442 11259 0 -1 4202496 56607 0 0 0 146953 101 0 0 20 0 1 0 376001443 320753664 68959 33554432000 4194304 5654031 140733580907936 140733580906024 4232477 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/11453/statm: 78309 68959 142 357 0 77949 0
Current children cumulated CPU time (s) 1481.93
Current children cumulated vsize (KiB) 335404

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 1.76 3/181 11558
/proc/meminfo: memFree=26410192/32873648 swapFree=7376/7376
[pid=11442] ppid=11440 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/11442/stat : 11442 (npSolver-pbo-It) S 11440 11442 11259 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 376000301 9367552 275 33554432000 4194304 5064252 140735874351264 140735874350176 270707353166 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/11442/statm: 2287 275 233 213 0 72 0
[pid=11443] ppid=11442 vsize=13020 CPUtime=11.39 cores=1,3,5,7
/proc/11443/stat : 11443 (npSolver-pbo) S 11442 11442 11259 0 -1 4202496 6893 14581 0 0 13 2 1121 3 20 0 1 0 376000301 13332480 2649 33554432000 4194304 6004724 140734009477056 140734009462904 5190736 0 0 4096 0 18446744071580380219 0 0 17 5 0 0 0 0 0
/proc/11443/statm: 3255 2649 175 442 0 2809 0
[pid=11453] ppid=11443 vsize=313236 CPUtime=1530.54 cores=1,3,5,7
/proc/11453/stat : 11453 (glucosInc) R 11443 11442 11259 0 -1 4202496 58309 0 0 0 152950 104 0 0 20 0 1 0 376001443 320753664 57602 33554432000 4194304 5654031 140733580907936 140733580906024 4232973 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/11453/statm: 78309 57602 142 357 0 77949 0
Current children cumulated CPU time (s) 1541.93
Current children cumulated vsize (KiB) 335404

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 1.77 3/181 11558
/proc/meminfo: memFree=26429588/32873648 swapFree=7376/7376
[pid=11442] ppid=11440 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/11442/stat : 11442 (npSolver-pbo-It) S 11440 11442 11259 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 376000301 9367552 275 33554432000 4194304 5064252 140735874351264 140735874350176 270707353166 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/11442/statm: 2287 275 233 213 0 72 0
[pid=11443] ppid=11442 vsize=13020 CPUtime=11.39 cores=1,3,5,7
/proc/11443/stat : 11443 (npSolver-pbo) S 11442 11442 11259 0 -1 4202496 6893 14581 0 0 13 2 1121 3 20 0 1 0 376000301 13332480 2649 33554432000 4194304 6004724 140734009477056 140734009462904 5190736 0 0 4096 0 18446744071580380219 0 0 17 5 0 0 0 0 0
/proc/11443/statm: 3255 2649 175 442 0 2809 0
[pid=11453] ppid=11443 vsize=231848 CPUtime=1590.53 cores=1,3,5,7
/proc/11453/stat : 11453 (glucosInc) R 11443 11442 11259 0 -1 4202496 59739 0 0 0 158945 108 0 0 20 0 1 0 376001443 237412352 47455 33554432000 4194304 5654031 140733580907936 140733580906024 4215126 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/11453/statm: 57962 47455 142 357 0 57602 0
Current children cumulated CPU time (s) 1601.92
Current children cumulated vsize (KiB) 254016

[startup+1662.3 s]
/proc/loadavg: 2.08 2.02 1.79 3/182 11561
/proc/meminfo: memFree=26484204/32873648 swapFree=7376/7376
[pid=11442] ppid=11440 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/11442/stat : 11442 (npSolver-pbo-It) S 11440 11442 11259 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 376000301 9367552 275 33554432000 4194304 5064252 140735874351264 140735874350176 270707353166 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/11442/statm: 2287 275 233 213 0 72 0
[pid=11443] ppid=11442 vsize=13020 CPUtime=11.39 cores=1,3,5,7
/proc/11443/stat : 11443 (npSolver-pbo) S 11442 11442 11259 0 -1 4202496 6893 14581 0 0 13 2 1121 3 20 0 1 0 376000301 13332480 2649 33554432000 4194304 6004724 140734009477056 140734009462904 5190736 0 0 4096 0 18446744071580380219 0 0 17 5 0 0 0 0 0
/proc/11443/statm: 3255 2649 175 442 0 2809 0
[pid=11453] ppid=11443 vsize=150940 CPUtime=1650.52 cores=1,3,5,7
/proc/11453/stat : 11453 (glucosInc) R 11443 11442 11259 0 -1 4202496 60542 0 0 0 164941 111 0 0 20 0 1 0 376001443 154562560 33161 33554432000 4194304 5654031 140733580907936 140733580906024 4208700 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/11453/statm: 37735 33161 142 357 0 37375 0
Current children cumulated CPU time (s) 1661.91
Current children cumulated vsize (KiB) 173108

[startup+1722.3 s]
/proc/loadavg: 2.03 2.01 1.80 3/181 11562
/proc/meminfo: memFree=26346800/32873648 swapFree=7376/7376
[pid=11442] ppid=11440 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/11442/stat : 11442 (npSolver-pbo-It) S 11440 11442 11259 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 376000301 9367552 275 33554432000 4194304 5064252 140735874351264 140735874350176 270707353166 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/11442/statm: 2287 275 233 213 0 72 0
[pid=11443] ppid=11442 vsize=13020 CPUtime=11.39 cores=1,3,5,7
/proc/11443/stat : 11443 (npSolver-pbo) S 11442 11442 11259 0 -1 4202496 6893 14581 0 0 13 2 1121 3 20 0 1 0 376000301 13332480 2649 33554432000 4194304 6004724 140734009477056 140734009462904 5190736 0 0 4096 0 18446744071580380219 0 0 17 5 0 0 0 0 0
/proc/11443/statm: 3255 2649 175 442 0 2809 0
[pid=11453] ppid=11443 vsize=313236 CPUtime=1710.51 cores=1,3,5,7
/proc/11453/stat : 11453 (glucosInc) R 11443 11442 11259 0 -1 4202496 62150 0 0 0 170938 113 0 0 20 0 1 0 376001443 320753664 67977 33554432000 4194304 5654031 140733580907936 140733580906024 4233204 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/11453/statm: 78309 67977 142 357 0 77949 0
Current children cumulated CPU time (s) 1721.9
Current children cumulated vsize (KiB) 335404

[startup+1782.3 s]
/proc/loadavg: 2.01 2.00 1.81 3/181 11562
/proc/meminfo: memFree=26405500/32873648 swapFree=7376/7376
[pid=11442] ppid=11440 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/11442/stat : 11442 (npSolver-pbo-It) S 11440 11442 11259 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 376000301 9367552 275 33554432000 4194304 5064252 140735874351264 140735874350176 270707353166 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/11442/statm: 2287 275 233 213 0 72 0
[pid=11443] ppid=11442 vsize=13020 CPUtime=11.39 cores=1,3,5,7
/proc/11443/stat : 11443 (npSolver-pbo) S 11442 11442 11259 0 -1 4202496 6893 14581 0 0 13 2 1121 3 20 0 1 0 376000301 13332480 2649 33554432000 4194304 6004724 140734009477056 140734009462904 5190736 0 0 4096 0 18446744071580380219 0 0 17 5 0 0 0 0 0
/proc/11443/statm: 3255 2649 175 442 0 2809 0
[pid=11453] ppid=11443 vsize=231848 CPUtime=1770.5 cores=1,3,5,7
/proc/11453/stat : 11453 (glucosInc) R 11443 11442 11259 0 -1 4202496 63893 0 0 0 176931 119 0 0 20 0 1 0 376001443 237412352 52575 33554432000 4194304 5654031 140733580907936 140733580906024 4232453 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/11453/statm: 57962 52575 142 357 0 57602 0
Current children cumulated CPU time (s) 1781.89
Current children cumulated vsize (KiB) 254016



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.5 s]
/proc/loadavg: 2.00 2.00 1.81 3/181 11562
/proc/meminfo: memFree=26389672/32873648 swapFree=7376/7376
[pid=11442] ppid=11440 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/11442/stat : 11442 (npSolver-pbo-It) S 11440 11442 11259 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 376000301 9367552 275 33554432000 4194304 5064252 140735874351264 140735874350176 270707353166 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/11442/statm: 2287 275 233 213 0 72 0
[pid=11443] ppid=11442 vsize=13020 CPUtime=11.39 cores=1,3,5,7
/proc/11443/stat : 11443 (npSolver-pbo) S 11442 11442 11259 0 -1 4202496 6893 14581 0 0 13 2 1121 3 20 0 1 0 376000301 13332480 2649 33554432000 4194304 6004724 140734009477056 140734009462904 5190736 0 0 4096 0 18446744071580380219 0 0 17 5 0 0 0 0 0
/proc/11443/statm: 3255 2649 175 442 0 2809 0
[pid=11453] ppid=11443 vsize=313236 CPUtime=1788.7 cores=1,3,5,7
/proc/11453/stat : 11453 (glucosInc) R 11443 11442 11259 0 -1 4202496 64424 0 0 0 178750 120 0 0 20 0 1 0 376001443 320753664 61791 33554432000 4194304 5654031 140733580907936 140733580906024 4233232 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/11453/statm: 78309 61791 142 357 0 77949 0
Current children cumulated CPU time (s) 1800.09
Current children cumulated vsize (KiB) 335404

Sending SIGTERM to process tree (bottom up)

Solver just ended. Dumping a history of the last processes samples

[startup+1800.5 s]
/proc/loadavg: 2.00 2.00 1.81 3/181 11562
/proc/meminfo: memFree=26389672/32873648 swapFree=7376/7376
[pid=11442] ppid=11440 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/11442/stat : 11442 (npSolver-pbo-It) S 11440 11442 11259 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 376000301 9367552 275 33554432000 4194304 5064252 140735874351264 140735874350176 270707353166 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/11442/statm: 2287 275 233 213 0 72 0
[pid=11443] ppid=11442 vsize=13020 CPUtime=11.39 cores=1,3,5,7
/proc/11443/stat : 11443 (npSolver-pbo) S 11442 11442 11259 0 -1 4202496 6893 14581 0 0 13 2 1121 3 20 0 1 0 376000301 13332480 2649 33554432000 4194304 6004724 140734009477056 140734009462904 5190736 0 0 4096 0 18446744071580380219 0 0 17 5 0 0 0 0 0
/proc/11443/statm: 3255 2649 175 442 0 2809 0
[pid=11453] ppid=11443 vsize=313236 CPUtime=1788.7 cores=1,3,5,7
/proc/11453/stat : 11453 (glucosInc) R 11443 11442 11259 0 -1 4202496 64424 0 0 0 178750 120 0 0 20 0 1 0 376001443 320753664 61791 33554432000 4194304 5654031 140733580907936 140733580906024 4233232 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/11453/statm: 78309 61791 142 357 0 77949 0
Current children cumulated CPU time (s) 1800.09
Current children cumulated vsize (KiB) 335404

Child status: 0

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 11442 and gives
#  childrusage.ru_utime.tv_sec=11
#  childrusage.ru_utime.tv_usec=352274
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=63990
# CPU time returned by wait4() is 11.4163
# while last known CPU time is 1800.09
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1800.51
CPU time (s): 1800.09
CPU user time (s): 1798.84
CPU system time (s): 1.25
CPU usage (%): 99.9765
Max. virtual memory (cumulated for all children) (KiB): 467664

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 11.3523
system time used= 0.06399
maximum resident set size= 54124
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 21849
page faults= 0
swaps= 0
block input operations= 0
block output operations= 12560
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 216
involuntary context switches= 30

runsolver used 2.56361 second user time and 7.26389 second system time

The end

Launcher Data

Begin job on node125 at 2012-06-07 21:52:29
IDJOB=3747188
IDBENCH=1988
IDSOLVER=2332
FILE ID=node125/3747188-1339098749
RUNJOBID= node125-1339098178-11276
PBS_JOBID= 14643728
Free space on /tmp= 70796 MiB

SOLVER NAME= npSolver inc-topDown
BENCH NAME= PB06//final/normalized-PB06/OPT-SMALLINT/submitted-PB06/liu/vtxcov/normalized-vtxcov_v2000_e4000_8.opb.PB06.opb
COMMAND LINE= DIR/npSolver-pbo-Itd.sh BENCHNAME RANDOMSEED TMPDIR DIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3747188-1339098749/watcher-3747188-1339098749 -o /tmp/evaluation-result-3747188-1339098749/solver-3747188-1339098749 -C 1800 -W 1900 -M 15500  HOME/npSolver-pbo-Itd.sh HOME/instance-3747188-1339098749.opb 1098599510 HOME HOME

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 15500 MiB
NBCORE= 4

MD5SUM BENCH= 810966efbb409d6e2e91a116be6e9263
RANDOM SEED=1098599510

node125.alineos.net Linux 2.6.32-71.29.1.el6.x86_64 #1 SMP Mon Jun 27 19:49:27 BST 2011

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.373
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.373
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.373
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.92
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.373
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.90
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.373
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.373
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5438.54
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.373
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.373
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873648 kB
MemFree:        26614556 kB
Buffers:          618620 kB
Cached:          4542776 kB
SwapCached:         2256 kB
Active:          2357940 kB
Inactive:        2983444 kB
Active(anon):     170964 kB
Inactive(anon):     9460 kB
Active(file):    2186976 kB
Inactive(file):  2973984 kB
Unevictable:        7376 kB
Mlocked:            7376 kB
SwapTotal:      67108856 kB
SwapFree:       67102620 kB
Dirty:              8220 kB
Writeback:             0 kB
AnonPages:        199872 kB
Mapped:            15372 kB
Shmem:                96 kB
Slab:             761784 kB
SReclaimable:     205752 kB
SUnreclaim:       556032 kB
KernelStack:        1488 kB
PageTables:         4168 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:     318992 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:    100352 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7680 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 70776 MiB
End job on node125 at 2012-06-07 22:22:29