Trace number 3700924

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.03 1800.62

General information on the benchmark

Name/OPT-BIGINT-LIN/zahidi/Base/
normalized-minisat50_4_16_0.opb
MD5SUMd0955493ad3dd18776a949983101631a
Bench CategoryOPT-BIGINT-LIN (optimisation, big integers, linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark2908167
Best CPU time to get the best result obtained on this benchmark1800.12
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 153130375
Number of bits for the biggest coefficient in the objective function 28
Sum of the numbers in the objective function 41352812606
Number of bits of the sum of numbers in the objective function 36
Biggest number in a constraint 153130375
Number of bits of the biggest number in a constraint 28
Biggest sum of numbers in a constraint 41352812606
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.21/1.33	c model valid
1.21/1.33	c current solution ok
1.67/1.71	o 504085007
1.67/1.71	c current bound: 252042528
1.67/1.71	c fallback to adder encoding
5.36/6.15	c model valid
5.36/6.15	c current solution ok
5.36/6.17	o 224073515
5.36/6.17	c current bound: 112036782
5.36/6.17	c fallback to adder encoding
12.86/13.15	c model valid
12.86/13.15	c current solution ok
12.86/13.17	o 95310769
12.86/13.17	c current bound: 47655409
12.86/13.17	c fallback to adder encoding
18.92/19.65	c model valid
18.92/19.65	c current solution ok
18.92/19.67	o 36758631
18.92/19.67	c current bound: 18379340
18.92/19.67	c fallback to adder encoding
256.11/256.42	c model valid
256.11/256.42	c current solution ok
256.11/256.44	o 14894109
256.11/256.44	c current bound: 7447079
256.11/256.44	c fallback to adder encoding
666.24/666.67	c model valid
666.24/666.67	c current solution ok
666.24/666.68	o 7414699
666.24/666.68	c current bound: 3707374
666.24/666.68	c fallback to adder encoding
1800.03/1800.61	c error: unexpected solver exit code
1800.03/1800.61	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-3700924-1338141194/watcher-3700924-1338141194 -o /tmp/evaluation-result-3700924-1338141194/solver-3700924-1338141194 -C 1800 -W 1900 -M 15500 HOME/npSolver-pbo.sh HOME/instance-3700924-1338141194.opb 1798937127 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: 2.01 2.01 2.00 3/179 24580
/proc/meminfo: memFree=30899320/32873844 swapFree=7620/7620
[pid=24580] ppid=24578 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/24580/stat : 24580 (npSolver-pbo.sh) S 24578 24580 23064 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 280243801 9367552 274 33554432000 4194304 5064252 140735449673968 140735449672880 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/24580/statm: 2287 274 233 213 0 72 0

[startup+0.0887929 s]
/proc/loadavg: 2.01 2.01 2.00 3/179 24580
/proc/meminfo: memFree=30899320/32873844 swapFree=7620/7620
[pid=24580] ppid=24578 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/24580/stat : 24580 (npSolver-pbo.sh) S 24578 24580 23064 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 280243801 9367552 274 33554432000 4194304 5064252 140735449673968 140735449672880 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/24580/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.100357 s]
/proc/loadavg: 2.01 2.01 2.00 3/179 24580
/proc/meminfo: memFree=30899320/32873844 swapFree=7620/7620
[pid=24580] ppid=24578 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/24580/stat : 24580 (npSolver-pbo.sh) S 24578 24580 23064 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 280243801 9367552 274 33554432000 4194304 5064252 140735449673968 140735449672880 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/24580/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.300281 s]
/proc/loadavg: 2.01 2.01 2.00 3/179 24580
/proc/meminfo: memFree=30899320/32873844 swapFree=7620/7620
[pid=24580] ppid=24578 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/24580/stat : 24580 (npSolver-pbo.sh) S 24578 24580 23064 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 280243801 9367552 274 33554432000 4194304 5064252 140735449673968 140735449672880 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/24580/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.700298 s]
/proc/loadavg: 2.01 2.01 2.00 3/179 24580
/proc/meminfo: memFree=30899320/32873844 swapFree=7620/7620
[pid=24580] ppid=24578 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/24580/stat : 24580 (npSolver-pbo.sh) S 24578 24580 23064 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 280243801 9367552 274 33554432000 4194304 5064252 140735449673968 140735449672880 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/24580/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+1.5003 s]
/proc/loadavg: 2.01 2.01 2.00 3/183 24584
/proc/meminfo: memFree=30801804/32873844 swapFree=7620/7620
[pid=24580] ppid=24578 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/24580/stat : 24580 (npSolver-pbo.sh) S 24578 24580 23064 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 280243801 9367552 274 33554432000 4194304 5064252 140735449673968 140735449672880 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/24580/statm: 2287 274 233 213 0 72 0
[pid=24581] ppid=24580 vsize=18072 CPUtime=1.48 cores=0,2,4,6
/proc/24581/stat : 24581 (npSolver-pbo) R 24580 24580 23064 0 -1 4202496 4581 29644 0 0 19 16 98 15 20 0 1 0 280243801 18505728 3544 33554432000 4194304 5992684 140733310786512 140733310781120 5179696 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/24581/statm: 4518 3544 179 440 0 4074 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 27220

