Trace number 35576

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.56 1801.16

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB05/
manquinho/primes-dimacs-cnf/normalized-par32-1.opb
MD5SUM5a9e4c8983ff8fc3ce01109a5c224dd2
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables6352
Total number of constraints13453
Number of constraints which are clauses13453
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint3
Number of terms in the objective function 6352
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 6352
Number of bits of the sum of numbers in the objective function 13
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 6352
Number of bits of the biggest sum of numbers13
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...
0.40	c Converting 13039 PB-constraints to clauses...
0.40	c   -- Unit propagations: pppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppp
0.42	c   -- Detecting intervals from adjacent constraints: (none)
0.42	c   -- Clauses(.)/Splits(s): ......................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................
0.45	c ==================================[MINISAT+]==================================
0.45	c | Conflicts | Original         | Learnt                           | Progress |
0.45	c |           | Clauses Literals |     Max Clauses Literals     LPC |          |
0.45	c ==============================================================================
0.45	c |         0 |    9878    24638 |    3292       0        0     nan |  0.000 % |
0.46	c |       101 |    9878    24638 |    3621     101     1231    12.2 | 23.867 % |
0.49	c |       251 |    9878    24638 |    3983     251     5277    21.0 | 23.867 % |
0.53	c |       476 |    9878    24638 |    4381     476     8655    18.2 | 23.867 % |
0.60	c |       814 |    9878    24638 |    4819     814    19600    24.1 | 23.867 % |
0.69	c |      1320 |    9878    24638 |    5301    1320    27899    21.1 | 23.867 % |
0.92	c |      2082 |    9878    24638 |    5831    2082    57645    27.7 | 23.867 % |
1.38	c |      3221 |    9878    24638 |    6415    3221    93388    29.0 | 23.867 % |
1.96	c |      4931 |    9878    24638 |    7056    4931   143848    29.2 | 23.867 % |
2.88	c |      7493 |    9878    24638 |    7762    7493   210661    28.1 | 23.867 % |
4.52	c |     11338 |    9878    24638 |    8538    6644   169658    25.5 | 23.867 % |
6.71	c |     17105 |    9878    24638 |    9392    7285   177959    24.4 | 23.867 % |
10.79	c |     25754 |    9878    24638 |   10331   10409   254945    24.5 | 23.867 % |
17.74	c |     38729 |    9878    24638 |   11364   11455   286759    25.0 | 23.867 % |
28.31	c |     58191 |    9878    24638 |   12501   11386   282530    24.8 | 23.867 % |
45.13	c |     87384 |    9878    24638 |   13751   12309   296202    24.1 | 23.867 % |
66.75	c |    131173 |    9868    24616 |   15126   10027   237728    23.7 | 23.929 % |
105.16	c |    196858 |    9868    24616 |   16639    8659   223250    25.8 | 23.929 % |
159.88	c |    295384 |    9868    24616 |   18303   16056   367503    22.9 | 23.929 % |
248.72	c |    443174 |    9868    24616 |   20133   14387   321561    22.4 | 23.929 % |
384.95	c |    664858 |    9868    24616 |   22146   18049   394101    21.8 | 23.929 % |
592.76	c |    997385 |    9868    24616 |   24361   17695   374068    21.1 | 23.929 % |
910.53	c |   1496173 |    9868    24616 |   26797   19173   479744    25.0 | 23.929 % |
1389.88	c |   2244355 |    9868    24616 |   29477   24774   508082    20.5 | 23.929 % |
1801.15	c 
1801.15	c *** TERMINATED ***
1801.15	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/node68/watcher-35576-1149285764 -o ROOT/results/node68/solver-35576-1149285764 -C 1800 -M 1800 -S 64 ROOT/solvers/PB/PB06final/user7/minisat+ ROOT/tmp/node68/35576-1149285764/instance-35576-1149285764.opb 

Current StackSize limit: 67108864 bytes

/proc/loadavg: 0.77 0.92 0.89 2/64 16035
/proc/meminfo: memFree=1659064/2055920 swapFree=4182316/4192956
[pid=16035] ppid=16033 vsize=1180 CPUtime=0
/proc/16035/stat : 16035 (minisat+) R 16033 16035 15989 0 -1 4194304 117 0 0 0 0 0 0 0 19 0 1 0 194245956 1208320 102 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 135031278 0 0 4096 16386 0 0 0 17 1 0 0
/proc/16035/statm: 295 106 67 215 0 77 0

