Trace number 3748584

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 (fixed)? (TO) 1800.06 1801.43

General information on the benchmark

Name/OPT-BIGINT-LIN/zahidi/MH+IC/
normalized-minisat50_4_16_6_mh_ic.opb
MD5SUM10217e17cbd04c0c5cd10efd0fff5914
Bench CategoryOPT-BIGINT-LIN (optimisation, big integers, linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark5942333
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 116930169
Number of bits for the biggest coefficient in the objective function 27
Sum of the numbers in the objective function 53972678158
Number of bits of the sum of numbers in the objective function 36
Biggest number in a constraint 116930169
Number of bits of the biggest number in a constraint 27
Biggest sum of numbers in a constraint 53972678158
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

Solver Data

2.69/2.70	c old isEQ: 0, new EQ is 1
2.69/2.72	c old isEQ: 88, new EQ is 0
2.69/2.76	c old isEQ: 0, new EQ is 0
2.79/2.81	c old isEQ: 0, new EQ is 0
2.79/2.86	c old isEQ: 0, new EQ is 0
2.89/2.90	c old isEQ: 0, new EQ is 0
2.89/2.95	c old isEQ: 0, new EQ is 0
2.89/2.99	c old isEQ: 0, new EQ is 0
2.99/3.04	c old isEQ: 0, new EQ is 0
2.99/3.08	c old isEQ: 0, new EQ is 0
3.09/3.13	c old isEQ: 0, new EQ is 0
3.09/3.17	c old isEQ: 0, new EQ is 0
43.59/43.60	c run inc solver
43.59/43.60	c [INC SYSTEM] run initial solver
43.59/43.60	c [INC SYSTEM] preprocess with white file
167.31/168.42	c [INC SYSTEM] finished preprocessing in 124 s
167.31/168.42	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-3748584-1339173844/watcher-3748584-1339173844 -o /tmp/evaluation-result-3748584-1339173844/solver-3748584-1339173844 -C 1800 -W 1900 -M 15500 HOME/npSolver-pbo-I.sh HOME/instance-3748584-1339173844.opb 296445124 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.17 2.04 2.01 2/178 24062
/proc/meminfo: memFree=27985512/32873844 swapFree=7372/7372
[pid=24062] ppid=24060 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/24062/stat : 24062 (npSolver-pbo-I.) S 24060 24062 23680 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 383513137 9367552 274 33554432000 4194304 5064252 140733262252912 140733262251824 245294065230 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/24062/statm: 2287 274 233 213 0 72 0

[startup+0.04043 s]
/proc/loadavg: 2.17 2.04 2.01 2/178 24062
/proc/meminfo: memFree=27985512/32873844 swapFree=7372/7372
[pid=24062] ppid=24060 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/24062/stat : 24062 (npSolver-pbo-I.) S 24060 24062 23680 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 383513137 9367552 274 33554432000 4194304 5064252 140733262252912 140733262251824 245294065230 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/24062/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.10033 s]
/proc/loadavg: 2.17 2.04 2.01 2/178 24062
/proc/meminfo: memFree=27985512/32873844 swapFree=7372/7372
[pid=24062] ppid=24060 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/24062/stat : 24062 (npSolver-pbo-I.) S 24060 24062 23680 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 383513137 9367552 274 33554432000 4194304 5064252 140733262252912 140733262251824 245294065230 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/24062/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.300362 s]
/proc/loadavg: 2.17 2.04 2.01 2/178 24062
/proc/meminfo: memFree=27985512/32873844 swapFree=7372/7372
[pid=24062] ppid=24060 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/24062/stat : 24062 (npSolver-pbo-I.) S 24060 24062 23680 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 383513137 9367552 274 33554432000 4194304 5064252 140733262252912 140733262251824 245294065230 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/24062/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.700363 s]
/proc/loadavg: 2.17 2.04 2.01 2/178 24062
/proc/meminfo: memFree=27985512/32873844 swapFree=7372/7372
[pid=24062] ppid=24060 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/24062/stat : 24062 (npSolver-pbo-I.) S 24060 24062 23680 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 383513137 9367552 274 33554432000 4194304 5064252 140733262252912 140733262251824 245294065230 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/24062/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+1.50038 s]
/proc/loadavg: 2.16 2.04 2.01 3/180 24064
/proc/meminfo: memFree=27881344/32873844 swapFree=7372/7372
[pid=24062] ppid=24060 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/24062/stat : 24062 (npSolver-pbo-I.) S 24060 24062 23680 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 383513137 9367552 274 33554432000 4194304 5064252 140733262252912 140733262251824 245294065230 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/24062/statm: 2287 274 233 213 0 72 0
[pid=24063] ppid=24062 vsize=219176 CPUtime=1.48 cores=1,3,5,7
/proc/24063/stat : 24063 (npSolver-pbo) R 24062 24062 23680 0 -1 4202496 24907 0 0 0 140 8 0 0 20 0 1 0 383513137 224436224 38197 33554432000 4194304 6004724 140734201009424 140734201005448 4968639 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/24063/statm: 54794 38198 130 442 0 54348 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 228324