[startup+3.10037 s]
/proc/loadavg: 2.01 2.01 2.00 3/181 24592
/proc/meminfo: memFree=30834156/32873844 swapFree=7620/7620
[pid=24580] ppid=24578 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/24580/stat : 24580 (npSolver-pbo.sh) S 24578 24580 23064 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 280243801 9367552 274 33554432000 4194304 5064252 140735449673968 140735449672880 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/24580/statm: 2287 274 233 213 0 72 0
[pid=24581] ppid=24580 vsize=95340 CPUtime=2.54 cores=0,2,4,6
/proc/24581/stat : 24581 (npSolver-pbo) S 24580 24580 23064 0 -1 4202496 10001 30160 0 0 95 44 99 16 20 0 1 0 280243801 97628160 19649 33554432000 4194304 5992684 140733310786512 140733310778832 5175646 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 20 0 0
/proc/24581/statm: 23835 19649 189 440 0 23391 0
Current children cumulated CPU time (s) 2.54
Current children cumulated vsize (KiB) 104488

[startup+6.30037 s]
/proc/loadavg: 2.01 2.01 2.00 3/183 24594
/proc/meminfo: memFree=30601312/32873844 swapFree=7620/7620
[pid=24580] ppid=24578 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/24580/stat : 24580 (npSolver-pbo.sh) S 24578 24580 23064 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 280243801 9367552 274 33554432000 4194304 5064252 140735449673968 140735449672880 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/24580/statm: 2287 274 233 213 0 72 0
[pid=24581] ppid=24580 vsize=37756 CPUtime=6.07 cores=0,2,4,6
/proc/24581/stat : 24581 (npSolver-pbo) R 24580 24580 23064 0 -1 4202496 14173 70881 0 0 109 44 404 50 20 0 1 0 280243801 38662144 8391 33554432000 4194304 5992684 140733310786512 140733310780840 4571359 0 0 4096 0 0 0 0 17 2 0 0 20 0 0
/proc/24581/statm: 9439 8391 189 440 0 8995 0
Current children cumulated CPU time (s) 6.07
Current children cumulated vsize (KiB) 46904

[startup+12.7004 s]
/proc/loadavg: 2.01 2.01 2.00 3/183 24601
/proc/meminfo: memFree=30615452/32873844 swapFree=7620/7620
[pid=24580] ppid=24578 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/24580/stat : 24580 (npSolver-pbo.sh) S 24578 24580 23064 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 280243801 9367552 274 33554432000 4194304 5064252 140735449673968 140735449672880 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/24580/statm: 2287 274 233 213 0 72 0
[pid=24581] ppid=24580 vsize=86912 CPUtime=12.38 cores=0,2,4,6
/proc/24581/stat : 24581 (npSolver-pbo) S 24580 24580 23064 0 -1 4202496 16023 102820 0 0 169 53 955 61 20 0 1 0 280243801 88997888 17062 33554432000 4194304 5992684 140733310786512 140733310778320 5175646 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 20 0 0
/proc/24581/statm: 21728 17062 189 440 0 21284 0
Current children cumulated CPU time (s) 12.38
Current children cumulated vsize (KiB) 96060

