Trace number 3755228

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 1.0 (fixed)? (TO) 1800.05 1800.92

General information on the benchmark

Name/SOFT-BIGINT-LIN/PB06/web/
uclid_pb_benchmarks/normalized-dlx1c.rwmem.ucl--soft-0-100-0.wbo
MD5SUMe9bc5c880cc124a3ebcf869858f0227b
Bench CategorySOFT-BIGINT-LIN (only soft constraints, big integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark1
Best CPU time to get the best result obtained on this benchmark4.13337
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables9051
Total number of constraints25833
Number of soft constraints25833
Number of constraints which are clauses24941
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints892
Minimum length of a constraint1
Maximum length of a constraint11
Top cost 1308179
Min constraint cost 1
Max constraint cost 100
Sum of constraints costs 1308178
Biggest number in a constraint 33
Number of bits of the biggest number in a constraint 6
Biggest sum of numbers in a constraint 126
Number of bits of the biggest sum of numbers7
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.26	c run usual solver
2.37/2.47	o 3084
2.37/2.47	c current bound: 1542
2.37/2.47	c fallback to adder encoding
1077.81/1078.54	o 1542
1077.81/1078.54	c current bound: 771
1077.81/1078.54	c fallback to adder encoding
1800.05/1800.91	c error: unexpected solver exit code
1800.05/1800.91	s UNKNOWN

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-3755228-1339189836/watcher-3755228-1339189836 -o /tmp/evaluation-result-3755228-1339189836/solver-3755228-1339189836 -C 1800 -W 1900 -M 15500 HOME/npSolver-wbo.sh HOME/instance-3755228-1339189836.wbo 510095029 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.00 2.00 1.99 3/180 20493
/proc/meminfo: memFree=28435712/32873648 swapFree=7372/7372
[pid=20493] ppid=20491 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/20493/stat : 20493 (npSolver-wbo.sh) S 20491 20493 18714 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 385110417 9367552 275 33554432000 4194304 5064252 140735951772032 140735951770944 271787386446 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/20493/statm: 2287 275 233 213 0 72 0

[startup+0.10564 s]
/proc/loadavg: 2.00 2.00 1.99 3/180 20493
/proc/meminfo: memFree=28435712/32873648 swapFree=7372/7372
[pid=20493] ppid=20491 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/20493/stat : 20493 (npSolver-wbo.sh) S 20491 20493 18714 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 385110417 9367552 275 33554432000 4194304 5064252 140735951772032 140735951770944 271787386446 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/20493/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.200343 s]
/proc/loadavg: 2.00 2.00 1.99 3/180 20493
/proc/meminfo: memFree=28435712/32873648 swapFree=7372/7372
[pid=20493] ppid=20491 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/20493/stat : 20493 (npSolver-wbo.sh) S 20491 20493 18714 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 385110417 9367552 275 33554432000 4194304 5064252 140735951772032 140735951770944 271787386446 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/20493/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.300299 s]
/proc/loadavg: 2.00 2.00 1.99 3/180 20493
/proc/meminfo: memFree=28435712/32873648 swapFree=7372/7372
[pid=20493] ppid=20491 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/20493/stat : 20493 (npSolver-wbo.sh) S 20491 20493 18714 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 385110417 9367552 275 33554432000 4194304 5064252 140735951772032 140735951770944 271787386446 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/20493/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.700117 s]
/proc/loadavg: 2.00 2.00 1.99 3/180 20493
/proc/meminfo: memFree=28435712/32873648 swapFree=7372/7372
[pid=20493] ppid=20491 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/20493/stat : 20493 (npSolver-wbo.sh) S 20491 20493 18714 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 385110417 9367552 275 33554432000 4194304 5064252 140735951772032 140735951770944 271787386446 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/20493/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+1.50029 s]
/proc/loadavg: 2.00 2.00 1.99 3/184 20497
/proc/meminfo: memFree=28375440/32873648 swapFree=7372/7372
[pid=20493] ppid=20491 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/20493/stat : 20493 (npSolver-wbo.sh) S 20491 20493 18714 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 385110417 9367552 275 33554432000 4194304 5064252 140735951772032 140735951770944 271787386446 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/20493/statm: 2287 275 233 213 0 72 0
[pid=20494] ppid=20493 vsize=18708 CPUtime=0.33 cores=0,2,4,6
/proc/20494/stat : 20494 (npSolver-wbo) S 20493 20493 18714 0 -1 4202496 6061 0 0 0 26 7 0 0 20 0 1 0 385110417 19156992 4014 33554432000 4194304 6006132 140733883541360 140733883534464 5187998 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/20494/statm: 4677 4014 157 443 0 4230 0
[pid=20496] ppid=20494 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/20496/stat : 20496 (cp2_pre.sh) S 20494 20493 18714 0 -1 4202496 609 0 0 0 0 0 0 0 20 0 1 0 385110451 9367552 276 33554432000 4194304 5064252 140737265591136 140737265589840 271787386446 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/20496/statm: 2287 276 234 213 0 72 0
[pid=20497] ppid=20496 vsize=40700 CPUtime=1.15 cores=0,2,4,6
/proc/20497/stat : 20497 (coprocessor) R 20496 20493 18714 0 -1 4202496 8454 0 0 0 114 1 0 0 20 0 1 0 385110452 41676800 9502 33554432000 4194304 6586260 140735938380800 140735938376120 5598875 0 0 4096 8404994 0 0 0 17 0 0 0 0 0 0
/proc/20497/statm: 10175 9502 190 584 0 9587 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 77704

