Trace number 3696166

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 NameAnswerCPU timeWall clock time
pb2sat 2012-05-19? (TO) 1800.14 1800.62

General information on the benchmark

Name/OPT-BIGINT-LIN/zahidi/IC/
normalized-minisat15_5_3_7_ic.opb
MD5SUMed0e62d21585297a53ea5d644fd52c40
Bench CategoryOPT-BIGINT-LIN (optimisation, big integers, linear constraints)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark16633202
Best CPU time to get the best result obtained on this benchmark3.56446
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables3435
Total number of constraints6802
Number of constraints which are clauses2970
Number of constraints which are cardinality constraints (but not clauses)7
Number of constraints which are nor clauses,nor cardinality constraints3825
Minimum length of a constraint2
Maximum length of a constraint105
Number of terms in the objective function 645
Biggest coefficient in the objective function 76225024
Number of bits for the biggest coefficient in the objective function 27
Sum of the numbers in the objective function 4402461705
Number of bits of the sum of numbers in the objective function 33
Biggest number in a constraint 76225024
Number of bits of the biggest number in a constraint 27
Biggest sum of numbers in a constraint 4402461705
Number of bits of the biggest sum of numbers33
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.13	c model valid
0.00/0.13	c current solution ok
0.00/0.21	o 386969836
0.00/0.21	c current bound: 193484925
0.00/0.21	c fallback to adder encoding
10.36/10.44	c model valid
10.36/10.44	c current solution ok
10.36/10.44	o 157836976
10.36/10.44	c current bound: 78918495
10.36/10.44	c fallback to adder encoding
11.16/11.21	c model valid
11.16/11.21	c current solution ok
11.16/11.21	o 69740482
11.16/11.21	c current bound: 34870248
11.16/11.21	c fallback to adder encoding
15.87/15.91	c model valid
15.87/15.91	c current solution ok
15.89/16.02	o 30904682
15.89/16.02	c current bound: 15452348
15.89/16.02	c fallback to adder encoding
1800.10/1800.61	./satsolver.sh: line 5: 21538 Terminated              ./glucose_static -rnd-seed=$seed $1 > $2
1800.10/1800.61	c error: unexpected solver exit code
1800.10/1800.61	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-3696166-1338187523/watcher-3696166-1338187523 -o /tmp/evaluation-result-3696166-1338187523/solver-3696166-1338187523 -C 1800 -W 1900 -M 15500 HOME/runPb2sat.sh HOME/instance-3696166-1338187523.opb 854088215 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.01 2.00 3/181 21480
/proc/meminfo: memFree=27629364/32873844 swapFree=7124/7124
[pid=21480] ppid=21478 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/21480/stat : 21480 (runPb2sat.sh) S 21478 21480 17634 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 284877647 9367552 275 33554432000 4194304 5064252 140734220502208 140734220501120 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/21480/statm: 2287 275 233 213 0 72 0