[startup+10.0016 s]
/proc/loadavg: 0.81 0.92 0.89 2/64 16035
/proc/meminfo: memFree=1654016/2055920 swapFree=4182316/4192956
[pid=16035] ppid=16033 vsize=6220 CPUtime=9.98
/proc/16035/stat : 16035 (minisat+) R 16033 16035 15989 0 -1 4194304 1429 0 0 0 997 1 0 0 25 0 1 0 194245956 6369280 1376 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134581183 0 0 4096 16386 0 0 0 17 1 0 0
/proc/16035/statm: 1555 1376 102 215 0 1337 0
Current children cumulated CPU time (s) 9.98
Current children cumulated vsize (Kb) 6220

[startup+20.0074 s]
/proc/loadavg: 0.84 0.93 0.90 2/64 16035
/proc/meminfo: memFree=1653568/2055920 swapFree=4182316/4192956
[pid=16035] ppid=16033 vsize=6644 CPUtime=19.99
/proc/16035/stat : 16035 (minisat+) R 16033 16035 15989 0 -1 4194304 1543 0 0 0 1997 2 0 0 25 0 1 0 194245956 6803456 1490 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580919 0 0 4096 16386 0 0 0 17 1 0 0
/proc/16035/statm: 1661 1490 102 215 0 1443 0
Current children cumulated CPU time (s) 19.99
Current children cumulated vsize (Kb) 6644

[startup+30.0131 s]
/proc/loadavg: 0.86 0.93 0.90 2/64 16035
/proc/meminfo: memFree=1653312/2055920 swapFree=4182316/4192956
[pid=16035] ppid=16033 vsize=6912 CPUtime=29.99
/proc/16035/stat : 16035 (minisat+) R 16033 16035 15989 0 -1 4194304 1606 0 0 0 2997 2 0 0 25 0 1 0 194245956 7077888 1553 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134579235 0 0 4096 16386 0 0 0 17 1 0 0
/proc/16035/statm: 1728 1553 102 215 0 1510 0
Current children cumulated CPU time (s) 29.99
Current children cumulated vsize (Kb) 6912

[startup+40.0188 s]
/proc/loadavg: 0.88 0.93 0.90 2/64 16035
/proc/meminfo: memFree=1653248/2055920 swapFree=4182316/4192956
[pid=16035] ppid=16033 vsize=6912 CPUtime=39.99
/proc/16035/stat : 16035 (minisat+) R 16033 16035 15989 0 -1 4194304 1623 0 0 0 3997 2 0 0 25 0 1 0 194245956 7077888 1570 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580759 0 0 4096 16386 0 0 0 17 1 0 0
/proc/16035/statm: 1728 1570 102 215 0 1510 0
Current children cumulated CPU time (s) 39.99
Current children cumulated vsize (Kb) 6912

[startup+50.0245 s]
/proc/loadavg: 0.90 0.93 0.90 2/64 16035
/proc/meminfo: memFree=1653056/2055920 swapFree=4182316/4192956
[pid=16035] ppid=16033 vsize=7176 CPUtime=49.99
/proc/16035/stat : 16035 (minisat+) R 16033 16035 15989 0 -1 4194304 1674 0 0 0 4997 2 0 0 25 0 1 0 194245956 7348224 1621 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580938 0 0 4096 16386 0 0 0 17 1 0 0
/proc/16035/statm: 1794 1621 102 215 0 1576 0
Current children cumulated CPU time (s) 49.99
Current children cumulated vsize (Kb) 7176

[startup+60.0303 s]
/proc/loadavg: 0.91 0.93 0.90 2/64 16035
/proc/meminfo: memFree=1652864/2055920 swapFree=4182316/4192956
[pid=16035] ppid=16033 vsize=7332 CPUtime=59.99
/proc/16035/stat : 16035 (minisat+) R 16033 16035 15989 0 -1 4194304 1714 0 0 0 5997 2 0 0 25 0 1 0 194245956 7507968 1661 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580732 0 0 4096 16386 0 0 0 17 1 0 0
/proc/16035/statm: 1833 1661 102 215 0 1615 0
Current children cumulated CPU time (s) 59.99
Current children cumulated vsize (Kb) 7332

