Trace number 3753554

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.05 1800.42

General information on the benchmark

Name/PARTIAL-BIGINT-LIN/wcsp/
zenotravel/normalized-zenotravel02cc_wcsp.wbo
MD5SUMf7fbceb2db366adfa00d3571e2c07795
Bench CategoryPARTIAL-BIGINT-LIN (both soft and hard constraints, big integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark724
Best CPU time to get the best result obtained on this benchmark1.21481
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables423
Total number of constraints8096
Number of soft constraints7980
Number of constraints which are clauses7980
Number of constraints which are cardinality constraints (but not clauses)116
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint19
Top cost 23921
Min constraint cost 1
Max constraint cost 23921
Sum of constraints costs 187588067
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 20
Number of bits of the biggest sum of numbers5
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.07	c run usual solver
0.00/0.29	o 95765
0.00/0.29	c fallback to adder encoding
1060.98/1061.23	o 95474
1060.98/1061.23	c fallback to adder encoding
1593.80/1594.19	o 95339
1593.80/1594.19	c fallback to adder encoding
1800.05/1800.41	c error: unexpected solver exit code
1800.05/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-3753554-1339206258/watcher-3753554-1339206258 -o /tmp/evaluation-result-3753554-1339206258/solver-3753554-1339206258 -C 1800 -W 1900 -M 15500 HOME/npSolver-wbo-Itd.sh HOME/instance-3753554-1339206258.wbo 957397681 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.74 1.92 1.97 3/177 15085
/proc/meminfo: memFree=23714800/32873648 swapFree=7376/7376
[pid=15085] ppid=15083 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/15085/stat : 15085 (npSolver-wbo-It) S 15083 15085 15040 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 386749904 9367552 275 33554432000 4194304 5064252 140734185270912 140734185269824 251052844622 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/15085/statm: 2287 275 233 213 0 72 0

[startup+0.040663 s]
/proc/loadavg: 1.74 1.92 1.97 3/177 15085
/proc/meminfo: memFree=23714800/32873648 swapFree=7376/7376
[pid=15085] ppid=15083 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/15085/stat : 15085 (npSolver-wbo-It) S 15083 15085 15040 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 386749904 9367552 275 33554432000 4194304 5064252 140734185270912 140734185269824 251052844622 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/15085/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.100312 s]
/proc/loadavg: 1.74 1.92 1.97 3/177 15085
/proc/meminfo: memFree=23714800/32873648 swapFree=7376/7376
[pid=15085] ppid=15083 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/15085/stat : 15085 (npSolver-wbo-It) S 15083 15085 15040 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 386749904 9367552 275 33554432000 4194304 5064252 140734185270912 140734185269824 251052844622 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/15085/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.300202 s]
/proc/loadavg: 1.74 1.92 1.97 3/177 15085
/proc/meminfo: memFree=23714800/32873648 swapFree=7376/7376
[pid=15085] ppid=15083 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/15085/stat : 15085 (npSolver-wbo-It) S 15083 15085 15040 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 386749904 9367552 275 33554432000 4194304 5064252 140734185270912 140734185269824 251052844622 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/15085/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.700253 s]
/proc/loadavg: 1.74 1.92 1.97 3/177 15085
/proc/meminfo: memFree=23714800/32873648 swapFree=7376/7376
[pid=15085] ppid=15083 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/15085/stat : 15085 (npSolver-wbo-It) S 15083 15085 15040 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 386749904 9367552 275 33554432000 4194304 5064252 140734185270912 140734185269824 251052844622 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/15085/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+1.50652 s]
/proc/loadavg: 1.74 1.92 1.97 3/179 15107
/proc/meminfo: memFree=23495356/32873648 swapFree=7376/7376
[pid=15085] ppid=15083 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/15085/stat : 15085 (npSolver-wbo-It) S 15083 15085 15040 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 386749904 9367552 275 33554432000 4194304 5064252 140734185270912 140734185269824 251052844622 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/15085/statm: 2287 275 233 213 0 72 0
[pid=15086] ppid=15085 vsize=164456 CPUtime=1.48 cores=0,2,4,6
/proc/15086/stat : 15086 (npSolver-wbo) R 15085 15085 15040 0 -1 4202496 10016 7870 0 0 124 8 15 1 20 0 1 0 386749904 168402944 28594 33554432000 4194304 6006132 140734862400912 140734862393256 4619114 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/15086/statm: 41114 28594 177 443 0 40667 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 173604

