Trace number 3699442

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 NameAnswerCPU timeWall clock time
npSolver inc? (TO) 1800.02 1800.62

General information on the benchmark

Name/OPT-BIGINT-LIN/zahidi/Multihop/
normalized-minisat25_6_4_1_mh.opb
MD5SUM72a339d7628ceb0d05dc1d46781174fb
Bench CategoryOPT-BIGINT-LIN (optimisation, big integers, linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark3481479
Best CPU time to get the best result obtained on this benchmark1800.89
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables31350
Total number of constraints73332
Number of constraints which are clauses57050
Number of constraints which are cardinality constraints (but not clauses)32
Number of constraints which are nor clauses,nor cardinality constraints16250
Minimum length of a constraint2
Maximum length of a constraint925
Number of terms in the objective function 16825
Biggest coefficient in the objective function 97336000
Number of bits for the biggest coefficient in the objective function 27
Sum of the numbers in the objective function 12201970261
Number of bits of the sum of numbers in the objective function 34
Biggest number in a constraint 97336000
Number of bits of the biggest number in a constraint 27
Biggest sum of numbers in a constraint 12201970261
Number of bits of the biggest sum of numbers34
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.62	c run inc solver
0.00/0.62	c [INC SYSTEM] run initial solver
0.00/0.62	c [INC SYSTEM] preprocess with white file
3.18/3.22	c [INC SYSTEM] finished preprocessing in 2 s
3.18/3.22	c [INC SYSTEM] execute solver
7.98/8.05	c [INC SEARCH] formula is SAT
7.98/8.06	c [INC SYSTEM] solved the initial formula
8.07/8.17	c model valid
8.07/8.17	c current solution ok
9.38/9.47	o 359944625
9.38/9.47	c execute binary inc search
9.38/9.47	c [INC SEARCH] current bound: 179972325
9.38/9.47	c [INC SEARCH] iteration: 0
9.38/9.47	c [INC SEARCH] lower bound: 0 upperbound 359944650 current bound: 179972325 best value:359944650
9.38/9.47	c [INC SYSTEM] there exists a inc, kill it!
9.38/9.47	c write failed with 2
9.38/9.48	c [INC SYSTEM] create new solver instance
9.38/9.48	c [INC] encode full formula
9.38/9.48	c fallback to adder encoding
11.98/12.08	c set iterative enc to: adder
11.98/12.08	c set iterative enc to: none
12.37/12.41	c [INC SEARCH] isOptimum variable: 0
1800.02/1800.62	HOME/npSolver-pbo-I.sh: line 18: 24411 Terminated              ./npSolver-pbo $file $tmp -rnd_seed=$seed -useQuickBound=0 -useBinSearch=1 -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-3699442-1338131745/watcher-3699442-1338131745 -o /tmp/evaluation-result-3699442-1338131745/solver-3699442-1338131745 -C 1800 -W 1900 -M 15500 HOME/npSolver-pbo-I.sh HOME/instance-3699442-1338131745.opb 185892825 HOME HOME 

running on 4 cores: 0,2,4,6

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.01 2.02 2.12 3/178 24410
/proc/meminfo: memFree=31201120/32873844 swapFree=6872/6872
[pid=24410] ppid=24408 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/24410/stat : 24410 (npSolver-pbo-I.) S 24408 24410 22966 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 279303017 9367552 274 33554432000 4194304 5064252 140735058752304 140735058751216 270118053454 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/24410/statm: 2287 274 233 213 0 72 0

[startup+0.0796359 s]
/proc/loadavg: 2.01 2.02 2.12 3/178 24410
/proc/meminfo: memFree=31201120/32873844 swapFree=6872/6872
[pid=24410] ppid=24408 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/24410/stat : 24410 (npSolver-pbo-I.) S 24408 24410 22966 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 279303017 9367552 274 33554432000 4194304 5064252 140735058752304 140735058751216 270118053454 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/24410/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.100315 s]
/proc/loadavg: 2.01 2.02 2.12 3/178 24410
/proc/meminfo: memFree=31201120/32873844 swapFree=6872/6872
[pid=24410] ppid=24408 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/24410/stat : 24410 (npSolver-pbo-I.) S 24408 24410 22966 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 279303017 9367552 274 33554432000 4194304 5064252 140735058752304 140735058751216 270118053454 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/24410/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.300292 s]
/proc/loadavg: 2.01 2.02 2.12 3/178 24410
/proc/meminfo: memFree=31201120/32873844 swapFree=6872/6872
[pid=24410] ppid=24408 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/24410/stat : 24410 (npSolver-pbo-I.) S 24408 24410 22966 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 279303017 9367552 274 33554432000 4194304 5064252 140735058752304 140735058751216 270118053454 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/24410/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.700314 s]
/proc/loadavg: 2.01 2.02 2.12 3/178 24410
/proc/meminfo: memFree=31201120/32873844 swapFree=6872/6872
[pid=24410] ppid=24408 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/24410/stat : 24410 (npSolver-pbo-I.) S 24408 24410 22966 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 279303017 9367552 274 33554432000 4194304 5064252 140735058752304 140735058751216 270118053454 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/24410/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+1.50035 s]
/proc/loadavg: 2.01 2.02 2.12 3/182 24414
/proc/meminfo: memFree=31014960/32873844 swapFree=6872/6872
[pid=24410] ppid=24408 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/24410/stat : 24410 (npSolver-pbo-I.) S 24408 24410 22966 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 279303017 9367552 274 33554432000 4194304 5064252 140735058752304 140735058751216 270118053454 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/24410/statm: 2287 274 233 213 0 72 0
[pid=24411] ppid=24410 vsize=52636 CPUtime=0.64 cores=0,2,4,6
/proc/24411/stat : 24411 (npSolver-pbo) S 24410 24410 22966 0 -1 4202496 8085 0 0 0 57 7 0 0 20 0 1 0 279303017 53899264 9800 33554432000 4194304 5992684 140737214627264 140737214621712 5175646 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/24411/statm: 13159 9800 171 440 0 12715 0
[pid=24413] ppid=24411 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/24413/stat : 24413 (cp2_pre.sh) S 24411 24410 22966 0 -1 4202496 610 0 0 0 0 0 0 0 20 0 1 0 279303082 9367552 277 33554432000 4194304 5064252 140735302481200 140735302479904 270118053454 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/24413/statm: 2287 277 234 213 0 72 0
[pid=24414] ppid=24413 vsize=171308 CPUtime=0.84 cores=0,2,4,6
/proc/24414/stat : 24414 (coprocessor) R 24413 24410 22966 0 -1 4202496 28229 0 0 0 79 5 0 0 20 0 1 0 279303082 175419392 38473 33554432000 4194304 6586260 140733795023072 140733795020232 5511711 0 0 4096 8404994 0 0 0 17 4 0 0 0 0 0
/proc/24414/statm: 42827 38473 166 584 0 42239 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 242240