[startup+70.036 s]
/proc/loadavg: 0.93 0.94 0.90 2/64 16035
/proc/meminfo: memFree=1652608/2055920 swapFree=4182316/4192956
[pid=16035] ppid=16033 vsize=7596 CPUtime=70
/proc/16035/stat : 16035 (minisat+) R 16033 16035 15989 0 -1 4194304 1778 0 0 0 6998 2 0 0 25 0 1 0 194245956 7778304 1725 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580732 0 0 4096 16386 0 0 0 17 1 0 0
/proc/16035/statm: 1899 1725 102 215 0 1681 0
Current children cumulated CPU time (s) 70
Current children cumulated vsize (Kb) 7596

[startup+80.0417 s]
/proc/loadavg: 0.94 0.94 0.90 2/64 16035
/proc/meminfo: memFree=1652288/2055920 swapFree=4182316/4192956
[pid=16035] ppid=16033 vsize=7868 CPUtime=80
/proc/16035/stat : 16035 (minisat+) R 16033 16035 15989 0 -1 4194304 1853 0 0 0 7998 2 0 0 25 0 1 0 194245956 8056832 1800 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134581042 0 0 4096 16386 0 0 0 17 1 0 0
/proc/16035/statm: 1967 1800 102 215 0 1749 0
Current children cumulated CPU time (s) 80
Current children cumulated vsize (Kb) 7868

[startup+90.0474 s]
/proc/loadavg: 0.95 0.94 0.90 2/64 16035
/proc/meminfo: memFree=1652288/2055920 swapFree=4182316/4192956
[pid=16035] ppid=16033 vsize=7868 CPUtime=90
/proc/16035/stat : 16035 (minisat+) R 16033 16035 15989 0 -1 4194304 1853 0 0 0 8998 2 0 0 25 0 1 0 194245956 8056832 1800 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134575881 0 0 4096 16386 0 0 0 17 1 0 0
/proc/16035/statm: 1967 1800 102 215 0 1749 0
Current children cumulated CPU time (s) 90
Current children cumulated vsize (Kb) 7868

[startup+100.053 s]
/proc/loadavg: 0.95 0.94 0.90 2/64 16035
/proc/meminfo: memFree=1652224/2055920 swapFree=4182316/4192956
[pid=16035] ppid=16033 vsize=8028 CPUtime=100
/proc/16035/stat : 16035 (minisat+) R 16033 16035 15989 0 -1 4194304 1868 0 0 0 9998 2 0 0 25 0 1 0 194245956 8220672 1815 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580732 0 0 4096 16386 0 0 0 17 1 0 0
/proc/16035/statm: 2007 1815 102 215 0 1789 0
Current children cumulated CPU time (s) 100
Current children cumulated vsize (Kb) 8028

[startup+110.06 s]
/proc/loadavg: 0.96 0.94 0.90 2/64 16035
/proc/meminfo: memFree=1652224/2055920 swapFree=4182316/4192956
[pid=16035] ppid=16033 vsize=8028 CPUtime=110.01
/proc/16035/stat : 16035 (minisat+) R 16033 16035 15989 0 -1 4194304 1876 0 0 0 10999 2 0 0 25 0 1 0 194245956 8220672 1823 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134572757 0 0 4096 16386 0 0 0 17 1 0 0
/proc/16035/statm: 2007 1823 102 215 0 1789 0
Current children cumulated CPU time (s) 110.01
Current children cumulated vsize (Kb) 8028

[startup+120.067 s]
/proc/loadavg: 0.97 0.94 0.91 2/64 16035
/proc/meminfo: memFree=1652096/2055920 swapFree=4182316/4192956
[pid=16035] ppid=16033 vsize=8196 CPUtime=120.01
/proc/16035/stat : 16035 (minisat+) R 16033 16035 15989 0 -1 4194304 1901 0 0 0 11999 2 0 0 25 0 1 0 194245956 8392704 1848 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134576837 0 0 4096 16386 0 0 0 17 1 0 0
/proc/16035/statm: 2049 1848 102 215 0 1831 0
Current children cumulated CPU time (s) 120.01
Current children cumulated vsize (Kb) 8196

[startup+130.073 s]
/proc/loadavg: 0.97 0.94 0.91 2/64 16035
/proc/meminfo: memFree=1652096/2055920 swapFree=4182316/4192956
[pid=16035] ppid=16033 vsize=8196 CPUtime=130.01
/proc/16035/stat : 16035 (minisat+) R 16033 16035 15989 0 -1 4194304 1901 0 0 0 12999 2 0 0 25 0 1 0 194245956 8392704 1848 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134579256 0 0 4096 16386 0 0 0 17 1 0 0
/proc/16035/statm: 2049 1848 102 215 0 1831 0
Current children cumulated CPU time (s) 130.01
Current children cumulated vsize (Kb) 8196