[startup+0.0379751 s]
/proc/loadavg: 2.02 2.01 2.00 3/181 21480
/proc/meminfo: memFree=27629364/32873844 swapFree=7124/7124
[pid=21480] ppid=21478 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/21480/stat : 21480 (runPb2sat.sh) S 21478 21480 17634 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 284877647 9367552 275 33554432000 4194304 5064252 140734220502208 140734220501120 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/21480/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.100242 s]
/proc/loadavg: 2.02 2.01 2.00 3/181 21480
/proc/meminfo: memFree=27629364/32873844 swapFree=7124/7124
[pid=21480] ppid=21478 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/21480/stat : 21480 (runPb2sat.sh) S 21478 21480 17634 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 284877647 9367552 275 33554432000 4194304 5064252 140734220502208 140734220501120 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/21480/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.300231 s]
/proc/loadavg: 2.02 2.01 2.00 3/181 21480
/proc/meminfo: memFree=27629364/32873844 swapFree=7124/7124
[pid=21480] ppid=21478 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/21480/stat : 21480 (runPb2sat.sh) S 21478 21480 17634 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 284877647 9367552 275 33554432000 4194304 5064252 140734220502208 140734220501120 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/21480/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.700254 s]
/proc/loadavg: 2.02 2.01 2.00 3/181 21480
/proc/meminfo: memFree=27629364/32873844 swapFree=7124/7124
[pid=21480] ppid=21478 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/21480/stat : 21480 (runPb2sat.sh) S 21478 21480 17634 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 284877647 9367552 275 33554432000 4194304 5064252 140734220502208 140734220501120 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/21480/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+1.50037 s]
/proc/loadavg: 2.02 2.01 2.00 3/185 21487
/proc/meminfo: memFree=27587844/32873844 swapFree=7124/7124
[pid=21480] ppid=21478 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/21480/stat : 21480 (runPb2sat.sh) S 21478 21480 17634 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 284877647 9367552 275 33554432000 4194304 5064252 140734220502208 140734220501120 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/21480/statm: 2287 275 233 213 0 72 0
[pid=21481] ppid=21480 vsize=14052 CPUtime=0.29 cores=0,2,4,6
/proc/21481/stat : 21481 (pb2sat) S 21480 21480 17634 0 -1 4202496 3808 2525 0 0 15 7 7 0 20 0 1 0 284877647 14389248 3014 33554432000 4194304 5873084 140733490170624 140733490164440 5124602 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/21481/statm: 3513 3014 180 410 0 3095 0
[pid=21486] ppid=21481 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/21486/stat : 21486 (satsolver.sh) S 21481 21480 17634 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 284877679 9367552 267 33554432000 4194304 5064252 140733386590752 140733386589664 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/21486/statm: 2287 267 226 213 0 72 0
[pid=21487] ppid=21486 vsize=26572 CPUtime=1.17 cores=0,2,4,6
/proc/21487/stat : 21487 (glucose_static) R 21486 21480 17634 0 -1 4202496 6568 0 0 0 116 1 0 0 20 0 1 0 284877679 27209728 5556 33554432000 4194304 4896791 140736854792144 140736854789352 4225148 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/21487/statm: 6643 5556 76 172 0 6469 0
Current children cumulated CPU time (s) 1.46
Current children cumulated vsize (KiB) 58920

[startup+3.10037 s]
/proc/loadavg: 2.02 2.01 2.00 3/185 21487
/proc/meminfo: memFree=27585852/32873844 swapFree=7124/7124
[pid=21480] ppid=21478 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/21480/stat : 21480 (runPb2sat.sh) S 21478 21480 17634 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 284877647 9367552 275 33554432000 4194304 5064252 140734220502208 140734220501120 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/21480/statm: 2287 275 233 213 0 72 0
[pid=21481] ppid=21480 vsize=14052 CPUtime=0.29 cores=0,2,4,6
/proc/21481/stat : 21481 (pb2sat) S 21480 21480 17634 0 -1 4202496 3808 2525 0 0 15 7 7 0 20 0 1 0 284877647 14389248 3014 33554432000 4194304 5873084 140733490170624 140733490164440 5124602 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/21481/statm: 3513 3014 180 410 0 3095 0
[pid=21486] ppid=21481 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/21486/stat : 21486 (satsolver.sh) S 21481 21480 17634 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 284877679 9367552 267 33554432000 4194304 5064252 140733386590752 140733386589664 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/21486/statm: 2287 267 226 213 0 72 0
[pid=21487] ppid=21486 vsize=26704 CPUtime=2.77 cores=0,2,4,6
/proc/21487/stat : 21487 (glucose_static) R 21486 21480 17634 0 -1 4202496 6808 0 0 0 276 1 0 0 20 0 1 0 284877679 27344896 5794 33554432000 4194304 4896791 140736854792144 140736854789352 4224983 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/21487/statm: 6676 5794 76 172 0 6502 0
Current children cumulated CPU time (s) 3.06
Current children cumulated vsize (KiB) 59052

[startup+6.30035 s]
/proc/loadavg: 2.02 2.01 2.00 3/185 21529
/proc/meminfo: memFree=27600960/32873844 swapFree=7124/7124
[pid=21480] ppid=21478 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/21480/stat : 21480 (runPb2sat.sh) S 21478 21480 17634 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 284877647 9367552 275 33554432000 4194304 5064252 140734220502208 140734220501120 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/21480/statm: 2287 275 233 213 0 72 0
[pid=21481] ppid=21480 vsize=14052 CPUtime=0.29 cores=0,2,4,6
/proc/21481/stat : 21481 (pb2sat) S 21480 21480 17634 0 -1 4202496 3808 2525 0 0 15 7 7 0 20 0 1 0 284877647 14389248 3014 33554432000 4194304 5873084 140733490170624 140733490164440 5124602 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/21481/statm: 3513 3014 180 410 0 3095 0
[pid=21486] ppid=21481 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/21486/stat : 21486 (satsolver.sh) S 21481 21480 17634 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 284877679 9367552 267 33554432000 4194304 5064252 140733386590752 140733386589664 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/21486/statm: 2287 267 226 213 0 72 0
[pid=21487] ppid=21486 vsize=31260 CPUtime=5.97 cores=0,2,4,6
/proc/21487/stat : 21487 (glucose_static) R 21486 21480 17634 0 -1 4202496 7434 0 0 0 595 2 0 0 20 0 1 0 284877679 32010240 6410 33554432000 4194304 4896791 140736854792144 140736854789672 4224983 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/21487/statm: 7815 6410 76 172 0 7641 0
Current children cumulated CPU time (s) 6.26
Current children cumulated vsize (KiB) 63608