[startup+3.10037 s]
/proc/loadavg: 2.16 2.04 2.01 3/180 24064
/proc/meminfo: memFree=27768328/32873844 swapFree=7372/7372
[pid=24062] ppid=24060 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/24062/stat : 24062 (npSolver-pbo-I.) S 24060 24062 23680 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 383513137 9367552 274 33554432000 4194304 5064252 140733262252912 140733262251824 245294065230 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/24062/statm: 2287 274 233 213 0 72 0
[pid=24063] ppid=24062 vsize=357864 CPUtime=3.09 cores=1,3,5,7
/proc/24063/stat : 24063 (npSolver-pbo) R 24062 24062 23680 0 -1 4202496 67048 0 0 0 290 19 0 0 20 0 1 0 383513137 366452736 88765 33554432000 4194304 6004724 140734201009424 140734201004936 4534738 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/24063/statm: 89466 88765 156 442 0 89020 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 367012

[startup+6.30038 s]
/proc/loadavg: 2.16 2.04 2.01 3/180 24064
/proc/meminfo: memFree=27451260/32873844 swapFree=7372/7372
[pid=24062] ppid=24060 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/24062/stat : 24062 (npSolver-pbo-I.) S 24060 24062 23680 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 383513137 9367552 274 33554432000 4194304 5064252 140733262252912 140733262251824 245294065230 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/24062/statm: 2287 274 233 213 0 72 0
[pid=24063] ppid=24062 vsize=620192 CPUtime=6.29 cores=1,3,5,7
/proc/24063/stat : 24063 (npSolver-pbo) R 24062 24062 23680 0 -1 4202496 68672 0 0 0 602 27 0 0 20 0 1 0 383513137 635076608 151102 33554432000 4194304 6004724 140734201009424 140734201004040 4536240 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/24063/statm: 155048 151102 163 442 0 154602 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 629340

[startup+12.7004 s]
/proc/loadavg: 2.13 2.04 2.01 3/180 24064
/proc/meminfo: memFree=26963488/32873844 swapFree=7372/7372
[pid=24062] ppid=24060 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/24062/stat : 24062 (npSolver-pbo-I.) S 24060 24062 23680 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 383513137 9367552 274 33554432000 4194304 5064252 140733262252912 140733262251824 245294065230 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/24062/statm: 2287 274 233 213 0 72 0
[pid=24063] ppid=24062 vsize=1406624 CPUtime=12.69 cores=1,3,5,7
/proc/24063/stat : 24063 (npSolver-pbo) R 24062 24062 23680 0 -1 4202496 70308 0 0 0 1220 49 0 0 20 0 1 0 383513137 1440382976 268862 33554432000 4194304 6004724 140734201009424 140734201004040 4534755 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/24063/statm: 351656 268862 163 442 0 351210 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 1415772