[startup+140.079 s]
/proc/loadavg: 0.98 0.95 0.91 2/64 16035
/proc/meminfo: memFree=1652096/2055920 swapFree=4182316/4192956
[pid=16035] ppid=16033 vsize=8196 CPUtime=140.01
/proc/16035/stat : 16035 (minisat+) R 16033 16035 15989 0 -1 4194304 1911 0 0 0 13999 2 0 0 25 0 1 0 194245956 8392704 1858 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580384 0 0 4096 16386 0 0 0 17 1 0 0
/proc/16035/statm: 2049 1858 102 215 0 1831 0
Current children cumulated CPU time (s) 140.01
Current children cumulated vsize (Kb) 8196

[startup+150.086 s]
/proc/loadavg: 0.98 0.95 0.91 2/64 16035
/proc/meminfo: memFree=1652032/2055920 swapFree=4182316/4192956
[pid=16035] ppid=16033 vsize=8196 CPUtime=150.02
/proc/16035/stat : 16035 (minisat+) R 16033 16035 15989 0 -1 4194304 1918 0 0 0 15000 2 0 0 25 0 1 0 194245956 8392704 1865 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134572702 0 0 4096 16386 0 0 0 17 1 0 0
/proc/16035/statm: 2049 1865 102 215 0 1831 0
Current children cumulated CPU time (s) 150.02
Current children cumulated vsize (Kb) 8196

[startup+160.092 s]
/proc/loadavg: 0.98 0.95 0.91 2/64 16035
/proc/meminfo: memFree=1651968/2055920 swapFree=4182316/4192956
[pid=16035] ppid=16033 vsize=8196 CPUtime=160.02
/proc/16035/stat : 16035 (minisat+) R 16033 16035 15989 0 -1 4194304 1932 0 0 0 16000 2 0 0 25 0 1 0 194245956 8392704 1879 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580768 0 0 4096 16386 0 0 0 17 1 0 0
/proc/16035/statm: 2049 1879 102 215 0 1831 0
Current children cumulated CPU time (s) 160.02
Current children cumulated vsize (Kb) 8196

[startup+170.097 s]
/proc/loadavg: 0.98 0.95 0.91 2/64 16035
/proc/meminfo: memFree=1651968/2055920 swapFree=4182316/4192956
[pid=16035] ppid=16033 vsize=8356 CPUtime=170.02
/proc/16035/stat : 16035 (minisat+) R 16033 16035 15989 0 -1 4194304 1940 0 0 0 17000 2 0 0 25 0 1 0 194245956 8556544 1887 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134572676 0 0 4096 16386 0 0 0 17 1 0 0
/proc/16035/statm: 2089 1887 102 215 0 1871 0
Current children cumulated CPU time (s) 170.02
Current children cumulated vsize (Kb) 8356

[startup+180.103 s]
/proc/loadavg: 0.99 0.95 0.91 2/64 16035
/proc/meminfo: memFree=1651904/2055920 swapFree=4182316/4192956
[pid=16035] ppid=16033 vsize=8356 CPUtime=180.03
/proc/16035/stat : 16035 (minisat+) R 16033 16035 15989 0 -1 4194304 1959 0 0 0 18001 2 0 0 25 0 1 0 194245956 8556544 1906 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134575787 0 0 4096 16386 0 0 0 17 1 0 0
/proc/16035/statm: 2089 1906 102 215 0 1871 0
Current children cumulated CPU time (s) 180.03
Current children cumulated vsize (Kb) 8356

[startup+190.11 s]
/proc/loadavg: 0.99 0.95 0.91 2/64 16035
/proc/meminfo: memFree=1651904/2055920 swapFree=4182316/4192956
[pid=16035] ppid=16033 vsize=8356 CPUtime=190.03
/proc/16035/stat : 16035 (minisat+) R 16033 16035 15989 0 -1 4194304 1959 0 0 0 19001 2 0 0 25 0 1 0 194245956 8556544 1906 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580759 0 0 4096 16386 0 0 0 17 1 0 0
/proc/16035/statm: 2089 1906 102 215 0 1871 0
Current children cumulated CPU time (s) 190.03
Current children cumulated vsize (Kb) 8356

