Trace number 3752836

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.41

General information on the benchmark

Name/PARTIAL-BIGINT-LIN/wcsp/warehouse/
normalized-cap132_wcsp.wbo
MD5SUMf4b0099465ae664e0955235299f0c44e
Bench CategoryPARTIAL-BIGINT-LIN (both soft and hard constraints, big integers, linear constraints)
Best result obtained on this benchmarkMSAT
Best cost obtained on this benchmark8785136
Best CPU time to get the best result obtained on this benchmark1800.09
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables2600
Total number of constraints5148
Number of soft constraints5048
Number of constraints which are clauses5048
Number of constraints which are cardinality constraints (but not clauses)100
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint50
Top cost 63756436
Min constraint cost 1
Max constraint cost 63756436
Sum of constraints costs 160674796300
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 51
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

Solver Data

0.00/0.06	c run usual solver
0.00/0.26	o 34129133
0.00/0.26	c starting approximation
0.00/0.26	c factor = 2
0.00/0.26	c factor still to low - shrinking to 1.0337e+06
0.00/0.26	c approx number of clauses: 1e+06
0.00/0.26	c current bound: 17064566
0.00/1.06	c leaving approximation
0.00/1.06	c finished approximation
0.00/1.06	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-3752836-1339211754/watcher-3752836-1339211754 -o /tmp/evaluation-result-3752836-1339211754/solver-3752836-1339211754 -C 1800 -W 1900 -M 15500 HOME/npSolver-wbo-Itdqb.sh HOME/instance-3752836-1339211754.wbo 1069973389 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: 1.99 1.97 1.94 3/177 15540
/proc/meminfo: memFree=28894724/32873624 swapFree=7112/7112
[pid=15540] ppid=15538 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/15540/stat : 15540 (npSolver-wbo-It) S 15538 15540 25576 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 387300852 9367552 274 33554432000 4194304 5064252 140734667410336 140734667409248 227512313422 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/15540/statm: 2287 274 233 213 0 72 0

[startup+0.10356 s]
/proc/loadavg: 1.99 1.97 1.94 3/177 15540
/proc/meminfo: memFree=28894724/32873624 swapFree=7112/7112
[pid=15540] ppid=15538 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/15540/stat : 15540 (npSolver-wbo-It) S 15538 15540 25576 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 387300852 9367552 274 33554432000 4194304 5064252 140734667410336 140734667409248 227512313422 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/15540/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.20025 s]
/proc/loadavg: 1.99 1.97 1.94 3/177 15540
/proc/meminfo: memFree=28894724/32873624 swapFree=7112/7112
[pid=15540] ppid=15538 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/15540/stat : 15540 (npSolver-wbo-It) S 15538 15540 25576 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 387300852 9367552 274 33554432000 4194304 5064252 140734667410336 140734667409248 227512313422 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/15540/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.300215 s]
/proc/loadavg: 1.99 1.97 1.94 3/177 15540
/proc/meminfo: memFree=28894724/32873624 swapFree=7112/7112
[pid=15540] ppid=15538 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/15540/stat : 15540 (npSolver-wbo-It) S 15538 15540 25576 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 387300852 9367552 274 33554432000 4194304 5064252 140734667410336 140734667409248 227512313422 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/15540/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.700244 s]
/proc/loadavg: 1.99 1.97 1.94 3/177 15540
/proc/meminfo: memFree=28894724/32873624 swapFree=7112/7112
[pid=15540] ppid=15538 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/15540/stat : 15540 (npSolver-wbo-It) S 15538 15540 25576 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 387300852 9367552 274 33554432000 4194304 5064252 140734667410336 140734667409248 227512313422 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/15540/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+1.50031 s]
/proc/loadavg: 1.99 1.97 1.94 3/179 15559
/proc/meminfo: memFree=28879776/32873624 swapFree=7112/7112
[pid=15540] ppid=15538 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/15540/stat : 15540 (npSolver-wbo-It) S 15538 15540 25576 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 387300852 9367552 274 33554432000 4194304 5064252 140734667410336 140734667409248 227512313422 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/15540/statm: 2287 274 233 213 0 72 0
[pid=15541] ppid=15540 vsize=59808 CPUtime=1.48 cores=0,2,4,6
/proc/15541/stat : 15541 (npSolver-wbo) R 15540 15540 25576 0 -1 4202496 8395 17179 0 0 53 4 87 4 20 0 1 0 387300852 61243392 14191 33554432000 4194304 6006132 140737407027808 140737407019784 4582297 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/15541/statm: 14952 14191 191 443 0 14505 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 68956