[startup+25.5004 s]
/proc/loadavg: 2.11 2.04 2.01 3/180 24064
/proc/meminfo: memFree=26006268/32873844 swapFree=7372/7372
[pid=24062] ppid=24060 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/24062/stat : 24062 (npSolver-pbo-I.) S 24060 24062 23680 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 383513137 9367552 274 33554432000 4194304 5064252 140733262252912 140733262251824 245294065230 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/24062/statm: 2287 274 233 213 0 72 0
[pid=24063] ppid=24062 vsize=2455200 CPUtime=25.48 cores=1,3,5,7
/proc/24063/stat : 24063 (npSolver-pbo) R 24062 24062 23680 0 -1 4202496 71780 0 0 0 2464 84 0 0 20 0 1 0 383513137 2514124800 498750 33554432000 4194304 6004724 140734201009424 140734201004232 4536305 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/24063/statm: 613800 498750 163 442 0 613354 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 2464348

[startup+51.1004 s]
/proc/loadavg: 2.15 2.05 2.01 3/182 24066
/proc/meminfo: memFree=21470064/32873844 swapFree=7372/7372
[pid=24062] ppid=24060 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/24062/stat : 24062 (npSolver-pbo-I.) S 24060 24062 23680 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 383513137 9367552 274 33554432000 4194304 5064252 140733262252912 140733262251824 245294065230 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/24062/statm: 2287 274 233 213 0 72 0
[pid=24063] ppid=24062 vsize=4552352 CPUtime=43.81 cores=1,3,5,7
/proc/24063/stat : 24063 (npSolver-pbo) S 24062 24062 23680 0 -1 4202496 75401 0 0 0 3810 571 0 0 20 0 1 0 383513137 4661608448 753222 33554432000 4194304 6004724 140734201009424 140734201003888 5186782 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 14 0 0
/proc/24063/statm: 1138088 753222 171 442 0 1137642 0
[pid=24065] ppid=24063 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/24065/stat : 24065 (cp2_pre.sh) S 24063 24062 23680 0 -1 4202496 608 0 0 0 0 0 0 0 20 0 1 0 383517532 9367552 276 33554432000 4194304 5064252 140736878725984 140736878724688 245294065230 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/24065/statm: 2287 276 234 213 0 72 0
[pid=24066] ppid=24065 vsize=809132 CPUtime=7.12 cores=1,3,5,7
/proc/24066/stat : 24066 (coprocessor) R 24065 24062 23680 0 -1 4202496 18347 0 0 0 678 34 0 0 20 0 1 0 383517534 828551168 187588 33554432000 4194304 6586260 140733581986976 140733581983736 5732400 0 0 4096 8404994 0 0 0 17 5 0 0 0 0 0
/proc/24066/statm: 202283 187588 137 584 0 201695 0
Current children cumulated CPU time (s) 50.93
Current children cumulated vsize (KiB) 5379780

[startup+102.307 s]
/proc/loadavg: 2.55 2.20 2.07 3/182 24067
/proc/meminfo: memFree=17568072/32873844 swapFree=7372/7372
[pid=24062] ppid=24060 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/24062/stat : 24062 (npSolver-pbo-I.) S 24060 24062 23680 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 383513137 9367552 274 33554432000 4194304 5064252 140733262252912 140733262251824 245294065230 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/24062/statm: 2287 274 233 213 0 72 0
[pid=24063] ppid=24062 vsize=4552352 CPUtime=43.81 cores=1,3,5,7
/proc/24063/stat : 24063 (npSolver-pbo) S 24062 24062 23680 0 -1 4202496 75401 0 0 0 3810 571 0 0 20 0 1 0 383513137 4661608448 753222 33554432000 4194304 6004724 140734201009424 140734201003888 5186782 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 14 0 0
/proc/24063/statm: 1138088 753222 171 442 0 1137642 0
[pid=24065] ppid=24063 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/24065/stat : 24065 (cp2_pre.sh) S 24063 24062 23680 0 -1 4202496 608 0 0 0 0 0 0 0 20 0 1 0 383517532 9367552 276 33554432000 4194304 5064252 140736878725984 140736878724688 245294065230 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/24065/statm: 2287 276 234 213 0 72 0
[pid=24066] ppid=24065 vsize=4954940 CPUtime=58.14 cores=1,3,5,7
/proc/24066/stat : 24066 (coprocessor) R 24065 24062 23680 0 -1 4202496 29564 0 0 0 5510 304 0 0 20 0 1 0 383517534 5073858560 1002146 33554432000 4194304 6586260 140733581986976 140733581982728 5732496 0 0 4096 8404994 0 0 0 17 5 0 0 17 0 0
/proc/24066/statm: 1238735 1002146 158 584 0 1238147 0
Current children cumulated CPU time (s) 101.95
Current children cumulated vsize (KiB) 9525588