[startup+200.115 s]
/proc/loadavg: 0.99 0.95 0.91 2/64 16035
/proc/meminfo: memFree=1651904/2055920 swapFree=4182316/4192956
[pid=16035] ppid=16033 vsize=8356 CPUtime=200.03
/proc/16035/stat : 16035 (minisat+) R 16033 16035 15989 0 -1 4194304 1959 0 0 0 20001 2 0 0 25 0 1 0 194245956 8556544 1906 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134581133 0 0 4096 16386 0 0 0 17 1 0 0
/proc/16035/statm: 2089 1906 102 215 0 1871 0
Current children cumulated CPU time (s) 200.03
Current children cumulated vsize (Kb) 8356

[startup+210.121 s]
/proc/loadavg: 0.99 0.95 0.91 2/64 16035
/proc/meminfo: memFree=1651840/2055920 swapFree=4182316/4192956

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

[pid=16035] ppid=16033 vsize=12564 CPUtime=1781.45
/proc/16035/stat : 16035 (minisat+) R 16033 16035 15989 0 -1 4194304 2924 0 0 0 178140 5 0 0 25 0 1 0 194245956 12865536 2871 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580768 0 0 4096 16386 0 0 0 17 1 0 0
/proc/16035/statm: 3141 2871 102 215 0 2923 0
Current children cumulated CPU time (s) 1781.45
Current children cumulated vsize (Kb) 12564

[startup+1783.06 s]
/proc/loadavg: 0.99 0.97 0.91 2/64 16035
/proc/meminfo: memFree=1648128/2055920 swapFree=4182316/4192956
[pid=16035] ppid=16033 vsize=12564 CPUtime=1782.46
/proc/16035/stat : 16035 (minisat+) R 16033 16035 15989 0 -1 4194304 2924 0 0 0 178241 5 0 0 25 0 1 0 194245956 12865536 2871 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134579871 0 0 4096 16386 0 0 0 17 1 0 0
/proc/16035/statm: 3141 2871 102 215 0 2923 0
Current children cumulated CPU time (s) 1782.46
Current children cumulated vsize (Kb) 12564

[startup+1784.06 s]
/proc/loadavg: 0.99 0.97 0.91 2/64 16035
/proc/meminfo: memFree=1648128/2055920 swapFree=4182316/4192956
[pid=16035] ppid=16033 vsize=12564 CPUtime=1783.46
/proc/16035/stat : 16035 (minisat+) R 16033 16035 15989 0 -1 4194304 2924 0 0 0 178341 5 0 0 25 0 1 0 194245956 12865536 2871 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580442 0 0 4096 16386 0 0 0 17 1 0 0
/proc/16035/statm: 3141 2871 102 215 0 2923 0
Current children cumulated CPU time (s) 1783.46
Current children cumulated vsize (Kb) 12564

[startup+1785.07 s]
/proc/loadavg: 0.99 0.97 0.91 2/64 16035
/proc/meminfo: memFree=1648128/2055920 swapFree=4182316/4192956
[pid=16035] ppid=16033 vsize=12564 CPUtime=1784.47
/proc/16035/stat : 16035 (minisat+) R 16033 16035 15989 0 -1 4194304 2924 0 0 0 178442 5 0 0 25 0 1 0 194245956 12865536 2871 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134578854 0 0 4096 16386 0 0 0 17 1 0 0
/proc/16035/statm: 3141 2871 102 215 0 2923 0
Current children cumulated CPU time (s) 1784.47
Current children cumulated vsize (Kb) 12564

[startup+1786.07 s]
/proc/loadavg: 0.99 0.97 0.91 2/64 16035
/proc/meminfo: memFree=1648128/2055920 swapFree=4182316/4192956
[pid=16035] ppid=16033 vsize=12564 CPUtime=1785.47
/proc/16035/stat : 16035 (minisat+) R 16033 16035 15989 0 -1 4194304 2924 0 0 0 178542 5 0 0 25 0 1 0 194245956 12865536 2871 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134575881 0 0 4096 16386 0 0 0 17 1 0 0
/proc/16035/statm: 3141 2871 102 215 0 2923 0
Current children cumulated CPU time (s) 1785.47
Current children cumulated vsize (Kb) 12564