[startup+3.10034 s]
/proc/loadavg: 2.01 2.02 2.12 3/182 24414
/proc/meminfo: memFree=30964844/32873844 swapFree=6872/6872
[pid=24410] ppid=24408 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/24410/stat : 24410 (npSolver-pbo-I.) S 24408 24410 22966 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 279303017 9367552 274 33554432000 4194304 5064252 140735058752304 140735058751216 270118053454 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/24410/statm: 2287 274 233 213 0 72 0
[pid=24411] ppid=24410 vsize=52636 CPUtime=0.64 cores=0,2,4,6
/proc/24411/stat : 24411 (npSolver-pbo) S 24410 24410 22966 0 -1 4202496 8085 0 0 0 57 7 0 0 20 0 1 0 279303017 53899264 9800 33554432000 4194304 5992684 140737214627264 140737214621712 5175646 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/24411/statm: 13159 9800 171 440 0 12715 0
[pid=24413] ppid=24411 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/24413/stat : 24413 (cp2_pre.sh) S 24411 24410 22966 0 -1 4202496 610 0 0 0 0 0 0 0 20 0 1 0 279303082 9367552 277 33554432000 4194304 5064252 140735302481200 140735302479904 270118053454 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/24413/statm: 2287 277 234 213 0 72 0
[pid=24414] ppid=24413 vsize=210616 CPUtime=2.44 cores=0,2,4,6
/proc/24414/stat : 24414 (coprocessor) R 24413 24410 22966 0 -1 4202496 35381 0 0 0 232 12 0 0 20 0 1 0 279303082 215670784 51493 33554432000 4194304 6586260 140733795023072 140733795018824 5732496 0 0 4096 8404994 0 0 0 17 4 0 0 0 0 0
/proc/24414/statm: 52654 51493 200 584 0 52066 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 281548