[startup+162.3 s]
/proc/loadavg: 2.28 2.19 2.07 3/182 24067
/proc/meminfo: memFree=16000116/32873844 swapFree=7372/7372
[pid=24062] ppid=24060 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/24062/stat : 24062 (npSolver-pbo-I.) S 24060 24062 23680 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 383513137 9367552 274 33554432000 4194304 5064252 140733262252912 140733262251824 245294065230 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/24062/statm: 2287 274 233 213 0 72 0
[pid=24063] ppid=24062 vsize=4552352 CPUtime=43.81 cores=1,3,5,7
/proc/24063/stat : 24063 (npSolver-pbo) S 24062 24062 23680 0 -1 4202496 75401 0 0 0 3810 571 0 0 20 0 1 0 383513137 4661608448 753222 33554432000 4194304 6004724 140734201009424 140734201003888 5186782 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 14 0 0
/proc/24063/statm: 1138088 753222 171 442 0 1137642 0
[pid=24065] ppid=24063 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/24065/stat : 24065 (cp2_pre.sh) S 24063 24062 23680 0 -1 4202496 608 0 0 0 0 0 0 0 20 0 1 0 383517532 9367552 276 33554432000 4194304 5064252 140736878725984 140736878724688 245294065230 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/24065/statm: 2287 276 234 213 0 72 0
[pid=24066] ppid=24065 vsize=4954940 CPUtime=117.43 cores=1,3,5,7
/proc/24066/stat : 24066 (coprocessor) R 24065 24062 23680 0 -1 4202496 29564 0 0 0 11117 626 0 0 20 0 1 0 383517534 5073858560 1002146 33554432000 4194304 6586260 140733581986976 140733581982728 5732496 0 0 4096 8404994 0 0 0 17 5 0 0 86 0 0
/proc/24066/statm: 1238735 1002146 158 584 0 1238147 0
Current children cumulated CPU time (s) 161.24
Current children cumulated vsize (KiB) 9525588

[startup+222.3 s]
/proc/loadavg: 2.10 2.15 2.07 3/181 24069
/proc/meminfo: memFree=16867312/32873844 swapFree=7372/7372
[pid=24062] ppid=24060 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/24062/stat : 24062 (npSolver-pbo-I.) S 24060 24062 23680 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 383513137 9367552 274 33554432000 4194304 5064252 140733262252912 140733262251824 245294065230 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/24062/statm: 2287 274 233 213 0 72 0
[pid=24063] ppid=24062 vsize=4552352 CPUtime=167.36 cores=1,3,5,7
/proc/24063/stat : 24063 (npSolver-pbo) S 24062 24062 23680 0 -1 4202496 75417 30466 0 0 3810 572 11640 714 20 0 1 0 383513137 4661608448 753225 33554432000 4194304 6004724 140734201009424 140734200995704 5190736 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 14 0 0
/proc/24063/statm: 1138088 753225 174 442 0 1137642 0
[pid=24069] ppid=24063 vsize=6661860 CPUtime=53.84 cores=1,3,5,7
/proc/24069/stat : 24069 (glucosInc) R 24063 24062 23680 0 -1 4202496 602186 0 0 0 5155 229 0 0 20 0 1 0 383529980 6821744640 1409431 33554432000 4194304 5654031 140736402416720 140736402414504 4208595 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/24069/statm: 1665465 1409431 131 357 0 1665105 0
Current children cumulated CPU time (s) 221.2
Current children cumulated vsize (KiB) 11223360

[startup+282.3 s]
/proc/loadavg: 2.04 2.12 2.06 3/181 24069
/proc/meminfo: memFree=16842240/32873844 swapFree=7372/7372
[pid=24062] ppid=24060 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/24062/stat : 24062 (npSolver-pbo-I.) S 24060 24062 23680 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 383513137 9367552 274 33554432000 4194304 5064252 140733262252912 140733262251824 245294065230 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/24062/statm: 2287 274 233 213 0 72 0
[pid=24063] ppid=24062 vsize=4552352 CPUtime=167.36 cores=1,3,5,7

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