[startup+1787.08 s]
/proc/loadavg: 0.99 0.97 0.91 2/64 16035
/proc/meminfo: memFree=1648128/2055920 swapFree=4182316/4192956
[pid=16035] ppid=16033 vsize=12564 CPUtime=1786.48
/proc/16035/stat : 16035 (minisat+) R 16033 16035 15989 0 -1 4194304 2924 0 0 0 178643 5 0 0 25 0 1 0 194245956 12865536 2871 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580759 0 0 4096 16386 0 0 0 17 1 0 0
/proc/16035/statm: 3141 2871 102 215 0 2923 0
Current children cumulated CPU time (s) 1786.48
Current children cumulated vsize (Kb) 12564

[startup+1788.08 s]
/proc/loadavg: 0.99 0.97 0.91 2/64 16035
/proc/meminfo: memFree=1648128/2055920 swapFree=4182316/4192956
[pid=16035] ppid=16033 vsize=12564 CPUtime=1787.48
/proc/16035/stat : 16035 (minisat+) R 16033 16035 15989 0 -1 4194304 2924 0 0 0 178743 5 0 0 25 0 1 0 194245956 12865536 2871 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580759 0 0 4096 16386 0 0 0 17 1 0 0
/proc/16035/statm: 3141 2871 102 215 0 2923 0
Current children cumulated CPU time (s) 1787.48
Current children cumulated vsize (Kb) 12564

[startup+1789.09 s]
/proc/loadavg: 0.99 0.97 0.91 2/64 16035
/proc/meminfo: memFree=1648128/2055920 swapFree=4182316/4192956
[pid=16035] ppid=16033 vsize=12564 CPUtime=1788.49
/proc/16035/stat : 16035 (minisat+) R 16033 16035 15989 0 -1 4194304 2924 0 0 0 178844 5 0 0 25 0 1 0 194245956 12865536 2871 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580973 0 0 4096 16386 0 0 0 17 1 0 0
/proc/16035/statm: 3141 2871 102 215 0 2923 0
Current children cumulated CPU time (s) 1788.49
Current children cumulated vsize (Kb) 12564

[startup+1790.09 s]
/proc/loadavg: 0.99 0.97 0.91 2/64 16035
/proc/meminfo: memFree=1648128/2055920 swapFree=4182316/4192956
[pid=16035] ppid=16033 vsize=12564 CPUtime=1789.49
/proc/16035/stat : 16035 (minisat+) R 16033 16035 15989 0 -1 4194304 2924 0 0 0 178944 5 0 0 25 0 1 0 194245956 12865536 2871 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134579235 0 0 4096 16386 0 0 0 17 1 0 0
/proc/16035/statm: 3141 2871 102 215 0 2923 0
Current children cumulated CPU time (s) 1789.49
Current children cumulated vsize (Kb) 12564

[startup+1791.1 s]
/proc/loadavg: 0.99 0.97 0.91 2/64 16035
/proc/meminfo: memFree=1648128/2055920 swapFree=4182316/4192956
[pid=16035] ppid=16033 vsize=12564 CPUtime=1790.5
/proc/16035/stat : 16035 (minisat+) R 16033 16035 15989 0 -1 4194304 2924 0 0 0 179045 5 0 0 25 0 1 0 194245956 12865536 2871 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134581469 0 0 4096 16386 0 0 0 17 1 0 0
/proc/16035/statm: 3141 2871 102 215 0 2923 0
Current children cumulated CPU time (s) 1790.5
Current children cumulated vsize (Kb) 12564

[startup+1792.1 s]
/proc/loadavg: 0.99 0.97 0.91 2/64 16035
/proc/meminfo: memFree=1648128/2055920 swapFree=4182316/4192956
[pid=16035] ppid=16033 vsize=12564 CPUtime=1791.5
/proc/16035/stat : 16035 (minisat+) R 16033 16035 15989 0 -1 4194304 2924 0 0 0 179145 5 0 0 25 0 1 0 194245956 12865536 2871 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580759 0 0 4096 16386 0 0 0 17 1 0 0
/proc/16035/statm: 3141 2871 102 215 0 2923 0
Current children cumulated CPU time (s) 1791.5
Current children cumulated vsize (Kb) 12564

