Trace number 3699170

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? (TO) 1800.06 1800.51

General information on the benchmark

Name/OPT-BIGINT-LIN/aries-da_nrp/
normalized-aries-da_network_50_2__8_45__256.opb
MD5SUM521ed767a167eb8f632cec6025d152e5
Bench CategoryOPT-BIGINT-LIN (optimisation, big integers, linear constraints)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark45008
Best CPU time to get the best result obtained on this benchmark4.97324
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables25648
Total number of constraints150
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)102
Number of constraints which are nor clauses,nor cardinality constraints48
Minimum length of a constraint256
Maximum length of a constraint2305
Number of terms in the objective function 25600
Biggest coefficient in the objective function 126454
Number of bits for the biggest coefficient in the objective function 17
Sum of the numbers in the objective function 859272960
Number of bits of the sum of numbers in the objective function 30
Biggest number in a constraint 126454
Number of bits of the biggest number in a constraint 17
Biggest sum of numbers in a constraint 859272960
Number of bits of the biggest sum of numbers30
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.21	c run inc solver
0.00/0.21	c [INC SYSTEM] run initial solver
0.00/0.21	c [INC SYSTEM] preprocess with white file
1.47/1.51	c [INC SYSTEM] finished preprocessing in 1 s
1.47/1.51	c [INC SYSTEM] execute solver
1.49/1.69	c [INC SEARCH] formula is SAT
1.49/1.69	c [INC SYSTEM] solved the initial formula
1.50/1.73	c model valid
1.50/1.73	c current solution ok
2.35/2.59	o 302596
2.35/2.59	c execute binary inc search
2.35/2.59	c [INC SEARCH] current bound: 151298
2.35/2.59	c [INC SEARCH] iteration: 0
2.35/2.59	c [INC SEARCH] lower bound: 0 upperbound 302596 current bound: 151298 best value:302596
2.35/2.59	c [INC SYSTEM] there exists a inc, kill it!
2.35/2.59	c write failed with 2
2.46/2.60	c [INC SYSTEM] create new solver instance
2.46/2.60	c [INC] encode full formula
2.46/2.60	c fallback to adder encoding
4.87/5.06	c set iterative enc to: adder
4.87/5.06	c set iterative enc to: none
5.16/5.35	c [INC SEARCH] isOptimum variable: 0
1800.06/1800.51	HOME/npSolver-pbo-I.sh: line 18:  5568 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-3699170-1338085746/watcher-3699170-1338085746 -o /tmp/evaluation-result-3699170-1338085746/solver-3699170-1338085746 -C 1800 -W 1900 -M 15500 HOME/npSolver-pbo-I.sh HOME/instance-3699170-1338085746.opb 1678171346 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.08 2.04 2.00 3/179 5567
/proc/meminfo: memFree=28359936/32873648 swapFree=6844/6844
[pid=5567] ppid=5565 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/5567/stat : 5567 (npSolver-pbo-I.) S 5565 5567 339 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 274701404 9367552 274 33554432000 4194304 5064252 140735396511520 140735396510432 271787386446 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/5567/statm: 2287 274 233 213 0 72 0

