Trace number 3699583

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 inc? (TO) 1800.01 1800.62

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB05/
manquinho/ttp/normalized-circ10_3.opb
MD5SUM2821538067d8c071dc9bd4a000c6d040
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark334
Best CPU time to get the best result obtained on this benchmark1800.1
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 340
Optimality of the best value was proved NO
Number of variables2700
Total number of constraints42620
Number of constraints which are clauses20220
Number of constraints which are cardinality constraints (but not clauses)800
Number of constraints which are nor clauses,nor cardinality constraints21600
Minimum length of a constraint2
Maximum length of a constraint36
Number of terms in the objective function 900
Biggest coefficient in the objective function 5
Number of bits for the biggest coefficient in the objective function 3
Sum of the numbers in the objective function 2500
Number of bits of the sum of numbers in the objective function 12
Biggest number in a constraint 32
Number of bits of the biggest number in a constraint 6
Biggest sum of numbers in a constraint 2500
Number of bits of the biggest sum of numbers12
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

3.59/3.61	c run inc solver
3.59/3.61	c [INC SYSTEM] run initial solver
3.59/3.61	c [INC SYSTEM] preprocess with white file
16.46/16.55	c [INC SYSTEM] finished preprocessing in 12 s
16.46/16.55	c [INC SYSTEM] execute solver
22.86/22.92	c [INC SEARCH] formula is SAT
22.86/22.98	c [INC SYSTEM] solved the initial formula
23.06/23.10	c model valid
23.06/23.10	c current solution ok
30.68/31.15	o 394
30.68/31.15	c execute binary inc search
30.68/31.15	c [INC SEARCH] current bound: 197
30.68/31.15	c [INC SEARCH] iteration: 0
30.68/31.15	c [INC SEARCH] lower bound: 0 upperbound 394 current bound: 197 best value:394
30.68/31.15	c [INC SYSTEM] there exists a inc, kill it!
30.68/31.15	c write failed with 2
30.68/31.17	c [INC SYSTEM] create new solver instance
30.68/31.17	c [INC] encode full formula
30.96/31.27	c set iterative enc to: swc
31.25/31.52	c [INC SEARCH] isOptimum variable: 0
1800.01/1800.61	c an unexpexted return value has been received, exit
1800.01/1800.61	s UNKNOWN
1800.01/1800.61	c [INC SYSTEM] there exists a inc, kill it!
1800.01/1800.61	c write failed with -1
1800.01/1800.61	c [INC SYSTEM] there exists an encoder, kill it! (ptr=0x7b59a20)

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-3699583-1338056560/watcher-3699583-1338056560 -o /tmp/evaluation-result-3699583-1338056560/solver-3699583-1338056560 -C 1800 -W 1900 -M 15500 HOME/npSolver-pbo-I.sh HOME/instance-3699583-1338056560.opb 118753020 HOME HOME 

running on 4 cores: 0,2,4,6

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


[startup+0 s]
/proc/loadavg: 2.10 2.07 2.00 3/177 1481
/proc/meminfo: memFree=30111404/32873844 swapFree=7108/7108
[pid=1481] ppid=1479 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/1481/stat : 1481 (npSolver-pbo-I.) S 1479 1481 1127 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 271784578 9367552 274 33554432000 4194304 5064252 140733453597696 140733453596608 249649849934 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/1481/statm: 2287 274 233 213 0 72 0

