Trace number 3746984

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
npSolver inc-topDown (fixed)? (TO) 1800.07 1810.42

General information on the benchmark

Name/OPT-BIGINT-LIN/zahidi/MH+IC/
normalized-minisat50_4_16_1_mh_ic.opb
MD5SUMd5e7ab00f82d8a167f85d70472648422
Bench CategoryOPT-BIGINT-LIN (optimisation, big integers, linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark9736335
Best CPU time to get the best result obtained on this benchmark1800.46
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables370300
Total number of constraints847958
Number of constraints which are clauses597900
Number of constraints which are cardinality constraints (but not clauses)58
Number of constraints which are nor clauses,nor cardinality constraints250000
Minimum length of a constraint2
Maximum length of a constraint3725
Number of terms in the objective function 132350
Biggest coefficient in the objective function 107171875
Number of bits for the biggest coefficient in the objective function 27
Sum of the numbers in the objective function 77582822106
Number of bits of the sum of numbers in the objective function 37
Biggest number in a constraint 107171875
Number of bits of the biggest number in a constraint 27
Biggest sum of numbers in a constraint 77582822106
Number of bits of the biggest sum of numbers37
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

2.59/2.63	c old isEQ: 0, new EQ is 1
2.59/2.65	c old isEQ: 88, new EQ is 0
2.59/2.69	c old isEQ: 0, new EQ is 0
2.69/2.74	c old isEQ: 0, new EQ is 0
2.69/2.78	c old isEQ: 0, new EQ is 0
2.79/2.83	c old isEQ: 0, new EQ is 0
2.79/2.87	c old isEQ: 0, new EQ is 0
2.89/2.92	c old isEQ: 0, new EQ is 0
2.89/2.96	c old isEQ: 0, new EQ is 0
2.99/3.01	c old isEQ: 0, new EQ is 0
2.99/3.05	c old isEQ: 0, new EQ is 0
3.09/3.10	c old isEQ: 0, new EQ is 0
42.59/43.75	c run inc solver
42.59/43.75	c [INC SYSTEM] run initial solver
42.59/43.75	c [INC SYSTEM] preprocess with white file
165.30/175.82	c [INC SYSTEM] finished preprocessing in 132 s
165.30/175.82	c [INC SYSTEM] execute solver

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-3746984-1339108640/watcher-3746984-1339108640 -o /tmp/evaluation-result-3746984-1339108640/solver-3746984-1339108640 -C 1800 -W 1900 -M 15500 HOME/npSolver-pbo-Itd.sh HOME/instance-3746984-1339108640.opb 1275267239 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: 4.69 3.86 3.00 2/170 9368
/proc/meminfo: memFree=31807508/32873852 swapFree=6864/6864
[pid=9368] ppid=9366 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/9368/stat : 9368 (npSolver-pbo-It) S 9366 9368 7832 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 376989578 9367552 274 33554432000 4194304 5064252 140735259394976 140735259393888 229355710030 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/9368/statm: 2287 274 233 213 0 72 0

[startup+0.030493 s]
/proc/loadavg: 4.69 3.86 3.00 2/170 9368
/proc/meminfo: memFree=31807508/32873852 swapFree=6864/6864
[pid=9368] ppid=9366 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/9368/stat : 9368 (npSolver-pbo-It) S 9366 9368 7832 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 376989578 9367552 274 33554432000 4194304 5064252 140735259394976 140735259393888 229355710030 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/9368/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.100281 s]
/proc/loadavg: 4.69 3.86 3.00 2/170 9368
/proc/meminfo: memFree=31807508/32873852 swapFree=6864/6864
[pid=9368] ppid=9366 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/9368/stat : 9368 (npSolver-pbo-It) S 9366 9368 7832 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 376989578 9367552 274 33554432000 4194304 5064252 140735259394976 140735259393888 229355710030 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/9368/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.300274 s]
/proc/loadavg: 4.69 3.86 3.00 2/170 9368
/proc/meminfo: memFree=31807508/32873852 swapFree=6864/6864
[pid=9368] ppid=9366 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/9368/stat : 9368 (npSolver-pbo-It) S 9366 9368 7832 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 376989578 9367552 274 33554432000 4194304 5064252 140735259394976 140735259393888 229355710030 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/9368/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.700281 s]
/proc/loadavg: 4.69 3.86 3.00 2/170 9368
/proc/meminfo: memFree=31807508/32873852 swapFree=6864/6864
[pid=9368] ppid=9366 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/9368/stat : 9368 (npSolver-pbo-It) S 9366 9368 7832 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 376989578 9367552 274 33554432000 4194304 5064252 140735259394976 140735259393888 229355710030 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/9368/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+1.50035 s]
/proc/loadavg: 4.69 3.86 3.00 3/178 9381
/proc/meminfo: memFree=31593736/32873852 swapFree=6864/6864
[pid=9368] ppid=9366 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/9368/stat : 9368 (npSolver-pbo-It) S 9366 9368 7832 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 376989578 9367552 274 33554432000 4194304 5064252 140735259394976 140735259393888 229355710030 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/9368/statm: 2287 274 233 213 0 72 0
[pid=9370] ppid=9368 vsize=220232 CPUtime=1.49 cores=0,2,4,6
/proc/9370/stat : 9370 (npSolver-pbo) R 9368 9368 7832 0 -1 4202496 24371 0 0 0 141 8 0 0 20 0 1 0 376989578 225517568 38568 33554432000 4194304 6004724 140737028239616 140737028235640 4490924 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/9370/statm: 55058 38568 130 442 0 54612 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 229380