[startup+0.0753521 s]
/proc/loadavg: 2.08 2.04 2.00 3/179 5567
/proc/meminfo: memFree=28359936/32873648 swapFree=6844/6844
[pid=5567] ppid=5565 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/5567/stat : 5567 (npSolver-pbo-I.) S 5565 5567 339 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 274701404 9367552 274 33554432000 4194304 5064252 140735396511520 140735396510432 271787386446 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/5567/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.1003 s]
/proc/loadavg: 2.08 2.04 2.00 3/179 5567
/proc/meminfo: memFree=28359936/32873648 swapFree=6844/6844
[pid=5567] ppid=5565 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/5567/stat : 5567 (npSolver-pbo-I.) S 5565 5567 339 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 274701404 9367552 274 33554432000 4194304 5064252 140735396511520 140735396510432 271787386446 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/5567/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.300166 s]
/proc/loadavg: 2.08 2.04 2.00 3/179 5567
/proc/meminfo: memFree=28359936/32873648 swapFree=6844/6844
[pid=5567] ppid=5565 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/5567/stat : 5567 (npSolver-pbo-I.) S 5565 5567 339 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 274701404 9367552 274 33554432000 4194304 5064252 140735396511520 140735396510432 271787386446 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/5567/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.700167 s]
/proc/loadavg: 2.08 2.04 2.00 3/179 5567
/proc/meminfo: memFree=28359936/32873648 swapFree=6844/6844
[pid=5567] ppid=5565 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/5567/stat : 5567 (npSolver-pbo-I.) S 5565 5567 339 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 274701404 9367552 274 33554432000 4194304 5064252 140735396511520 140735396510432 271787386446 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/5567/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.07 2.04 2.00 3/183 5571
/proc/meminfo: memFree=28236680/32873648 swapFree=6844/6844
[pid=5567] ppid=5565 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/5567/stat : 5567 (npSolver-pbo-I.) S 5565 5567 339 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 274701404 9367552 274 33554432000 4194304 5064252 140735396511520 140735396510432 271787386446 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/5567/statm: 2287 274 233 213 0 72 0
[pid=5568] ppid=5567 vsize=25368 CPUtime=0.25 cores=1,3,5,7
/proc/5568/stat : 5568 (npSolver-pbo) S 5567 5567 339 0 -1 4202496 5030 0 0 0 20 5 0 0 20 0 1 0 274701404 25976832 4454 33554432000 4194304 5992684 140733419607168 140733419601616 5175646 0 65536 4102 0 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/5568/statm: 6342 4454 167 440 0 5898 0
[pid=5570] ppid=5568 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/5570/stat : 5570 (cp2_pre.sh) S 5568 5567 339 0 -1 4202496 609 0 0 0 0 0 0 0 20 0 1 0 274701430 9367552 277 33554432000 4194304 5064252 140735188027216 140735188025920 271787386446 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/5570/statm: 2287 277 234 213 0 72 0
[pid=5571] ppid=5570 vsize=100532 CPUtime=1.22 cores=1,3,5,7
/proc/5571/stat : 5571 (coprocessor) R 5570 5567 339 0 -1 4202496 19877 0 0 0 117 5 0 0 20 0 1 0 274701430 102944768 24456 33554432000 4194304 6586260 140735310985152 140735310980904 5732496 0 0 4096 8404994 0 0 0 17 1 0 0 0 0 0
/proc/5571/statm: 25133 24456 204 584 0 24545 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 144196

[startup+3.10032 s]
/proc/loadavg: 2.07 2.04 2.00 3/182 5573
/proc/meminfo: memFree=28281524/32873648 swapFree=6844/6844
[pid=5567] ppid=5565 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/5567/stat : 5567 (npSolver-pbo-I.) S 5565 5567 339 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 274701404 9367552 274 33554432000 4194304 5064252 140735396511520 140735396510432 271787386446 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/5567/statm: 2287 274 233 213 0 72 0
[pid=5568] ppid=5567 vsize=98288 CPUtime=2.97 cores=1,3,5,7
/proc/5568/stat : 5568 (npSolver-pbo) R 5567 5567 339 0 -1 4202496 14510 32371 0 0 83 70 134 10 20 0 1 0 274701404 100646912 22626 33554432000 4194304 5992684 140733419607168 140733419599288 4525041 0 0 4096 0 0 0 0 17 5 0 0 10 0 0
/proc/5568/statm: 24572 22626 187 440 0 24128 0
Current children cumulated CPU time (s) 2.97
Current children cumulated vsize (KiB) 107436

[startup+6.30038 s]
/proc/loadavg: 2.07 2.04 2.00 3/182 5576
/proc/meminfo: memFree=28116704/32873648 swapFree=6844/6844
[pid=5567] ppid=5565 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/5567/stat : 5567 (npSolver-pbo-I.) S 5565 5567 339 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 274701404 9367552 274 33554432000 4194304 5064252 140735396511520 140735396510432 271787386446 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/5567/statm: 2287 274 233 213 0 72 0
[pid=5568] ppid=5567 vsize=28976 CPUtime=5.21 cores=1,3,5,7
/proc/5568/stat : 5568 (npSolver-pbo) S 5567 5567 339 0 -1 4202496 16532 32887 0 0 277 99 134 11 20 0 1 0 274701404 29671424 5383 33554432000 4194304 5992684 140733419607168 140733419592072 5179600 0 0 4096 0 18446744071580380219 0 0 17 5 0 0 10 0 0
/proc/5568/statm: 7244 5383 187 440 0 6800 0
[pid=5576] ppid=5568 vsize=253940 CPUtime=0.94 cores=1,3,5,7
/proc/5576/stat : 5576 (glucosInc) R 5568 5567 339 0 -1 4202496 38293 0 0 0 85 9 0 0 20 0 1 0 274701939 260034560 55690 33554432000 4194304 5654031 140733521085472 140733520034824 4797458 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/5576/statm: 63485 55691 109 357 0 63125 0
Current children cumulated CPU time (s) 6.15
Current children cumulated vsize (KiB) 292064