[startup+0.0204461 s]
/proc/loadavg: 2.10 2.07 2.00 3/177 1481
/proc/meminfo: memFree=30111404/32873844 swapFree=7108/7108
[pid=1481] ppid=1479 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/1481/stat : 1481 (npSolver-pbo-I.) S 1479 1481 1127 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 271784578 9367552 274 33554432000 4194304 5064252 140733453597696 140733453596608 249649849934 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/1481/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.100258 s]
/proc/loadavg: 2.10 2.07 2.00 3/177 1481
/proc/meminfo: memFree=30111404/32873844 swapFree=7108/7108
[pid=1481] ppid=1479 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/1481/stat : 1481 (npSolver-pbo-I.) S 1479 1481 1127 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 271784578 9367552 274 33554432000 4194304 5064252 140733453597696 140733453596608 249649849934 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/1481/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.300242 s]
/proc/loadavg: 2.10 2.07 2.00 3/177 1481
/proc/meminfo: memFree=30111404/32873844 swapFree=7108/7108
[pid=1481] ppid=1479 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/1481/stat : 1481 (npSolver-pbo-I.) S 1479 1481 1127 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 271784578 9367552 274 33554432000 4194304 5064252 140733453597696 140733453596608 249649849934 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/1481/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.700253 s]
/proc/loadavg: 2.10 2.07 2.00 3/177 1481
/proc/meminfo: memFree=30111404/32873844 swapFree=7108/7108
[pid=1481] ppid=1479 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/1481/stat : 1481 (npSolver-pbo-I.) S 1479 1481 1127 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 271784578 9367552 274 33554432000 4194304 5064252 140733453597696 140733453596608 249649849934 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/1481/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+1.50027 s]
/proc/loadavg: 2.10 2.07 2.00 3/179 1483
/proc/meminfo: memFree=30075432/32873844 swapFree=7108/7108
[pid=1481] ppid=1479 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/1481/stat : 1481 (npSolver-pbo-I.) S 1479 1481 1127 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 271784578 9367552 274 33554432000 4194304 5064252 140733453597696 140733453596608 249649849934 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/1481/statm: 2287 274 233 213 0 72 0
[pid=1482] ppid=1481 vsize=38724 CPUtime=1.48 cores=0,2,4,6
/proc/1482/stat : 1482 (npSolver-pbo) R 1481 1481 1127 0 -1 4202496 3818 0 0 0 148 0 0 0 20 0 1 0 271784578 39653376 6343 33554432000 4194304 5992684 140734489397424 140734489393160 4768670 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/1482/statm: 9681 6343 146 440 0 9237 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 47872

[startup+3.10031 s]
/proc/loadavg: 2.10 2.07 2.00 3/179 1483
/proc/meminfo: memFree=29909688/32873844 swapFree=7108/7108
[pid=1481] ppid=1479 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/1481/stat : 1481 (npSolver-pbo-I.) S 1479 1481 1127 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 271784578 9367552 274 33554432000 4194304 5064252 140733453597696 140733453596608 249649849934 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/1481/statm: 2287 274 233 213 0 72 0
[pid=1482] ppid=1481 vsize=218776 CPUtime=3.09 cores=0,2,4,6
/proc/1482/stat : 1482 (npSolver-pbo) R 1481 1481 1127 0 -1 4202496 25460 0 0 0 303 6 0 0 20 0 1 0 271784578 224026624 45822 33554432000 4194304 5992684 140734489397424 140734489392504 5044667 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/1482/statm: 54694 45822 162 440 0 54250 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 227924

[startup+6.30041 s]
/proc/loadavg: 2.09 2.07 2.00 3/183 1487
/proc/meminfo: memFree=28467292/32873844 swapFree=7108/7108
[pid=1481] ppid=1479 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/1481/stat : 1481 (npSolver-pbo-I.) S 1479 1481 1127 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 271784578 9367552 274 33554432000 4194304 5064252 140733453597696 140733453596608 249649849934 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/1481/statm: 2287 274 233 213 0 72 0
[pid=1482] ppid=1481 vsize=237048 CPUtime=3.61 cores=0,2,4,6
/proc/1482/stat : 1482 (npSolver-pbo) S 1481 1481 1127 0 -1 4202496 30699 0 0 0 338 23 0 0 20 0 1 0 271784578 242737152 54488 33554432000 4194304 5992684 140734489397424 140734489391872 5175646 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/1482/statm: 59262 54488 169 440 0 58818 0
[pid=1486] ppid=1482 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/1486/stat : 1486 (cp2_pre.sh) S 1482 1481 1127 0 -1 4202496 608 0 0 0 0 0 0 0 20 0 1 0 271784940 9367552 277 33554432000 4194304 5064252 140737249688224 140737249686928 249649849934 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/1486/statm: 2287 277 234 213 0 72 0
[pid=1487] ppid=1486 vsize=635472 CPUtime=2.67 cores=0,2,4,6
/proc/1487/stat : 1487 (coprocessor) R 1486 1481 1127 0 -1 4202496 53420 0 0 0 251 16 0 0 20 0 1 0 271784940 650723328 137370 33554432000 4194304 6586260 140735774127920 140735774124184 4496355 0 0 4096 8404994 0 0 0 17 4 0 0 0 0 0
/proc/1487/statm: 158901 137371 164 584 0 158313 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 890816

