Trace number 3750485

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 NameAnswerobjective functionCPU timeWall clock time
npSolver 1.0 (fixed)? (TO) 1800.06 1800.92

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB06/
manquiho/logic_synthesis/normalized-C499.b.opb
MD5SUM0b80319f4195f1e1329c2c4b63b416b0
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark45
Best CPU time to get the best result obtained on this benchmark1796.93
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 45
Optimality of the best value was proved NO
Number of variables5203
Total number of constraints19637
Number of constraints which are clauses19637
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint11
Maximum length of a constraint360
Number of terms in the objective function 5203
Biggest coefficient in the objective function 1
Number of bits for the biggest coefficient in the objective function 1
Sum of the numbers in the objective function 5203
Number of bits of the sum of numbers in the objective function 13
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 5203
Number of bits of the biggest sum of numbers13
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

4.54/4.75	c run usual solver
640.02/640.57	c model valid
640.02/640.57	c current solution ok
646.47/647.10	o 1844
646.47/647.10	c current bound: 922
646.47/647.10	c fallback to adder encoding
1060.48/1061.15	c model valid
1060.48/1061.15	c current solution ok
1060.54/1061.31	o 922
1060.54/1061.31	c current bound: 461
1060.54/1061.31	c fallback to adder encoding
1317.90/1318.68	c model valid
1317.90/1318.68	c current solution ok
1318.00/1318.84	o 461
1318.00/1318.84	c current bound: 230
1318.00/1318.84	c (debug) using card networks
1318.00/1318.84	c old isEQ: 230, new EQ is 0
1323.00/1323.80	c model valid
1323.00/1323.80	c current solution ok
1323.10/1323.96	o 105
1323.10/1323.96	c current bound: 52
1323.10/1323.96	c (debug) using card networks
1323.10/1323.96	c old isEQ: 52, new EQ is 0
1800.06/1800.91	c error: unexpected solver exit code
1800.06/1800.91	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-3750485-1339125682/watcher-3750485-1339125682 -o /tmp/evaluation-result-3750485-1339125682/solver-3750485-1339125682 -C 1800 -W 1900 -M 15500 HOME/npSolver-pbo.sh HOME/instance-3750485-1339125682.opb 703380340 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 27845
/proc/meminfo: memFree=31586496/32873648 swapFree=7376/7376
[pid=27845] ppid=27843 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/27845/stat : 27845 (npSolver-pbo.sh) S 27843 27845 21354 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 378694223 9367552 274 33554432000 4194304 5064252 140735497162032 140735497160944 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/27845/statm: 2287 274 233 213 0 72 0