[startup+12.7003 s]
/proc/loadavg: 2.14 2.05 2.01 3/182 5576
/proc/meminfo: memFree=27679452/32873648 swapFree=6844/6844
[pid=5567] ppid=5565 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/5567/stat : 5567 (npSolver-pbo-I.) S 5565 5567 339 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 274701404 9367552 274 33554432000 4194304 5064252 140735396511520 140735396510432 271787386446 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/5567/statm: 2287 274 233 213 0 72 0
[pid=5568] ppid=5567 vsize=28976 CPUtime=5.21 cores=1,3,5,7
/proc/5568/stat : 5568 (npSolver-pbo) S 5567 5567 339 0 -1 4202496 16532 32887 0 0 277 99 134 11 20 0 1 0 274701404 29671424 5383 33554432000 4194304 5992684 140733419607168 140733419592072 5179600 0 0 4096 0 18446744071580380219 0 0 17 5 0 0 10 0 0
/proc/5568/statm: 7244 5383 187 440 0 6800 0
[pid=5576] ppid=5568 vsize=498764 CPUtime=7.34 cores=1,3,5,7
/proc/5576/stat : 5576 (glucosInc) R 5568 5567 339 0 -1 4202496 77271 0 0 0 711 23 0 0 20 0 1 0 274701939 510734336 116290 33554432000 4194304 5654031 140733521085472 140733521073288 4215040 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/5576/statm: 124691 116290 141 357 0 124331 0
Current children cumulated CPU time (s) 12.55
Current children cumulated vsize (KiB) 536888

[startup+25.5003 s]
/proc/loadavg: 2.12 2.05 2.01 3/182 5576
/proc/meminfo: memFree=27661740/32873648 swapFree=6844/6844
[pid=5567] ppid=5565 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/5567/stat : 5567 (npSolver-pbo-I.) S 5565 5567 339 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 274701404 9367552 274 33554432000 4194304 5064252 140735396511520 140735396510432 271787386446 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/5567/statm: 2287 274 233 213 0 72 0
[pid=5568] ppid=5567 vsize=28976 CPUtime=5.21 cores=1,3,5,7
/proc/5568/stat : 5568 (npSolver-pbo) S 5567 5567 339 0 -1 4202496 16532 32887 0 0 277 99 134 11 20 0 1 0 274701404 29671424 5383 33554432000 4194304 5992684 140733419607168 140733419592072 5179600 0 0 4096 0 18446744071580380219 0 0 17 5 0 0 10 0 0
/proc/5568/statm: 7244 5383 187 440 0 6800 0
[pid=5576] ppid=5568 vsize=580372 CPUtime=20.14 cores=1,3,5,7
/proc/5576/stat : 5576 (glucosInc) R 5568 5567 339 0 -1 4202496 77451 0 0 0 1990 24 0 0 20 0 1 0 274701939 594300928 120047 33554432000 4194304 5654031 140733521085472 140733521083560 4215357 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/5576/statm: 145093 120047 141 357 0 144733 0
Current children cumulated CPU time (s) 25.35
Current children cumulated vsize (KiB) 618496

[startup+51.1004 s]
/proc/loadavg: 2.07 2.05 2.00 3/182 5578
/proc/meminfo: memFree=27819332/32873648 swapFree=6844/6844
[pid=5567] ppid=5565 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/5567/stat : 5567 (npSolver-pbo-I.) S 5565 5567 339 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 274701404 9367552 274 33554432000 4194304 5064252 140735396511520 140735396510432 271787386446 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/5567/statm: 2287 274 233 213 0 72 0
[pid=5568] ppid=5567 vsize=28976 CPUtime=5.21 cores=1,3,5,7
/proc/5568/stat : 5568 (npSolver-pbo) S 5567 5567 339 0 -1 4202496 16532 32887 0 0 277 99 134 11 20 0 1 0 274701404 29671424 5383 33554432000 4194304 5992684 140733419607168 140733419592072 5179600 0 0 4096 0 18446744071580380219 0 0 17 5 0 0 10 0 0
/proc/5568/statm: 7244 5383 187 440 0 6800 0
[pid=5576] ppid=5568 vsize=589068 CPUtime=45.73 cores=1,3,5,7
/proc/5576/stat : 5576 (glucosInc) R 5568 5567 339 0 -1 4202496 79633 0 0 0 4548 25 0 0 20 0 1 0 274701939 603205632 125295 33554432000 4194304 5654031 140733521085472 140733521083256 4232775 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/5576/statm: 147267 125295 141 357 0 146907 0
Current children cumulated CPU time (s) 50.94
Current children cumulated vsize (KiB) 627192