[startup+6.30032 s]
/proc/loadavg: 2.01 2.01 2.12 3/181 24416
/proc/meminfo: memFree=31053300/32873844 swapFree=6872/6872
[pid=24410] ppid=24408 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/24410/stat : 24410 (npSolver-pbo-I.) S 24408 24410 22966 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 279303017 9367552 274 33554432000 4194304 5064252 140735058752304 140735058751216 270118053454 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/24410/statm: 2287 274 233 213 0 72 0
[pid=24411] ppid=24410 vsize=52636 CPUtime=3.21 cores=0,2,4,6
/proc/24411/stat : 24411 (npSolver-pbo) S 24410 24410 22966 0 -1 4202496 8104 36285 0 0 57 7 243 14 20 0 1 0 279303017 53899264 9802 33554432000 4194304 5992684 140737214627264 140737214613528 5179600 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 0 0 0
/proc/24411/statm: 13159 9802 173 440 0 12715 0
[pid=24416] ppid=24411 vsize=98568 CPUtime=3.07 cores=0,2,4,6
/proc/24416/stat : 24416 (glucosInc) R 24411 24410 22966 0 -1 4202496 20144 0 0 0 303 4 0 0 20 0 1 0 279303340 100933632 22710 33554432000 4194304 5654031 140733391466464 140733391464248 4232821 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/24416/statm: 24642 22710 140 357 0 24282 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 160352

[startup+12.7003 s]
/proc/loadavg: 2.01 2.01 2.12 3/180 24418
/proc/meminfo: memFree=30860600/32873844 swapFree=6872/6872
[pid=24410] ppid=24408 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/24410/stat : 24410 (npSolver-pbo-I.) S 24408 24410 22966 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 279303017 9367552 274 33554432000 4194304 5064252 140735058752304 140735058751216 270118053454 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/24410/statm: 2287 274 233 213 0 72 0
[pid=24411] ppid=24410 vsize=66736 CPUtime=12.38 cores=0,2,4,6
/proc/24411/stat : 24411 (npSolver-pbo) S 24410 24410 22966 0 -1 4202496 18779 57667 0 0 348 145 720 25 20 0 1 0 279303017 68337664 13346 33554432000 4194304 5992684 140737214627264 140737214612168 5179600 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/24411/statm: 16684 13346 191 440 0 16240 0
Current children cumulated CPU time (s) 12.38
Current children cumulated vsize (KiB) 75884

[startup+25.5003 s]
/proc/loadavg: 2.08 2.03 2.12 3/181 24420
/proc/meminfo: memFree=30395344/32873844 swapFree=6872/6872
[pid=24410] ppid=24408 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/24410/stat : 24410 (npSolver-pbo-I.) S 24408 24410 22966 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 279303017 9367552 274 33554432000 4194304 5064252 140735058752304 140735058751216 270118053454 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/24410/statm: 2287 274 233 213 0 72 0
[pid=24411] ppid=24410 vsize=66736 CPUtime=12.38 cores=0,2,4,6
/proc/24411/stat : 24411 (npSolver-pbo) S 24410 24410 22966 0 -1 4202496 18779 57667 0 0 348 145 720 25 20 0 1 0 279303017 68337664 13346 33554432000 4194304 5992684 140737214627264 140737214612168 5179600 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/24411/statm: 16684 13346 191 440 0 16240 0
[pid=24420] ppid=24411 vsize=563828 CPUtime=13.06 cores=0,2,4,6
/proc/24420/stat : 24420 (glucosInc) R 24411 24410 22966 0 -1 4202496 82676 0 0 0 1280 26 0 0 20 0 1 0 279304259 577359872 124573 33554432000 4194304 5654031 140733786531440 140733786529336 4232707 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/24420/statm: 140957 124573 141 357 0 140597 0
Current children cumulated CPU time (s) 25.44
Current children cumulated vsize (KiB) 639712

[startup+51.1003 s]
/proc/loadavg: 2.05 2.03 2.12 3/181 24420
/proc/meminfo: memFree=30421848/32873844 swapFree=6872/6872
[pid=24410] ppid=24408 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/24410/stat : 24410 (npSolver-pbo-I.) S 24408 24410 22966 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 279303017 9367552 274 33554432000 4194304 5064252 140735058752304 140735058751216 270118053454 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/24410/statm: 2287 274 233 213 0 72 0
[pid=24411] ppid=24410 vsize=66736 CPUtime=12.38 cores=0,2,4,6
/proc/24411/stat : 24411 (npSolver-pbo) S 24410 24410 22966 0 -1 4202496 18779 57667 0 0 348 145 720 25 20 0 1 0 279303017 68337664 13346 33554432000 4194304 5992684 140737214627264 140737214612168 5179600 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/24411/statm: 16684 13346 191 440 0 16240 0
[pid=24420] ppid=24411 vsize=571344 CPUtime=38.65 cores=0,2,4,6
/proc/24420/stat : 24420 (glucosInc) R 24411 24410 22966 0 -1 4202496 83801 0 0 0 3839 26 0 0 20 0 1 0 279304259 585056256 126720 33554432000 4194304 5654031 140733786531440 140733786519256 4232453 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/24420/statm: 142836 126720 142 357 0 142476 0
Current children cumulated CPU time (s) 51.03
Current children cumulated vsize (KiB) 647228