[startup+3.10032 s]
/proc/loadavg: 4.69 3.86 3.00 3/178 9381
/proc/meminfo: memFree=31371656/32873852 swapFree=6864/6864
[pid=9368] ppid=9366 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/9368/stat : 9368 (npSolver-pbo-It) S 9366 9368 7832 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 376989578 9367552 274 33554432000 4194304 5064252 140735259394976 140735259393888 229355710030 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/9368/statm: 2287 274 233 213 0 72 0
[pid=9370] ppid=9368 vsize=357860 CPUtime=3.09 cores=0,2,4,6
/proc/9370/stat : 9370 (npSolver-pbo) R 9368 9368 7832 0 -1 4202496 66769 0 0 0 292 17 0 0 20 0 1 0 376989578 366448640 88765 33554432000 4194304 6004724 140737028239616 140737028235000 4224526 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/9370/statm: 89465 88765 156 442 0 89019 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 367008

[startup+6.30032 s]
/proc/loadavg: 4.48 3.83 3.00 3/178 9381
/proc/meminfo: memFree=30729516/32873852 swapFree=6864/6864
[pid=9368] ppid=9366 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/9368/stat : 9368 (npSolver-pbo-It) S 9366 9368 7832 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 376989578 9367552 274 33554432000 4194304 5064252 140735259394976 140735259393888 229355710030 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/9368/statm: 2287 274 233 213 0 72 0
[pid=9370] ppid=9368 vsize=620188 CPUtime=6.29 cores=0,2,4,6
/proc/9370/stat : 9370 (npSolver-pbo) R 9368 9368 7832 0 -1 4202496 68515 0 0 0 604 25 0 0 20 0 1 0 376989578 635072512 153779 33554432000 4194304 6004724 140737028239616 140737028234232 4534738 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/9370/statm: 155047 153779 163 442 0 154601 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 629336

[startup+12.7003 s]
/proc/loadavg: 4.28 3.80 2.99 3/178 9381
/proc/meminfo: memFree=29741144/32873852 swapFree=6864/6864
[pid=9368] ppid=9366 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/9368/stat : 9368 (npSolver-pbo-It) S 9366 9368 7832 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 376989578 9367552 274 33554432000 4194304 5064252 140735259394976 140735259393888 229355710030 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/9368/statm: 2287 274 233 213 0 72 0
[pid=9370] ppid=9368 vsize=1406620 CPUtime=12.68 cores=0,2,4,6
/proc/9370/stat : 9370 (npSolver-pbo) R 9368 9368 7832 0 -1 4202496 70158 0 0 0 1224 44 0 0 20 0 1 0 376989578 1440378880 275123 33554432000 4194304 6004724 140737028239616 140737028234232 4582623 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/9370/statm: 351655 275123 163 442 0 351209 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 1415768