[startup+102.307 s]
/proc/loadavg: 2.03 2.04 2.00 3/182 5586
/proc/meminfo: memFree=27829264/32873648 swapFree=6844/6844
[pid=5567] ppid=5565 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/5567/stat : 5567 (npSolver-pbo-I.) S 5565 5567 339 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 274701404 9367552 274 33554432000 4194304 5064252 140735396511520 140735396510432 271787386446 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/5567/statm: 2287 274 233 213 0 72 0
[pid=5568] ppid=5567 vsize=28976 CPUtime=5.21 cores=1,3,5,7
/proc/5568/stat : 5568 (npSolver-pbo) S 5567 5567 339 0 -1 4202496 16532 32887 0 0 277 99 134 11 20 0 1 0 274701404 29671424 5383 33554432000 4194304 5992684 140733419607168 140733419592072 5179600 0 0 4096 0 18446744071580380219 0 0 17 5 0 0 10 0 0
/proc/5568/statm: 7244 5383 187 440 0 6800 0
[pid=5576] ppid=5568 vsize=513840 CPUtime=96.93 cores=1,3,5,7
/proc/5576/stat : 5576 (glucosInc) R 5568 5567 339 0 -1 4202496 81198 0 0 0 9665 28 0 0 20 0 1 0 274701939 526172160 117251 33554432000 4194304 5654031 140733521085472 140733521073288 4214502 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/5576/statm: 128460 117251 141 357 0 128100 0
Current children cumulated CPU time (s) 102.14
Current children cumulated vsize (KiB) 551964

[startup+162.3 s]
/proc/loadavg: 2.01 2.03 2.00 3/181 5588
/proc/meminfo: memFree=27824948/32873648 swapFree=6844/6844
[pid=5567] ppid=5565 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/5567/stat : 5567 (npSolver-pbo-I.) S 5565 5567 339 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 274701404 9367552 274 33554432000 4194304 5064252 140735396511520 140735396510432 271787386446 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/5567/statm: 2287 274 233 213 0 72 0
[pid=5568] ppid=5567 vsize=28976 CPUtime=5.21 cores=1,3,5,7
/proc/5568/stat : 5568 (npSolver-pbo) S 5567 5567 339 0 -1 4202496 16532 32887 0 0 277 99 134 11 20 0 1 0 274701404 29671424 5383 33554432000 4194304 5992684 140733419607168 140733419592072 5179600 0 0 4096 0 18446744071580380219 0 0 17 5 0 0 10 0 0
/proc/5568/statm: 7244 5383 187 440 0 6800 0
[pid=5576] ppid=5568 vsize=513840 CPUtime=156.91 cores=1,3,5,7
/proc/5576/stat : 5576 (glucosInc) R 5568 5567 339 0 -1 4202496 81211 0 0 0 15663 28 0 0 20 0 1 0 274701939 526172160 117258 33554432000 4194304 5654031 140733521085472 140733521073288 4214469 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/5576/statm: 128460 117258 141 357 0 128100 0
Current children cumulated CPU time (s) 162.12
Current children cumulated vsize (KiB) 551964

