Trace number 34985

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, and are wall clock time (not CPU 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
minisat+ 1.14? (TO) 1800.7 1801.16

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/reduced/mps-v2-20-10/plato.asu.edu/
pub/unibo/normalized-reduced-mps-v2-20-10-rail507.opb
MD5SUM1d990dd8841615caa29b3d304bde4f0b
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark162
Best CPU time to get the best result obtained on this benchmark1782.83
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 153
Optimality of the best value was proved NO
Number of variables63009
Total number of constraints508
Number of constraints which are clauses507
Number of constraints which are cardinality constraints (but not clauses)1
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint59416
Number of terms in the objective function 63009
Biggest coefficient in the objective function 1
Number of bits for the biggest coefficient in the objective function 1
Sum of the numbers in the objective function 63009
Number of bits of the sum of numbers in the objective function 16
Biggest number in a constraint 9256
Number of bits of the biggest number in a constraint 14
Biggest sum of numbers in a constraint 68672
Number of bits of the biggest sum of numbers17
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data (download as text)

0.00	c Parsing PB file...
5.91	c Converting 495 PB-constraints to clauses...
5.95	c   -- Unit propagations: (none)
5.96	c   -- Detecting intervals from adjacent constraints: ==
5.96	c   -- Clauses(.)/Splits(s): .......................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................
6.02	c ---[  31]---> 
1801.14	c *** TERMINATED ***
1801.14	s UNKNOWN

Verifier Data (download as text)

ERROR: no interpretation found !

Watcher Data (download as text)

Enforcing CPU limit (will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime (will send SIGXCPU) limit: 1830 seconds
Enforcing Stack size limit: 67108864 bytes
Enforcing memory limit (will send SIGKILL): 1843200 Kb
Enforcing VSIZE limit: 1887436800 bytes
runsolver version 3.0.0 (c) roussel@cril.univ-artois.fr

command line: runsolver --timestamp -w ROOT/results/node61/watcher-34985-1149265446 -o ROOT/results/node61/solver-34985-1149265446 -C 1800 -M 1800 -S 64 ROOT/solvers/PB/PB06final/user7/minisat+ ROOT/tmp/node61/34985-1149265446/instance-34985-1149265446.opb 

Current StackSize limit: 67108864 bytes

/proc/loadavg: 0.92 0.98 0.94 2/64 25718
/proc/meminfo: memFree=1485912/2055920 swapFree=4180908/4192956
[pid=25718] ppid=25716 vsize=1352 CPUtime=0
/proc/25718/stat : 25718 (minisat+) R 25716 25718 25672 0 -1 4194304 168 0 0 0 0 0 0 0 19 0 1 0 192212468 1384448 153 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 135031278 0 0 4096 16386 0 0 0 17 1 0 0
/proc/25718/statm: 338 154 67 215 0 120 0

[startup+10.0024 s]
/proc/loadavg: 0.93 0.98 0.94 2/64 25718
/proc/meminfo: memFree=1415912/2055920 swapFree=4180908/4192956
[pid=25718] ppid=25716 vsize=72544 CPUtime=9.98
/proc/25718/stat : 25718 (minisat+) R 25716 25718 25672 0 -1 4194304 21860 0 0 0 987 11 0 0 25 0 1 0 192212468 74285056 17575 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134530444 0 0 4096 16386 0 0 0 17 1 0 0
/proc/25718/statm: 18136 17575 89 215 0 17918 0
Current children cumulated CPU time (s) 9.98
Current children cumulated vsize (Kb) 72544

[startup+20.0094 s]
/proc/loadavg: 0.94 0.98 0.94 2/64 25718
/proc/meminfo: memFree=1415720/2055920 swapFree=4180908/4192956
[pid=25718] ppid=25716 vsize=72880 CPUtime=19.99
/proc/25718/stat : 25718 (minisat+) R 25716 25718 25672 0 -1 4194304 21932 0 0 0 1988 11 0 0 25 0 1 0 192212468 74629120 17647 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 135012189 0 0 4096 16386 0 0 0 17 1 0 0
/proc/25718/statm: 18220 17647 89 215 0 18002 0
Current children cumulated CPU time (s) 19.99
Current children cumulated vsize (Kb) 72880

[startup+30.0153 s]
/proc/loadavg: 0.95 0.98 0.94 2/64 25718
/proc/meminfo: memFree=1415464/2055920 swapFree=4180908/4192956
[pid=25718] ppid=25716 vsize=73216 CPUtime=29.99
/proc/25718/stat : 25718 (minisat+) R 25716 25718 25672 0 -1 4194304 22035 0 0 0 2988 11 0 0 25 0 1 0 192212468 74973184 17750 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 135005286 0 0 4096 16386 0 0 0 17 1 0 0
/proc/25718/statm: 18304 17750 89 215 0 18086 0
Current children cumulated CPU time (s) 29.99
Current children cumulated vsize (Kb) 73216

[startup+40.0213 s]
/proc/loadavg: 0.96 0.98 0.94 2/64 25718
/proc/meminfo: memFree=1415272/2055920 swapFree=4180908/4192956
[pid=25718] ppid=25716 vsize=73432 CPUtime=39.99
/proc/25718/stat : 25718 (minisat+) R 25716 25718 25672 0 -1 4194304 22077 0 0 0 3988 11 0 0 25 0 1 0 192212468 75194368 17792 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 135005840 0 0 4096 16386 0 0 0 17 1 0 0
/proc/25718/statm: 18358 17792 89 215 0 18140 0
Current children cumulated CPU time (s) 39.99
Current children cumulated vsize (Kb) 73432

[startup+50.0273 s]
/proc/loadavg: 0.96 0.98 0.94 2/64 25718
/proc/meminfo: memFree=1415272/2055920 swapFree=4180908/4192956
[pid=25718] ppid=25716 vsize=73432 CPUtime=50
/proc/25718/stat : 25718 (minisat+) R 25716 25718 25672 0 -1 4194304 22082 0 0 0 4989 11 0 0 25 0 1 0 192212468 75194368 17797 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 135012160 0 0 4096 16386 0 0 0 17 1 0 0
/proc/25718/statm: 18358 17797 89 215 0 18140 0
Current children cumulated CPU time (s) 50
Current children cumulated vsize (Kb) 73432

[startup+60.0332 s]
/proc/loadavg: 0.97 0.98 0.94 2/64 25718
/proc/meminfo: memFree=1415272/2055920 swapFree=4180908/4192956
[pid=25718] ppid=25716 vsize=73432 CPUtime=60
/proc/25718/stat : 25718 (minisat+) R 25716 25718 25672 0 -1 4194304 22087 0 0 0 5989 11 0 0 25 0 1 0 192212468 75194368 17802 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 135005850 0 0 4096 16386 0 0 0 17 1 0 0
/proc/25718/statm: 18358 17802 89 215 0 18140 0
Current children cumulated CPU time (s) 60
Current children cumulated vsize (Kb) 73432

[startup+70.0392 s]
/proc/loadavg: 0.97 0.98 0.94 2/64 25718
/proc/meminfo: memFree=1415208/2055920 swapFree=4180908/4192956
[pid=25718] ppid=25716 vsize=73540 CPUtime=70
/proc/25718/stat : 25718 (minisat+) R 25716 25718 25672 0 -1 4194304 22094 0 0 0 6989 11 0 0 25 0 1 0 192212468 75304960 17809 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134838324 0 0 4096 16386 0 0 0 17 1 0 0
/proc/25718/statm: 18385 17809 89 215 0 18167 0
Current children cumulated CPU time (s) 70
Current children cumulated vsize (Kb) 73540

[startup+80.0451 s]
/proc/loadavg: 0.98 0.98 0.94 2/64 25718
/proc/meminfo: memFree=1415144/2055920 swapFree=4180908/4192956
[pid=25718] ppid=25716 vsize=73672 CPUtime=80.01
/proc/25718/stat : 25718 (minisat+) R 25716 25718 25672 0 -1 4194304 22111 0 0 0 7990 11 0 0 25 0 1 0 192212468 75440128 17826 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134530444 0 0 4096 16386 0 0 0 17 1 0 0
/proc/25718/statm: 18418 17826 89 215 0 18200 0
Current children cumulated CPU time (s) 80.01
Current children cumulated vsize (Kb) 73672

[startup+90.0501 s]
/proc/loadavg: 0.98 0.98 0.94 2/64 25718
/proc/meminfo: memFree=1414632/2055920 swapFree=4180908/4192956
[pid=25718] ppid=25716 vsize=74000 CPUtime=90.01
/proc/25718/stat : 25718 (minisat+) R 25716 25718 25672 0 -1 4194304 22292 0 0 0 8990 11 0 0 25 0 1 0 192212468 75776000 17923 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134838067 0 0 4096 16386 0 0 0 17 1 0 0
/proc/25718/statm: 18500 17923 89 215 0 18282 0
Current children cumulated CPU time (s) 90.01
Current children cumulated vsize (Kb) 74000

[startup+100.056 s]
/proc/loadavg: 0.98 0.98 0.94 2/64 25718
/proc/meminfo: memFree=1414632/2055920 swapFree=4180908/4192956
[pid=25718] ppid=25716 vsize=74000 CPUtime=100.01
/proc/25718/stat : 25718 (minisat+) R 25716 25718 25672 0 -1 4194304 22308 0 0 0 9990 11 0 0 25 0 1 0 192212468 75776000 17939 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134838325 0 0 4096 16386 0 0 0 17 1 0 0
/proc/25718/statm: 18500 17939 89 215 0 18282 0
Current children cumulated CPU time (s) 100.01
Current children cumulated vsize (Kb) 74000

[startup+110.062 s]
/proc/loadavg: 0.98 0.98 0.94 2/64 25718
/proc/meminfo: memFree=1414632/2055920 swapFree=4180908/4192956
[pid=25718] ppid=25716 vsize=74132 CPUtime=110.01
/proc/25718/stat : 25718 (minisat+) R 25716 25718 25672 0 -1 4194304 22321 0 0 0 10990 11 0 0 25 0 1 0 192212468 75911168 17952 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134648473 0 0 4096 16386 0 0 0 17 1 0 0
/proc/25718/statm: 18533 17952 89 215 0 18315 0
Current children cumulated CPU time (s) 110.01
Current children cumulated vsize (Kb) 74132

[startup+120.068 s]
/proc/loadavg: 0.99 0.98 0.94 2/64 25718
/proc/meminfo: memFree=1414568/2055920 swapFree=4180908/4192956
[pid=25718] ppid=25716 vsize=74132 CPUtime=120.02
/proc/25718/stat : 25718 (minisat+) R 25716 25718 25672 0 -1 4194304 22336 0 0 0 11991 11 0 0 25 0 1 0 192212468 75911168 17967 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134530444 0 0 4096 16386 0 0 0 17 1 0 0
/proc/25718/statm: 18533 17967 89 215 0 18315 0
Current children cumulated CPU time (s) 120.02
Current children cumulated vsize (Kb) 74132

[startup+130.074 s]
/proc/loadavg: 0.99 0.98 0.94 2/64 25718
/proc/meminfo: memFree=1414504/2055920 swapFree=4180908/4192956
[pid=25718] ppid=25716 vsize=74132 CPUtime=130.02
/proc/25718/stat : 25718 (minisat+) R 25716 25718 25672 0 -1 4194304 22349 0 0 0 12991 11 0 0 25 0 1 0 192212468 75911168 17980 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 135005317 0 0 4096 16386 0 0 0 17 1 0 0
/proc/25718/statm: 18533 17980 89 215 0 18315 0
Current children cumulated CPU time (s) 130.02
Current children cumulated vsize (Kb) 74132

[startup+140.08 s]
/proc/loadavg: 0.99 0.98 0.94 2/64 25718
/proc/meminfo: memFree=1414440/2055920 swapFree=4180908/4192956
[pid=25718] ppid=25716 vsize=74424 CPUtime=140.03
/proc/25718/stat : 25718 (minisat+) R 25716 25718 25672 0 -1 4194304 22360 0 0 0 13991 12 0 0 25 0 1 0 192212468 76210176 17991 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 135012197 0 0 4096 16386 0 0 0 17 1 0 0
/proc/25718/statm: 18606 17991 89 215 0 18388 0
Current children cumulated CPU time (s) 140.03
Current children cumulated vsize (Kb) 74424

[startup+150.086 s]
/proc/loadavg: 0.99 0.98 0.94 2/64 25718
/proc/meminfo: memFree=1414440/2055920 swapFree=4180908/4192956
[pid=25718] ppid=25716 vsize=74424 CPUtime=150.04
/proc/25718/stat : 25718 (minisat+) R 25716 25718 25672 0 -1 4194304 22373 0 0 0 14992 12 0 0 25 0 1 0 192212468 76210176 18004 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 135012146 0 0 4096 16386 0 0 0 17 1 0 0
/proc/25718/statm: 18606 18004 89 215 0 18388 0
Current children cumulated CPU time (s) 150.04
Current children cumulated vsize (Kb) 74424

[startup+160.092 s]
/proc/loadavg: 0.99 0.98 0.94 2/64 25718
/proc/meminfo: memFree=1414440/2055920 swapFree=4180908/4192956
[pid=25718] ppid=25716 vsize=74424 CPUtime=160.04
/proc/25718/stat : 25718 (minisat+) R 25716 25718 25672 0 -1 4194304 22385 0 0 0 15992 12 0 0 25 0 1 0 192212468 76210176 18016 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134838067 0 0 4096 16386 0 0 0 17 1 0 0
/proc/25718/statm: 18606 18016 89 215 0 18388 0
Current children cumulated CPU time (s) 160.04
Current children cumulated vsize (Kb) 74424

[startup+170.098 s]
/proc/loadavg: 0.99 0.98 0.94 2/64 25718
/proc/meminfo: memFree=1414376/2055920 swapFree=4180908/4192956
[pid=25718] ppid=25716 vsize=74424 CPUtime=170.04
/proc/25718/stat : 25718 (minisat+) R 25716 25718 25672 0 -1 4194304 22396 0 0 0 16992 12 0 0 25 0 1 0 192212468 76210176 18027 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134648424 0 0 4096 16386 0 0 0 17 1 0 0
/proc/25718/statm: 18606 18027 89 215 0 18388 0
Current children cumulated CPU time (s) 170.04
Current children cumulated vsize (Kb) 74424

[startup+180.104 s]
/proc/loadavg: 0.99 0.98 0.94 2/64 25718
/proc/meminfo: memFree=1414312/2055920 swapFree=4180908/4192956
[pid=25718] ppid=25716 vsize=74556 CPUtime=180.04
/proc/25718/stat : 25718 (minisat+) R 25716 25718 25672 0 -1 4194304 22407 0 0 0 17992 12 0 0 25 0 1 0 192212468 76345344 18038 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134838067 0 0 4096 16386 0 0 0 17 1 0 0
/proc/25718/statm: 18639 18038 89 215 0 18421 0
Current children cumulated CPU time (s) 180.04
Current children cumulated vsize (Kb) 74556

[startup+190.11 s]
/proc/loadavg: 0.99 0.98 0.94 2/64 25718
/proc/meminfo: memFree=1414248/2055920 swapFree=4180908/4192956
[pid=25718] ppid=25716 vsize=74556 CPUtime=190.05
/proc/25718/stat : 25718 (minisat+) R 25716 25718 25672 0 -1 4194304 22418 0 0 0 18993 12 0 0 25 0 1 0 192212468 76345344 18049 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 135005317 0 0 4096 16386 0 0 0 17 1 0 0
/proc/25718/statm: 18639 18049 89 215 0 18421 0
Current children cumulated CPU time (s) 190.05
Current children cumulated vsize (Kb) 74556

[startup+200.116 s]
/proc/loadavg: 0.99 0.98 0.94 2/64 25718
/proc/meminfo: memFree=1414248/2055920 swapFree=4180908/4192956
[pid=25718] ppid=25716 vsize=74556 CPUtime=200.05
/proc/25718/stat : 25718 (minisat+) R 25716 25718 25672 0 -1 4194304 22428 0 0 0 19993 12 0 0 25 0 1 0 192212468 76345344 18059 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 135003866 0 0 4096 16386 0 0 0 17 1 0 0
/proc/25718/statm: 18639 18059 89 215 0 18421 0
Current children cumulated CPU time (s) 200.05
Current children cumulated vsize (Kb) 74556

[startup+210.122 s]
/proc/loadavg: 0.99 0.98 0.94 2/64 25718
/proc/meminfo: memFree=1414184/2055920 swapFree=4180908/4192956

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

[pid=25718] ppid=25716 vsize=86796 CPUtime=1781.59
/proc/25718/stat : 25718 (minisat+) R 25716 25718 25672 0 -1 4194304 25832 0 0 0 178142 17 0 0 25 0 1 0 192212468 88879104 20967 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134809814 0 0 4096 16386 0 0 0 17 1 0 0
/proc/25718/statm: 21699 20967 89 215 0 21481 0
Current children cumulated CPU time (s) 1781.59
Current children cumulated vsize (Kb) 86796

[startup+1783.05 s]
/proc/loadavg: 1.05 1.01 0.95 2/64 25720
/proc/meminfo: memFree=1402216/2055920 swapFree=4180908/4192956
[pid=25718] ppid=25716 vsize=86796 CPUtime=1782.6
/proc/25718/stat : 25718 (minisat+) R 25716 25718 25672 0 -1 4194304 25837 0 0 0 178243 17 0 0 25 0 1 0 192212468 88879104 20972 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134838067 0 0 4096 16386 0 0 0 17 1 0 0
/proc/25718/statm: 21699 20972 89 215 0 21481 0
Current children cumulated CPU time (s) 1782.6
Current children cumulated vsize (Kb) 86796

[startup+1784.06 s]
/proc/loadavg: 1.05 1.01 0.95 2/64 25720
/proc/meminfo: memFree=1402216/2055920 swapFree=4180908/4192956
[pid=25718] ppid=25716 vsize=86796 CPUtime=1783.6
/proc/25718/stat : 25718 (minisat+) R 25716 25718 25672 0 -1 4194304 25841 0 0 0 178343 17 0 0 25 0 1 0 192212468 88879104 20976 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134648458 0 0 4096 16386 0 0 0 17 1 0 0
/proc/25718/statm: 21699 20976 89 215 0 21481 0
Current children cumulated CPU time (s) 1783.6
Current children cumulated vsize (Kb) 86796

[startup+1785.06 s]
/proc/loadavg: 1.05 1.01 0.95 2/64 25720
/proc/meminfo: memFree=1402216/2055920 swapFree=4180908/4192956
[pid=25718] ppid=25716 vsize=86796 CPUtime=1784.6
/proc/25718/stat : 25718 (minisat+) R 25716 25718 25672 0 -1 4194304 25846 0 0 0 178443 17 0 0 25 0 1 0 192212468 88879104 20981 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 135005310 0 0 4096 16386 0 0 0 17 1 0 0
/proc/25718/statm: 21699 20981 89 215 0 21481 0
Current children cumulated CPU time (s) 1784.6
Current children cumulated vsize (Kb) 86796

[startup+1786.07 s]
/proc/loadavg: 1.04 1.01 0.95 2/64 25720
/proc/meminfo: memFree=1402152/2055920 swapFree=4180908/4192956
[pid=25718] ppid=25716 vsize=86796 CPUtime=1785.61
/proc/25718/stat : 25718 (minisat+) R 25716 25718 25672 0 -1 4194304 25850 0 0 0 178544 17 0 0 25 0 1 0 192212468 88879104 20985 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 135012143 0 0 4096 16386 0 0 0 17 1 0 0
/proc/25718/statm: 21699 20985 89 215 0 21481 0
Current children cumulated CPU time (s) 1785.61
Current children cumulated vsize (Kb) 86796

[startup+1787.07 s]
/proc/loadavg: 1.04 1.01 0.95 2/64 25720
/proc/meminfo: memFree=1402152/2055920 swapFree=4180908/4192956
[pid=25718] ppid=25716 vsize=86928 CPUtime=1786.61
/proc/25718/stat : 25718 (minisat+) R 25716 25718 25672 0 -1 4194304 25855 0 0 0 178644 17 0 0 25 0 1 0 192212468 89014272 20990 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134809811 0 0 4096 16386 0 0 0 17 1 0 0
/proc/25718/statm: 21732 20990 89 215 0 21514 0
Current children cumulated CPU time (s) 1786.61
Current children cumulated vsize (Kb) 86928

[startup+1788.08 s]
/proc/loadavg: 1.04 1.01 0.95 2/64 25720
/proc/meminfo: memFree=1402152/2055920 swapFree=4180908/4192956
[pid=25718] ppid=25716 vsize=86928 CPUtime=1787.62
/proc/25718/stat : 25718 (minisat+) R 25716 25718 25672 0 -1 4194304 25860 0 0 0 178745 17 0 0 25 0 1 0 192212468 89014272 20995 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134838067 0 0 4096 16386 0 0 0 17 1 0 0
/proc/25718/statm: 21732 20995 89 215 0 21514 0
Current children cumulated CPU time (s) 1787.62
Current children cumulated vsize (Kb) 86928

[startup+1789.08 s]
/proc/loadavg: 1.04 1.01 0.95 2/64 25720
/proc/meminfo: memFree=1402152/2055920 swapFree=4180908/4192956
[pid=25718] ppid=25716 vsize=86928 CPUtime=1788.62
/proc/25718/stat : 25718 (minisat+) R 25716 25718 25672 0 -1 4194304 25864 0 0 0 178845 17 0 0 25 0 1 0 192212468 89014272 20999 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134838065 0 0 4096 16386 0 0 0 17 1 0 0
/proc/25718/statm: 21732 20999 89 215 0 21514 0
Current children cumulated CPU time (s) 1788.62
Current children cumulated vsize (Kb) 86928

[startup+1790.09 s]
/proc/loadavg: 1.04 1.01 0.95 2/64 25720
/proc/meminfo: memFree=1402088/2055920 swapFree=4180908/4192956
[pid=25718] ppid=25716 vsize=86928 CPUtime=1789.63
/proc/25718/stat : 25718 (minisat+) R 25716 25718 25672 0 -1 4194304 25869 0 0 0 178946 17 0 0 25 0 1 0 192212468 89014272 21004 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134665767 0 0 4096 16386 0 0 0 17 1 0 0
/proc/25718/statm: 21732 21004 89 215 0 21514 0
Current children cumulated CPU time (s) 1789.63
Current children cumulated vsize (Kb) 86928

[startup+1791.09 s]
/proc/loadavg: 1.04 1.01 0.95 2/64 25720
/proc/meminfo: memFree=1402088/2055920 swapFree=4180908/4192956
[pid=25718] ppid=25716 vsize=86928 CPUtime=1790.63
/proc/25718/stat : 25718 (minisat+) R 25716 25718 25672 0 -1 4194304 25874 0 0 0 179046 17 0 0 25 0 1 0 192212468 89014272 21009 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 135005800 0 0 4096 16386 0 0 0 17 1 0 0
/proc/25718/statm: 21732 21009 89 215 0 21514 0
Current children cumulated CPU time (s) 1790.63
Current children cumulated vsize (Kb) 86928

[startup+1792.1 s]
/proc/loadavg: 1.04 1.01 0.95 2/64 25720
/proc/meminfo: memFree=1402088/2055920 swapFree=4180908/4192956
[pid=25718] ppid=25716 vsize=86928 CPUtime=1791.64
/proc/25718/stat : 25718 (minisat+) R 25716 25718 25672 0 -1 4194304 25879 0 0 0 179147 17 0 0 25 0 1 0 192212468 89014272 21014 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134809850 0 0 4096 16386 0 0 0 17 1 0 0
/proc/25718/statm: 21732 21014 89 215 0 21514 0
Current children cumulated CPU time (s) 1791.64
Current children cumulated vsize (Kb) 86928

[startup+1793.1 s]
/proc/loadavg: 1.04 1.01 0.95 2/64 25720
/proc/meminfo: memFree=1402024/2055920 swapFree=4180908/4192956
[pid=25718] ppid=25716 vsize=86928 CPUtime=1792.64
/proc/25718/stat : 25718 (minisat+) R 25716 25718 25672 0 -1 4194304 25883 0 0 0 179247 17 0 0 25 0 1 0 192212468 89014272 21018 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 135012168 0 0 4096 16386 0 0 0 17 1 0 0
/proc/25718/statm: 21732 21018 89 215 0 21514 0
Current children cumulated CPU time (s) 1792.64
Current children cumulated vsize (Kb) 86928

[startup+1794.11 s]
/proc/loadavg: 1.04 1.01 0.95 2/64 25720
/proc/meminfo: memFree=1402024/2055920 swapFree=4180908/4192956
[pid=25718] ppid=25716 vsize=87060 CPUtime=1793.65
/proc/25718/stat : 25718 (minisat+) R 25716 25718 25672 0 -1 4194304 25888 0 0 0 179348 17 0 0 25 0 1 0 192212468 89149440 21023 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 135005772 0 0 4096 16386 0 0 0 17 1 0 0
/proc/25718/statm: 21765 21023 89 215 0 21547 0
Current children cumulated CPU time (s) 1793.65
Current children cumulated vsize (Kb) 87060

[startup+1795.11 s]
/proc/loadavg: 1.04 1.01 0.95 2/64 25720
/proc/meminfo: memFree=1402024/2055920 swapFree=4180908/4192956
[pid=25718] ppid=25716 vsize=87060 CPUtime=1794.65
/proc/25718/stat : 25718 (minisat+) R 25716 25718 25672 0 -1 4194304 25892 0 0 0 179448 17 0 0 25 0 1 0 192212468 89149440 21027 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134809814 0 0 4096 16386 0 0 0 17 1 0 0
/proc/25718/statm: 21765 21027 89 215 0 21547 0
Current children cumulated CPU time (s) 1794.65
Current children cumulated vsize (Kb) 87060

[startup+1796.12 s]
/proc/loadavg: 1.04 1.01 0.95 2/64 25720
/proc/meminfo: memFree=1401960/2055920 swapFree=4180908/4192956
[pid=25718] ppid=25716 vsize=87060 CPUtime=1795.66
/proc/25718/stat : 25718 (minisat+) R 25716 25718 25672 0 -1 4194304 25897 0 0 0 179549 17 0 0 25 0 1 0 192212468 89149440 21032 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 135005317 0 0 4096 16386 0 0 0 17 1 0 0
/proc/25718/statm: 21765 21032 89 215 0 21547 0
Current children cumulated CPU time (s) 1795.66
Current children cumulated vsize (Kb) 87060

[startup+1797.12 s]
/proc/loadavg: 1.04 1.01 0.95 2/64 25720
/proc/meminfo: memFree=1401960/2055920 swapFree=4180908/4192956
[pid=25718] ppid=25716 vsize=87060 CPUtime=1796.66
/proc/25718/stat : 25718 (minisat+) R 25716 25718 25672 0 -1 4194304 25902 0 0 0 179649 17 0 0 25 0 1 0 192212468 89149440 21037 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134809814 0 0 4096 16386 0 0 0 17 1 0 0
/proc/25718/statm: 21765 21037 89 215 0 21547 0
Current children cumulated CPU time (s) 1796.66
Current children cumulated vsize (Kb) 87060

[startup+1798.13 s]
/proc/loadavg: 1.04 1.01 0.95 2/64 25720
/proc/meminfo: memFree=1401960/2055920 swapFree=4180908/4192956
[pid=25718] ppid=25716 vsize=87060 CPUtime=1797.66
/proc/25718/stat : 25718 (minisat+) R 25716 25718 25672 0 -1 4194304 25906 0 0 0 179749 17 0 0 25 0 1 0 192212468 89149440 21041 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134530499 0 0 4096 16386 0 0 0 17 1 0 0
/proc/25718/statm: 21765 21041 89 215 0 21547 0
Current children cumulated CPU time (s) 1797.66
Current children cumulated vsize (Kb) 87060

[startup+1799.13 s]
/proc/loadavg: 1.04 1.01 0.95 2/64 25720
/proc/meminfo: memFree=1401960/2055920 swapFree=4180908/4192956
[pid=25718] ppid=25716 vsize=87060 CPUtime=1798.67
/proc/25718/stat : 25718 (minisat+) R 25716 25718 25672 0 -1 4194304 25911 0 0 0 179850 17 0 0 25 0 1 0 192212468 89149440 21046 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134809814 0 0 4096 16386 0 0 0 17 1 0 0
/proc/25718/statm: 21765 21046 89 215 0 21547 0
Current children cumulated CPU time (s) 1798.67
Current children cumulated vsize (Kb) 87060

[startup+1800.14 s]
/proc/loadavg: 1.04 1.01 0.95 2/64 25720
/proc/meminfo: memFree=1401896/2055920 swapFree=4180908/4192956
[pid=25718] ppid=25716 vsize=87060 CPUtime=1799.67
/proc/25718/stat : 25718 (minisat+) R 25716 25718 25672 0 -1 4194304 25915 0 0 0 179950 17 0 0 25 0 1 0 192212468 89149440 21050 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 135005330 0 0 4096 16386 0 0 0 17 1 0 0
/proc/25718/statm: 21765 21050 89 215 0 21547 0
Current children cumulated CPU time (s) 1799.67
Current children cumulated vsize (Kb) 87060

[startup+1801.14 s]
/proc/loadavg: 1.03 1.01 0.95 2/64 25720
/proc/meminfo: memFree=1401896/2055920 swapFree=4180908/4192956
[pid=25718] ppid=25716 vsize=87192 CPUtime=1800.68
/proc/25718/stat : 25718 (minisat+) R 25716 25718 25672 0 -1 4194304 25920 0 0 0 180051 17 0 0 25 0 1 0 192212468 89284608 21055 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134530445 0 0 4096 16386 0 0 0 17 1 0 0
/proc/25718/statm: 21798 21055 89 215 0 21580 0
Current children cumulated CPU time (s) 1800.68
Current children cumulated vsize (Kb) 87192



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1801.14 s]
/proc/loadavg: 1.03 1.01 0.95 2/64 25720
/proc/meminfo: memFree=1401896/2055920 swapFree=4180908/4192956
[pid=25718] ppid=25716 vsize=87192 CPUtime=1800.68
/proc/25718/stat : 25718 (minisat+) R 25716 25718 25672 0 -1 4194304 25920 0 0 0 180051 17 0 0 25 0 1 0 192212468 89284608 21055 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134648485 0 0 4096 16386 0 0 0 17 1 0 0
/proc/25718/statm: 21798 21055 89 215 0 21580 0
Current children cumulated CPU time (s) 1800.68
Current children cumulated vsize (Kb) 87192

Sending SIGTERM to -25718
Sleeping 2 seconds

Child status: 0
Real time (s): 1801.16
CPU time (s): 1800.7
CPU user time (s): 1800.52
CPU system time (s): 0.187971
CPU usage (%): 99.9745
Max. virtual memory (cumulated for all children) (Kb): 87192

Launcher Data (download as text)

Begin job on node61 on Fri Jun  2 16:24:06 UTC 2006


FILE ID= 34985-1149265446

PBS_JOBID= 298853

BENCH NAME= ROOT/tmp/node61/34985-1149265446/instance-34985-1149265446.opb
COMMAND LINE= ROOT/solvers/PB/PB06final/user7/minisat+ ROOT/tmp/node61/34985-1149265446/instance-34985-1149265446.opb
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node61/watcher-34985-1149265446 -o ROOT/results/node61/solver-34985-1149265446 -C 1800 -M 1800 -S 64  ROOT/solvers/PB/PB06final/user7/minisat+ ROOT/tmp/node61/34985-1149265446/instance-34985-1149265446.opb

MD5SUM SOLVER= 490d1d4b9bbf010afe7f0af63a5a62db
MD5SUM BENCH=  1d990dd8841615caa29b3d304bde4f0b

RANDOM SEED= 698395347


/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.232
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5914.62
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.232
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5586.94
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1486120 kB
Buffers:         39720 kB
Cached:         457288 kB
SwapCached:       3880 kB
Active:          78512 kB
Inactive:       427328 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1486120 kB
SwapTotal:     4192956 kB
SwapFree:      4180908 kB
Dirty:             148 kB
Writeback:           0 kB
Mapped:          14724 kB
Slab:            50072 kB
Committed_AS:   262600 kB
PageTables:       1408 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB


End job on node61 on Fri Jun  2 16:54:07 UTC 2006