[startup+3.10029 s]
/proc/loadavg: 1.99 1.97 1.94 4/181 15564
/proc/meminfo: memFree=28801708/32873624 swapFree=7112/7112
[pid=15540] ppid=15538 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/15540/stat : 15540 (npSolver-wbo-It) S 15538 15540 25576 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 387300852 9367552 274 33554432000 4194304 5064252 140734667410336 140734667409248 227512313422 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/15540/statm: 2287 274 233 213 0 72 0
[pid=15541] ppid=15540 vsize=92576 CPUtime=1.82 cores=0,2,4,6
/proc/15541/stat : 15541 (npSolver-wbo) S 15540 15540 25576 0 -1 4202496 9600 17179 0 0 79 12 87 4 20 0 1 0 387300852 94797824 18287 33554432000 4194304 6006132 140737407027808 140737407019200 5187998 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/15541/statm: 23144 18287 191 443 0 22697 0
[pid=15560] ppid=15541 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/15560/stat : 15560 (satsolver.sh) S 15541 15540 25576 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 387301035 9367552 267 33554432000 4194304 5064252 140737480584688 140737480583600 227512313422 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/15560/statm: 2287 267 226 213 0 72 0
[pid=15561] ppid=15560 vsize=129208 CPUtime=1.25 cores=0,2,4,6
/proc/15561/stat : 15561 (glucose) R 15560 15540 25576 0 -1 4202496 25968 0 0 0 119 6 0 0 20 0 1 0 387301036 132308992 30724 33554432000 4194304 5208918 140737031055312 140737030004712 4211553 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/15561/statm: 32302 30724 104 248 0 32051 0
Current children cumulated CPU time (s) 3.07
Current children cumulated vsize (KiB) 240080

[startup+6.30029 s]
/proc/loadavg: 1.99 1.97 1.94 3/180 15568
/proc/meminfo: memFree=28703644/32873624 swapFree=7112/7112
[pid=15540] ppid=15538 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/15540/stat : 15540 (npSolver-wbo-It) S 15538 15540 25576 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 387300852 9367552 274 33554432000 4194304 5064252 140734667410336 140734667409248 227512313422 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/15540/statm: 2287 274 233 213 0 72 0
[pid=15541] ppid=15540 vsize=92576 CPUtime=1.82 cores=0,2,4,6
/proc/15541/stat : 15541 (npSolver-wbo) S 15540 15540 25576 0 -1 4202496 9600 17179 0 0 79 12 87 4 20 0 1 0 387300852 94797824 18287 33554432000 4194304 6006132 140737407027808 140737407019200 5187998 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/15541/statm: 23144 18287 191 443 0 22697 0
[pid=15560] ppid=15541 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/15560/stat : 15560 (satsolver.sh) S 15541 15540 25576 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 387301035 9367552 267 33554432000 4194304 5064252 140737480584688 140737480583600 227512313422 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/15560/statm: 2287 267 226 213 0 72 0
[pid=15561] ppid=15560 vsize=129208 CPUtime=4.45 cores=0,2,4,6
/proc/15561/stat : 15561 (glucose) R 15560 15540 25576 0 -1 4202496 25974 0 0 0 439 6 0 0 20 0 1 0 387301036 132308992 30730 33554432000 4194304 5208918 140737031055312 140737031052984 4229319 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/15561/statm: 32302 30730 104 248 0 32051 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 240080