[startup+222.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/181 5588
/proc/meminfo: memFree=27794472/32873648 swapFree=6844/6844
[pid=5567] ppid=5565 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/5567/stat : 5567 (npSolver-pbo-I.) S 5565 5567 339 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 274701404 9367552 274 33554432000 4194304 5064252 140735396511520 140735396510432 271787386446 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/5567/statm: 2287 274 233 213 0 72 0
[pid=5568] ppid=5567 vsize=28976 CPUtime=5.21 cores=1,3,5,7
/proc/5568/stat : 5568 (npSolver-pbo) S 5567 5567 339 0 -1 4202496 16532 32887 0 0 277 99 134 11 20 0 1 0 274701404 29671424 5383 33554432000 4194304 5992684 140733419607168 140733419592072 5179600 0 0 4096 0 18446744071580380219 0 0 17 5 0 0 10 0 0
/proc/5568/statm: 7244 5383 187 440 0 6800 0
[pid=5576] ppid=5568 vsize=513840 CPUtime=216.9 cores=1,3,5,7
/proc/5576/stat : 5576 (glucosInc) R 5568 5567 339 0 -1 4202496 81290 0 0 0 21662 28 0 0 20 0 1 0 274701939 526172160 117977 33554432000 4194304 5654031 140733521085472 140733521073288 4236268 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/5576/statm: 128460 117977 141 357 0 128100 0
Current children cumulated CPU time (s) 222.11
Current children cumulated vsize (KiB) 551964

[startup+282.3 s]

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

/proc/loadavg: 1.00 1.11 1.49 2/173 5636
/proc/meminfo: memFree=27958700/32873648 swapFree=6844/6844
[pid=5567] ppid=5565 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/5567/stat : 5567 (npSolver-pbo-I.) S 5565 5567 339 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 274701404 9367552 274 33554432000 4194304 5064252 140735396511520 140735396510432 271787386446 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/5567/statm: 2287 274 233 213 0 72 0
[pid=5568] ppid=5567 vsize=28976 CPUtime=5.21 cores=1,3,5,7
/proc/5568/stat : 5568 (npSolver-pbo) S 5567 5567 339 0 -1 4202496 16532 32887 0 0 277 99 134 11 20 0 1 0 274701404 29671424 5383 33554432000 4194304 5992684 140733419607168 140733419592072 5179600 0 0 4096 0 18446744071580380219 0 0 17 5 0 0 10 0 0
/proc/5568/statm: 7244 5383 187 440 0 6800 0
[pid=5576] ppid=5568 vsize=543760 CPUtime=1356.7 cores=1,3,5,7
/proc/5576/stat : 5576 (glucosInc) R 5568 5567 339 0 -1 4202496 86405 0 0 0 135637 33 0 0 20 0 1 0 274701939 556810240 129565 33554432000 4194304 5654031 140733521085472 140733521073288 4215009 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/5576/statm: 135940 129565 141 357 0 135580 0
Current children cumulated CPU time (s) 1361.91
Current children cumulated vsize (KiB) 581884

[startup+1422.31 s]
/proc/loadavg: 1.00 1.09 1.46 2/173 5636
/proc/meminfo: memFree=27954108/32873648 swapFree=6844/6844
[pid=5567] ppid=5565 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/5567/stat : 5567 (npSolver-pbo-I.) S 5565 5567 339 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 274701404 9367552 274 33554432000 4194304 5064252 140735396511520 140735396510432 271787386446 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/5567/statm: 2287 274 233 213 0 72 0
[pid=5568] ppid=5567 vsize=28976 CPUtime=5.21 cores=1,3,5,7
/proc/5568/stat : 5568 (npSolver-pbo) S 5567 5567 339 0 -1 4202496 16532 32887 0 0 277 99 134 11 20 0 1 0 274701404 29671424 5383 33554432000 4194304 5992684 140733419607168 140733419592072 5179600 0 0 4096 0 18446744071580380219 0 0 17 5 0 0 10 0 0
/proc/5568/statm: 7244 5383 187 440 0 6800 0
[pid=5576] ppid=5568 vsize=625148 CPUtime=1416.7 cores=1,3,5,7
/proc/5576/stat : 5576 (glucosInc) R 5568 5567 339 0 -1 4202496 86577 0 0 0 141636 34 0 0 20 0 1 0 274701939 640151552 130757 33554432000 4194304 5654031 140733521085472 140733521073288 4215009 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/5576/statm: 156287 130757 141 357 0 155927 0
Current children cumulated CPU time (s) 1421.91
Current children cumulated vsize (KiB) 663272

[startup+1482.3 s]
/proc/loadavg: 1.00 1.07 1.43 2/173 5636
/proc/meminfo: memFree=27946600/32873648 swapFree=6844/6844
[pid=5567] ppid=5565 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/5567/stat : 5567 (npSolver-pbo-I.) S 5565 5567 339 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 274701404 9367552 274 33554432000 4194304 5064252 140735396511520 140735396510432 271787386446 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/5567/statm: 2287 274 233 213 0 72 0
[pid=5568] ppid=5567 vsize=28976 CPUtime=5.21 cores=1,3,5,7
/proc/5568/stat : 5568 (npSolver-pbo) S 5567 5567 339 0 -1 4202496 16532 32887 0 0 277 99 134 11 20 0 1 0 274701404 29671424 5383 33554432000 4194304 5992684 140733419607168 140733419592072 5179600 0 0 4096 0 18446744071580380219 0 0 17 5 0 0 10 0 0
/proc/5568/statm: 7244 5383 187 440 0 6800 0
[pid=5576] ppid=5568 vsize=627984 CPUtime=1476.69 cores=1,3,5,7
/proc/5576/stat : 5576 (glucosInc) R 5568 5567 339 0 -1 4202496 86921 0 0 0 147634 35 0 0 20 0 1 0 274701939 643055616 132634 33554432000 4194304 5654031 140733521085472 140733521073288 4215009 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/5576/statm: 156996 132634 141 357 0 156636 0
Current children cumulated CPU time (s) 1481.9
Current children cumulated vsize (KiB) 666108

[startup+1542.3 s]
/proc/loadavg: 1.00 1.06 1.40 2/173 5637
/proc/meminfo: memFree=27943688/32873648 swapFree=6844/6844
[pid=5567] ppid=5565 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/5567/stat : 5567 (npSolver-pbo-I.) S 5565 5567 339 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 274701404 9367552 274 33554432000 4194304 5064252 140735396511520 140735396510432 271787386446 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/5567/statm: 2287 274 233 213 0 72 0
[pid=5568] ppid=5567 vsize=28976 CPUtime=5.21 cores=1,3,5,7
/proc/5568/stat : 5568 (npSolver-pbo) S 5567 5567 339 0 -1 4202496 16532 32887 0 0 277 99 134 11 20 0 1 0 274701404 29671424 5383 33554432000 4194304 5992684 140733419607168 140733419592072 5179600 0 0 4096 0 18446744071580380219 0 0 17 5 0 0 10 0 0
/proc/5568/statm: 7244 5383 187 440 0 6800 0
[pid=5576] ppid=5568 vsize=631880 CPUtime=1536.68 cores=1,3,5,7
/proc/5576/stat : 5576 (glucosInc) R 5568 5567 339 0 -1 4202496 87166 0 0 0 153633 35 0 0 20 0 1 0 274701939 647045120 133390 33554432000 4194304 5654031 140733521085472 140733521073288 4215091 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/5576/statm: 157970 133390 141 357 0 157610 0
Current children cumulated CPU time (s) 1541.89
Current children cumulated vsize (KiB) 670004

[startup+1602.3 s]
/proc/loadavg: 1.00 1.04 1.37 2/173 5637
/proc/meminfo: memFree=27938436/32873648 swapFree=6844/6844
[pid=5567] ppid=5565 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/5567/stat : 5567 (npSolver-pbo-I.) S 5565 5567 339 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 274701404 9367552 274 33554432000 4194304 5064252 140735396511520 140735396510432 271787386446 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/5567/statm: 2287 274 233 213 0 72 0
[pid=5568] ppid=5567 vsize=28976 CPUtime=5.21 cores=1,3,5,7
/proc/5568/stat : 5568 (npSolver-pbo) S 5567 5567 339 0 -1 4202496 16532 32887 0 0 277 99 134 11 20 0 1 0 274701404 29671424 5383 33554432000 4194304 5992684 140733419607168 140733419592072 5179600 0 0 4096 0 18446744071580380219 0 0 17 5 0 0 10 0 0
/proc/5568/statm: 7244 5383 187 440 0 6800 0
[pid=5576] ppid=5568 vsize=631880 CPUtime=1596.67 cores=1,3,5,7
/proc/5576/stat : 5576 (glucosInc) R 5568 5567 339 0 -1 4202496 87171 0 0 0 159632 35 0 0 20 0 1 0 274701939 647045120 134414 33554432000 4194304 5654031 140733521085472 140733521073288 4232775 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/5576/statm: 157970 134414 141 357 0 157610 0
Current children cumulated CPU time (s) 1601.88
Current children cumulated vsize (KiB) 670004

[startup+1662.3 s]
/proc/loadavg: 1.00 1.03 1.34 2/173 5637
/proc/meminfo: memFree=27962304/32873648 swapFree=6844/6844
[pid=5567] ppid=5565 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/5567/stat : 5567 (npSolver-pbo-I.) S 5565 5567 339 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 274701404 9367552 274 33554432000 4194304 5064252 140735396511520 140735396510432 271787386446 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/5567/statm: 2287 274 233 213 0 72 0
[pid=5568] ppid=5567 vsize=28976 CPUtime=5.21 cores=1,3,5,7
/proc/5568/stat : 5568 (npSolver-pbo) S 5567 5567 339 0 -1 4202496 16532 32887 0 0 277 99 134 11 20 0 1 0 274701404 29671424 5383 33554432000 4194304 5992684 140733419607168 140733419592072 5179600 0 0 4096 0 18446744071580380219 0 0 17 5 0 0 10 0 0
/proc/5568/statm: 7244 5383 187 440 0 6800 0
[pid=5576] ppid=5568 vsize=550492 CPUtime=1656.66 cores=1,3,5,7
/proc/5576/stat : 5576 (glucosInc) R 5568 5567 339 0 -1 4202496 87878 0 0 0 165629 37 0 0 20 0 1 0 274701939 563703808 128567 33554432000 4194304 5654031 140733521085472 140733521073288 4215009 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/5576/statm: 137623 128567 141 357 0 137263 0
Current children cumulated CPU time (s) 1661.87
Current children cumulated vsize (KiB) 588616

[startup+1722.3 s]
/proc/loadavg: 1.00 1.02 1.32 2/173 5637
/proc/meminfo: memFree=27956376/32873648 swapFree=6844/6844
[pid=5567] ppid=5565 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/5567/stat : 5567 (npSolver-pbo-I.) S 5565 5567 339 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 274701404 9367552 274 33554432000 4194304 5064252 140735396511520 140735396510432 271787386446 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/5567/statm: 2287 274 233 213 0 72 0
[pid=5568] ppid=5567 vsize=28976 CPUtime=5.21 cores=1,3,5,7
/proc/5568/stat : 5568 (npSolver-pbo) S 5567 5567 339 0 -1 4202496 16532 32887 0 0 277 99 134 11 20 0 1 0 274701404 29671424 5383 33554432000 4194304 5992684 140733419607168 140733419592072 5179600 0 0 4096 0 18446744071580380219 0 0 17 5 0 0 10 0 0
/proc/5568/statm: 7244 5383 187 440 0 6800 0
[pid=5576] ppid=5568 vsize=550492 CPUtime=1716.65 cores=1,3,5,7
/proc/5576/stat : 5576 (glucosInc) R 5568 5567 339 0 -1 4202496 87898 0 0 0 171628 37 0 0 20 0 1 0 274701939 563703808 130120 33554432000 4194304 5654031 140733521085472 140733521073288 4215009 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/5576/statm: 137623 130120 141 357 0 137263 0
Current children cumulated CPU time (s) 1721.86
Current children cumulated vsize (KiB) 588616

[startup+1782.3 s]
/proc/loadavg: 1.00 1.02 1.30 2/173 5637
/proc/meminfo: memFree=27946448/32873648 swapFree=6844/6844
[pid=5567] ppid=5565 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/5567/stat : 5567 (npSolver-pbo-I.) S 5565 5567 339 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 274701404 9367552 274 33554432000 4194304 5064252 140735396511520 140735396510432 271787386446 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/5567/statm: 2287 274 233 213 0 72 0
[pid=5568] ppid=5567 vsize=28976 CPUtime=5.21 cores=1,3,5,7
/proc/5568/stat : 5568 (npSolver-pbo) S 5567 5567 339 0 -1 4202496 16532 32887 0 0 277 99 134 11 20 0 1 0 274701404 29671424 5383 33554432000 4194304 5992684 140733419607168 140733419592072 5179600 0 0 4096 0 18446744071580380219 0 0 17 5 0 0 10 0 0
/proc/5568/statm: 7244 5383 187 440 0 6800 0
[pid=5576] ppid=5568 vsize=636628 CPUtime=1776.65 cores=1,3,5,7
/proc/5576/stat : 5576 (glucosInc) R 5568 5567 339 0 -1 4202496 88280 0 0 0 177626 39 0 0 20 0 1 0 274701939 651907072 132544 33554432000 4194304 5654031 140733521085472 140733521073288 4232775 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/5576/statm: 159157 132544 141 357 0 158797 0
Current children cumulated CPU time (s) 1781.86
Current children cumulated vsize (KiB) 674752



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.5 s]
/proc/loadavg: 1.00 1.02 1.29 2/173 5637
/proc/meminfo: memFree=27944276/32873648 swapFree=6844/6844
[pid=5567] ppid=5565 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/5567/stat : 5567 (npSolver-pbo-I.) S 5565 5567 339 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 274701404 9367552 274 33554432000 4194304 5064252 140735396511520 140735396510432 271787386446 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/5567/statm: 2287 274 233 213 0 72 0
[pid=5568] ppid=5567 vsize=28976 CPUtime=5.21 cores=1,3,5,7
/proc/5568/stat : 5568 (npSolver-pbo) S 5567 5567 339 0 -1 4202496 16532 32887 0 0 277 99 134 11 20 0 1 0 274701404 29671424 5383 33554432000 4194304 5992684 140733419607168 140733419592072 5179600 0 0 4096 0 18446744071580380219 0 0 17 5 0 0 10 0 0
/proc/5568/statm: 7244 5383 187 440 0 6800 0
[pid=5576] ppid=5568 vsize=636628 CPUtime=1794.85 cores=1,3,5,7
/proc/5576/stat : 5576 (glucosInc) R 5568 5567 339 0 -1 4202496 88281 0 0 0 179446 39 0 0 20 0 1 0 274701939 651907072 133056 33554432000 4194304 5654031 140733521085472 140733521073288 4215344 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/5576/statm: 159157 133056 141 357 0 158797 0
Current children cumulated CPU time (s) 1800.06
Current children cumulated vsize (KiB) 674752