[startup+3.1004 s]
/proc/loadavg: 1.74 1.92 1.97 3/183 15111
/proc/meminfo: memFree=23000668/32873648 swapFree=7376/7376
[pid=15085] ppid=15083 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/15085/stat : 15085 (npSolver-wbo-It) S 15083 15085 15040 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 386749904 9367552 275 33554432000 4194304 5064252 140734185270912 140734185269824 251052844622 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/15085/statm: 2287 275 233 213 0 72 0
[pid=15086] ppid=15085 vsize=164456 CPUtime=1.85 cores=0,2,4,6
/proc/15086/stat : 15086 (npSolver-wbo) S 15085 15085 15040 0 -1 4202496 10922 7870 0 0 147 22 15 1 20 0 1 0 386749904 168402944 32691 33554432000 4194304 6006132 140734862400912 140734862392304 5187998 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 1 0 0
/proc/15086/statm: 41114 32691 178 443 0 40667 0
[pid=15108] ppid=15086 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/15108/stat : 15108 (satsolver.sh) S 15086 15085 15040 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 386750094 9367552 266 33554432000 4194304 5064252 140734715511024 140734715509936 251052844622 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/15108/statm: 2287 266 226 213 0 72 0
[pid=15109] ppid=15108 vsize=271496 CPUtime=1.19 cores=0,2,4,6
/proc/15109/stat : 15109 (glucose) R 15108 15085 15040 0 -1 4202496 44143 0 0 0 108 11 0 0 20 0 1 0 386750094 278011904 63367 33554432000 4194304 5208918 140735569412768 140735568362408 4206114 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/15109/statm: 67874 63367 90 248 0 67623 0
Current children cumulated CPU time (s) 3.04
Current children cumulated vsize (KiB) 454248

[startup+6.30037 s]
/proc/loadavg: 1.76 1.92 1.97 3/183 15111
/proc/meminfo: memFree=22700168/32873648 swapFree=7376/7376
[pid=15085] ppid=15083 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/15085/stat : 15085 (npSolver-wbo-It) S 15083 15085 15040 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 386749904 9367552 275 33554432000 4194304 5064252 140734185270912 140734185269824 251052844622 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/15085/statm: 2287 275 233 213 0 72 0
[pid=15086] ppid=15085 vsize=164456 CPUtime=1.85 cores=0,2,4,6
/proc/15086/stat : 15086 (npSolver-wbo) S 15085 15085 15040 0 -1 4202496 10922 7870 0 0 147 22 15 1 20 0 1 0 386749904 168402944 32691 33554432000 4194304 6006132 140734862400912 140734862392304 5187998 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 1 0 0
/proc/15086/statm: 41114 32691 178 443 0 40667 0
[pid=15108] ppid=15086 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/15108/stat : 15108 (satsolver.sh) S 15086 15085 15040 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 386750094 9367552 266 33554432000 4194304 5064252 140734715511024 140734715509936 251052844622 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/15108/statm: 2287 266 226 213 0 72 0
[pid=15109] ppid=15108 vsize=276940 CPUtime=4.4 cores=0,2,4,6
/proc/15109/stat : 15109 (glucose) R 15108 15085 15040 0 -1 4202496 46703 0 0 0 427 13 0 0 20 0 1 0 386750094 283586560 61253 33554432000 4194304 5208918 140735569412768 140735569410616 4205203 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/15109/statm: 69235 61253 104 248 0 68984 0
Current children cumulated CPU time (s) 6.25
Current children cumulated vsize (KiB) 459692