/proc/meminfo: memFree=16699824/32873844 swapFree=7372/7372
[pid=24062] ppid=24060 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/24062/stat : 24062 (npSolver-pbo-I.) S 24060 24062 23680 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 383513137 9367552 274 33554432000 4194304 5064252 140733262252912 140733262251824 245294065230 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/24062/statm: 2287 274 233 213 0 72 0
[pid=24063] ppid=24062 vsize=4552352 CPUtime=167.36 cores=1,3,5,7
/proc/24063/stat : 24063 (npSolver-pbo) S 24062 24062 23680 0 -1 4202496 75417 30466 0 0 3810 572 11640 714 20 0 1 0 383513137 4661608448 753225 33554432000 4194304 6004724 140734201009424 140734200995704 5190736 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 14 0 0
/proc/24063/statm: 1138088 753225 174 442 0 1137642 0
[pid=24069] ppid=24063 vsize=6753312 CPUtime=1133.68 cores=1,3,5,7
/proc/24069/stat : 24069 (glucosInc) R 24063 24062 23680 0 -1 4202496 705119 0 0 0 113096 272 0 0 20 0 1 0 383529980 6915391488 1433522 33554432000 4194304 5654031 140736402416720 140736402414504 4208595 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/24069/statm: 1688328 1433522 141 357 0 1687968 0
Current children cumulated CPU time (s) 1301.04
Current children cumulated vsize (KiB) 11314812