Sending SIGTERM to process tree (bottom up)

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

[startup+1800.5 s]
/proc/loadavg: 1.00 1.02 1.29 2/173 5637
/proc/meminfo: memFree=27944276/32873648 swapFree=6844/6844
[pid=5567] ppid=5565 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/5567/stat : 5567 (npSolver-pbo-I.) S 5565 5567 339 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 274701404 9367552 274 33554432000 4194304 5064252 140735396511520 140735396510432 271787386446 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/5567/statm: 2287 274 233 213 0 72 0
[pid=5568] ppid=5567 vsize=28976 CPUtime=5.21 cores=1,3,5,7
/proc/5568/stat : 5568 (npSolver-pbo) S 5567 5567 339 0 -1 4202496 16532 32887 0 0 277 99 134 11 20 0 1 0 274701404 29671424 5383 33554432000 4194304 5992684 140733419607168 140733419592072 5179600 0 0 4096 0 18446744071580380219 0 0 17 5 0 0 10 0 0
/proc/5568/statm: 7244 5383 187 440 0 6800 0
[pid=5576] ppid=5568 vsize=636628 CPUtime=1794.85 cores=1,3,5,7
/proc/5576/stat : 5576 (glucosInc) R 5568 5567 339 0 -1 4202496 88281 0 0 0 179446 39 0 0 20 0 1 0 274701939 651907072 133056 33554432000 4194304 5654031 140733521085472 140733521073288 4215344 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/5576/statm: 159157 133056 141 357 0 158797 0
Current children cumulated CPU time (s) 1800.06
Current children cumulated vsize (KiB) 674752