[startup+3.10038 s]
/proc/loadavg: 2.00 2.00 1.99 3/176 20526
/proc/meminfo: memFree=28857840/32873648 swapFree=7372/7372
[pid=20493] ppid=20491 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/20493/stat : 20493 (npSolver-wbo.sh) S 20491 20493 18714 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 385110417 9367552 275 33554432000 4194304 5064252 140735951772032 140735951770944 271787386446 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/20493/statm: 2287 275 233 213 0 72 0
[pid=20494] ppid=20493 vsize=124552 CPUtime=3.07 cores=0,2,4,6
/proc/20494/stat : 20494 (npSolver-wbo) R 20493 20493 18714 0 -1 4202496 16222 16863 0 0 88 15 200 4 20 0 1 0 385110417 127541248 24354 33554432000 4194304 6006132 140733883541360 140733883534200 4583817 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/20494/statm: 31138 24354 178 443 0 30691 0
Current children cumulated CPU time (s) 3.07
Current children cumulated vsize (KiB) 133700

[startup+6.30023 s]
/proc/loadavg: 2.00 2.00 1.99 2/182 20547
/proc/meminfo: memFree=28342368/32873648 swapFree=7372/7372
[pid=20493] ppid=20491 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/20493/stat : 20493 (npSolver-wbo.sh) S 20491 20493 18714 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 385110417 9367552 275 33554432000 4194304 5064252 140735951772032 140735951770944 271787386446 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/20493/statm: 2287 275 233 213 0 72 0
[pid=20494] ppid=20493 vsize=286616 CPUtime=5.76 cores=0,2,4,6
/proc/20494/stat : 20494 (npSolver-wbo) S 20493 20493 18714 0 -1 4202496 18354 16863 0 0 322 50 200 4 20 0 1 0 385110417 293494784 57763 33554432000 4194304 6006132 140733883541360 140733883532768 5187998 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 48 0 0
/proc/20494/statm: 71654 57763 180 443 0 71207 0
Current children cumulated CPU time (s) 5.76
Current children cumulated vsize (KiB) 295764

[startup+12.7003 s]
/proc/loadavg: 2.16 2.03 2.00 3/184 20549
/proc/meminfo: memFree=27626140/32873648 swapFree=7372/7372
[pid=20493] ppid=20491 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/20493/stat : 20493 (npSolver-wbo.sh) S 20491 20493 18714 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 385110417 9367552 275 33554432000 4194304 5064252 140735951772032 140735951770944 271787386446 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/20493/statm: 2287 275 233 213 0 72 0
[pid=20494] ppid=20493 vsize=286616 CPUtime=5.76 cores=0,2,4,6
/proc/20494/stat : 20494 (npSolver-wbo) S 20493 20493 18714 0 -1 4202496 18354 16863 0 0 322 50 200 4 20 0 1 0 385110417 293494784 57763 33554432000 4194304 6006132 140733883541360 140733883532768 5187998 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 48 0 0
/proc/20494/statm: 71654 57763 180 443 0 71207 0
[pid=20548] ppid=20494 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/20548/stat : 20548 (satsolver.sh) S 20494 20493 18714 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 385111045 9367552 266 33554432000 4194304 5064252 140733784814144 140733784813056 271787386446 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/20548/statm: 2287 266 226 213 0 72 0
[pid=20549] ppid=20548 vsize=579480 CPUtime=6.41 cores=0,2,4,6
/proc/20549/stat : 20549 (glucose) R 20548 20493 18714 0 -1 4202496 81929 0 0 0 616 25 0 0 20 0 1 0 385111045 593387520 124478 33554432000 4194304 5208918 140734002427552 140734002425224 4228982 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/20549/statm: 144870 124478 104 248 0 144619 0
Current children cumulated CPU time (s) 12.17
Current children cumulated vsize (KiB) 884392

