Trace number 3695344

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
pb2satCp2 2012-05-19? (TO) 1800.13 1800.72

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-NLC/submittedPB07/
manquinho/bsg/normalized-bsg_200_10_4.opb
MD5SUM169f1f6799c5c0fd2a1b0aca08165f42
Bench CategoryOPT-SMALLINT-NLC (optimisation, small integers, non linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark-58
Best CPU time to get the best result obtained on this benchmark1796.84
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function -59
Optimality of the best value was proved NO
Number of variables400
Total number of constraints601
Number of constraints which are clauses200
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints401
Minimum length of a constraint2
Maximum length of a constraint400
Number of terms in the objective function 200
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 200
Number of bits of the sum of numbers in the objective function 8
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 400
Number of bits of the biggest sum of numbers9
Number of products (including duplicates)5048
Sum of products size (including duplicates)10096
Number of different products2524
Sum of products size5048

Quality of the solution as a function of time


Download the above graph as a PDF file / as an EPS file

Solver Data

0.00/0.24	c model valid
0.00/0.24	c current solution ok
0.00/0.38	o -34
0.00/0.38	c (debug) using card networks
0.00/0.82	c model valid
0.00/0.82	c current solution ok
0.00/0.82	o -37
0.00/0.82	c (debug) using card networks
1.05/1.17	c model valid
1.05/1.17	c current solution ok
1.05/1.18	o -43
1.05/1.18	c (debug) using card networks
2.36/2.44	c model valid
2.36/2.44	c current solution ok
2.42/2.58	o -44
2.42/2.58	c (debug) using card networks
16.53/16.73	c model valid
16.53/16.73	c current solution ok
16.53/16.74	o -45
16.53/16.74	c (debug) using card networks
22.93/23.17	c model valid
22.93/23.17	c current solution ok
22.93/23.18	o -46
22.93/23.18	c (debug) using card networks
144.39/144.62	c model valid
144.39/144.62	c current solution ok
144.39/144.63	o -48
144.39/144.63	c (debug) using card networks
672.57/672.96	c model valid
672.57/672.96	c current solution ok
672.57/672.97	o -49
672.57/672.97	c (debug) using card networks
1742.19/1742.84	c model valid
1742.19/1742.84	c current solution ok
1742.19/1742.85	o -50
1742.19/1742.85	c (debug) using card networks
1800.09/1800.71	./satsolver.sh: line 5: 16500 Terminated              ./glucose_static -rnd-seed=$seed $1 > $2
1800.09/1800.71	c error: unexpected solver exit code
1800.09/1800.71	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-3695344-1338086760/watcher-3695344-1338086760 -o /tmp/evaluation-result-3695344-1338086760/solver-3695344-1338086760 -C 1800 -W 1900 -M 15500 HOME/runPb2satCp2.sh HOME/instance-3695344-1338086760.opb 302957139 HOME HOME 

running on 4 cores: 1,3,5,7

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


[startup+0 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 16403
/proc/meminfo: memFree=29021720/32873844 swapFree=7612/7612
[pid=16403] ppid=16401 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/16403/stat : 16403 (runPb2satCp2.sh) S 16401 16403 9863 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 274800330 9367552 274 33554432000 4194304 5064252 140734834712768 140734834711680 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/16403/statm: 2287 274 233 213 0 72 0

[startup+0.078686 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 16403
/proc/meminfo: memFree=29021720/32873844 swapFree=7612/7612
[pid=16403] ppid=16401 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/16403/stat : 16403 (runPb2satCp2.sh) S 16401 16403 9863 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 274800330 9367552 274 33554432000 4194304 5064252 140734834712768 140734834711680 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/16403/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.100309 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 16403
/proc/meminfo: memFree=29021720/32873844 swapFree=7612/7612
[pid=16403] ppid=16401 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/16403/stat : 16403 (runPb2satCp2.sh) S 16401 16403 9863 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 274800330 9367552 274 33554432000 4194304 5064252 140734834712768 140734834711680 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/16403/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.300207 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 16403
/proc/meminfo: memFree=29021720/32873844 swapFree=7612/7612
[pid=16403] ppid=16401 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/16403/stat : 16403 (runPb2satCp2.sh) S 16401 16403 9863 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 274800330 9367552 274 33554432000 4194304 5064252 140734834712768 140734834711680 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/16403/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.70021 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 16403
/proc/meminfo: memFree=29021720/32873844 swapFree=7612/7612
[pid=16403] ppid=16401 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/16403/stat : 16403 (runPb2satCp2.sh) S 16401 16403 9863 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 274800330 9367552 274 33554432000 4194304 5064252 140734834712768 140734834711680 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/16403/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+1.50026 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 16413
/proc/meminfo: memFree=29001076/32873844 swapFree=7612/7612
[pid=16403] ppid=16401 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/16403/stat : 16403 (runPb2satCp2.sh) S 16401 16403 9863 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 274800330 9367552 274 33554432000 4194304 5064252 140734834712768 140734834711680 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/16403/statm: 2287 274 233 213 0 72 0
[pid=16404] ppid=16403 vsize=6600 CPUtime=1.16 cores=1,3,5,7
/proc/16404/stat : 16404 (pb2sat) S 16403 16403 9863 0 -1 4202496 3044 10885 0 0 7 12 94 3 20 0 1 0 274800330 6758400 1127 33554432000 4194304 5873084 140735146050400 140735146044216 5124602 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/16404/statm: 1650 1127 175 410 0 1232 0
Current children cumulated CPU time (s) 1.16
Current children cumulated vsize (KiB) 15748

[startup+3.10028 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 16416
/proc/meminfo: memFree=28999092/32873844 swapFree=7612/7612
[pid=16403] ppid=16401 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/16403/stat : 16403 (runPb2satCp2.sh) S 16401 16403 9863 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 274800330 9367552 274 33554432000 4194304 5064252 140734834712768 140734834711680 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/16403/statm: 2287 274 233 213 0 72 0
[pid=16404] ppid=16403 vsize=6600 CPUtime=2.43 cores=1,3,5,7
/proc/16404/stat : 16404 (pb2sat) S 16403 16403 9863 0 -1 4202496 3502 15138 0 0 8 12 218 5 20 0 1 0 274800330 6758400 1127 33554432000 4194304 5873084 140735146050400 140735146044216 5124602 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/16404/statm: 1650 1127 175 410 0 1232 0
Current children cumulated CPU time (s) 2.43
Current children cumulated vsize (KiB) 15748
heavy processes:

[startup+6.30038 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 16419
/proc/meminfo: memFree=28994504/32873844 swapFree=7612/7612
[pid=16403] ppid=16401 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/16403/stat : 16403 (runPb2satCp2.sh) S 16401 16403 9863 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 274800330 9367552 274 33554432000 4194304 5064252 140734834712768 140734834711680 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/16403/statm: 2287 274 233 213 0 72 0
[pid=16404] ppid=16403 vsize=6600 CPUtime=2.43 cores=1,3,5,7
/proc/16404/stat : 16404 (pb2sat) S 16403 16403 9863 0 -1 4202496 3502 15138 0 0 8 12 218 5 20 0 1 0 274800330 6758400 1127 33554432000 4194304 5873084 140735146050400 140735146044216 5124602 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/16404/statm: 1650 1127 175 410 0 1232 0
[pid=16418] ppid=16404 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/16418/stat : 16418 (satsolver.sh) S 16404 16403 9863 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 274800587 9367552 267 33554432000 4194304 5064252 140735849785984 140735849784896 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/16418/statm: 2287 267 226 213 0 72 0
[pid=16419] ppid=16418 vsize=14584 CPUtime=3.7 cores=1,3,5,7
/proc/16419/stat : 16419 (glucose_static) R 16418 16403 9863 0 -1 4202496 4367 0 0 0 370 0 0 0 20 0 1 0 274800588 14934016 3237 33554432000 4194304 4896791 140734207976976 140734207974184 4224844 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/16419/statm: 3646 3237 78 172 0 3472 0
Current children cumulated CPU time (s) 6.13
Current children cumulated vsize (KiB) 39480

[startup+12.7004 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 16419
/proc/meminfo: memFree=28983472/32873844 swapFree=7612/7612
[pid=16403] ppid=16401 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/16403/stat : 16403 (runPb2satCp2.sh) S 16401 16403 9863 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 274800330 9367552 274 33554432000 4194304 5064252 140734834712768 140734834711680 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/16403/statm: 2287 274 233 213 0 72 0
[pid=16404] ppid=16403 vsize=6600 CPUtime=2.43 cores=1,3,5,7
/proc/16404/stat : 16404 (pb2sat) S 16403 16403 9863 0 -1 4202496 3502 15138 0 0 8 12 218 5 20 0 1 0 274800330 6758400 1127 33554432000 4194304 5873084 140735146050400 140735146044216 5124602 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/16404/statm: 1650 1127 175 410 0 1232 0
[pid=16418] ppid=16404 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/16418/stat : 16418 (satsolver.sh) S 16404 16403 9863 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 274800587 9367552 267 33554432000 4194304 5064252 140735849785984 140735849784896 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/16418/statm: 2287 267 226 213 0 72 0
[pid=16419] ppid=16418 vsize=17580 CPUtime=10.11 cores=1,3,5,7
/proc/16419/stat : 16419 (glucose_static) R 16418 16403 9863 0 -1 4202496 7464 0 0 0 1009 2 0 0 20 0 1 0 274800588 18001920 4001 33554432000 4194304 4896791 140734207976976 140734207974184 4231012 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/16419/statm: 4395 4001 78 172 0 4221 0
Current children cumulated CPU time (s) 12.54
Current children cumulated vsize (KiB) 42476

[startup+25.5004 s]
/proc/loadavg: 2.00 2.00 2.00 3/182 16425
/proc/meminfo: memFree=29012052/32873844 swapFree=7612/7612
[pid=16403] ppid=16401 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/16403/stat : 16403 (runPb2satCp2.sh) S 16401 16403 9863 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 274800330 9367552 274 33554432000 4194304 5064252 140734834712768 140734834711680 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/16403/statm: 2287 274 233 213 0 72 0
[pid=16404] ppid=16403 vsize=6600 CPUtime=23.02 cores=1,3,5,7
/proc/16404/stat : 16404 (pb2sat) S 16403 16403 9863 0 -1 4202496 4439 31190 0 0 10 12 2270 10 20 0 1 0 274800330 6758400 1128 33554432000 4194304 5873084 140735146050400 140735146044216 5124602 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/16404/statm: 1650 1128 175 410 0 1232 0
[pid=16424] ppid=16404 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/16424/stat : 16424 (satsolver.sh) S 16404 16403 9863 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 274802648 9367552 266 33554432000 4194304 5064252 140733607906048 140733607904960 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/16424/statm: 2287 266 226 213 0 72 0
[pid=16425] ppid=16424 vsize=14224 CPUtime=2.31 cores=1,3,5,7
/proc/16425/stat : 16425 (glucose_static) R 16424 16403 9863 0 -1 4202496 3773 0 0 0 230 1 0 0 20 0 1 0 274802648 14565376 3062 33554432000 4194304 4896791 140734889543744 140734889540952 4225103 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/16425/statm: 3556 3062 78 172 0 3382 0
Current children cumulated CPU time (s) 25.33
Current children cumulated vsize (KiB) 39120

[startup+51.1004 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 16426
/proc/meminfo: memFree=28976788/32873844 swapFree=7612/7612
[pid=16403] ppid=16401 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/16403/stat : 16403 (runPb2satCp2.sh) S 16401 16403 9863 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 274800330 9367552 274 33554432000 4194304 5064252 140734834712768 140734834711680 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/16403/statm: 2287 274 233 213 0 72 0
[pid=16404] ppid=16403 vsize=6600 CPUtime=23.02 cores=1,3,5,7
/proc/16404/stat : 16404 (pb2sat) S 16403 16403 9863 0 -1 4202496 4439 31190 0 0 10 12 2270 10 20 0 1 0 274800330 6758400 1128 33554432000 4194304 5873084 140735146050400 140735146044216 5124602 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/16404/statm: 1650 1128 175 410 0 1232 0
[pid=16424] ppid=16404 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/16424/stat : 16424 (satsolver.sh) S 16404 16403 9863 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 274802648 9367552 266 33554432000 4194304 5064252 140733607906048 140733607904960 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/16424/statm: 2287 266 226 213 0 72 0
[pid=16425] ppid=16424 vsize=22632 CPUtime=27.9 cores=1,3,5,7
/proc/16425/stat : 16425 (glucose_static) R 16424 16403 9863 0 -1 4202496 12171 0 0 0 2785 5 0 0 20 0 1 0 274802648 23175168 4909 33554432000 4194304 4896791 140734889543744 140734889541272 4224960 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/16425/statm: 5658 4909 78 172 0 5484 0
Current children cumulated CPU time (s) 50.92
Current children cumulated vsize (KiB) 47528

[startup+102.307 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 16426
/proc/meminfo: memFree=28983084/32873844 swapFree=7612/7612
[pid=16403] ppid=16401 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/16403/stat : 16403 (runPb2satCp2.sh) S 16401 16403 9863 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 274800330 9367552 274 33554432000 4194304 5064252 140734834712768 140734834711680 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/16403/statm: 2287 274 233 213 0 72 0
[pid=16404] ppid=16403 vsize=6600 CPUtime=23.02 cores=1,3,5,7
/proc/16404/stat : 16404 (pb2sat) S 16403 16403 9863 0 -1 4202496 4439 31190 0 0 10 12 2270 10 20 0 1 0 274800330 6758400 1128 33554432000 4194304 5873084 140735146050400 140735146044216 5124602 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/16404/statm: 1650 1128 175 410 0 1232 0
[pid=16424] ppid=16404 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/16424/stat : 16424 (satsolver.sh) S 16404 16403 9863 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 274802648 9367552 266 33554432000 4194304 5064252 140733607906048 140733607904960 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/16424/statm: 2287 266 226 213 0 72 0
[pid=16425] ppid=16424 vsize=31940 CPUtime=79.09 cores=1,3,5,7
/proc/16425/stat : 16425 (glucose_static) R 16424 16403 9863 0 -1 4202496 23526 0 0 0 7899 10 0 0 20 0 1 0 274802648 32706560 6807 33554432000 4194304 4896791 140734889543744 140734889541272 4225393 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/16425/statm: 7985 6807 78 172 0 7811 0
Current children cumulated CPU time (s) 102.11
Current children cumulated vsize (KiB) 56836

[startup+162.3 s]
/proc/loadavg: 2.07 2.02 2.00 3/183 16429
/proc/meminfo: memFree=28960716/32873844 swapFree=7612/7612
[pid=16403] ppid=16401 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/16403/stat : 16403 (runPb2satCp2.sh) S 16401 16403 9863 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 274800330 9367552 274 33554432000 4194304 5064252 140734834712768 140734834711680 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/16403/statm: 2287 274 233 213 0 72 0
[pid=16404] ppid=16403 vsize=6600 CPUtime=144.45 cores=1,3,5,7
/proc/16404/stat : 16404 (pb2sat) S 16403 16403 9863 0 -1 4202496 4897 61828 0 0 11 12 14397 25 20 0 1 0 274800330 6758400 1128 33554432000 4194304 5873084 140735146050400 140735146044216 5124602 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/16404/statm: 1650 1128 175 410 0 1232 0
[pid=16428] ppid=16404 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/16428/stat : 16428 (satsolver.sh) S 16404 16403 9863 0 -1 4202496 595 0 0 0 0 0 0 0 20 0 1 0 274814794 9367552 266 33554432000 4194304 5064252 140737342275920 140737342274832 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/16428/statm: 2287 266 226 213 0 72 0
[pid=16429] ppid=16428 vsize=21536 CPUtime=17.64 cores=1,3,5,7
/proc/16429/stat : 16429 (glucose_static) R 16428 16403 9863 0 -1 4202496 7673 0 0 0 1762 2 0 0 20 0 1 0 274814794 22052864 5039 33554432000 4194304 4896791 140733986778336 140733986775864 4224802 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/16429/statm: 5384 5039 78 172 0 5210 0
Current children cumulated CPU time (s) 162.09
Current children cumulated vsize (KiB) 46432

[startup+222.3 s]
/proc/loadavg: 2.02 2.01 2.00 3/183 16429
/proc/meminfo: memFree=28966264/32873844 swapFree=7612/7612

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


[startup+1422.31 s]
/proc/loadavg: 1.62 1.92 1.97 2/174 16493
/proc/meminfo: memFree=28972408/32873844 swapFree=7612/7612
[pid=16403] ppid=16401 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/16403/stat : 16403 (runPb2satCp2.sh) S 16401 16403 9863 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 274800330 9367552 274 33554432000 4194304 5064252 140734834712768 140734834711680 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/16403/statm: 2287 274 233 213 0 72 0
[pid=16404] ppid=16403 vsize=6600 CPUtime=672.65 cores=1,3,5,7
/proc/16404/stat : 16404 (pb2sat) S 16403 16403 9863 0 -1 4202496 5374 116728 0 0 12 12 67178 63 20 0 1 0 274800330 6758400 1128 33554432000 4194304 5873084 140735146050400 140735146044216 5124602 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/16404/statm: 1650 1128 175 410 0 1232 0
[pid=16437] ppid=16404 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/16437/stat : 16437 (satsolver.sh) S 16404 16403 9863 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 274867627 9367552 267 33554432000 4194304 5064252 140735330624640 140735330623552 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/16437/statm: 2287 267 226 213 0 72 0
[pid=16438] ppid=16437 vsize=136672 CPUtime=749.14 cores=1,3,5,7
/proc/16438/stat : 16438 (glucose_static) R 16437 16403 9863 0 -1 4202496 72332 0 0 0 74863 51 0 0 20 0 1 0 274867628 139952128 28374 33554432000 4194304 4896791 140734079607616 140734079603288 4225540 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/16438/statm: 34168 28374 78 172 0 33994 0
Current children cumulated CPU time (s) 1421.79
Current children cumulated vsize (KiB) 161568

[startup+1482.3 s]
/proc/loadavg: 1.23 1.75 1.90 2/175 16496
/proc/meminfo: memFree=28969512/32873844 swapFree=7612/7612
[pid=16403] ppid=16401 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/16403/stat : 16403 (runPb2satCp2.sh) S 16401 16403 9863 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 274800330 9367552 274 33554432000 4194304 5064252 140734834712768 140734834711680 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/16403/statm: 2287 274 233 213 0 72 0
[pid=16404] ppid=16403 vsize=6600 CPUtime=672.65 cores=1,3,5,7
/proc/16404/stat : 16404 (pb2sat) S 16403 16403 9863 0 -1 4202496 5374 116728 0 0 12 12 67178 63 20 0 1 0 274800330 6758400 1128 33554432000 4194304 5873084 140735146050400 140735146044216 5124602 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/16404/statm: 1650 1128 175 410 0 1232 0
[pid=16437] ppid=16404 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/16437/stat : 16437 (satsolver.sh) S 16404 16403 9863 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 274867627 9367552 267 33554432000 4194304 5064252 140735330624640 140735330623552 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/16437/statm: 2287 267 226 213 0 72 0
[pid=16438] ppid=16437 vsize=137608 CPUtime=809.12 cores=1,3,5,7
/proc/16438/stat : 16438 (glucose_static) R 16437 16403 9863 0 -1 4202496 74858 0 0 0 80856 56 0 0 20 0 1 0 274867628 140910592 29623 33554432000 4194304 4896791 140734079607616 140734079603352 4223797 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/16438/statm: 34402 29623 78 172 0 34228 0
Current children cumulated CPU time (s) 1481.77
Current children cumulated vsize (KiB) 162504

[startup+1542.3 s]
/proc/loadavg: 1.08 1.61 1.85 2/174 16496
/proc/meminfo: memFree=28969916/32873844 swapFree=7612/7612
[pid=16403] ppid=16401 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/16403/stat : 16403 (runPb2satCp2.sh) S 16401 16403 9863 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 274800330 9367552 274 33554432000 4194304 5064252 140734834712768 140734834711680 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/16403/statm: 2287 274 233 213 0 72 0
[pid=16404] ppid=16403 vsize=6600 CPUtime=672.65 cores=1,3,5,7
/proc/16404/stat : 16404 (pb2sat) S 16403 16403 9863 0 -1 4202496 5374 116728 0 0 12 12 67178 63 20 0 1 0 274800330 6758400 1128 33554432000 4194304 5873084 140735146050400 140735146044216 5124602 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/16404/statm: 1650 1128 175 410 0 1232 0
[pid=16437] ppid=16404 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/16437/stat : 16437 (satsolver.sh) S 16404 16403 9863 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 274867627 9367552 267 33554432000 4194304 5064252 140735330624640 140735330623552 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/16437/statm: 2287 267 226 213 0 72 0
[pid=16438] ppid=16437 vsize=139616 CPUtime=869.1 cores=1,3,5,7
/proc/16438/stat : 16438 (glucose_static) R 16437 16403 9863 0 -1 4202496 77071 0 0 0 86850 60 0 0 20 0 1 0 274867628 142966784 29016 33554432000 4194304 4896791 140734079607616 140734079603352 4224921 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/16438/statm: 34904 29016 78 172 0 34730 0
Current children cumulated CPU time (s) 1541.75
Current children cumulated vsize (KiB) 164512

[startup+1602.3 s]
/proc/loadavg: 1.03 1.51 1.79 2/174 16497
/proc/meminfo: memFree=28979652/32873844 swapFree=7612/7612
[pid=16403] ppid=16401 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/16403/stat : 16403 (runPb2satCp2.sh) S 16401 16403 9863 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 274800330 9367552 274 33554432000 4194304 5064252 140734834712768 140734834711680 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/16403/statm: 2287 274 233 213 0 72 0
[pid=16404] ppid=16403 vsize=6600 CPUtime=672.65 cores=1,3,5,7
/proc/16404/stat : 16404 (pb2sat) S 16403 16403 9863 0 -1 4202496 5374 116728 0 0 12 12 67178 63 20 0 1 0 274800330 6758400 1128 33554432000 4194304 5873084 140735146050400 140735146044216 5124602 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/16404/statm: 1650 1128 175 410 0 1232 0
[pid=16437] ppid=16404 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/16437/stat : 16437 (satsolver.sh) S 16404 16403 9863 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 274867627 9367552 267 33554432000 4194304 5064252 140735330624640 140735330623552 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/16437/statm: 2287 267 226 213 0 72 0
[pid=16438] ppid=16437 vsize=113556 CPUtime=929.08 cores=1,3,5,7
/proc/16438/stat : 16438 (glucose_static) R 16437 16403 9863 0 -1 4202496 79269 0 0 0 92847 61 0 0 20 0 1 0 274867628 116281344 27135 33554432000 4194304 4896791 140734079607616 140734079604824 4224706 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/16438/statm: 28389 27135 78 172 0 28215 0
Current children cumulated CPU time (s) 1601.73
Current children cumulated vsize (KiB) 138452

[startup+1662.3 s]
/proc/loadavg: 1.01 1.41 1.74 2/174 16497
/proc/meminfo: memFree=28950844/32873844 swapFree=7612/7612
[pid=16403] ppid=16401 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/16403/stat : 16403 (runPb2satCp2.sh) S 16401 16403 9863 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 274800330 9367552 274 33554432000 4194304 5064252 140734834712768 140734834711680 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/16403/statm: 2287 274 233 213 0 72 0
[pid=16404] ppid=16403 vsize=6600 CPUtime=672.65 cores=1,3,5,7
/proc/16404/stat : 16404 (pb2sat) S 16403 16403 9863 0 -1 4202496 5374 116728 0 0 12 12 67178 63 20 0 1 0 274800330 6758400 1128 33554432000 4194304 5873084 140735146050400 140735146044216 5124602 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/16404/statm: 1650 1128 175 410 0 1232 0
[pid=16437] ppid=16404 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/16437/stat : 16437 (satsolver.sh) S 16404 16403 9863 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 274867627 9367552 267 33554432000 4194304 5064252 140735330624640 140735330623552 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/16437/statm: 2287 267 226 213 0 72 0
[pid=16438] ppid=16437 vsize=146984 CPUtime=989.08 cores=1,3,5,7
/proc/16438/stat : 16438 (glucose_static) R 16437 16403 9863 0 -1 4202496 81955 0 0 0 98843 65 0 0 20 0 1 0 274867628 150511616 33803 33554432000 4194304 4896791 140734079607616 140734079604824 4203903 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/16438/statm: 36746 33803 78 172 0 36572 0
Current children cumulated CPU time (s) 1661.73
Current children cumulated vsize (KiB) 171880

[startup+1722.3 s]
/proc/loadavg: 1.00 1.33 1.69 2/174 16497
/proc/meminfo: memFree=28945184/32873844 swapFree=7612/7612
[pid=16403] ppid=16401 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/16403/stat : 16403 (runPb2satCp2.sh) S 16401 16403 9863 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 274800330 9367552 274 33554432000 4194304 5064252 140734834712768 140734834711680 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/16403/statm: 2287 274 233 213 0 72 0
[pid=16404] ppid=16403 vsize=6600 CPUtime=672.65 cores=1,3,5,7
/proc/16404/stat : 16404 (pb2sat) S 16403 16403 9863 0 -1 4202496 5374 116728 0 0 12 12 67178 63 20 0 1 0 274800330 6758400 1128 33554432000 4194304 5873084 140735146050400 140735146044216 5124602 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/16404/statm: 1650 1128 175 410 0 1232 0
[pid=16437] ppid=16404 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/16437/stat : 16437 (satsolver.sh) S 16404 16403 9863 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 274867627 9367552 267 33554432000 4194304 5064252 140735330624640 140735330623552 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/16437/statm: 2287 267 226 213 0 72 0
[pid=16438] ppid=16437 vsize=148092 CPUtime=1049.06 cores=1,3,5,7
/proc/16438/stat : 16438 (glucose_static) R 16437 16403 9863 0 -1 4202496 84112 0 0 0 104838 68 0 0 20 0 1 0 274867628 151646208 35198 33554432000 4194304 4896791 140734079607616 140734079603352 4205044 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/16438/statm: 37023 35198 78 172 0 36849 0
Current children cumulated CPU time (s) 1721.71
Current children cumulated vsize (KiB) 172988

[startup+1782.3 s]
/proc/loadavg: 1.00 1.27 1.64 2/174 16500
/proc/meminfo: memFree=29064388/32873844 swapFree=7612/7612
[pid=16403] ppid=16401 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/16403/stat : 16403 (runPb2satCp2.sh) S 16401 16403 9863 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 274800330 9367552 274 33554432000 4194304 5064252 140734834712768 140734834711680 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/16403/statm: 2287 274 233 213 0 72 0
[pid=16404] ppid=16403 vsize=6600 CPUtime=1742.26 cores=1,3,5,7
/proc/16404/stat : 16404 (pb2sat) S 16403 16403 9863 0 -1 4202496 5833 203095 0 0 13 12 174068 133 20 0 1 0 274800330 6758400 1128 33554432000 4194304 5873084 140735146050400 140735146044216 5124602 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/16404/statm: 1650 1128 175 410 0 1232 0
[pid=16499] ppid=16404 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/16499/stat : 16499 (satsolver.sh) S 16404 16403 9863 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 274974616 9367552 266 33554432000 4194304 5064252 140737012506320 140737012505232 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/16499/statm: 2287 266 226 213 0 72 0
[pid=16500] ppid=16499 vsize=28112 CPUtime=39.41 cores=1,3,5,7
/proc/16500/stat : 16500 (glucose_static) R 16499 16403 9863 0 -1 4202496 12323 0 0 0 3937 4 0 0 20 0 1 0 274974616 28786688 5715 33554432000 4194304 4896791 140734286352384 140734286348056 4225344 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/16500/statm: 7028 5715 78 172 0 6854 0
Current children cumulated CPU time (s) 1781.67
Current children cumulated vsize (KiB) 53008



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.71 s]
/proc/loadavg: 1.00 1.25 1.63 2/174 16500
/proc/meminfo: memFree=29062272/32873844 swapFree=7612/7612
[pid=16403] ppid=16401 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/16403/stat : 16403 (runPb2satCp2.sh) S 16401 16403 9863 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 274800330 9367552 274 33554432000 4194304 5064252 140734834712768 140734834711680 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/16403/statm: 2287 274 233 213 0 72 0
[pid=16404] ppid=16403 vsize=6600 CPUtime=1742.26 cores=1,3,5,7
/proc/16404/stat : 16404 (pb2sat) S 16403 16403 9863 0 -1 4202496 5833 203095 0 0 13 12 174068 133 20 0 1 0 274800330 6758400 1128 33554432000 4194304 5873084 140735146050400 140735146044216 5124602 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/16404/statm: 1650 1128 175 410 0 1232 0
[pid=16499] ppid=16404 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/16499/stat : 16499 (satsolver.sh) S 16404 16403 9863 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 274974616 9367552 266 33554432000 4194304 5064252 140737012506320 140737012505232 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/16499/statm: 2287 266 226 213 0 72 0
[pid=16500] ppid=16499 vsize=29680 CPUtime=57.83 cores=1,3,5,7
/proc/16500/stat : 16500 (glucose_static) R 16499 16403 9863 0 -1 4202496 15029 0 0 0 5777 6 0 0 20 0 1 0 274974616 30392320 6142 33554432000 4194304 4896791 140734286352384 140734286349912 4224684 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/16500/statm: 7420 6142 78 172 0 7246 0
Current children cumulated CPU time (s) 1800.09
Current children cumulated vsize (KiB) 54576

Sending SIGTERM to process tree (bottom up)

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

[startup+1800.71 s]
/proc/loadavg: 1.00 1.25 1.63 2/174 16500
/proc/meminfo: memFree=29062272/32873844 swapFree=7612/7612
[pid=16403] ppid=16401 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/16403/stat : 16403 (runPb2satCp2.sh) S 16401 16403 9863 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 274800330 9367552 274 33554432000 4194304 5064252 140734834712768 140734834711680 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/16403/statm: 2287 274 233 213 0 72 0
[pid=16404] ppid=16403 vsize=6600 CPUtime=1742.26 cores=1,3,5,7
/proc/16404/stat : 16404 (pb2sat) S 16403 16403 9863 0 -1 4202496 5833 203095 0 0 13 12 174068 133 20 0 1 0 274800330 6758400 1128 33554432000 4194304 5873084 140735146050400 140735146044216 5124602 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/16404/statm: 1650 1128 175 410 0 1232 0
[pid=16499] ppid=16404 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/16499/stat : 16499 (satsolver.sh) S 16404 16403 9863 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 274974616 9367552 266 33554432000 4194304 5064252 140737012506320 140737012505232 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/16499/statm: 2287 266 226 213 0 72 0
[pid=16500] ppid=16499 vsize=29680 CPUtime=57.83 cores=1,3,5,7
/proc/16500/stat : 16500 (glucose_static) R 16499 16403 9863 0 -1 4202496 15029 0 0 0 5777 6 0 0 20 0 1 0 274974616 30392320 6142 33554432000 4194304 4896791 140734286352384 140734286349912 4224684 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/16500/statm: 7420 6142 78 172 0 7246 0
Current children cumulated CPU time (s) 1800.09
Current children cumulated vsize (KiB) 54576

Child status: 0
Real time (s): 1800.72
CPU time (s): 1800.13
CPU user time (s): 1798.59
CPU system time (s): 1.53477
CPU usage (%): 99.9672
Max. virtual memory (cumulated for all children) (KiB): 254120

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.59
system time used= 1.53477
maximum resident set size= 177968
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 224944
page faults= 0
swaps= 0
block input operations= 0
block output operations= 38224
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 294
involuntary context switches= 1909

runsolver used 6.28404 second user time and 18.8761 second system time

The end

Launcher Data

Begin job on node143 at 2012-05-27 04:46:00
IDJOB=3695344
IDBENCH=48240
IDSOLVER=2273
FILE ID=node143/3695344-1338086760
RUNJOBID= node143-1338052948-9880
PBS_JOBID= 14624405
Free space on /tmp= 71656 MiB

SOLVER NAME= pb2satCp2 2012-05-19
BENCH NAME= PB07/normalized-PB07/OPT-SMALLINT-NLC/submittedPB07/manquinho/bsg/normalized-bsg_200_10_4.opb
COMMAND LINE= DIR/runPb2satCp2.sh BENCHNAME RANDOMSEED TMPDIR DIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3695344-1338086760/watcher-3695344-1338086760 -o /tmp/evaluation-result-3695344-1338086760/solver-3695344-1338086760 -C 1800 -W 1900 -M 15500  HOME/runPb2satCp2.sh HOME/instance-3695344-1338086760.opb 302957139 HOME HOME

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

MD5SUM BENCH= 169f1f6799c5c0fd2a1b0aca08165f42
RANDOM SEED=302957139

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

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

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.787
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	: 5298.57
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.787
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.787
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:        29021704 kB
Buffers:          323144 kB
Cached:          2650568 kB
SwapCached:            0 kB
Active:           668044 kB
Inactive:        2377444 kB
Active(anon):      74100 kB
Inactive(anon):        0 kB
Active(file):     593944 kB
Inactive(file):  2377444 kB
Unevictable:        7612 kB
Mlocked:            7612 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:              8604 kB
Writeback:             0 kB
AnonPages:        115496 kB
Mapped:            15156 kB
Shmem:               200 kB
Slab:             666352 kB
SReclaimable:     108992 kB
SUnreclaim:       557360 kB
KernelStack:        1520 kB
PageTables:         4172 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     192032 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:     59392 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= 71660 MiB
End job on node143 at 2012-05-27 05:16:00