Trace number 3696484

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

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/web/www.ps.uni-sb.de/
~walser/benchmarks/course-ass/normalized-ws97-5.opb
MD5SUMed36462db2ffa04ea65b986069441496
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark2642
Best CPU time to get the best result obtained on this benchmark0.050991
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 2642
Optimality of the best value was proved YES
Number of variables907
Total number of constraints403
Number of constraints which are clauses126
Number of constraints which are cardinality constraints (but not clauses)277
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint134
Number of terms in the objective function 748
Biggest coefficient in the objective function 240
Number of bits for the biggest coefficient in the objective function 8
Sum of the numbers in the objective function 33855
Number of bits of the sum of numbers in the objective function 16
Biggest number in a constraint 240
Number of bits of the biggest number in a constraint 8
Biggest sum of numbers in a constraint 33855
Number of bits of the biggest sum of numbers16
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

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.40	o 9011
0.00/0.40	c current bound: 4713
0.00/0.40	c fallback to adder encoding
63.43/63.52	c model valid
63.43/63.52	c current solution ok
63.43/63.53	o 4281
63.43/63.53	c current bound: 2348
63.43/63.53	c fallback to adder encoding
183.54/183.60	c current bound: 3522
183.54/183.60	c fallback to adder encoding
412.37/412.52	c model valid
412.37/412.52	c current solution ok
412.37/412.53	o 3063
412.37/412.53	c current bound: 2913
412.37/412.53	c fallback to adder encoding
1499.95/1500.39	c current bound: 3196
1499.95/1500.39	c fallback to adder encoding
1773.91/1774.36	c model valid
1773.91/1774.36	c current solution ok
1773.91/1774.37	o 2764
1773.91/1774.37	c current bound: 3046
1773.91/1774.37	c fallback to adder encoding
1800.10/1800.50	./satsolver.sh: line 5: 12643 Terminated              ./glucose_static -rnd-seed=$seed $1 > $2
1800.10/1800.50	c error: unexpected solver exit code
1800.10/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-3696484-1338061796/watcher-3696484-1338061796 -o /tmp/evaluation-result-3696484-1338061796/solver-3696484-1338061796 -C 1800 -W 1900 -M 15500 HOME/runPb2sat.sh HOME/instance-3696484-1338061796.opb 908909226 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.00 3/179 12541
/proc/meminfo: memFree=28877032/32873844 swapFree=7900/7900
[pid=12541] ppid=12539 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/12541/stat : 12541 (runPb2sat.sh) S 12539 12541 11448 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 272304089 9367552 275 33554432000 4194304 5064252 140735726352192 140735726351104 225444521550 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/12541/statm: 2287 275 233 213 0 72 0