[startup+102.306 s]
/proc/loadavg: 2.02 2.02 2.11 3/181 24420
/proc/meminfo: memFree=30382376/32873844 swapFree=6872/6872
[pid=24410] ppid=24408 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/24410/stat : 24410 (npSolver-pbo-I.) S 24408 24410 22966 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 279303017 9367552 274 33554432000 4194304 5064252 140735058752304 140735058751216 270118053454 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/24410/statm: 2287 274 233 213 0 72 0
[pid=24411] ppid=24410 vsize=66736 CPUtime=12.38 cores=0,2,4,6
/proc/24411/stat : 24411 (npSolver-pbo) S 24410 24410 22966 0 -1 4202496 18779 57667 0 0 348 145 720 25 20 0 1 0 279303017 68337664 13346 33554432000 4194304 5992684 140737214627264 140737214612168 5179600 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/24411/statm: 16684 13346 191 440 0 16240 0
[pid=24420] ppid=24411 vsize=571344 CPUtime=89.84 cores=0,2,4,6
/proc/24420/stat : 24420 (glucosInc) R 24411 24410 22966 0 -1 4202496 83803 0 0 0 8958 26 0 0 20 0 1 0 279304259 585056256 127744 33554432000 4194304 5654031 140733786531440 140733786519256 4232775 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/24420/statm: 142836 127744 142 357 0 142476 0
Current children cumulated CPU time (s) 102.22
Current children cumulated vsize (KiB) 647228

[startup+162.3 s]
/proc/loadavg: 2.01 2.02 2.10 3/181 24420
/proc/meminfo: memFree=30382048/32873844 swapFree=6872/6872
[pid=24410] ppid=24408 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/24410/stat : 24410 (npSolver-pbo-I.) S 24408 24410 22966 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 279303017 9367552 274 33554432000 4194304 5064252 140735058752304 140735058751216 270118053454 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/24410/statm: 2287 274 233 213 0 72 0
[pid=24411] ppid=24410 vsize=66736 CPUtime=12.38 cores=0,2,4,6
/proc/24411/stat : 24411 (npSolver-pbo) S 24410 24410 22966 0 -1 4202496 18779 57667 0 0 348 145 720 25 20 0 1 0 279303017 68337664 13346 33554432000 4194304 5992684 140737214627264 140737214612168 5179600 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/24411/statm: 16684 13346 191 440 0 16240 0
[pid=24420] ppid=24411 vsize=571344 CPUtime=149.81 cores=0,2,4,6
/proc/24420/stat : 24420 (glucosInc) R 24411 24410 22966 0 -1 4202496 84104 0 0 0 14955 26 0 0 20 0 1 0 279304259 585056256 129061 33554432000 4194304 5654031 140733786531440 140733786519256 4232707 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/24420/statm: 142836 129061 142 357 0 142476 0
Current children cumulated CPU time (s) 162.19
Current children cumulated vsize (KiB) 647228

[startup+222.3 s]
/proc/loadavg: 2.00 2.01 2.09 3/181 24420
/proc/meminfo: memFree=30406468/32873844 swapFree=6872/6872
[pid=24410] ppid=24408 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/24410/stat : 24410 (npSolver-pbo-I.) S 24408 24410 22966 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 279303017 9367552 274 33554432000 4194304 5064252 140735058752304 140735058751216 270118053454 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/24410/statm: 2287 274 233 213 0 72 0
[pid=24411] ppid=24410 vsize=66736 CPUtime=12.38 cores=0,2,4,6
/proc/24411/stat : 24411 (npSolver-pbo) S 24410 24410 22966 0 -1 4202496 18779 57667 0 0 348 145 720 25 20 0 1 0 279303017 68337664 13346 33554432000 4194304 5992684 140737214627264 140737214612168 5179600 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/24411/statm: 16684 13346 191 440 0 16240 0
[pid=24420] ppid=24411 vsize=571872 CPUtime=209.78 cores=0,2,4,6
/proc/24420/stat : 24420 (glucosInc) R 24411 24410 22966 0 -1 4202496 84596 0 0 0 20951 27 0 0 20 0 1 0 279304259 585596928 130538 33554432000 4194304 5654031 140733786531440 140733786519256 4232707 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/24420/statm: 142968 130538 142 357 0 142608 0
Current children cumulated CPU time (s) 222.16

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