[startup+12.7004 s]
/proc/loadavg: 1.99 1.97 1.94 3/181 15569
/proc/meminfo: memFree=28701224/32873624 swapFree=7112/7112
[pid=15540] ppid=15538 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/15540/stat : 15540 (npSolver-wbo-It) S 15538 15540 25576 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 387300852 9367552 274 33554432000 4194304 5064252 140734667410336 140734667409248 227512313422 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/15540/statm: 2287 274 233 213 0 72 0
[pid=15541] ppid=15540 vsize=92576 CPUtime=1.82 cores=0,2,4,6
/proc/15541/stat : 15541 (npSolver-wbo) S 15540 15540 25576 0 -1 4202496 9600 17179 0 0 79 12 87 4 20 0 1 0 387300852 94797824 18287 33554432000 4194304 6006132 140737407027808 140737407019200 5187998 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/15541/statm: 23144 18287 191 443 0 22697 0
[pid=15560] ppid=15541 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/15560/stat : 15560 (satsolver.sh) S 15541 15540 25576 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 387301035 9367552 267 33554432000 4194304 5064252 140737480584688 140737480583600 227512313422 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/15560/statm: 2287 267 226 213 0 72 0
[pid=15561] ppid=15560 vsize=150756 CPUtime=10.85 cores=0,2,4,6
/proc/15561/stat : 15561 (glucose) R 15560 15540 25576 0 -1 4202496 26908 0 0 0 1078 7 0 0 20 0 1 0 387301036 154374144 31652 33554432000 4194304 5208918 140737031055312 140737031053160 4211141 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/15561/statm: 37689 31652 104 248 0 37438 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 261628

[startup+25.5004 s]
/proc/loadavg: 1.99 1.97 1.94 3/179 15626
/proc/meminfo: memFree=28570000/32873624 swapFree=7112/7112
[pid=15540] ppid=15538 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/15540/stat : 15540 (npSolver-wbo-It) S 15538 15540 25576 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 387300852 9367552 274 33554432000 4194304 5064252 140734667410336 140734667409248 227512313422 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/15540/statm: 2287 274 233 213 0 72 0
[pid=15541] ppid=15540 vsize=92576 CPUtime=1.82 cores=0,2,4,6
/proc/15541/stat : 15541 (npSolver-wbo) S 15540 15540 25576 0 -1 4202496 9600 17179 0 0 79 12 87 4 20 0 1 0 387300852 94797824 18287 33554432000 4194304 6006132 140737407027808 140737407019200 5187998 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/15541/statm: 23144 18287 191 443 0 22697 0
[pid=15560] ppid=15541 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/15560/stat : 15560 (satsolver.sh) S 15541 15540 25576 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 387301035 9367552 267 33554432000 4194304 5064252 140737480584688 140737480583600 227512313422 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/15560/statm: 2287 267 226 213 0 72 0
[pid=15561] ppid=15560 vsize=155976 CPUtime=23.65 cores=0,2,4,6
/proc/15561/stat : 15561 (glucose) R 15560 15540 25576 0 -1 4202496 28910 0 0 0 2357 8 0 0 20 0 1 0 387301036 159719424 34064 33554432000 4194304 5208918 140737031055312 140737031051096 4229338 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/15561/statm: 38994 34064 104 248 0 38743 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 266848

[startup+51.1005 s]
/proc/loadavg: 2.13 2.00 1.95 3/181 15628
/proc/meminfo: memFree=25706972/32873624 swapFree=7112/7112
[pid=15540] ppid=15538 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/15540/stat : 15540 (npSolver-wbo-It) S 15538 15540 25576 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 387300852 9367552 274 33554432000 4194304 5064252 140734667410336 140734667409248 227512313422 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/15540/statm: 2287 274 233 213 0 72 0
[pid=15541] ppid=15540 vsize=92576 CPUtime=1.82 cores=0,2,4,6
/proc/15541/stat : 15541 (npSolver-wbo) S 15540 15540 25576 0 -1 4202496 9600 17179 0 0 79 12 87 4 20 0 1 0 387300852 94797824 18287 33554432000 4194304 6006132 140737407027808 140737407019200 5187998 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/15541/statm: 23144 18287 191 443 0 22697 0
[pid=15560] ppid=15541 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/15560/stat : 15560 (satsolver.sh) S 15541 15540 25576 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 387301035 9367552 267 33554432000 4194304 5064252 140737480584688 140737480583600 227512313422 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/15560/statm: 2287 267 226 213 0 72 0
[pid=15561] ppid=15560 vsize=164264 CPUtime=49.24 cores=0,2,4,6
/proc/15561/stat : 15561 (glucose) R 15560 15540 25576 0 -1 4202496 32685 0 0 0 4912 12 0 0 20 0 1 0 387301036 168206336 36872 33554432000 4194304 5208918 140737031055312 140737031053160 4229493 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/15561/statm: 41066 36872 104 248 0 40815 0
Current children cumulated CPU time (s) 51.06
Current children cumulated vsize (KiB) 275136