[startup+12.7004 s]
/proc/loadavg: 1.86 1.94 1.97 3/183 15111
/proc/meminfo: memFree=22694756/32873648 swapFree=7376/7376
[pid=15085] ppid=15083 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/15085/stat : 15085 (npSolver-wbo-It) S 15083 15085 15040 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 386749904 9367552 275 33554432000 4194304 5064252 140734185270912 140734185269824 251052844622 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/15085/statm: 2287 275 233 213 0 72 0
[pid=15086] ppid=15085 vsize=164456 CPUtime=1.85 cores=0,2,4,6
/proc/15086/stat : 15086 (npSolver-wbo) S 15085 15085 15040 0 -1 4202496 10922 7870 0 0 147 22 15 1 20 0 1 0 386749904 168402944 32691 33554432000 4194304 6006132 140734862400912 140734862392304 5187998 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 1 0 0
/proc/15086/statm: 41114 32691 178 443 0 40667 0
[pid=15108] ppid=15086 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/15108/stat : 15108 (satsolver.sh) S 15086 15085 15040 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 386750094 9367552 266 33554432000 4194304 5064252 140734715511024 140734715509936 251052844622 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/15108/statm: 2287 266 226 213 0 72 0
[pid=15109] ppid=15108 vsize=277336 CPUtime=10.79 cores=0,2,4,6
/proc/15109/stat : 15109 (glucose) R 15108 15085 15040 0 -1 4202496 46819 0 0 0 1066 13 0 0 20 0 1 0 386750094 283992064 61369 33554432000 4194304 5208918 140735569412768 140735569410616 4228997 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/15109/statm: 69334 61369 104 248 0 69083 0
Current children cumulated CPU time (s) 12.64
Current children cumulated vsize (KiB) 460088

[startup+25.5003 s]
/proc/loadavg: 1.89 1.94 1.97 3/183 15111
/proc/meminfo: memFree=22691544/32873648 swapFree=7376/7376
[pid=15085] ppid=15083 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/15085/stat : 15085 (npSolver-wbo-It) S 15083 15085 15040 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 386749904 9367552 275 33554432000 4194304 5064252 140734185270912 140734185269824 251052844622 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/15085/statm: 2287 275 233 213 0 72 0
[pid=15086] ppid=15085 vsize=164456 CPUtime=1.85 cores=0,2,4,6
/proc/15086/stat : 15086 (npSolver-wbo) S 15085 15085 15040 0 -1 4202496 10922 7870 0 0 147 22 15 1 20 0 1 0 386749904 168402944 32691 33554432000 4194304 6006132 140734862400912 140734862392304 5187998 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 1 0 0
/proc/15086/statm: 41114 32691 178 443 0 40667 0
[pid=15108] ppid=15086 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/15108/stat : 15108 (satsolver.sh) S 15086 15085 15040 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 386750094 9367552 266 33554432000 4194304 5064252 140734715511024 140734715509936 251052844622 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/15108/statm: 2287 266 226 213 0 72 0
[pid=15109] ppid=15108 vsize=278992 CPUtime=23.59 cores=0,2,4,6
/proc/15109/stat : 15109 (glucose) R 15108 15085 15040 0 -1 4202496 47235 0 0 0 2346 13 0 0 20 0 1 0 386750094 285687808 62807 33554432000 4194304 5208918 140735569412768 140735569410616 4212432 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/15109/statm: 69748 62807 104 248 0 69497 0
Current children cumulated CPU time (s) 25.44
Current children cumulated vsize (KiB) 461744

[startup+51.1004 s]
/proc/loadavg: 1.93 1.95 1.97 3/183 15111
/proc/meminfo: memFree=22681712/32873648 swapFree=7376/7376
[pid=15085] ppid=15083 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/15085/stat : 15085 (npSolver-wbo-It) S 15083 15085 15040 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 386749904 9367552 275 33554432000 4194304 5064252 140734185270912 140734185269824 251052844622 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/15085/statm: 2287 275 233 213 0 72 0
[pid=15086] ppid=15085 vsize=164456 CPUtime=1.85 cores=0,2,4,6
/proc/15086/stat : 15086 (npSolver-wbo) S 15085 15085 15040 0 -1 4202496 10922 7870 0 0 147 22 15 1 20 0 1 0 386749904 168402944 32691 33554432000 4194304 6006132 140734862400912 140734862392304 5187998 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 1 0 0
/proc/15086/statm: 41114 32691 178 443 0 40667 0
[pid=15108] ppid=15086 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/15108/stat : 15108 (satsolver.sh) S 15086 15085 15040 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 386750094 9367552 266 33554432000 4194304 5064252 140734715511024 140734715509936 251052844622 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/15108/statm: 2287 266 226 213 0 72 0
[pid=15109] ppid=15108 vsize=284672 CPUtime=49.18 cores=0,2,4,6
/proc/15109/stat : 15109 (glucose) R 15108 15085 15040 0 -1 4202496 48719 0 0 0 4905 13 0 0 20 0 1 0 386750094 291504128 65313 33554432000 4194304 5208918 140735569412768 140735569410616 4228997 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/15109/statm: 71168 65313 104 248 0 70917 0
Current children cumulated CPU time (s) 51.03
Current children cumulated vsize (KiB) 467424

