Trace number 3750801

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
npSolver 1.0 (fixed)? (TO) 1800.12 1800.51

General information on the benchmark

Name/OPT-SMALLINT-LIN/heinz/
normalized-p6b.opb
MD5SUMf076140978d89a37e97e041a8b1e6b8f
Bench CategoryOPT-SMALLINT-LIN (optimisation, small integers, linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark-63
Best CPU time to get the best result obtained on this benchmark1796.78
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables462
Total number of constraints5852
Number of constraints which are clauses5852
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint2
Maximum length of a constraint2
Number of terms in the objective function 462
Biggest coefficient in the objective function 1
Number of bits for the biggest coefficient in the objective function 1
Sum of the numbers in the objective function 462
Number of bits of the sum of numbers in the objective function 9
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 462
Number of bits of the biggest sum of numbers9
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.02	c run usual solver
0.00/0.06	c model valid
0.00/0.06	c current solution ok
0.00/0.07	o 0
0.00/0.07	c current bound: 231
0.00/0.07	c (debug) using card networks
0.00/0.07	c old isEQ: 231, new EQ is 0
0.00/0.26	c current bound: 347
0.00/0.26	c (debug) using card networks
0.00/0.26	c old isEQ: 91, new EQ is 0
0.00/0.99	c current bound: 405
0.00/0.99	c (debug) using card networks
0.00/0.99	c old isEQ: 149, new EQ is 0
13.11/13.28	c model valid
13.11/13.28	c current solution ok
13.11/13.28	o -58
13.11/13.28	c current bound: 376
13.11/13.28	c (debug) using card networks
13.11/13.28	c old isEQ: 120, new EQ is 0
219.83/220.03	c current bound: 390
219.83/220.03	c (debug) using card networks
219.83/220.03	c old isEQ: 134, new EQ is 0
1800.07/1800.50	./satsolver.sh: line 5: 24763 Terminated              ./glucose $1 > $2 2> /dev/null
1800.07/1800.50	c error: unexpected solver exit code
1800.07/1800.50	s UNKNOWN

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.1 (svn: 989)

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3750801-1339167820/watcher-3750801-1339167820 -o /tmp/evaluation-result-3750801-1339167820/solver-3750801-1339167820 -C 1800 -W 1900 -M 15500 HOME/npSolver-pbo.sh HOME/instance-3750801-1339167820.opb 1964833160 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.00 2.00 2.05 3/178 24675
/proc/meminfo: memFree=18217040/32873844 swapFree=7644/7644
[pid=24675] ppid=24673 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/24675/stat : 24675 (npSolver-pbo.sh) S 24673 24675 14580 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 382906440 9367552 274 33554432000 4194304 5064252 140736368368848 140736368367760 239237490254 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/24675/statm: 2287 274 233 213 0 72 0

[startup+0.0699001 s]
/proc/loadavg: 2.00 2.00 2.05 3/178 24675
/proc/meminfo: memFree=18217040/32873844 swapFree=7644/7644
[pid=24675] ppid=24673 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/24675/stat : 24675 (npSolver-pbo.sh) S 24673 24675 14580 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 382906440 9367552 274 33554432000 4194304 5064252 140736368368848 140736368367760 239237490254 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/24675/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.100294 s]
/proc/loadavg: 2.00 2.00 2.05 3/178 24675
/proc/meminfo: memFree=18217040/32873844 swapFree=7644/7644
[pid=24675] ppid=24673 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/24675/stat : 24675 (npSolver-pbo.sh) S 24673 24675 14580 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 382906440 9367552 274 33554432000 4194304 5064252 140736368368848 140736368367760 239237490254 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/24675/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.300236 s]
/proc/loadavg: 2.00 2.00 2.05 3/178 24675
/proc/meminfo: memFree=18217040/32873844 swapFree=7644/7644
[pid=24675] ppid=24673 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/24675/stat : 24675 (npSolver-pbo.sh) S 24673 24675 14580 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 382906440 9367552 274 33554432000 4194304 5064252 140736368368848 140736368367760 239237490254 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/24675/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.700238 s]
/proc/loadavg: 2.00 2.00 2.05 3/178 24675
/proc/meminfo: memFree=18217040/32873844 swapFree=7644/7644
[pid=24675] ppid=24673 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/24675/stat : 24675 (npSolver-pbo.sh) S 24673 24675 14580 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 382906440 9367552 274 33554432000 4194304 5064252 140736368368848 140736368367760 239237490254 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/24675/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+1.50028 s]
/proc/loadavg: 2.00 2.00 2.05 3/177 24702
/proc/meminfo: memFree=22471456/32873844 swapFree=7644/7644
[pid=24675] ppid=24673 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/24675/stat : 24675 (npSolver-pbo.sh) S 24673 24675 14580 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 382906440 9367552 274 33554432000 4194304 5064252 140736368368848 140736368367760 239237490254 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/24675/statm: 2287 274 233 213 0 72 0
[pid=24676] ppid=24675 vsize=5340 CPUtime=0.98 cores=0,2,4,6
/proc/24676/stat : 24676 (npSolver-pbo) S 24675 24675 14580 0 -1 4202496 3888 15491 0 0 5 2 88 3 20 0 1 0 382906440 5468160 996 33554432000 4194304 6004724 140736994089168 140736994081520 5186782 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/24676/statm: 1335 996 172 442 0 889 0
Current children cumulated CPU time (s) 0.98
Current children cumulated vsize (KiB) 14488