/proc/loadavg: 2.01 2.00 2.00 3/181 24438
/proc/meminfo: memFree=30356444/32873844 swapFree=6872/6872
[pid=24410] ppid=24408 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/24410/stat : 24410 (npSolver-pbo-I.) S 24408 24410 22966 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 279303017 9367552 274 33554432000 4194304 5064252 140735058752304 140735058751216 270118053454 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/24410/statm: 2287 274 233 213 0 72 0
[pid=24411] ppid=24410 vsize=66736 CPUtime=12.38 cores=0,2,4,6
/proc/24411/stat : 24411 (npSolver-pbo) S 24410 24410 22966 0 -1 4202496 18779 57667 0 0 348 145 720 25 20 0 1 0 279303017 68337664 13346 33554432000 4194304 5992684 140737214627264 140737214612168 5179600 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/24411/statm: 16684 13346 191 440 0 16240 0
[pid=24420] ppid=24411 vsize=669272 CPUtime=1289.42 cores=0,2,4,6
/proc/24420/stat : 24420 (glucosInc) R 24411 24410 22966 0 -1 4202496 89959 0 0 0 128905 37 0 0 20 0 1 0 279304259 685334528 139803 33554432000 4194304 5654031 140733786531440 140733786519256 4232453 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/24420/statm: 167318 139803 142 357 0 166958 0
Current children cumulated CPU time (s) 1301.8
Current children cumulated vsize (KiB) 745156