[startup+25.5004 s]
/proc/loadavg: 2.15 2.04 2.01 3/183 24661
/proc/meminfo: memFree=30856816/32873844 swapFree=7620/7620
[pid=24580] ppid=24578 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/24580/stat : 24580 (npSolver-pbo.sh) S 24578 24580 23064 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 280243801 9367552 274 33554432000 4194304 5064252 140735449673968 140735449672880 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/24580/statm: 2287 274 233 213 0 72 0
[pid=24581] ppid=24580 vsize=85972 CPUtime=20.1 cores=0,2,4,6
/proc/24581/stat : 24581 (npSolver-pbo) S 24580 24580 23064 0 -1 4202496 27594 146187 0 0 294 71 1531 114 20 0 1 0 280243801 88035328 14267 33554432000 4194304 5992684 140733310786512 140733310778832 5175646 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 20 0 0
/proc/24581/statm: 21493 14267 189 440 0 21049 0
[pid=24657] ppid=24581 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/24657/stat : 24657 (satsolver.sh) S 24581 24580 23064 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 280245832 9367552 266 33554432000 4194304 5064252 140735604318224 140735604317136 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/24657/statm: 2287 266 226 213 0 72 0
[pid=24658] ppid=24657 vsize=143416 CPUtime=5.17 cores=0,2,4,6
/proc/24658/stat : 24658 (glucose) R 24657 24580 23064 0 -1 4202496 26167 0 0 0 512 5 0 0 20 0 1 0 280245832 146857984 30667 33554432000 4194304 5208918 140734605451952 140734605449624 4229365 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/24658/statm: 35854 30667 104 248 0 35603 0
Current children cumulated CPU time (s) 25.27
Current children cumulated vsize (KiB) 247684

[startup+51.1004 s]
/proc/loadavg: 2.10 2.03 2.01 3/183 24661
/proc/meminfo: memFree=30849500/32873844 swapFree=7620/7620
[pid=24580] ppid=24578 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/24580/stat : 24580 (npSolver-pbo.sh) S 24578 24580 23064 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 280243801 9367552 274 33554432000 4194304 5064252 140735449673968 140735449672880 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/24580/statm: 2287 274 233 213 0 72 0
[pid=24581] ppid=24580 vsize=85972 CPUtime=20.1 cores=0,2,4,6
/proc/24581/stat : 24581 (npSolver-pbo) S 24580 24580 23064 0 -1 4202496 27594 146187 0 0 294 71 1531 114 20 0 1 0 280243801 88035328 14267 33554432000 4194304 5992684 140733310786512 140733310778832 5175646 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 20 0 0
/proc/24581/statm: 21493 14267 189 440 0 21049 0
[pid=24657] ppid=24581 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/24657/stat : 24657 (satsolver.sh) S 24581 24580 23064 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 280245832 9367552 266 33554432000 4194304 5064252 140735604318224 140735604317136 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/24657/statm: 2287 266 226 213 0 72 0
[pid=24658] ppid=24657 vsize=143836 CPUtime=30.77 cores=0,2,4,6
/proc/24658/stat : 24658 (glucose) R 24657 24580 23064 0 -1 4202496 26329 0 0 0 3072 5 0 0 20 0 1 0 280245832 147288064 31340 33554432000 4194304 5208918 140734605451952 140734605449624 4228997 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/24658/statm: 35959 31340 105 248 0 35708 0
Current children cumulated CPU time (s) 50.87
Current children cumulated vsize (KiB) 248104