[startup+102.3 s]
/proc/loadavg: 2.09 2.01 1.95 3/181 15628
/proc/meminfo: memFree=25686276/32873624 swapFree=7112/7112
[pid=15540] ppid=15538 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/15540/stat : 15540 (npSolver-wbo-It) S 15538 15540 25576 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 387300852 9367552 274 33554432000 4194304 5064252 140734667410336 140734667409248 227512313422 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/15540/statm: 2287 274 233 213 0 72 0
[pid=15541] ppid=15540 vsize=92576 CPUtime=1.82 cores=0,2,4,6
/proc/15541/stat : 15541 (npSolver-wbo) S 15540 15540 25576 0 -1 4202496 9600 17179 0 0 79 12 87 4 20 0 1 0 387300852 94797824 18287 33554432000 4194304 6006132 140737407027808 140737407019200 5187998 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/15541/statm: 23144 18287 191 443 0 22697 0
[pid=15560] ppid=15541 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/15560/stat : 15560 (satsolver.sh) S 15541 15540 25576 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 387301035 9367552 267 33554432000 4194304 5064252 140737480584688 140737480583600 227512313422 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/15560/statm: 2287 267 226 213 0 72 0
[pid=15561] ppid=15560 vsize=176852 CPUtime=100.42 cores=0,2,4,6
/proc/15561/stat : 15561 (glucose) R 15560 15540 25576 0 -1 4202496 38389 0 0 0 10024 18 0 0 20 0 1 0 387301036 181096448 41603 33554432000 4194304 5208918 140737031055312 140737031053064 4211156 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/15561/statm: 44213 41603 104 248 0 43962 0
Current children cumulated CPU time (s) 102.24
Current children cumulated vsize (KiB) 287724

[startup+162.3 s]
/proc/loadavg: 2.03 2.01 1.95 3/181 15628
/proc/meminfo: memFree=25675676/32873624 swapFree=7112/7112
[pid=15540] ppid=15538 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/15540/stat : 15540 (npSolver-wbo-It) S 15538 15540 25576 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 387300852 9367552 274 33554432000 4194304 5064252 140734667410336 140734667409248 227512313422 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/15540/statm: 2287 274 233 213 0 72 0
[pid=15541] ppid=15540 vsize=92576 CPUtime=1.82 cores=0,2,4,6
/proc/15541/stat : 15541 (npSolver-wbo) S 15540 15540 25576 0 -1 4202496 9600 17179 0 0 79 12 87 4 20 0 1 0 387300852 94797824 18287 33554432000 4194304 6006132 140737407027808 140737407019200 5187998 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/15541/statm: 23144 18287 191 443 0 22697 0
[pid=15560] ppid=15541 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/15560/stat : 15560 (satsolver.sh) S 15541 15540 25576 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 387301035 9367552 267 33554432000 4194304 5064252 140737480584688 140737480583600 227512313422 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/15560/statm: 2287 267 226 213 0 72 0
[pid=15561] ppid=15560 vsize=190796 CPUtime=160.4 cores=0,2,4,6
/proc/15561/stat : 15561 (glucose) R 15560 15540 25576 0 -1 4202496 46409 0 0 0 16013 27 0 0 20 0 1 0 387301036 195375104 44509 33554432000 4194304 5208918 140737031055312 140737031053160 4229460 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/15561/statm: 47699 44509 104 248 0 47448 0
Current children cumulated CPU time (s) 162.22

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