[startup+25.5004 s]
/proc/loadavg: 2.21 2.05 2.01 3/181 20557
/proc/meminfo: memFree=27645704/32873648 swapFree=7372/7372
[pid=20493] ppid=20491 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/20493/stat : 20493 (npSolver-wbo.sh) S 20491 20493 18714 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 385110417 9367552 275 33554432000 4194304 5064252 140735951772032 140735951770944 271787386446 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/20493/statm: 2287 275 233 213 0 72 0
[pid=20494] ppid=20493 vsize=286616 CPUtime=5.76 cores=0,2,4,6
/proc/20494/stat : 20494 (npSolver-wbo) S 20493 20493 18714 0 -1 4202496 18354 16863 0 0 322 50 200 4 20 0 1 0 385110417 293494784 57763 33554432000 4194304 6006132 140733883541360 140733883532768 5187998 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 48 0 0
/proc/20494/statm: 71654 57763 180 443 0 71207 0
[pid=20548] ppid=20494 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/20548/stat : 20548 (satsolver.sh) S 20494 20493 18714 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 385111045 9367552 266 33554432000 4194304 5064252 140733784814144 140733784813056 271787386446 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/20548/statm: 2287 266 226 213 0 72 0
[pid=20549] ppid=20548 vsize=579480 CPUtime=19.21 cores=0,2,4,6
/proc/20549/stat : 20549 (glucose) R 20548 20493 18714 0 -1 4202496 81952 0 0 0 1896 25 0 0 20 0 1 0 385111045 593387520 124501 33554432000 4194304 5208918 140734002427552 140734002425224 4229476 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/20549/statm: 144870 124501 104 248 0 144619 0
Current children cumulated CPU time (s) 24.97
Current children cumulated vsize (KiB) 884392

[startup+51.1005 s]
/proc/loadavg: 2.14 2.04 2.00 3/183 20559
/proc/meminfo: memFree=23931900/32873648 swapFree=7372/7372
[pid=20493] ppid=20491 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/20493/stat : 20493 (npSolver-wbo.sh) S 20491 20493 18714 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 385110417 9367552 275 33554432000 4194304 5064252 140735951772032 140735951770944 271787386446 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/20493/statm: 2287 275 233 213 0 72 0
[pid=20494] ppid=20493 vsize=286616 CPUtime=5.76 cores=0,2,4,6
/proc/20494/stat : 20494 (npSolver-wbo) S 20493 20493 18714 0 -1 4202496 18354 16863 0 0 322 50 200 4 20 0 1 0 385110417 293494784 57763 33554432000 4194304 6006132 140733883541360 140733883532768 5187998 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 48 0 0
/proc/20494/statm: 71654 57763 180 443 0 71207 0
[pid=20548] ppid=20494 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/20548/stat : 20548 (satsolver.sh) S 20494 20493 18714 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 385111045 9367552 266 33554432000 4194304 5064252 140733784814144 140733784813056 271787386446 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/20548/statm: 2287 266 226 213 0 72 0
[pid=20549] ppid=20548 vsize=579612 CPUtime=44.8 cores=0,2,4,6
/proc/20549/stat : 20549 (glucose) R 20548 20493 18714 0 -1 4202496 81979 0 0 0 4455 25 0 0 20 0 1 0 385111045 593522688 124528 33554432000 4194304 5208918 140734002427552 140734002425400 4229319 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/20549/statm: 144903 124528 104 248 0 144652 0
Current children cumulated CPU time (s) 50.56
Current children cumulated vsize (KiB) 884524