[startup+25.5003 s]
/proc/loadavg: 3.77 3.71 2.98 3/178 9382
/proc/meminfo: memFree=27814856/32873852 swapFree=6864/6864
[pid=9368] ppid=9366 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/9368/stat : 9368 (npSolver-pbo-It) S 9366 9368 7832 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 376989578 9367552 274 33554432000 4194304 5064252 140735259394976 140735259393888 229355710030 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/9368/statm: 2287 274 233 213 0 72 0
[pid=9370] ppid=9368 vsize=2455196 CPUtime=25.48 cores=0,2,4,6
/proc/9370/stat : 9370 (npSolver-pbo) R 9368 9368 7832 0 -1 4202496 71641 0 0 0 2475 73 0 0 20 0 1 0 376989578 2514120704 510643 33554432000 4194304 6004724 140737028239616 140737028234424 4534735 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/9370/statm: 613799 510643 163 442 0 613353 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 2464344

[startup+51.1005 s]
/proc/loadavg: 3.55 3.65 2.98 3/182 9386
/proc/meminfo: memFree=18818576/32873852 swapFree=6864/6864
[pid=9368] ppid=9366 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/9368/stat : 9368 (npSolver-pbo-It) S 9366 9368 7832 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 376989578 9367552 274 33554432000 4194304 5064252 140735259394976 140735259393888 229355710030 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/9368/statm: 2287 274 233 213 0 72 0
[pid=9370] ppid=9368 vsize=4552348 CPUtime=42.93 cores=0,2,4,6
/proc/9370/stat : 9370 (npSolver-pbo) S 9368 9368 7832 0 -1 4202496 75238 0 0 0 3702 591 0 0 20 0 1 0 376989578 4661604352 753716 33554432000 4194304 6004724 140737028239616 140737028234080 5186782 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 109 0 0
/proc/9370/statm: 1138087 753716 171 442 0 1137641 0
[pid=9383] ppid=9370 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/9383/stat : 9383 (cp2_pre.sh) S 9370 9368 7832 0 -1 4202496 609 0 0 0 0 0 0 0 20 0 1 0 376993982 9367552 277 33554432000 4194304 5064252 140736983045504 140736983044208 229355710030 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/9383/statm: 2287 277 234 213 0 72 0
[pid=9384] ppid=9383 vsize=809132 CPUtime=7.04 cores=0,2,4,6
/proc/9384/stat : 9384 (coprocessor) R 9383 9368 7832 0 -1 4202496 18739 0 0 0 673 31 0 0 20 0 1 0 376993983 828551168 188490 33554432000 4194304 6586260 140735393588240 140735393585000 5732400 0 0 4096 8404994 0 0 0 17 2 0 0 0 0 0
/proc/9384/statm: 202283 188490 137 584 0 201695 0
Current children cumulated CPU time (s) 49.97
Current children cumulated vsize (KiB) 5379776

[startup+102.307 s]
/proc/loadavg: 3.80 3.70 3.03 3/181 9386
/proc/meminfo: memFree=10805912/32873852 swapFree=6864/6864
[pid=9368] ppid=9366 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/9368/stat : 9368 (npSolver-pbo-It) S 9366 9368 7832 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 376989578 9367552 274 33554432000 4194304 5064252 140735259394976 140735259393888 229355710030 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/9368/statm: 2287 274 233 213 0 72 0
[pid=9370] ppid=9368 vsize=4552348 CPUtime=42.93 cores=0,2,4,6
/proc/9370/stat : 9370 (npSolver-pbo) S 9368 9368 7832 0 -1 4202496 75238 0 0 0 3702 591 0 0 20 0 1 0 376989578 4661604352 753716 33554432000 4194304 6004724 140737028239616 140737028234080 5186782 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 109 0 0
/proc/9370/statm: 1138087 753716 171 442 0 1137641 0
[pid=9383] ppid=9370 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/9383/stat : 9383 (cp2_pre.sh) S 9370 9368 7832 0 -1 4202496 609 0 0 0 0 0 0 0 20 0 1 0 376993982 9367552 277 33554432000 4194304 5064252 140736983045504 140736983044208 229355710030 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/9383/statm: 2287 277 234 213 0 72 0
[pid=9384] ppid=9383 vsize=4954940 CPUtime=55.36 cores=0,2,4,6
/proc/9384/stat : 9384 (coprocessor) R 9383 9368 7832 0 -1 4202496 30023 0 0 0 5256 280 0 0 20 0 1 0 376993983 5073858560 1002604 33554432000 4194304 6586260 140735393588240 140735393583992 5732496 0 0 4096 8404994 0 0 0 17 2 0 0 288 0 0
/proc/9384/statm: 1238735 1002604 158 584 0 1238147 0
Current children cumulated CPU time (s) 98.29
Current children cumulated vsize (KiB) 9525584