/proc/15561/stat : 15561 (glucose) R 15560 15540 25576 0 -1 4202496 101169 0 0 0 141913 109 0 0 20 0 1 0 387301036 380157952 80921 33554432000 4194304 5208918 140737031055312 140737031051000 4211553 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/15561/statm: 92812 80921 104 248 0 92561 0
Current children cumulated CPU time (s) 1422.04
Current children cumulated vsize (KiB) 482120

[startup+1482.3 s]
/proc/loadavg: 2.18 2.09 2.00 3/182 15642
/proc/meminfo: memFree=25233228/32873624 swapFree=7112/7112
[pid=15540] ppid=15538 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/15540/stat : 15540 (npSolver-wbo-It) S 15538 15540 25576 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 387300852 9367552 274 33554432000 4194304 5064252 140734667410336 140734667409248 227512313422 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/15540/statm: 2287 274 233 213 0 72 0
[pid=15541] ppid=15540 vsize=92576 CPUtime=1.82 cores=0,2,4,6
/proc/15541/stat : 15541 (npSolver-wbo) S 15540 15540 25576 0 -1 4202496 9600 17179 0 0 79 12 87 4 20 0 1 0 387300852 94797824 18287 33554432000 4194304 6006132 140737407027808 140737407019200 5187998 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/15541/statm: 23144 18287 191 443 0 22697 0
[pid=15560] ppid=15541 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/15560/stat : 15560 (satsolver.sh) S 15541 15540 25576 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 387301035 9367552 267 33554432000 4194304 5064252 140737480584688 140737480583600 227512313422 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/15560/statm: 2287 267 226 213 0 72 0
[pid=15561] ppid=15560 vsize=373168 CPUtime=1480.2 cores=0,2,4,6
/proc/15561/stat : 15561 (glucose) R 15560 15540 25576 0 -1 4202496 102440 0 0 0 147909 111 0 0 20 0 1 0 387301036 382124032 79897 33554432000 4194304 5208918 140737031055312 140737031053464 4211635 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/15561/statm: 93292 79897 104 248 0 93041 0
Current children cumulated CPU time (s) 1482.02
Current children cumulated vsize (KiB) 484040

[startup+1542.31 s]
/proc/loadavg: 2.12 2.08 2.00 3/181 15643
/proc/meminfo: memFree=25283236/32873624 swapFree=7112/7112
[pid=15540] ppid=15538 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/15540/stat : 15540 (npSolver-wbo-It) S 15538 15540 25576 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 387300852 9367552 274 33554432000 4194304 5064252 140734667410336 140734667409248 227512313422 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/15540/statm: 2287 274 233 213 0 72 0
[pid=15541] ppid=15540 vsize=92576 CPUtime=1.82 cores=0,2,4,6
/proc/15541/stat : 15541 (npSolver-wbo) S 15540 15540 25576 0 -1 4202496 9600 17179 0 0 79 12 87 4 20 0 1 0 387300852 94797824 18287 33554432000 4194304 6006132 140737407027808 140737407019200 5187998 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/15541/statm: 23144 18287 191 443 0 22697 0
[pid=15560] ppid=15541 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/15560/stat : 15560 (satsolver.sh) S 15541 15540 25576 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 387301035 9367552 267 33554432000 4194304 5064252 140737480584688 140737480583600 227512313422 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/15560/statm: 2287 267 226 213 0 72 0
[pid=15561] ppid=15560 vsize=374688 CPUtime=1540.2 cores=0,2,4,6
/proc/15561/stat : 15561 (glucose) R 15560 15540 25576 0 -1 4202496 102838 0 0 0 153908 112 0 0 20 0 1 0 387301036 383680512 90004 33554432000 4194304 5208918 140737031055312 140737031053160 4211620 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/15561/statm: 93672 90004 104 248 0 93421 0
Current children cumulated CPU time (s) 1542.02
Current children cumulated vsize (KiB) 485560