[startup+12.7003 s]
/proc/loadavg: 2.02 2.01 2.00 3/185 21535
/proc/meminfo: memFree=27599392/32873844 swapFree=7124/7124
[pid=21480] ppid=21478 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/21480/stat : 21480 (runPb2sat.sh) S 21478 21480 17634 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 284877647 9367552 275 33554432000 4194304 5064252 140734220502208 140734220501120 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/21480/statm: 2287 275 233 213 0 72 0
[pid=21481] ppid=21480 vsize=21564 CPUtime=11.28 cores=0,2,4,6
/proc/21481/stat : 21481 (pb2sat) S 21480 21480 17634 0 -1 4202496 8179 19248 0 0 35 9 1077 7 20 0 1 0 284877647 22081536 4646 33554432000 4194304 5873084 140733490170624 140733490164440 5124602 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/21481/statm: 5391 4646 180 410 0 4973 0
[pid=21534] ppid=21481 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/21534/stat : 21534 (satsolver.sh) S 21481 21480 17634 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 284878778 9367552 267 33554432000 4194304 5064252 140734455384064 140734455382976 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/21534/statm: 2287 267 226 213 0 72 0
[pid=21535] ppid=21534 vsize=25628 CPUtime=1.38 cores=0,2,4,6
/proc/21535/stat : 21535 (glucose_static) R 21534 21480 17634 0 -1 4202496 5373 0 0 0 138 0 0 0 20 0 1 0 284878778 26243072 5212 33554432000 4194304 4896791 140736832300832 140736832298040 4203775 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/21535/statm: 6407 5212 78 172 0 6233 0
Current children cumulated CPU time (s) 12.66
Current children cumulated vsize (KiB) 65488

[startup+25.5004 s]
/proc/loadavg: 2.01 2.01 2.00 3/185 21538
/proc/meminfo: memFree=27595244/32873844 swapFree=7124/7124
[pid=21480] ppid=21478 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/21480/stat : 21480 (runPb2sat.sh) S 21478 21480 17634 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 284877647 9367552 275 33554432000 4194304 5064252 140734220502208 140734220501120 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/21480/statm: 2287 275 233 213 0 72 0
[pid=21481] ppid=21480 vsize=21564 CPUtime=15.96 cores=0,2,4,6
/proc/21481/stat : 21481 (pb2sat) S 21480 21480 17634 0 -1 4202496 10373 26348 0 0 43 10 1534 9 20 0 1 0 284877647 22081536 4647 33554432000 4194304 5873084 140733490170624 140733490164440 5124602 0 65536 4102 0 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/21481/statm: 5391 4647 180 410 0 4973 0
[pid=21537] ppid=21481 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/21537/stat : 21537 (satsolver.sh) S 21481 21480 17634 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 284879257 9367552 266 33554432000 4194304 5064252 140734769308224 140734769307136 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/21537/statm: 2287 266 226 213 0 72 0
[pid=21538] ppid=21537 vsize=23192 CPUtime=9.38 cores=0,2,4,6
/proc/21538/stat : 21538 (glucose_static) R 21537 21480 17634 0 -1 4202496 5566 0 0 0 938 0 0 0 20 0 1 0 284879257 23748608 4872 33554432000 4194304 4896791 140736939180432 140736939177960 4224983 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/21538/statm: 5798 4872 78 172 0 5624 0
Current children cumulated CPU time (s) 25.34
Current children cumulated vsize (KiB) 63052