[startup+102.3 s]
/proc/loadavg: 1.97 1.95 1.97 3/183 15112
/proc/meminfo: memFree=22662492/32873648 swapFree=7376/7376
[pid=15085] ppid=15083 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/15085/stat : 15085 (npSolver-wbo-It) S 15083 15085 15040 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 386749904 9367552 275 33554432000 4194304 5064252 140734185270912 140734185269824 251052844622 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/15085/statm: 2287 275 233 213 0 72 0
[pid=15086] ppid=15085 vsize=164456 CPUtime=1.85 cores=0,2,4,6
/proc/15086/stat : 15086 (npSolver-wbo) S 15085 15085 15040 0 -1 4202496 10922 7870 0 0 147 22 15 1 20 0 1 0 386749904 168402944 32691 33554432000 4194304 6006132 140734862400912 140734862392304 5187998 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 1 0 0
/proc/15086/statm: 41114 32691 178 443 0 40667 0
[pid=15108] ppid=15086 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/15108/stat : 15108 (satsolver.sh) S 15086 15085 15040 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 386750094 9367552 266 33554432000 4194304 5064252 140734715511024 140734715509936 251052844622 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/15108/statm: 2287 266 226 213 0 72 0
[pid=15109] ppid=15108 vsize=292344 CPUtime=100.38 cores=0,2,4,6
/proc/15109/stat : 15109 (glucose) R 15108 15085 15040 0 -1 4202496 50789 0 0 0 10024 14 0 0 20 0 1 0 386750094 299360256 67894 33554432000 4194304 5208918 140735569412768 140735569410616 4211122 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/15109/statm: 73086 67894 104 248 0 72835 0
Current children cumulated CPU time (s) 102.23
Current children cumulated vsize (KiB) 475096

[startup+162.3 s]
/proc/loadavg: 1.99 1.96 1.97 3/183 15112
/proc/meminfo: memFree=22649472/32873648 swapFree=7376/7376
[pid=15085] ppid=15083 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/15085/stat : 15085 (npSolver-wbo-It) S 15083 15085 15040 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 386749904 9367552 275 33554432000 4194304 5064252 140734185270912 140734185269824 251052844622 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/15085/statm: 2287 275 233 213 0 72 0
[pid=15086] ppid=15085 vsize=164456 CPUtime=1.85 cores=0,2,4,6
/proc/15086/stat : 15086 (npSolver-wbo) S 15085 15085 15040 0 -1 4202496 10922 7870 0 0 147 22 15 1 20 0 1 0 386749904 168402944 32691 33554432000 4194304 6006132 140734862400912 140734862392304 5187998 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 1 0 0
/proc/15086/statm: 41114 32691 178 443 0 40667 0
[pid=15108] ppid=15086 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/15108/stat : 15108 (satsolver.sh) S 15086 15085 15040 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 386750094 9367552 266 33554432000 4194304 5064252 140734715511024 140734715509936 251052844622 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/15108/statm: 2287 266 226 213 0 72 0
[pid=15109] ppid=15108 vsize=298528 CPUtime=160.37 cores=0,2,4,6
/proc/15109/stat : 15109 (glucose) R 15108 15085 15040 0 -1 4202496 52308 0 0 0 16022 15 0 0 20 0 1 0 386750094 305692672 70435 33554432000 4194304 5208918 140735569412768 140735569410728 4211740 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/15109/statm: 74632 70435 104 248 0 74381 0
Current children cumulated CPU time (s) 162.22

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

/proc/15151/stat : 15151 (glucose) R 15150 15085 15040 0 -1 4202496 55268 0 0 0 29927 15 0 0 20 0 1 0 386856186 365223936 73536 33554432000 4194304 5208918 140735902460752 140735902458600 4211712 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/15151/statm: 89166 73536 104 248 0 88915 0
Current children cumulated CPU time (s) 1362.04
Current children cumulated vsize (KiB) 523036

