Trace number 3696759

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.1 1800.51

General information on the benchmark

Name/OPT-SMALLINT-LIN/leberre/opb-paranoid/misc2010/random/
rand.newlist/normalized-randb54299.cudf.paranoid.opb
MD5SUM10e38bf32434d32a3c213648ff6f5ee4
Bench CategoryOPT-SMALLINT-LIN (optimisation, small integers, linear constraints)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark11142
Best CPU time to get the best result obtained on this benchmark0.145977
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables5568
Total number of constraints24731
Number of constraints which are clauses24460
Number of constraints which are cardinality constraints (but not clauses)271
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint553
Number of terms in the objective function 2084
Biggest coefficient in the objective function 1535
Number of bits for the biggest coefficient in the objective function 11
Sum of the numbers in the objective function 847318
Number of bits of the sum of numbers in the objective function 20
Biggest number in a constraint 1535
Number of bits of the biggest number in a constraint 11
Biggest sum of numbers in a constraint 847318
Number of bits of the biggest sum of numbers20
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.20	c model valid
0.00/0.20	c current solution ok
0.00/0.26	o 74211
0.00/0.26	c current bound: 37105
0.00/0.26	c fallback to adder encoding
328.91/329.01	c model valid
328.91/329.01	c current solution ok
328.91/329.02	o 36179
328.91/329.02	c current bound: 18089
328.91/329.02	c fallback to adder encoding
729.81/730.03	c model valid
729.81/730.03	c current solution ok
729.81/730.04	o 17750
729.81/730.04	c current bound: 8875
729.81/730.04	c fallback to adder encoding
1027.13/1027.45	c current bound: 13313
1027.13/1027.45	c fallback to adder encoding
1278.56/1278.97	c model valid
1278.56/1278.97	c current solution ok
1278.56/1278.98	o 13083
1278.56/1278.98	c current bound: 10979
1278.56/1278.98	c fallback to adder encoding
1503.72/1504.13	c current bound: 12031
1503.72/1504.13	c fallback to adder encoding
1800.07/1800.50	./satsolver.sh: line 5:  7728 Terminated              ./glucose_static -rnd-seed=$seed $1 > $2
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-3696759-1338093682/watcher-3696759-1338093682 -o /tmp/evaluation-result-3696759-1338093682/solver-3696759-1338093682 -C 1800 -W 1900 -M 15500 HOME/runPb2sat.sh HOME/instance-3696759-1338093682.opb 1102045419 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.02 2.03 2.00 2/180 7609
/proc/meminfo: memFree=29088176/32873844 swapFree=7384/7384
[pid=7609] ppid=7607 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/7609/stat : 7609 (runPb2sat.sh) S 7607 7609 6783 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 275493646 9367552 274 33554432000 4194304 5064252 140735118494464 140735118493376 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/7609/statm: 2287 274 233 213 0 72 0