[startup+0.0516909 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 27845
/proc/meminfo: memFree=31586496/32873648 swapFree=7376/7376
[pid=27845] ppid=27843 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/27845/stat : 27845 (npSolver-pbo.sh) S 27843 27845 21354 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 378694223 9367552 274 33554432000 4194304 5064252 140735497162032 140735497160944 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/27845/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.100276 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 27845
/proc/meminfo: memFree=31586496/32873648 swapFree=7376/7376
[pid=27845] ppid=27843 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/27845/stat : 27845 (npSolver-pbo.sh) S 27843 27845 21354 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 378694223 9367552 274 33554432000 4194304 5064252 140735497162032 140735497160944 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/27845/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.300267 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 27845
/proc/meminfo: memFree=31586496/32873648 swapFree=7376/7376
[pid=27845] ppid=27843 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/27845/stat : 27845 (npSolver-pbo.sh) S 27843 27845 21354 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 378694223 9367552 274 33554432000 4194304 5064252 140735497162032 140735497160944 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/27845/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.700283 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 27845
/proc/meminfo: memFree=31586496/32873648 swapFree=7376/7376
[pid=27845] ppid=27843 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/27845/stat : 27845 (npSolver-pbo.sh) S 27843 27845 21354 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 378694223 9367552 274 33554432000 4194304 5064252 140735497162032 140735497160944 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/27845/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+1.50032 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 27847
/proc/meminfo: memFree=31472484/32873648 swapFree=7376/7376
[pid=27845] ppid=27843 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/27845/stat : 27845 (npSolver-pbo.sh) S 27843 27845 21354 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 378694223 9367552 274 33554432000 4194304 5064252 140735497162032 140735497160944 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/27845/statm: 2287 274 233 213 0 72 0
[pid=27846] ppid=27845 vsize=174784 CPUtime=1.49 cores=1,3,5,7
/proc/27846/stat : 27846 (npSolver-pbo) R 27845 27845 21354 0 -1 4202496 23178 0 0 0 143 6 0 0 20 0 1 0 378694223 178978816 37749 33554432000 4194304 6004724 140736692746720 140736692741320 4534761 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/27846/statm: 43696 37749 154 442 0 43250 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 183932

[startup+3.10033 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 27847
/proc/meminfo: memFree=31389928/32873648 swapFree=7376/7376
[pid=27845] ppid=27843 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/27845/stat : 27845 (npSolver-pbo.sh) S 27843 27845 21354 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 378694223 9367552 274 33554432000 4194304 5064252 140735497162032 140735497160944 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/27845/statm: 2287 274 233 213 0 72 0
[pid=27846] ppid=27845 vsize=371392 CPUtime=3.09 cores=1,3,5,7
/proc/27846/stat : 27846 (npSolver-pbo) R 27845 27845 21354 0 -1 4202496 24351 0 0 0 299 10 0 0 20 0 1 0 378694223 380305408 65909 33554432000 4194304 6004724 140736692746720 140736692741336 4536263 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/27846/statm: 92848 65909 154 442 0 92402 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 380540

[startup+6.30037 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 27901
/proc/meminfo: memFree=31101388/32873648 swapFree=7376/7376
[pid=27845] ppid=27843 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/27845/stat : 27845 (npSolver-pbo.sh) S 27843 27845 21354 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 378694223 9367552 274 33554432000 4194304 5064252 140735497162032 140735497160944 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/27845/statm: 2287 274 233 213 0 72 0
[pid=27846] ppid=27845 vsize=344044 CPUtime=4.6 cores=1,3,5,7
/proc/27846/stat : 27846 (npSolver-pbo) S 27845 27845 21354 0 -1 4202496 25031 0 0 0 413 47 0 0 20 0 1 0 378694223 352301056 80585 33554432000 4194304 6004724 140736692746720 140736692740768 5186782 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 14 0 0
/proc/27846/statm: 86011 80585 163 442 0 85565 0
[pid=27900] ppid=27846 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/27900/stat : 27900 (cp2_pre.sh) S 27846 27845 21354 0 -1 4202496 607 0 0 0 0 0 0 0 20 0 1 0 378694699 9367552 276 33554432000 4194304 5064252 140735258135536 140735258134240 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/27900/statm: 2287 276 234 213 0 72 0
[pid=27901] ppid=27900 vsize=169740 CPUtime=1.52 cores=1,3,5,7
/proc/27901/stat : 27901 (coprocessor) R 27900 27845 21354 0 -1 4202496 13013 0 0 0 146 6 0 0 20 0 1 0 378694700 173813760 41691 33554432000 4194304 6586260 140733544325808 140733544322568 5732400 0 0 4096 8404994 0 0 0 17 5 0 0 0 0 0
/proc/27901/statm: 42435 41691 138 584 0 41847 0
Current children cumulated CPU time (s) 6.12
Current children cumulated vsize (KiB) 532080

[startup+12.7003 s]
/proc/loadavg: 2.08 2.02 2.01 2/178 27930
/proc/meminfo: memFree=30244928/32873648 swapFree=7376/7376
[pid=27845] ppid=27843 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/27845/stat : 27845 (npSolver-pbo.sh) S 27843 27845 21354 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 378694223 9367552 274 33554432000 4194304 5064252 140735497162032 140735497160944 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/27845/statm: 2287 274 233 213 0 72 0
[pid=27846] ppid=27845 vsize=344044 CPUtime=4.6 cores=1,3,5,7
/proc/27846/stat : 27846 (npSolver-pbo) S 27845 27845 21354 0 -1 4202496 25031 0 0 0 413 47 0 0 20 0 1 0 378694223 352301056 80585 33554432000 4194304 6004724 140736692746720 140736692740768 5186782 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 14 0 0
/proc/27846/statm: 86011 80585 163 442 0 85565 0
[pid=27900] ppid=27846 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/27900/stat : 27900 (cp2_pre.sh) S 27846 27845 21354 0 -1 4202496 607 0 0 0 0 0 0 0 20 0 1 0 378694699 9367552 276 33554432000 4194304 5064252 140735258135536 140735258134240 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/27900/statm: 2287 276 234 213 0 72 0
[pid=27901] ppid=27900 vsize=955776 CPUtime=7.92 cores=1,3,5,7
/proc/27901/stat : 27901 (coprocessor) R 27900 27845 21354 0 -1 4202496 99263 0 0 0 765 27 0 0 20 0 1 0 378694700 978714624 235849 33554432000 4194304 6586260 140733544325808 140733544321736 4754092 0 0 4096 8404994 0 0 0 17 5 0 0 0 0 0
/proc/27901/statm: 238944 235849 179 584 0 238356 0
Current children cumulated CPU time (s) 12.52
Current children cumulated vsize (KiB) 1318116

[startup+25.5003 s]
/proc/loadavg: 2.07 2.02 2.00 3/183 27974
/proc/meminfo: memFree=31130480/32873648 swapFree=7376/7376
[pid=27845] ppid=27843 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/27845/stat : 27845 (npSolver-pbo.sh) S 27843 27845 21354 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 378694223 9367552 274 33554432000 4194304 5064252 140735497162032 140735497160944 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/27845/statm: 2287 274 233 213 0 72 0
[pid=27846] ppid=27845 vsize=344044 CPUtime=24.19 cores=1,3,5,7
/proc/27846/stat : 27846 (npSolver-pbo) S 27845 27845 21354 0 -1 4202496 25042 115765 0 0 413 47 1896 63 20 0 1 0 378694223 352301056 80585 33554432000 4194304 6004724 140736692746720 140736692741856 5186782 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 14 0 0
/proc/27846/statm: 86011 80585 163 442 0 85565 0
[pid=27973] ppid=27846 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/27973/stat : 27973 (satsolver.sh) S 27846 27845 21354 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 378696675 9367552 267 33554432000 4194304 5064252 140736325592096 140736325591008 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/27973/statm: 2287 267 226 213 0 72 0
[pid=27974] ppid=27973 vsize=360452 CPUtime=0.97 cores=1,3,5,7
/proc/27974/stat : 27974 (glucose) R 27973 27845 21354 0 -1 4202496 52144 0 0 0 86 11 0 0 20 0 1 0 378696675 369102848 77176 33554432000 4194304 5208918 140733207771952 140733206721352 4465602 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/27974/statm: 90113 77176 70 248 0 89862 0
Current children cumulated CPU time (s) 25.16
Current children cumulated vsize (KiB) 722792

[startup+51.1069 s]
/proc/loadavg: 2.09 2.03 2.01 3/182 27974
/proc/meminfo: memFree=30808064/32873648 swapFree=7376/7376
[pid=27845] ppid=27843 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/27845/stat : 27845 (npSolver-pbo.sh) S 27843 27845 21354 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 378694223 9367552 274 33554432000 4194304 5064252 140735497162032 140735497160944 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/27845/statm: 2287 274 233 213 0 72 0
[pid=27846] ppid=27845 vsize=344044 CPUtime=24.19 cores=1,3,5,7
/proc/27846/stat : 27846 (npSolver-pbo) S 27845 27845 21354 0 -1 4202496 25042 115765 0 0 413 47 1896 63 20 0 1 0 378694223 352301056 80585 33554432000 4194304 6004724 140736692746720 140736692741856 5186782 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 14 0 0
/proc/27846/statm: 86011 80585 163 442 0 85565 0
[pid=27973] ppid=27846 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/27973/stat : 27973 (satsolver.sh) S 27846 27845 21354 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 378696675 9367552 267 33554432000 4194304 5064252 140736325592096 140736325591008 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/27973/statm: 2287 267 226 213 0 72 0
[pid=27974] ppid=27973 vsize=439584 CPUtime=26.57 cores=1,3,5,7
/proc/27974/stat : 27974 (glucose) R 27973 27845 21354 0 -1 4202496 71028 0 0 0 2643 14 0 0 20 0 1 0 378696675 450134016 102514 33554432000 4194304 5208918 140733207771952 140733207769784 4229365 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/27974/statm: 109896 102514 104 248 0 109645 0
Current children cumulated CPU time (s) 50.76
Current children cumulated vsize (KiB) 801924

[startup+102.3 s]
/proc/loadavg: 2.04 2.02 2.00 3/183 27975
/proc/meminfo: memFree=30794420/32873648 swapFree=7376/7376
[pid=27845] ppid=27843 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/27845/stat : 27845 (npSolver-pbo.sh) S 27843 27845 21354 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 378694223 9367552 274 33554432000 4194304 5064252 140735497162032 140735497160944 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/27845/statm: 2287 274 233 213 0 72 0
[pid=27846] ppid=27845 vsize=344044 CPUtime=24.19 cores=1,3,5,7
/proc/27846/stat : 27846 (npSolver-pbo) S 27845 27845 21354 0 -1 4202496 25042 115765 0 0 413 47 1896 63 20 0 1 0 378694223 352301056 80585 33554432000 4194304 6004724 140736692746720 140736692741856 5186782 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 14 0 0
/proc/27846/statm: 86011 80585 163 442 0 85565 0
[pid=27973] ppid=27846 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/27973/stat : 27973 (satsolver.sh) S 27846 27845 21354 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 378696675 9367552 267 33554432000 4194304 5064252 140736325592096 140736325591008 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/27973/statm: 2287 267 226 213 0 72 0
[pid=27974] ppid=27973 vsize=498056 CPUtime=77.76 cores=1,3,5,7
/proc/27974/stat : 27974 (glucose) R 27973 27845 21354 0 -1 4202496 72680 0 0 0 7761 15 0 0 20 0 1 0 378696675 510009344 105152 33554432000 4194304 5208918 140733207771952 140733207769784 4228997 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/27974/statm: 124514 105152 104 248 0 124263 0
Current children cumulated CPU time (s) 101.95
Current children cumulated vsize (KiB) 860396

[startup+162.3 s]
/proc/loadavg: 2.01 2.02 2.00 3/183 27975
/proc/meminfo: memFree=30785852/32873648 swapFree=7376/7376
[pid=27845] ppid=27843 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/27845/stat : 27845 (npSolver-pbo.sh) S 27843 27845 21354 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 378694223 9367552 274 33554432000 4194304 5064252 140735497162032 140735497160944 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/27845/statm: 2287 274 233 213 0 72 0
[pid=27846] ppid=27845 vsize=344044 CPUtime=24.19 cores=1,3,5,7
/proc/27846/stat : 27846 (npSolver-pbo) S 27845 27845 21354 0 -1 4202496 25042 115765 0 0 413 47 1896 63 20 0 1 0 378694223 352301056 80585 33554432000 4194304 6004724 140736692746720 140736692741856 5186782 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 14 0 0
/proc/27846/statm: 86011 80585 163 442 0 85565 0
[pid=27973] ppid=27846 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/27973/stat : 27973 (satsolver.sh) S 27846 27845 21354 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 378696675 9367552 267 33554432000 4194304 5064252 140736325592096 140736325591008 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/27973/statm: 2287 267 226 213 0 72 0
[pid=27974] ppid=27973 vsize=505796 CPUtime=137.75 cores=1,3,5,7
/proc/27974/stat : 27974 (glucose) R 27973 27845 21354 0 -1 4202496 73441 0 0 0 13760 15 0 0 20 0 1 0 378696675 517935104 107442 33554432000 4194304 5208918 140733207771952 140733207769784 4229748 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/27974/statm: 126449 107442 104 248 0 126198 0
Current children cumulated CPU time (s) 161.94
Current children cumulated vsize (KiB) 868136

[startup+222.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/183 27975
/proc/meminfo: memFree=30776920/32873648 swapFree=7376/7376
[pid=27845] ppid=27843 vsize=9148 CPUtime=0 cores=1,3,5,7

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

/proc/28014/stat : 28014 (glucose) R 28013 27845 21354 0 -1 4202496 74219 0 0 0 3807 17 0 0 20 0 1 0 378826628 504213504 108203 33554432000 4194304 5208918 140735085484624 140735085482456 4229251 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/28014/statm: 123099 108203 103 248 0 122848 0
Current children cumulated CPU time (s) 1361.58
Current children cumulated vsize (KiB) 897512

[startup+1422.3 s]
/proc/loadavg: 2.02 2.01 2.00 3/183 28014
/proc/meminfo: memFree=30570652/32873648 swapFree=7376/7376
[pid=27845] ppid=27843 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/27845/stat : 27845 (npSolver-pbo.sh) S 27843 27845 21354 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 378694223 9367552 274 33554432000 4194304 5064252 140735497162032 140735497160944 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/27845/statm: 2287 274 233 213 0 72 0
[pid=27846] ppid=27845 vsize=386820 CPUtime=1323.34 cores=1,3,5,7
/proc/27846/stat : 27846 (npSolver-pbo) S 27845 27845 21354 0 -1 4202496 53115 464357 0 0 802 565 130708 259 20 0 1 0 378694223 396103680 91297 33554432000 4194304 6004724 140736692746720 140736692739072 5186782 0 65536 4102 0 18446744071579302229 0 0 17 5 0 0 14 0 0
/proc/27846/statm: 96705 91297 181 442 0 96259 0
[pid=28013] ppid=27846 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/28013/stat : 28013 (satsolver.sh) S 27846 27845 21354 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 378826627 9367552 267 33554432000 4194304 5064252 140734511505312 140734511504224 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/28013/statm: 2287 267 226 213 0 72 0
[pid=28014] ppid=28013 vsize=492396 CPUtime=98.23 cores=1,3,5,7
/proc/28014/stat : 28014 (glucose) R 28013 27845 21354 0 -1 4202496 74311 0 0 0 9806 17 0 0 20 0 1 0 378826628 504213504 112383 33554432000 4194304 5208918 140735085484624 140735085482456 4229319 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/28014/statm: 123099 112383 104 248 0 122848 0
Current children cumulated CPU time (s) 1421.57
Current children cumulated vsize (KiB) 897512

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 28014
/proc/meminfo: memFree=30580200/32873648 swapFree=7376/7376
[pid=27845] ppid=27843 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/27845/stat : 27845 (npSolver-pbo.sh) S 27843 27845 21354 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 378694223 9367552 274 33554432000 4194304 5064252 140735497162032 140735497160944 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/27845/statm: 2287 274 233 213 0 72 0
[pid=27846] ppid=27845 vsize=386820 CPUtime=1323.34 cores=1,3,5,7
/proc/27846/stat : 27846 (npSolver-pbo) S 27845 27845 21354 0 -1 4202496 53115 464357 0 0 802 565 130708 259 20 0 1 0 378694223 396103680 91297 33554432000 4194304 6004724 140736692746720 140736692739072 5186782 0 65536 4102 0 18446744071579302229 0 0 17 5 0 0 14 0 0
/proc/27846/statm: 96705 91297 181 442 0 96259 0
[pid=28013] ppid=27846 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/28013/stat : 28013 (satsolver.sh) S 27846 27845 21354 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 378826627 9367552 267 33554432000 4194304 5064252 140734511505312 140734511504224 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/28013/statm: 2287 267 226 213 0 72 0
[pid=28014] ppid=28013 vsize=492396 CPUtime=158.21 cores=1,3,5,7
/proc/28014/stat : 28014 (glucose) R 28013 27845 21354 0 -1 4202496 75097 0 0 0 15802 19 0 0 20 0 1 0 378826628 504213504 109938 33554432000 4194304 5208918 140735085484624 140735085481000 4229876 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/28014/statm: 123099 109938 105 248 0 122848 0
Current children cumulated CPU time (s) 1481.55
Current children cumulated vsize (KiB) 897512

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 28014
/proc/meminfo: memFree=30566060/32873648 swapFree=7376/7376
[pid=27845] ppid=27843 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/27845/stat : 27845 (npSolver-pbo.sh) S 27843 27845 21354 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 378694223 9367552 274 33554432000 4194304 5064252 140735497162032 140735497160944 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/27845/statm: 2287 274 233 213 0 72 0
[pid=27846] ppid=27845 vsize=386820 CPUtime=1323.34 cores=1,3,5,7
/proc/27846/stat : 27846 (npSolver-pbo) S 27845 27845 21354 0 -1 4202496 53115 464357 0 0 802 565 130708 259 20 0 1 0 378694223 396103680 91297 33554432000 4194304 6004724 140736692746720 140736692739072 5186782 0 65536 4102 0 18446744071579302229 0 0 17 5 0 0 14 0 0
/proc/27846/statm: 96705 91297 181 442 0 96259 0
[pid=28013] ppid=27846 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/28013/stat : 28013 (satsolver.sh) S 27846 27845 21354 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 378826627 9367552 267 33554432000 4194304 5064252 140734511505312 140734511504224 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/28013/statm: 2287 267 226 213 0 72 0
[pid=28014] ppid=28013 vsize=493484 CPUtime=218.21 cores=1,3,5,7
/proc/28014/stat : 28014 (glucose) R 28013 27845 21354 0 -1 4202496 75551 0 0 0 21801 20 0 0 20 0 1 0 378826628 505327616 113458 33554432000 4194304 5208918 140735085484624 140735085482472 4229365 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/28014/statm: 123371 113458 105 248 0 123120 0
Current children cumulated CPU time (s) 1541.55
Current children cumulated vsize (KiB) 898600

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 28015
/proc/meminfo: memFree=30578040/32873648 swapFree=7376/7376
[pid=27845] ppid=27843 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/27845/stat : 27845 (npSolver-pbo.sh) S 27843 27845 21354 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 378694223 9367552 274 33554432000 4194304 5064252 140735497162032 140735497160944 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/27845/statm: 2287 274 233 213 0 72 0
[pid=27846] ppid=27845 vsize=386820 CPUtime=1323.34 cores=1,3,5,7
/proc/27846/stat : 27846 (npSolver-pbo) S 27845 27845 21354 0 -1 4202496 53115 464357 0 0 802 565 130708 259 20 0 1 0 378694223 396103680 91297 33554432000 4194304 6004724 140736692746720 140736692739072 5186782 0 65536 4102 0 18446744071579302229 0 0 17 5 0 0 14 0 0
/proc/27846/statm: 96705 91297 181 442 0 96259 0
[pid=28013] ppid=27846 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/28013/stat : 28013 (satsolver.sh) S 27846 27845 21354 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 378826627 9367552 267 33554432000 4194304 5064252 140734511505312 140734511504224 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/28013/statm: 2287 267 226 213 0 72 0
[pid=28014] ppid=28013 vsize=499908 CPUtime=278.19 cores=1,3,5,7
/proc/28014/stat : 28014 (glucose) R 28013 27845 21354 0 -1 4202496 76502 0 0 0 27798 21 0 0 20 0 1 0 378826628 511905792 110391 33554432000 4194304 5208918 140735085484624 140735085482712 4229365 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/28014/statm: 124977 110391 105 248 0 124726 0
Current children cumulated CPU time (s) 1601.53
Current children cumulated vsize (KiB) 905024

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 28015
/proc/meminfo: memFree=30560960/32873648 swapFree=7376/7376
[pid=27845] ppid=27843 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/27845/stat : 27845 (npSolver-pbo.sh) S 27843 27845 21354 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 378694223 9367552 274 33554432000 4194304 5064252 140735497162032 140735497160944 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/27845/statm: 2287 274 233 213 0 72 0
[pid=27846] ppid=27845 vsize=386820 CPUtime=1323.34 cores=1,3,5,7
/proc/27846/stat : 27846 (npSolver-pbo) S 27845 27845 21354 0 -1 4202496 53115 464357 0 0 802 565 130708 259 20 0 1 0 378694223 396103680 91297 33554432000 4194304 6004724 140736692746720 140736692739072 5186782 0 65536 4102 0 18446744071579302229 0 0 17 5 0 0 14 0 0
/proc/27846/statm: 96705 91297 181 442 0 96259 0
[pid=28013] ppid=27846 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/28013/stat : 28013 (satsolver.sh) S 27846 27845 21354 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 378826627 9367552 267 33554432000 4194304 5064252 140734511505312 140734511504224 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/28013/statm: 2287 267 226 213 0 72 0
[pid=28014] ppid=28013 vsize=499908 CPUtime=338.18 cores=1,3,5,7
/proc/28014/stat : 28014 (glucose) R 28013 27845 21354 0 -1 4202496 76521 0 0 0 33796 22 0 0 20 0 1 0 378826628 511905792 114487 33554432000 4194304 5208918 140735085484624 140735085481000 4229129 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/28014/statm: 124977 114487 105 248 0 124726 0
Current children cumulated CPU time (s) 1661.52
Current children cumulated vsize (KiB) 905024

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/184 28018
/proc/meminfo: memFree=30539756/32873648 swapFree=7376/7376
[pid=27845] ppid=27843 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/27845/stat : 27845 (npSolver-pbo.sh) S 27843 27845 21354 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 378694223 9367552 274 33554432000 4194304 5064252 140735497162032 140735497160944 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/27845/statm: 2287 274 233 213 0 72 0
[pid=27846] ppid=27845 vsize=386820 CPUtime=1323.34 cores=1,3,5,7
/proc/27846/stat : 27846 (npSolver-pbo) S 27845 27845 21354 0 -1 4202496 53115 464357 0 0 802 565 130708 259 20 0 1 0 378694223 396103680 91297 33554432000 4194304 6004724 140736692746720 140736692739072 5186782 0 65536 4102 0 18446744071579302229 0 0 17 5 0 0 14 0 0
/proc/27846/statm: 96705 91297 181 442 0 96259 0
[pid=28013] ppid=27846 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/28013/stat : 28013 (satsolver.sh) S 27846 27845 21354 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 378826627 9367552 267 33554432000 4194304 5064252 140734511505312 140734511504224 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/28013/statm: 2287 267 226 213 0 72 0
[pid=28014] ppid=28013 vsize=499908 CPUtime=398.14 cores=1,3,5,7
/proc/28014/stat : 28014 (glucose) R 28013 27845 21354 0 -1 4202496 76575 0 0 0 39792 22 0 0 20 0 1 0 378826628 511905792 119607 33554432000 4194304 5208918 140735085484624 140735085481000 4205139 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/28014/statm: 124977 119607 105 248 0 124726 0
Current children cumulated CPU time (s) 1721.48
Current children cumulated vsize (KiB) 905024

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 28018
/proc/meminfo: memFree=30559876/32873648 swapFree=7376/7376
[pid=27845] ppid=27843 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/27845/stat : 27845 (npSolver-pbo.sh) S 27843 27845 21354 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 378694223 9367552 274 33554432000 4194304 5064252 140735497162032 140735497160944 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/27845/statm: 2287 274 233 213 0 72 0
[pid=27846] ppid=27845 vsize=386820 CPUtime=1323.34 cores=1,3,5,7
/proc/27846/stat : 27846 (npSolver-pbo) S 27845 27845 21354 0 -1 4202496 53115 464357 0 0 802 565 130708 259 20 0 1 0 378694223 396103680 91297 33554432000 4194304 6004724 140736692746720 140736692739072 5186782 0 65536 4102 0 18446744071579302229 0 0 17 5 0 0 14 0 0
/proc/27846/statm: 96705 91297 181 442 0 96259 0
[pid=28013] ppid=27846 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/28013/stat : 28013 (satsolver.sh) S 27846 27845 21354 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 378826627 9367552 267 33554432000 4194304 5064252 140734511505312 140734511504224 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/28013/statm: 2287 267 226 213 0 72 0
[pid=28014] ppid=28013 vsize=499908 CPUtime=458.12 cores=1,3,5,7
/proc/28014/stat : 28014 (glucose) R 28013 27845 21354 0 -1 4202496 76982 0 0 0 45788 24 0 0 20 0 1 0 378826628 511905792 114788 33554432000 4194304 5208918 140735085484624 140735085482712 4229021 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/28014/statm: 124977 114788 105 248 0 124726 0
Current children cumulated CPU time (s) 1781.46
Current children cumulated vsize (KiB) 905024



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.9 s]
/proc/loadavg: 2.00 2.00 2.00 4/183 28018
/proc/meminfo: memFree=30553856/32873648 swapFree=7376/7376
[pid=27845] ppid=27843 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/27845/stat : 27845 (npSolver-pbo.sh) S 27843 27845 21354 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 378694223 9367552 274 33554432000 4194304 5064252 140735497162032 140735497160944 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/27845/statm: 2287 274 233 213 0 72 0
[pid=27846] ppid=27845 vsize=386820 CPUtime=1323.34 cores=1,3,5,7
/proc/27846/stat : 27846 (npSolver-pbo) S 27845 27845 21354 0 -1 4202496 53115 464357 0 0 802 565 130708 259 20 0 1 0 378694223 396103680 91297 33554432000 4194304 6004724 140736692746720 140736692739072 5186782 0 65536 4102 0 18446744071579302229 0 0 17 5 0 0 14 0 0
/proc/27846/statm: 96705 91297 181 442 0 96259 0
[pid=28013] ppid=27846 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/28013/stat : 28013 (satsolver.sh) S 27846 27845 21354 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 378826627 9367552 267 33554432000 4194304 5064252 140734511505312 140734511504224 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/28013/statm: 2287 267 226 213 0 72 0
[pid=28014] ppid=28013 vsize=499908 CPUtime=476.72 cores=1,3,5,7
/proc/28014/stat : 28014 (glucose) R 28013 27845 21354 0 -1 4202496 76985 0 0 0 47648 24 0 0 20 0 1 0 378826628 511905792 116324 33554432000 4194304 5208918 140735085484624 140735085482712 4211584 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/28014/statm: 124977 116324 105 248 0 124726 0
Current children cumulated CPU time (s) 1800.06
Current children cumulated vsize (KiB) 905024

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 27845 and gives
#  childrusage.ru_utime.tv_sec=1315
#  childrusage.ru_utime.tv_usec=112072
#  childrusage.ru_stime.tv_sec=8
#  childrusage.ru_stime.tv_usec=260744
# CPU time returned by wait4() is 1323.37
# while last known CPU time is 1800.06
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1800.92
CPU time (s): 1800.06
CPU user time (s): 1791.58
CPU system time (s): 8.48
CPU usage (%): 99.9522
Max. virtual memory (cumulated for all children) (KiB): 1459328

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1315.11
system time used= 8.26074
maximum resident set size= 1089592
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 518447
page faults= 0
swaps= 0
block input operations= 24
block output operations= 1866488
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 10647
involuntary context switches= 1431

runsolver used 6.37603 second user time and 17.7073 second system time

The end

Launcher Data

Begin job on node120 at 2012-06-08 05:21:22
IDJOB=3750485
IDBENCH=2889
IDSOLVER=2334
FILE ID=node120/3750485-1339125682
RUNJOBID= node120-1339111237-23282
PBS_JOBID= 14643733
Free space on /tmp= 70744 MiB

SOLVER NAME= npSolver 1.0
BENCH NAME= PB06/final/normalized-PB06/OPT-SMALLINT/submitted-PB06/manquiho/logic_synthesis/normalized-C499.b.opb
COMMAND LINE= DIR/npSolver-pbo.sh BENCHNAME RANDOMSEED TMPDIR DIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3750485-1339125682/watcher-3750485-1339125682 -o /tmp/evaluation-result-3750485-1339125682/solver-3750485-1339125682 -C 1800 -W 1900 -M 15500  HOME/npSolver-pbo.sh HOME/instance-3750485-1339125682.opb 703380340 HOME HOME

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

MD5SUM BENCH= 0b80319f4195f1e1329c2c4b63b416b0
RANDOM SEED=703380340

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

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.456
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.88
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.456
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.456
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.83
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.456
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.456
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:        31586884 kB
Buffers:          130636 kB
Cached:           184184 kB
SwapCached:         5828 kB
Active:           296792 kB
Inactive:         180716 kB
Active(anon):     153448 kB
Inactive(anon):    11440 kB
Active(file):     143344 kB
Inactive(file):   169276 kB
Unevictable:        7376 kB
Mlocked:            7376 kB
SwapTotal:      67108856 kB
SwapFree:       67096104 kB
Dirty:             17872 kB
Writeback:             0 kB
AnonPages:        252608 kB
Mapped:             9924 kB
Shmem:                 0 kB
Slab:             661336 kB
SReclaimable:     105560 kB
SUnreclaim:       555776 kB
KernelStack:        1520 kB
PageTables:         4652 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:     308244 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:    204800 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= 70540 MiB
End job on node120 at 2012-06-08 05:51:23