[startup+102.3 s]
/proc/loadavg: 2.34 2.14 2.04 3/183 20559
/proc/meminfo: memFree=22208936/32873648 swapFree=7372/7372
[pid=20493] ppid=20491 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/20493/stat : 20493 (npSolver-wbo.sh) S 20491 20493 18714 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 385110417 9367552 275 33554432000 4194304 5064252 140735951772032 140735951770944 271787386446 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/20493/statm: 2287 275 233 213 0 72 0
[pid=20494] ppid=20493 vsize=286616 CPUtime=5.76 cores=0,2,4,6
/proc/20494/stat : 20494 (npSolver-wbo) S 20493 20493 18714 0 -1 4202496 18354 16863 0 0 322 50 200 4 20 0 1 0 385110417 293494784 57763 33554432000 4194304 6006132 140733883541360 140733883532768 5187998 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 48 0 0
/proc/20494/statm: 71654 57763 180 443 0 71207 0
[pid=20548] ppid=20494 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/20548/stat : 20548 (satsolver.sh) S 20494 20493 18714 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 385111045 9367552 266 33554432000 4194304 5064252 140733784814144 140733784813056 271787386446 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/20548/statm: 2287 266 226 213 0 72 0
[pid=20549] ppid=20548 vsize=581352 CPUtime=96 cores=0,2,4,6
/proc/20549/stat : 20549 (glucose) R 20548 20493 18714 0 -1 4202496 82399 0 0 0 9575 25 0 0 20 0 1 0 385111045 595304448 125459 33554432000 4194304 5208918 140734002427552 140734002425304 4228997 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/20549/statm: 145338 125459 104 248 0 145087 0
Current children cumulated CPU time (s) 101.76
Current children cumulated vsize (KiB) 886264

[startup+162.3 s]
/proc/loadavg: 2.12 2.11 2.03 3/183 20559
/proc/meminfo: memFree=22201680/32873648 swapFree=7372/7372
[pid=20493] ppid=20491 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/20493/stat : 20493 (npSolver-wbo.sh) S 20491 20493 18714 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 385110417 9367552 275 33554432000 4194304 5064252 140735951772032 140735951770944 271787386446 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/20493/statm: 2287 275 233 213 0 72 0
[pid=20494] ppid=20493 vsize=286616 CPUtime=5.76 cores=0,2,4,6
/proc/20494/stat : 20494 (npSolver-wbo) S 20493 20493 18714 0 -1 4202496 18354 16863 0 0 322 50 200 4 20 0 1 0 385110417 293494784 57763 33554432000 4194304 6006132 140733883541360 140733883532768 5187998 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 48 0 0
/proc/20494/statm: 71654 57763 180 443 0 71207 0
[pid=20548] ppid=20494 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/20548/stat : 20548 (satsolver.sh) S 20494 20493 18714 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 385111045 9367552 266 33554432000 4194304 5064252 140733784814144 140733784813056 271787386446 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/20548/statm: 2287 266 226 213 0 72 0
[pid=20549] ppid=20548 vsize=585172 CPUtime=155.98 cores=0,2,4,6
/proc/20549/stat : 20549 (glucose) R 20548 20493 18714 0 -1 4202496 83289 0 0 0 15573 25 0 0 20 0 1 0 385111045 599216128 127371 33554432000 4194304 5208918 140734002427552 140734002425512 4229365 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/20549/statm: 146293 127371 104 248 0 146042 0
Current children cumulated CPU time (s) 161.74
Current children cumulated vsize (KiB) 890084

[startup+222.307 s]
/proc/loadavg: 2.04 2.08 2.02 3/183 20559
/proc/meminfo: memFree=22201804/32873648 swapFree=7372/7372
[pid=20493] ppid=20491 vsize=9148 CPUtime=0 cores=0,2,4,6

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