[startup+102.307 s]
/proc/loadavg: 2.04 2.03 2.00 3/183 24661
/proc/meminfo: memFree=30789576/32873844 swapFree=7620/7620
[pid=24580] ppid=24578 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/24580/stat : 24580 (npSolver-pbo.sh) S 24578 24580 23064 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 280243801 9367552 274 33554432000 4194304 5064252 140735449673968 140735449672880 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/24580/statm: 2287 274 233 213 0 72 0
[pid=24581] ppid=24580 vsize=85972 CPUtime=20.1 cores=0,2,4,6
/proc/24581/stat : 24581 (npSolver-pbo) S 24580 24580 23064 0 -1 4202496 27594 146187 0 0 294 71 1531 114 20 0 1 0 280243801 88035328 14267 33554432000 4194304 5992684 140733310786512 140733310778832 5175646 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 20 0 0
/proc/24581/statm: 21493 14267 189 440 0 21049 0
[pid=24657] ppid=24581 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/24657/stat : 24657 (satsolver.sh) S 24581 24580 23064 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 280245832 9367552 266 33554432000 4194304 5064252 140735604318224 140735604317136 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/24657/statm: 2287 266 226 213 0 72 0
[pid=24658] ppid=24657 vsize=163224 CPUtime=81.97 cores=0,2,4,6
/proc/24658/stat : 24658 (glucose) R 24657 24580 23064 0 -1 4202496 28445 0 0 0 8188 9 0 0 20 0 1 0 280245832 167141376 36068 33554432000 4194304 5208918 140734605451952 140734605449800 4211834 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/24658/statm: 40806 36068 105 248 0 40555 0
Current children cumulated CPU time (s) 102.07
Current children cumulated vsize (KiB) 267492

[startup+162.3 s]
/proc/loadavg: 2.07 2.03 2.00 3/183 24661
/proc/meminfo: memFree=30762560/32873844 swapFree=7620/7620
[pid=24580] ppid=24578 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/24580/stat : 24580 (npSolver-pbo.sh) S 24578 24580 23064 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 280243801 9367552 274 33554432000 4194304 5064252 140735449673968 140735449672880 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/24580/statm: 2287 274 233 213 0 72 0
[pid=24581] ppid=24580 vsize=85972 CPUtime=20.1 cores=0,2,4,6
/proc/24581/stat : 24581 (npSolver-pbo) S 24580 24580 23064 0 -1 4202496 27594 146187 0 0 294 71 1531 114 20 0 1 0 280243801 88035328 14267 33554432000 4194304 5992684 140733310786512 140733310778832 5175646 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 20 0 0
/proc/24581/statm: 21493 14267 189 440 0 21049 0
[pid=24657] ppid=24581 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/24657/stat : 24657 (satsolver.sh) S 24581 24580 23064 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 280245832 9367552 266 33554432000 4194304 5064252 140735604318224 140735604317136 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/24657/statm: 2287 266 226 213 0 72 0
[pid=24658] ppid=24657 vsize=197068 CPUtime=141.93 cores=0,2,4,6
/proc/24658/stat : 24658 (glucose) R 24657 24580 23064 0 -1 4202496 35995 0 0 0 14172 21 0 0 20 0 1 0 280245832 201797632 40293 33554432000 4194304 5208918 140734605451952 140734605450104 4211623 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/24658/statm: 49267 40293 105 248 0 49016 0
Current children cumulated CPU time (s) 162.03
Current children cumulated vsize (KiB) 301336

[startup+222.3 s]
/proc/loadavg: 2.02 2.03 2.00 3/183 24661
/proc/meminfo: memFree=30750588/32873844 swapFree=7620/7620
[pid=24580] ppid=24578 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/24580/stat : 24580 (npSolver-pbo.sh) S 24578 24580 23064 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 280243801 9367552 274 33554432000 4194304 5064252 140735449673968 140735449672880 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/24580/statm: 2287 274 233 213 0 72 0
[pid=24581] ppid=24580 vsize=85972 CPUtime=20.1 cores=0,2,4,6
/proc/24581/stat : 24581 (npSolver-pbo) S 24580 24580 23064 0 -1 4202496 27594 146187 0 0 294 71 1531 114 20 0 1 0 280243801 88035328 14267 33554432000 4194304 5992684 140733310786512 140733310778832 5175646 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 20 0 0
/proc/24581/statm: 21493 14267 189 440 0 21049 0
[pid=24657] ppid=24581 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/24657/stat : 24657 (satsolver.sh) S 24581 24580 23064 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 280245832 9367552 266 33554432000 4194304 5064252 140735604318224 140735604317136 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/24657/statm: 2287 266 226 213 0 72 0
[pid=24658] ppid=24657 vsize=198396 CPUtime=201.92 cores=0,2,4,6
/proc/24658/stat : 24658 (glucose) R 24657 24580 23064 0 -1 4202496 39078 0 0 0 20164 28 0 0 20 0 1 0 280245832 203157504 42362 33554432000 4194304 5208918 140734605451952 140734605450104 4211656 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/24658/statm: 49599 42362 105 248 0 49348 0
Current children cumulated CPU time (s) 222.02

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