[startup+1422.3 s]
/proc/loadavg: 2.06 2.00 1.98 3/183 15152
/proc/meminfo: memFree=22603900/32873648 swapFree=7376/7376
[pid=15085] ppid=15083 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/15085/stat : 15085 (npSolver-wbo-It) S 15083 15085 15040 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 386749904 9367552 275 33554432000 4194304 5064252 140734185270912 140734185269824 251052844622 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/15085/statm: 2287 275 233 213 0 72 0
[pid=15086] ppid=15085 vsize=148076 CPUtime=1062.62 cores=0,2,4,6
/proc/15086/stat : 15086 (npSolver-wbo) S 15085 15085 15040 0 -1 4202496 18550 72932 0 0 288 40 105871 63 20 0 1 0 386749904 151629824 28628 33554432000 4194304 6006132 140734862400912 140734862392304 5187998 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 1 0 0
/proc/15086/statm: 37019 28628 178 443 0 36572 0
[pid=15150] ppid=15086 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/15150/stat : 15150 (satsolver.sh) S 15086 15085 15040 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 386856186 9367552 267 33554432000 4194304 5064252 140736825811472 140736825810384 251052844622 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/15150/statm: 2287 267 226 213 0 72 0
[pid=15151] ppid=15150 vsize=364952 CPUtime=359.41 cores=0,2,4,6
/proc/15151/stat : 15151 (glucose) R 15150 15085 15040 0 -1 4202496 57331 0 0 0 35925 16 0 0 20 0 1 0 386856186 373710848 77643 33554432000 4194304 5208918 140735902460752 140735902458600 4211744 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/15151/statm: 91238 77643 104 248 0 90987 0
Current children cumulated CPU time (s) 1422.03
Current children cumulated vsize (KiB) 531324

[startup+1482.3 s]
/proc/loadavg: 2.02 2.00 1.98 3/183 15152
/proc/meminfo: memFree=22582252/32873648 swapFree=7376/7376
[pid=15085] ppid=15083 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/15085/stat : 15085 (npSolver-wbo-It) S 15083 15085 15040 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 386749904 9367552 275 33554432000 4194304 5064252 140734185270912 140734185269824 251052844622 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/15085/statm: 2287 275 233 213 0 72 0
[pid=15086] ppid=15085 vsize=148076 CPUtime=1062.62 cores=0,2,4,6
/proc/15086/stat : 15086 (npSolver-wbo) S 15085 15085 15040 0 -1 4202496 18550 72932 0 0 288 40 105871 63 20 0 1 0 386749904 151629824 28628 33554432000 4194304 6006132 140734862400912 140734862392304 5187998 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 1 0 0
/proc/15086/statm: 37019 28628 178 443 0 36572 0
[pid=15150] ppid=15086 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/15150/stat : 15150 (satsolver.sh) S 15086 15085 15040 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 386856186 9367552 267 33554432000 4194304 5064252 140736825811472 140736825810384 251052844622 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/15150/statm: 2287 267 226 213 0 72 0
[pid=15151] ppid=15150 vsize=375464 CPUtime=419.4 cores=0,2,4,6
/proc/15151/stat : 15151 (glucose) R 15150 15085 15040 0 -1 4202496 59836 0 0 0 41922 18 0 0 20 0 1 0 386856186 384475136 81170 33554432000 4194304 5208918 140735902460752 140735902458600 4211553 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/15151/statm: 93866 81170 104 248 0 93615 0
Current children cumulated CPU time (s) 1482.02
Current children cumulated vsize (KiB) 541836