/proc/20572/stat : 20572 (glucose) R 20571 20493 18714 0 -1 4202496 75499 0 0 0 34041 23 0 0 20 0 1 0 385218572 546340864 112375 33554432000 4194304 5208918 140735721506096 140735721504056 4205163 0 0 4096 0 0 0 0 17 2 0 0 4 0 0
/proc/20572/statm: 133384 112375 95 248 0 133133 0
Current children cumulated CPU time (s) 1421.51
Current children cumulated vsize (KiB) 856612

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 20578
/proc/meminfo: memFree=22251932/32873648 swapFree=7372/7372
[pid=20493] ppid=20491 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/20493/stat : 20493 (npSolver-wbo.sh) S 20491 20493 18714 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 385110417 9367552 275 33554432000 4194304 5064252 140735951772032 140735951770944 271787386446 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/20493/statm: 2287 275 233 213 0 72 0
[pid=20494] ppid=20493 vsize=304780 CPUtime=1080.87 cores=0,2,4,6
/proc/20494/stat : 20494 (npSolver-wbo) S 20493 20493 18714 0 -1 4202496 29401 112164 0 0 587 86 107300 114 20 0 1 0 385110417 312094720 56672 33554432000 4194304 6006132 140733883541360 140733883532768 5187998 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 48 0 0
/proc/20494/statm: 76195 56672 180 443 0 75748 0
[pid=20571] ppid=20494 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/20571/stat : 20571 (satsolver.sh) S 20494 20493 18714 0 -1 4202496 599 0 0 0 0 0 0 0 20 0 1 0 385218572 9367552 267 33554432000 4194304 5064252 140735167173936 140735167172848 271787386446 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/20571/statm: 2287 267 226 213 0 72 0
[pid=20572] ppid=20571 vsize=533536 CPUtime=400.63 cores=0,2,4,6
/proc/20572/stat : 20572 (glucose) R 20571 20493 18714 0 -1 4202496 75500 0 0 0 40040 23 0 0 20 0 1 0 385218572 546340864 112376 33554432000 4194304 5208918 140735721506096 140735721504056 4229319 0 0 4096 0 0 0 0 17 2 0 0 4 0 0
/proc/20572/statm: 133384 112376 95 248 0 133133 0
Current children cumulated CPU time (s) 1481.5
Current children cumulated vsize (KiB) 856612

