Trace number 3700925

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
npSolver 1.0? (TO) 1800.08 1801.6

General information on the benchmark

Name/OPT-BIGINT-LIN/zahidi/Base/
normalized-minisat50_4_16_1.opb
MD5SUM8a23e88f34ee33e636d3b24522832f27
Bench CategoryOPT-BIGINT-LIN (optimisation, big integers, linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark3948307
Best CPU time to get the best result obtained on this benchmark1800.1
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables5100
Total number of constraints7606
Number of constraints which are clauses100
Number of constraints which are cardinality constraints (but not clauses)6
Number of constraints which are nor clauses,nor cardinality constraints7500
Minimum length of a constraint2
Maximum length of a constraint1225
Number of terms in the objective function 4950
Biggest coefficient in the objective function 143877824
Number of bits for the biggest coefficient in the objective function 28
Sum of the numbers in the objective function 43040121046
Number of bits of the sum of numbers in the objective function 36
Biggest number in a constraint 143877824
Number of bits of the biggest number in a constraint 28
Biggest sum of numbers in a constraint 43040121046
Number of bits of the biggest sum of numbers36
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.15	c run usual solver
1.32/1.43	c model valid
1.32/1.43	c current solution ok
1.76/1.81	o 151763057
1.76/1.81	c current bound: 75881553
1.76/1.81	c fallback to adder encoding
80.82/81.77	c model valid
80.82/81.77	c current solution ok
80.82/81.79	o 46833055
80.82/81.79	c current bound: 23416552
80.82/81.79	c fallback to adder encoding
115.10/115.97	c model valid
115.10/115.97	c current solution ok
115.10/115.99	o 20830209
115.10/115.99	c current bound: 10415129
115.10/115.99	c fallback to adder encoding
118.96/119.44	c model valid
118.96/119.44	c current solution ok
118.96/119.46	o 8465021
118.96/119.46	c current bound: 4232535
118.96/119.46	c fallback to adder encoding
290.74/291.21	c model valid
290.74/291.21	c current solution ok
290.74/291.22	o 4160141
290.74/291.22	c current bound: 2080095
290.74/291.22	c fallback to adder encoding
1800.08/1801.59	c error: unexpected solver exit code
1800.08/1801.59	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-3700925-1338139410/watcher-3700925-1338139410 -o /tmp/evaluation-result-3700925-1338139410/solver-3700925-1338139410 -C 1800 -W 1900 -M 15500 HOME/npSolver-pbo.sh HOME/instance-3700925-1338139410.opb 1512406893 HOME HOME 

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

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


[startup+0 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 24471
/proc/meminfo: memFree=30079300/32873844 swapFree=7620/7620
[pid=24471] ppid=24469 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/24471/stat : 24471 (npSolver-pbo.sh) S 24469 24471 23064 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 280065412 9367552 274 33554432000 4194304 5064252 140736989487376 140736989486288 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/24471/statm: 2287 274 233 213 0 72 0

[startup+0.101578 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 24471
/proc/meminfo: memFree=30079300/32873844 swapFree=7620/7620
[pid=24471] ppid=24469 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/24471/stat : 24471 (npSolver-pbo.sh) S 24469 24471 23064 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 280065412 9367552 274 33554432000 4194304 5064252 140736989487376 140736989486288 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/24471/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.2003 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 24471
/proc/meminfo: memFree=30079300/32873844 swapFree=7620/7620
[pid=24471] ppid=24469 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/24471/stat : 24471 (npSolver-pbo.sh) S 24469 24471 23064 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 280065412 9367552 274 33554432000 4194304 5064252 140736989487376 140736989486288 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/24471/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.300303 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 24471
/proc/meminfo: memFree=30079300/32873844 swapFree=7620/7620
[pid=24471] ppid=24469 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/24471/stat : 24471 (npSolver-pbo.sh) S 24469 24471 23064 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 280065412 9367552 274 33554432000 4194304 5064252 140736989487376 140736989486288 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/24471/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.700303 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 24471
/proc/meminfo: memFree=30079300/32873844 swapFree=7620/7620
[pid=24471] ppid=24469 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/24471/stat : 24471 (npSolver-pbo.sh) S 24469 24471 23064 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 280065412 9367552 274 33554432000 4194304 5064252 140736989487376 140736989486288 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/24471/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+1.50033 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 24475
/proc/meminfo: memFree=29942872/32873844 swapFree=7620/7620
[pid=24471] ppid=24469 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/24471/stat : 24471 (npSolver-pbo.sh) S 24469 24471 23064 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 280065412 9367552 274 33554432000 4194304 5064252 140736989487376 140736989486288 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/24471/statm: 2287 274 233 213 0 72 0
[pid=24472] ppid=24471 vsize=18076 CPUtime=1.46 cores=1,3,5,7
/proc/24472/stat : 24472 (npSolver-pbo) R 24471 24471 23064 0 -1 4202496 4523 29641 0 0 16 8 105 17 20 0 1 0 280065412 18509824 3484 33554432000 4194304 5992684 140735979136368 140735979130976 5179696 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/24472/statm: 4519 3484 179 440 0 4075 0
Current children cumulated CPU time (s) 1.46
Current children cumulated vsize (KiB) 27224

[startup+3.10038 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 24483
/proc/meminfo: memFree=29966852/32873844 swapFree=7620/7620
[pid=24471] ppid=24469 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/24471/stat : 24471 (npSolver-pbo.sh) S 24469 24471 23064 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 280065412 9367552 274 33554432000 4194304 5064252 140736989487376 140736989486288 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/24471/statm: 2287 274 233 213 0 72 0
[pid=24472] ppid=24471 vsize=95056 CPUtime=2.61 cores=1,3,5,7
/proc/24472/stat : 24472 (npSolver-pbo) S 24471 24471 23064 0 -1 4202496 10208 30157 0 0 92 45 106 18 20 0 1 0 280065412 97337344 18944 33554432000 4194304 5992684 140735979136368 140735979128688 5175646 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 38 0 0
/proc/24472/statm: 23764 18944 189 440 0 23320 0
Current children cumulated CPU time (s) 2.61
Current children cumulated vsize (KiB) 104204

[startup+6.30049 s]
/proc/loadavg: 2.08 2.02 2.01 3/183 24485
/proc/meminfo: memFree=29738848/32873844 swapFree=7620/7620
[pid=24471] ppid=24469 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/24471/stat : 24471 (npSolver-pbo.sh) S 24469 24471 23064 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 280065412 9367552 274 33554432000 4194304 5064252 140736989487376 140736989486288 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/24471/statm: 2287 274 233 213 0 72 0
[pid=24472] ppid=24471 vsize=95056 CPUtime=2.61 cores=1,3,5,7
/proc/24472/stat : 24472 (npSolver-pbo) S 24471 24471 23064 0 -1 4202496 10208 30157 0 0 92 45 106 18 20 0 1 0 280065412 97337344 18944 33554432000 4194304 5992684 140735979136368 140735979128688 5175646 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 38 0 0
/proc/24472/statm: 23764 18944 189 440 0 23320 0
[pid=24484] ppid=24472 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/24484/stat : 24484 (satsolver.sh) S 24472 24471 23064 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 280065714 9367552 267 33554432000 4194304 5064252 140734278852784 140734278851696 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/24484/statm: 2287 267 226 213 0 72 0
[pid=24485] ppid=24484 vsize=174328 CPUtime=3.26 cores=1,3,5,7
/proc/24485/stat : 24485 (glucose) R 24484 24471 23064 0 -1 4202496 32006 0 0 0 317 9 0 0 20 0 1 0 280065715 178511872 36554 33554432000 4194304 5208918 140736955855328 140736955853288 4229319 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/24485/statm: 43582 36554 103 248 0 43331 0
Current children cumulated CPU time (s) 5.87
Current children cumulated vsize (KiB) 287680

[startup+12.707 s]
/proc/loadavg: 2.08 2.02 2.00 3/183 24485
/proc/meminfo: memFree=29719256/32873844 swapFree=7620/7620
[pid=24471] ppid=24469 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/24471/stat : 24471 (npSolver-pbo.sh) S 24469 24471 23064 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 280065412 9367552 274 33554432000 4194304 5064252 140736989487376 140736989486288 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/24471/statm: 2287 274 233 213 0 72 0
[pid=24472] ppid=24471 vsize=95056 CPUtime=2.61 cores=1,3,5,7
/proc/24472/stat : 24472 (npSolver-pbo) S 24471 24471 23064 0 -1 4202496 10208 30157 0 0 92 45 106 18 20 0 1 0 280065412 97337344 18944 33554432000 4194304 5992684 140735979136368 140735979128688 5175646 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 38 0 0
/proc/24472/statm: 23764 18944 189 440 0 23320 0
[pid=24484] ppid=24472 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/24484/stat : 24484 (satsolver.sh) S 24472 24471 23064 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 280065714 9367552 267 33554432000 4194304 5064252 140734278852784 140734278851696 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/24484/statm: 2287 267 226 213 0 72 0
[pid=24485] ppid=24484 vsize=206424 CPUtime=9.67 cores=1,3,5,7
/proc/24485/stat : 24485 (glucose) R 24484 24471 23064 0 -1 4202496 33481 0 0 0 954 13 0 0 20 0 1 0 280065715 211378176 42703 33554432000 4194304 5208918 140736955855328 140736955853288 4229517 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/24485/statm: 51606 42703 103 248 0 51355 0
Current children cumulated CPU time (s) 12.28
Current children cumulated vsize (KiB) 319776

[startup+25.5005 s]
/proc/loadavg: 2.06 2.02 2.00 3/183 24485
/proc/meminfo: memFree=29692016/32873844 swapFree=7620/7620
[pid=24471] ppid=24469 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/24471/stat : 24471 (npSolver-pbo.sh) S 24469 24471 23064 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 280065412 9367552 274 33554432000 4194304 5064252 140736989487376 140736989486288 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/24471/statm: 2287 274 233 213 0 72 0
[pid=24472] ppid=24471 vsize=95056 CPUtime=2.61 cores=1,3,5,7
/proc/24472/stat : 24472 (npSolver-pbo) S 24471 24471 23064 0 -1 4202496 10208 30157 0 0 92 45 106 18 20 0 1 0 280065412 97337344 18944 33554432000 4194304 5992684 140735979136368 140735979128688 5175646 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 38 0 0
/proc/24472/statm: 23764 18944 189 440 0 23320 0
[pid=24484] ppid=24472 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/24484/stat : 24484 (satsolver.sh) S 24472 24471 23064 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 280065714 9367552 267 33554432000 4194304 5064252 140734278852784 140734278851696 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/24484/statm: 2287 267 226 213 0 72 0
[pid=24485] ppid=24484 vsize=258268 CPUtime=22.46 cores=1,3,5,7
/proc/24485/stat : 24485 (glucose) R 24484 24471 23064 0 -1 4202496 38232 0 0 0 2223 23 0 0 20 0 1 0 280065715 264466432 51104 33554432000 4194304 5208918 140736955855328 140736955853176 4229984 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/24485/statm: 64567 51104 103 248 0 64316 0
Current children cumulated CPU time (s) 25.07
Current children cumulated vsize (KiB) 371620

[startup+51.1005 s]
/proc/loadavg: 2.04 2.02 2.00 3/183 24492
/proc/meminfo: memFree=29793344/32873844 swapFree=7620/7620
[pid=24471] ppid=24469 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/24471/stat : 24471 (npSolver-pbo.sh) S 24469 24471 23064 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 280065412 9367552 274 33554432000 4194304 5064252 140736989487376 140736989486288 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/24471/statm: 2287 274 233 213 0 72 0
[pid=24472] ppid=24471 vsize=95056 CPUtime=2.61 cores=1,3,5,7
/proc/24472/stat : 24472 (npSolver-pbo) S 24471 24471 23064 0 -1 4202496 10208 30157 0 0 92 45 106 18 20 0 1 0 280065412 97337344 18944 33554432000 4194304 5992684 140735979136368 140735979128688 5175646 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 38 0 0
/proc/24472/statm: 23764 18944 189 440 0 23320 0
[pid=24484] ppid=24472 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/24484/stat : 24484 (satsolver.sh) S 24472 24471 23064 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 280065714 9367552 267 33554432000 4194304 5064252 140734278852784 140734278851696 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/24484/statm: 2287 267 226 213 0 72 0
[pid=24485] ppid=24484 vsize=211224 CPUtime=48.06 cores=1,3,5,7
/proc/24485/stat : 24485 (glucose) R 24484 24471 23064 0 -1 4202496 44244 0 0 0 4768 38 0 0 20 0 1 0 280065715 216293376 49944 33554432000 4194304 5208918 140736955855328 140736955853176 4229365 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/24485/statm: 52806 49944 103 248 0 52555 0
Current children cumulated CPU time (s) 50.67
Current children cumulated vsize (KiB) 324576

[startup+102.3 s]
/proc/loadavg: 2.02 2.01 2.00 3/183 24506
/proc/meminfo: memFree=30066256/32873844 swapFree=7620/7620
[pid=24471] ppid=24469 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/24471/stat : 24471 (npSolver-pbo.sh) S 24469 24471 23064 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 280065412 9367552 274 33554432000 4194304 5064252 140736989487376 140736989486288 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/24471/statm: 2287 274 233 213 0 72 0
[pid=24472] ppid=24471 vsize=86104 CPUtime=82.05 cores=1,3,5,7
/proc/24472/stat : 24472 (npSolver-pbo) S 24471 24471 23064 0 -1 4202496 16623 85159 0 0 154 54 7910 87 20 0 1 0 280065412 88170496 14690 33554432000 4194304 5992684 140735979136368 140735979128688 5175646 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 38 0 0
/proc/24472/statm: 21526 14690 189 440 0 21082 0
[pid=24505] ppid=24472 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/24505/stat : 24505 (satsolver.sh) S 24472 24471 23064 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 280073660 9367552 266 33554432000 4194304 5064252 140734359814544 140734359813456 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/24505/statm: 2287 266 226 213 0 72 0
[pid=24506] ppid=24505 vsize=149496 CPUtime=19.81 cores=1,3,5,7
/proc/24506/stat : 24506 (glucose) R 24505 24471 23064 0 -1 4202496 28750 0 0 0 1973 8 0 0 20 0 1 0 280073660 153083904 32358 33554432000 4194304 5208918 140735486025296 140735486023128 4229319 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/24506/statm: 37374 32358 105 248 0 37123 0
Current children cumulated CPU time (s) 101.86
Current children cumulated vsize (KiB) 253896

[startup+162.307 s]
/proc/loadavg: 2.04 2.02 2.00 3/183 24520
/proc/meminfo: memFree=30069800/32873844 swapFree=7620/7620
[pid=24471] ppid=24469 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/24471/stat : 24471 (npSolver-pbo.sh) S 24469 24471 23064 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 280065412 9367552 274 33554432000 4194304 5064252 140736989487376 140736989486288 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/24471/statm: 2287 274 233 213 0 72 0
[pid=24472] ppid=24471 vsize=52140 CPUtime=119.51 cores=1,3,5,7
/proc/24472/stat : 24472 (npSolver-pbo) S 24471 24471 23064 0 -1 4202496 27078 152018 0 0 249 69 11497 136 20 0 1 0 280065412 53391360 11319 33554432000 4194304 5992684 140735979136368 140735979128688 5175646 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 38 0 0
/proc/24472/statm: 13035 11319 189 440 0 12591 0
[pid=24519] ppid=24472 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/24519/stat : 24519 (satsolver.sh) S 24472 24471 23064 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 280077406 9367552 267 33554432000 4194304 5064252 140735852055856 140735852054768 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/24519/statm: 2287 267 226 213 0 72 0
[pid=24520] ppid=24519 vsize=144896 CPUtime=42.35 cores=1,3,5,7
/proc/24520/stat : 24520 (glucose) R 24519 24471 23064 0 -1 4202496 25558 0 0 0 4226 9 0 0 20 0 1 0 280077406 148373504 34035 33554432000 4194304 5208918 140735890882576 140735890880664 4229251 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/24520/statm: 36224 34035 105 248 0 35973 0
Current children cumulated CPU time (s) 161.86
Current children cumulated vsize (KiB) 215332

[startup+222.3 s]
/proc/loadavg: 2.01 2.02 2.00 3/183 24520
/proc/meminfo: memFree=30042556/32873844 swapFree=7620/7620
[pid=24471] ppid=24469 vsize=9148 CPUtime=0 cores=1,3,5,7

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

/proc/24528/stat : 24528 (glucose) R 24527 24471 23064 0 -1 4202496 35112 0 0 0 107011 37 0 0 20 0 1 0 280094574 213356544 49775 33554432000 4194304 5208918 140736351720320 140736351716696 4229365 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/24528/statm: 52089 49775 105 248 0 51838 0
Current children cumulated CPU time (s) 1361.65
Current children cumulated vsize (KiB) 311156

[startup+1422.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 24538
/proc/meminfo: memFree=29965716/32873844 swapFree=7620/7620
[pid=24471] ppid=24469 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/24471/stat : 24471 (npSolver-pbo.sh) S 24469 24471 23064 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 280065412 9367552 274 33554432000 4194304 5064252 140736989487376 140736989486288 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/24471/statm: 2287 274 233 213 0 72 0
[pid=24472] ppid=24471 vsize=84504 CPUtime=291.17 cores=1,3,5,7
/proc/24472/stat : 24472 (npSolver-pbo) S 24471 24471 23064 0 -1 4202496 31376 184444 0 0 286 75 28595 161 20 0 1 0 280065412 86532096 18354 33554432000 4194304 5992684 140735979136368 140735979128688 5175646 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 38 0 0
/proc/24472/statm: 21126 18354 189 440 0 20682 0
[pid=24527] ppid=24472 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/24527/stat : 24527 (satsolver.sh) S 24472 24471 23064 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 280094574 9367552 267 33554432000 4194304 5064252 140734991690192 140734991689104 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/24527/statm: 2287 267 226 213 0 72 0
[pid=24528] ppid=24527 vsize=208356 CPUtime=1130.46 cores=1,3,5,7
/proc/24528/stat : 24528 (glucose) R 24527 24471 23064 0 -1 4202496 36256 0 0 0 113005 41 0 0 20 0 1 0 280094574 213356544 46191 33554432000 4194304 5208918 140736351720320 140736351716632 4211553 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/24528/statm: 52089 46191 105 248 0 51838 0
Current children cumulated CPU time (s) 1421.63
Current children cumulated vsize (KiB) 311156

[startup+1482.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 24538
/proc/meminfo: memFree=29979976/32873844 swapFree=7620/7620
[pid=24471] ppid=24469 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/24471/stat : 24471 (npSolver-pbo.sh) S 24469 24471 23064 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 280065412 9367552 274 33554432000 4194304 5064252 140736989487376 140736989486288 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/24471/statm: 2287 274 233 213 0 72 0
[pid=24472] ppid=24471 vsize=84504 CPUtime=291.17 cores=1,3,5,7
/proc/24472/stat : 24472 (npSolver-pbo) S 24471 24471 23064 0 -1 4202496 31376 184444 0 0 286 75 28595 161 20 0 1 0 280065412 86532096 18354 33554432000 4194304 5992684 140735979136368 140735979128688 5175646 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 38 0 0
/proc/24472/statm: 21126 18354 189 440 0 20682 0
[pid=24527] ppid=24472 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/24527/stat : 24527 (satsolver.sh) S 24472 24471 23064 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 280094574 9367552 267 33554432000 4194304 5064252 140734991690192 140734991689104 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/24527/statm: 2287 267 226 213 0 72 0
[pid=24528] ppid=24527 vsize=177536 CPUtime=1190.46 cores=1,3,5,7
/proc/24528/stat : 24528 (glucose) R 24527 24471 23064 0 -1 4202496 36806 0 0 0 119003 43 0 0 20 0 1 0 280094574 181796864 40492 33554432000 4194304 5208918 140736351720320 140736351718408 4211584 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/24528/statm: 44384 40492 105 248 0 44133 0
Current children cumulated CPU time (s) 1481.63
Current children cumulated vsize (KiB) 280336

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 24539
/proc/meminfo: memFree=29971180/32873844 swapFree=7620/7620
[pid=24471] ppid=24469 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/24471/stat : 24471 (npSolver-pbo.sh) S 24469 24471 23064 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 280065412 9367552 274 33554432000 4194304 5064252 140736989487376 140736989486288 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/24471/statm: 2287 274 233 213 0 72 0
[pid=24472] ppid=24471 vsize=84504 CPUtime=291.17 cores=1,3,5,7
/proc/24472/stat : 24472 (npSolver-pbo) S 24471 24471 23064 0 -1 4202496 31376 184444 0 0 286 75 28595 161 20 0 1 0 280065412 86532096 18354 33554432000 4194304 5992684 140735979136368 140735979128688 5175646 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 38 0 0
/proc/24472/statm: 21126 18354 189 440 0 20682 0
[pid=24527] ppid=24472 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/24527/stat : 24527 (satsolver.sh) S 24472 24471 23064 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 280094574 9367552 267 33554432000 4194304 5064252 140734991690192 140734991689104 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/24527/statm: 2287 267 226 213 0 72 0
[pid=24528] ppid=24527 vsize=186940 CPUtime=1250.45 cores=1,3,5,7
/proc/24528/stat : 24528 (glucose) R 24527 24471 23064 0 -1 4202496 37957 0 0 0 124999 46 0 0 20 0 1 0 280094574 191426560 40795 33554432000 4194304 5208918 140736351720320 140736351718312 4211901 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/24528/statm: 46735 40795 105 248 0 46484 0
Current children cumulated CPU time (s) 1541.62
Current children cumulated vsize (KiB) 289740

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/184 24542
/proc/meminfo: memFree=29932504/32873844 swapFree=7620/7620
[pid=24471] ppid=24469 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/24471/stat : 24471 (npSolver-pbo.sh) S 24469 24471 23064 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 280065412 9367552 274 33554432000 4194304 5064252 140736989487376 140736989486288 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/24471/statm: 2287 274 233 213 0 72 0
[pid=24472] ppid=24471 vsize=84504 CPUtime=291.17 cores=1,3,5,7
/proc/24472/stat : 24472 (npSolver-pbo) S 24471 24471 23064 0 -1 4202496 31376 184444 0 0 286 75 28595 161 20 0 1 0 280065412 86532096 18354 33554432000 4194304 5992684 140735979136368 140735979128688 5175646 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 38 0 0
/proc/24472/statm: 21126 18354 189 440 0 20682 0
[pid=24527] ppid=24472 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/24527/stat : 24527 (satsolver.sh) S 24472 24471 23064 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 280094574 9367552 267 33554432000 4194304 5064252 140734991690192 140734991689104 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/24527/statm: 2287 267 226 213 0 72 0
[pid=24528] ppid=24527 vsize=217760 CPUtime=1310.43 cores=1,3,5,7
/proc/24528/stat : 24528 (glucose) R 24527 24471 23064 0 -1 4202496 38555 0 0 0 130997 46 0 0 20 0 1 0 280094574 222986240 46494 33554432000 4194304 5208918 140736351720320 140736351718472 4211553 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/24528/statm: 54440 46494 105 248 0 54189 0
Current children cumulated CPU time (s) 1601.6
Current children cumulated vsize (KiB) 320560

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 24542
/proc/meminfo: memFree=29930548/32873844 swapFree=7624/7624
[pid=24471] ppid=24469 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/24471/stat : 24471 (npSolver-pbo.sh) S 24469 24471 23064 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 280065412 9367552 274 33554432000 4194304 5064252 140736989487376 140736989486288 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/24471/statm: 2287 274 233 213 0 72 0
[pid=24472] ppid=24471 vsize=84504 CPUtime=291.17 cores=1,3,5,7
/proc/24472/stat : 24472 (npSolver-pbo) S 24471 24471 23064 0 -1 4202496 31376 184444 0 0 286 75 28595 161 20 0 1 0 280065412 86532096 18354 33554432000 4194304 5992684 140735979136368 140735979128688 5175646 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 38 0 0
/proc/24472/statm: 21126 18354 189 440 0 20682 0
[pid=24527] ppid=24472 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/24527/stat : 24527 (satsolver.sh) S 24472 24471 23064 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 280094574 9367552 267 33554432000 4194304 5064252 140734991690192 140734991689104 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/24527/statm: 2287 267 226 213 0 72 0
[pid=24528] ppid=24527 vsize=186940 CPUtime=1370.43 cores=1,3,5,7
/proc/24528/stat : 24528 (glucose) R 24527 24471 23064 0 -1 4202496 38814 0 0 0 136994 49 0 0 20 0 1 0 280094574 191426560 43867 33554432000 4194304 5208918 140736351720320 140736351718408 4229296 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/24528/statm: 46735 43867 105 248 0 46484 0
Current children cumulated CPU time (s) 1661.6
Current children cumulated vsize (KiB) 289740

[startup+1722.3 s]
/proc/loadavg: 2.04 2.01 2.00 3/183 24542
/proc/meminfo: memFree=29893748/32873844 swapFree=7620/7620
[pid=24471] ppid=24469 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/24471/stat : 24471 (npSolver-pbo.sh) S 24469 24471 23064 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 280065412 9367552 274 33554432000 4194304 5064252 140736989487376 140736989486288 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/24471/statm: 2287 274 233 213 0 72 0
[pid=24472] ppid=24471 vsize=84504 CPUtime=291.17 cores=1,3,5,7
/proc/24472/stat : 24472 (npSolver-pbo) S 24471 24471 23064 0 -1 4202496 31376 184444 0 0 286 75 28595 161 20 0 1 0 280065412 86532096 18354 33554432000 4194304 5992684 140735979136368 140735979128688 5175646 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 38 0 0
/proc/24472/statm: 21126 18354 189 440 0 20682 0
[pid=24527] ppid=24472 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/24527/stat : 24527 (satsolver.sh) S 24472 24471 23064 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 280094574 9367552 267 33554432000 4194304 5064252 140734991690192 140734991689104 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/24527/statm: 2287 267 226 213 0 72 0
[pid=24528] ppid=24527 vsize=217760 CPUtime=1430.42 cores=1,3,5,7
/proc/24528/stat : 24528 (glucose) R 24527 24471 23064 0 -1 4202496 39409 0 0 0 142992 50 0 0 20 0 1 0 280094574 222986240 50078 33554432000 4194304 5208918 140736351720320 140736351716696 4229688 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/24528/statm: 54440 50078 105 248 0 54189 0
Current children cumulated CPU time (s) 1721.59
Current children cumulated vsize (KiB) 320560

[startup+1782.3 s]
/proc/loadavg: 2.01 2.01 2.00 3/183 24542
/proc/meminfo: memFree=29919704/32873844 swapFree=7620/7620
[pid=24471] ppid=24469 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/24471/stat : 24471 (npSolver-pbo.sh) S 24469 24471 23064 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 280065412 9367552 274 33554432000 4194304 5064252 140736989487376 140736989486288 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/24471/statm: 2287 274 233 213 0 72 0
[pid=24472] ppid=24471 vsize=84504 CPUtime=291.17 cores=1,3,5,7
/proc/24472/stat : 24472 (npSolver-pbo) S 24471 24471 23064 0 -1 4202496 31376 184444 0 0 286 75 28595 161 20 0 1 0 280065412 86532096 18354 33554432000 4194304 5992684 140735979136368 140735979128688 5175646 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 38 0 0
/proc/24472/statm: 21126 18354 189 440 0 20682 0
[pid=24527] ppid=24472 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/24527/stat : 24527 (satsolver.sh) S 24472 24471 23064 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 280094574 9367552 267 33554432000 4194304 5064252 140734991690192 140734991689104 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/24527/statm: 2287 267 226 213 0 72 0
[pid=24528] ppid=24527 vsize=217760 CPUtime=1490.41 cores=1,3,5,7
/proc/24528/stat : 24528 (glucose) R 24527 24471 23064 0 -1 4202496 40240 0 0 0 148989 52 0 0 20 0 1 0 280094574 222986240 47518 33554432000 4194304 5208918 140736351720320 140736351718472 4211521 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/24528/statm: 54440 47518 105 248 0 54189 0
Current children cumulated CPU time (s) 1781.58
Current children cumulated vsize (KiB) 320560



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.8 s]
/proc/loadavg: 2.01 2.00 2.00 4/182 24608
/proc/meminfo: memFree=30635940/32873844 swapFree=7620/7620
[pid=24471] ppid=24469 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/24471/stat : 24471 (npSolver-pbo.sh) S 24469 24471 23064 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 280065412 9367552 274 33554432000 4194304 5064252 140736989487376 140736989486288 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/24471/statm: 2287 274 233 213 0 72 0
[pid=24472] ppid=24471 vsize=84504 CPUtime=291.17 cores=1,3,5,7
/proc/24472/stat : 24472 (npSolver-pbo) S 24471 24471 23064 0 -1 4202496 31376 184444 0 0 286 75 28595 161 20 0 1 0 280065412 86532096 18354 33554432000 4194304 5992684 140735979136368 140735979128688 5175646 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 38 0 0
/proc/24472/statm: 21126 18354 189 440 0 20682 0
[pid=24527] ppid=24472 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/24527/stat : 24527 (satsolver.sh) S 24472 24471 23064 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 280094574 9367552 267 33554432000 4194304 5064252 140734991690192 140734991689104 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/24527/statm: 2287 267 226 213 0 72 0
[pid=24528] ppid=24527 vsize=217760 CPUtime=1508.91 cores=1,3,5,7
/proc/24528/stat : 24528 (glucose) R 24527 24471 23064 0 -1 4202496 40242 0 0 0 150839 52 0 0 20 0 1 0 280094574 222986240 48542 33554432000 4194304 5208918 140736351720320 140736351716696 4211792 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/24528/statm: 54440 48542 105 248 0 54189 0
Current children cumulated CPU time (s) 1800.08
Current children cumulated vsize (KiB) 320560

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 24471 and gives
#  childrusage.ru_utime.tv_sec=288
#  childrusage.ru_utime.tv_usec=821092
#  childrusage.ru_stime.tv_sec=2
#  childrusage.ru_stime.tv_usec=369639
# CPU time returned by wait4() is 291.191
# 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): 1801.6
CPU time (s): 1800.08
CPU user time (s): 1797.2
CPU system time (s): 2.88
CPU usage (%): 99.9157
Max. virtual memory (cumulated for all children) (KiB): 456464

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 288.821
system time used= 2.36964
maximum resident set size= 279320
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 216797
page faults= 0
swaps= 0
block input operations= 0
block output operations= 450504
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 2437
involuntary context switches= 385

runsolver used 6.89395 second user time and 19.2221 second system time

The end

Launcher Data

Begin job on node143 at 2012-05-27 19:23:30
IDJOB=3700925
IDBENCH=92748
IDSOLVER=2277
FILE ID=node143/3700925-1338139410
RUNJOBID= node143-1338124293-23081
PBS_JOBID= 14624509
Free space on /tmp= 71408 MiB

SOLVER NAME= npSolver 1.0
BENCH NAME= PB12/normalized-PB12/OPT-BIGINT-LIN/zahidi/Base/normalized-minisat50_4_16_1.opb
COMMAND LINE= DIR/npSolver-pbo.sh BENCHNAME RANDOMSEED TMPDIR DIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3700925-1338139410/watcher-3700925-1338139410 -o /tmp/evaluation-result-3700925-1338139410/solver-3700925-1338139410 -C 1800 -W 1900 -M 15500  HOME/npSolver-pbo.sh HOME/instance-3700925-1338139410.opb 1512406893 HOME HOME

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

MD5SUM BENCH= 8a23e88f34ee33e636d3b24522832f27
RANDOM SEED=1512406893

node143.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.787
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.57
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.787
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.787
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.787
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.787
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.90
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.787
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	: 5298.57
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.787
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.787
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:       32873844 kB
MemFree:        30082628 kB
Buffers:          355104 kB
Cached:           734104 kB
SwapCached:            0 kB
Active:          1661220 kB
Inactive:         289792 kB
Active(anon):     851500 kB
Inactive(anon):    12524 kB
Active(file):     809720 kB
Inactive(file):   277268 kB
Unevictable:        7620 kB
Mlocked:            7620 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:            273788 kB
Writeback:             0 kB
AnonPages:        801692 kB
Mapped:            15232 kB
Shmem:               200 kB
Slab:             697808 kB
SReclaimable:     139632 kB
SUnreclaim:       558176 kB
KernelStack:        1520 kB
PageTables:         5480 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:    1147308 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:    258048 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= 71564 MiB
End job on node143 at 2012-05-27 19:53:32