[startup+1542.3 s]
/proc/loadavg: 2.04 2.01 1.99 3/183 15152
/proc/meminfo: memFree=22602984/32873648 swapFree=7376/7376
[pid=15085] ppid=15083 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/15085/stat : 15085 (npSolver-wbo-It) S 15083 15085 15040 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 386749904 9367552 275 33554432000 4194304 5064252 140734185270912 140734185269824 251052844622 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/15085/statm: 2287 275 233 213 0 72 0
[pid=15086] ppid=15085 vsize=148076 CPUtime=1062.62 cores=0,2,4,6
/proc/15086/stat : 15086 (npSolver-wbo) S 15085 15085 15040 0 -1 4202496 18550 72932 0 0 288 40 105871 63 20 0 1 0 386749904 151629824 28628 33554432000 4194304 6006132 140734862400912 140734862392304 5187998 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 1 0 0
/proc/15086/statm: 37019 28628 178 443 0 36572 0
[pid=15150] ppid=15086 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/15150/stat : 15150 (satsolver.sh) S 15086 15085 15040 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 386856186 9367552 267 33554432000 4194304 5064252 140736825811472 140736825810384 251052844622 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/15150/statm: 2287 267 226 213 0 72 0
[pid=15151] ppid=15150 vsize=329816 CPUtime=479.4 cores=0,2,4,6
/proc/15151/stat : 15151 (glucose) R 15150 15085 15040 0 -1 4202496 61397 0 0 0 47920 20 0 0 20 0 1 0 386856186 337731584 74948 33554432000 4194304 5208918 140735902460752 140735902458504 4211656 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/15151/statm: 82454 74948 104 248 0 82203 0
Current children cumulated CPU time (s) 1542.02
Current children cumulated vsize (KiB) 496188

[startup+1602.3 s]
/proc/loadavg: 2.09 2.02 1.99 3/184 15163
/proc/meminfo: memFree=22649088/32873648 swapFree=7376/7376
[pid=15085] ppid=15083 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/15085/stat : 15085 (npSolver-wbo-It) S 15083 15085 15040 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 386749904 9367552 275 33554432000 4194304 5064252 140734185270912 140734185269824 251052844622 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/15085/statm: 2287 275 233 213 0 72 0
[pid=15086] ppid=15085 vsize=148076 CPUtime=1595.48 cores=0,2,4,6
/proc/15086/stat : 15086 (npSolver-wbo) S 15085 15085 15040 0 -1 4202496 26178 144524 0 0 428 59 158937 124 20 0 1 0 386749904 151629824 28628 33554432000 4194304 6006132 140734862400912 140734862392304 5187998 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 3 0 0
/proc/15086/statm: 37019 28628 178 443 0 36572 0
[pid=15162] ppid=15086 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/15162/stat : 15162 (satsolver.sh) S 15086 15085 15040 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 386909484 9367552 267 33554432000 4194304 5064252 140737374652848 140737374651760 251052844622 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/15162/statm: 2287 267 226 213 0 72 0
[pid=15163] ppid=15162 vsize=282304 CPUtime=6.5 cores=0,2,4,6
/proc/15163/stat : 15163 (glucose) R 15162 15085 15040 0 -1 4202496 46088 0 0 0 637 13 0 0 20 0 1 0 386909484 289079296 62517 33554432000 4194304 5208918 140734543378304 140734543376152 4211668 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/15163/statm: 70576 62517 104 248 0 70325 0
Current children cumulated CPU time (s) 1601.98
Current children cumulated vsize (KiB) 448676

[startup+1662.3 s]
/proc/loadavg: 2.03 2.02 1.99 3/183 15163
/proc/meminfo: memFree=22638864/32873648 swapFree=7376/7376
[pid=15085] ppid=15083 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/15085/stat : 15085 (npSolver-wbo-It) S 15083 15085 15040 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 386749904 9367552 275 33554432000 4194304 5064252 140734185270912 140734185269824 251052844622 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/15085/statm: 2287 275 233 213 0 72 0
[pid=15086] ppid=15085 vsize=148076 CPUtime=1595.48 cores=0,2,4,6
/proc/15086/stat : 15086 (npSolver-wbo) S 15085 15085 15040 0 -1 4202496 26178 144524 0 0 428 59 158937 124 20 0 1 0 386749904 151629824 28628 33554432000 4194304 6006132 140734862400912 140734862392304 5187998 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 3 0 0
/proc/15086/statm: 37019 28628 178 443 0 36572 0
[pid=15162] ppid=15086 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/15162/stat : 15162 (satsolver.sh) S 15086 15085 15040 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 386909484 9367552 267 33554432000 4194304 5064252 140737374652848 140737374651760 251052844622 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/15162/statm: 2287 267 226 213 0 72 0
[pid=15163] ppid=15162 vsize=282700 CPUtime=66.49 cores=0,2,4,6
/proc/15163/stat : 15163 (glucose) R 15162 15085 15040 0 -1 4202496 46183 0 0 0 6636 13 0 0 20 0 1 0 386909484 289484800 63634 33554432000 4194304 5208918 140734543378304 140734543376152 4211635 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/15163/statm: 70675 63634 104 248 0 70424 0
Current children cumulated CPU time (s) 1661.97
Current children cumulated vsize (KiB) 449072