[startup+1542.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 20578
/proc/meminfo: memFree=22245700/32873648 swapFree=7372/7372
[pid=20493] ppid=20491 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/20493/stat : 20493 (npSolver-wbo.sh) S 20491 20493 18714 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 385110417 9367552 275 33554432000 4194304 5064252 140735951772032 140735951770944 271787386446 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/20493/statm: 2287 275 233 213 0 72 0
[pid=20494] ppid=20493 vsize=304780 CPUtime=1080.87 cores=0,2,4,6
/proc/20494/stat : 20494 (npSolver-wbo) S 20493 20493 18714 0 -1 4202496 29401 112164 0 0 587 86 107300 114 20 0 1 0 385110417 312094720 56672 33554432000 4194304 6006132 140733883541360 140733883532768 5187998 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 48 0 0
/proc/20494/statm: 76195 56672 180 443 0 75748 0
[pid=20571] ppid=20494 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/20571/stat : 20571 (satsolver.sh) S 20494 20493 18714 0 -1 4202496 599 0 0 0 0 0 0 0 20 0 1 0 385218572 9367552 267 33554432000 4194304 5064252 140735167173936 140735167172848 271787386446 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/20571/statm: 2287 267 226 213 0 72 0
[pid=20572] ppid=20571 vsize=539800 CPUtime=460.62 cores=0,2,4,6
/proc/20572/stat : 20572 (glucose) R 20571 20493 18714 0 -1 4202496 76488 0 0 0 46039 23 0 0 20 0 1 0 385218572 552755200 113875 33554432000 4194304 5208918 140735721506096 140735721503928 4211162 0 0 4096 0 0 0 0 17 2 0 0 4 0 0
/proc/20572/statm: 134950 113875 103 248 0 134699 0
Current children cumulated CPU time (s) 1541.49
Current children cumulated vsize (KiB) 862876

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 20578
/proc/meminfo: memFree=22245732/32873648 swapFree=7372/7372
[pid=20493] ppid=20491 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/20493/stat : 20493 (npSolver-wbo.sh) S 20491 20493 18714 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 385110417 9367552 275 33554432000 4194304 5064252 140735951772032 140735951770944 271787386446 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/20493/statm: 2287 275 233 213 0 72 0
[pid=20494] ppid=20493 vsize=304780 CPUtime=1080.87 cores=0,2,4,6
/proc/20494/stat : 20494 (npSolver-wbo) S 20493 20493 18714 0 -1 4202496 29401 112164 0 0 587 86 107300 114 20 0 1 0 385110417 312094720 56672 33554432000 4194304 6006132 140733883541360 140733883532768 5187998 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 48 0 0
/proc/20494/statm: 76195 56672 180 443 0 75748 0
[pid=20571] ppid=20494 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/20571/stat : 20571 (satsolver.sh) S 20494 20493 18714 0 -1 4202496 599 0 0 0 0 0 0 0 20 0 1 0 385218572 9367552 267 33554432000 4194304 5064252 140735167173936 140735167172848 271787386446 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/20571/statm: 2287 267 226 213 0 72 0
[pid=20572] ppid=20571 vsize=539800 CPUtime=520.6 cores=0,2,4,6
/proc/20572/stat : 20572 (glucose) R 20571 20493 18714 0 -1 4202496 76488 0 0 0 52037 23 0 0 20 0 1 0 385218572 552755200 113875 33554432000 4194304 5208918 140735721506096 140735721503928 4229319 0 0 4096 0 0 0 0 17 2 0 0 4 0 0
/proc/20572/statm: 134950 113875 103 248 0 134699 0
Current children cumulated CPU time (s) 1601.47
Current children cumulated vsize (KiB) 862876

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 20578
/proc/meminfo: memFree=22246008/32873648 swapFree=7372/7372
[pid=20493] ppid=20491 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/20493/stat : 20493 (npSolver-wbo.sh) S 20491 20493 18714 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 385110417 9367552 275 33554432000 4194304 5064252 140735951772032 140735951770944 271787386446 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/20493/statm: 2287 275 233 213 0 72 0
[pid=20494] ppid=20493 vsize=304780 CPUtime=1080.87 cores=0,2,4,6
/proc/20494/stat : 20494 (npSolver-wbo) S 20493 20493 18714 0 -1 4202496 29401 112164 0 0 587 86 107300 114 20 0 1 0 385110417 312094720 56672 33554432000 4194304 6006132 140733883541360 140733883532768 5187998 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 48 0 0
/proc/20494/statm: 76195 56672 180 443 0 75748 0
[pid=20571] ppid=20494 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/20571/stat : 20571 (satsolver.sh) S 20494 20493 18714 0 -1 4202496 599 0 0 0 0 0 0 0 20 0 1 0 385218572 9367552 267 33554432000 4194304 5064252 140735167173936 140735167172848 271787386446 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/20571/statm: 2287 267 226 213 0 72 0
[pid=20572] ppid=20571 vsize=539800 CPUtime=580.6 cores=0,2,4,6
/proc/20572/stat : 20572 (glucose) R 20571 20493 18714 0 -1 4202496 76488 0 0 0 58037 23 0 0 20 0 1 0 385218572 552755200 113875 33554432000 4194304 5208918 140735721506096 140735721503928 4229424 0 0 4096 0 0 0 0 17 2 0 0 4 0 0
/proc/20572/statm: 134950 113875 103 248 0 134699 0
Current children cumulated CPU time (s) 1661.47
Current children cumulated vsize (KiB) 862876

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 20578
/proc/meminfo: memFree=22243864/32873648 swapFree=7372/7372
[pid=20493] ppid=20491 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/20493/stat : 20493 (npSolver-wbo.sh) S 20491 20493 18714 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 385110417 9367552 275 33554432000 4194304 5064252 140735951772032 140735951770944 271787386446 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/20493/statm: 2287 275 233 213 0 72 0
[pid=20494] ppid=20493 vsize=304780 CPUtime=1080.87 cores=0,2,4,6
/proc/20494/stat : 20494 (npSolver-wbo) S 20493 20493 18714 0 -1 4202496 29401 112164 0 0 587 86 107300 114 20 0 1 0 385110417 312094720 56672 33554432000 4194304 6006132 140733883541360 140733883532768 5187998 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 48 0 0
/proc/20494/statm: 76195 56672 180 443 0 75748 0
[pid=20571] ppid=20494 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/20571/stat : 20571 (satsolver.sh) S 20494 20493 18714 0 -1 4202496 599 0 0 0 0 0 0 0 20 0 1 0 385218572 9367552 267 33554432000 4194304 5064252 140735167173936 140735167172848 271787386446 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/20571/statm: 2287 267 226 213 0 72 0
[pid=20572] ppid=20571 vsize=539800 CPUtime=640.59 cores=0,2,4,6
/proc/20572/stat : 20572 (glucose) R 20571 20493 18714 0 -1 4202496 76489 0 0 0 64036 23 0 0 20 0 1 0 385218572 552755200 114387 33554432000 4194304 5208918 140735721506096 140735721503928 4229319 0 0 4096 0 0 0 0 17 2 0 0 4 0 0
/proc/20572/statm: 134950 114387 103 248 0 134699 0
Current children cumulated CPU time (s) 1721.46
Current children cumulated vsize (KiB) 862876

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 20581
/proc/meminfo: memFree=22243520/32873648 swapFree=7372/7372
[pid=20493] ppid=20491 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/20493/stat : 20493 (npSolver-wbo.sh) S 20491 20493 18714 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 385110417 9367552 275 33554432000 4194304 5064252 140735951772032 140735951770944 271787386446 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/20493/statm: 2287 275 233 213 0 72 0
[pid=20494] ppid=20493 vsize=304780 CPUtime=1080.87 cores=0,2,4,6
/proc/20494/stat : 20494 (npSolver-wbo) S 20493 20493 18714 0 -1 4202496 29401 112164 0 0 587 86 107300 114 20 0 1 0 385110417 312094720 56672 33554432000 4194304 6006132 140733883541360 140733883532768 5187998 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 48 0 0
/proc/20494/statm: 76195 56672 180 443 0 75748 0
[pid=20571] ppid=20494 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/20571/stat : 20571 (satsolver.sh) S 20494 20493 18714 0 -1 4202496 599 0 0 0 0 0 0 0 20 0 1 0 385218572 9367552 267 33554432000 4194304 5064252 140735167173936 140735167172848 271787386446 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/20571/statm: 2287 267 226 213 0 72 0
[pid=20572] ppid=20571 vsize=539800 CPUtime=700.58 cores=0,2,4,6
/proc/20572/stat : 20572 (glucose) R 20571 20493 18714 0 -1 4202496 76489 0 0 0 70035 23 0 0 20 0 1 0 385218572 552755200 114387 33554432000 4194304 5208918 140735721506096 140735721503928 4211156 0 0 4096 0 0 0 0 17 2 0 0 4 0 0
/proc/20572/statm: 134950 114387 103 248 0 134699 0
Current children cumulated CPU time (s) 1781.45
Current children cumulated vsize (KiB) 862876



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.9 s]
/proc/loadavg: 2.00 2.00 2.00 3/184 20582
/proc/meminfo: memFree=22243488/32873648 swapFree=7372/7372
[pid=20493] ppid=20491 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/20493/stat : 20493 (npSolver-wbo.sh) S 20491 20493 18714 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 385110417 9367552 275 33554432000 4194304 5064252 140735951772032 140735951770944 271787386446 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/20493/statm: 2287 275 233 213 0 72 0
[pid=20494] ppid=20493 vsize=304780 CPUtime=1080.87 cores=0,2,4,6
/proc/20494/stat : 20494 (npSolver-wbo) S 20493 20493 18714 0 -1 4202496 29401 112164 0 0 587 86 107300 114 20 0 1 0 385110417 312094720 56672 33554432000 4194304 6006132 140733883541360 140733883532768 5187998 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 48 0 0
/proc/20494/statm: 76195 56672 180 443 0 75748 0
[pid=20571] ppid=20494 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/20571/stat : 20571 (satsolver.sh) S 20494 20493 18714 0 -1 4202496 599 0 0 0 0 0 0 0 20 0 1 0 385218572 9367552 267 33554432000 4194304 5064252 140735167173936 140735167172848 271787386446 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/20571/statm: 2287 267 226 213 0 72 0
[pid=20572] ppid=20571 vsize=539800 CPUtime=719.18 cores=0,2,4,6
/proc/20572/stat : 20572 (glucose) R 20571 20493 18714 0 -1 4202496 76489 0 0 0 71895 23 0 0 20 0 1 0 385218572 552755200 114387 33554432000 4194304 5208918 140735721506096 140735721503928 4228997 0 0 4096 0 0 0 0 17 2 0 0 4 0 0
/proc/20572/statm: 134950 114387 103 248 0 134699 0
Current children cumulated CPU time (s) 1800.05
Current children cumulated vsize (KiB) 862876