[startup+1602.3 s]
/proc/loadavg: 2.14 2.10 2.01 3/181 15643
/proc/meminfo: memFree=25257980/32873624 swapFree=7112/7112
[pid=15540] ppid=15538 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/15540/stat : 15540 (npSolver-wbo-It) S 15538 15540 25576 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 387300852 9367552 274 33554432000 4194304 5064252 140734667410336 140734667409248 227512313422 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/15540/statm: 2287 274 233 213 0 72 0
[pid=15541] ppid=15540 vsize=92576 CPUtime=1.82 cores=0,2,4,6
/proc/15541/stat : 15541 (npSolver-wbo) S 15540 15540 25576 0 -1 4202496 9600 17179 0 0 79 12 87 4 20 0 1 0 387300852 94797824 18287 33554432000 4194304 6006132 140737407027808 140737407019200 5187998 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/15541/statm: 23144 18287 191 443 0 22697 0
[pid=15560] ppid=15541 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/15560/stat : 15560 (satsolver.sh) S 15541 15540 25576 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 387301035 9367552 267 33554432000 4194304 5064252 140737480584688 140737480583600 227512313422 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/15560/statm: 2287 267 226 213 0 72 0
[pid=15561] ppid=15560 vsize=375532 CPUtime=1600.18 cores=0,2,4,6
/proc/15561/stat : 15561 (glucose) R 15560 15540 25576 0 -1 4202496 103786 0 0 0 159903 115 0 0 20 0 1 0 387301036 384544768 83060 33554432000 4194304 5208918 140737031055312 140737031053160 4211871 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/15561/statm: 93883 83060 104 248 0 93632 0
Current children cumulated CPU time (s) 1602
Current children cumulated vsize (KiB) 486404

[startup+1662.3 s]
/proc/loadavg: 2.05 2.08 2.00 3/181 15643
/proc/meminfo: memFree=25178024/32873624 swapFree=7112/7112
[pid=15540] ppid=15538 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/15540/stat : 15540 (npSolver-wbo-It) S 15538 15540 25576 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 387300852 9367552 274 33554432000 4194304 5064252 140734667410336 140734667409248 227512313422 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/15540/statm: 2287 274 233 213 0 72 0
[pid=15541] ppid=15540 vsize=92576 CPUtime=1.82 cores=0,2,4,6
/proc/15541/stat : 15541 (npSolver-wbo) S 15540 15540 25576 0 -1 4202496 9600 17179 0 0 79 12 87 4 20 0 1 0 387300852 94797824 18287 33554432000 4194304 6006132 140737407027808 140737407019200 5187998 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/15541/statm: 23144 18287 191 443 0 22697 0
[pid=15560] ppid=15541 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/15560/stat : 15560 (satsolver.sh) S 15541 15540 25576 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 387301035 9367552 267 33554432000 4194304 5064252 140737480584688 140737480583600 227512313422 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/15560/statm: 2287 267 226 213 0 72 0
[pid=15561] ppid=15560 vsize=376356 CPUtime=1660.17 cores=0,2,4,6
/proc/15561/stat : 15561 (glucose) R 15560 15540 25576 0 -1 4202496 104008 0 0 0 165902 115 0 0 20 0 1 0 387301036 385388544 90436 33554432000 4194304 5208918 140737031055312 140737031053160 4211635 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/15561/statm: 94089 90436 104 248 0 93838 0
Current children cumulated CPU time (s) 1661.99
Current children cumulated vsize (KiB) 487228

[startup+1722.3 s]
/proc/loadavg: 2.02 2.06 2.00 3/181 15643
/proc/meminfo: memFree=25260372/32873624 swapFree=7112/7112
[pid=15540] ppid=15538 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/15540/stat : 15540 (npSolver-wbo-It) S 15538 15540 25576 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 387300852 9367552 274 33554432000 4194304 5064252 140734667410336 140734667409248 227512313422 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/15540/statm: 2287 274 233 213 0 72 0
[pid=15541] ppid=15540 vsize=92576 CPUtime=1.82 cores=0,2,4,6
/proc/15541/stat : 15541 (npSolver-wbo) S 15540 15540 25576 0 -1 4202496 9600 17179 0 0 79 12 87 4 20 0 1 0 387300852 94797824 18287 33554432000 4194304 6006132 140737407027808 140737407019200 5187998 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/15541/statm: 23144 18287 191 443 0 22697 0
[pid=15560] ppid=15541 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/15560/stat : 15560 (satsolver.sh) S 15541 15540 25576 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 387301035 9367552 267 33554432000 4194304 5064252 140737480584688 140737480583600 227512313422 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/15560/statm: 2287 267 226 213 0 72 0
[pid=15561] ppid=15560 vsize=379600 CPUtime=1720.16 cores=0,2,4,6
/proc/15561/stat : 15561 (glucose) R 15560 15540 25576 0 -1 4202496 105705 0 0 0 171896 120 0 0 20 0 1 0 387301036 388710400 85595 33554432000 4194304 5208918 140737031055312 140737031051000 4211744 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/15561/statm: 94900 85595 104 248 0 94649 0
Current children cumulated CPU time (s) 1721.98
Current children cumulated vsize (KiB) 490472