[startup+1722.31 s]
/proc/loadavg: 2.01 2.01 1.99 3/183 15163
/proc/meminfo: memFree=22644272/32873648 swapFree=7376/7376
[pid=15085] ppid=15083 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/15085/stat : 15085 (npSolver-wbo-It) S 15083 15085 15040 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 386749904 9367552 275 33554432000 4194304 5064252 140734185270912 140734185269824 251052844622 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/15085/statm: 2287 275 233 213 0 72 0
[pid=15086] ppid=15085 vsize=148076 CPUtime=1595.48 cores=0,2,4,6
/proc/15086/stat : 15086 (npSolver-wbo) S 15085 15085 15040 0 -1 4202496 26178 144524 0 0 428 59 158937 124 20 0 1 0 386749904 151629824 28628 33554432000 4194304 6006132 140734862400912 140734862392304 5187998 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 3 0 0
/proc/15086/statm: 37019 28628 178 443 0 36572 0
[pid=15162] ppid=15086 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/15162/stat : 15162 (satsolver.sh) S 15086 15085 15040 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 386909484 9367552 267 33554432000 4194304 5064252 140737374652848 140737374651760 251052844622 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/15162/statm: 2287 267 226 213 0 72 0
[pid=15163] ppid=15162 vsize=282832 CPUtime=126.48 cores=0,2,4,6
/proc/15163/stat : 15163 (glucose) R 15162 15085 15040 0 -1 4202496 46232 0 0 0 12635 13 0 0 20 0 1 0 386909484 289619968 64705 33554432000 4194304 5208918 140734543378304 140734543376152 4211656 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/15163/statm: 70708 64705 104 248 0 70457 0
Current children cumulated CPU time (s) 1721.96
Current children cumulated vsize (KiB) 449204

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 1.99 3/183 15163
/proc/meminfo: memFree=22635076/32873648 swapFree=7376/7376
[pid=15085] ppid=15083 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/15085/stat : 15085 (npSolver-wbo-It) S 15083 15085 15040 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 386749904 9367552 275 33554432000 4194304 5064252 140734185270912 140734185269824 251052844622 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/15085/statm: 2287 275 233 213 0 72 0
[pid=15086] ppid=15085 vsize=148076 CPUtime=1595.48 cores=0,2,4,6
/proc/15086/stat : 15086 (npSolver-wbo) S 15085 15085 15040 0 -1 4202496 26178 144524 0 0 428 59 158937 124 20 0 1 0 386749904 151629824 28628 33554432000 4194304 6006132 140734862400912 140734862392304 5187998 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 3 0 0
/proc/15086/statm: 37019 28628 178 443 0 36572 0
[pid=15162] ppid=15086 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/15162/stat : 15162 (satsolver.sh) S 15086 15085 15040 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 386909484 9367552 267 33554432000 4194304 5064252 140737374652848 140737374651760 251052844622 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/15162/statm: 2287 267 226 213 0 72 0
[pid=15163] ppid=15162 vsize=333184 CPUtime=186.46 cores=0,2,4,6
/proc/15163/stat : 15163 (glucose) R 15162 15085 15040 0 -1 4202496 46789 0 0 0 18633 13 0 0 20 0 1 0 386909484 341180416 66294 33554432000 4194304 5208918 140734543378304 140734543376152 4211652 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/15163/statm: 83296 66294 104 248 0 83045 0
Current children cumulated CPU time (s) 1781.94
Current children cumulated vsize (KiB) 499556



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.41 s]
/proc/loadavg: 2.00 2.00 1.99 3/176 15165
/proc/meminfo: memFree=23127832/32873648 swapFree=7376/7376
[pid=15085] ppid=15083 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/15085/stat : 15085 (npSolver-wbo-It) S 15083 15085 15040 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 386749904 9367552 275 33554432000 4194304 5064252 140734185270912 140734185269824 251052844622 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/15085/statm: 2287 275 233 213 0 72 0
[pid=15086] ppid=15085 vsize=148076 CPUtime=1595.48 cores=0,2,4,6
/proc/15086/stat : 15086 (npSolver-wbo) S 15085 15085 15040 0 -1 4202496 26178 144524 0 0 428 59 158937 124 20 0 1 0 386749904 151629824 28628 33554432000 4194304 6006132 140734862400912 140734862392304 5187998 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 3 0 0
/proc/15086/statm: 37019 28628 178 443 0 36572 0
[pid=15162] ppid=15086 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/15162/stat : 15162 (satsolver.sh) S 15086 15085 15040 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 386909484 9367552 267 33554432000 4194304 5064252 140737374652848 140737374651760 251052844622 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/15162/statm: 2287 267 226 213 0 72 0
[pid=15163] ppid=15162 vsize=333184 CPUtime=204.57 cores=0,2,4,6
/proc/15163/stat : 15163 (glucose) R 15162 15085 15040 0 -1 4202496 46800 0 0 0 20444 13 0 0 20 0 1 0 386909484 341180416 66816 33554432000 4194304 5208918 140734543378304 140734543376152 4211712 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/15163/statm: 83296 66816 104 248 0 83045 0
Current children cumulated CPU time (s) 1800.05
Current children cumulated vsize (KiB) 499556

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 15085 and gives
#  childrusage.ru_utime.tv_sec=1593
#  childrusage.ru_utime.tv_usec=668725
#  childrusage.ru_stime.tv_sec=1
#  childrusage.ru_stime.tv_usec=840720
# CPU time returned by wait4() is 1595.51
# while last known CPU time is 1800.05
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1800.42
CPU time (s): 1800.05
CPU user time (s): 1798.09
CPU system time (s): 1.96
CPU usage (%): 99.9795
Max. virtual memory (cumulated for all children) (KiB): 626096

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1593.67
system time used= 1.84072
maximum resident set size= 399744
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 171680
page faults= 0
swaps= 0
block input operations= 16
block output operations= 604704
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 2136
involuntary context switches= 1684