Sending SIGTERM to process tree (bottom up)

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

[startup+1800.9 s]
/proc/loadavg: 2.00 2.00 2.00 3/184 20582
/proc/meminfo: memFree=22243488/32873648 swapFree=7372/7372
[pid=20493] ppid=20491 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/20493/stat : 20493 (npSolver-wbo.sh) S 20491 20493 18714 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 385110417 9367552 275 33554432000 4194304 5064252 140735951772032 140735951770944 271787386446 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/20493/statm: 2287 275 233 213 0 72 0
[pid=20494] ppid=20493 vsize=304780 CPUtime=1080.87 cores=0,2,4,6
/proc/20494/stat : 20494 (npSolver-wbo) S 20493 20493 18714 0 -1 4202496 29401 112164 0 0 587 86 107300 114 20 0 1 0 385110417 312094720 56672 33554432000 4194304 6006132 140733883541360 140733883532768 5187998 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 48 0 0
/proc/20494/statm: 76195 56672 180 443 0 75748 0
[pid=20571] ppid=20494 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/20571/stat : 20571 (satsolver.sh) S 20494 20493 18714 0 -1 4202496 599 0 0 0 0 0 0 0 20 0 1 0 385218572 9367552 267 33554432000 4194304 5064252 140735167173936 140735167172848 271787386446 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/20571/statm: 2287 267 226 213 0 72 0
[pid=20572] ppid=20571 vsize=539800 CPUtime=719.18 cores=0,2,4,6
/proc/20572/stat : 20572 (glucose) R 20571 20493 18714 0 -1 4202496 76489 0 0 0 71895 23 0 0 20 0 1 0 385218572 552755200 114387 33554432000 4194304 5208918 140735721506096 140735721503928 4228997 0 0 4096 0 0 0 0 17 2 0 0 4 0 0
/proc/20572/statm: 134950 114387 103 248 0 134699 0
Current children cumulated CPU time (s) 1800.05
Current children cumulated vsize (KiB) 862876