[startup+0.102931 s]
/proc/loadavg: 2.02 2.03 2.00 2/180 7609
/proc/meminfo: memFree=29088176/32873844 swapFree=7384/7384
[pid=7609] ppid=7607 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/7609/stat : 7609 (runPb2sat.sh) S 7607 7609 6783 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 275493646 9367552 274 33554432000 4194304 5064252 140735118494464 140735118493376 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/7609/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.200267 s]
/proc/loadavg: 2.02 2.03 2.00 2/180 7609
/proc/meminfo: memFree=29088176/32873844 swapFree=7384/7384
[pid=7609] ppid=7607 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/7609/stat : 7609 (runPb2sat.sh) S 7607 7609 6783 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 275493646 9367552 274 33554432000 4194304 5064252 140735118494464 140735118493376 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/7609/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.300273 s]
/proc/loadavg: 2.02 2.03 2.00 2/180 7609
/proc/meminfo: memFree=29088176/32873844 swapFree=7384/7384
[pid=7609] ppid=7607 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/7609/stat : 7609 (runPb2sat.sh) S 7607 7609 6783 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 275493646 9367552 274 33554432000 4194304 5064252 140735118494464 140735118493376 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/7609/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.700154 s]
/proc/loadavg: 2.02 2.03 2.00 2/180 7609
/proc/meminfo: memFree=29088176/32873844 swapFree=7384/7384
[pid=7609] ppid=7607 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/7609/stat : 7609 (runPb2sat.sh) S 7607 7609 6783 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 275493646 9367552 274 33554432000 4194304 5064252 140735118494464 140735118493376 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/7609/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+1.50034 s]
/proc/loadavg: 2.02 2.03 2.00 3/184 7616
/proc/meminfo: memFree=29027692/32873844 swapFree=7384/7384
[pid=7609] ppid=7607 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/7609/stat : 7609 (runPb2sat.sh) S 7607 7609 6783 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 275493646 9367552 274 33554432000 4194304 5064252 140735118494464 140735118493376 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/7609/statm: 2287 274 233 213 0 72 0
[pid=7610] ppid=7609 vsize=22540 CPUtime=0.43 cores=0,2,4,6
/proc/7610/stat : 7610 (pb2sat) S 7609 7609 6783 0 -1 4202496 4353 2199 0 0 30 7 6 0 20 0 1 0 275493646 23080960 3968 33554432000 4194304 5873084 140734546385984 140734546379800 5124602 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/7610/statm: 5635 3968 179 410 0 5217 0
[pid=7615] ppid=7610 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/7615/stat : 7615 (satsolver.sh) S 7610 7609 6783 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 275493692 9367552 266 33554432000 4194304 5064252 140733904285152 140733904284064 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/7615/statm: 2287 266 226 213 0 72 0
[pid=7616] ppid=7615 vsize=36148 CPUtime=1.02 cores=0,2,4,6
/proc/7616/stat : 7616 (glucose_static) R 7615 7609 6783 0 -1 4202496 8874 0 0 0 101 1 0 0 20 0 1 0 275493692 37015552 8213 33554432000 4194304 4896791 140735034676128 140735034673640 4224684 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/7616/statm: 9037 8213 77 172 0 8863 0
Current children cumulated CPU time (s) 1.45
Current children cumulated vsize (KiB) 76984

[startup+3.10034 s]
/proc/loadavg: 2.02 2.03 2.00 3/184 7616
/proc/meminfo: memFree=29027056/32873844 swapFree=7384/7384
[pid=7609] ppid=7607 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/7609/stat : 7609 (runPb2sat.sh) S 7607 7609 6783 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 275493646 9367552 274 33554432000 4194304 5064252 140735118494464 140735118493376 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/7609/statm: 2287 274 233 213 0 72 0
[pid=7610] ppid=7609 vsize=22540 CPUtime=0.43 cores=0,2,4,6
/proc/7610/stat : 7610 (pb2sat) S 7609 7609 6783 0 -1 4202496 4353 2199 0 0 30 7 6 0 20 0 1 0 275493646 23080960 3968 33554432000 4194304 5873084 140734546385984 140734546379800 5124602 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/7610/statm: 5635 3968 179 410 0 5217 0
[pid=7615] ppid=7610 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/7615/stat : 7615 (satsolver.sh) S 7610 7609 6783 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 275493692 9367552 266 33554432000 4194304 5064252 140733904285152 140733904284064 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/7615/statm: 2287 266 226 213 0 72 0
[pid=7616] ppid=7615 vsize=41156 CPUtime=2.62 cores=0,2,4,6
/proc/7616/stat : 7616 (glucose_static) R 7615 7609 6783 0 -1 4202496 9479 0 0 0 261 1 0 0 20 0 1 0 275493692 42143744 8378 33554432000 4194304 4896791 140735034676128 140735034673640 4203003 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/7616/statm: 10289 8378 77 172 0 10115 0
Current children cumulated CPU time (s) 3.05
Current children cumulated vsize (KiB) 81992