[startup+162.3 s]
/proc/loadavg: 3.96 3.77 3.09 3/182 9387
/proc/meminfo: memFree=7915736/32873852 swapFree=6864/6864
[pid=9368] ppid=9366 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/9368/stat : 9368 (npSolver-pbo-It) S 9366 9368 7832 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 376989578 9367552 274 33554432000 4194304 5064252 140735259394976 140735259393888 229355710030 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/9368/statm: 2287 274 233 213 0 72 0
[pid=9370] ppid=9368 vsize=4552348 CPUtime=42.93 cores=0,2,4,6
/proc/9370/stat : 9370 (npSolver-pbo) S 9368 9368 7832 0 -1 4202496 75238 0 0 0 3702 591 0 0 20 0 1 0 376989578 4661604352 753716 33554432000 4194304 6004724 140737028239616 140737028234080 5186782 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 109 0 0
/proc/9370/statm: 1138087 753716 171 442 0 1137641 0
[pid=9383] ppid=9370 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/9383/stat : 9383 (cp2_pre.sh) S 9370 9368 7832 0 -1 4202496 609 0 0 0 0 0 0 0 20 0 1 0 376993982 9367552 277 33554432000 4194304 5064252 140736983045504 140736983044208 229355710030 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/9383/statm: 2287 277 234 213 0 72 0
[pid=9384] ppid=9383 vsize=4954940 CPUtime=110.59 cores=0,2,4,6
/proc/9384/stat : 9384 (coprocessor) R 9383 9368 7832 0 -1 4202496 30023 0 0 0 10434 625 0 0 20 0 1 0 376993983 5073858560 1002604 33554432000 4194304 6586260 140735393588240 140735393583992 5732496 0 0 4096 8404994 0 0 0 17 2 0 0 764 0 0
/proc/9384/statm: 1238735 1002604 158 584 0 1238147 0
Current children cumulated CPU time (s) 153.52
Current children cumulated vsize (KiB) 9525584

[startup+222.3 s]
/proc/loadavg: 3.62 3.75 3.13 3/180 9393
/proc/meminfo: memFree=9594716/32873852 swapFree=6864/6864
[pid=9368] ppid=9366 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/9368/stat : 9368 (npSolver-pbo-It) S 9366 9368 7832 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 376989578 9367552 274 33554432000 4194304 5064252 140735259394976 140735259393888 229355710030 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/9368/statm: 2287 274 233 213 0 72 0
[pid=9370] ppid=9368 vsize=4552348 CPUtime=165.76 cores=0,2,4,6
/proc/9370/stat : 9370 (npSolver-pbo) S 9368 9368 7832 0 -1 4202496 75254 30926 0 0 3702 592 11538 744 20 0 1 0 376989578 4661604352 753719 33554432000 4194304 6004724 140737028239616 140737028225896 5190736 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 109 0 0
/proc/9370/statm: 1138087 753719 174 442 0 1137641 0
[pid=9393] ppid=9370 vsize=6659616 CPUtime=46.45 cores=0,2,4,6
/proc/9393/stat : 9393 (glucosInc) R 9370 9368 7832 0 -1 4202496 601452 0 0 0 4404 241 0 0 20 0 1 0 377007161 6819446784 1408684 33554432000 4194304 5654031 140733493590032 140733493587816 4232632 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/9393/statm: 1664904 1408684 131 357 0 1664544 0
Current children cumulated CPU time (s) 212.21
Current children cumulated vsize (KiB) 11221112

[startup+282.3 s]
/proc/loadavg: 2.66 3.46 3.07 3/179 9393
/proc/meminfo: memFree=9575212/32873852 swapFree=6864/6864
[pid=9368] ppid=9366 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/9368/stat : 9368 (npSolver-pbo-It) S 9366 9368 7832 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 376989578 9367552 274 33554432000 4194304 5064252 140735259394976 140735259393888 229355710030 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/9368/statm: 2287 274 233 213 0 72 0
[pid=9370] ppid=9368 vsize=4552348 CPUtime=165.76 cores=0,2,4,6

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