[startup+12.7066 s]
/proc/loadavg: 2.16 2.08 2.01 3/183 1487
/proc/meminfo: memFree=27850976/32873844 swapFree=7108/7108
[pid=1481] ppid=1479 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/1481/stat : 1481 (npSolver-pbo-I.) S 1479 1481 1127 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 271784578 9367552 274 33554432000 4194304 5064252 140733453597696 140733453596608 249649849934 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/1481/statm: 2287 274 233 213 0 72 0
[pid=1482] ppid=1481 vsize=237048 CPUtime=3.61 cores=0,2,4,6
/proc/1482/stat : 1482 (npSolver-pbo) S 1481 1481 1127 0 -1 4202496 30699 0 0 0 338 23 0 0 20 0 1 0 271784578 242737152 54488 33554432000 4194304 5992684 140734489397424 140734489391872 5175646 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/1482/statm: 59262 54488 169 440 0 58818 0
[pid=1486] ppid=1482 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/1486/stat : 1486 (cp2_pre.sh) S 1482 1481 1127 0 -1 4202496 608 0 0 0 0 0 0 0 20 0 1 0 271784940 9367552 277 33554432000 4194304 5064252 140737249688224 140737249686928 249649849934 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/1486/statm: 2287 277 234 213 0 72 0
[pid=1487] ppid=1486 vsize=827264 CPUtime=9.08 cores=0,2,4,6
/proc/1487/stat : 1487 (coprocessor) R 1486 1481 1127 0 -1 4202496 81643 0 0 0 879 29 0 0 20 0 1 0 271784940 847118336 199600 33554432000 4194304 6586260 140735774127920 140735774123288 5732496 0 0 4096 8404994 0 0 0 17 4 0 0 0 0 0
/proc/1487/statm: 206816 199600 193 584 0 206228 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 1082608

[startup+25.5003 s]
/proc/loadavg: 2.20 2.09 2.01 3/181 1491
/proc/meminfo: memFree=28651916/32873844 swapFree=7108/7108
[pid=1481] ppid=1479 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/1481/stat : 1481 (npSolver-pbo-I.) S 1479 1481 1127 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 271784578 9367552 274 33554432000 4194304 5064252 140733453597696 140733453596608 249649849934 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/1481/statm: 2287 274 233 213 0 72 0
[pid=1482] ppid=1481 vsize=269820 CPUtime=19.16 cores=0,2,4,6
/proc/1482/stat : 1482 (npSolver-pbo) R 1481 1481 1127 0 -1 4202496 32965 82545 0 0 404 220 1243 49 20 0 1 0 271784578 276295680 61830 33554432000 4194304 5992684 140734489397424 140734489391608 5179696 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/1482/statm: 67455 61830 178 440 0 67011 0
[pid=1489] ppid=1482 vsize=466136 CPUtime=6.3 cores=0,2,4,6
/proc/1489/stat : 1489 (glucosInc) S 1482 1481 1127 0 -1 4202496 66210 0 0 0 617 13 0 0 20 0 1 0 271786234 477323264 98367 33554432000 4194304 5654031 140736065634768 140736065633080 4976656 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/1489/statm: 116534 98367 147 357 0 116174 0
Current children cumulated CPU time (s) 25.46
Current children cumulated vsize (KiB) 745104

[startup+51.1003 s]
/proc/loadavg: 2.13 2.08 2.01 3/181 1498
/proc/meminfo: memFree=28391608/32873844 swapFree=7108/7108
[pid=1481] ppid=1479 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/1481/stat : 1481 (npSolver-pbo-I.) S 1479 1481 1127 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 271784578 9367552 274 33554432000 4194304 5064252 140733453597696 140733453596608 249649849934 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/1481/statm: 2287 274 233 213 0 72 0
[pid=1482] ppid=1481 vsize=278288 CPUtime=31.28 cores=0,2,4,6
/proc/1482/stat : 1482 (npSolver-pbo) S 1481 1481 1127 0 -1 4202496 34568 149793 0 0 473 684 1860 111 20 0 1 0 271784578 284966912 64665 33554432000 4194304 5992684 140734489397424 140734489382328 5179600 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 20 0 0
/proc/1482/statm: 69572 64665 183 440 0 69128 0
[pid=1494] ppid=1482 vsize=470364 CPUtime=19.57 cores=0,2,4,6
/proc/1494/stat : 1494 (glucosInc) R 1482 1481 1127 0 -1 4202496 62879 0 0 0 1942 15 0 0 20 0 1 0 271787731 481652736 99968 33554432000 4194304 5654031 140737418542048 140737418539832 4215112 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/1494/statm: 117591 99968 140 357 0 117231 0
Current children cumulated CPU time (s) 50.85
Current children cumulated vsize (KiB) 757800