Child status: 0

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 5567 and gives
#  childrusage.ru_utime.tv_sec=4
#  childrusage.ru_utime.tv_usec=125372
#  childrusage.ru_stime.tv_sec=1
#  childrusage.ru_stime.tv_usec=110831
# CPU time returned by wait4() is 5.2362
# while last known CPU time is 1800.06
#
# 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.06
CPU user time (s): 1798.57
CPU system time (s): 1.49
CPU usage (%): 99.9748
Max. virtual memory (cumulated for all children) (KiB): 800232

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4.12537
system time used= 1.11083
maximum resident set size= 368248
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 49792
page faults= 0
swaps= 0
block input operations= 0
block output operations= 429000
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 252
involuntary context switches= 44

runsolver used 2.68459 second user time and 7.36188 second system time

The end

Launcher Data

Begin job on node115 at 2012-05-27 04:29:06
IDJOB=3699170
IDBENCH=71916
IDSOLVER=2276
FILE ID=node115/3699170-1338085746
RUNJOBID= node115-1338051787-356
PBS_JOBID= 14624382
Free space on /tmp= 71592 MiB

SOLVER NAME= npSolver inc
BENCH NAME= PB09/normalized-PB09/OPT-BIGINT-LIN/aries-da_nrp/normalized-aries-da_network_50_2__8_45__256.opb
COMMAND LINE= DIR/npSolver-pbo-I.sh BENCHNAME RANDOMSEED TMPDIR DIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3699170-1338085746/watcher-3699170-1338085746 -o /tmp/evaluation-result-3699170-1338085746/solver-3699170-1338085746 -C 1800 -W 1900 -M 15500  HOME/npSolver-pbo-I.sh HOME/instance-3699170-1338085746.opb 1678171346 HOME HOME

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

MD5SUM BENCH= 521ed767a167eb8f632cec6025d152e5
RANDOM SEED=1678171346

node115.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.462
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.92
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.462
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.462
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.462
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.91
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.462
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.92
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.462
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		: 2666.462
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.462
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:        28360208 kB
Buffers:          296144 kB
Cached:          3142368 kB
SwapCached:            0 kB
Active:          1311632 kB
Inactive:        2387804 kB
Active(anon):     263092 kB
Inactive(anon):        0 kB
Active(file):    1048540 kB
Inactive(file):  2387804 kB
Unevictable:        6844 kB
Mlocked:            6844 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:              9504 kB
Writeback:             0 kB
AnonPages:        269404 kB
Mapped:            15920 kB
Shmem:               200 kB
Slab:             671904 kB
SReclaimable:     115892 kB
SUnreclaim:       556012 kB
KernelStack:        1504 kB
PageTables:         4808 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:     400352 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:     22528 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= 71476 MiB
End job on node115 at 2012-05-27 04:59:07