[startup+6.30039 s]
/proc/loadavg: 2.02 2.02 2.00 3/184 7616
/proc/meminfo: memFree=29021412/32873844 swapFree=7384/7384
[pid=7609] ppid=7607 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/7609/stat : 7609 (runPb2sat.sh) S 7607 7609 6783 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 275493646 9367552 274 33554432000 4194304 5064252 140735118494464 140735118493376 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/7609/statm: 2287 274 233 213 0 72 0
[pid=7610] ppid=7609 vsize=22540 CPUtime=0.43 cores=0,2,4,6
/proc/7610/stat : 7610 (pb2sat) S 7609 7609 6783 0 -1 4202496 4353 2199 0 0 30 7 6 0 20 0 1 0 275493646 23080960 3968 33554432000 4194304 5873084 140734546385984 140734546379800 5124602 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/7610/statm: 5635 3968 179 410 0 5217 0
[pid=7615] ppid=7610 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/7615/stat : 7615 (satsolver.sh) S 7610 7609 6783 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 275493692 9367552 266 33554432000 4194304 5064252 140733904285152 140733904284064 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/7615/statm: 2287 266 226 213 0 72 0
[pid=7616] ppid=7615 vsize=42548 CPUtime=5.83 cores=0,2,4,6
/proc/7616/stat : 7616 (glucose_static) R 7615 7609 6783 0 -1 4202496 11278 0 0 0 581 2 0 0 20 0 1 0 275493692 43569152 9096 33554432000 4194304 4896791 140735034676128 140735034673672 4224684 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/7616/statm: 10637 9096 77 172 0 10463 0
Current children cumulated CPU time (s) 6.26
Current children cumulated vsize (KiB) 83384

[startup+12.7004 s]
/proc/loadavg: 2.02 2.02 2.00 3/184 7616
/proc/meminfo: memFree=29015640/32873844 swapFree=7384/7384
[pid=7609] ppid=7607 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/7609/stat : 7609 (runPb2sat.sh) S 7607 7609 6783 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 275493646 9367552 274 33554432000 4194304 5064252 140735118494464 140735118493376 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/7609/statm: 2287 274 233 213 0 72 0
[pid=7610] ppid=7609 vsize=22540 CPUtime=0.43 cores=0,2,4,6
/proc/7610/stat : 7610 (pb2sat) S 7609 7609 6783 0 -1 4202496 4353 2199 0 0 30 7 6 0 20 0 1 0 275493646 23080960 3968 33554432000 4194304 5873084 140734546385984 140734546379800 5124602 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/7610/statm: 5635 3968 179 410 0 5217 0
[pid=7615] ppid=7610 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/7615/stat : 7615 (satsolver.sh) S 7610 7609 6783 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 275493692 9367552 266 33554432000 4194304 5064252 140733904285152 140733904284064 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/7615/statm: 2287 266 226 213 0 72 0
[pid=7616] ppid=7615 vsize=44900 CPUtime=12.23 cores=0,2,4,6
/proc/7616/stat : 7616 (glucose_static) R 7615 7609 6783 0 -1 4202496 12513 0 0 0 1220 3 0 0 20 0 1 0 275493692 45977600 10096 33554432000 4194304 4896791 140735034676128 140735034673672 4203102 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/7616/statm: 11225 10096 77 172 0 11051 0
Current children cumulated CPU time (s) 12.66
Current children cumulated vsize (KiB) 85736

[startup+25.5005 s]
/proc/loadavg: 2.02 2.02 2.00 3/183 7616
/proc/meminfo: memFree=29006408/32873844 swapFree=7384/7384
[pid=7609] ppid=7607 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/7609/stat : 7609 (runPb2sat.sh) S 7607 7609 6783 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 275493646 9367552 274 33554432000 4194304 5064252 140735118494464 140735118493376 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/7609/statm: 2287 274 233 213 0 72 0
[pid=7610] ppid=7609 vsize=22540 CPUtime=0.43 cores=0,2,4,6
/proc/7610/stat : 7610 (pb2sat) S 7609 7609 6783 0 -1 4202496 4353 2199 0 0 30 7 6 0 20 0 1 0 275493646 23080960 3968 33554432000 4194304 5873084 140734546385984 140734546379800 5124602 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/7610/statm: 5635 3968 179 410 0 5217 0
[pid=7615] ppid=7610 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/7615/stat : 7615 (satsolver.sh) S 7610 7609 6783 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 275493692 9367552 266 33554432000 4194304 5064252 140733904285152 140733904284064 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/7615/statm: 2287 266 226 213 0 72 0
[pid=7616] ppid=7615 vsize=48072 CPUtime=25.02 cores=0,2,4,6
/proc/7616/stat : 7616 (glucose_static) R 7615 7609 6783 0 -1 4202496 15508 0 0 0 2498 4 0 0 20 0 1 0 275493692 49225728 10888 33554432000 4194304 4896791 140735034676128 140735034673336 4224960 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/7616/statm: 12018 10888 77 172 0 11844 0
Current children cumulated CPU time (s) 25.45
Current children cumulated vsize (KiB) 88908