[startup+51.1004 s]
/proc/loadavg: 2.01 2.00 2.00 3/185 21538
/proc/meminfo: memFree=27590192/32873844 swapFree=7124/7124
[pid=21480] ppid=21478 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/21480/stat : 21480 (runPb2sat.sh) S 21478 21480 17634 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 284877647 9367552 275 33554432000 4194304 5064252 140734220502208 140734220501120 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/21480/statm: 2287 275 233 213 0 72 0
[pid=21481] ppid=21480 vsize=21564 CPUtime=15.96 cores=0,2,4,6
/proc/21481/stat : 21481 (pb2sat) S 21480 21480 17634 0 -1 4202496 10373 26348 0 0 43 10 1534 9 20 0 1 0 284877647 22081536 4647 33554432000 4194304 5873084 140733490170624 140733490164440 5124602 0 65536 4102 0 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/21481/statm: 5391 4647 180 410 0 4973 0
[pid=21537] ppid=21481 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/21537/stat : 21537 (satsolver.sh) S 21481 21480 17634 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 284879257 9367552 266 33554432000 4194304 5064252 140734769308224 140734769307136 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/21537/statm: 2287 266 226 213 0 72 0
[pid=21538] ppid=21537 vsize=23864 CPUtime=34.98 cores=0,2,4,6
/proc/21538/stat : 21538 (glucose_static) R 21537 21480 17634 0 -1 4202496 7616 0 0 0 3497 1 0 0 20 0 1 0 284879257 24436736 5293 33554432000 4194304 4896791 140736939180432 140736939177640 4224960 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/21538/statm: 5966 5293 78 172 0 5792 0
Current children cumulated CPU time (s) 50.94
Current children cumulated vsize (KiB) 63724

[startup+102.307 s]
/proc/loadavg: 2.00 2.00 2.00 3/185 21538
/proc/meminfo: memFree=27584384/32873844 swapFree=7124/7124
[pid=21480] ppid=21478 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/21480/stat : 21480 (runPb2sat.sh) S 21478 21480 17634 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 284877647 9367552 275 33554432000 4194304 5064252 140734220502208 140734220501120 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/21480/statm: 2287 275 233 213 0 72 0
[pid=21481] ppid=21480 vsize=21564 CPUtime=15.96 cores=0,2,4,6
/proc/21481/stat : 21481 (pb2sat) S 21480 21480 17634 0 -1 4202496 10373 26348 0 0 43 10 1534 9 20 0 1 0 284877647 22081536 4647 33554432000 4194304 5873084 140733490170624 140733490164440 5124602 0 65536 4102 0 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/21481/statm: 5391 4647 180 410 0 4973 0
[pid=21537] ppid=21481 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/21537/stat : 21537 (satsolver.sh) S 21481 21480 17634 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 284879257 9367552 266 33554432000 4194304 5064252 140734769308224 140734769307136 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/21537/statm: 2287 266 226 213 0 72 0
[pid=21538] ppid=21537 vsize=24636 CPUtime=86.17 cores=0,2,4,6
/proc/21538/stat : 21538 (glucose_static) R 21537 21480 17634 0 -1 4202496 11093 0 0 0 8615 2 0 0 20 0 1 0 284879257 25227264 5586 33554432000 4194304 4896791 140736939180432 140736939178008 4224684 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/21538/statm: 6159 5586 78 172 0 5985 0
Current children cumulated CPU time (s) 102.13
Current children cumulated vsize (KiB) 64496