[startup+1782.3 s]
/proc/loadavg: 2.00 2.05 2.00 3/181 15643
/proc/meminfo: memFree=25219208/32873624 swapFree=7112/7112
[pid=15540] ppid=15538 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/15540/stat : 15540 (npSolver-wbo-It) S 15538 15540 25576 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 387300852 9367552 274 33554432000 4194304 5064252 140734667410336 140734667409248 227512313422 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/15540/statm: 2287 274 233 213 0 72 0
[pid=15541] ppid=15540 vsize=92576 CPUtime=1.82 cores=0,2,4,6
/proc/15541/stat : 15541 (npSolver-wbo) S 15540 15540 25576 0 -1 4202496 9600 17179 0 0 79 12 87 4 20 0 1 0 387300852 94797824 18287 33554432000 4194304 6006132 140737407027808 140737407019200 5187998 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/15541/statm: 23144 18287 191 443 0 22697 0
[pid=15560] ppid=15541 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/15560/stat : 15560 (satsolver.sh) S 15541 15540 25576 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 387301035 9367552 267 33554432000 4194304 5064252 140737480584688 140737480583600 227512313422 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/15560/statm: 2287 267 226 213 0 72 0
[pid=15561] ppid=15560 vsize=382912 CPUtime=1780.16 cores=0,2,4,6
/proc/15561/stat : 15561 (glucose) R 15560 15540 25576 0 -1 4202496 107494 0 0 0 177892 124 0 0 20 0 1 0 387301036 392101888 84407 33554432000 4194304 5208918 140737031055312 140737031053160 4211553 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/15561/statm: 95728 84407 104 248 0 95477 0
Current children cumulated CPU time (s) 1781.98
Current children cumulated vsize (KiB) 493784



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.4 s]
/proc/loadavg: 2.00 2.04 2.00 3/181 15643
/proc/meminfo: memFree=25193268/32873624 swapFree=7112/7112
[pid=15540] ppid=15538 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/15540/stat : 15540 (npSolver-wbo-It) S 15538 15540 25576 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 387300852 9367552 274 33554432000 4194304 5064252 140734667410336 140734667409248 227512313422 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/15540/statm: 2287 274 233 213 0 72 0
[pid=15541] ppid=15540 vsize=92576 CPUtime=1.82 cores=0,2,4,6
/proc/15541/stat : 15541 (npSolver-wbo) S 15540 15540 25576 0 -1 4202496 9600 17179 0 0 79 12 87 4 20 0 1 0 387300852 94797824 18287 33554432000 4194304 6006132 140737407027808 140737407019200 5187998 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/15541/statm: 23144 18287 191 443 0 22697 0
[pid=15560] ppid=15541 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/15560/stat : 15560 (satsolver.sh) S 15541 15540 25576 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 387301035 9367552 267 33554432000 4194304 5064252 140737480584688 140737480583600 227512313422 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/15560/statm: 2287 267 226 213 0 72 0
[pid=15561] ppid=15560 vsize=384020 CPUtime=1798.26 cores=0,2,4,6
/proc/15561/stat : 15561 (glucose) R 15560 15540 25576 0 -1 4202496 107762 0 0 0 179702 124 0 0 20 0 1 0 387301036 393236480 87741 33554432000 4194304 5208918 140737031055312 140737031053160 4211553 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/15561/statm: 96005 87741 104 248 0 95754 0
Current children cumulated CPU time (s) 1800.08
Current children cumulated vsize (KiB) 494892