[startup+0.053478 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 12541
/proc/meminfo: memFree=28877032/32873844 swapFree=7900/7900
[pid=12541] ppid=12539 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/12541/stat : 12541 (runPb2sat.sh) S 12539 12541 11448 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 272304089 9367552 275 33554432000 4194304 5064252 140735726352192 140735726351104 225444521550 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/12541/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.100275 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 12541
/proc/meminfo: memFree=28877032/32873844 swapFree=7900/7900
[pid=12541] ppid=12539 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/12541/stat : 12541 (runPb2sat.sh) S 12539 12541 11448 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 272304089 9367552 275 33554432000 4194304 5064252 140735726352192 140735726351104 225444521550 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/12541/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.300264 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 12541
/proc/meminfo: memFree=28877032/32873844 swapFree=7900/7900
[pid=12541] ppid=12539 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/12541/stat : 12541 (runPb2sat.sh) S 12539 12541 11448 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 272304089 9367552 275 33554432000 4194304 5064252 140735726352192 140735726351104 225444521550 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/12541/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.70027 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 12541
/proc/meminfo: memFree=28877032/32873844 swapFree=7900/7900
[pid=12541] ppid=12539 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/12541/stat : 12541 (runPb2sat.sh) S 12539 12541 11448 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 272304089 9367552 275 33554432000 4194304 5064252 140735726352192 140735726351104 225444521550 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/12541/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+1.50039 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 12548
/proc/meminfo: memFree=28834328/32873844 swapFree=7900/7900
[pid=12541] ppid=12539 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/12541/stat : 12541 (runPb2sat.sh) S 12539 12541 11448 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 272304089 9367552 275 33554432000 4194304 5064252 140735726352192 140735726351104 225444521550 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/12541/statm: 2287 275 233 213 0 72 0
[pid=12542] ppid=12541 vsize=13184 CPUtime=0.43 cores=0,2,4,6
/proc/12542/stat : 12542 (pb2sat) S 12541 12541 11448 0 -1 4202496 4330 4599 0 0 12 14 17 0 20 0 1 0 272304089 13500416 2856 33554432000 4194304 5873084 140736765550336 140736765544152 5124602 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/12542/statm: 3296 2856 182 410 0 2878 0
[pid=12547] ppid=12542 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/12547/stat : 12547 (satsolver.sh) S 12542 12541 11448 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 272304135 9367552 267 33554432000 4194304 5064252 140736239573024 140736239571936 225444521550 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/12547/statm: 2287 267 226 213 0 72 0
[pid=12548] ppid=12547 vsize=29412 CPUtime=1.03 cores=0,2,4,6
/proc/12548/stat : 12548 (glucose_static) R 12547 12541 11448 0 -1 4202496 6574 0 0 0 102 1 0 0 20 0 1 0 272304135 30117888 6607 33554432000 4194304 4896791 140734459064736 140734459061944 4231913 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/12548/statm: 7353 6607 78 172 0 7179 0
Current children cumulated CPU time (s) 1.46
Current children cumulated vsize (KiB) 60892

[startup+3.10037 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 12548
/proc/meminfo: memFree=28832528/32873844 swapFree=7900/7900
[pid=12541] ppid=12539 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/12541/stat : 12541 (runPb2sat.sh) S 12539 12541 11448 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 272304089 9367552 275 33554432000 4194304 5064252 140735726352192 140735726351104 225444521550 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/12541/statm: 2287 275 233 213 0 72 0
[pid=12542] ppid=12541 vsize=13184 CPUtime=0.43 cores=0,2,4,6
/proc/12542/stat : 12542 (pb2sat) S 12541 12541 11448 0 -1 4202496 4330 4599 0 0 12 14 17 0 20 0 1 0 272304089 13500416 2856 33554432000 4194304 5873084 140736765550336 140736765544152 5124602 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/12542/statm: 3296 2856 182 410 0 2878 0
[pid=12547] ppid=12542 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/12547/stat : 12547 (satsolver.sh) S 12542 12541 11448 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 272304135 9367552 267 33554432000 4194304 5064252 140736239573024 140736239571936 225444521550 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/12547/statm: 2287 267 226 213 0 72 0
[pid=12548] ppid=12547 vsize=30024 CPUtime=2.62 cores=0,2,4,6
/proc/12548/stat : 12548 (glucose_static) R 12547 12541 11448 0 -1 4202496 7769 0 0 0 261 1 0 0 20 0 1 0 272304135 30744576 6252 33554432000 4194304 4896791 140734459064736 140734459062312 4230803 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/12548/statm: 7506 6252 78 172 0 7332 0
Current children cumulated CPU time (s) 3.05
Current children cumulated vsize (KiB) 61504

[startup+6.30037 s]
/proc/loadavg: 2.00 2.00 2.00 3/186 12551
/proc/meminfo: memFree=28826316/32873844 swapFree=7900/7900
[pid=12541] ppid=12539 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/12541/stat : 12541 (runPb2sat.sh) S 12539 12541 11448 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 272304089 9367552 275 33554432000 4194304 5064252 140735726352192 140735726351104 225444521550 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/12541/statm: 2287 275 233 213 0 72 0
[pid=12542] ppid=12541 vsize=13184 CPUtime=0.43 cores=0,2,4,6
/proc/12542/stat : 12542 (pb2sat) S 12541 12541 11448 0 -1 4202496 4330 4599 0 0 12 14 17 0 20 0 1 0 272304089 13500416 2856 33554432000 4194304 5873084 140736765550336 140736765544152 5124602 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/12542/statm: 3296 2856 182 410 0 2878 0
[pid=12547] ppid=12542 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/12547/stat : 12547 (satsolver.sh) S 12542 12541 11448 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 272304135 9367552 267 33554432000 4194304 5064252 140736239573024 140736239571936 225444521550 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/12547/statm: 2287 267 226 213 0 72 0
[pid=12548] ppid=12547 vsize=31416 CPUtime=5.83 cores=0,2,4,6
/proc/12548/stat : 12548 (glucose_static) R 12547 12541 11448 0 -1 4202496 9025 0 0 0 581 2 0 0 20 0 1 0 272304135 32169984 7069 33554432000 4194304 4896791 140734459064736 140734459061944 4224219 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/12548/statm: 7854 7069 78 172 0 7680 0
Current children cumulated CPU time (s) 6.26
Current children cumulated vsize (KiB) 62896

[startup+12.7004 s]
/proc/loadavg: 2.00 2.00 2.00 3/184 12551
/proc/meminfo: memFree=28825760/32873844 swapFree=7900/7900
[pid=12541] ppid=12539 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/12541/stat : 12541 (runPb2sat.sh) S 12539 12541 11448 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 272304089 9367552 275 33554432000 4194304 5064252 140735726352192 140735726351104 225444521550 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/12541/statm: 2287 275 233 213 0 72 0
[pid=12542] ppid=12541 vsize=13184 CPUtime=0.43 cores=0,2,4,6
/proc/12542/stat : 12542 (pb2sat) S 12541 12541 11448 0 -1 4202496 4330 4599 0 0 12 14 17 0 20 0 1 0 272304089 13500416 2856 33554432000 4194304 5873084 140736765550336 140736765544152 5124602 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/12542/statm: 3296 2856 182 410 0 2878 0
[pid=12547] ppid=12542 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/12547/stat : 12547 (satsolver.sh) S 12542 12541 11448 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 272304135 9367552 267 33554432000 4194304 5064252 140736239573024 140736239571936 225444521550 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/12547/statm: 2287 267 226 213 0 72 0
[pid=12548] ppid=12547 vsize=37780 CPUtime=12.22 cores=0,2,4,6
/proc/12548/stat : 12548 (glucose_static) R 12547 12541 11448 0 -1 4202496 11285 0 0 0 1219 3 0 0 20 0 1 0 272304135 38686720 8374 33554432000 4194304 4896791 140734459064736 140734459062248 4224148 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/12548/statm: 9445 8374 78 172 0 9271 0
Current children cumulated CPU time (s) 12.65
Current children cumulated vsize (KiB) 69260

[startup+25.5004 s]
/proc/loadavg: 2.00 2.00 2.00 3/184 12551
/proc/meminfo: memFree=28820272/32873844 swapFree=7900/7900
[pid=12541] ppid=12539 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/12541/stat : 12541 (runPb2sat.sh) S 12539 12541 11448 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 272304089 9367552 275 33554432000 4194304 5064252 140735726352192 140735726351104 225444521550 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/12541/statm: 2287 275 233 213 0 72 0
[pid=12542] ppid=12541 vsize=13184 CPUtime=0.43 cores=0,2,4,6
/proc/12542/stat : 12542 (pb2sat) S 12541 12541 11448 0 -1 4202496 4330 4599 0 0 12 14 17 0 20 0 1 0 272304089 13500416 2856 33554432000 4194304 5873084 140736765550336 140736765544152 5124602 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/12542/statm: 3296 2856 182 410 0 2878 0
[pid=12547] ppid=12542 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/12547/stat : 12547 (satsolver.sh) S 12542 12541 11448 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 272304135 9367552 267 33554432000 4194304 5064252 140736239573024 140736239571936 225444521550 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/12547/statm: 2287 267 226 213 0 72 0
[pid=12548] ppid=12547 vsize=40028 CPUtime=25.01 cores=0,2,4,6
/proc/12548/stat : 12548 (glucose_static) R 12547 12541 11448 0 -1 4202496 15269 0 0 0 2497 4 0 0 20 0 1 0 272304135 40988672 8836 33554432000 4194304 4896791 140734459064736 140734459061944 4225011 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/12548/statm: 10007 8836 78 172 0 9833 0
Current children cumulated CPU time (s) 25.44
Current children cumulated vsize (KiB) 71508

[startup+51.1004 s]
/proc/loadavg: 2.00 2.00 2.00 3/184 12551
/proc/meminfo: memFree=28804380/32873844 swapFree=7900/7900
[pid=12541] ppid=12539 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/12541/stat : 12541 (runPb2sat.sh) S 12539 12541 11448 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 272304089 9367552 275 33554432000 4194304 5064252 140735726352192 140735726351104 225444521550 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/12541/statm: 2287 275 233 213 0 72 0
[pid=12542] ppid=12541 vsize=13184 CPUtime=0.43 cores=0,2,4,6
/proc/12542/stat : 12542 (pb2sat) S 12541 12541 11448 0 -1 4202496 4330 4599 0 0 12 14 17 0 20 0 1 0 272304089 13500416 2856 33554432000 4194304 5873084 140736765550336 140736765544152 5124602 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/12542/statm: 3296 2856 182 410 0 2878 0
[pid=12547] ppid=12542 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/12547/stat : 12547 (satsolver.sh) S 12542 12541 11448 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 272304135 9367552 267 33554432000 4194304 5064252 140736239573024 140736239571936 225444521550 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/12547/statm: 2287 267 226 213 0 72 0
[pid=12548] ppid=12547 vsize=50892 CPUtime=50.61 cores=0,2,4,6
/proc/12548/stat : 12548 (glucose_static) R 12547 12541 11448 0 -1 4202496 19714 0 0 0 5054 7 0 0 20 0 1 0 272304135 52113408 12115 33554432000 4194304 4896791 140734459064736 140734459061944 4204550 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/12548/statm: 12723 12115 78 172 0 12549 0
Current children cumulated CPU time (s) 51.04
Current children cumulated vsize (KiB) 82372

[startup+102.307 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 12554
/proc/meminfo: memFree=28796584/32873844 swapFree=7900/7900
[pid=12541] ppid=12539 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/12541/stat : 12541 (runPb2sat.sh) S 12539 12541 11448 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 272304089 9367552 275 33554432000 4194304 5064252 140735726352192 140735726351104 225444521550 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/12541/statm: 2287 275 233 213 0 72 0
[pid=12542] ppid=12541 vsize=15232 CPUtime=63.54 cores=0,2,4,6
/proc/12542/stat : 12542 (pb2sat) S 12541 12541 11448 0 -1 4202496 5485 28483 0 0 17 15 6311 11 20 0 1 0 272304089 15597568 3450 33554432000 4194304 5873084 140736765550336 140736765544152 5124602 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/12542/statm: 3808 3450 182 410 0 3390 0
[pid=12553] ppid=12542 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/12553/stat : 12553 (satsolver.sh) S 12542 12541 11448 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 272310447 9367552 267 33554432000 4194304 5064252 140735432188208 140735432187120 225444521550 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/12553/statm: 2287 267 226 213 0 72 0
[pid=12554] ppid=12553 vsize=46080 CPUtime=38.7 cores=0,2,4,6
/proc/12554/stat : 12554 (glucose_static) R 12553 12541 11448 0 -1 4202496 15554 0 0 0 3865 5 0 0 20 0 1 0 272310447 47185920 10055 33554432000 4194304 4896791 140734337614320 140734337611528 4223862 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/12554/statm: 11520 10055 78 172 0 11346 0
Current children cumulated CPU time (s) 102.24
Current children cumulated vsize (KiB) 79608

[startup+162.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 12554
/proc/meminfo: memFree=28775604/32873844 swapFree=7900/7900
[pid=12541] ppid=12539 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/12541/stat : 12541 (runPb2sat.sh) S 12539 12541 11448 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 272304089 9367552 275 33554432000 4194304 5064252 140735726352192 140735726351104 225444521550 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/12541/statm: 2287 275 233 213 0 72 0
[pid=12542] ppid=12541 vsize=15232 CPUtime=63.54 cores=0,2,4,6
/proc/12542/stat : 12542 (pb2sat) S 12541 12541 11448 0 -1 4202496 5485 28483 0 0 17 15 6311 11 20 0 1 0 272304089 15597568 3450 33554432000 4194304 5873084 140736765550336 140736765544152 5124602 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/12542/statm: 3808 3450 182 410 0 3390 0
[pid=12553] ppid=12542 vsize=9148 CPUtime=0 cores=0,2,4,6

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


[startup+1422.31 s]
/proc/loadavg: 2.14 2.03 2.01 3/182 12593
/proc/meminfo: memFree=28623288/32873844 swapFree=7900/7900
[pid=12541] ppid=12539 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/12541/stat : 12541 (runPb2sat.sh) S 12539 12541 11448 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 272304089 9367552 275 33554432000 4194304 5064252 140735726352192 140735726351104 225444521550 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/12541/statm: 2287 275 233 213 0 72 0
[pid=12542] ppid=12541 vsize=15232 CPUtime=412.44 cores=0,2,4,6
/proc/12542/stat : 12542 (pb2sat) S 12541 12541 11448 0 -1 4202496 7365 96006 0 0 27 15 41157 45 20 0 1 0 272304089 15597568 3450 33554432000 4194304 5873084 140736765550336 140736765544152 5124602 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/12542/statm: 3808 3450 182 410 0 3390 0
[pid=12560] ppid=12542 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/12560/stat : 12560 (satsolver.sh) S 12542 12541 11448 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 272345347 9367552 267 33554432000 4194304 5064252 140737434027136 140737434026048 225444521550 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/12560/statm: 2287 267 226 213 0 72 0
[pid=12561] ppid=12560 vsize=135420 CPUtime=1009.53 cores=0,2,4,6
/proc/12561/stat : 12561 (glucose_static) R 12560 12541 11448 0 -1 4202496 73407 0 0 0 100898 55 0 0 20 0 1 0 272345347 138670080 26506 33554432000 4194304 4896791 140735572318608 140735572315816 4225029 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/12561/statm: 33855 26506 78 172 0 33681 0
Current children cumulated CPU time (s) 1421.97
Current children cumulated vsize (KiB) 168948

[startup+1482.3 s]
/proc/loadavg: 2.05 2.03 2.00 3/183 12594
/proc/meminfo: memFree=28638352/32873844 swapFree=7900/7900
[pid=12541] ppid=12539 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/12541/stat : 12541 (runPb2sat.sh) S 12539 12541 11448 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 272304089 9367552 275 33554432000 4194304 5064252 140735726352192 140735726351104 225444521550 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/12541/statm: 2287 275 233 213 0 72 0
[pid=12542] ppid=12541 vsize=15232 CPUtime=412.44 cores=0,2,4,6
/proc/12542/stat : 12542 (pb2sat) S 12541 12541 11448 0 -1 4202496 7365 96006 0 0 27 15 41157 45 20 0 1 0 272304089 15597568 3450 33554432000 4194304 5873084 140736765550336 140736765544152 5124602 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/12542/statm: 3808 3450 182 410 0 3390 0
[pid=12560] ppid=12542 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/12560/stat : 12560 (satsolver.sh) S 12542 12541 11448 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 272345347 9367552 267 33554432000 4194304 5064252 140737434027136 140737434026048 225444521550 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/12560/statm: 2287 267 226 213 0 72 0
[pid=12561] ppid=12560 vsize=135960 CPUtime=1069.51 cores=0,2,4,6
/proc/12561/stat : 12561 (glucose_static) R 12560 12541 11448 0 -1 4202496 74728 0 0 0 106894 57 0 0 20 0 1 0 272345347 139223040 26701 33554432000 4194304 4896791 140735572318608 140735572316040 4225029 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/12561/statm: 33990 26701 78 172 0 33816 0
Current children cumulated CPU time (s) 1481.95
Current children cumulated vsize (KiB) 169488

[startup+1542.3 s]
/proc/loadavg: 2.02 2.02 2.00 3/183 12597
/proc/meminfo: memFree=28728288/32873844 swapFree=7900/7900
[pid=12541] ppid=12539 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/12541/stat : 12541 (runPb2sat.sh) S 12539 12541 11448 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 272304089 9367552 275 33554432000 4194304 5064252 140735726352192 140735726351104 225444521550 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/12541/statm: 2287 275 233 213 0 72 0
[pid=12542] ppid=12541 vsize=15232 CPUtime=1500.11 cores=0,2,4,6
/proc/12542/stat : 12542 (pb2sat) S 12541 12541 11448 0 -1 4202496 8068 172300 0 0 31 16 149859 105 20 0 1 0 272304089 15597568 3450 33554432000 4194304 5873084 140736765550336 140736765544152 5124602 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/12542/statm: 3808 3450 182 410 0 3390 0
[pid=12596] ppid=12542 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/12596/stat : 12596 (satsolver.sh) S 12542 12541 11448 0 -1 4202496 595 0 0 0 0 0 0 0 20 0 1 0 272454133 9367552 266 33554432000 4194304 5064252 140737000520608 140737000519520 225444521550 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/12596/statm: 2287 266 226 213 0 72 0
[pid=12597] ppid=12596 vsize=47456 CPUtime=41.84 cores=0,2,4,6
/proc/12597/stat : 12597 (glucose_static) R 12596 12541 11448 0 -1 4202496 15344 0 0 0 4178 6 0 0 20 0 1 0 272454133 48594944 11089 33554432000 4194304 4896791 140735094917168 140735094912840 4225018 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/12597/statm: 11864 11089 78 172 0 11690 0
Current children cumulated CPU time (s) 1541.95
Current children cumulated vsize (KiB) 80984

[startup+1602.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/183 12597
/proc/meminfo: memFree=28673844/32873844 swapFree=7900/7900
[pid=12541] ppid=12539 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/12541/stat : 12541 (runPb2sat.sh) S 12539 12541 11448 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 272304089 9367552 275 33554432000 4194304 5064252 140735726352192 140735726351104 225444521550 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/12541/statm: 2287 275 233 213 0 72 0
[pid=12542] ppid=12541 vsize=15232 CPUtime=1500.11 cores=0,2,4,6
/proc/12542/stat : 12542 (pb2sat) S 12541 12541 11448 0 -1 4202496 8068 172300 0 0 31 16 149859 105 20 0 1 0 272304089 15597568 3450 33554432000 4194304 5873084 140736765550336 140736765544152 5124602 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/12542/statm: 3808 3450 182 410 0 3390 0
[pid=12596] ppid=12542 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/12596/stat : 12596 (satsolver.sh) S 12542 12541 11448 0 -1 4202496 595 0 0 0 0 0 0 0 20 0 1 0 272454133 9367552 266 33554432000 4194304 5064252 140737000520608 140737000519520 225444521550 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/12596/statm: 2287 266 226 213 0 72 0
[pid=12597] ppid=12596 vsize=52236 CPUtime=101.82 cores=0,2,4,6
/proc/12597/stat : 12597 (glucose_static) R 12596 12541 11448 0 -1 4202496 23203 0 0 0 10171 11 0 0 20 0 1 0 272454133 53489664 11625 33554432000 4194304 4896791 140735094917168 140735094914744 4203889 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/12597/statm: 13059 11625 78 172 0 12885 0
Current children cumulated CPU time (s) 1601.93
Current children cumulated vsize (KiB) 85764

[startup+1662.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/183 12597
/proc/meminfo: memFree=28698644/32873844 swapFree=7900/7900
[pid=12541] ppid=12539 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/12541/stat : 12541 (runPb2sat.sh) S 12539 12541 11448 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 272304089 9367552 275 33554432000 4194304 5064252 140735726352192 140735726351104 225444521550 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/12541/statm: 2287 275 233 213 0 72 0
[pid=12542] ppid=12541 vsize=15232 CPUtime=1500.11 cores=0,2,4,6
/proc/12542/stat : 12542 (pb2sat) S 12541 12541 11448 0 -1 4202496 8068 172300 0 0 31 16 149859 105 20 0 1 0 272304089 15597568 3450 33554432000 4194304 5873084 140736765550336 140736765544152 5124602 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/12542/statm: 3808 3450 182 410 0 3390 0
[pid=12596] ppid=12542 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/12596/stat : 12596 (satsolver.sh) S 12542 12541 11448 0 -1 4202496 595 0 0 0 0 0 0 0 20 0 1 0 272454133 9367552 266 33554432000 4194304 5064252 140737000520608 140737000519520 225444521550 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/12596/statm: 2287 266 226 213 0 72 0
[pid=12597] ppid=12596 vsize=86332 CPUtime=161.81 cores=0,2,4,6
/proc/12597/stat : 12597 (glucose_static) R 12596 12541 11448 0 -1 4202496 28017 0 0 0 16166 15 0 0 20 0 1 0 272454133 88403968 16992 33554432000 4194304 4896791 140735094917168 140735094914696 4205882 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/12597/statm: 21583 16992 78 172 0 21409 0
Current children cumulated CPU time (s) 1661.92
Current children cumulated vsize (KiB) 119860

[startup+1722.3 s]
/proc/loadavg: 2.06 2.02 2.00 3/183 12597
/proc/meminfo: memFree=28682964/32873844 swapFree=7900/7900
[pid=12541] ppid=12539 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/12541/stat : 12541 (runPb2sat.sh) S 12539 12541 11448 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 272304089 9367552 275 33554432000 4194304 5064252 140735726352192 140735726351104 225444521550 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/12541/statm: 2287 275 233 213 0 72 0
[pid=12542] ppid=12541 vsize=15232 CPUtime=1500.11 cores=0,2,4,6
/proc/12542/stat : 12542 (pb2sat) S 12541 12541 11448 0 -1 4202496 8068 172300 0 0 31 16 149859 105 20 0 1 0 272304089 15597568 3450 33554432000 4194304 5873084 140736765550336 140736765544152 5124602 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/12542/statm: 3808 3450 182 410 0 3390 0
[pid=12596] ppid=12542 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/12596/stat : 12596 (satsolver.sh) S 12542 12541 11448 0 -1 4202496 595 0 0 0 0 0 0 0 20 0 1 0 272454133 9367552 266 33554432000 4194304 5064252 140737000520608 140737000519520 225444521550 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/12596/statm: 2287 266 226 213 0 72 0
[pid=12597] ppid=12596 vsize=70044 CPUtime=221.8 cores=0,2,4,6
/proc/12597/stat : 12597 (glucose_static) R 12596 12541 11448 0 -1 4202496 33326 0 0 0 22160 20 0 0 20 0 1 0 272454133 71725056 14575 33554432000 4194304 4896791 140735094917168 140735094914696 4225221 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/12597/statm: 17511 14575 78 172 0 17337 0
Current children cumulated CPU time (s) 1721.91
Current children cumulated vsize (KiB) 103572

[startup+1782.3 s]
/proc/loadavg: 2.03 2.01 2.00 3/183 12649
/proc/meminfo: memFree=28890124/32873844 swapFree=7900/7900
[pid=12541] ppid=12539 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/12541/stat : 12541 (runPb2sat.sh) S 12539 12541 11448 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 272304089 9367552 275 33554432000 4194304 5064252 140735726352192 140735726351104 225444521550 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/12541/statm: 2287 275 233 213 0 72 0
[pid=12542] ppid=12541 vsize=15232 CPUtime=1774.04 cores=0,2,4,6
/proc/12542/stat : 12542 (pb2sat) S 12541 12541 11448 0 -1 4202496 9315 210433 0 0 37 16 177222 129 20 0 1 0 272304089 15597568 3450 33554432000 4194304 5873084 140736765550336 140736765544152 5124602 0 65536 4102 0 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/12542/statm: 3808 3450 182 410 0 3390 0
[pid=12642] ppid=12542 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/12642/stat : 12642 (satsolver.sh) S 12542 12541 11448 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 272481531 9367552 267 33554432000 4194304 5064252 140736656410640 140736656409552 225444521550 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/12642/statm: 2287 267 226 213 0 72 0
[pid=12643] ppid=12642 vsize=35492 CPUtime=7.85 cores=0,2,4,6
/proc/12643/stat : 12643 (glucose_static) R 12642 12541 11448 0 -1 4202496 11082 0 0 0 783 2 0 0 20 0 1 0 272481531 36343808 7374 33554432000 4194304 4896791 140734944310976 140734944308504 4225191 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/12643/statm: 8873 7374 78 172 0 8699 0
Current children cumulated CPU time (s) 1781.89
Current children cumulated vsize (KiB) 69020



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.5 s]
/proc/loadavg: 2.08 2.03 2.00 3/183 12655
/proc/meminfo: memFree=28880320/32873844 swapFree=7900/7900
[pid=12541] ppid=12539 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/12541/stat : 12541 (runPb2sat.sh) S 12539 12541 11448 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 272304089 9367552 275 33554432000 4194304 5064252 140735726352192 140735726351104 225444521550 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/12541/statm: 2287 275 233 213 0 72 0
[pid=12542] ppid=12541 vsize=15232 CPUtime=1774.04 cores=0,2,4,6
/proc/12542/stat : 12542 (pb2sat) S 12541 12541 11448 0 -1 4202496 9315 210433 0 0 37 16 177222 129 20 0 1 0 272304089 15597568 3450 33554432000 4194304 5873084 140736765550336 140736765544152 5124602 0 65536 4102 0 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/12542/statm: 3808 3450 182 410 0 3390 0
[pid=12642] ppid=12542 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/12642/stat : 12642 (satsolver.sh) S 12542 12541 11448 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 272481531 9367552 267 33554432000 4194304 5064252 140736656410640 140736656409552 225444521550 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/12642/statm: 2287 267 226 213 0 72 0
[pid=12643] ppid=12642 vsize=45988 CPUtime=26.06 cores=0,2,4,6
/proc/12643/stat : 12643 (glucose_static) R 12642 12541 11448 0 -1 4202496 18034 0 0 0 2601 5 0 0 20 0 1 0 272481531 47091712 9382 33554432000 4194304 4896791 140734944310976 140734944305992 4224684 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/12643/statm: 11497 9382 78 172 0 11323 0
Current children cumulated CPU time (s) 1800.1
Current children cumulated vsize (KiB) 79516

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.08 2.03 2.00 3/183 12655
/proc/meminfo: memFree=28880320/32873844 swapFree=7900/7900
[pid=12541] ppid=12539 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/12541/stat : 12541 (runPb2sat.sh) S 12539 12541 11448 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 272304089 9367552 275 33554432000 4194304 5064252 140735726352192 140735726351104 225444521550 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/12541/statm: 2287 275 233 213 0 72 0
[pid=12542] ppid=12541 vsize=15232 CPUtime=1774.04 cores=0,2,4,6
/proc/12542/stat : 12542 (pb2sat) S 12541 12541 11448 0 -1 4202496 9315 210433 0 0 37 16 177222 129 20 0 1 0 272304089 15597568 3450 33554432000 4194304 5873084 140736765550336 140736765544152 5124602 0 65536 4102 0 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/12542/statm: 3808 3450 182 410 0 3390 0
[pid=12642] ppid=12542 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/12642/stat : 12642 (satsolver.sh) S 12542 12541 11448 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 272481531 9367552 267 33554432000 4194304 5064252 140736656410640 140736656409552 225444521550 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/12642/statm: 2287 267 226 213 0 72 0
[pid=12643] ppid=12642 vsize=45988 CPUtime=26.06 cores=0,2,4,6
/proc/12643/stat : 12643 (glucose_static) R 12642 12541 11448 0 -1 4202496 18034 0 0 0 2601 5 0 0 20 0 1 0 272481531 47091712 9382 33554432000 4194304 4896791 140734944310976 140734944305992 4224684 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/12643/statm: 11497 9382 78 172 0 11323 0
Current children cumulated CPU time (s) 1800.1
Current children cumulated vsize (KiB) 79516

Child status: 0
Real time (s): 1800.51
CPU time (s): 1800.13
CPU user time (s): 1798.61
CPU system time (s): 1.51877
CPU usage (%): 99.979
Max. virtual memory (cumulated for all children) (KiB): 199508

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.61
system time used= 1.51877
maximum resident set size= 144700
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 238770
page faults= 0
swaps= 0
block input operations= 0
block output operations= 68440
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 225
involuntary context switches= 1927

runsolver used 3.00554 second user time and 7.2259 second system time

The end

Launcher Data

Begin job on node137 at 2012-05-26 21:49:56
IDJOB=3696484
IDBENCH=2231
IDSOLVER=2274
FILE ID=node137/3696484-1338061796
RUNJOBID= node137-1338049161-11464
PBS_JOBID= 14624375
Free space on /tmp= 71256 MiB

SOLVER NAME= pb2sat 2012-05-19
BENCH NAME= PB06//final/normalized-PB06/OPT-SMALLINT/web/www.ps.uni-sb.de/~walser/benchmarks/course-ass/normalized-ws97-5.opb
COMMAND LINE= DIR/runPb2sat.sh BENCHNAME RANDOMSEED TMPDIR DIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3696484-1338061796/watcher-3696484-1338061796 -o /tmp/evaluation-result-3696484-1338061796/solver-3696484-1338061796 -C 1800 -W 1900 -M 15500  HOME/runPb2sat.sh HOME/instance-3696484-1338061796.opb 908909226 HOME HOME

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

MD5SUM BENCH= ed36462db2ffa04ea65b986069441496
RANDOM SEED=908909226

node137.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.600
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.20
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.600
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.600
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.92
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.600
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.600
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.600
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.90
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.600
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.600
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:        28877660 kB
Buffers:          275336 kB
Cached:          2817720 kB
SwapCached:        22060 kB
Active:          1060284 kB
Inactive:        2146028 kB
Active(anon):      92892 kB
Inactive(anon):    22680 kB
Active(file):     967392 kB
Inactive(file):  2123348 kB
Unevictable:        7900 kB
Mlocked:            7900 kB
SwapTotal:      67108856 kB
SwapFree:       67081504 kB
Dirty:             37136 kB
Writeback:             4 kB
AnonPages:        100756 kB
Mapped:            10660 kB
Shmem:                 0 kB
Slab:             648728 kB
SReclaimable:      90088 kB
SUnreclaim:       558640 kB
KernelStack:        1528 kB
PageTables:         4384 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     223492 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:     49152 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= 71252 MiB
End job on node137 at 2012-05-26 22:19:56