[startup+102.3 s]
/proc/loadavg: 2.05 2.07 2.01 3/181 1498
/proc/meminfo: memFree=28380104/32873844 swapFree=7108/7108
[pid=1481] ppid=1479 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/1481/stat : 1481 (npSolver-pbo-I.) S 1479 1481 1127 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 271784578 9367552 274 33554432000 4194304 5064252 140733453597696 140733453596608 249649849934 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/1481/statm: 2287 274 233 213 0 72 0
[pid=1482] ppid=1481 vsize=278288 CPUtime=31.28 cores=0,2,4,6
/proc/1482/stat : 1482 (npSolver-pbo) S 1481 1481 1127 0 -1 4202496 34568 149793 0 0 473 684 1860 111 20 0 1 0 271784578 284966912 64665 33554432000 4194304 5992684 140734489397424 140734489382328 5179600 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 20 0 0
/proc/1482/statm: 69572 64665 183 440 0 69128 0
[pid=1494] ppid=1482 vsize=472524 CPUtime=70.76 cores=0,2,4,6
/proc/1494/stat : 1494 (glucosInc) R 1482 1481 1127 0 -1 4202496 63557 0 0 0 7059 17 0 0 20 0 1 0 271787731 483864576 101901 33554432000 4194304 5654031 140737418542048 140737418539832 4232477 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/1494/statm: 118131 101901 141 357 0 117771 0
Current children cumulated CPU time (s) 102.04
Current children cumulated vsize (KiB) 759960

[startup+162.307 s]
/proc/loadavg: 2.06 2.07 2.00 3/181 1498
/proc/meminfo: memFree=28359444/32873844 swapFree=7108/7108
[pid=1481] ppid=1479 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/1481/stat : 1481 (npSolver-pbo-I.) S 1479 1481 1127 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 271784578 9367552 274 33554432000 4194304 5064252 140733453597696 140733453596608 249649849934 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/1481/statm: 2287 274 233 213 0 72 0
[pid=1482] ppid=1481 vsize=278288 CPUtime=31.28 cores=0,2,4,6
/proc/1482/stat : 1482 (npSolver-pbo) S 1481 1481 1127 0 -1 4202496 34568 149793 0 0 473 684 1860 111 20 0 1 0 271784578 284966912 64665 33554432000 4194304 5992684 140734489397424 140734489382328 5179600 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 20 0 0
/proc/1482/statm: 69572 64665 183 440 0 69128 0
[pid=1494] ppid=1482 vsize=473892 CPUtime=130.75 cores=0,2,4,6
/proc/1494/stat : 1494 (glucosInc) R 1482 1481 1127 0 -1 4202496 64482 0 0 0 13056 19 0 0 20 0 1 0 271787731 485265408 103069 33554432000 4194304 5654031 140737418542048 140737418539832 4232800 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/1494/statm: 118473 103069 141 357 0 118113 0
Current children cumulated CPU time (s) 162.03
Current children cumulated vsize (KiB) 761328

[startup+222.3 s]
/proc/loadavg: 2.02 2.05 2.00 3/181 1499
/proc/meminfo: memFree=28344800/32873844 swapFree=7108/7108
[pid=1481] ppid=1479 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/1481/stat : 1481 (npSolver-pbo-I.) S 1479 1481 1127 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 271784578 9367552 274 33554432000 4194304 5064252 140733453597696 140733453596608 249649849934 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/1481/statm: 2287 274 233 213 0 72 0
[pid=1482] ppid=1481 vsize=278288 CPUtime=31.28 cores=0,2,4,6
/proc/1482/stat : 1482 (npSolver-pbo) S 1481 1481 1127 0 -1 4202496 34568 149793 0 0 473 684 1860 111 20 0 1 0 271784578 284966912 64665 33554432000 4194304 5992684 140734489397424 140734489382328 5179600 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 20 0 0
/proc/1482/statm: 69572 64665 183 440 0 69128 0
[pid=1494] ppid=1482 vsize=475356 CPUtime=190.73 cores=0,2,4,6
/proc/1494/stat : 1494 (glucosInc) R 1482 1481 1127 0 -1 4202496 65032 0 0 0 19052 21 0 0 20 0 1 0 271787731 486764544 103101 33554432000 4194304 5654031 140737418542048 140737418539832 4208595 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/1494/statm: 118839 103101 141 357 0 118479 0
Current children cumulated CPU time (s) 222.01
Current children cumulated vsize (KiB) 762792