[startup+3.10036 s]
/proc/loadavg: 1.92 1.99 2.04 2/177 24704
/proc/meminfo: memFree=26745812/32873844 swapFree=7644/7644
[pid=24675] ppid=24673 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/24675/stat : 24675 (npSolver-pbo.sh) S 24673 24675 14580 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 382906440 9367552 274 33554432000 4194304 5064252 140736368368848 140736368367760 239237490254 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/24675/statm: 2287 274 233 213 0 72 0
[pid=24676] ppid=24675 vsize=5340 CPUtime=0.98 cores=0,2,4,6
/proc/24676/stat : 24676 (npSolver-pbo) S 24675 24675 14580 0 -1 4202496 3888 15491 0 0 5 2 88 3 20 0 1 0 382906440 5468160 996 33554432000 4194304 6004724 140736994089168 140736994081520 5186782 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/24676/statm: 1335 996 172 442 0 889 0
[pid=24703] ppid=24676 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/24703/stat : 24703 (satsolver.sh) S 24676 24675 14580 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 382906541 9367552 267 33554432000 4194304 5064252 140734558451360 140734558450272 239237490254 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/24703/statm: 2287 267 226 213 0 72 0
[pid=24704] ppid=24703 vsize=13068 CPUtime=2.07 cores=0,2,4,6
/proc/24704/stat : 24704 (glucose) R 24703 24675 14580 0 -1 4202496 3415 0 0 0 207 0 0 0 20 0 1 0 382906541 13381632 2775 33554432000 4194304 5208918 140733232107888 140733232104200 4231508 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/24704/statm: 3267 2775 105 248 0 3016 0
Current children cumulated CPU time (s) 3.05
Current children cumulated vsize (KiB) 36704

[startup+6.30036 s]
/proc/loadavg: 1.92 1.99 2.04 3/183 24746
/proc/meminfo: memFree=28597188/32873844 swapFree=7644/7644
[pid=24675] ppid=24673 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/24675/stat : 24675 (npSolver-pbo.sh) S 24673 24675 14580 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 382906440 9367552 274 33554432000 4194304 5064252 140736368368848 140736368367760 239237490254 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/24675/statm: 2287 274 233 213 0 72 0
[pid=24676] ppid=24675 vsize=5340 CPUtime=0.98 cores=0,2,4,6
/proc/24676/stat : 24676 (npSolver-pbo) S 24675 24675 14580 0 -1 4202496 3888 15491 0 0 5 2 88 3 20 0 1 0 382906440 5468160 996 33554432000 4194304 6004724 140736994089168 140736994081520 5186782 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/24676/statm: 1335 996 172 442 0 889 0
[pid=24703] ppid=24676 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/24703/stat : 24703 (satsolver.sh) S 24676 24675 14580 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 382906541 9367552 267 33554432000 4194304 5064252 140734558451360 140734558450272 239237490254 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/24703/statm: 2287 267 226 213 0 72 0
[pid=24704] ppid=24703 vsize=17448 CPUtime=5.28 cores=0,2,4,6
/proc/24704/stat : 24704 (glucose) R 24703 24675 14580 0 -1 4202496 4238 0 0 0 527 1 0 0 20 0 1 0 382906541 17866752 3913 33554432000 4194304 5208918 140733232107888 140733232105976 4229365 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/24704/statm: 4362 3913 105 248 0 4111 0
Current children cumulated CPU time (s) 6.26
Current children cumulated vsize (KiB) 41084