[startup+1793.11 s]
/proc/loadavg: 0.99 0.97 0.91 2/64 16035
/proc/meminfo: memFree=1648128/2055920 swapFree=4182316/4192956
[pid=16035] ppid=16033 vsize=12564 CPUtime=1792.51
/proc/16035/stat : 16035 (minisat+) R 16033 16035 15989 0 -1 4194304 2924 0 0 0 179246 5 0 0 25 0 1 0 194245956 12865536 2871 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134581412 0 0 4096 16386 0 0 0 17 1 0 0
/proc/16035/statm: 3141 2871 102 215 0 2923 0
Current children cumulated CPU time (s) 1792.51
Current children cumulated vsize (Kb) 12564

[startup+1794.11 s]
/proc/loadavg: 0.99 0.97 0.91 2/64 16035
/proc/meminfo: memFree=1648128/2055920 swapFree=4182316/4192956
[pid=16035] ppid=16033 vsize=12564 CPUtime=1793.51
/proc/16035/stat : 16035 (minisat+) R 16033 16035 15989 0 -1 4194304 2924 0 0 0 179346 5 0 0 25 0 1 0 194245956 12865536 2871 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134588783 0 0 4096 16386 0 0 0 17 1 0 0
/proc/16035/statm: 3141 2871 102 215 0 2923 0
Current children cumulated CPU time (s) 1793.51
Current children cumulated vsize (Kb) 12564

[startup+1795.12 s]
/proc/loadavg: 0.99 0.97 0.91 2/64 16035
/proc/meminfo: memFree=1648128/2055920 swapFree=4182316/4192956
[pid=16035] ppid=16033 vsize=12564 CPUtime=1794.52
/proc/16035/stat : 16035 (minisat+) R 16033 16035 15989 0 -1 4194304 2924 0 0 0 179447 5 0 0 25 0 1 0 194245956 12865536 2871 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134581053 0 0 4096 16386 0 0 0 17 1 0 0
/proc/16035/statm: 3141 2871 102 215 0 2923 0
Current children cumulated CPU time (s) 1794.52
Current children cumulated vsize (Kb) 12564

[startup+1796.12 s]
/proc/loadavg: 0.99 0.97 0.91 2/64 16035
/proc/meminfo: memFree=1648128/2055920 swapFree=4182316/4192956
[pid=16035] ppid=16033 vsize=12564 CPUtime=1795.52
/proc/16035/stat : 16035 (minisat+) R 16033 16035 15989 0 -1 4194304 2924 0 0 0 179547 5 0 0 25 0 1 0 194245956 12865536 2871 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580938 0 0 4096 16386 0 0 0 17 1 0 0
/proc/16035/statm: 3141 2871 102 215 0 2923 0
Current children cumulated CPU time (s) 1795.52
Current children cumulated vsize (Kb) 12564

[startup+1797.13 s]
/proc/loadavg: 0.99 0.97 0.91 2/64 16035
/proc/meminfo: memFree=1648064/2055920 swapFree=4182316/4192956
[pid=16035] ppid=16033 vsize=12564 CPUtime=1796.52
/proc/16035/stat : 16035 (minisat+) R 16033 16035 15989 0 -1 4194304 2924 0 0 0 179647 5 0 0 25 0 1 0 194245956 12865536 2871 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580732 0 0 4096 16386 0 0 0 17 1 0 0
/proc/16035/statm: 3141 2871 102 215 0 2923 0
Current children cumulated CPU time (s) 1796.52
Current children cumulated vsize (Kb) 12564

[startup+1798.13 s]
/proc/loadavg: 0.99 0.97 0.91 2/64 16035
/proc/meminfo: memFree=1648064/2055920 swapFree=4182316/4192956
[pid=16035] ppid=16033 vsize=12564 CPUtime=1797.53
/proc/16035/stat : 16035 (minisat+) R 16033 16035 15989 0 -1 4194304 2924 0 0 0 179748 5 0 0 25 0 1 0 194245956 12865536 2871 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134575905 0 0 4096 16386 0 0 0 17 1 0 0
/proc/16035/statm: 3141 2871 102 215 0 2923 0
Current children cumulated CPU time (s) 1797.53
Current children cumulated vsize (Kb) 12564