[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 24102
/proc/meminfo: memFree=16647008/32873844 swapFree=7372/7372
[pid=24062] ppid=24060 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/24062/stat : 24062 (npSolver-pbo-I.) S 24060 24062 23680 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 383513137 9367552 274 33554432000 4194304 5064252 140733262252912 140733262251824 245294065230 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/24062/statm: 2287 274 233 213 0 72 0
[pid=24063] ppid=24062 vsize=4552352 CPUtime=167.36 cores=1,3,5,7
/proc/24063/stat : 24063 (npSolver-pbo) S 24062 24062 23680 0 -1 4202496 75417 30466 0 0 3810 572 11640 714 20 0 1 0 383513137 4661608448 753225 33554432000 4194304 6004724 140734201009424 140734200995704 5190736 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 14 0 0
/proc/24063/statm: 1138088 753225 174 442 0 1137642 0
[pid=24069] ppid=24063 vsize=6757932 CPUtime=1193.66 cores=1,3,5,7
/proc/24069/stat : 24069 (glucosInc) R 24063 24062 23680 0 -1 4202496 710975 0 0 0 119091 275 0 0 20 0 1 0 383529980 6920122368 1434720 33554432000 4194304 5654031 140736402416720 140736402414504 4232775 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/24069/statm: 1689483 1434720 141 357 0 1689123 0
Current children cumulated CPU time (s) 1361.02
Current children cumulated vsize (KiB) 11319432

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 24102
/proc/meminfo: memFree=16712788/32873844 swapFree=7372/7372
[pid=24062] ppid=24060 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/24062/stat : 24062 (npSolver-pbo-I.) S 24060 24062 23680 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 383513137 9367552 274 33554432000 4194304 5064252 140733262252912 140733262251824 245294065230 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/24062/statm: 2287 274 233 213 0 72 0
[pid=24063] ppid=24062 vsize=4552352 CPUtime=167.36 cores=1,3,5,7
/proc/24063/stat : 24063 (npSolver-pbo) S 24062 24062 23680 0 -1 4202496 75417 30466 0 0 3810 572 11640 714 20 0 1 0 383513137 4661608448 753225 33554432000 4194304 6004724 140734201009424 140734200995704 5190736 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 14 0 0
/proc/24063/statm: 1138088 753225 174 442 0 1137642 0
[pid=24069] ppid=24063 vsize=6759836 CPUtime=1253.66 cores=1,3,5,7
/proc/24069/stat : 24069 (glucosInc) R 24063 24062 23680 0 -1 4202496 716178 0 0 0 125089 277 0 0 20 0 1 0 383529980 6922072064 1435755 33554432000 4194304 5654031 140736402416720 140736402414504 4209096 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/24069/statm: 1689959 1435755 141 357 0 1689599 0
Current children cumulated CPU time (s) 1421.02
Current children cumulated vsize (KiB) 11321336

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 24102
/proc/meminfo: memFree=16688776/32873844 swapFree=7372/7372
[pid=24062] ppid=24060 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/24062/stat : 24062 (npSolver-pbo-I.) S 24060 24062 23680 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 383513137 9367552 274 33554432000 4194304 5064252 140733262252912 140733262251824 245294065230 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/24062/statm: 2287 274 233 213 0 72 0
[pid=24063] ppid=24062 vsize=4552352 CPUtime=167.36 cores=1,3,5,7
/proc/24063/stat : 24063 (npSolver-pbo) S 24062 24062 23680 0 -1 4202496 75417 30466 0 0 3810 572 11640 714 20 0 1 0 383513137 4661608448 753225 33554432000 4194304 6004724 140734201009424 140734200995704 5190736 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 14 0 0
/proc/24063/statm: 1138088 753225 174 442 0 1137642 0
[pid=24069] ppid=24063 vsize=6762676 CPUtime=1313.64 cores=1,3,5,7
/proc/24069/stat : 24069 (glucosInc) R 24063 24062 23680 0 -1 4202496 721597 0 0 0 131084 280 0 0 20 0 1 0 383529980 6924980224 1436512 33554432000 4194304 5654031 140736402416720 140736402404536 4232632 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/24069/statm: 1690669 1436512 141 357 0 1690309 0
Current children cumulated CPU time (s) 1481
Current children cumulated vsize (KiB) 11324176

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 24102
/proc/meminfo: memFree=16714156/32873844 swapFree=7372/7372
[pid=24062] ppid=24060 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/24062/stat : 24062 (npSolver-pbo-I.) S 24060 24062 23680 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 383513137 9367552 274 33554432000 4194304 5064252 140733262252912 140733262251824 245294065230 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/24062/statm: 2287 274 233 213 0 72 0
[pid=24063] ppid=24062 vsize=4552352 CPUtime=167.36 cores=1,3,5,7
/proc/24063/stat : 24063 (npSolver-pbo) S 24062 24062 23680 0 -1 4202496 75417 30466 0 0 3810 572 11640 714 20 0 1 0 383513137 4661608448 753225 33554432000 4194304 6004724 140734201009424 140734200995704 5190736 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 14 0 0
/proc/24063/statm: 1138088 753225 174 442 0 1137642 0
[pid=24069] ppid=24063 vsize=6764892 CPUtime=1373.64 cores=1,3,5,7
/proc/24069/stat : 24069 (glucosInc) R 24063 24062 23680 0 -1 4202496 726821 0 0 0 137082 282 0 0 20 0 1 0 383529980 6927249408 1437075 33554432000 4194304 5654031 140736402416720 140736402414504 4232632 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/24069/statm: 1691223 1437075 141 357 0 1690863 0
Current children cumulated CPU time (s) 1541
Current children cumulated vsize (KiB) 11326392

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/182 24105
/proc/meminfo: memFree=16693672/32873844 swapFree=7372/7372
[pid=24062] ppid=24060 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/24062/stat : 24062 (npSolver-pbo-I.) S 24060 24062 23680 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 383513137 9367552 274 33554432000 4194304 5064252 140733262252912 140733262251824 245294065230 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/24062/statm: 2287 274 233 213 0 72 0
[pid=24063] ppid=24062 vsize=4552352 CPUtime=167.36 cores=1,3,5,7
/proc/24063/stat : 24063 (npSolver-pbo) S 24062 24062 23680 0 -1 4202496 75417 30466 0 0 3810 572 11640 714 20 0 1 0 383513137 4661608448 753225 33554432000 4194304 6004724 140734201009424 140734200995704 5190736 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 14 0 0
/proc/24063/statm: 1138088 753225 174 442 0 1137642 0
[pid=24069] ppid=24063 vsize=6767504 CPUtime=1433.63 cores=1,3,5,7
/proc/24069/stat : 24069 (glucosInc) R 24063 24062 23680 0 -1 4202496 732228 0 0 0 143078 285 0 0 20 0 1 0 383529980 6929924096 1437822 33554432000 4194304 5654031 140736402416720 140736402414504 4208595 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/24069/statm: 1691876 1437822 141 357 0 1691516 0
Current children cumulated CPU time (s) 1600.99
Current children cumulated vsize (KiB) 11329004

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 24106
/proc/meminfo: memFree=16673016/32873844 swapFree=7372/7372
[pid=24062] ppid=24060 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/24062/stat : 24062 (npSolver-pbo-I.) S 24060 24062 23680 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 383513137 9367552 274 33554432000 4194304 5064252 140733262252912 140733262251824 245294065230 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/24062/statm: 2287 274 233 213 0 72 0
[pid=24063] ppid=24062 vsize=4552352 CPUtime=167.36 cores=1,3,5,7
/proc/24063/stat : 24063 (npSolver-pbo) S 24062 24062 23680 0 -1 4202496 75417 30466 0 0 3810 572 11640 714 20 0 1 0 383513137 4661608448 753225 33554432000 4194304 6004724 140734201009424 140734200995704 5190736 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 14 0 0
/proc/24063/statm: 1138088 753225 174 442 0 1137642 0
[pid=24069] ppid=24063 vsize=6768956 CPUtime=1493.62 cores=1,3,5,7
/proc/24069/stat : 24069 (glucosInc) R 24063 24062 23680 0 -1 4202496 737261 0 0 0 149075 287 0 0 20 0 1 0 383529980 6931410944 1438198 33554432000 4194304 5654031 140736402416720 140736402414792 4232821 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/24069/statm: 1692239 1438198 141 357 0 1691879 0
Current children cumulated CPU time (s) 1660.98
Current children cumulated vsize (KiB) 11330456

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 24106
/proc/meminfo: memFree=16655416/32873844 swapFree=7372/7372
[pid=24062] ppid=24060 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/24062/stat : 24062 (npSolver-pbo-I.) S 24060 24062 23680 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 383513137 9367552 274 33554432000 4194304 5064252 140733262252912 140733262251824 245294065230 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/24062/statm: 2287 274 233 213 0 72 0
[pid=24063] ppid=24062 vsize=4552352 CPUtime=167.36 cores=1,3,5,7
/proc/24063/stat : 24063 (npSolver-pbo) S 24062 24062 23680 0 -1 4202496 75417 30466 0 0 3810 572 11640 714 20 0 1 0 383513137 4661608448 753225 33554432000 4194304 6004724 140734201009424 140734200995704 5190736 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 14 0 0
/proc/24063/statm: 1138088 753225 174 442 0 1137642 0
[pid=24069] ppid=24063 vsize=6771728 CPUtime=1553.6 cores=1,3,5,7
/proc/24069/stat : 24069 (glucosInc) R 24063 24062 23680 0 -1 4202496 737971 0 0 0 155073 287 0 0 20 0 1 0 383529980 6934249472 1438908 33554432000 4194304 5654031 140736402416720 140736402414504 4232495 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/24069/statm: 1692932 1438908 141 357 0 1692572 0
Current children cumulated CPU time (s) 1720.96
Current children cumulated vsize (KiB) 11333228

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 24146
/proc/meminfo: memFree=17053508/32873844 swapFree=7372/7372
[pid=24062] ppid=24060 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/24062/stat : 24062 (npSolver-pbo-I.) S 24060 24062 23680 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 383513137 9367552 274 33554432000 4194304 5064252 140733262252912 140733262251824 245294065230 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/24062/statm: 2287 274 233 213 0 72 0
[pid=24063] ppid=24062 vsize=4552352 CPUtime=167.36 cores=1,3,5,7
/proc/24063/stat : 24063 (npSolver-pbo) S 24062 24062 23680 0 -1 4202496 75417 30466 0 0 3810 572 11640 714 20 0 1 0 383513137 4661608448 753225 33554432000 4194304 6004724 140734201009424 140734200995704 5190736 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 14 0 0
/proc/24063/statm: 1138088 753225 174 442 0 1137642 0
[pid=24069] ppid=24063 vsize=6775820 CPUtime=1613.6 cores=1,3,5,7
/proc/24069/stat : 24069 (glucosInc) R 24063 24062 23680 0 -1 4202496 743725 0 0 0 161070 290 0 0 20 0 1 0 383529980 6938439680 1440005 33554432000 4194304 5654031 140736402416720 140736402414504 4232775 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/24069/statm: 1693955 1440005 141 357 0 1693595 0
Current children cumulated CPU time (s) 1780.96
Current children cumulated vsize (KiB) 11337320



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1801.4 s]
/proc/loadavg: 2.00 2.00 2.00 3/182 24148
/proc/meminfo: memFree=14465224/32873844 swapFree=7372/7372
[pid=24062] ppid=24060 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/24062/stat : 24062 (npSolver-pbo-I.) S 24060 24062 23680 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 383513137 9367552 274 33554432000 4194304 5064252 140733262252912 140733262251824 245294065230 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/24062/statm: 2287 274 233 213 0 72 0
[pid=24063] ppid=24062 vsize=4552352 CPUtime=167.36 cores=1,3,5,7
/proc/24063/stat : 24063 (npSolver-pbo) S 24062 24062 23680 0 -1 4202496 75417 30466 0 0 3810 572 11640 714 20 0 1 0 383513137 4661608448 753225 33554432000 4194304 6004724 140734201009424 140734200995704 5190736 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 14 0 0
/proc/24063/statm: 1138088 753225 174 442 0 1137642 0
[pid=24069] ppid=24063 vsize=6777360 CPUtime=1632.7 cores=1,3,5,7
/proc/24069/stat : 24069 (glucosInc) R 24063 24062 23680 0 -1 4202496 748746 0 0 0 162978 292 0 0 20 0 1 0 383529980 6940016640 1440367 33554432000 4194304 5654031 140736402416720 140736402414504 4236088 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/24069/statm: 1694340 1440367 141 357 0 1693980 0
Current children cumulated CPU time (s) 1800.06
Current children cumulated vsize (KiB) 11338860

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 24062 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.06
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1801.43
CPU time (s): 1800.06
CPU user time (s): 1784.28
CPU system time (s): 15.78
CPU usage (%): 99.9239
Max. virtual memory (cumulated for all children) (KiB): 11400488

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= 356
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 4.32234 second user time and 11.4633 second system time

