Trace number 3753695

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-topDown (fixed)? (TO) 1800.04 1800.41

General information on the benchmark

Name/PARTIAL-SMALLINT-LIN/PB06/web/uclid_pb_benchmarks/
normalized-cache.inv10.ucl--soft-66-100-0.wbo
MD5SUMd386dfc8e47349268f453a2b59efbfb7
Bench CategoryPARTIAL-SMALLINT-LIN (both soft and hard constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark3
Best CPU time to get the best result obtained on this benchmark0.144977
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables8937
Total number of constraints26319
Number of soft constraints8922
Number of constraints which are clauses26047
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints272
Minimum length of a constraint1
Maximum length of a constraint9
Top cost 446674
Min constraint cost 1
Max constraint cost 100
Sum of constraints costs 446673
Biggest number in a constraint 17
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 62
Number of bits of the biggest sum of numbers6
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Quality of the solution as a function of time


Download the above graph as a PDF file / as an EPS file

Solver Data

0.00/0.23	c run usual solver
0.00/0.63	o 1607
0.00/0.63	c fallback to adder encoding
289.29/289.45	o 1606
289.29/289.45	c fallback to adder encoding
588.40/589.19	o 1603
588.40/589.19	c fallback to adder encoding
830.66/831.48	o 1575
830.66/831.48	c fallback to adder encoding
1192.42/1192.79	o 1573
1192.42/1192.79	c fallback to adder encoding
1689.25/1690.26	o 1572
1689.25/1690.26	c fallback to adder encoding
1800.04/1800.41	c error: unexpected solver exit code
1800.04/1800.41	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-3753695-1339191124/watcher-3753695-1339191124 -o /tmp/evaluation-result-3753695-1339191124/solver-3753695-1339191124 -C 1800 -W 1900 -M 15500 HOME/npSolver-wbo-Itd.sh HOME/instance-3753695-1339191124.wbo 581692731 HOME HOME 

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

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


[startup+0 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 26897
/proc/meminfo: memFree=27151532/32873660 swapFree=7120/7120
[pid=26897] ppid=26895 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/26897/stat : 26897 (npSolver-wbo-It) S 26895 26897 19799 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 385238202 9367552 275 33554432000 4194304 5064252 140736928469280 140736928468192 270329865806 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/26897/statm: 2287 275 233 213 0 72 0

[startup+0.0891211 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 26897
/proc/meminfo: memFree=27151532/32873660 swapFree=7120/7120
[pid=26897] ppid=26895 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/26897/stat : 26897 (npSolver-wbo-It) S 26895 26897 19799 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 385238202 9367552 275 33554432000 4194304 5064252 140736928469280 140736928468192 270329865806 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/26897/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.100292 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 26897
/proc/meminfo: memFree=27151532/32873660 swapFree=7120/7120
[pid=26897] ppid=26895 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/26897/stat : 26897 (npSolver-wbo-It) S 26895 26897 19799 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 385238202 9367552 275 33554432000 4194304 5064252 140736928469280 140736928468192 270329865806 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/26897/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.300207 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 26897
/proc/meminfo: memFree=27151532/32873660 swapFree=7120/7120
[pid=26897] ppid=26895 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/26897/stat : 26897 (npSolver-wbo-It) S 26895 26897 19799 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 385238202 9367552 275 33554432000 4194304 5064252 140736928469280 140736928468192 270329865806 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/26897/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.700197 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 26897
/proc/meminfo: memFree=27151532/32873660 swapFree=7120/7120
[pid=26897] ppid=26895 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/26897/stat : 26897 (npSolver-wbo-It) S 26895 26897 19799 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 385238202 9367552 275 33554432000 4194304 5064252 140736928469280 140736928468192 270329865806 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/26897/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 2.00 3/181 26909
/proc/meminfo: memFree=27086924/32873660 swapFree=7120/7120
[pid=26897] ppid=26895 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/26897/stat : 26897 (npSolver-wbo-It) S 26895 26897 19799 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 385238202 9367552 275 33554432000 4194304 5064252 140736928469280 140736928468192 270329865806 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/26897/statm: 2287 275 233 213 0 72 0
[pid=26898] ppid=26897 vsize=105684 CPUtime=1.47 cores=1,3,5,7
/proc/26898/stat : 26898 (npSolver-wbo) R 26897 26897 19799 0 -1 4202496 11226 11247 0 0 107 9 29 2 20 0 1 0 385238203 108220416 24333 33554432000 4194304 6006132 140736641088304 140736641080280 4537521 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/26898/statm: 26421 24333 179 443 0 25974 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 114832

[startup+3.10029 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 26911
/proc/meminfo: memFree=26895344/32873660 swapFree=7120/7120
[pid=26897] ppid=26895 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/26897/stat : 26897 (npSolver-wbo-It) S 26895 26897 19799 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 385238202 9367552 275 33554432000 4194304 5064252 140736928469280 140736928468192 270329865806 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/26897/statm: 2287 275 233 213 0 72 0
[pid=26898] ppid=26897 vsize=171220 CPUtime=1.75 cores=1,3,5,7
/proc/26898/stat : 26898 (npSolver-wbo) S 26897 26897 19799 0 -1 4202496 12362 11247 0 0 123 21 29 2 20 0 1 0 385238203 175329280 26894 33554432000 4194304 6006132 140736641088304 140736641079696 5187998 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/26898/statm: 42805 26894 180 443 0 42358 0
[pid=26910] ppid=26898 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/26910/stat : 26910 (satsolver.sh) S 26898 26897 19799 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 385238380 9367552 267 33554432000 4194304 5064252 140733844870896 140733844869808 270329865806 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/26910/statm: 2287 267 226 213 0 72 0
[pid=26911] ppid=26910 vsize=194888 CPUtime=1.31 cores=1,3,5,7
/proc/26911/stat : 26911 (glucose) R 26910 26897 19799 0 -1 4202496 35523 0 0 0 121 10 0 0 20 0 1 0 385238380 199565312 43686 33554432000 4194304 5208918 140734491696560 140734491694872 4229365 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/26911/statm: 48722 43686 104 248 0 48471 0
Current children cumulated CPU time (s) 3.06
Current children cumulated vsize (KiB) 384404

[startup+6.30037 s]
/proc/loadavg: 2.08 2.02 2.01 3/183 26911
/proc/meminfo: memFree=26797120/32873660 swapFree=7120/7120
[pid=26897] ppid=26895 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/26897/stat : 26897 (npSolver-wbo-It) S 26895 26897 19799 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 385238202 9367552 275 33554432000 4194304 5064252 140736928469280 140736928468192 270329865806 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/26897/statm: 2287 275 233 213 0 72 0
[pid=26898] ppid=26897 vsize=171220 CPUtime=1.75 cores=1,3,5,7
/proc/26898/stat : 26898 (npSolver-wbo) S 26897 26897 19799 0 -1 4202496 12362 11247 0 0 123 21 29 2 20 0 1 0 385238203 175329280 26894 33554432000 4194304 6006132 140736641088304 140736641079696 5187998 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/26898/statm: 42805 26894 180 443 0 42358 0
[pid=26910] ppid=26898 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/26910/stat : 26910 (satsolver.sh) S 26898 26897 19799 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 385238380 9367552 267 33554432000 4194304 5064252 140733844870896 140733844869808 270329865806 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/26910/statm: 2287 267 226 213 0 72 0
[pid=26911] ppid=26910 vsize=194888 CPUtime=4.51 cores=1,3,5,7
/proc/26911/stat : 26911 (glucose) R 26910 26897 19799 0 -1 4202496 35546 0 0 0 441 10 0 0 20 0 1 0 385238380 199565312 43709 33554432000 4194304 5208918 140734491696560 140734491694520 4211339 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/26911/statm: 48722 43709 104 248 0 48471 0
Current children cumulated CPU time (s) 6.26
Current children cumulated vsize (KiB) 384404

[startup+12.7003 s]
/proc/loadavg: 2.07 2.02 2.00 3/183 26911
/proc/meminfo: memFree=26796768/32873660 swapFree=7120/7120
[pid=26897] ppid=26895 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/26897/stat : 26897 (npSolver-wbo-It) S 26895 26897 19799 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 385238202 9367552 275 33554432000 4194304 5064252 140736928469280 140736928468192 270329865806 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/26897/statm: 2287 275 233 213 0 72 0
[pid=26898] ppid=26897 vsize=171220 CPUtime=1.75 cores=1,3,5,7
/proc/26898/stat : 26898 (npSolver-wbo) S 26897 26897 19799 0 -1 4202496 12362 11247 0 0 123 21 29 2 20 0 1 0 385238203 175329280 26894 33554432000 4194304 6006132 140736641088304 140736641079696 5187998 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/26898/statm: 42805 26894 180 443 0 42358 0
[pid=26910] ppid=26898 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/26910/stat : 26910 (satsolver.sh) S 26898 26897 19799 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 385238380 9367552 267 33554432000 4194304 5064252 140733844870896 140733844869808 270329865806 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/26910/statm: 2287 267 226 213 0 72 0
[pid=26911] ppid=26910 vsize=194888 CPUtime=10.91 cores=1,3,5,7
/proc/26911/stat : 26911 (glucose) R 26910 26897 19799 0 -1 4202496 35548 0 0 0 1081 10 0 0 20 0 1 0 385238380 199565312 43711 33554432000 4194304 5208918 140734491696560 140734491694520 4229365 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/26911/statm: 48722 43711 104 248 0 48471 0
Current children cumulated CPU time (s) 12.66
Current children cumulated vsize (KiB) 384404

[startup+25.5004 s]
/proc/loadavg: 2.06 2.01 2.00 3/183 26911
/proc/meminfo: memFree=26797056/32873660 swapFree=7120/7120
[pid=26897] ppid=26895 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/26897/stat : 26897 (npSolver-wbo-It) S 26895 26897 19799 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 385238202 9367552 275 33554432000 4194304 5064252 140736928469280 140736928468192 270329865806 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/26897/statm: 2287 275 233 213 0 72 0
[pid=26898] ppid=26897 vsize=171220 CPUtime=1.75 cores=1,3,5,7
/proc/26898/stat : 26898 (npSolver-wbo) S 26897 26897 19799 0 -1 4202496 12362 11247 0 0 123 21 29 2 20 0 1 0 385238203 175329280 26894 33554432000 4194304 6006132 140736641088304 140736641079696 5187998 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/26898/statm: 42805 26894 180 443 0 42358 0
[pid=26910] ppid=26898 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/26910/stat : 26910 (satsolver.sh) S 26898 26897 19799 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 385238380 9367552 267 33554432000 4194304 5064252 140733844870896 140733844869808 270329865806 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/26910/statm: 2287 267 226 213 0 72 0
[pid=26911] ppid=26910 vsize=194888 CPUtime=23.71 cores=1,3,5,7
/proc/26911/stat : 26911 (glucose) R 26910 26897 19799 0 -1 4202496 35550 0 0 0 2361 10 0 0 20 0 1 0 385238380 199565312 43713 33554432000 4194304 5208918 140734491696560 140734491694520 4211656 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/26911/statm: 48722 43713 104 248 0 48471 0
Current children cumulated CPU time (s) 25.46
Current children cumulated vsize (KiB) 384404

[startup+51.1004 s]
/proc/loadavg: 2.04 2.01 2.00 3/183 26911
/proc/meminfo: memFree=26796608/32873660 swapFree=7120/7120
[pid=26897] ppid=26895 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/26897/stat : 26897 (npSolver-wbo-It) S 26895 26897 19799 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 385238202 9367552 275 33554432000 4194304 5064252 140736928469280 140736928468192 270329865806 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/26897/statm: 2287 275 233 213 0 72 0
[pid=26898] ppid=26897 vsize=171220 CPUtime=1.75 cores=1,3,5,7
/proc/26898/stat : 26898 (npSolver-wbo) S 26897 26897 19799 0 -1 4202496 12362 11247 0 0 123 21 29 2 20 0 1 0 385238203 175329280 26894 33554432000 4194304 6006132 140736641088304 140736641079696 5187998 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/26898/statm: 42805 26894 180 443 0 42358 0
[pid=26910] ppid=26898 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/26910/stat : 26910 (satsolver.sh) S 26898 26897 19799 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 385238380 9367552 267 33554432000 4194304 5064252 140733844870896 140733844869808 270329865806 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/26910/statm: 2287 267 226 213 0 72 0
[pid=26911] ppid=26910 vsize=195092 CPUtime=49.31 cores=1,3,5,7
/proc/26911/stat : 26911 (glucose) R 26910 26897 19799 0 -1 4202496 35576 0 0 0 4921 10 0 0 20 0 1 0 385238380 199774208 43739 33554432000 4194304 5208918 140734491696560 140734491694520 4229319 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/26911/statm: 48773 43739 104 248 0 48522 0
Current children cumulated CPU time (s) 51.06
Current children cumulated vsize (KiB) 384608

[startup+102.307 s]
/proc/loadavg: 2.01 2.01 2.00 3/183 26911
/proc/meminfo: memFree=26791524/32873660 swapFree=7120/7120
[pid=26897] ppid=26895 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/26897/stat : 26897 (npSolver-wbo-It) S 26895 26897 19799 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 385238202 9367552 275 33554432000 4194304 5064252 140736928469280 140736928468192 270329865806 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/26897/statm: 2287 275 233 213 0 72 0
[pid=26898] ppid=26897 vsize=171220 CPUtime=1.75 cores=1,3,5,7
/proc/26898/stat : 26898 (npSolver-wbo) S 26897 26897 19799 0 -1 4202496 12362 11247 0 0 123 21 29 2 20 0 1 0 385238203 175329280 26894 33554432000 4194304 6006132 140736641088304 140736641079696 5187998 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/26898/statm: 42805 26894 180 443 0 42358 0
[pid=26910] ppid=26898 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/26910/stat : 26910 (satsolver.sh) S 26898 26897 19799 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 385238380 9367552 267 33554432000 4194304 5064252 140733844870896 140733844869808 270329865806 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/26910/statm: 2287 267 226 213 0 72 0
[pid=26911] ppid=26910 vsize=195804 CPUtime=100.5 cores=1,3,5,7
/proc/26911/stat : 26911 (glucose) R 26910 26897 19799 0 -1 4202496 35766 0 0 0 10040 10 0 0 20 0 1 0 385238380 200503296 44440 33554432000 4194304 5208918 140734491696560 140734491694408 4205631 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/26911/statm: 48951 44440 105 248 0 48700 0
Current children cumulated CPU time (s) 102.25
Current children cumulated vsize (KiB) 385320

[startup+162.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 26911
/proc/meminfo: memFree=26787552/32873660 swapFree=7120/7120
[pid=26897] ppid=26895 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/26897/stat : 26897 (npSolver-wbo-It) S 26895 26897 19799 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 385238202 9367552 275 33554432000 4194304 5064252 140736928469280 140736928468192 270329865806 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/26897/statm: 2287 275 233 213 0 72 0
[pid=26898] ppid=26897 vsize=171220 CPUtime=1.75 cores=1,3,5,7
/proc/26898/stat : 26898 (npSolver-wbo) S 26897 26897 19799 0 -1 4202496 12362 11247 0 0 123 21 29 2 20 0 1 0 385238203 175329280 26894 33554432000 4194304 6006132 140736641088304 140736641079696 5187998 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/26898/statm: 42805 26894 180 443 0 42358 0
[pid=26910] ppid=26898 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/26910/stat : 26910 (satsolver.sh) S 26898 26897 19799 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 385238380 9367552 267 33554432000 4194304 5064252 140733844870896 140733844869808 270329865806 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/26910/statm: 2287 267 226 213 0 72 0
[pid=26911] ppid=26910 vsize=197380 CPUtime=160.49 cores=1,3,5,7
/proc/26911/stat : 26911 (glucose) R 26910 26897 19799 0 -1 4202496 36121 0 0 0 16039 10 0 0 20 0 1 0 385238380 202117120 44795 33554432000 4194304 5208918 140734491696560 140734491694520 4229888 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/26911/statm: 49345 44795 105 248 0 49094 0
Current children cumulated CPU time (s) 162.24

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

/proc/26956/stat : 26956 (glucose) R 26955 26897 19799 0 -1 4202496 36984 0 0 0 16822 10 0 0 20 0 1 0 385357597 202244096 45828 33554432000 4194304 5208918 140735522004752 140735522002504 4229427 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/26956/statm: 49376 45828 105 248 0 49125 0
Current children cumulated CPU time (s) 1362
Current children cumulated vsize (KiB) 370640

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 26968
/proc/meminfo: memFree=26828972/32873660 swapFree=7120/7120
[pid=26897] ppid=26895 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/26897/stat : 26897 (npSolver-wbo-It) S 26895 26897 19799 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 385238202 9367552 275 33554432000 4194304 5064252 140736928469280 140736928468192 270329865806 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/26897/statm: 2287 275 233 213 0 72 0
[pid=26898] ppid=26897 vsize=154840 CPUtime=1193.68 cores=1,3,5,7
/proc/26898/stat : 26898 (npSolver-wbo) S 26897 26897 19799 0 -1 4202496 40250 187892 0 0 525 77 118607 159 20 0 1 0 385238203 158556160 22831 33554432000 4194304 6006132 140736641088304 140736641079696 5187998 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/26898/statm: 38710 22831 180 443 0 38263 0
[pid=26955] ppid=26898 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/26955/stat : 26955 (satsolver.sh) S 26898 26897 19799 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 385357597 9367552 267 33554432000 4194304 5064252 140736393570608 140736393569520 270329865806 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/26955/statm: 2287 267 226 213 0 72 0
[pid=26956] ppid=26955 vsize=198716 CPUtime=228.31 cores=1,3,5,7
/proc/26956/stat : 26956 (glucose) R 26955 26897 19799 0 -1 4202496 37324 0 0 0 22821 10 0 0 20 0 1 0 385357597 203485184 46671 33554432000 4194304 5208918 140735522004752 140735522002600 4211851 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/26956/statm: 49679 46671 105 248 0 49428 0
Current children cumulated CPU time (s) 1421.99
Current children cumulated vsize (KiB) 371852

[startup+1482.3 s]
/proc/loadavg: 2.03 2.01 2.00 3/183 26968
/proc/meminfo: memFree=26822792/32873660 swapFree=7120/7120
[pid=26897] ppid=26895 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/26897/stat : 26897 (npSolver-wbo-It) S 26895 26897 19799 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 385238202 9367552 275 33554432000 4194304 5064252 140736928469280 140736928468192 270329865806 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/26897/statm: 2287 275 233 213 0 72 0
[pid=26898] ppid=26897 vsize=154840 CPUtime=1193.68 cores=1,3,5,7
/proc/26898/stat : 26898 (npSolver-wbo) S 26897 26897 19799 0 -1 4202496 40250 187892 0 0 525 77 118607 159 20 0 1 0 385238203 158556160 22831 33554432000 4194304 6006132 140736641088304 140736641079696 5187998 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/26898/statm: 38710 22831 180 443 0 38263 0
[pid=26955] ppid=26898 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/26955/stat : 26955 (satsolver.sh) S 26898 26897 19799 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 385357597 9367552 267 33554432000 4194304 5064252 140736393570608 140736393569520 270329865806 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/26955/statm: 2287 267 226 213 0 72 0
[pid=26956] ppid=26955 vsize=200772 CPUtime=288.29 cores=1,3,5,7
/proc/26956/stat : 26956 (glucose) R 26955 26897 19799 0 -1 4202496 37817 0 0 0 28819 10 0 0 20 0 1 0 385357597 205590528 48183 33554432000 4194304 5208918 140735522004752 140735522002600 4229319 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/26956/statm: 50193 48183 105 248 0 49942 0
Current children cumulated CPU time (s) 1481.97
Current children cumulated vsize (KiB) 373908

[startup+1542.3 s]
/proc/loadavg: 2.06 2.02 2.00 3/181 27079
/proc/meminfo: memFree=26544268/32873660 swapFree=7120/7120
[pid=26897] ppid=26895 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/26897/stat : 26897 (npSolver-wbo-It) S 26895 26897 19799 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 385238202 9367552 275 33554432000 4194304 5064252 140736928469280 140736928468192 270329865806 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/26897/statm: 2287 275 233 213 0 72 0
[pid=26898] ppid=26897 vsize=154840 CPUtime=1193.68 cores=1,3,5,7
/proc/26898/stat : 26898 (npSolver-wbo) S 26897 26897 19799 0 -1 4202496 40250 187892 0 0 525 77 118607 159 20 0 1 0 385238203 158556160 22831 33554432000 4194304 6006132 140736641088304 140736641079696 5187998 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/26898/statm: 38710 22831 180 443 0 38263 0
[pid=26955] ppid=26898 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/26955/stat : 26955 (satsolver.sh) S 26898 26897 19799 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 385357597 9367552 267 33554432000 4194304 5064252 140736393570608 140736393569520 270329865806 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/26955/statm: 2287 267 226 213 0 72 0
[pid=26956] ppid=26955 vsize=232932 CPUtime=348.27 cores=1,3,5,7
/proc/26956/stat : 26956 (glucose) R 26955 26897 19799 0 -1 4202496 38666 0 0 0 34816 11 0 0 20 0 1 0 385357597 238522368 49844 33554432000 4194304 5208918 140735522004752 140735522002600 4229365 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/26956/statm: 58233 49844 105 248 0 57982 0
Current children cumulated CPU time (s) 1541.95
Current children cumulated vsize (KiB) 406068

[startup+1602.3 s]
/proc/loadavg: 2.18 2.07 2.02 3/184 27132
/proc/meminfo: memFree=26104984/32873660 swapFree=7120/7120
[pid=26897] ppid=26895 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/26897/stat : 26897 (npSolver-wbo-It) S 26895 26897 19799 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 385238202 9367552 275 33554432000 4194304 5064252 140736928469280 140736928468192 270329865806 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/26897/statm: 2287 275 233 213 0 72 0
[pid=26898] ppid=26897 vsize=154840 CPUtime=1193.68 cores=1,3,5,7
/proc/26898/stat : 26898 (npSolver-wbo) S 26897 26897 19799 0 -1 4202496 40250 187892 0 0 525 77 118607 159 20 0 1 0 385238203 158556160 22831 33554432000 4194304 6006132 140736641088304 140736641079696 5187998 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/26898/statm: 38710 22831 180 443 0 38263 0
[pid=26955] ppid=26898 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/26955/stat : 26955 (satsolver.sh) S 26898 26897 19799 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 385357597 9367552 267 33554432000 4194304 5064252 140736393570608 140736393569520 270329865806 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/26955/statm: 2287 267 226 213 0 72 0
[pid=26956] ppid=26955 vsize=204164 CPUtime=408.27 cores=1,3,5,7
/proc/26956/stat : 26956 (glucose) R 26955 26897 19799 0 -1 4202496 39773 0 0 0 40814 13 0 0 20 0 1 0 385357597 209063936 48311 33554432000 4194304 5208918 140735522004752 140735522002504 4211501 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/26956/statm: 51041 48311 105 248 0 50790 0
Current children cumulated CPU time (s) 1601.95
Current children cumulated vsize (KiB) 377300

[startup+1662.3 s]
/proc/loadavg: 2.07 2.06 2.01 3/183 27132
/proc/meminfo: memFree=26105000/32873660 swapFree=7120/7120
[pid=26897] ppid=26895 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/26897/stat : 26897 (npSolver-wbo-It) S 26895 26897 19799 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 385238202 9367552 275 33554432000 4194304 5064252 140736928469280 140736928468192 270329865806 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/26897/statm: 2287 275 233 213 0 72 0
[pid=26898] ppid=26897 vsize=154840 CPUtime=1193.68 cores=1,3,5,7
/proc/26898/stat : 26898 (npSolver-wbo) S 26897 26897 19799 0 -1 4202496 40250 187892 0 0 525 77 118607 159 20 0 1 0 385238203 158556160 22831 33554432000 4194304 6006132 140736641088304 140736641079696 5187998 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/26898/statm: 38710 22831 180 443 0 38263 0
[pid=26955] ppid=26898 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/26955/stat : 26955 (satsolver.sh) S 26898 26897 19799 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 385357597 9367552 267 33554432000 4194304 5064252 140736393570608 140736393569520 270329865806 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/26955/statm: 2287 267 226 213 0 72 0
[pid=26956] ppid=26955 vsize=204508 CPUtime=468.26 cores=1,3,5,7
/proc/26956/stat : 26956 (glucose) R 26955 26897 19799 0 -1 4202496 39838 0 0 0 46813 13 0 0 20 0 1 0 385357597 209416192 48376 33554432000 4194304 5208918 140735522004752 140735522002504 4229319 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/26956/statm: 51127 48376 105 248 0 50876 0
Current children cumulated CPU time (s) 1661.94
Current children cumulated vsize (KiB) 377644

[startup+1722.3 s]
/proc/loadavg: 2.02 2.05 2.01 3/183 27142
/proc/meminfo: memFree=26121056/32873660 swapFree=7120/7120
[pid=26897] ppid=26895 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/26897/stat : 26897 (npSolver-wbo-It) S 26895 26897 19799 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 385238202 9367552 275 33554432000 4194304 5064252 140736928469280 140736928468192 270329865806 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/26897/statm: 2287 275 233 213 0 72 0
[pid=26898] ppid=26897 vsize=154840 CPUtime=1691.07 cores=1,3,5,7
/proc/26898/stat : 26898 (npSolver-wbo) S 26897 26897 19799 0 -1 4202496 47222 234279 0 0 625 92 168190 200 20 0 1 0 385238203 158556160 22831 33554432000 4194304 6006132 140736641088304 140736641079696 5187998 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/26898/statm: 38710 22831 180 443 0 38263 0
[pid=27141] ppid=26898 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/27141/stat : 27141 (satsolver.sh) S 26898 26897 19799 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 385407343 9367552 266 33554432000 4194304 5064252 140735038898736 140735038897648 270329865806 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/27141/statm: 2287 266 226 213 0 72 0
[pid=27142] ppid=27141 vsize=194848 CPUtime=30.88 cores=1,3,5,7
/proc/27142/stat : 27142 (glucose) R 27141 26897 19799 0 -1 4202496 34874 0 0 0 3077 11 0 0 20 0 1 0 385407344 199524352 44306 33554432000 4194304 5208918 140736961378656 140736961376616 4211160 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/27142/statm: 48712 44306 104 248 0 48461 0
Current children cumulated CPU time (s) 1721.95
Current children cumulated vsize (KiB) 367984

[startup+1782.3 s]
/proc/loadavg: 2.06 2.05 2.01 3/184 27166
/proc/meminfo: memFree=26117340/32873660 swapFree=7120/7120
[pid=26897] ppid=26895 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/26897/stat : 26897 (npSolver-wbo-It) S 26895 26897 19799 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 385238202 9367552 275 33554432000 4194304 5064252 140736928469280 140736928468192 270329865806 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/26897/statm: 2287 275 233 213 0 72 0
[pid=26898] ppid=26897 vsize=154840 CPUtime=1691.07 cores=1,3,5,7
/proc/26898/stat : 26898 (npSolver-wbo) S 26897 26897 19799 0 -1 4202496 47222 234279 0 0 625 92 168190 200 20 0 1 0 385238203 158556160 22831 33554432000 4194304 6006132 140736641088304 140736641079696 5187998 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/26898/statm: 38710 22831 180 443 0 38263 0
[pid=27141] ppid=26898 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/27141/stat : 27141 (satsolver.sh) S 26898 26897 19799 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 385407343 9367552 266 33554432000 4194304 5064252 140735038898736 140735038897648 270329865806 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/27141/statm: 2287 266 226 213 0 72 0
[pid=27142] ppid=27141 vsize=196224 CPUtime=90.87 cores=1,3,5,7
/proc/27142/stat : 27142 (glucose) R 27141 26897 19799 0 -1 4202496 35242 0 0 0 9076 11 0 0 20 0 1 0 385407344 200933376 45185 33554432000 4194304 5208918 140736961378656 140736961376504 4205728 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/27142/statm: 49056 45185 105 248 0 48805 0
Current children cumulated CPU time (s) 1781.94
Current children cumulated vsize (KiB) 369360



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.4 s]
/proc/loadavg: 2.04 2.05 2.00 3/183 27166
/proc/meminfo: memFree=26117104/32873660 swapFree=7120/7120
[pid=26897] ppid=26895 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/26897/stat : 26897 (npSolver-wbo-It) S 26895 26897 19799 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 385238202 9367552 275 33554432000 4194304 5064252 140736928469280 140736928468192 270329865806 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/26897/statm: 2287 275 233 213 0 72 0
[pid=26898] ppid=26897 vsize=154840 CPUtime=1691.07 cores=1,3,5,7
/proc/26898/stat : 26898 (npSolver-wbo) S 26897 26897 19799 0 -1 4202496 47222 234279 0 0 625 92 168190 200 20 0 1 0 385238203 158556160 22831 33554432000 4194304 6006132 140736641088304 140736641079696 5187998 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/26898/statm: 38710 22831 180 443 0 38263 0
[pid=27141] ppid=26898 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/27141/stat : 27141 (satsolver.sh) S 26898 26897 19799 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 385407343 9367552 266 33554432000 4194304 5064252 140735038898736 140735038897648 270329865806 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/27141/statm: 2287 266 226 213 0 72 0
[pid=27142] ppid=27141 vsize=196972 CPUtime=108.97 cores=1,3,5,7
/proc/27142/stat : 27142 (glucose) R 27141 26897 19799 0 -1 4202496 35393 0 0 0 10886 11 0 0 20 0 1 0 385407344 201699328 45336 33554432000 4194304 5208918 140736961378656 140736961376616 4210976 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/27142/statm: 49243 45336 105 248 0 48992 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 370108

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 26897 and gives
#  childrusage.ru_utime.tv_sec=1688
#  childrusage.ru_utime.tv_usec=159360
#  childrusage.ru_stime.tv_sec=2
#  childrusage.ru_stime.tv_usec=927554
# CPU time returned by wait4() is 1691.09
# while last known CPU time is 1800.04
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1800.41
CPU time (s): 1800.04
CPU user time (s): 1797.01
CPU system time (s): 3.03
CPU usage (%): 99.9792
Max. virtual memory (cumulated for all children) (KiB): 459196

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1688.16
system time used= 2.92755
maximum resident set size= 241168
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 282477
page faults= 0
swaps= 0
block input operations= 0
block output operations= 879744
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 3995
involuntary context switches= 1816

runsolver used 6.64899 second user time and 14.2258 second system time

The end

Launcher Data

Begin job on node117 at 2012-06-08 23:32:05
IDJOB=3753695
IDBENCH=79037
IDSOLVER=2337
FILE ID=node117/3753695-1339191124
RUNJOBID= node117-1339183362-21750
PBS_JOBID= 14643835
Free space on /tmp= 70640 MiB

SOLVER NAME= npSolver inc-topDown
BENCH NAME= PB10/normalized-PB10/PARTIAL-SMALLINT-LIN/PB06/web/uclid_pb_benchmarks/normalized-cache.inv10.ucl--soft-66-100-0.wbo
COMMAND LINE= DIR/npSolver-wbo-Itd.sh BENCHNAME RANDOMSEED TMPDIR DIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3753695-1339191124/watcher-3753695-1339191124 -o /tmp/evaluation-result-3753695-1339191124/solver-3753695-1339191124 -C 1800 -W 1900 -M 15500  HOME/npSolver-wbo-Itd.sh HOME/instance-3753695-1339191124.wbo 581692731 HOME HOME

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

MD5SUM BENCH= d386dfc8e47349268f453a2b59efbfb7
RANDOM SEED=581692731

node117.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.148
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.29
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.148
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.148
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.148
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.95
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.148
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.148
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.148
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.148
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:       32873660 kB
MemFree:        27151796 kB
Buffers:          804224 kB
Cached:          3650612 kB
SwapCached:          620 kB
Active:          2688640 kB
Inactive:        2046964 kB
Active(anon):     269256 kB
Inactive(anon):    10028 kB
Active(file):    2419384 kB
Inactive(file):  2036936 kB
Unevictable:        7120 kB
Mlocked:            7120 kB
SwapTotal:      67108856 kB
SwapFree:       67106956 kB
Dirty:              9268 kB
Writeback:             0 kB
AnonPages:        318040 kB
Mapped:            13320 kB
Shmem:                80 kB
Slab:             835100 kB
SReclaimable:     278880 kB
SUnreclaim:       556220 kB
KernelStack:        1520 kB
PageTables:         4984 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545684 kB
Committed_AS:     414612 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:    249856 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= 70400 MiB
End job on node117 at 2012-06-09 00:02:05