[startup+12.7004 s]
/proc/loadavg: 1.93 1.99 2.04 3/183 24749
/proc/meminfo: memFree=28667072/32873844 swapFree=7644/7644
[pid=24675] ppid=24673 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/24675/stat : 24675 (npSolver-pbo.sh) S 24673 24675 14580 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 382906440 9367552 274 33554432000 4194304 5064252 140736368368848 140736368367760 239237490254 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/24675/statm: 2287 274 233 213 0 72 0
[pid=24676] ppid=24675 vsize=5340 CPUtime=0.98 cores=0,2,4,6
/proc/24676/stat : 24676 (npSolver-pbo) S 24675 24675 14580 0 -1 4202496 3888 15491 0 0 5 2 88 3 20 0 1 0 382906440 5468160 996 33554432000 4194304 6004724 140736994089168 140736994081520 5186782 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/24676/statm: 1335 996 172 442 0 889 0
[pid=24703] ppid=24676 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/24703/stat : 24703 (satsolver.sh) S 24676 24675 14580 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 382906541 9367552 267 33554432000 4194304 5064252 140734558451360 140734558450272 239237490254 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/24703/statm: 2287 267 226 213 0 72 0
[pid=24704] ppid=24703 vsize=28060 CPUtime=11.68 cores=0,2,4,6
/proc/24704/stat : 24704 (glucose) R 24703 24675 14580 0 -1 4202496 5375 0 0 0 1167 1 0 0 20 0 1 0 382906541 28733440 6539 33554432000 4194304 5208918 140733232107888 140733232105752 4231508 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/24704/statm: 7015 6539 105 248 0 6764 0
Current children cumulated CPU time (s) 12.66
Current children cumulated vsize (KiB) 51696

[startup+25.5004 s]
/proc/loadavg: 1.94 1.99 2.04 3/183 24756
/proc/meminfo: memFree=28662544/32873844 swapFree=7644/7644
[pid=24675] ppid=24673 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/24675/stat : 24675 (npSolver-pbo.sh) S 24673 24675 14580 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 382906440 9367552 274 33554432000 4194304 5064252 140736368368848 140736368367760 239237490254 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/24675/statm: 2287 274 233 213 0 72 0
[pid=24676] ppid=24675 vsize=5340 CPUtime=13.17 cores=0,2,4,6
/proc/24676/stat : 24676 (npSolver-pbo) S 24675 24675 14580 0 -1 4202496 4325 23839 0 0 7 2 1301 7 20 0 1 0 382906440 5468160 996 33554432000 4194304 6004724 140736994089168 140736994081520 5186782 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/24676/statm: 1335 996 172 442 0 889 0
[pid=24755] ppid=24676 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/24755/stat : 24755 (satsolver.sh) S 24676 24675 14580 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 382907769 9367552 267 33554432000 4194304 5064252 140734271178272 140734271177184 239237490254 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/24755/statm: 2287 267 226 213 0 72 0
[pid=24756] ppid=24755 vsize=22944 CPUtime=12.19 cores=0,2,4,6
/proc/24756/stat : 24756 (glucose) R 24755 24675 14580 0 -1 4202496 4574 0 0 0 1219 0 0 0 20 0 1 0 382907769 23494656 5277 33554432000 4194304 5208918 140733230648576 140733230646520 4228997 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/24756/statm: 5736 5277 105 248 0 5485 0
Current children cumulated CPU time (s) 25.36
Current children cumulated vsize (KiB) 46580

[startup+51.1004 s]
/proc/loadavg: 1.96 1.99 2.04 3/183 24756
/proc/meminfo: memFree=28644852/32873844 swapFree=7644/7644
[pid=24675] ppid=24673 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/24675/stat : 24675 (npSolver-pbo.sh) S 24673 24675 14580 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 382906440 9367552 274 33554432000 4194304 5064252 140736368368848 140736368367760 239237490254 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/24675/statm: 2287 274 233 213 0 72 0
[pid=24676] ppid=24675 vsize=5340 CPUtime=13.17 cores=0,2,4,6
/proc/24676/stat : 24676 (npSolver-pbo) S 24675 24675 14580 0 -1 4202496 4325 23839 0 0 7 2 1301 7 20 0 1 0 382906440 5468160 996 33554432000 4194304 6004724 140736994089168 140736994081520 5186782 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/24676/statm: 1335 996 172 442 0 889 0
[pid=24755] ppid=24676 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/24755/stat : 24755 (satsolver.sh) S 24676 24675 14580 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 382907769 9367552 267 33554432000 4194304 5064252 140734271178272 140734271177184 239237490254 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/24755/statm: 2287 267 226 213 0 72 0
[pid=24756] ppid=24755 vsize=31076 CPUtime=37.79 cores=0,2,4,6
/proc/24756/stat : 24756 (glucose) R 24755 24675 14580 0 -1 4202496 4880 0 0 0 3778 1 0 0 20 0 1 0 382907769 31821824 7106 33554432000 4194304 5208918 140733230648576 140733230644952 4229053 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/24756/statm: 7769 7106 105 248 0 7518 0
Current children cumulated CPU time (s) 50.96
Current children cumulated vsize (KiB) 54712

