Trace number 3752730

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-quickBound (fixed)? (TO) 1800.08 1800.42

General information on the benchmark

Name/PARTIAL-BIGINT-LIN/wcsp/driver/
normalized-driverlog08bc_wcsp.wbo
MD5SUM7606a259cb7f676549ec962f9f596d4d
Bench CategoryPARTIAL-BIGINT-LIN (both soft and hard constraints, big integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark2257
Best CPU time to get the best result obtained on this benchmark7.36188
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables1583
Total number of constraints57898
Number of soft constraints57490
Number of constraints which are clauses57490
Number of constraints which are cardinality constraints (but not clauses)408
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint11
Top cost 71841
Min constraint cost 1
Max constraint cost 71841
Sum of constraints costs 4073527593
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 12
Number of bits of the biggest sum of numbers4
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.47	c run usual solver
3.18/3.28	o 1149480
3.18/3.28	c starting approximation
3.18/3.28	c factor = 2
3.18/3.28	c factor still to low - shrinking to 396502
3.18/3.28	c approx number of clauses: 1e+06
3.18/3.28	c current bound: 574740
3.36/3.55	c leaving approximation
3.36/3.55	c finished approximation
3.36/3.55	c fallback to adder encoding
1800.08/1800.41	c error: unexpected solver exit code
1800.08/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-3752730-1339210454/watcher-3752730-1339210454 -o /tmp/evaluation-result-3752730-1339210454/solver-3752730-1339210454 -C 1800 -W 1900 -M 15500 HOME/npSolver-wbo-Itdqb.sh HOME/instance-3752730-1339210454.wbo 74948086 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 2/179 19820
/proc/meminfo: memFree=31505568/32873844 swapFree=7632/7632
[pid=19820] ppid=19818 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/19820/stat : 19820 (npSolver-wbo-It) S 19818 19820 23199 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 387171036 9367552 275 33554432000 4194304 5064252 140736360775776 140736360774688 214369461838 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/19820/statm: 2287 275 233 213 0 72 0

[startup+0.0820981 s]
/proc/loadavg: 2.00 2.00 2.00 2/179 19820
/proc/meminfo: memFree=31505568/32873844 swapFree=7632/7632
[pid=19820] ppid=19818 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/19820/stat : 19820 (npSolver-wbo-It) S 19818 19820 23199 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 387171036 9367552 275 33554432000 4194304 5064252 140736360775776 140736360774688 214369461838 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/19820/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.100344 s]
/proc/loadavg: 2.00 2.00 2.00 2/179 19820
/proc/meminfo: memFree=31505568/32873844 swapFree=7632/7632
[pid=19820] ppid=19818 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/19820/stat : 19820 (npSolver-wbo-It) S 19818 19820 23199 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 387171036 9367552 275 33554432000 4194304 5064252 140736360775776 140736360774688 214369461838 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/19820/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.300252 s]
/proc/loadavg: 2.00 2.00 2.00 2/179 19820
/proc/meminfo: memFree=31505568/32873844 swapFree=7632/7632
[pid=19820] ppid=19818 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/19820/stat : 19820 (npSolver-wbo-It) S 19818 19820 23199 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 387171036 9367552 275 33554432000 4194304 5064252 140736360775776 140736360774688 214369461838 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/19820/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.700145 s]
/proc/loadavg: 2.00 2.00 2.00 2/179 19820
/proc/meminfo: memFree=31505568/32873844 swapFree=7632/7632
[pid=19820] ppid=19818 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/19820/stat : 19820 (npSolver-wbo-It) S 19818 19820 23199 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 387171036 9367552 275 33554432000 4194304 5064252 140736360775776 140736360774688 214369461838 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/19820/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+1.50034 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 19835
/proc/meminfo: memFree=31389940/32873844 swapFree=7632/7632
[pid=19820] ppid=19818 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/19820/stat : 19820 (npSolver-wbo-It) S 19818 19820 23199 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 387171036 9367552 275 33554432000 4194304 5064252 140736360775776 140736360774688 214369461838 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/19820/statm: 2287 275 233 213 0 72 0
[pid=19821] ppid=19820 vsize=35104 CPUtime=0.64 cores=1,3,5,7
/proc/19821/stat : 19821 (npSolver-wbo) S 19820 19820 23199 0 -1 4202496 8848 0 0 0 48 16 0 0 20 0 1 0 387171036 35946496 8385 33554432000 4194304 6006132 140734592292608 140734592285712 5187998 0 65536 4102 0 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/19821/statm: 8776 8385 156 443 0 8329 0
[pid=19830] ppid=19821 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/19830/stat : 19830 (cp2_pre.sh) S 19821 19820 23199 0 -1 4202496 610 0 0 0 0 0 0 0 20 0 1 0 387171101 9367552 277 33554432000 4194304 5064252 140736372135360 140736372134064 214369461838 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/19830/statm: 2287 277 234 213 0 72 0
[pid=19831] ppid=19830 vsize=58820 CPUtime=0.83 cores=1,3,5,7
/proc/19831/stat : 19831 (coprocessor) R 19830 19820 23199 0 -1 4202496 11186 0 0 0 81 2 0 0 20 0 1 0 387171101 60231680 14152 33554432000 4194304 6586260 140735588464576 140735588459944 5599216 0 0 4096 8404994 0 0 0 17 5 0 0 0 0 0
/proc/19831/statm: 14705 14152 189 584 0 14117 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 112220