[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 24438
/proc/meminfo: memFree=30356052/32873844 swapFree=6872/6872
[pid=24410] ppid=24408 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/24410/stat : 24410 (npSolver-pbo-I.) S 24408 24410 22966 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 279303017 9367552 274 33554432000 4194304 5064252 140735058752304 140735058751216 270118053454 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/24410/statm: 2287 274 233 213 0 72 0
[pid=24411] ppid=24410 vsize=66736 CPUtime=12.38 cores=0,2,4,6
/proc/24411/stat : 24411 (npSolver-pbo) S 24410 24410 22966 0 -1 4202496 18779 57667 0 0 348 145 720 25 20 0 1 0 279303017 68337664 13346 33554432000 4194304 5992684 140737214627264 140737214612168 5179600 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/24411/statm: 16684 13346 191 440 0 16240 0
[pid=24420] ppid=24411 vsize=669572 CPUtime=1349.41 cores=0,2,4,6
/proc/24420/stat : 24420 (glucosInc) R 24411 24410 22966 0 -1 4202496 90026 0 0 0 134904 37 0 0 20 0 1 0 279304259 685641728 139868 33554432000 4194304 5654031 140733786531440 140733786529224 4208595 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/24420/statm: 167393 139868 142 357 0 167033 0
Current children cumulated CPU time (s) 1361.79
Current children cumulated vsize (KiB) 745456

[startup+1422.31 s]
/proc/loadavg: 2.26 2.06 2.02 3/181 24485
/proc/meminfo: memFree=29881564/32873844 swapFree=6872/6872
[pid=24410] ppid=24408 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/24410/stat : 24410 (npSolver-pbo-I.) S 24408 24410 22966 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 279303017 9367552 274 33554432000 4194304 5064252 140735058752304 140735058751216 270118053454 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/24410/statm: 2287 274 233 213 0 72 0
[pid=24411] ppid=24410 vsize=66736 CPUtime=12.38 cores=0,2,4,6
/proc/24411/stat : 24411 (npSolver-pbo) S 24410 24410 22966 0 -1 4202496 18779 57667 0 0 348 145 720 25 20 0 1 0 279303017 68337664 13346 33554432000 4194304 5992684 140737214627264 140737214612168 5179600 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/24411/statm: 16684 13346 191 440 0 16240 0
[pid=24420] ppid=24411 vsize=676352 CPUtime=1409.4 cores=0,2,4,6
/proc/24420/stat : 24420 (glucosInc) R 24411 24410 22966 0 -1 4202496 91126 0 0 0 140903 37 0 0 20 0 1 0 279304259 692584448 143012 33554432000 4194304 5654031 140733786531440 140733786519256 4232821 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/24420/statm: 169088 143012 142 357 0 168728 0
Current children cumulated CPU time (s) 1421.78
Current children cumulated vsize (KiB) 752236

[startup+1482.3 s]
/proc/loadavg: 2.13 2.06 2.02 3/182 24488
/proc/meminfo: memFree=29885652/32873844 swapFree=6872/6872
[pid=24410] ppid=24408 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/24410/stat : 24410 (npSolver-pbo-I.) S 24408 24410 22966 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 279303017 9367552 274 33554432000 4194304 5064252 140735058752304 140735058751216 270118053454 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/24410/statm: 2287 274 233 213 0 72 0
[pid=24411] ppid=24410 vsize=66736 CPUtime=12.38 cores=0,2,4,6
/proc/24411/stat : 24411 (npSolver-pbo) S 24410 24410 22966 0 -1 4202496 18779 57667 0 0 348 145 720 25 20 0 1 0 279303017 68337664 13346 33554432000 4194304 5992684 140737214627264 140737214612168 5179600 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/24411/statm: 16684 13346 191 440 0 16240 0
[pid=24420] ppid=24411 vsize=676352 CPUtime=1469.38 cores=0,2,4,6
/proc/24420/stat : 24420 (glucosInc) R 24411 24410 22966 0 -1 4202496 91130 0 0 0 146901 37 0 0 20 0 1 0 279304259 692584448 144038 33554432000 4194304 5654031 140733786531440 140733786519256 4232707 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/24420/statm: 169088 144038 142 357 0 168728 0
Current children cumulated CPU time (s) 1481.76
Current children cumulated vsize (KiB) 752236

[startup+1542.3 s]
/proc/loadavg: 2.05 2.05 2.01 3/180 24488
/proc/meminfo: memFree=29904088/32873844 swapFree=6872/6872
[pid=24410] ppid=24408 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/24410/stat : 24410 (npSolver-pbo-I.) S 24408 24410 22966 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 279303017 9367552 274 33554432000 4194304 5064252 140735058752304 140735058751216 270118053454 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/24410/statm: 2287 274 233 213 0 72 0
[pid=24411] ppid=24410 vsize=66736 CPUtime=12.38 cores=0,2,4,6
/proc/24411/stat : 24411 (npSolver-pbo) S 24410 24410 22966 0 -1 4202496 18779 57667 0 0 348 145 720 25 20 0 1 0 279303017 68337664 13346 33554432000 4194304 5992684 140737214627264 140737214612168 5179600 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/24411/statm: 16684 13346 191 440 0 16240 0
[pid=24420] ppid=24411 vsize=594964 CPUtime=1529.38 cores=0,2,4,6
/proc/24420/stat : 24420 (glucosInc) R 24411 24410 22966 0 -1 4202496 91299 0 0 0 152899 39 0 0 20 0 1 0 279304259 609243136 135166 33554432000 4194304 5654031 140733786531440 140733786519256 4214432 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/24420/statm: 148741 135166 142 357 0 148381 0
Current children cumulated CPU time (s) 1541.76
Current children cumulated vsize (KiB) 670848

[startup+1602.3 s]
/proc/loadavg: 2.02 2.04 2.01 3/181 24491
/proc/meminfo: memFree=29933684/32873844 swapFree=6872/6872
[pid=24410] ppid=24408 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/24410/stat : 24410 (npSolver-pbo-I.) S 24408 24410 22966 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 279303017 9367552 274 33554432000 4194304 5064252 140735058752304 140735058751216 270118053454 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/24410/statm: 2287 274 233 213 0 72 0
[pid=24411] ppid=24410 vsize=66736 CPUtime=12.38 cores=0,2,4,6
/proc/24411/stat : 24411 (npSolver-pbo) S 24410 24410 22966 0 -1 4202496 18779 57667 0 0 348 145 720 25 20 0 1 0 279303017 68337664 13346 33554432000 4194304 5992684 140737214627264 140737214612168 5179600 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/24411/statm: 16684 13346 191 440 0 16240 0
[pid=24420] ppid=24411 vsize=594964 CPUtime=1589.37 cores=0,2,4,6
/proc/24420/stat : 24420 (glucosInc) R 24411 24410 22966 0 -1 4202496 91302 0 0 0 158898 39 0 0 20 0 1 0 279304259 609243136 136702 33554432000 4194304 5654031 140733786531440 140733786519256 4232821 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/24420/statm: 148741 136702 142 357 0 148381 0
Current children cumulated CPU time (s) 1601.75
Current children cumulated vsize (KiB) 670848

[startup+1662.3 s]
/proc/loadavg: 2.00 2.03 2.00 3/181 24491
/proc/meminfo: memFree=29922976/32873844 swapFree=6872/6872
[pid=24410] ppid=24408 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/24410/stat : 24410 (npSolver-pbo-I.) S 24408 24410 22966 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 279303017 9367552 274 33554432000 4194304 5064252 140735058752304 140735058751216 270118053454 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/24410/statm: 2287 274 233 213 0 72 0
[pid=24411] ppid=24410 vsize=66736 CPUtime=12.38 cores=0,2,4,6
/proc/24411/stat : 24411 (npSolver-pbo) S 24410 24410 22966 0 -1 4202496 18779 57667 0 0 348 145 720 25 20 0 1 0 279303017 68337664 13346 33554432000 4194304 5992684 140737214627264 140737214612168 5179600 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/24411/statm: 16684 13346 191 440 0 16240 0
[pid=24420] ppid=24411 vsize=594964 CPUtime=1649.36 cores=0,2,4,6
/proc/24420/stat : 24420 (glucosInc) R 24411 24410 22966 0 -1 4202496 91304 0 0 0 164897 39 0 0 20 0 1 0 279304259 609243136 137726 33554432000 4194304 5654031 140733786531440 140733786519256 4232775 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/24420/statm: 148741 137726 142 357 0 148381 0
Current children cumulated CPU time (s) 1661.74
Current children cumulated vsize (KiB) 670848

[startup+1722.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/181 24491
/proc/meminfo: memFree=29906148/32873844 swapFree=6872/6872
[pid=24410] ppid=24408 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/24410/stat : 24410 (npSolver-pbo-I.) S 24408 24410 22966 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 279303017 9367552 274 33554432000 4194304 5064252 140735058752304 140735058751216 270118053454 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/24410/statm: 2287 274 233 213 0 72 0
[pid=24411] ppid=24410 vsize=66736 CPUtime=12.38 cores=0,2,4,6
/proc/24411/stat : 24411 (npSolver-pbo) S 24410 24410 22966 0 -1 4202496 18779 57667 0 0 348 145 720 25 20 0 1 0 279303017 68337664 13346 33554432000 4194304 5992684 140737214627264 140737214612168 5179600 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/24411/statm: 16684 13346 191 440 0 16240 0
[pid=24420] ppid=24411 vsize=676352 CPUtime=1709.34 cores=0,2,4,6
/proc/24420/stat : 24420 (glucosInc) R 24411 24410 22966 0 -1 4202496 91995 0 0 0 170894 40 0 0 20 0 1 0 279304259 692584448 139430 33554432000 4194304 5654031 140733786531440 140733786519256 4232794 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/24420/statm: 169088 139430 142 357 0 168728 0
Current children cumulated CPU time (s) 1721.72
Current children cumulated vsize (KiB) 752236

[startup+1782.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/181 24493
/proc/meminfo: memFree=29993624/32873844 swapFree=6872/6872
[pid=24410] ppid=24408 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/24410/stat : 24410 (npSolver-pbo-I.) S 24408 24410 22966 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 279303017 9367552 274 33554432000 4194304 5064252 140735058752304 140735058751216 270118053454 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/24410/statm: 2287 274 233 213 0 72 0
[pid=24411] ppid=24410 vsize=66736 CPUtime=12.38 cores=0,2,4,6
/proc/24411/stat : 24411 (npSolver-pbo) S 24410 24410 22966 0 -1 4202496 18779 57667 0 0 348 145 720 25 20 0 1 0 279303017 68337664 13346 33554432000 4194304 5992684 140737214627264 140737214612168 5179600 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/24411/statm: 16684 13346 191 440 0 16240 0
[pid=24420] ppid=24411 vsize=676352 CPUtime=1769.33 cores=0,2,4,6
/proc/24420/stat : 24420 (glucosInc) R 24411 24410 22966 0 -1 4202496 91997 0 0 0 176893 40 0 0 20 0 1 0 279304259 692584448 140454 33554432000 4194304 5654031 140733786531440 140733786519256 4232775 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/24420/statm: 169088 140454 142 357 0 168728 0
Current children cumulated CPU time (s) 1781.71
Current children cumulated vsize (KiB) 752236



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.6 s]
/proc/loadavg: 2.00 2.01 2.00 3/181 24493
/proc/meminfo: memFree=29991668/32873844 swapFree=6872/6872
[pid=24410] ppid=24408 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/24410/stat : 24410 (npSolver-pbo-I.) S 24408 24410 22966 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 279303017 9367552 274 33554432000 4194304 5064252 140735058752304 140735058751216 270118053454 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/24410/statm: 2287 274 233 213 0 72 0
[pid=24411] ppid=24410 vsize=66736 CPUtime=12.38 cores=0,2,4,6
/proc/24411/stat : 24411 (npSolver-pbo) S 24410 24410 22966 0 -1 4202496 18779 57667 0 0 348 145 720 25 20 0 1 0 279303017 68337664 13346 33554432000 4194304 5992684 140737214627264 140737214612168 5179600 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/24411/statm: 16684 13346 191 440 0 16240 0
[pid=24420] ppid=24411 vsize=676352 CPUtime=1787.64 cores=0,2,4,6
/proc/24420/stat : 24420 (glucosInc) R 24411 24410 22966 0 -1 4202496 91998 0 0 0 178724 40 0 0 20 0 1 0 279304259 692584448 140966 33554432000 4194304 5654031 140733786531440 140733786519256 4208595 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/24420/statm: 169088 140966 142 357 0 168728 0
Current children cumulated CPU time (s) 1800.02
Current children cumulated vsize (KiB) 752236

Sending SIGTERM to process tree (bottom up)

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

Child status: 0

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 24410 and gives
#  childrusage.ru_utime.tv_sec=10
#  childrusage.ru_utime.tv_usec=697373
#  childrusage.ru_stime.tv_sec=1
#  childrusage.ru_stime.tv_usec=716739
# CPU time returned by wait4() is 12.4141
# while last known CPU time is 1800.02
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1800.62
CPU time (s): 1800.02
CPU user time (s): 1797.92
CPU system time (s): 2.1
CPU usage (%): 99.9666
Max. virtual memory (cumulated for all children) (KiB): 882464

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 10.6974
system time used= 1.71674
maximum resident set size= 421072
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 76819
page faults= 0
swaps= 0
block input operations= 0
block output operations= 540976
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 565
involuntary context switches= 39

runsolver used 8.99463 second user time and 8.50471 second system time

The end

Launcher Data

Begin job on node106 at 2012-05-27 17:15:45
IDJOB=3699442
IDBENCH=92712
IDSOLVER=2276
FILE ID=node106/3699442-1338131745
RUNJOBID= node106-1338124026-22982
PBS_JOBID= 14624504
Free space on /tmp= 71288 MiB

SOLVER NAME= npSolver inc
BENCH NAME= PB12/normalized-PB12/OPT-BIGINT-LIN/zahidi/Multihop/normalized-minisat25_6_4_1_mh.opb
COMMAND LINE= DIR/npSolver-pbo-I.sh BENCHNAME RANDOMSEED TMPDIR DIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3699442-1338131745/watcher-3699442-1338131745 -o /tmp/evaluation-result-3699442-1338131745/solver-3699442-1338131745 -C 1800 -W 1900 -M 15500  HOME/npSolver-pbo-I.sh HOME/instance-3699442-1338131745.opb 185892825 HOME HOME

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

MD5SUM BENCH= 72a339d7628ceb0d05dc1d46781174fb
RANDOM SEED=185892825

node106.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		: 2667.065
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	: 5334.13
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		: 2667.065
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		: 2667.065
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.91
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		: 2667.065
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.92
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		: 2667.065
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		: 2667.065
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	: 5331.91
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		: 2667.065
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		: 2667.065
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:       32873844 kB
MemFree:        31201012 kB
Buffers:          149432 kB
Cached:           514432 kB
SwapCached:            0 kB
Active:           789404 kB
Inactive:          37460 kB
Active(anon):     151636 kB
Inactive(anon):    13216 kB
Active(file):     637768 kB
Inactive(file):    24244 kB
Unevictable:        6872 kB
Mlocked:            6872 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:             10872 kB
Writeback:             0 kB
AnonPages:        119440 kB
Mapped:            11820 kB
Shmem:               200 kB
Slab:             696484 kB
SReclaimable:     138892 kB
SUnreclaim:       557592 kB
KernelStack:        1504 kB
PageTables:         4120 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     290532 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:     69632 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7872 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 70972 MiB
End job on node106 at 2012-05-27 17:45:46