/proc/meminfo: memFree=9401796/32873852 swapFree=6864/6864
[pid=9368] ppid=9366 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/9368/stat : 9368 (npSolver-pbo-It) S 9366 9368 7832 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 376989578 9367552 274 33554432000 4194304 5064252 140735259394976 140735259393888 229355710030 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/9368/statm: 2287 274 233 213 0 72 0
[pid=9370] ppid=9368 vsize=4552348 CPUtime=165.76 cores=0,2,4,6
/proc/9370/stat : 9370 (npSolver-pbo) S 9368 9368 7832 0 -1 4202496 75254 30926 0 0 3702 592 11538 744 20 0 1 0 376989578 4661604352 753719 33554432000 4194304 6004724 140737028239616 140737028225896 5190736 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 109 0 0
/proc/9370/statm: 1138087 753719 174 442 0 1137641 0
[pid=9393] ppid=9370 vsize=6751772 CPUtime=1126.3 cores=0,2,4,6
/proc/9393/stat : 9393 (glucosInc) R 9370 9368 7832 0 -1 4202496 708031 0 0 0 112334 296 0 0 20 0 1 0 377007161 6913814528 1432907 33554432000 4194304 5654031 140733493590032 140733493587816 4232707 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/9393/statm: 1687943 1432907 141 357 0 1687583 0
Current children cumulated CPU time (s) 1292.06
Current children cumulated vsize (KiB) 11313268

[startup+1362.3 s]
/proc/loadavg: 2.01 2.04 2.31 3/180 9403
/proc/meminfo: memFree=9394760/32873852 swapFree=6864/6864
[pid=9368] ppid=9366 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/9368/stat : 9368 (npSolver-pbo-It) S 9366 9368 7832 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 376989578 9367552 274 33554432000 4194304 5064252 140735259394976 140735259393888 229355710030 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/9368/statm: 2287 274 233 213 0 72 0
[pid=9370] ppid=9368 vsize=4552348 CPUtime=165.76 cores=0,2,4,6
/proc/9370/stat : 9370 (npSolver-pbo) S 9368 9368 7832 0 -1 4202496 75254 30926 0 0 3702 592 11538 744 20 0 1 0 376989578 4661604352 753719 33554432000 4194304 6004724 140737028239616 140737028225896 5190736 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 109 0 0
/proc/9370/statm: 1138087 753719 174 442 0 1137641 0
[pid=9393] ppid=9370 vsize=6753444 CPUtime=1186.27 cores=0,2,4,6
/proc/9393/stat : 9393 (glucosInc) R 9370 9368 7832 0 -1 4202496 713688 0 0 0 118329 298 0 0 20 0 1 0 377007161 6915526656 1433391 33554432000 4194304 5654031 140733493590032 140733493587816 4232775 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/9393/statm: 1688361 1433391 141 357 0 1688001 0
Current children cumulated CPU time (s) 1352.03
Current children cumulated vsize (KiB) 11314940

[startup+1422.31 s]
/proc/loadavg: 2.00 2.03 2.29 3/180 9426
/proc/meminfo: memFree=9386400/32873852 swapFree=6864/6864
[pid=9368] ppid=9366 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/9368/stat : 9368 (npSolver-pbo-It) S 9366 9368 7832 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 376989578 9367552 274 33554432000 4194304 5064252 140735259394976 140735259393888 229355710030 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/9368/statm: 2287 274 233 213 0 72 0
[pid=9370] ppid=9368 vsize=4552348 CPUtime=165.76 cores=0,2,4,6
/proc/9370/stat : 9370 (npSolver-pbo) S 9368 9368 7832 0 -1 4202496 75254 30926 0 0 3702 592 11538 744 20 0 1 0 376989578 4661604352 753719 33554432000 4194304 6004724 140737028239616 140737028225896 5190736 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 109 0 0
/proc/9370/statm: 1138087 753719 174 442 0 1137641 0
[pid=9393] ppid=9370 vsize=6757932 CPUtime=1246.28 cores=0,2,4,6
/proc/9393/stat : 9393 (glucosInc) R 9370 9368 7832 0 -1 4202496 720035 0 0 0 124326 302 0 0 20 0 1 0 377007161 6920122368 1434569 33554432000 4194304 5654031 140733493590032 140733493587816 4232927 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/9393/statm: 1689483 1434569 141 357 0 1689123 0
Current children cumulated CPU time (s) 1412.04
Current children cumulated vsize (KiB) 11319428