[startup+51.1005 s]
/proc/loadavg: 2.01 2.02 2.00 3/183 7616
/proc/meminfo: memFree=28985464/32873844 swapFree=7384/7384
[pid=7609] ppid=7607 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/7609/stat : 7609 (runPb2sat.sh) S 7607 7609 6783 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 275493646 9367552 274 33554432000 4194304 5064252 140735118494464 140735118493376 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/7609/statm: 2287 274 233 213 0 72 0
[pid=7610] ppid=7609 vsize=22540 CPUtime=0.43 cores=0,2,4,6
/proc/7610/stat : 7610 (pb2sat) S 7609 7609 6783 0 -1 4202496 4353 2199 0 0 30 7 6 0 20 0 1 0 275493646 23080960 3968 33554432000 4194304 5873084 140734546385984 140734546379800 5124602 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/7610/statm: 5635 3968 179 410 0 5217 0
[pid=7615] ppid=7610 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/7615/stat : 7615 (satsolver.sh) S 7610 7609 6783 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 275493692 9367552 266 33554432000 4194304 5064252 140733904285152 140733904284064 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/7615/statm: 2287 266 226 213 0 72 0
[pid=7616] ppid=7615 vsize=59080 CPUtime=50.6 cores=0,2,4,6
/proc/7616/stat : 7616 (glucose_static) R 7615 7609 6783 0 -1 4202496 19853 0 0 0 5054 6 0 0 20 0 1 0 275493692 60497920 12459 33554432000 4194304 4896791 140735034676128 140735034673336 4224992 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/7616/statm: 14770 12459 77 172 0 14596 0
Current children cumulated CPU time (s) 51.03
Current children cumulated vsize (KiB) 99916