[startup+1799.14 s]
/proc/loadavg: 0.99 0.97 0.91 2/64 16035
/proc/meminfo: memFree=1648064/2055920 swapFree=4182316/4192956
[pid=16035] ppid=16033 vsize=12564 CPUtime=1798.53
/proc/16035/stat : 16035 (minisat+) R 16033 16035 15989 0 -1 4194304 2924 0 0 0 179848 5 0 0 25 0 1 0 194245956 12865536 2871 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580759 0 0 4096 16386 0 0 0 17 1 0 0
/proc/16035/statm: 3141 2871 102 215 0 2923 0
Current children cumulated CPU time (s) 1798.53
Current children cumulated vsize (Kb) 12564

[startup+1800.14 s]
/proc/loadavg: 0.99 0.97 0.91 2/64 16035
/proc/meminfo: memFree=1648064/2055920 swapFree=4182316/4192956
[pid=16035] ppid=16033 vsize=12564 CPUtime=1799.54
/proc/16035/stat : 16035 (minisat+) R 16033 16035 15989 0 -1 4194304 2924 0 0 0 179949 5 0 0 25 0 1 0 194245956 12865536 2871 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580417 0 0 4096 16386 0 0 0 17 1 0 0
/proc/16035/statm: 3141 2871 102 215 0 2923 0
Current children cumulated CPU time (s) 1799.54
Current children cumulated vsize (Kb) 12564

[startup+1801.15 s]
/proc/loadavg: 0.99 0.97 0.91 2/64 16035
/proc/meminfo: memFree=1648064/2055920 swapFree=4182316/4192956
[pid=16035] ppid=16033 vsize=12564 CPUtime=1800.54
/proc/16035/stat : 16035 (minisat+) R 16033 16035 15989 0 -1 4194304 2924 0 0 0 180049 5 0 0 25 0 1 0 194245956 12865536 2871 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134575887 0 0 4096 16386 0 0 0 17 1 0 0
/proc/16035/statm: 3141 2871 102 215 0 2923 0
Current children cumulated CPU time (s) 1800.54
Current children cumulated vsize (Kb) 12564



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1801.15 s]
/proc/loadavg: 0.99 0.97 0.91 2/64 16035
/proc/meminfo: memFree=1648064/2055920 swapFree=4182316/4192956
[pid=16035] ppid=16033 vsize=12564 CPUtime=1800.55
/proc/16035/stat : 16035 (minisat+) R 16033 16035 15989 0 -1 4194304 2924 0 0 0 180050 5 0 0 25 0 1 0 194245956 12865536 2871 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580759 0 0 4096 16386 0 0 0 17 1 0 0
/proc/16035/statm: 3141 2871 102 215 0 2923 0
Current children cumulated CPU time (s) 1800.55
Current children cumulated vsize (Kb) 12564

Sending SIGTERM to -16035
Sleeping 2 seconds

Child status: 0
Real time (s): 1801.16
CPU time (s): 1800.56
CPU user time (s): 1800.5
CPU system time (s): 0.056991
CPU usage (%): 99.9668
Max. virtual memory (cumulated for all children) (Kb): 12564

Launcher Data (download as text)

Begin job on node68 on Fri Jun  2 22:02:44 UTC 2006


FILE ID= 35576-1149285764

PBS_JOBID= 306538

BENCH NAME= HOME/pub/bench/PB06//final/normalized-PB06/OPT-SMALLINT/submitted-PB05/manquinho/primes-dimacs-cnf/normalized-par32-1.opb
COMMAND LINE= ROOT/solvers/PB/PB06final/user7/minisat+ ROOT/tmp/node68/35576-1149285764/instance-35576-1149285764.opb
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node68/watcher-35576-1149285764 -o ROOT/results/node68/solver-35576-1149285764 -C 1800 -M 1800 -S 64  ROOT/solvers/PB/PB06final/user7/minisat+ ROOT/tmp/node68/35576-1149285764/instance-35576-1149285764.opb

MD5SUM SOLVER= 490d1d4b9bbf010afe7f0af63a5a62db
MD5SUM BENCH=  5a9e4c8983ff8fc3ce01109a5c224dd2

RANDOM SEED= 116477664


/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.279
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.279
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:       1659272 kB
Buffers:         22188 kB
Cached:         311100 kB
SwapCached:       2292 kB
Active:          51960 kB
Inactive:       289956 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1659272 kB
SwapTotal:     4192956 kB
SwapFree:      4182316 kB
Dirty:             160 kB
Writeback:           0 kB
Mapped:          15580 kB
Slab:            40852 kB
Committed_AS:   266392 kB
PageTables:       1400 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB


End job on node68 on Fri Jun  2 22:32:45 UTC 2006