[startup+282.3 s]

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

/proc/meminfo: memFree=28337156/32873844 swapFree=7108/7108
[pid=1481] ppid=1479 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/1481/stat : 1481 (npSolver-pbo-I.) S 1479 1481 1127 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 271784578 9367552 274 33554432000 4194304 5064252 140733453597696 140733453596608 249649849934 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/1481/statm: 2287 274 233 213 0 72 0
[pid=1482] ppid=1481 vsize=278288 CPUtime=31.28 cores=0,2,4,6
/proc/1482/stat : 1482 (npSolver-pbo) S 1481 1481 1127 0 -1 4202496 34568 149793 0 0 473 684 1860 111 20 0 1 0 271784578 284966912 64665 33554432000 4194304 5992684 140734489397424 140734489382328 5179600 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 20 0 0
/proc/1482/statm: 69572 64665 183 440 0 69128 0
[pid=1494] ppid=1482 vsize=497624 CPUtime=1270.5 cores=0,2,4,6
/proc/1494/stat : 1494 (glucosInc) R 1482 1481 1127 0 -1 4202496 83707 0 0 0 126966 84 0 0 20 0 1 0 271787731 509566976 111034 33554432000 4194304 5654031 140737418542048 140737418540072 4232380 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/1494/statm: 124406 111034 141 357 0 124046 0
Current children cumulated CPU time (s) 1301.78
Current children cumulated vsize (KiB) 785060