/proc/24703/stat : 24703 (glucose) R 24702 24580 23064 0 -1 4202496 28378 0 0 0 69484 20 0 0 20 0 1 0 280310513 230531072 51637 33554432000 4194304 5208918 140737257603552 140737257599928 4229296 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/24703/statm: 56282 51637 105 248 0 56031 0
Current children cumulated CPU time (s) 1361.8
Current children cumulated vsize (KiB) 328280

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 24708
/proc/meminfo: memFree=30703016/32873844 swapFree=7620/7620
[pid=24580] ppid=24578 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/24580/stat : 24580 (npSolver-pbo.sh) S 24578 24580 23064 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 280243801 9367552 274 33554432000 4194304 5064252 140735449673968 140735449672880 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/24580/statm: 2287 274 233 213 0 72 0
[pid=24581] ppid=24580 vsize=84856 CPUtime=666.76 cores=0,2,4,6
/proc/24581/stat : 24581 (npSolver-pbo) S 24580 24580 23064 0 -1 4202496 36793 232438 0 0 381 82 66013 200 20 0 1 0 280243801 86892544 19076 33554432000 4194304 5992684 140733310786512 140733310778832 5175646 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 20 0 0
/proc/24581/statm: 21214 19076 189 440 0 20770 0
[pid=24702] ppid=24581 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/24702/stat : 24702 (satsolver.sh) S 24581 24580 23064 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 280310513 9367552 267 33554432000 4194304 5064252 140734806849488 140734806848400 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/24702/statm: 2287 267 226 213 0 72 0
[pid=24703] ppid=24702 vsize=225128 CPUtime=755.03 cores=0,2,4,6
/proc/24703/stat : 24703 (glucose) R 24702 24580 23064 0 -1 4202496 29086 0 0 0 75481 22 0 0 20 0 1 0 280310513 230531072 51637 33554432000 4194304 5208918 140737257603552 140737257599928 4229469 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/24703/statm: 56282 51637 105 248 0 56031 0
Current children cumulated CPU time (s) 1421.79
Current children cumulated vsize (KiB) 328280

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 24708
/proc/meminfo: memFree=30717488/32873844 swapFree=7620/7620
[pid=24580] ppid=24578 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/24580/stat : 24580 (npSolver-pbo.sh) S 24578 24580 23064 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 280243801 9367552 274 33554432000 4194304 5064252 140735449673968 140735449672880 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/24580/statm: 2287 274 233 213 0 72 0
[pid=24581] ppid=24580 vsize=84856 CPUtime=666.76 cores=0,2,4,6
/proc/24581/stat : 24581 (npSolver-pbo) S 24580 24580 23064 0 -1 4202496 36793 232438 0 0 381 82 66013 200 20 0 1 0 280243801 86892544 19076 33554432000 4194304 5992684 140733310786512 140733310778832 5175646 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 20 0 0
/proc/24581/statm: 21214 19076 189 440 0 20770 0
[pid=24702] ppid=24581 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/24702/stat : 24702 (satsolver.sh) S 24581 24580 23064 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 280310513 9367552 267 33554432000 4194304 5064252 140734806849488 140734806848400 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/24702/statm: 2287 267 226 213 0 72 0
[pid=24703] ppid=24702 vsize=225128 CPUtime=815.01 cores=0,2,4,6
/proc/24703/stat : 24703 (glucose) R 24702 24580 23064 0 -1 4202496 30601 0 0 0 81477 24 0 0 20 0 1 0 280310513 230531072 47541 33554432000 4194304 5208918 140737257603552 140737257601704 4229319 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/24703/statm: 56282 47541 105 248 0 56031 0
Current children cumulated CPU time (s) 1481.77
Current children cumulated vsize (KiB) 328280

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/182 24708
/proc/meminfo: memFree=30731632/32873844 swapFree=7620/7620
[pid=24580] ppid=24578 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/24580/stat : 24580 (npSolver-pbo.sh) S 24578 24580 23064 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 280243801 9367552 274 33554432000 4194304 5064252 140735449673968 140735449672880 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/24580/statm: 2287 274 233 213 0 72 0
[pid=24581] ppid=24580 vsize=84856 CPUtime=666.76 cores=0,2,4,6
/proc/24581/stat : 24581 (npSolver-pbo) S 24580 24580 23064 0 -1 4202496 36793 232438 0 0 381 82 66013 200 20 0 1 0 280243801 86892544 19076 33554432000 4194304 5992684 140733310786512 140733310778832 5175646 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 20 0 0
/proc/24581/statm: 21214 19076 189 440 0 20770 0
[pid=24702] ppid=24581 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/24702/stat : 24702 (satsolver.sh) S 24581 24580 23064 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 280310513 9367552 267 33554432000 4194304 5064252 140734806849488 140734806848400 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/24702/statm: 2287 267 226 213 0 72 0
[pid=24703] ppid=24702 vsize=194308 CPUtime=875 cores=0,2,4,6
/proc/24703/stat : 24703 (glucose) R 24702 24580 23064 0 -1 4202496 31052 0 0 0 87474 26 0 0 20 0 1 0 280310513 198971392 43378 33554432000 4194304 5208918 140737257603552 140737257599864 4229365 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/24703/statm: 48577 43378 105 248 0 48326 0
Current children cumulated CPU time (s) 1541.76
Current children cumulated vsize (KiB) 297460