The end

Launcher Data

Begin job on node109 at 2012-06-08 18:44:06
IDJOB=3748584
IDBENCH=92683
IDSOLVER=2333
FILE ID=node109/3748584-1339173844
RUNJOBID= node109-1339172020-23876
PBS_JOBID= 14643833
Free space on /tmp= 70240 MiB

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

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

MD5SUM BENCH= 10217e17cbd04c0c5cd10efd0fff5914
RANDOM SEED=296445124

node109.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		: 2667.264
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	: 5334.52
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		: 2667.264
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		: 2667.264
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		: 2667.264
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		: 2667.264
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		: 2667.264
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.91
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		: 2667.264
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		: 2667.264
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.92
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        27985768 kB
Buffers:         1805436 kB
Cached:          1518288 kB
SwapCached:         1336 kB
Active:          3352076 kB
Inactive:         562604 kB
Active(anon):     587256 kB
Inactive(anon):     5328 kB
Active(file):    2764820 kB
Inactive(file):   557276 kB
Unevictable:        7372 kB
Mlocked:            7372 kB
SwapTotal:      67108856 kB
SwapFree:       67102640 kB
Dirty:            254008 kB
Writeback:             0 kB
AnonPages:        596396 kB
Mapped:            10700 kB
Shmem:                 4 kB
Slab:             831424 kB
SReclaimable:     272940 kB
SUnreclaim:       558484 kB
KernelStack:        1464 kB
PageTables:         5312 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     772888 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:    200704 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= 66840 MiB
End job on node109 at 2012-06-08 19:14:10