[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 1512
/proc/meminfo: memFree=28352420/32873844 swapFree=7108/7108
[pid=1481] ppid=1479 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/1481/stat : 1481 (npSolver-pbo-I.) S 1479 1481 1127 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 271784578 9367552 274 33554432000 4194304 5064252 140733453597696 140733453596608 249649849934 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/1481/statm: 2287 274 233 213 0 72 0
[pid=1482] ppid=1481 vsize=278288 CPUtime=31.28 cores=0,2,4,6
/proc/1482/stat : 1482 (npSolver-pbo) S 1481 1481 1127 0 -1 4202496 34568 149793 0 0 473 684 1860 111 20 0 1 0 271784578 284966912 64665 33554432000 4194304 5992684 140734489397424 140734489382328 5179600 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 20 0 0
/proc/1482/statm: 69572 64665 183 440 0 69128 0
[pid=1494] ppid=1482 vsize=497912 CPUtime=1330.49 cores=0,2,4,6
/proc/1494/stat : 1494 (glucosInc) R 1482 1481 1127 0 -1 4202496 84692 0 0 0 132961 88 0 0 20 0 1 0 271787731 509861888 110093 33554432000 4194304 5654031 140737418542048 140737418540072 4232821 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/1494/statm: 124478 110093 141 357 0 124118 0
Current children cumulated CPU time (s) 1361.77
Current children cumulated vsize (KiB) 785348

[startup+1422.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 1512
/proc/meminfo: memFree=28337020/32873844 swapFree=7108/7108
[pid=1481] ppid=1479 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/1481/stat : 1481 (npSolver-pbo-I.) S 1479 1481 1127 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 271784578 9367552 274 33554432000 4194304 5064252 140733453597696 140733453596608 249649849934 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/1481/statm: 2287 274 233 213 0 72 0
[pid=1482] ppid=1481 vsize=278288 CPUtime=31.28 cores=0,2,4,6
/proc/1482/stat : 1482 (npSolver-pbo) S 1481 1481 1127 0 -1 4202496 34568 149793 0 0 473 684 1860 111 20 0 1 0 271784578 284966912 64665 33554432000 4194304 5992684 140734489397424 140734489382328 5179600 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 20 0 0
/proc/1482/statm: 69572 64665 183 440 0 69128 0
[pid=1494] ppid=1482 vsize=498828 CPUtime=1390.49 cores=0,2,4,6
/proc/1494/stat : 1494 (glucosInc) R 1482 1481 1127 0 -1 4202496 85765 0 0 0 138956 93 0 0 20 0 1 0 271787731 510799872 109238 33554432000 4194304 5654031 140737418542048 140737418540072 4232495 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/1494/statm: 124707 109238 141 357 0 124347 0
Current children cumulated CPU time (s) 1421.77
Current children cumulated vsize (KiB) 786264

[startup+1482.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 1512
/proc/meminfo: memFree=28297588/32873844 swapFree=7108/7108
[pid=1481] ppid=1479 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/1481/stat : 1481 (npSolver-pbo-I.) S 1479 1481 1127 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 271784578 9367552 274 33554432000 4194304 5064252 140733453597696 140733453596608 249649849934 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/1481/statm: 2287 274 233 213 0 72 0
[pid=1482] ppid=1481 vsize=278288 CPUtime=31.28 cores=0,2,4,6
/proc/1482/stat : 1482 (npSolver-pbo) S 1481 1481 1127 0 -1 4202496 34568 149793 0 0 473 684 1860 111 20 0 1 0 271784578 284966912 64665 33554432000 4194304 5992684 140734489397424 140734489382328 5179600 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 20 0 0
/proc/1482/statm: 69572 64665 183 440 0 69128 0
[pid=1494] ppid=1482 vsize=581212 CPUtime=1450.48 cores=0,2,4,6
/proc/1494/stat : 1494 (glucosInc) R 1482 1481 1127 0 -1 4202496 86622 0 0 0 144953 95 0 0 20 0 1 0 271787731 595161088 118267 33554432000 4194304 5654031 140737418542048 140737418539832 4232984 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/1494/statm: 145303 118267 141 357 0 144943 0
Current children cumulated CPU time (s) 1481.76
Current children cumulated vsize (KiB) 868648

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 1512
/proc/meminfo: memFree=28311488/32873844 swapFree=7108/7108
[pid=1481] ppid=1479 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/1481/stat : 1481 (npSolver-pbo-I.) S 1479 1481 1127 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 271784578 9367552 274 33554432000 4194304 5064252 140733453597696 140733453596608 249649849934 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/1481/statm: 2287 274 233 213 0 72 0
[pid=1482] ppid=1481 vsize=278288 CPUtime=31.28 cores=0,2,4,6
/proc/1482/stat : 1482 (npSolver-pbo) S 1481 1481 1127 0 -1 4202496 34568 149793 0 0 473 684 1860 111 20 0 1 0 271784578 284966912 64665 33554432000 4194304 5992684 140734489397424 140734489382328 5179600 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 20 0 0
/proc/1482/statm: 69572 64665 183 440 0 69128 0
[pid=1494] ppid=1482 vsize=581352 CPUtime=1510.46 cores=0,2,4,6
/proc/1494/stat : 1494 (glucosInc) R 1482 1481 1127 0 -1 4202496 87622 0 0 0 150947 99 0 0 20 0 1 0 271787731 595304448 116826 33554432000 4194304 5654031 140737418542048 140737418540136 4232821 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/1494/statm: 145338 116826 141 357 0 144978 0
Current children cumulated CPU time (s) 1541.74
Current children cumulated vsize (KiB) 868788

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 1513
/proc/meminfo: memFree=28316792/32873844 swapFree=7108/7108
[pid=1481] ppid=1479 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/1481/stat : 1481 (npSolver-pbo-I.) S 1479 1481 1127 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 271784578 9367552 274 33554432000 4194304 5064252 140733453597696 140733453596608 249649849934 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/1481/statm: 2287 274 233 213 0 72 0
[pid=1482] ppid=1481 vsize=278288 CPUtime=31.28 cores=0,2,4,6
/proc/1482/stat : 1482 (npSolver-pbo) S 1481 1481 1127 0 -1 4202496 34568 149793 0 0 473 684 1860 111 20 0 1 0 271784578 284966912 64665 33554432000 4194304 5992684 140734489397424 140734489382328 5179600 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 20 0 0
/proc/1482/statm: 69572 64665 183 440 0 69128 0
[pid=1494] ppid=1482 vsize=583200 CPUtime=1570.46 cores=0,2,4,6
/proc/1494/stat : 1494 (glucosInc) R 1482 1481 1127 0 -1 4202496 88650 0 0 0 156943 103 0 0 20 0 1 0 271787731 597196800 116437 33554432000 4194304 5654031 140737418542048 140737418540136 4232380 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/1494/statm: 145800 116437 141 357 0 145440 0
Current children cumulated CPU time (s) 1601.74
Current children cumulated vsize (KiB) 870636

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/182 1516
/proc/meminfo: memFree=28313672/32873844 swapFree=7108/7108
[pid=1481] ppid=1479 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/1481/stat : 1481 (npSolver-pbo-I.) S 1479 1481 1127 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 271784578 9367552 274 33554432000 4194304 5064252 140733453597696 140733453596608 249649849934 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/1481/statm: 2287 274 233 213 0 72 0
[pid=1482] ppid=1481 vsize=278288 CPUtime=31.28 cores=0,2,4,6
/proc/1482/stat : 1482 (npSolver-pbo) S 1481 1481 1127 0 -1 4202496 34568 149793 0 0 473 684 1860 111 20 0 1 0 271784578 284966912 64665 33554432000 4194304 5992684 140734489397424 140734489382328 5179600 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 20 0 0
/proc/1482/statm: 69572 64665 183 440 0 69128 0
[pid=1494] ppid=1482 vsize=502240 CPUtime=1630.44 cores=0,2,4,6
/proc/1494/stat : 1494 (glucosInc) R 1482 1481 1127 0 -1 4202496 89109 0 0 0 162938 106 0 0 20 0 1 0 271787731 514293760 115485 33554432000 4194304 5654031 140737418542048 140737418540072 4232477 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/1494/statm: 125560 115485 141 357 0 125200 0
Current children cumulated CPU time (s) 1661.72
Current children cumulated vsize (KiB) 789676

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 1516
/proc/meminfo: memFree=28298536/32873844 swapFree=7108/7108
[pid=1481] ppid=1479 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/1481/stat : 1481 (npSolver-pbo-I.) S 1479 1481 1127 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 271784578 9367552 274 33554432000 4194304 5064252 140733453597696 140733453596608 249649849934 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/1481/statm: 2287 274 233 213 0 72 0
[pid=1482] ppid=1481 vsize=278288 CPUtime=31.28 cores=0,2,4,6
/proc/1482/stat : 1482 (npSolver-pbo) S 1481 1481 1127 0 -1 4202496 34568 149793 0 0 473 684 1860 111 20 0 1 0 271784578 284966912 64665 33554432000 4194304 5992684 140734489397424 140734489382328 5179600 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 20 0 0
/proc/1482/statm: 69572 64665 183 440 0 69128 0
[pid=1494] ppid=1482 vsize=502808 CPUtime=1690.44 cores=0,2,4,6
/proc/1494/stat : 1494 (glucosInc) R 1482 1481 1127 0 -1 4202496 90163 0 0 0 168933 111 0 0 20 0 1 0 271787731 514875392 114614 33554432000 4194304 5654031 140737418542048 140737418540072 4216213 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/1494/statm: 125702 114614 141 357 0 125342 0
Current children cumulated CPU time (s) 1721.72
Current children cumulated vsize (KiB) 790244

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 1516
/proc/meminfo: memFree=28310944/32873844 swapFree=7108/7108
[pid=1481] ppid=1479 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/1481/stat : 1481 (npSolver-pbo-I.) S 1479 1481 1127 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 271784578 9367552 274 33554432000 4194304 5064252 140733453597696 140733453596608 249649849934 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/1481/statm: 2287 274 233 213 0 72 0
[pid=1482] ppid=1481 vsize=278288 CPUtime=31.28 cores=0,2,4,6
/proc/1482/stat : 1482 (npSolver-pbo) S 1481 1481 1127 0 -1 4202496 34568 149793 0 0 473 684 1860 111 20 0 1 0 271784578 284966912 64665 33554432000 4194304 5992684 140734489397424 140734489382328 5179600 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 20 0 0
/proc/1482/statm: 69572 64665 183 440 0 69128 0
[pid=1494] ppid=1482 vsize=502808 CPUtime=1750.43 cores=0,2,4,6
/proc/1494/stat : 1494 (glucosInc) R 1482 1481 1127 0 -1 4202496 91074 0 0 0 174928 115 0 0 20 0 1 0 271787731 514875392 113593 33554432000 4194304 5654031 140737418542048 140737418540072 4232988 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/1494/statm: 125702 113593 141 357 0 125342 0
Current children cumulated CPU time (s) 1781.71
Current children cumulated vsize (KiB) 790244



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.6 s]
/proc/loadavg: 2.00 2.00 2.00 3/182 1562
/proc/meminfo: memFree=29179040/32873844 swapFree=7108/7108
[pid=1481] ppid=1479 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/1481/stat : 1481 (npSolver-pbo-I.) S 1479 1481 1127 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 271784578 9367552 274 33554432000 4194304 5064252 140733453597696 140733453596608 249649849934 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/1481/statm: 2287 274 233 213 0 72 0
[pid=1482] ppid=1481 vsize=278288 CPUtime=31.28 cores=0,2,4,6
/proc/1482/stat : 1482 (npSolver-pbo) S 1481 1481 1127 0 -1 4202496 34568 149793 0 0 473 684 1860 111 20 0 1 0 271784578 284966912 64665 33554432000 4194304 5992684 140734489397424 140734489382328 5179600 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 20 0 0
/proc/1482/statm: 69572 64665 183 440 0 69128 0
[pid=1494] ppid=1482 vsize=503000 CPUtime=1768.73 cores=0,2,4,6
/proc/1494/stat : 1494 (glucosInc) R 1482 1481 1127 0 -1 4202496 91125 0 0 0 176758 115 0 0 20 0 1 0 271787731 515072000 116199 33554432000 4194304 5654031 140737418542048 140737418539832 4208595 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/1494/statm: 125750 116199 141 357 0 125390 0
Current children cumulated CPU time (s) 1800.01
Current children cumulated vsize (KiB) 790436

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 1481 and gives
#  childrusage.ru_utime.tv_sec=0
#  childrusage.ru_utime.tv_usec=0
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=999
# CPU time returned by wait4() is 0.000999
# while last known CPU time is 1800.01
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1800.62
CPU time (s): 1800.01
CPU user time (s): 1790.91
CPU system time (s): 9.1
CPU usage (%): 99.9663
Max. virtual memory (cumulated for all children) (KiB): 1082608

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 0
system time used= 0.000999
maximum resident set size= 1096
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 357
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.38049 second user time and 10.6744 second system time

The end

Launcher Data

Begin job on node102 at 2012-05-26 20:22:40
IDJOB=3699583
IDBENCH=2013
IDSOLVER=2276
FILE ID=node102/3699583-1338056560
RUNJOBID= node102-1338052958-1143
PBS_JOBID= 14624412
Free space on /tmp= 71524 MiB

SOLVER NAME= npSolver inc
BENCH NAME= PB06//final/normalized-PB06/OPT-SMALLINT/submitted-PB05/manquinho/ttp/normalized-circ10_3.opb
COMMAND LINE= DIR/npSolver-pbo-I.sh BENCHNAME RANDOMSEED TMPDIR DIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3699583-1338056560/watcher-3699583-1338056560 -o /tmp/evaluation-result-3699583-1338056560/solver-3699583-1338056560 -C 1800 -W 1900 -M 15500  HOME/npSolver-pbo-I.sh HOME/instance-3699583-1338056560.opb 118753020 HOME HOME

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

MD5SUM BENCH= 2821538067d8c071dc9bd4a000c6d040
RANDOM SEED=118753020

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


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        30111668 kB
Buffers:          270764 kB
Cached:          1656568 kB
SwapCached:            0 kB
Active:           972184 kB
Inactive:         977772 kB
Active(anon):      14636 kB
Inactive(anon):    10968 kB
Active(file):     957548 kB
Inactive(file):   966804 kB
Unevictable:        7108 kB
Mlocked:            7108 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:             22872 kB
Writeback:             0 kB
AnonPages:         30432 kB
Mapped:            15036 kB
Shmem:               200 kB
Slab:             672700 kB
SReclaimable:     114584 kB
SUnreclaim:       558116 kB
KernelStack:        1448 kB
PageTables:         4248 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     143524 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:     10240 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= 71324 MiB
End job on node102 at 2012-05-26 20:52:43