[startup+162.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/185 21538
/proc/meminfo: memFree=27569372/32873844 swapFree=7124/7124
[pid=21480] ppid=21478 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/21480/stat : 21480 (runPb2sat.sh) S 21478 21480 17634 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 284877647 9367552 275 33554432000 4194304 5064252 140734220502208 140734220501120 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/21480/statm: 2287 275 233 213 0 72 0
[pid=21481] ppid=21480 vsize=21564 CPUtime=15.96 cores=0,2,4,6
/proc/21481/stat : 21481 (pb2sat) S 21480 21480 17634 0 -1 4202496 10373 26348 0 0 43 10 1534 9 20 0 1 0 284877647 22081536 4647 33554432000 4194304 5873084 140733490170624 140733490164440 5124602 0 65536 4102 0 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/21481/statm: 5391 4647 180 410 0 4973 0
[pid=21537] ppid=21481 vsize=9148 CPUtime=0 cores=0,2,4,6

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


[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/185 21572
/proc/meminfo: memFree=27497932/32873844 swapFree=7124/7124
[pid=21480] ppid=21478 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/21480/stat : 21480 (runPb2sat.sh) S 21478 21480 17634 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 284877647 9367552 275 33554432000 4194304 5064252 140734220502208 140734220501120 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/21480/statm: 2287 275 233 213 0 72 0
[pid=21481] ppid=21480 vsize=21564 CPUtime=15.96 cores=0,2,4,6
/proc/21481/stat : 21481 (pb2sat) S 21480 21480 17634 0 -1 4202496 10373 26348 0 0 43 10 1534 9 20 0 1 0 284877647 22081536 4647 33554432000 4194304 5873084 140733490170624 140733490164440 5124602 0 65536 4102 0 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/21481/statm: 5391 4647 180 410 0 4973 0
[pid=21537] ppid=21481 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/21537/stat : 21537 (satsolver.sh) S 21481 21480 17634 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 284879257 9367552 266 33554432000 4194304 5064252 140734769308224 140734769307136 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/21537/statm: 2287 266 226 213 0 72 0
[pid=21538] ppid=21537 vsize=61900 CPUtime=1345.92 cores=0,2,4,6
/proc/21538/stat : 21538 (glucose_static) R 21537 21480 17634 0 -1 4202496 41479 0 0 0 134568 24 0 0 20 0 1 0 284879257 63385600 13193 33554432000 4194304 4896791 140736939180432 140736939177688 4225029 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/21538/statm: 15475 13193 78 172 0 15301 0
Current children cumulated CPU time (s) 1361.88
Current children cumulated vsize (KiB) 101760

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/185 21572
/proc/meminfo: memFree=27502412/32873844 swapFree=7124/7124
[pid=21480] ppid=21478 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/21480/stat : 21480 (runPb2sat.sh) S 21478 21480 17634 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 284877647 9367552 275 33554432000 4194304 5064252 140734220502208 140734220501120 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/21480/statm: 2287 275 233 213 0 72 0
[pid=21481] ppid=21480 vsize=21564 CPUtime=15.96 cores=0,2,4,6
/proc/21481/stat : 21481 (pb2sat) S 21480 21480 17634 0 -1 4202496 10373 26348 0 0 43 10 1534 9 20 0 1 0 284877647 22081536 4647 33554432000 4194304 5873084 140733490170624 140733490164440 5124602 0 65536 4102 0 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/21481/statm: 5391 4647 180 410 0 4973 0
[pid=21537] ppid=21481 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/21537/stat : 21537 (satsolver.sh) S 21481 21480 17634 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 284879257 9367552 266 33554432000 4194304 5064252 140734769308224 140734769307136 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/21537/statm: 2287 266 226 213 0 72 0
[pid=21538] ppid=21537 vsize=50580 CPUtime=1405.91 cores=0,2,4,6
/proc/21538/stat : 21538 (glucose_static) R 21537 21480 17634 0 -1 4202496 42292 0 0 0 140566 25 0 0 20 0 1 0 284879257 51793920 11243 33554432000 4194304 4896791 140736939180432 140736939177944 4203775 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/21538/statm: 12645 11243 78 172 0 12471 0
Current children cumulated CPU time (s) 1421.87
Current children cumulated vsize (KiB) 90440

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/186 21575
/proc/meminfo: memFree=27487952/32873844 swapFree=7124/7124
[pid=21480] ppid=21478 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/21480/stat : 21480 (runPb2sat.sh) S 21478 21480 17634 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 284877647 9367552 275 33554432000 4194304 5064252 140734220502208 140734220501120 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/21480/statm: 2287 275 233 213 0 72 0
[pid=21481] ppid=21480 vsize=21564 CPUtime=15.96 cores=0,2,4,6
/proc/21481/stat : 21481 (pb2sat) S 21480 21480 17634 0 -1 4202496 10373 26348 0 0 43 10 1534 9 20 0 1 0 284877647 22081536 4647 33554432000 4194304 5873084 140733490170624 140733490164440 5124602 0 65536 4102 0 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/21481/statm: 5391 4647 180 410 0 4973 0
[pid=21537] ppid=21481 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/21537/stat : 21537 (satsolver.sh) S 21481 21480 17634 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 284879257 9367552 266 33554432000 4194304 5064252 140734769308224 140734769307136 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/21537/statm: 2287 266 226 213 0 72 0
[pid=21538] ppid=21537 vsize=62628 CPUtime=1465.89 cores=0,2,4,6
/proc/21538/stat : 21538 (glucose_static) R 21537 21480 17634 0 -1 4202496 42811 0 0 0 146564 25 0 0 20 0 1 0 284879257 64131072 14812 33554432000 4194304 4896791 140736939180432 140736939177640 4224983 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/21538/statm: 15657 14812 78 172 0 15483 0
Current children cumulated CPU time (s) 1481.85
Current children cumulated vsize (KiB) 102488

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/185 21576
/proc/meminfo: memFree=27492084/32873844 swapFree=7124/7124
[pid=21480] ppid=21478 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/21480/stat : 21480 (runPb2sat.sh) S 21478 21480 17634 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 284877647 9367552 275 33554432000 4194304 5064252 140734220502208 140734220501120 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/21480/statm: 2287 275 233 213 0 72 0
[pid=21481] ppid=21480 vsize=21564 CPUtime=15.96 cores=0,2,4,6
/proc/21481/stat : 21481 (pb2sat) S 21480 21480 17634 0 -1 4202496 10373 26348 0 0 43 10 1534 9 20 0 1 0 284877647 22081536 4647 33554432000 4194304 5873084 140733490170624 140733490164440 5124602 0 65536 4102 0 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/21481/statm: 5391 4647 180 410 0 4973 0
[pid=21537] ppid=21481 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/21537/stat : 21537 (satsolver.sh) S 21481 21480 17634 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 284879257 9367552 266 33554432000 4194304 5064252 140734769308224 140734769307136 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/21537/statm: 2287 266 226 213 0 72 0
[pid=21538] ppid=21537 vsize=62804 CPUtime=1525.88 cores=0,2,4,6
/proc/21538/stat : 21538 (glucose_static) R 21537 21480 17634 0 -1 4202496 43970 0 0 0 152562 26 0 0 20 0 1 0 284879257 64311296 12806 33554432000 4194304 4896791 140736939180432 140736939177960 4224960 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/21538/statm: 15701 12806 78 172 0 15527 0
Current children cumulated CPU time (s) 1541.84
Current children cumulated vsize (KiB) 102664

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/185 21576
/proc/meminfo: memFree=27500528/32873844 swapFree=7124/7124
[pid=21480] ppid=21478 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/21480/stat : 21480 (runPb2sat.sh) S 21478 21480 17634 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 284877647 9367552 275 33554432000 4194304 5064252 140734220502208 140734220501120 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/21480/statm: 2287 275 233 213 0 72 0
[pid=21481] ppid=21480 vsize=21564 CPUtime=15.96 cores=0,2,4,6
/proc/21481/stat : 21481 (pb2sat) S 21480 21480 17634 0 -1 4202496 10373 26348 0 0 43 10 1534 9 20 0 1 0 284877647 22081536 4647 33554432000 4194304 5873084 140733490170624 140733490164440 5124602 0 65536 4102 0 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/21481/statm: 5391 4647 180 410 0 4973 0
[pid=21537] ppid=21481 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/21537/stat : 21537 (satsolver.sh) S 21481 21480 17634 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 284879257 9367552 266 33554432000 4194304 5064252 140734769308224 140734769307136 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/21537/statm: 2287 266 226 213 0 72 0
[pid=21538] ppid=21537 vsize=44284 CPUtime=1585.86 cores=0,2,4,6
/proc/21538/stat : 21538 (glucose_static) R 21537 21480 17634 0 -1 4202496 45004 0 0 0 158559 27 0 0 20 0 1 0 284879257 45346816 10271 33554432000 4194304 4896791 140736939180432 140736939178008 4225029 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/21538/statm: 11071 10271 78 172 0 10897 0
Current children cumulated CPU time (s) 1601.82
Current children cumulated vsize (KiB) 84144

[startup+1662.3 s]
/proc/loadavg: 2.04 2.01 2.00 3/185 21576
/proc/meminfo: memFree=27508296/32873844 swapFree=7124/7124
[pid=21480] ppid=21478 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/21480/stat : 21480 (runPb2sat.sh) S 21478 21480 17634 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 284877647 9367552 275 33554432000 4194304 5064252 140734220502208 140734220501120 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/21480/statm: 2287 275 233 213 0 72 0
[pid=21481] ppid=21480 vsize=21564 CPUtime=15.96 cores=0,2,4,6
/proc/21481/stat : 21481 (pb2sat) S 21480 21480 17634 0 -1 4202496 10373 26348 0 0 43 10 1534 9 20 0 1 0 284877647 22081536 4647 33554432000 4194304 5873084 140733490170624 140733490164440 5124602 0 65536 4102 0 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/21481/statm: 5391 4647 180 410 0 4973 0
[pid=21537] ppid=21481 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/21537/stat : 21537 (satsolver.sh) S 21481 21480 17634 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 284879257 9367552 266 33554432000 4194304 5064252 140734769308224 140734769307136 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/21537/statm: 2287 266 226 213 0 72 0
[pid=21538] ppid=21537 vsize=51656 CPUtime=1645.85 cores=0,2,4,6
/proc/21538/stat : 21538 (glucose_static) R 21537 21480 17634 0 -1 4202496 46163 0 0 0 164557 28 0 0 20 0 1 0 284879257 52895744 12000 33554432000 4194304 4896791 140736939180432 140736939177688 4225417 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/21538/statm: 12914 12000 78 172 0 12740 0
Current children cumulated CPU time (s) 1661.81
Current children cumulated vsize (KiB) 91516

[startup+1722.3 s]
/proc/loadavg: 2.01 2.01 2.00 3/185 21576
/proc/meminfo: memFree=27505880/32873844 swapFree=7124/7124
[pid=21480] ppid=21478 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/21480/stat : 21480 (runPb2sat.sh) S 21478 21480 17634 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 284877647 9367552 275 33554432000 4194304 5064252 140734220502208 140734220501120 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/21480/statm: 2287 275 233 213 0 72 0
[pid=21481] ppid=21480 vsize=21564 CPUtime=15.96 cores=0,2,4,6
/proc/21481/stat : 21481 (pb2sat) S 21480 21480 17634 0 -1 4202496 10373 26348 0 0 43 10 1534 9 20 0 1 0 284877647 22081536 4647 33554432000 4194304 5873084 140733490170624 140733490164440 5124602 0 65536 4102 0 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/21481/statm: 5391 4647 180 410 0 4973 0
[pid=21537] ppid=21481 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/21537/stat : 21537 (satsolver.sh) S 21481 21480 17634 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 284879257 9367552 266 33554432000 4194304 5064252 140734769308224 140734769307136 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/21537/statm: 2287 266 226 213 0 72 0
[pid=21538] ppid=21537 vsize=51816 CPUtime=1705.84 cores=0,2,4,6
/proc/21538/stat : 21538 (glucose_static) R 21537 21480 17634 0 -1 4202496 47053 0 0 0 170554 30 0 0 20 0 1 0 284879257 53059584 10751 33554432000 4194304 4896791 140736939180432 140736939177960 4225417 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/21538/statm: 12954 10751 78 172 0 12780 0
Current children cumulated CPU time (s) 1721.8
Current children cumulated vsize (KiB) 91676

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/185 21576
/proc/meminfo: memFree=27485852/32873844 swapFree=7124/7124
[pid=21480] ppid=21478 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/21480/stat : 21480 (runPb2sat.sh) S 21478 21480 17634 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 284877647 9367552 275 33554432000 4194304 5064252 140734220502208 140734220501120 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/21480/statm: 2287 275 233 213 0 72 0
[pid=21481] ppid=21480 vsize=21564 CPUtime=15.96 cores=0,2,4,6
/proc/21481/stat : 21481 (pb2sat) S 21480 21480 17634 0 -1 4202496 10373 26348 0 0 43 10 1534 9 20 0 1 0 284877647 22081536 4647 33554432000 4194304 5873084 140733490170624 140733490164440 5124602 0 65536 4102 0 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/21481/statm: 5391 4647 180 410 0 4973 0
[pid=21537] ppid=21481 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/21537/stat : 21537 (satsolver.sh) S 21481 21480 17634 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 284879257 9367552 266 33554432000 4194304 5064252 140734769308224 140734769307136 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/21537/statm: 2287 266 226 213 0 72 0
[pid=21538] ppid=21537 vsize=64464 CPUtime=1765.83 cores=0,2,4,6
/proc/21538/stat : 21538 (glucose_static) R 21537 21480 17634 0 -1 4202496 48051 0 0 0 176552 31 0 0 20 0 1 0 284879257 66011136 14327 33554432000 4194304 4896791 140736939180432 140736939177944 4225029 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/21538/statm: 16116 14327 78 172 0 15942 0
Current children cumulated CPU time (s) 1781.79
Current children cumulated vsize (KiB) 104324



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.6 s]
/proc/loadavg: 2.00 2.00 2.00 3/184 21576
/proc/meminfo: memFree=27497112/32873844 swapFree=7124/7124
[pid=21480] ppid=21478 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/21480/stat : 21480 (runPb2sat.sh) S 21478 21480 17634 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 284877647 9367552 275 33554432000 4194304 5064252 140734220502208 140734220501120 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/21480/statm: 2287 275 233 213 0 72 0
[pid=21481] ppid=21480 vsize=21564 CPUtime=15.96 cores=0,2,4,6
/proc/21481/stat : 21481 (pb2sat) S 21480 21480 17634 0 -1 4202496 10373 26348 0 0 43 10 1534 9 20 0 1 0 284877647 22081536 4647 33554432000 4194304 5873084 140733490170624 140733490164440 5124602 0 65536 4102 0 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/21481/statm: 5391 4647 180 410 0 4973 0
[pid=21537] ppid=21481 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/21537/stat : 21537 (satsolver.sh) S 21481 21480 17634 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 284879257 9367552 266 33554432000 4194304 5064252 140734769308224 140734769307136 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/21537/statm: 2287 266 226 213 0 72 0
[pid=21538] ppid=21537 vsize=45608 CPUtime=1784.14 cores=0,2,4,6
/proc/21538/stat : 21538 (glucose_static) R 21537 21480 17634 0 -1 4202496 48536 0 0 0 178383 31 0 0 20 0 1 0 284879257 46702592 10575 33554432000 4194304 4896791 140736939180432 140736939178008 4225417 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/21538/statm: 11402 10575 78 172 0 11228 0
Current children cumulated CPU time (s) 1800.1
Current children cumulated vsize (KiB) 85468

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.62
CPU time (s): 1800.14
CPU user time (s): 1799.61
CPU system time (s): 0.529919
CPU usage (%): 99.9737
Max. virtual memory (cumulated for all children) (KiB): 133464

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.61
system time used= 0.529919
maximum resident set size= 70952
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 86246
page faults= 0
swaps= 0
block input operations= 0
block output operations= 54960
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 183
involuntary context switches= 1983

runsolver used 6.22405 second user time and 19.572 second system time

The end

Launcher Data

Begin job on node134 at 2012-05-28 08:45:23
IDJOB=3696166
IDBENCH=92777
IDSOLVER=2274
FILE ID=node134/3696166-1338187523
RUNJOBID= node134-1338158703-17651
PBS_JOBID= 14624546
Free space on /tmp= 71000 MiB

SOLVER NAME= pb2sat 2012-05-19
BENCH NAME= PB12/normalized-PB12/OPT-BIGINT-LIN/zahidi/IC/normalized-minisat15_5_3_7_ic.opb
COMMAND LINE= DIR/runPb2sat.sh BENCHNAME RANDOMSEED TMPDIR DIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3696166-1338187523/watcher-3696166-1338187523 -o /tmp/evaluation-result-3696166-1338187523/solver-3696166-1338187523 -C 1800 -W 1900 -M 15500  HOME/runPb2sat.sh HOME/instance-3696166-1338187523.opb 854088215 HOME HOME

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

MD5SUM BENCH= ed0e62d21585297a53ea5d644fd52c40
RANDOM SEED=854088215

node134.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.278
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.55
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.278
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	: 5332.56
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.278
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	: 5332.55
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.278
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	: 5332.59
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.278
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	: 5332.55
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.278
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	: 5332.55
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.278
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	: 5332.57
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.278
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	: 5332.56
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        27629364 kB
Buffers:          443528 kB
Cached:          3883448 kB
SwapCached:            0 kB
Active:          1655840 kB
Inactive:        2731976 kB
Active(anon):      56684 kB
Inactive(anon):     5996 kB
Active(file):    1599156 kB
Inactive(file):  2725980 kB
Unevictable:        7124 kB
Mlocked:            7124 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:              8984 kB
Writeback:             0 kB
AnonPages:        141000 kB
Mapped:            15344 kB
Shmem:               212 kB
Slab:             716988 kB
SReclaimable:     159160 kB
SUnreclaim:       557828 kB
KernelStack:        1536 kB
PageTables:         4308 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     178736 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346376 kB
VmallocChunk:   34341987860 kB
HardwareCorrupted:     0 kB
AnonHugePages:     92160 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= 70984 MiB
End job on node134 at 2012-05-28 09:15:23