Child status: 0

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 20493 and gives
#  childrusage.ru_utime.tv_sec=1078
#  childrusage.ru_utime.tv_usec=879985
#  childrusage.ru_stime.tv_sec=2
#  childrusage.ru_stime.tv_usec=15693
# CPU time returned by wait4() is 1080.9
# while last known CPU time is 1800.05
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1800.92
CPU time (s): 1800.05
CPU user time (s): 1797.82
CPU system time (s): 2.23
CPU usage (%): 99.9519
Max. virtual memory (cumulated for all children) (KiB): 1080408

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1078.88
system time used= 2.01569
maximum resident set size= 638892
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 142544
page faults= 0
swaps= 0
block input operations= 0
block output operations= 819920
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 2405
involuntary context switches= 1206

runsolver used 3.3095 second user time and 9.50155 second system time

The end

Launcher Data

Begin job on node115 at 2012-06-08 23:10:36
IDJOB=3755228
IDBENCH=79104
IDSOLVER=2339
FILE ID=node115/3755228-1339189836
RUNJOBID= node115-1339184434-20015
PBS_JOBID= 14643826
Free space on /tmp= 69872 MiB

SOLVER NAME= npSolver 1.0
BENCH NAME= PB10/normalized-PB10/SOFT-BIGINT-LIN/PB06/web/uclid_pb_benchmarks/normalized-dlx1c.rwmem.ucl--soft-0-100-0.wbo
COMMAND LINE= DIR/npSolver-wbo.sh BENCHNAME RANDOMSEED TMPDIR DIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3755228-1339189836/watcher-3755228-1339189836 -o /tmp/evaluation-result-3755228-1339189836/solver-3755228-1339189836 -C 1800 -W 1900 -M 15500  HOME/npSolver-wbo.sh HOME/instance-3755228-1339189836.wbo 510095029 HOME HOME

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

MD5SUM BENCH= e9bc5c880cc124a3ebcf869858f0227b
RANDOM SEED=510095029

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:        28435984 kB
Buffers:          305492 kB
Cached:          2749520 kB
SwapCached:         2180 kB
Active:          1827884 kB
Inactive:        1697076 kB
Active(anon):     467140 kB
Inactive(anon):     2272 kB
Active(file):    1360744 kB
Inactive(file):  1694804 kB
Unevictable:        7372 kB
Mlocked:            7372 kB
SwapTotal:      67108856 kB
SwapFree:       67100232 kB
Dirty:              9324 kB
Writeback:             0 kB
AnonPages:        637704 kB
Mapped:             9876 kB
Shmem:                 0 kB
Slab:             759104 kB
SReclaimable:     203316 kB
SUnreclaim:       555788 kB
KernelStack:        1528 kB
PageTables:         5296 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:     743524 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:    288768 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= 68344 MiB
End job on node115 at 2012-06-08 23:40:37