Sending SIGTERM to process tree (bottom up)

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

[startup+1800.4 s]
/proc/loadavg: 2.00 2.04 2.00 3/181 15643
/proc/meminfo: memFree=25193268/32873624 swapFree=7112/7112
[pid=15540] ppid=15538 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/15540/stat : 15540 (npSolver-wbo-It) S 15538 15540 25576 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 387300852 9367552 274 33554432000 4194304 5064252 140734667410336 140734667409248 227512313422 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/15540/statm: 2287 274 233 213 0 72 0
[pid=15541] ppid=15540 vsize=92576 CPUtime=1.82 cores=0,2,4,6
/proc/15541/stat : 15541 (npSolver-wbo) S 15540 15540 25576 0 -1 4202496 9600 17179 0 0 79 12 87 4 20 0 1 0 387300852 94797824 18287 33554432000 4194304 6006132 140737407027808 140737407019200 5187998 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/15541/statm: 23144 18287 191 443 0 22697 0
[pid=15560] ppid=15541 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/15560/stat : 15560 (satsolver.sh) S 15541 15540 25576 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 387301035 9367552 267 33554432000 4194304 5064252 140737480584688 140737480583600 227512313422 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/15560/statm: 2287 267 226 213 0 72 0
[pid=15561] ppid=15560 vsize=384020 CPUtime=1798.26 cores=0,2,4,6
/proc/15561/stat : 15561 (glucose) R 15560 15540 25576 0 -1 4202496 107762 0 0 0 179702 124 0 0 20 0 1 0 387301036 393236480 87741 33554432000 4194304 5208918 140737031055312 140737031053160 4211553 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/15561/statm: 96005 87741 104 248 0 95754 0
Current children cumulated CPU time (s) 1800.08
Current children cumulated vsize (KiB) 494892

Child status: 0

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 15540 and gives
#  childrusage.ru_utime.tv_sec=1
#  childrusage.ru_utime.tv_usec=673745
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=164974
# CPU time returned by wait4() is 1.83872
# 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.41
CPU time (s): 1800.08
CPU user time (s): 1798.68
CPU system time (s): 1.4
CPU usage (%): 99.9815
Max. virtual memory (cumulated for all children) (KiB): 654516

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1.67374
system time used= 0.164974
maximum resident set size= 120788
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 27756
page faults= 0
swaps= 0
block input operations= 0
block output operations= 103456
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 45
involuntary context switches= 31

runsolver used 2.78658 second user time and 7.04793 second system time

The end

Launcher Data

Begin job on node121 at 2012-06-09 05:15:54
IDJOB=3752836
IDBENCH=79507
IDSOLVER=2336
FILE ID=node121/3752836-1339211754
RUNJOBID= node121-1339204543-25592
PBS_JOBID= 14643859
Free space on /tmp= 70620 MiB

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

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

MD5SUM BENCH= f4b0099465ae664e0955235299f0c44e
RANDOM SEED=1069973389

node121.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.042
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.08
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.042
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.042
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		: 2667.042
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		: 2667.042
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.042
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.042
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	: 5438.55
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.042
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:       32873624 kB
MemFree:        28895104 kB
Buffers:          996896 kB
Cached:          1841360 kB
SwapCached:          340 kB
Active:          2934192 kB
Inactive:          76772 kB
Active(anon):     151976 kB
Inactive(anon):     8168 kB
Active(file):    2782216 kB
Inactive(file):    68604 kB
Unevictable:        7112 kB
Mlocked:            7112 kB
SwapTotal:      67108856 kB
SwapFree:       67106508 kB
Dirty:              8788 kB
Writeback:             0 kB
AnonPages:        201212 kB
Mapped:            12656 kB
Shmem:                40 kB
Slab:             814248 kB
SReclaimable:     257372 kB
SUnreclaim:       556876 kB
KernelStack:        1528 kB
PageTables:         4248 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545668 kB
Committed_AS:     294816 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:    141312 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= 69856 MiB
End job on node121 at 2012-06-09 05:45:54