[startup+1482.3 s]
/proc/loadavg: 2.00 2.02 2.27 3/179 9426
/proc/meminfo: memFree=9383948/32873852 swapFree=6864/6864
[pid=9368] ppid=9366 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/9368/stat : 9368 (npSolver-pbo-It) S 9366 9368 7832 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 376989578 9367552 274 33554432000 4194304 5064252 140735259394976 140735259393888 229355710030 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/9368/statm: 2287 274 233 213 0 72 0
[pid=9370] ppid=9368 vsize=4552348 CPUtime=165.76 cores=0,2,4,6
/proc/9370/stat : 9370 (npSolver-pbo) S 9368 9368 7832 0 -1 4202496 75254 30926 0 0 3702 592 11538 744 20 0 1 0 376989578 4661604352 753719 33554432000 4194304 6004724 140737028239616 140737028225896 5190736 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 109 0 0
/proc/9370/statm: 1138087 753719 174 442 0 1137641 0
[pid=9393] ppid=9370 vsize=6759572 CPUtime=1306.26 cores=0,2,4,6
/proc/9393/stat : 9393 (glucosInc) R 9370 9368 7832 0 -1 4202496 725704 0 0 0 130322 304 0 0 20 0 1 0 377007161 6921801728 1435048 33554432000 4194304 5654031 140733493590032 140733493577848 4232453 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/9393/statm: 1689893 1435048 141 357 0 1689533 0
Current children cumulated CPU time (s) 1472.02
Current children cumulated vsize (KiB) 11321068

[startup+1542.3 s]
/proc/loadavg: 2.08 2.04 2.25 3/178 9426
/proc/meminfo: memFree=9378332/32873852 swapFree=6864/6864
[pid=9368] ppid=9366 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/9368/stat : 9368 (npSolver-pbo-It) S 9366 9368 7832 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 376989578 9367552 274 33554432000 4194304 5064252 140735259394976 140735259393888 229355710030 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/9368/statm: 2287 274 233 213 0 72 0
[pid=9370] ppid=9368 vsize=4552348 CPUtime=165.76 cores=0,2,4,6
/proc/9370/stat : 9370 (npSolver-pbo) S 9368 9368 7832 0 -1 4202496 75254 30926 0 0 3702 592 11538 744 20 0 1 0 376989578 4661604352 753719 33554432000 4194304 6004724 140737028239616 140737028225896 5190736 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 109 0 0
/proc/9370/statm: 1138087 753719 174 442 0 1137641 0
[pid=9393] ppid=9370 vsize=6762676 CPUtime=1366.25 cores=0,2,4,6
/proc/9393/stat : 9393 (glucosInc) R 9370 9368 7832 0 -1 4202496 731670 0 0 0 136318 307 0 0 20 0 1 0 377007161 6924980224 1435841 33554432000 4194304 5654031 140733493590032 140733493587816 4232775 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/9393/statm: 1690669 1435841 141 357 0 1690309 0
Current children cumulated CPU time (s) 1532.01
Current children cumulated vsize (KiB) 11324172

[startup+1602.3 s]
/proc/loadavg: 2.03 2.03 2.24 3/179 9427
/proc/meminfo: memFree=9331816/32873852 swapFree=6864/6864
[pid=9368] ppid=9366 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/9368/stat : 9368 (npSolver-pbo-It) S 9366 9368 7832 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 376989578 9367552 274 33554432000 4194304 5064252 140735259394976 140735259393888 229355710030 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/9368/statm: 2287 274 233 213 0 72 0
[pid=9370] ppid=9368 vsize=4552348 CPUtime=165.76 cores=0,2,4,6
/proc/9370/stat : 9370 (npSolver-pbo) S 9368 9368 7832 0 -1 4202496 75254 30926 0 0 3702 592 11538 744 20 0 1 0 376989578 4661604352 753719 33554432000 4194304 6004724 140737028239616 140737028225896 5190736 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 109 0 0
/proc/9370/statm: 1138087 753719 174 442 0 1137641 0
[pid=9393] ppid=9370 vsize=6764496 CPUtime=1426.25 cores=0,2,4,6
/proc/9393/stat : 9393 (glucosInc) R 9370 9368 7832 0 -1 4202496 737333 0 0 0 142315 310 0 0 20 0 1 0 377007161 6926843904 1436843 33554432000 4194304 5654031 140733493590032 140733493588104 4232581 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/9393/statm: 1691124 1436843 141 357 0 1690764 0
Current children cumulated CPU time (s) 1592.01
Current children cumulated vsize (KiB) 11325992