[startup+102.307 s]
/proc/loadavg: 2.02 2.00 2.04 3/183 24756
/proc/meminfo: memFree=28585744/32873844 swapFree=7644/7644
[pid=24675] ppid=24673 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/24675/stat : 24675 (npSolver-pbo.sh) S 24673 24675 14580 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 382906440 9367552 274 33554432000 4194304 5064252 140736368368848 140736368367760 239237490254 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/24675/statm: 2287 274 233 213 0 72 0
[pid=24676] ppid=24675 vsize=5340 CPUtime=13.17 cores=0,2,4,6
/proc/24676/stat : 24676 (npSolver-pbo) S 24675 24675 14580 0 -1 4202496 4325 23839 0 0 7 2 1301 7 20 0 1 0 382906440 5468160 996 33554432000 4194304 6004724 140736994089168 140736994081520 5186782 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/24676/statm: 1335 996 172 442 0 889 0
[pid=24755] ppid=24676 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/24755/stat : 24755 (satsolver.sh) S 24676 24675 14580 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 382907769 9367552 267 33554432000 4194304 5064252 140734271178272 140734271177184 239237490254 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/24755/statm: 2287 267 226 213 0 72 0
[pid=24756] ppid=24755 vsize=35496 CPUtime=88.99 cores=0,2,4,6
/proc/24756/stat : 24756 (glucose) R 24755 24675 14580 0 -1 4202496 5540 0 0 0 8898 1 0 0 20 0 1 0 382907769 36347904 8238 33554432000 4194304 5208918 140733230648576 140733230644952 4229704 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/24756/statm: 8874 8238 105 248 0 8623 0
Current children cumulated CPU time (s) 102.16
Current children cumulated vsize (KiB) 59132

[startup+162.3 s]
/proc/loadavg: 2.13 2.04 2.05 3/183 24756
/proc/meminfo: memFree=28595904/32873844 swapFree=7644/7644
[pid=24675] ppid=24673 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/24675/stat : 24675 (npSolver-pbo.sh) S 24673 24675 14580 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 382906440 9367552 274 33554432000 4194304 5064252 140736368368848 140736368367760 239237490254 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/24675/statm: 2287 274 233 213 0 72 0
[pid=24676] ppid=24675 vsize=5340 CPUtime=13.17 cores=0,2,4,6
/proc/24676/stat : 24676 (npSolver-pbo) S 24675 24675 14580 0 -1 4202496 4325 23839 0 0 7 2 1301 7 20 0 1 0 382906440 5468160 996 33554432000 4194304 6004724 140736994089168 140736994081520 5186782 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/24676/statm: 1335 996 172 442 0 889 0
[pid=24755] ppid=24676 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/24755/stat : 24755 (satsolver.sh) S 24676 24675 14580 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 382907769 9367552 267 33554432000 4194304 5064252 140734271178272 140734271177184 239237490254 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/24755/statm: 2287 267 226 213 0 72 0
[pid=24756] ppid=24755 vsize=61596 CPUtime=148.97 cores=0,2,4,6
/proc/24756/stat : 24756 (glucose) R 24755 24675 14580 0 -1 4202496 7974 0 0 0 14895 2 0 0 20 0 1 0 382907769 63074304 11699 33554432000 4194304 5208918 140733230648576 140733230644344 4211918 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/24756/statm: 15399 11699 105 248 0 15148 0
Current children cumulated CPU time (s) 162.14

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