[startup+3.10025 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 19852
/proc/meminfo: memFree=31413596/32873844 swapFree=7632/7632
[pid=19820] ppid=19818 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/19820/stat : 19820 (npSolver-wbo-It) S 19818 19820 23199 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 387171036 9367552 275 33554432000 4194304 5064252 140736360775776 140736360774688 214369461838 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/19820/statm: 2287 275 233 213 0 72 0
[pid=19821] ppid=19820 vsize=35104 CPUtime=2.95 cores=1,3,5,7
/proc/19821/stat : 19821 (npSolver-wbo) S 19820 19820 23199 0 -1 4202496 8856 12843 0 0 48 17 226 4 20 0 1 0 387171036 35946496 8385 33554432000 4194304 6006132 140734592292608 140734592286800 5187998 0 65536 4102 0 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/19821/statm: 8776 8385 156 443 0 8329 0
Current children cumulated CPU time (s) 2.95
Current children cumulated vsize (KiB) 44252

[startup+6.30035 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 19909
/proc/meminfo: memFree=31247116/32873844 swapFree=7632/7632
[pid=19820] ppid=19818 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/19820/stat : 19820 (npSolver-wbo-It) S 19818 19820 23199 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 387171036 9367552 275 33554432000 4194304 5064252 140736360775776 140736360774688 214369461838 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/19820/statm: 2287 275 233 213 0 72 0
[pid=19821] ppid=19820 vsize=403892 CPUtime=6.28 cores=1,3,5,7
/proc/19821/stat : 19821 (npSolver-wbo) R 19820 19820 23199 0 -1 4202496 38775 36413 0 0 323 38 256 11 20 0 1 0 387171036 413585408 79093 33554432000 4194304 6006132 140734592292608 140734592284952 4582658 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/19821/statm: 100973 79093 192 443 0 100526 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 413040

[startup+12.7003 s]
/proc/loadavg: 1.92 1.98 1.99 3/179 19995
/proc/meminfo: memFree=30787592/32873844 swapFree=7632/7632
[pid=19820] ppid=19818 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/19820/stat : 19820 (npSolver-wbo-It) S 19818 19820 23199 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 387171036 9367552 275 33554432000 4194304 5064252 140736360775776 140736360774688 214369461838 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/19820/statm: 2287 275 233 213 0 72 0
[pid=19821] ppid=19820 vsize=1190324 CPUtime=12.67 cores=1,3,5,7
/proc/19821/stat : 19821 (npSolver-wbo) R 19820 19820 23199 0 -1 4202496 40407 36413 0 0 940 60 256 11 20 0 1 0 387171036 1218891776 194805 33554432000 4194304 6006132 140734592292608 140734592284952 4583924 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/19821/statm: 297581 194805 192 443 0 297134 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 1199472

[startup+25.5004 s]
/proc/loadavg: 2.02 2.00 2.00 3/183 20167
/proc/meminfo: memFree=28203468/32873844 swapFree=7632/7632
[pid=19820] ppid=19818 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/19820/stat : 19820 (npSolver-wbo-It) S 19818 19820 23199 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 387171036 9367552 275 33554432000 4194304 5064252 140736360775776 140736360774688 214369461838 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/19820/statm: 2287 275 233 213 0 72 0
[pid=19821] ppid=19820 vsize=1089452 CPUtime=19.15 cores=1,3,5,7
/proc/19821/stat : 19821 (npSolver-wbo) S 19820 19820 23199 0 -1 4202496 41933 36413 0 0 1426 222 256 11 20 0 1 0 387171036 1115598848 257171 33554432000 4194304 6006132 140734592292608 140734592284000 5187998 0 65536 4102 0 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/19821/statm: 272363 257171 192 443 0 271916 0
[pid=20089] ppid=19821 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/20089/stat : 20089 (satsolver.sh) S 19821 19820 23199 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 387172954 9367552 267 33554432000 4194304 5064252 140734387451456 140734387450368 214369461838 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/20089/statm: 2287 267 226 213 0 72 0
[pid=20090] ppid=20089 vsize=1477512 CPUtime=6.3 cores=1,3,5,7
/proc/20090/stat : 20090 (glucose) R 20089 19820 23199 0 -1 4202496 137608 0 0 0 569 61 0 0 20 0 1 0 387172954 1512972288 317524 33554432000 4194304 5208918 140733579175216 140733578124616 4465602 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/20090/statm: 369378 317524 70 248 0 369127 0
Current children cumulated CPU time (s) 25.45
Current children cumulated vsize (KiB) 2585260

[startup+51.1005 s]
/proc/loadavg: 2.13 2.03 2.01 3/181 20501
/proc/meminfo: memFree=27398680/32873844 swapFree=7632/7632
[pid=19820] ppid=19818 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/19820/stat : 19820 (npSolver-wbo-It) S 19818 19820 23199 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 387171036 9367552 275 33554432000 4194304 5064252 140736360775776 140736360774688 214369461838 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/19820/statm: 2287 275 233 213 0 72 0
[pid=19821] ppid=19820 vsize=1089452 CPUtime=19.15 cores=1,3,5,7
/proc/19821/stat : 19821 (npSolver-wbo) S 19820 19820 23199 0 -1 4202496 41933 36413 0 0 1426 222 256 11 20 0 1 0 387171036 1115598848 257171 33554432000 4194304 6006132 140734592292608 140734592284000 5187998 0 65536 4102 0 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/19821/statm: 272363 257171 192 443 0 271916 0
[pid=20089] ppid=19821 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/20089/stat : 20089 (satsolver.sh) S 19821 19820 23199 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 387172954 9367552 267 33554432000 4194304 5064252 140734387451456 140734387450368 214369461838 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/20089/statm: 2287 267 226 213 0 72 0
[pid=20090] ppid=20089 vsize=2313216 CPUtime=31.89 cores=1,3,5,7
/proc/20090/stat : 20090 (glucose) R 20089 19820 23199 0 -1 4202496 263709 0 0 0 3068 121 0 0 20 0 1 0 387172954 2368733184 522882 33554432000 4194304 5208918 140733579175216 140733579172968 4229365 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/20090/statm: 578304 522882 104 248 0 578053 0
Current children cumulated CPU time (s) 51.04
Current children cumulated vsize (KiB) 3420964

[startup+102.307 s]
/proc/loadavg: 2.06 2.02 2.00 3/183 21179
/proc/meminfo: memFree=27385132/32873844 swapFree=7632/7632
[pid=19820] ppid=19818 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/19820/stat : 19820 (npSolver-wbo-It) S 19818 19820 23199 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 387171036 9367552 275 33554432000 4194304 5064252 140736360775776 140736360774688 214369461838 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/19820/statm: 2287 275 233 213 0 72 0
[pid=19821] ppid=19820 vsize=1089452 CPUtime=19.15 cores=1,3,5,7
/proc/19821/stat : 19821 (npSolver-wbo) S 19820 19820 23199 0 -1 4202496 41933 36413 0 0 1426 222 256 11 20 0 1 0 387171036 1115598848 257171 33554432000 4194304 6006132 140734592292608 140734592284000 5187998 0 65536 4102 0 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/19821/statm: 272363 257171 192 443 0 271916 0
[pid=20089] ppid=19821 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/20089/stat : 20089 (satsolver.sh) S 19821 19820 23199 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 387172954 9367552 267 33554432000 4194304 5064252 140734387451456 140734387450368 214369461838 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/20089/statm: 2287 267 226 213 0 72 0
[pid=20090] ppid=20089 vsize=2313216 CPUtime=83.09 cores=1,3,5,7
/proc/20090/stat : 20090 (glucose) R 20089 19820 23199 0 -1 4202496 263710 0 0 0 8188 121 0 0 20 0 1 0 387172954 2368733184 522883 33554432000 4194304 5208918 140733579175216 140733579172968 4211553 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/20090/statm: 578304 522883 104 248 0 578053 0
Current children cumulated CPU time (s) 102.24
Current children cumulated vsize (KiB) 3420964

[startup+162.3 s]
/proc/loadavg: 1.97 2.00 2.00 3/183 21967
/proc/meminfo: memFree=27351972/32873844 swapFree=7632/7632
[pid=19820] ppid=19818 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/19820/stat : 19820 (npSolver-wbo-It) S 19818 19820 23199 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 387171036 9367552 275 33554432000 4194304 5064252 140736360775776 140736360774688 214369461838 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/19820/statm: 2287 275 233 213 0 72 0
[pid=19821] ppid=19820 vsize=1089452 CPUtime=19.15 cores=1,3,5,7
/proc/19821/stat : 19821 (npSolver-wbo) S 19820 19820 23199 0 -1 4202496 41933 36413 0 0 1426 222 256 11 20 0 1 0 387171036 1115598848 257171 33554432000 4194304 6006132 140734592292608 140734592284000 5187998 0 65536 4102 0 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/19821/statm: 272363 257171 192 443 0 271916 0
[pid=20089] ppid=19821 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/20089/stat : 20089 (satsolver.sh) S 19821 19820 23199 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 387172954 9367552 267 33554432000 4194304 5064252 140734387451456 140734387450368 214369461838 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/20089/statm: 2287 267 226 213 0 72 0
[pid=20090] ppid=20089 vsize=2313216 CPUtime=143.07 cores=1,3,5,7
/proc/20090/stat : 20090 (glucose) R 20089 19820 23199 0 -1 4202496 263711 0 0 0 14186 121 0 0 20 0 1 0 387172954 2368733184 522884 33554432000 4194304 5208918 140733579175216 140733579172968 4205148 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/20090/statm: 578304 522884 104 248 0 578053 0
Current children cumulated CPU time (s) 162.22
Current children cumulated vsize (KiB) 3420964

[startup+222.3 s]
/proc/loadavg: 2.06 2.02 2.00 3/181 22777
/proc/meminfo: memFree=27397328/32873844 swapFree=7632/7632
[pid=19820] ppid=19818 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/19820/stat : 19820 (npSolver-wbo-It) S 19818 19820 23199 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 387171036 9367552 275 33554432000 4194304 5064252 140736360775776 140736360774688 214369461838 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/19820/statm: 2287 275 233 213 0 72 0
[pid=19821] ppid=19820 vsize=1089452 CPUtime=19.15 cores=1,3,5,7
/proc/19821/stat : 19821 (npSolver-wbo) S 19820 19820 23199 0 -1 4202496 41933 36413 0 0 1426 222 256 11 20 0 1 0 387171036 1115598848 257171 33554432000 4194304 6006132 140734592292608 140734592284000 5187998 0 65536 4102 0 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/19821/statm: 272363 257171 192 443 0 271916 0
[pid=20089] ppid=19821 vsize=9148 CPUtime=0 cores=1,3,5,7

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

/proc/20090/stat : 20090 (glucose) R 20089 19820 23199 0 -1 4202496 263733 0 0 0 134168 122 0 0 20 0 1 0 387172954 2368733184 523152 33554432000 4194304 5208918 140733579175216 140733579172968 4211656 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/20090/statm: 578304 523152 104 248 0 578053 0
Current children cumulated CPU time (s) 1362.05
Current children cumulated vsize (KiB) 3420964

[startup+1422.31 s]
/proc/loadavg: 2.02 2.01 2.00 3/181 6128
/proc/meminfo: memFree=27390248/32873844 swapFree=7632/7632
[pid=19820] ppid=19818 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/19820/stat : 19820 (npSolver-wbo-It) S 19818 19820 23199 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 387171036 9367552 275 33554432000 4194304 5064252 140736360775776 140736360774688 214369461838 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/19820/statm: 2287 275 233 213 0 72 0
[pid=19821] ppid=19820 vsize=1089452 CPUtime=19.15 cores=1,3,5,7
/proc/19821/stat : 19821 (npSolver-wbo) S 19820 19820 23199 0 -1 4202496 41933 36413 0 0 1426 222 256 11 20 0 1 0 387171036 1115598848 257171 33554432000 4194304 6006132 140734592292608 140734592284000 5187998 0 65536 4102 0 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/19821/statm: 272363 257171 192 443 0 271916 0
[pid=20089] ppid=19821 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/20089/stat : 20089 (satsolver.sh) S 19821 19820 23199 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 387172954 9367552 267 33554432000 4194304 5064252 140734387451456 140734387450368 214369461838 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/20089/statm: 2287 267 226 213 0 72 0
[pid=20090] ppid=20089 vsize=2313216 CPUtime=1402.89 cores=1,3,5,7
/proc/20090/stat : 20090 (glucose) R 20089 19820 23199 0 -1 4202496 263733 0 0 0 140167 122 0 0 20 0 1 0 387172954 2368733184 523152 33554432000 4194304 5208918 140733579175216 140733579172968 4211553 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/20090/statm: 578304 523152 104 248 0 578053 0
Current children cumulated CPU time (s) 1422.04
Current children cumulated vsize (KiB) 3420964

[startup+1482.3 s]
/proc/loadavg: 1.96 1.99 1.99 3/181 6898
/proc/meminfo: memFree=27390204/32873844 swapFree=7632/7632
[pid=19820] ppid=19818 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/19820/stat : 19820 (npSolver-wbo-It) S 19818 19820 23199 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 387171036 9367552 275 33554432000 4194304 5064252 140736360775776 140736360774688 214369461838 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/19820/statm: 2287 275 233 213 0 72 0
[pid=19821] ppid=19820 vsize=1089452 CPUtime=19.15 cores=1,3,5,7
/proc/19821/stat : 19821 (npSolver-wbo) S 19820 19820 23199 0 -1 4202496 41933 36413 0 0 1426 222 256 11 20 0 1 0 387171036 1115598848 257171 33554432000 4194304 6006132 140734592292608 140734592284000 5187998 0 65536 4102 0 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/19821/statm: 272363 257171 192 443 0 271916 0
[pid=20089] ppid=19821 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/20089/stat : 20089 (satsolver.sh) S 19821 19820 23199 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 387172954 9367552 267 33554432000 4194304 5064252 140734387451456 140734387450368 214369461838 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/20089/statm: 2287 267 226 213 0 72 0
[pid=20090] ppid=20089 vsize=2313216 CPUtime=1462.88 cores=1,3,5,7
/proc/20090/stat : 20090 (glucose) R 20089 19820 23199 0 -1 4202496 263733 0 0 0 146166 122 0 0 20 0 1 0 387172954 2368733184 523152 33554432000 4194304 5208918 140733579175216 140733579172968 4229365 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/20090/statm: 578304 523152 104 248 0 578053 0
Current children cumulated CPU time (s) 1482.03
Current children cumulated vsize (KiB) 3420964

[startup+1542.3 s]
/proc/loadavg: 1.91 1.97 1.99 3/183 7698
/proc/meminfo: memFree=27345736/32873844 swapFree=7632/7632
[pid=19820] ppid=19818 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/19820/stat : 19820 (npSolver-wbo-It) S 19818 19820 23199 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 387171036 9367552 275 33554432000 4194304 5064252 140736360775776 140736360774688 214369461838 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/19820/statm: 2287 275 233 213 0 72 0
[pid=19821] ppid=19820 vsize=1089452 CPUtime=19.15 cores=1,3,5,7
/proc/19821/stat : 19821 (npSolver-wbo) S 19820 19820 23199 0 -1 4202496 41933 36413 0 0 1426 222 256 11 20 0 1 0 387171036 1115598848 257171 33554432000 4194304 6006132 140734592292608 140734592284000 5187998 0 65536 4102 0 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/19821/statm: 272363 257171 192 443 0 271916 0
[pid=20089] ppid=19821 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/20089/stat : 20089 (satsolver.sh) S 19821 19820 23199 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 387172954 9367552 267 33554432000 4194304 5064252 140734387451456 140734387450368 214369461838 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/20089/statm: 2287 267 226 213 0 72 0
[pid=20090] ppid=20089 vsize=2313216 CPUtime=1522.87 cores=1,3,5,7
/proc/20090/stat : 20090 (glucose) R 20089 19820 23199 0 -1 4202496 263733 0 0 0 152165 122 0 0 20 0 1 0 387172954 2368733184 523152 33554432000 4194304 5208918 140733579175216 140733579172968 4229319 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/20090/statm: 578304 523152 104 248 0 578053 0
Current children cumulated CPU time (s) 1542.02
Current children cumulated vsize (KiB) 3420964

[startup+1602.3 s]
/proc/loadavg: 1.83 1.94 1.98 3/182 8491
/proc/meminfo: memFree=27390272/32873844 swapFree=7632/7632
[pid=19820] ppid=19818 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/19820/stat : 19820 (npSolver-wbo-It) S 19818 19820 23199 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 387171036 9367552 275 33554432000 4194304 5064252 140736360775776 140736360774688 214369461838 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/19820/statm: 2287 275 233 213 0 72 0
[pid=19821] ppid=19820 vsize=1089452 CPUtime=19.15 cores=1,3,5,7
/proc/19821/stat : 19821 (npSolver-wbo) S 19820 19820 23199 0 -1 4202496 41933 36413 0 0 1426 222 256 11 20 0 1 0 387171036 1115598848 257171 33554432000 4194304 6006132 140734592292608 140734592284000 5187998 0 65536 4102 0 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/19821/statm: 272363 257171 192 443 0 271916 0
[pid=20089] ppid=19821 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/20089/stat : 20089 (satsolver.sh) S 19821 19820 23199 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 387172954 9367552 267 33554432000 4194304 5064252 140734387451456 140734387450368 214369461838 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/20089/statm: 2287 267 226 213 0 72 0
[pid=20090] ppid=20089 vsize=2313216 CPUtime=1582.86 cores=1,3,5,7
/proc/20090/stat : 20090 (glucose) R 20089 19820 23199 0 -1 4202496 263733 0 0 0 158164 122 0 0 20 0 1 0 387172954 2368733184 523152 33554432000 4194304 5208918 140733579175216 140733579172968 4205139 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/20090/statm: 578304 523152 104 248 0 578053 0
Current children cumulated CPU time (s) 1602.01
Current children cumulated vsize (KiB) 3420964

[startup+1662.3 s]
/proc/loadavg: 1.86 1.93 1.97 3/183 9280
/proc/meminfo: memFree=27376728/32873844 swapFree=7632/7632
[pid=19820] ppid=19818 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/19820/stat : 19820 (npSolver-wbo-It) S 19818 19820 23199 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 387171036 9367552 275 33554432000 4194304 5064252 140736360775776 140736360774688 214369461838 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/19820/statm: 2287 275 233 213 0 72 0
[pid=19821] ppid=19820 vsize=1089452 CPUtime=19.15 cores=1,3,5,7
/proc/19821/stat : 19821 (npSolver-wbo) S 19820 19820 23199 0 -1 4202496 41933 36413 0 0 1426 222 256 11 20 0 1 0 387171036 1115598848 257171 33554432000 4194304 6006132 140734592292608 140734592284000 5187998 0 65536 4102 0 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/19821/statm: 272363 257171 192 443 0 271916 0
[pid=20089] ppid=19821 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/20089/stat : 20089 (satsolver.sh) S 19821 19820 23199 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 387172954 9367552 267 33554432000 4194304 5064252 140734387451456 140734387450368 214369461838 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/20089/statm: 2287 267 226 213 0 72 0
[pid=20090] ppid=20089 vsize=2313216 CPUtime=1642.85 cores=1,3,5,7
/proc/20090/stat : 20090 (glucose) R 20089 19820 23199 0 -1 4202496 263743 0 0 0 164163 122 0 0 20 0 1 0 387172954 2368733184 523162 33554432000 4194304 5208918 140733579175216 140733579172968 4228997 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/20090/statm: 578304 523162 104 248 0 578053 0
Current children cumulated CPU time (s) 1662
Current children cumulated vsize (KiB) 3420964

[startup+1722.3 s]
/proc/loadavg: 2.00 1.96 1.98 3/183 10050
/proc/meminfo: memFree=27374556/32873844 swapFree=7632/7632
[pid=19820] ppid=19818 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/19820/stat : 19820 (npSolver-wbo-It) S 19818 19820 23199 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 387171036 9367552 275 33554432000 4194304 5064252 140736360775776 140736360774688 214369461838 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/19820/statm: 2287 275 233 213 0 72 0
[pid=19821] ppid=19820 vsize=1089452 CPUtime=19.15 cores=1,3,5,7
/proc/19821/stat : 19821 (npSolver-wbo) S 19820 19820 23199 0 -1 4202496 41933 36413 0 0 1426 222 256 11 20 0 1 0 387171036 1115598848 257171 33554432000 4194304 6006132 140734592292608 140734592284000 5187998 0 65536 4102 0 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/19821/statm: 272363 257171 192 443 0 271916 0
[pid=20089] ppid=19821 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/20089/stat : 20089 (satsolver.sh) S 19821 19820 23199 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 387172954 9367552 267 33554432000 4194304 5064252 140734387451456 140734387450368 214369461838 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/20089/statm: 2287 267 226 213 0 72 0
[pid=20090] ppid=20089 vsize=2313216 CPUtime=1702.84 cores=1,3,5,7
/proc/20090/stat : 20090 (glucose) R 20089 19820 23199 0 -1 4202496 263744 0 0 0 170162 122 0 0 20 0 1 0 387172954 2368733184 523674 33554432000 4194304 5208918 140733579175216 140733579172968 4229319 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/20090/statm: 578304 523674 104 248 0 578053 0
Current children cumulated CPU time (s) 1721.99
Current children cumulated vsize (KiB) 3420964

[startup+1782.3 s]
/proc/loadavg: 2.00 1.96 1.98 3/183 10834
/proc/meminfo: memFree=27373920/32873844 swapFree=7632/7632
[pid=19820] ppid=19818 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/19820/stat : 19820 (npSolver-wbo-It) S 19818 19820 23199 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 387171036 9367552 275 33554432000 4194304 5064252 140736360775776 140736360774688 214369461838 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/19820/statm: 2287 275 233 213 0 72 0
[pid=19821] ppid=19820 vsize=1089452 CPUtime=19.15 cores=1,3,5,7
/proc/19821/stat : 19821 (npSolver-wbo) S 19820 19820 23199 0 -1 4202496 41933 36413 0 0 1426 222 256 11 20 0 1 0 387171036 1115598848 257171 33554432000 4194304 6006132 140734592292608 140734592284000 5187998 0 65536 4102 0 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/19821/statm: 272363 257171 192 443 0 271916 0
[pid=20089] ppid=19821 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/20089/stat : 20089 (satsolver.sh) S 19821 19820 23199 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 387172954 9367552 267 33554432000 4194304 5064252 140734387451456 140734387450368 214369461838 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/20089/statm: 2287 267 226 213 0 72 0
[pid=20090] ppid=20089 vsize=2313216 CPUtime=1762.83 cores=1,3,5,7
/proc/20090/stat : 20090 (glucose) R 20089 19820 23199 0 -1 4202496 263745 0 0 0 176161 122 0 0 20 0 1 0 387172954 2368733184 523675 33554432000 4194304 5208918 140733579175216 140733579172968 4228997 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/20090/statm: 578304 523675 104 248 0 578053 0
Current children cumulated CPU time (s) 1781.98
Current children cumulated vsize (KiB) 3420964



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.4 s]
/proc/loadavg: 1.92 1.95 1.97 3/181 11098
/proc/meminfo: memFree=27341904/32873844 swapFree=7632/7632
[pid=19820] ppid=19818 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/19820/stat : 19820 (npSolver-wbo-It) S 19818 19820 23199 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 387171036 9367552 275 33554432000 4194304 5064252 140736360775776 140736360774688 214369461838 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/19820/statm: 2287 275 233 213 0 72 0
[pid=19821] ppid=19820 vsize=1089452 CPUtime=19.15 cores=1,3,5,7
/proc/19821/stat : 19821 (npSolver-wbo) S 19820 19820 23199 0 -1 4202496 41933 36413 0 0 1426 222 256 11 20 0 1 0 387171036 1115598848 257171 33554432000 4194304 6006132 140734592292608 140734592284000 5187998 0 65536 4102 0 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/19821/statm: 272363 257171 192 443 0 271916 0
[pid=20089] ppid=19821 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/20089/stat : 20089 (satsolver.sh) S 19821 19820 23199 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 387172954 9367552 267 33554432000 4194304 5064252 140734387451456 140734387450368 214369461838 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/20089/statm: 2287 267 226 213 0 72 0
[pid=20090] ppid=20089 vsize=2313216 CPUtime=1780.93 cores=1,3,5,7
/proc/20090/stat : 20090 (glucose) R 20089 19820 23199 0 -1 4202496 263745 0 0 0 177971 122 0 0 20 0 1 0 387172954 2368733184 523675 33554432000 4194304 5208918 140733579175216 140733579172968 4229365 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/20090/statm: 578304 523675 104 248 0 578053 0
Current children cumulated CPU time (s) 1800.08
Current children cumulated vsize (KiB) 3420964

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 19820 and gives
#  childrusage.ru_utime.tv_sec=16
#  childrusage.ru_utime.tv_usec=839440
#  childrusage.ru_stime.tv_sec=2
#  childrusage.ru_stime.tv_usec=350642
# CPU time returned by wait4() is 19.1901
# while last known CPU time is 1800.08
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1800.42
CPU time (s): 1800.08
CPU user time (s): 1796.53
CPU system time (s): 3.55
CPU usage (%): 99.9811
Max. virtual memory (cumulated for all children) (KiB): 4276612

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 16.8394
system time used= 2.35064
maximum resident set size= 2017260
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 79324
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2003752
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 225
involuntary context switches= 65

runsolver used 2.92656 second user time and 8.5657 second system time

The end

Launcher Data

Begin job on node130 at 2012-06-09 04:54:14
IDJOB=3752730
IDBENCH=79451
IDSOLVER=2336
FILE ID=node130/3752730-1339210454
RUNJOBID= node130-1339205035-23216
PBS_JOBID= 14643873
Free space on /tmp= 70988 MiB

SOLVER NAME= npSolver inc-topdown-quickBound
BENCH NAME= PB10/normalized-PB10/PARTIAL-BIGINT-LIN/wcsp/driver/normalized-driverlog08bc_wcsp.wbo
COMMAND LINE= DIR/npSolver-wbo-Itdqb.sh BENCHNAME RANDOMSEED TMPDIR DIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3752730-1339210454/watcher-3752730-1339210454 -o /tmp/evaluation-result-3752730-1339210454/solver-3752730-1339210454 -C 1800 -W 1900 -M 15500  HOME/npSolver-wbo-Itdqb.sh HOME/instance-3752730-1339210454.wbo 74948086 HOME HOME

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

MD5SUM BENCH= 7606a259cb7f676549ec962f9f596d4d
RANDOM SEED=74948086

node130.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.875
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	: 5333.75
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.875
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.875
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		: 2666.875
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.86
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.875
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.875
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.92
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.875
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.875
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	: 5228.98
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        31508444 kB
Buffers:          236160 kB
Cached:           229184 kB
SwapCached:         2780 kB
Active:           393412 kB
Inactive:          99512 kB
Active(anon):      25768 kB
Inactive(anon):     3076 kB
Active(file):     367644 kB
Inactive(file):    96436 kB
Unevictable:        7632 kB
Mlocked:            7632 kB
SwapTotal:      67108856 kB
SwapFree:       67096948 kB
Dirty:             24624 kB
Writeback:             0 kB
AnonPages:         55112 kB
Mapped:            10136 kB
Shmem:                 0 kB
Slab:             732056 kB
SReclaimable:     171920 kB
SUnreclaim:       560136 kB
KernelStack:        1520 kB
PageTables:         4564 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     150488 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:     32768 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7872 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 70012 MiB
End job on node130 at 2012-06-09 05:24:15