[startup+1602.3 s]
/proc/loadavg: 2.09 2.03 2.01 3/183 24709
/proc/meminfo: memFree=30699140/32873844 swapFree=7620/7620
[pid=24580] ppid=24578 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/24580/stat : 24580 (npSolver-pbo.sh) S 24578 24580 23064 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 280243801 9367552 274 33554432000 4194304 5064252 140735449673968 140735449672880 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/24580/statm: 2287 274 233 213 0 72 0
[pid=24581] ppid=24580 vsize=84856 CPUtime=666.76 cores=0,2,4,6
/proc/24581/stat : 24581 (npSolver-pbo) S 24580 24580 23064 0 -1 4202496 36793 232438 0 0 381 82 66013 200 20 0 1 0 280243801 86892544 19076 33554432000 4194304 5992684 140733310786512 140733310778832 5175646 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 20 0 0
/proc/24581/statm: 21214 19076 189 440 0 20770 0
[pid=24702] ppid=24581 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/24702/stat : 24702 (satsolver.sh) S 24581 24580 23064 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 280310513 9367552 267 33554432000 4194304 5064252 140734806849488 140734806848400 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/24702/statm: 2287 267 226 213 0 72 0
[pid=24703] ppid=24702 vsize=225128 CPUtime=934.99 cores=0,2,4,6
/proc/24703/stat : 24703 (glucose) R 24702 24580 23064 0 -1 4202496 31653 0 0 0 93472 27 0 0 20 0 1 0 280310513 230531072 52149 33554432000 4194304 5208918 140737257603552 140737257599928 4229319 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/24703/statm: 56282 52149 105 248 0 56031 0
Current children cumulated CPU time (s) 1601.75
Current children cumulated vsize (KiB) 328280