runsolver used 3.46247 second user time and 8.32973 second system time

The end

Launcher Data

Begin job on node149 at 2012-06-09 03:44:18
IDJOB=3753554
IDBENCH=79584
IDSOLVER=2337
FILE ID=node149/3753554-1339206258
RUNJOBID= node149-1339206258-15056
PBS_JOBID= 14643888
Free space on /tmp= 63444 MiB

SOLVER NAME= npSolver inc-topDown
BENCH NAME= PB10/normalized-PB10/PARTIAL-BIGINT-LIN/wcsp/zenotravel/normalized-zenotravel02cc_wcsp.wbo
COMMAND LINE= DIR/npSolver-wbo-Itd.sh BENCHNAME RANDOMSEED TMPDIR DIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3753554-1339206258/watcher-3753554-1339206258 -o /tmp/evaluation-result-3753554-1339206258/solver-3753554-1339206258 -C 1800 -W 1900 -M 15500  HOME/npSolver-wbo-Itd.sh HOME/instance-3753554-1339206258.wbo 957397681 HOME HOME

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

MD5SUM BENCH= f7fbceb2db366adfa00d3571e2c07795
RANDOM SEED=957397681

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

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.145
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.145
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	: 5438.55
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.145
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.145
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873648 kB
MemFree:        23716668 kB
Buffers:          200240 kB
Cached:          7750888 kB
SwapCached:         2132 kB
Active:           544124 kB
Inactive:        7412212 kB
Active(anon):       3744 kB
Inactive(anon):     2808 kB
Active(file):     540380 kB
Inactive(file):  7409404 kB
Unevictable:        7376 kB
Mlocked:            7376 kB
SwapTotal:      67108856 kB
SwapFree:       67100072 kB
Dirty:             23704 kB
Writeback:             0 kB
AnonPages:         10044 kB
Mapped:             7976 kB
Shmem:                 0 kB
Slab:            1060512 kB
SReclaimable:     502320 kB
SUnreclaim:       558192 kB
KernelStack:        1376 kB
PageTables:         3792 kB
NFS_Unstable:          4 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:     103676 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:         0 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= 63232 MiB
End job on node149 at 2012-06-09 04:14:19