[startup+1422.31 s]
/proc/loadavg: 2.01 2.02 2.00 3/183 24773
/proc/meminfo: memFree=28417832/32873844 swapFree=7644/7644
[pid=24675] ppid=24673 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/24675/stat : 24675 (npSolver-pbo.sh) S 24673 24675 14580 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 382906440 9367552 274 33554432000 4194304 5064252 140736368368848 140736368367760 239237490254 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/24675/statm: 2287 274 233 213 0 72 0
[pid=24676] ppid=24675 vsize=5340 CPUtime=219.87 cores=0,2,4,6
/proc/24676/stat : 24676 (npSolver-pbo) S 24675 24675 14580 0 -1 4202496 4738 34666 0 0 8 2 21967 10 20 0 1 0 382906440 5468160 996 33554432000 4194304 6004724 140736994089168 140736994081520 5186782 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/24676/statm: 1335 996 172 442 0 889 0
[pid=24762] ppid=24676 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/24762/stat : 24762 (satsolver.sh) S 24676 24675 14580 0 -1 4202496 595 0 0 0 0 0 0 0 20 0 1 0 382928444 9367552 265 33554432000 4194304 5064252 140735562875728 140735562874640 239237490254 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/24762/statm: 2287 265 226 213 0 72 0
[pid=24763] ppid=24762 vsize=143436 CPUtime=1202.06 cores=0,2,4,6
/proc/24763/stat : 24763 (glucose) R 24762 24675 14580 0 -1 4202496 19605 0 0 0 120183 23 0 0 20 0 1 0 382928444 146878464 34694 33554432000 4194304 5208918 140733308231328 140733308227704 4212888 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/24763/statm: 35859 34694 105 248 0 35608 0
Current children cumulated CPU time (s) 1421.93
Current children cumulated vsize (KiB) 167072