[startup+1662.3 s]
/proc/loadavg: 2.19 2.07 2.02 3/184 24712
/proc/meminfo: memFree=30705140/32873844 swapFree=7620/7620
[pid=24580] ppid=24578 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/24580/stat : 24580 (npSolver-pbo.sh) S 24578 24580 23064 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 280243801 9367552 274 33554432000 4194304 5064252 140735449673968 140735449672880 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/24580/statm: 2287 274 233 213 0 72 0
[pid=24581] ppid=24580 vsize=84856 CPUtime=666.76 cores=0,2,4,6
/proc/24581/stat : 24581 (npSolver-pbo) S 24580 24580 23064 0 -1 4202496 36793 232438 0 0 381 82 66013 200 20 0 1 0 280243801 86892544 19076 33554432000 4194304 5992684 140733310786512 140733310778832 5175646 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 20 0 0
/proc/24581/statm: 21214 19076 189 440 0 20770 0
[pid=24702] ppid=24581 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/24702/stat : 24702 (satsolver.sh) S 24581 24580 23064 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 280310513 9367552 267 33554432000 4194304 5064252 140734806849488 140734806848400 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/24702/statm: 2287 267 226 213 0 72 0
[pid=24703] ppid=24702 vsize=225128 CPUtime=994.98 cores=0,2,4,6
/proc/24703/stat : 24703 (glucose) R 24702 24580 23064 0 -1 4202496 32349 0 0 0 99470 28 0 0 20 0 1 0 280310513 230531072 50613 33554432000 4194304 5208918 140737257603552 140737257599864 4229374 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/24703/statm: 56282 50613 105 248 0 56031 0
Current children cumulated CPU time (s) 1661.74
Current children cumulated vsize (KiB) 328280

[startup+1722.3 s]
/proc/loadavg: 2.10 2.06 2.02 3/183 24712
/proc/meminfo: memFree=30717388/32873844 swapFree=7620/7620
[pid=24580] ppid=24578 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/24580/stat : 24580 (npSolver-pbo.sh) S 24578 24580 23064 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 280243801 9367552 274 33554432000 4194304 5064252 140735449673968 140735449672880 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/24580/statm: 2287 274 233 213 0 72 0
[pid=24581] ppid=24580 vsize=84856 CPUtime=666.76 cores=0,2,4,6
/proc/24581/stat : 24581 (npSolver-pbo) S 24580 24580 23064 0 -1 4202496 36793 232438 0 0 381 82 66013 200 20 0 1 0 280243801 86892544 19076 33554432000 4194304 5992684 140733310786512 140733310778832 5175646 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 20 0 0
/proc/24581/statm: 21214 19076 189 440 0 20770 0
[pid=24702] ppid=24581 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/24702/stat : 24702 (satsolver.sh) S 24581 24580 23064 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 280310513 9367552 267 33554432000 4194304 5064252 140734806849488 140734806848400 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/24702/statm: 2287 267 226 213 0 72 0
[pid=24703] ppid=24702 vsize=225128 CPUtime=1054.98 cores=0,2,4,6
/proc/24703/stat : 24703 (glucose) R 24702 24580 23064 0 -1 4202496 33873 0 0 0 105467 31 0 0 20 0 1 0 280310513 230531072 50101 33554432000 4194304 5208918 140737257603552 140737257601704 4211732 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/24703/statm: 56282 50101 105 248 0 56031 0
Current children cumulated CPU time (s) 1721.74
Current children cumulated vsize (KiB) 328280