[startup+102.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/183 7616
/proc/meminfo: memFree=28980644/32873844 swapFree=7384/7384
[pid=7609] ppid=7607 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/7609/stat : 7609 (runPb2sat.sh) S 7607 7609 6783 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 275493646 9367552 274 33554432000 4194304 5064252 140735118494464 140735118493376 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/7609/statm: 2287 274 233 213 0 72 0
[pid=7610] ppid=7609 vsize=22540 CPUtime=0.43 cores=0,2,4,6
/proc/7610/stat : 7610 (pb2sat) S 7609 7609 6783 0 -1 4202496 4353 2199 0 0 30 7 6 0 20 0 1 0 275493646 23080960 3968 33554432000 4194304 5873084 140734546385984 140734546379800 5124602 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/7610/statm: 5635 3968 179 410 0 5217 0
[pid=7615] ppid=7610 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/7615/stat : 7615 (satsolver.sh) S 7610 7609 6783 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 275493692 9367552 266 33554432000 4194304 5064252 140733904285152 140733904284064 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/7615/statm: 2287 266 226 213 0 72 0
[pid=7616] ppid=7615 vsize=75960 CPUtime=101.8 cores=0,2,4,6
/proc/7616/stat : 7616 (glucose_static) R 7615 7609 6783 0 -1 4202496 24255 0 0 0 10172 8 0 0 20 0 1 0 275493692 77783040 16141 33554432000 4194304 4896791 140735034676128 140735034673336 4224118 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/7616/statm: 18990 16141 78 172 0 18816 0
Current children cumulated CPU time (s) 102.23
Current children cumulated vsize (KiB) 116796

[startup+162.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/183 7616
/proc/meminfo: memFree=28967504/32873844 swapFree=7384/7384
[pid=7609] ppid=7607 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/7609/stat : 7609 (runPb2sat.sh) S 7607 7609 6783 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 275493646 9367552 274 33554432000 4194304 5064252 140735118494464 140735118493376 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/7609/statm: 2287 274 233 213 0 72 0
[pid=7610] ppid=7609 vsize=22540 CPUtime=0.43 cores=0,2,4,6
/proc/7610/stat : 7610 (pb2sat) S 7609 7609 6783 0 -1 4202496 4353 2199 0 0 30 7 6 0 20 0 1 0 275493646 23080960 3968 33554432000 4194304 5873084 140734546385984 140734546379800 5124602 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/7610/statm: 5635 3968 179 410 0 5217 0
[pid=7615] ppid=7610 vsize=9148 CPUtime=0 cores=0,2,4,6

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


[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 7724
/proc/meminfo: memFree=29012548/32873844 swapFree=7384/7384
[pid=7609] ppid=7607 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/7609/stat : 7609 (runPb2sat.sh) S 7607 7609 6783 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 275493646 9367552 274 33554432000 4194304 5064252 140735118494464 140735118493376 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/7609/statm: 2287 274 233 213 0 72 0
[pid=7610] ppid=7609 vsize=38076 CPUtime=1278.83 cores=0,2,4,6
/proc/7610/stat : 7610 (pb2sat) S 7609 7609 6783 0 -1 4202496 15642 125340 0 0 106 15 127702 60 20 0 1 0 275493646 38989824 7689 33554432000 4194304 5873084 140734546385984 140734546379800 5124602 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/7610/statm: 9519 7689 179 410 0 9101 0
[pid=7678] ppid=7610 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/7678/stat : 7678 (satsolver.sh) S 7610 7609 6783 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 275621562 9367552 266 33554432000 4194304 5064252 140737071379264 140737071378176 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/7678/statm: 2287 266 226 213 0 72 0
[pid=7679] ppid=7678 vsize=54432 CPUtime=83.1 cores=0,2,4,6
/proc/7679/stat : 7679 (glucose_static) R 7678 7609 6783 0 -1 4202496 18028 0 0 0 8305 5 0 0 20 0 1 0 275621562 55738368 12139 33554432000 4194304 4896791 140734447210944 140734447208472 4203775 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/7679/statm: 13608 12139 77 172 0 13434 0
Current children cumulated CPU time (s) 1361.93
Current children cumulated vsize (KiB) 110804

[startup+1422.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 7725
/proc/meminfo: memFree=28998960/32873844 swapFree=7384/7384
[pid=7609] ppid=7607 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/7609/stat : 7609 (runPb2sat.sh) S 7607 7609 6783 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 275493646 9367552 274 33554432000 4194304 5064252 140735118494464 140735118493376 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/7609/statm: 2287 274 233 213 0 72 0
[pid=7610] ppid=7609 vsize=38076 CPUtime=1278.83 cores=0,2,4,6
/proc/7610/stat : 7610 (pb2sat) S 7609 7609 6783 0 -1 4202496 15642 125340 0 0 106 15 127702 60 20 0 1 0 275493646 38989824 7689 33554432000 4194304 5873084 140734546385984 140734546379800 5124602 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/7610/statm: 9519 7689 179 410 0 9101 0
[pid=7678] ppid=7610 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/7678/stat : 7678 (satsolver.sh) S 7610 7609 6783 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 275621562 9367552 266 33554432000 4194304 5064252 140737071379264 140737071378176 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/7678/statm: 2287 266 226 213 0 72 0
[pid=7679] ppid=7678 vsize=57944 CPUtime=143.11 cores=0,2,4,6
/proc/7679/stat : 7679 (glucose_static) R 7678 7609 6783 0 -1 4202496 21811 0 0 0 14302 9 0 0 20 0 1 0 275621562 59334656 13188 33554432000 4194304 4896791 140734447210944 140734447206680 4203962 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/7679/statm: 14486 13188 77 172 0 14312 0
Current children cumulated CPU time (s) 1421.94
Current children cumulated vsize (KiB) 114316

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 7725
/proc/meminfo: memFree=28977356/32873844 swapFree=7384/7384
[pid=7609] ppid=7607 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/7609/stat : 7609 (runPb2sat.sh) S 7607 7609 6783 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 275493646 9367552 274 33554432000 4194304 5064252 140735118494464 140735118493376 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/7609/statm: 2287 274 233 213 0 72 0
[pid=7610] ppid=7609 vsize=38076 CPUtime=1278.83 cores=0,2,4,6
/proc/7610/stat : 7610 (pb2sat) S 7609 7609 6783 0 -1 4202496 15642 125340 0 0 106 15 127702 60 20 0 1 0 275493646 38989824 7689 33554432000 4194304 5873084 140734546385984 140734546379800 5124602 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/7610/statm: 9519 7689 179 410 0 9101 0
[pid=7678] ppid=7610 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/7678/stat : 7678 (satsolver.sh) S 7610 7609 6783 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 275621562 9367552 266 33554432000 4194304 5064252 140737071379264 140737071378176 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/7678/statm: 2287 266 226 213 0 72 0
[pid=7679] ppid=7678 vsize=71576 CPUtime=203.09 cores=0,2,4,6
/proc/7679/stat : 7679 (glucose_static) R 7678 7609 6783 0 -1 4202496 24015 0 0 0 20299 10 0 0 20 0 1 0 275621562 73293824 16182 33554432000 4194304 4896791 140734447210944 140734447206024 4203775 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/7679/statm: 17894 16182 77 172 0 17720 0
Current children cumulated CPU time (s) 1481.92
Current children cumulated vsize (KiB) 127948

[startup+1542.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 7728
/proc/meminfo: memFree=28997596/32873844 swapFree=7384/7384
[pid=7609] ppid=7607 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/7609/stat : 7609 (runPb2sat.sh) S 7607 7609 6783 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 275493646 9367552 274 33554432000 4194304 5064252 140735118494464 140735118493376 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/7609/statm: 2287 274 233 213 0 72 0
[pid=7610] ppid=7609 vsize=38076 CPUtime=1503.95 cores=0,2,4,6
/proc/7610/stat : 7610 (pb2sat) S 7609 7609 6783 0 -1 4202496 18182 152122 0 0 122 18 150182 73 20 0 1 0 275493646 38989824 7689 33554432000 4194304 5873084 140734546385984 140734546379800 5124602 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/7610/statm: 9519 7689 179 410 0 9101 0
[pid=7727] ppid=7610 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/7727/stat : 7727 (satsolver.sh) S 7610 7609 6783 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 275644078 9367552 267 33554432000 4194304 5064252 140737275360432 140737275359344 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/7727/statm: 2287 267 226 213 0 72 0
[pid=7728] ppid=7727 vsize=44096 CPUtime=37.97 cores=0,2,4,6
/proc/7728/stat : 7728 (glucose_static) R 7727 7609 6783 0 -1 4202496 13091 0 0 0 3794 3 0 0 20 0 1 0 275644078 45154304 9624 33554432000 4194304 4896791 140735549846336 140735549843864 4203877 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/7728/statm: 11024 9624 77 172 0 10850 0
Current children cumulated CPU time (s) 1541.92
Current children cumulated vsize (KiB) 100468

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 7728
/proc/meminfo: memFree=28977760/32873844 swapFree=7384/7384
[pid=7609] ppid=7607 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/7609/stat : 7609 (runPb2sat.sh) S 7607 7609 6783 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 275493646 9367552 274 33554432000 4194304 5064252 140735118494464 140735118493376 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/7609/statm: 2287 274 233 213 0 72 0
[pid=7610] ppid=7609 vsize=38076 CPUtime=1503.95 cores=0,2,4,6
/proc/7610/stat : 7610 (pb2sat) S 7609 7609 6783 0 -1 4202496 18182 152122 0 0 122 18 150182 73 20 0 1 0 275493646 38989824 7689 33554432000 4194304 5873084 140734546385984 140734546379800 5124602 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/7610/statm: 9519 7689 179 410 0 9101 0
[pid=7727] ppid=7610 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/7727/stat : 7727 (satsolver.sh) S 7610 7609 6783 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 275644078 9367552 267 33554432000 4194304 5064252 140737275360432 140737275359344 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/7727/statm: 2287 267 226 213 0 72 0
[pid=7728] ppid=7727 vsize=54204 CPUtime=97.96 cores=0,2,4,6
/proc/7728/stat : 7728 (glucose_static) R 7727 7609 6783 0 -1 4202496 16440 0 0 0 9790 6 0 0 20 0 1 0 275644078 55504896 10869 33554432000 4194304 4896791 140735549846336 140735549843864 4203806 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/7728/statm: 13551 10869 77 172 0 13377 0
Current children cumulated CPU time (s) 1601.91
Current children cumulated vsize (KiB) 110576

[startup+1662.3 s]
/proc/loadavg: 2.03 2.01 2.00 3/183 7728
/proc/meminfo: memFree=28964748/32873844 swapFree=7384/7384
[pid=7609] ppid=7607 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/7609/stat : 7609 (runPb2sat.sh) S 7607 7609 6783 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 275493646 9367552 274 33554432000 4194304 5064252 140735118494464 140735118493376 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/7609/statm: 2287 274 233 213 0 72 0
[pid=7610] ppid=7609 vsize=38076 CPUtime=1503.95 cores=0,2,4,6
/proc/7610/stat : 7610 (pb2sat) S 7609 7609 6783 0 -1 4202496 18182 152122 0 0 122 18 150182 73 20 0 1 0 275493646 38989824 7689 33554432000 4194304 5873084 140734546385984 140734546379800 5124602 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/7610/statm: 9519 7689 179 410 0 9101 0
[pid=7727] ppid=7610 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/7727/stat : 7727 (satsolver.sh) S 7610 7609 6783 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 275644078 9367552 267 33554432000 4194304 5064252 140737275360432 140737275359344 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/7727/statm: 2287 267 226 213 0 72 0
[pid=7728] ppid=7727 vsize=55648 CPUtime=157.95 cores=0,2,4,6
/proc/7728/stat : 7728 (glucose_static) R 7727 7609 6783 0 -1 4202496 19303 0 0 0 15788 7 0 0 20 0 1 0 275644078 56983552 12644 33554432000 4194304 4896791 140735549846336 140735549843848 4203834 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/7728/statm: 13912 12644 77 172 0 13738 0
Current children cumulated CPU time (s) 1661.9
Current children cumulated vsize (KiB) 112020

[startup+1722.3 s]
/proc/loadavg: 2.01 2.01 2.00 3/184 7732
/proc/meminfo: memFree=28970356/32873844 swapFree=7384/7384
[pid=7609] ppid=7607 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/7609/stat : 7609 (runPb2sat.sh) S 7607 7609 6783 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 275493646 9367552 274 33554432000 4194304 5064252 140735118494464 140735118493376 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/7609/statm: 2287 274 233 213 0 72 0
[pid=7610] ppid=7609 vsize=38076 CPUtime=1503.95 cores=0,2,4,6
/proc/7610/stat : 7610 (pb2sat) S 7609 7609 6783 0 -1 4202496 18182 152122 0 0 122 18 150182 73 20 0 1 0 275493646 38989824 7689 33554432000 4194304 5873084 140734546385984 140734546379800 5124602 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/7610/statm: 9519 7689 179 410 0 9101 0
[pid=7727] ppid=7610 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/7727/stat : 7727 (satsolver.sh) S 7610 7609 6783 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 275644078 9367552 267 33554432000 4194304 5064252 140737275360432 140737275359344 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/7727/statm: 2287 267 226 213 0 72 0
[pid=7728] ppid=7727 vsize=68568 CPUtime=217.93 cores=0,2,4,6
/proc/7728/stat : 7728 (glucose_static) R 7727 7609 6783 0 -1 4202496 21339 0 0 0 21785 8 0 0 20 0 1 0 275644078 70213632 13862 33554432000 4194304 4896791 140735549846336 140735549843560 4203783 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/7728/statm: 17142 13862 77 172 0 16968 0
Current children cumulated CPU time (s) 1721.88
Current children cumulated vsize (KiB) 124940

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 7732
/proc/meminfo: memFree=28969824/32873844 swapFree=7384/7384
[pid=7609] ppid=7607 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/7609/stat : 7609 (runPb2sat.sh) S 7607 7609 6783 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 275493646 9367552 274 33554432000 4194304 5064252 140735118494464 140735118493376 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/7609/statm: 2287 274 233 213 0 72 0
[pid=7610] ppid=7609 vsize=38076 CPUtime=1503.95 cores=0,2,4,6
/proc/7610/stat : 7610 (pb2sat) S 7609 7609 6783 0 -1 4202496 18182 152122 0 0 122 18 150182 73 20 0 1 0 275493646 38989824 7689 33554432000 4194304 5873084 140734546385984 140734546379800 5124602 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/7610/statm: 9519 7689 179 410 0 9101 0
[pid=7727] ppid=7610 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/7727/stat : 7727 (satsolver.sh) S 7610 7609 6783 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 275644078 9367552 267 33554432000 4194304 5064252 140737275360432 140737275359344 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/7727/statm: 2287 267 226 213 0 72 0
[pid=7728] ppid=7727 vsize=59208 CPUtime=277.92 cores=0,2,4,6
/proc/7728/stat : 7728 (glucose_static) R 7727 7609 6783 0 -1 4202496 23621 0 0 0 27783 9 0 0 20 0 1 0 275644078 60628992 12710 33554432000 4194304 4896791 140735549846336 140735549843912 4203856 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/7728/statm: 14802 12710 77 172 0 14628 0
Current children cumulated CPU time (s) 1781.87
Current children cumulated vsize (KiB) 115580



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.5 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 7732
/proc/meminfo: memFree=28955908/32873844 swapFree=7384/7384
[pid=7609] ppid=7607 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/7609/stat : 7609 (runPb2sat.sh) S 7607 7609 6783 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 275493646 9367552 274 33554432000 4194304 5064252 140735118494464 140735118493376 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/7609/statm: 2287 274 233 213 0 72 0
[pid=7610] ppid=7609 vsize=38076 CPUtime=1503.95 cores=0,2,4,6
/proc/7610/stat : 7610 (pb2sat) S 7609 7609 6783 0 -1 4202496 18182 152122 0 0 122 18 150182 73 20 0 1 0 275493646 38989824 7689 33554432000 4194304 5873084 140734546385984 140734546379800 5124602 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/7610/statm: 9519 7689 179 410 0 9101 0
[pid=7727] ppid=7610 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/7727/stat : 7727 (satsolver.sh) S 7610 7609 6783 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 275644078 9367552 267 33554432000 4194304 5064252 140737275360432 140737275359344 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/7727/statm: 2287 267 226 213 0 72 0
[pid=7728] ppid=7727 vsize=71224 CPUtime=296.12 cores=0,2,4,6
/proc/7728/stat : 7728 (glucose_static) R 7727 7609 6783 0 -1 4202496 24389 0 0 0 29602 10 0 0 20 0 1 0 275644078 72933376 15286 33554432000 4194304 4896791 140735549846336 140735549843848 4203066 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/7728/statm: 17806 15286 77 172 0 17632 0
Current children cumulated CPU time (s) 1800.07
Current children cumulated vsize (KiB) 127596

Sending SIGTERM to process tree (bottom up)

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

Child status: 0
Real time (s): 1800.51
CPU time (s): 1800.1
CPU user time (s): 1799.08
CPU system time (s): 1.02584
CPU usage (%): 99.9772
Max. virtual memory (cumulated for all children) (KiB): 179032

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.08
system time used= 1.02584
maximum resident set size= 122828
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 195681
page faults= 0
swaps= 0
block input operations= 0
block output operations= 130344
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 229
involuntary context switches= 2479

runsolver used 3.50447 second user time and 9.28359 second system time

The end

Launcher Data

Begin job on node136 at 2012-05-27 06:41:22
IDJOB=3696759
IDBENCH=72110
IDSOLVER=2274
FILE ID=node136/3696759-1338093682
RUNJOBID= node136-1338088237-6799
PBS_JOBID= 14624456
Free space on /tmp= 71648 MiB

SOLVER NAME= pb2sat 2012-05-19
BENCH NAME= PB10/normalized-PB10/OPT-SMALLINT-LIN/leberre/opb-paranoid/misc2010/random/rand.newlist/normalized-randb54299.cudf.paranoid.opb
COMMAND LINE= DIR/runPb2sat.sh BENCHNAME RANDOMSEED TMPDIR DIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3696759-1338093682/watcher-3696759-1338093682 -o /tmp/evaluation-result-3696759-1338093682/solver-3696759-1338093682 -C 1800 -W 1900 -M 15500  HOME/runPb2sat.sh HOME/instance-3696759-1338093682.opb 1102045419 HOME HOME

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

MD5SUM BENCH= 10e38bf32434d32a3c213648ff6f5ee4
RANDOM SEED=1102045419

node136.alineos.net Linux 2.6.32-71.29.1.el6.x86_64 #1 SMP Mon Jun 27 19:49:27 BST 2011

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

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

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.247
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.94
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.247
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.90
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.247
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:        29088176 kB
Buffers:          387852 kB
Cached:          2452472 kB
SwapCached:        24460 kB
Active:           947192 kB
Inactive:        2012940 kB
Active(anon):      94592 kB
Inactive(anon):    25096 kB
Active(file):     852600 kB
Inactive(file):  1987844 kB
Unevictable:        7384 kB
Mlocked:            7384 kB
SwapTotal:      67108856 kB
SwapFree:       67079072 kB
Dirty:              9360 kB
Writeback:             0 kB
AnonPages:        145872 kB
Mapped:            10504 kB
Shmem:                 0 kB
Slab:             679640 kB
SReclaimable:     121484 kB
SUnreclaim:       558156 kB
KernelStack:        1528 kB
PageTables:         4276 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     234068 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:    112640 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= 71628 MiB
End job on node136 at 2012-05-27 07:11:23