[startup+1482.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/183 24773
/proc/meminfo: memFree=28485416/32873844 swapFree=7644/7644
[pid=24675] ppid=24673 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/24675/stat : 24675 (npSolver-pbo.sh) S 24673 24675 14580 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 382906440 9367552 274 33554432000 4194304 5064252 140736368368848 140736368367760 239237490254 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/24675/statm: 2287 274 233 213 0 72 0
[pid=24676] ppid=24675 vsize=5340 CPUtime=219.87 cores=0,2,4,6
/proc/24676/stat : 24676 (npSolver-pbo) S 24675 24675 14580 0 -1 4202496 4738 34666 0 0 8 2 21967 10 20 0 1 0 382906440 5468160 996 33554432000 4194304 6004724 140736994089168 140736994081520 5186782 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/24676/statm: 1335 996 172 442 0 889 0
[pid=24762] ppid=24676 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/24762/stat : 24762 (satsolver.sh) S 24676 24675 14580 0 -1 4202496 595 0 0 0 0 0 0 0 20 0 1 0 382928444 9367552 265 33554432000 4194304 5064252 140735562875728 140735562874640 239237490254 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/24762/statm: 2287 265 226 213 0 72 0
[pid=24763] ppid=24762 vsize=94116 CPUtime=1262.05 cores=0,2,4,6
/proc/24763/stat : 24763 (glucose) R 24762 24675 14580 0 -1 4202496 20568 0 0 0 126180 25 0 0 20 0 1 0 382928444 96374784 23077 33554432000 4194304 5208918 140733308231328 140733308229416 4229712 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/24763/statm: 23529 23077 105 248 0 23278 0
Current children cumulated CPU time (s) 1481.92
Current children cumulated vsize (KiB) 117752

[startup+1542.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/183 24774
/proc/meminfo: memFree=28427780/32873844 swapFree=7644/7644
[pid=24675] ppid=24673 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/24675/stat : 24675 (npSolver-pbo.sh) S 24673 24675 14580 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 382906440 9367552 274 33554432000 4194304 5064252 140736368368848 140736368367760 239237490254 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/24675/statm: 2287 274 233 213 0 72 0
[pid=24676] ppid=24675 vsize=5340 CPUtime=219.87 cores=0,2,4,6
/proc/24676/stat : 24676 (npSolver-pbo) S 24675 24675 14580 0 -1 4202496 4738 34666 0 0 8 2 21967 10 20 0 1 0 382906440 5468160 996 33554432000 4194304 6004724 140736994089168 140736994081520 5186782 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/24676/statm: 1335 996 172 442 0 889 0
[pid=24762] ppid=24676 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/24762/stat : 24762 (satsolver.sh) S 24676 24675 14580 0 -1 4202496 595 0 0 0 0 0 0 0 20 0 1 0 382928444 9367552 265 33554432000 4194304 5064252 140735562875728 140735562874640 239237490254 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/24762/statm: 2287 265 226 213 0 72 0
[pid=24763] ppid=24762 vsize=143436 CPUtime=1322.04 cores=0,2,4,6
/proc/24763/stat : 24763 (glucose) R 24762 24675 14580 0 -1 4202496 21310 0 0 0 132178 26 0 0 20 0 1 0 382928444 146878464 31622 33554432000 4194304 5208918 140733308231328 140733308229320 4229344 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/24763/statm: 35859 31622 105 248 0 35608 0
Current children cumulated CPU time (s) 1541.91
Current children cumulated vsize (KiB) 167072

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/184 24777
/proc/meminfo: memFree=28411280/32873844 swapFree=7644/7644
[pid=24675] ppid=24673 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/24675/stat : 24675 (npSolver-pbo.sh) S 24673 24675 14580 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 382906440 9367552 274 33554432000 4194304 5064252 140736368368848 140736368367760 239237490254 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/24675/statm: 2287 274 233 213 0 72 0
[pid=24676] ppid=24675 vsize=5340 CPUtime=219.87 cores=0,2,4,6
/proc/24676/stat : 24676 (npSolver-pbo) S 24675 24675 14580 0 -1 4202496 4738 34666 0 0 8 2 21967 10 20 0 1 0 382906440 5468160 996 33554432000 4194304 6004724 140736994089168 140736994081520 5186782 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/24676/statm: 1335 996 172 442 0 889 0
[pid=24762] ppid=24676 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/24762/stat : 24762 (satsolver.sh) S 24676 24675 14580 0 -1 4202496 595 0 0 0 0 0 0 0 20 0 1 0 382928444 9367552 265 33554432000 4194304 5064252 140735562875728 140735562874640 239237490254 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/24762/statm: 2287 265 226 213 0 72 0
[pid=24763] ppid=24762 vsize=143436 CPUtime=1382.03 cores=0,2,4,6
/proc/24763/stat : 24763 (glucose) R 24762 24675 14580 0 -1 4202496 22283 0 0 0 138175 28 0 0 20 0 1 0 382928444 146878464 33670 33554432000 4194304 5208918 140733308231328 140733308229320 4229039 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/24763/statm: 35859 33670 105 248 0 35608 0
Current children cumulated CPU time (s) 1601.9
Current children cumulated vsize (KiB) 167072

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 24777
/proc/meminfo: memFree=28396472/32873844 swapFree=7644/7644
[pid=24675] ppid=24673 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/24675/stat : 24675 (npSolver-pbo.sh) S 24673 24675 14580 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 382906440 9367552 274 33554432000 4194304 5064252 140736368368848 140736368367760 239237490254 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/24675/statm: 2287 274 233 213 0 72 0
[pid=24676] ppid=24675 vsize=5340 CPUtime=219.87 cores=0,2,4,6
/proc/24676/stat : 24676 (npSolver-pbo) S 24675 24675 14580 0 -1 4202496 4738 34666 0 0 8 2 21967 10 20 0 1 0 382906440 5468160 996 33554432000 4194304 6004724 140736994089168 140736994081520 5186782 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/24676/statm: 1335 996 172 442 0 889 0
[pid=24762] ppid=24676 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/24762/stat : 24762 (satsolver.sh) S 24676 24675 14580 0 -1 4202496 595 0 0 0 0 0 0 0 20 0 1 0 382928444 9367552 265 33554432000 4194304 5064252 140735562875728 140735562874640 239237490254 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/24762/statm: 2287 265 226 213 0 72 0
[pid=24763] ppid=24762 vsize=143880 CPUtime=1442.02 cores=0,2,4,6
/proc/24763/stat : 24763 (glucose) R 24762 24675 14580 0 -1 4202496 23371 0 0 0 144172 30 0 0 20 0 1 0 382928444 147333120 35317 33554432000 4194304 5208918 140733308231328 140733308227704 4229748 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/24763/statm: 35970 35317 105 248 0 35719 0
Current children cumulated CPU time (s) 1661.89
Current children cumulated vsize (KiB) 167516

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 24777
/proc/meminfo: memFree=28419496/32873844 swapFree=7644/7644
[pid=24675] ppid=24673 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/24675/stat : 24675 (npSolver-pbo.sh) S 24673 24675 14580 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 382906440 9367552 274 33554432000 4194304 5064252 140736368368848 140736368367760 239237490254 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/24675/statm: 2287 274 233 213 0 72 0
[pid=24676] ppid=24675 vsize=5340 CPUtime=219.87 cores=0,2,4,6
/proc/24676/stat : 24676 (npSolver-pbo) S 24675 24675 14580 0 -1 4202496 4738 34666 0 0 8 2 21967 10 20 0 1 0 382906440 5468160 996 33554432000 4194304 6004724 140736994089168 140736994081520 5186782 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/24676/statm: 1335 996 172 442 0 889 0
[pid=24762] ppid=24676 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/24762/stat : 24762 (satsolver.sh) S 24676 24675 14580 0 -1 4202496 595 0 0 0 0 0 0 0 20 0 1 0 382928444 9367552 265 33554432000 4194304 5064252 140735562875728 140735562874640 239237490254 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/24762/statm: 2287 265 226 213 0 72 0
[pid=24763] ppid=24762 vsize=174700 CPUtime=1502.01 cores=0,2,4,6
/proc/24763/stat : 24763 (glucose) R 24762 24675 14580 0 -1 4202496 24618 0 0 0 150169 32 0 0 20 0 1 0 382928444 178892800 35587 33554432000 4194304 5208918 140733308231328 140733308229480 4229296 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/24763/statm: 43675 35587 105 248 0 43424 0
Current children cumulated CPU time (s) 1721.88
Current children cumulated vsize (KiB) 198336

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 24777
/proc/meminfo: memFree=28405516/32873844 swapFree=7644/7644
[pid=24675] ppid=24673 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/24675/stat : 24675 (npSolver-pbo.sh) S 24673 24675 14580 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 382906440 9367552 274 33554432000 4194304 5064252 140736368368848 140736368367760 239237490254 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/24675/statm: 2287 274 233 213 0 72 0
[pid=24676] ppid=24675 vsize=5340 CPUtime=219.87 cores=0,2,4,6
/proc/24676/stat : 24676 (npSolver-pbo) S 24675 24675 14580 0 -1 4202496 4738 34666 0 0 8 2 21967 10 20 0 1 0 382906440 5468160 996 33554432000 4194304 6004724 140736994089168 140736994081520 5186782 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/24676/statm: 1335 996 172 442 0 889 0
[pid=24762] ppid=24676 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/24762/stat : 24762 (satsolver.sh) S 24676 24675 14580 0 -1 4202496 595 0 0 0 0 0 0 0 20 0 1 0 382928444 9367552 265 33554432000 4194304 5064252 140735562875728 140735562874640 239237490254 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/24762/statm: 2287 265 226 213 0 72 0
[pid=24763] ppid=24762 vsize=163068 CPUtime=1562 cores=0,2,4,6
/proc/24763/stat : 24763 (glucose) R 24762 24675 14580 0 -1 4202496 25517 0 0 0 156166 34 0 0 20 0 1 0 382928444 166981632 35008 33554432000 4194304 5208918 140733308231328 140733308229320 4229383 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/24763/statm: 40767 35008 105 248 0 40516 0
Current children cumulated CPU time (s) 1781.87
Current children cumulated vsize (KiB) 186704



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.5 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 24777
/proc/meminfo: memFree=28424616/32873844 swapFree=7644/7644
[pid=24675] ppid=24673 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/24675/stat : 24675 (npSolver-pbo.sh) S 24673 24675 14580 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 382906440 9367552 274 33554432000 4194304 5064252 140736368368848 140736368367760 239237490254 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/24675/statm: 2287 274 233 213 0 72 0
[pid=24676] ppid=24675 vsize=5340 CPUtime=219.87 cores=0,2,4,6
/proc/24676/stat : 24676 (npSolver-pbo) S 24675 24675 14580 0 -1 4202496 4738 34666 0 0 8 2 21967 10 20 0 1 0 382906440 5468160 996 33554432000 4194304 6004724 140736994089168 140736994081520 5186782 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/24676/statm: 1335 996 172 442 0 889 0
[pid=24762] ppid=24676 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/24762/stat : 24762 (satsolver.sh) S 24676 24675 14580 0 -1 4202496 595 0 0 0 0 0 0 0 20 0 1 0 382928444 9367552 265 33554432000 4194304 5064252 140735562875728 140735562874640 239237490254 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/24762/statm: 2287 265 226 213 0 72 0
[pid=24763] ppid=24762 vsize=125760 CPUtime=1580.2 cores=0,2,4,6
/proc/24763/stat : 24763 (glucose) R 24762 24675 14580 0 -1 4202496 26919 0 0 0 157985 35 0 0 20 0 1 0 382928444 128778240 29819 33554432000 4194304 5208918 140733308231328 140733308229272 4229365 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/24763/statm: 31440 29819 105 248 0 31189 0
Current children cumulated CPU time (s) 1800.07
Current children cumulated vsize (KiB) 149396

Sending SIGTERM to process tree (bottom up)

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

[startup+1800.5 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 24777
/proc/meminfo: memFree=28424616/32873844 swapFree=7644/7644
[pid=24675] ppid=24673 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/24675/stat : 24675 (npSolver-pbo.sh) S 24673 24675 14580 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 382906440 9367552 274 33554432000 4194304 5064252 140736368368848 140736368367760 239237490254 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/24675/statm: 2287 274 233 213 0 72 0
[pid=24676] ppid=24675 vsize=5340 CPUtime=219.87 cores=0,2,4,6
/proc/24676/stat : 24676 (npSolver-pbo) S 24675 24675 14580 0 -1 4202496 4738 34666 0 0 8 2 21967 10 20 0 1 0 382906440 5468160 996 33554432000 4194304 6004724 140736994089168 140736994081520 5186782 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/24676/statm: 1335 996 172 442 0 889 0
[pid=24762] ppid=24676 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/24762/stat : 24762 (satsolver.sh) S 24676 24675 14580 0 -1 4202496 595 0 0 0 0 0 0 0 20 0 1 0 382928444 9367552 265 33554432000 4194304 5064252 140735562875728 140735562874640 239237490254 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/24762/statm: 2287 265 226 213 0 72 0
[pid=24763] ppid=24762 vsize=125760 CPUtime=1580.2 cores=0,2,4,6
/proc/24763/stat : 24763 (glucose) R 24762 24675 14580 0 -1 4202496 26919 0 0 0 157985 35 0 0 20 0 1 0 382928444 128778240 29819 33554432000 4194304 5208918 140733308231328 140733308229272 4229365 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/24763/statm: 31440 29819 105 248 0 31189 0
Current children cumulated CPU time (s) 1800.07
Current children cumulated vsize (KiB) 149396

Child status: 0
Real time (s): 1800.51
CPU time (s): 1800.12
CPU user time (s): 1799.62
CPU system time (s): 0.492925
CPU usage (%): 99.9782
Max. virtual memory (cumulated for all children) (KiB): 217524

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.62
system time used= 0.492925
maximum resident set size= 153384
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 67309
page faults= 0
swaps= 0
block input operations= 0
block output operations= 6752
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 134
involuntary context switches= 2038

runsolver used 3.18851 second user time and 8.39272 second system time

The end

Launcher Data

Begin job on node147 at 2012-06-08 17:03:40
IDJOB=3750801
IDBENCH=89841
IDSOLVER=2334
FILE ID=node147/3750801-1339167820
RUNJOBID= node147-1339166014-24557
PBS_JOBID= 14643767
Free space on /tmp= 68680 MiB

SOLVER NAME= npSolver 1.0
BENCH NAME= PB11/normalized-PB11/OPT-SMALLINT-LIN/heinz/normalized-p6b.opb
COMMAND LINE= DIR/npSolver-pbo.sh BENCHNAME RANDOMSEED TMPDIR DIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3750801-1339167820/watcher-3750801-1339167820 -o /tmp/evaluation-result-3750801-1339167820/solver-3750801-1339167820 -C 1800 -W 1900 -M 15500  HOME/npSolver-pbo.sh HOME/instance-3750801-1339167820.opb 1964833160 HOME HOME

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

MD5SUM BENCH= f076140978d89a37e97e041a8b1e6b8f
RANDOM SEED=1964833160

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

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.951
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		: 2666.951
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.951
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:        18217420 kB
Buffers:          992952 kB
Cached:          4128272 kB
SwapCached:         3284 kB
Active:         12104084 kB
Inactive:        1551272 kB
Active(anon):    8529112 kB
Inactive(anon):     4952 kB
Active(file):    3574972 kB
Inactive(file):  1546320 kB
Unevictable:        7644 kB
Mlocked:            7644 kB
SwapTotal:      67108856 kB
SwapFree:       67100272 kB
Dirty:              8168 kB
Writeback:             0 kB
AnonPages:       8536556 kB
Mapped:            10524 kB
Shmem:                 0 kB
Slab:             841560 kB
SReclaimable:     282488 kB
SUnreclaim:       559072 kB
KernelStack:        1472 kB
PageTables:        20488 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:   11460532 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:   3434496 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= 70680 MiB
End job on node147 at 2012-06-08 17:33:41