[startup+1662.3 s]
/proc/loadavg: 2.01 2.02 2.22 3/179 9427
/proc/meminfo: memFree=9367412/32873852 swapFree=6864/6864
[pid=9368] ppid=9366 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/9368/stat : 9368 (npSolver-pbo-It) S 9366 9368 7832 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 376989578 9367552 274 33554432000 4194304 5064252 140735259394976 140735259393888 229355710030 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/9368/statm: 2287 274 233 213 0 72 0
[pid=9370] ppid=9368 vsize=4552348 CPUtime=165.76 cores=0,2,4,6
/proc/9370/stat : 9370 (npSolver-pbo) S 9368 9368 7832 0 -1 4202496 75254 30926 0 0 3702 592 11538 744 20 0 1 0 376989578 4661604352 753719 33554432000 4194304 6004724 140737028239616 140737028225896 5190736 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 109 0 0
/proc/9370/statm: 1138087 753719 174 442 0 1137641 0
[pid=9393] ppid=9370 vsize=6767004 CPUtime=1486.23 cores=0,2,4,6
/proc/9393/stat : 9393 (glucosInc) R 9370 9368 7832 0 -1 4202496 738036 0 0 0 148313 310 0 0 20 0 1 0 377007161 6929412096 1437546 33554432000 4194304 5654031 140733493590032 140733493587816 4232477 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/9393/statm: 1691751 1437546 141 357 0 1691391 0
Current children cumulated CPU time (s) 1651.99
Current children cumulated vsize (KiB) 11328500

[startup+1722.3 s]
/proc/loadavg: 2.00 2.01 2.20 3/179 9427
/proc/meminfo: memFree=9362556/32873852 swapFree=6864/6864
[pid=9368] ppid=9366 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/9368/stat : 9368 (npSolver-pbo-It) S 9366 9368 7832 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 376989578 9367552 274 33554432000 4194304 5064252 140735259394976 140735259393888 229355710030 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/9368/statm: 2287 274 233 213 0 72 0
[pid=9370] ppid=9368 vsize=4552348 CPUtime=165.76 cores=0,2,4,6
/proc/9370/stat : 9370 (npSolver-pbo) S 9368 9368 7832 0 -1 4202496 75254 30926 0 0 3702 592 11538 744 20 0 1 0 376989578 4661604352 753719 33554432000 4194304 6004724 140737028239616 140737028225896 5190736 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 109 0 0
/proc/9370/statm: 1138087 753719 174 442 0 1137641 0
[pid=9393] ppid=9370 vsize=6768164 CPUtime=1546.22 cores=0,2,4,6
/proc/9393/stat : 9393 (glucosInc) R 9370 9368 7832 0 -1 4202496 743512 0 0 0 154309 313 0 0 20 0 1 0 377007161 6930599936 1437851 33554432000 4194304 5654031 140733493590032 140733493587816 4232477 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/9393/statm: 1692041 1437851 141 357 0 1691681 0
Current children cumulated CPU time (s) 1711.98
Current children cumulated vsize (KiB) 11329660

[startup+1782.3 s]
/proc/loadavg: 2.04 2.03 2.19 3/179 9427
/proc/meminfo: memFree=9355512/32873852 swapFree=6864/6864
[pid=9368] ppid=9366 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/9368/stat : 9368 (npSolver-pbo-It) S 9366 9368 7832 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 376989578 9367552 274 33554432000 4194304 5064252 140735259394976 140735259393888 229355710030 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/9368/statm: 2287 274 233 213 0 72 0
[pid=9370] ppid=9368 vsize=4552348 CPUtime=165.76 cores=0,2,4,6
/proc/9370/stat : 9370 (npSolver-pbo) S 9368 9368 7832 0 -1 4202496 75254 30926 0 0 3702 592 11538 744 20 0 1 0 376989578 4661604352 753719 33554432000 4194304 6004724 140737028239616 140737028225896 5190736 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 109 0 0
/proc/9370/statm: 1138087 753719 174 442 0 1137641 0
[pid=9393] ppid=9370 vsize=6771464 CPUtime=1606.21 cores=0,2,4,6
/proc/9393/stat : 9393 (glucosInc) R 9370 9368 7832 0 -1 4202496 749518 0 0 0 160305 316 0 0 20 0 1 0 377007161 6933979136 1438689 33554432000 4194304 5654031 140733493590032 140733493587816 4232775 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/9393/statm: 1692866 1438689 141 357 0 1692506 0
Current children cumulated CPU time (s) 1771.97
Current children cumulated vsize (KiB) 11332960



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1810.4 s]
/proc/loadavg: 2.02 2.02 2.18 3/178 9467
/proc/meminfo: memFree=20251176/32873852 swapFree=6864/6864
[pid=9368] ppid=9366 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/9368/stat : 9368 (npSolver-pbo-It) S 9366 9368 7832 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 376989578 9367552 274 33554432000 4194304 5064252 140735259394976 140735259393888 229355710030 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/9368/statm: 2287 274 233 213 0 72 0
[pid=9370] ppid=9368 vsize=4552348 CPUtime=165.76 cores=0,2,4,6
/proc/9370/stat : 9370 (npSolver-pbo) S 9368 9368 7832 0 -1 4202496 75254 30926 0 0 3702 592 11538 744 20 0 1 0 376989578 4661604352 753719 33554432000 4194304 6004724 140737028239616 140737028225896 5190736 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 109 0 0
/proc/9370/statm: 1138087 753719 174 442 0 1137641 0
[pid=9393] ppid=9370 vsize=6772784 CPUtime=1634.31 cores=0,2,4,6
/proc/9393/stat : 9393 (glucosInc) R 9370 9368 7832 0 -1 4202496 755026 0 0 0 163113 318 0 0 20 0 1 0 377007161 6935330816 1439029 33554432000 4194304 5654031 140733493590032 140733493587816 4232632 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/9393/statm: 1693196 1439029 141 357 0 1692836 0
Current children cumulated CPU time (s) 1800.07
Current children cumulated vsize (KiB) 11334280

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

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