[startup+1782.3 s]
/proc/loadavg: 2.07 2.06 2.01 3/183 24712
/proc/meminfo: memFree=30733192/32873844 swapFree=7620/7620
[pid=24580] ppid=24578 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/24580/stat : 24580 (npSolver-pbo.sh) S 24578 24580 23064 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 280243801 9367552 274 33554432000 4194304 5064252 140735449673968 140735449672880 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/24580/statm: 2287 274 233 213 0 72 0
[pid=24581] ppid=24580 vsize=84856 CPUtime=666.76 cores=0,2,4,6
/proc/24581/stat : 24581 (npSolver-pbo) S 24580 24580 23064 0 -1 4202496 36793 232438 0 0 381 82 66013 200 20 0 1 0 280243801 86892544 19076 33554432000 4194304 5992684 140733310786512 140733310778832 5175646 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 20 0 0
/proc/24581/statm: 21214 19076 189 440 0 20770 0
[pid=24702] ppid=24581 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/24702/stat : 24702 (satsolver.sh) S 24581 24580 23064 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 280310513 9367552 267 33554432000 4194304 5064252 140734806849488 140734806848400 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/24702/statm: 2287 267 226 213 0 72 0
[pid=24703] ppid=24702 vsize=194308 CPUtime=1114.95 cores=0,2,4,6
/proc/24703/stat : 24703 (glucose) R 24702 24580 23064 0 -1 4202496 34812 0 0 0 111461 34 0 0 20 0 1 0 280310513 198971392 44914 33554432000 4194304 5208918 140737257603552 140737257601640 4229039 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/24703/statm: 48577 44914 105 248 0 48326 0
Current children cumulated CPU time (s) 1781.71
Current children cumulated vsize (KiB) 297460



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.6 s]
/proc/loadavg: 2.05 2.06 2.01 3/183 24712
/proc/meminfo: memFree=30713336/32873844 swapFree=7620/7620
[pid=24580] ppid=24578 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/24580/stat : 24580 (npSolver-pbo.sh) S 24578 24580 23064 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 280243801 9367552 274 33554432000 4194304 5064252 140735449673968 140735449672880 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/24580/statm: 2287 274 233 213 0 72 0
[pid=24581] ppid=24580 vsize=84856 CPUtime=666.76 cores=0,2,4,6
/proc/24581/stat : 24581 (npSolver-pbo) S 24580 24580 23064 0 -1 4202496 36793 232438 0 0 381 82 66013 200 20 0 1 0 280243801 86892544 19076 33554432000 4194304 5992684 140733310786512 140733310778832 5175646 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 20 0 0
/proc/24581/statm: 21214 19076 189 440 0 20770 0
[pid=24702] ppid=24581 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/24702/stat : 24702 (satsolver.sh) S 24581 24580 23064 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 280310513 9367552 267 33554432000 4194304 5064252 140734806849488 140734806848400 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/24702/statm: 2287 267 226 213 0 72 0
[pid=24703] ppid=24702 vsize=225128 CPUtime=1133.27 cores=0,2,4,6
/proc/24703/stat : 24703 (glucose) R 24702 24580 23064 0 -1 4202496 35400 0 0 0 113292 35 0 0 20 0 1 0 280310513 230531072 48053 33554432000 4194304 5208918 140737257603552 140737257601704 4211605 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/24703/statm: 56282 48053 105 248 0 56031 0
Current children cumulated CPU time (s) 1800.03
Current children cumulated vsize (KiB) 328280

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 24580 and gives
#  childrusage.ru_utime.tv_sec=663
#  childrusage.ru_utime.tv_usec=952063
#  childrusage.ru_stime.tv_sec=2
#  childrusage.ru_stime.tv_usec=836568
# CPU time returned by wait4() is 666.789
# while last known CPU time is 1800.03
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1800.62
CPU time (s): 1800.03
CPU user time (s): 1796.86
CPU system time (s): 3.17
CPU usage (%): 99.9672
Max. virtual memory (cumulated for all children) (KiB): 427688

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 663.952
system time used= 2.83657
maximum resident set size= 270656
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 270207
page faults= 0
swaps= 0
block input operations= 0
block output operations= 605472
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 3344
involuntary context switches= 759

runsolver used 8.50071 second user time and 12.2231 second system time

The end

Launcher Data

Begin job on node143 at 2012-05-27 19:53:14
IDJOB=3700924
IDBENCH=92760
IDSOLVER=2277
FILE ID=node143/3700924-1338141194
RUNJOBID= node143-1338124293-23080
PBS_JOBID= 14624509
Free space on /tmp= 71628 MiB

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

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

MD5SUM BENCH= d0955493ad3dd18776a949983101631a
RANDOM SEED=1798937127

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:        30899320 kB
Buffers:          356316 kB
Cached:           511524 kB
SwapCached:            0 kB
Active:           866372 kB
Inactive:         266888 kB
Active(anon):     255136 kB
Inactive(anon):    12524 kB
Active(file):     611236 kB
Inactive(file):   254364 kB
Unevictable:        7620 kB
Mlocked:            7620 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:              8940 kB
Writeback:             0 kB
AnonPages:        258344 kB
Mapped:            15376 kB
Shmem:               200 kB
Slab:             691196 kB
SReclaimable:     133688 kB
SUnreclaim:       557508 kB
KernelStack:        1520 kB
PageTables:         4504 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     427768 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:    143360 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= 71604 MiB
End job on node143 at 2012-05-27 20:23:15