Child ended because it received signal 15 (SIGTERM)

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 9368 and gives
#  childrusage.ru_utime.tv_sec=0
#  childrusage.ru_utime.tv_usec=999
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=0
# CPU time returned by wait4() is 0.000999
# while last known CPU time is 1800.07
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1810.42
CPU time (s): 1800.07
CPU user time (s): 1783.53
CPU system time (s): 16.54
CPU usage (%): 99.4285
Max. virtual memory (cumulated for all children) (KiB): 11395644

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 0.000999
system time used= 0
maximum resident set size= 1096
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 358
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 4
involuntary context switches= 1

runsolver used 3.58045 second user time and 10.9133 second system time

The end

Launcher Data

Begin job on node129 at 2012-06-08 00:37:21
IDJOB=3746984
IDBENCH=92670
IDSOLVER=2332
FILE ID=node129/3746984-1339108640
RUNJOBID= node129-1339098175-7848
PBS_JOBID= 14643724
Free space on /tmp= 70732 MiB

SOLVER NAME= npSolver inc-topDown
BENCH NAME= PB12/normalized-PB12/OPT-BIGINT-LIN/zahidi/MH+IC/normalized-minisat50_4_16_1_mh_ic.opb
COMMAND LINE= DIR/npSolver-pbo-Itd.sh BENCHNAME RANDOMSEED TMPDIR DIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3746984-1339108640/watcher-3746984-1339108640 -o /tmp/evaluation-result-3746984-1339108640/solver-3746984-1339108640 -C 1800 -W 1900 -M 15500  HOME/npSolver-pbo-Itd.sh HOME/instance-3746984-1339108640.opb 1275267239 HOME HOME

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

MD5SUM BENCH= d5e7ab00f82d8a167f85d70472648422
RANDOM SEED=1275267239

node129.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.957
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.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.957
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.957
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.957
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.957
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.957
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.92
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.957
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.90
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.957
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.90
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873852 kB
MemFree:        31808152 kB
Buffers:           81780 kB
Cached:           167732 kB
SwapCached:         2324 kB
Active:           229908 kB
Inactive:          22896 kB
Active(anon):        312 kB
Inactive(anon):     5880 kB
Active(file):     229596 kB
Inactive(file):    17016 kB
Unevictable:        6864 kB
Mlocked:            6864 kB
SwapTotal:      67108856 kB
SwapFree:       67099756 kB
Dirty:             88944 kB
Writeback:             0 kB
AnonPages:          9224 kB
Mapped:             8072 kB
Shmem:                 0 kB
Slab:             671980 kB
SReclaimable:     112900 kB
SUnreclaim:       559080 kB
KernelStack:        1408 kB
PageTables:         3956 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545780 kB
Committed_AS:     102112 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346360 kB
VmallocChunk:   34341988004 kB
HardwareCorrupted:     0 kB
AnonHugePages:         0 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= 68432 MiB
End job on node129 at 2012-06-08 01:07:34