Trace number 35443

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.64 1801.24

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB05/
manquinho/primes-dimacs-cnf/normalized-f1000.opb
MD5SUM8fb889bdb08324a2b9780b5ff988846e
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 variables2000
Total number of constraints5250
Number of constraints which are clauses5250
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 constraint2
Maximum length of a constraint3
Number of terms in the objective function 2000
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 2000
Number of bits of the sum of numbers in the objective function 11
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 2000
Number of bits of the biggest sum of numbers11
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.17	c Converting 5250 PB-constraints to clauses...
0.18	c   -- Unit propagations: (none)
0.18	c   -- Detecting intervals from adjacent constraints: (none)
0.18	c   -- Clauses(.)/Splits(s): ..................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................
0.19	c ==================================[MINISAT+]==================================
0.19	c | Conflicts | Original         | Learnt                           | Progress |
0.19	c |           | Clauses Literals |     Max Clauses Literals     LPC |          |
0.19	c ==============================================================================
0.19	c |         0 |    5250    14750 |    1750       0        0     nan |  0.000 % |
0.20	c |       100 |    5250    14750 |    1925     100     3875    38.8 |  0.000 % |
0.21	c |       250 |    5250    14750 |    2117     250    10126    40.5 |  0.000 % |
0.24	c |       475 |    5250    14750 |    2329     475    18401    38.7 |  0.000 % |
0.27	c |       813 |    5250    14750 |    2562     813    31625    38.9 |  0.000 % |
0.32	c |      1319 |    5250    14750 |    2818    1319    51895    39.3 |  0.000 % |
0.40	c |      2079 |    5250    14750 |    3100    2079    83376    40.1 |  0.000 % |
0.52	c |      3219 |    5250    14750 |    3410    3219   133390    41.4 |  0.000 % |
0.72	c |      4927 |    5250    14750 |    3751    3134   136512    43.6 |  0.000 % |
1.05	c |      7489 |    5250    14750 |    4126    3713   163080    43.9 |  0.000 % |
1.56	c |     11335 |    5250    14750 |    4539    3280   139769    42.6 |  0.000 % |
2.29	c |     17102 |    5250    14750 |    4992    4323   194018    44.9 |  0.000 % |
3.44	c |     25751 |    5250    14750 |    5492    2626   104281    39.7 |  0.000 % |
5.27	c |     38725 |    5250    14750 |    6041    4250   177931    41.9 |  0.000 % |
8.02	c |     58186 |    5250    14750 |    6645    5028   218270    43.4 |  0.000 % |
12.33	c |     87378 |    5250    14750 |    7310    3492   135818    38.9 |  0.000 % |
18.89	c |    131170 |    5250    14750 |    8041    6015   241026    40.1 |  0.000 % |
29.55	c |    196855 |    5250    14750 |    8845    5979   238890    40.0 |  0.000 % |
45.90	c |    295382 |    5250    14750 |    9729    5160   195623    37.9 |  0.000 % |
71.83	c |    443172 |    5250    14750 |   10702    9137   375254    41.1 |  0.000 % |
111.11	c |    664860 |    5250    14750 |   11773    8065   328188    40.7 |  0.000 % |
173.67	c |    997386 |    5250    14750 |   12950    6081   232085    38.2 |  0.000 % |
274.23	c |   1496176 |    5250    14750 |   14245   12487   501590    40.2 |  0.000 % |
430.50	c |   2244358 |    5250    14750 |   15670   10387   420349    40.5 |  0.000 % |
682.03	c |   3366632 |    5250    14750 |   17237   14379   620405    43.1 |  0.000 % |
1081.59	c |   5050044 |    5250    14750 |   18960   15766   652210    41.4 |  0.000 % |
1695.21	c |   7575161 |    5250    14750 |   20856   12869   513649    39.9 |  0.000 % |
1801.23	c 
1801.23	c *** TERMINATED ***
1801.23	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/node10/watcher-35443-1149411210 -o ROOT/results/node10/solver-35443-1149411210 -C 1800 -M 1800 -S 64 ROOT/solvers/PB/PB06final/user7/minisat+ ROOT/tmp/node10/35443-1149411210/instance-35443-1149411210.opb 

Current StackSize limit: 67108864 bytes

/proc/loadavg: 0.99 0.97 0.99 2/64 7136
/proc/meminfo: memFree=1653280/2055920 swapFree=4181424/4192956
[pid=7136] ppid=7134 vsize=18540 CPUtime=0
/proc/7136/stat : 7136 (runsolver) R 7134 7136 7090 0 -1 4194368 16 0 0 0 0 0 0 0 19 0 1 0 206783427 18984960 279 18446744073709551615 4194304 4262084 548682069056 18446744073709551615 214919867687 0 2147483391 4096 24578 0 0 0 17 0 0 0
/proc/7136/statm: 4635 279 243 16 0 2626 0

[startup+10.002 s]
/proc/loadavg: 0.99 0.97 0.99 2/64 7136
/proc/meminfo: memFree=1649704/2055920 swapFree=4181424/4192956
[pid=7136] ppid=7134 vsize=4628 CPUtime=9.99
/proc/7136/stat : 7136 (minisat+) R 7134 7136 7090 0 -1 4194304 1017 0 0 0 998 1 0 0 25 0 1 0 206783427 4739072 1002 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134581028 0 0 4096 16386 0 0 0 17 1 0 0
/proc/7136/statm: 1157 1002 102 215 0 939 0
Current children cumulated CPU time (s) 9.99
Current children cumulated vsize (Kb) 4628

[startup+20.0084 s]
/proc/loadavg: 0.99 0.97 0.99 2/64 7136
/proc/meminfo: memFree=1649200/2055920 swapFree=4181424/4192956
[pid=7136] ppid=7134 vsize=5164 CPUtime=19.99
/proc/7136/stat : 7136 (minisat+) R 7134 7136 7090 0 -1 4194304 1150 0 0 0 1998 1 0 0 25 0 1 0 206783427 5287936 1135 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134581431 0 0 4096 16386 0 0 0 17 1 0 0
/proc/7136/statm: 1291 1135 102 215 0 1073 0
Current children cumulated CPU time (s) 19.99
Current children cumulated vsize (Kb) 5164

[startup+30.0147 s]
/proc/loadavg: 0.99 0.97 0.99 2/64 7136
/proc/meminfo: memFree=1648752/2055920 swapFree=4181424/4192956
[pid=7136] ppid=7134 vsize=5564 CPUtime=30
/proc/7136/stat : 7136 (minisat+) R 7134 7136 7090 0 -1 4194304 1256 0 0 0 2999 1 0 0 25 0 1 0 206783427 5697536 1241 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134576837 0 0 4096 16386 0 0 0 17 1 0 0
/proc/7136/statm: 1391 1241 102 215 0 1173 0
Current children cumulated CPU time (s) 30
Current children cumulated vsize (Kb) 5564

[startup+40.0211 s]
/proc/loadavg: 0.99 0.97 0.99 2/64 7136
/proc/meminfo: memFree=1648368/2055920 swapFree=4181424/4192956
[pid=7136] ppid=7134 vsize=5968 CPUtime=39.99
/proc/7136/stat : 7136 (minisat+) R 7134 7136 7090 0 -1 4194304 1351 0 0 0 3998 1 0 0 25 0 1 0 206783427 6111232 1336 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134581002 0 0 4096 16386 0 0 0 17 1 0 0
/proc/7136/statm: 1492 1336 102 215 0 1274 0
Current children cumulated CPU time (s) 39.99
Current children cumulated vsize (Kb) 5968

[startup+50.0285 s]
/proc/loadavg: 0.99 0.97 0.99 2/64 7136
/proc/meminfo: memFree=1647920/2055920 swapFree=4181424/4192956
[pid=7136] ppid=7134 vsize=6364 CPUtime=50.01
/proc/7136/stat : 7136 (minisat+) R 7134 7136 7090 0 -1 4194304 1464 0 0 0 4999 2 0 0 25 0 1 0 206783427 6516736 1449 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134581436 0 0 4096 16386 0 0 0 17 1 0 0
/proc/7136/statm: 1591 1449 102 215 0 1373 0
Current children cumulated CPU time (s) 50.01
Current children cumulated vsize (Kb) 6364

[startup+60.0338 s]
/proc/loadavg: 0.99 0.97 0.99 2/64 7136
/proc/meminfo: memFree=1647728/2055920 swapFree=4181424/4192956
[pid=7136] ppid=7134 vsize=6496 CPUtime=60.01
/proc/7136/stat : 7136 (minisat+) R 7134 7136 7090 0 -1 4194304 1506 0 0 0 5999 2 0 0 25 0 1 0 206783427 6651904 1491 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580962 0 0 4096 16386 0 0 0 17 1 0 0
/proc/7136/statm: 1624 1491 102 215 0 1406 0
Current children cumulated CPU time (s) 60.01
Current children cumulated vsize (Kb) 6496

[startup+70.0402 s]
/proc/loadavg: 0.99 0.97 0.99 2/64 7136
/proc/meminfo: memFree=1647472/2055920 swapFree=4181424/4192956
[pid=7136] ppid=7134 vsize=6760 CPUtime=70.01
/proc/7136/stat : 7136 (minisat+) R 7134 7136 7090 0 -1 4194304 1566 0 0 0 6999 2 0 0 25 0 1 0 206783427 6922240 1551 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580916 0 0 4096 16386 0 0 0 17 1 0 0
/proc/7136/statm: 1690 1551 102 215 0 1472 0
Current children cumulated CPU time (s) 70.01
Current children cumulated vsize (Kb) 6760

[startup+80.0465 s]
/proc/loadavg: 0.99 0.97 0.99 2/64 7136
/proc/meminfo: memFree=1647088/2055920 swapFree=4181424/4192956
[pid=7136] ppid=7134 vsize=7152 CPUtime=80.02
/proc/7136/stat : 7136 (minisat+) R 7134 7136 7090 0 -1 4194304 1662 0 0 0 8000 2 0 0 25 0 1 0 206783427 7323648 1647 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580759 0 0 4096 16386 0 0 0 17 1 0 0
/proc/7136/statm: 1788 1647 102 215 0 1570 0
Current children cumulated CPU time (s) 80.02
Current children cumulated vsize (Kb) 7152

[startup+90.0529 s]
/proc/loadavg: 0.99 0.97 0.99 2/64 7136
/proc/meminfo: memFree=1646896/2055920 swapFree=4181424/4192956
[pid=7136] ppid=7134 vsize=7416 CPUtime=90.02
/proc/7136/stat : 7136 (minisat+) R 7134 7136 7090 0 -1 4194304 1718 0 0 0 9000 2 0 0 25 0 1 0 206783427 7593984 1703 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134581049 0 0 4096 16386 0 0 0 17 1 0 0
/proc/7136/statm: 1854 1703 102 215 0 1636 0
Current children cumulated CPU time (s) 90.02
Current children cumulated vsize (Kb) 7416

[startup+100.059 s]
/proc/loadavg: 0.99 0.97 0.99 2/64 7136
/proc/meminfo: memFree=1646704/2055920 swapFree=4181424/4192956
[pid=7136] ppid=7134 vsize=7548 CPUtime=100.02
/proc/7136/stat : 7136 (minisat+) R 7134 7136 7090 0 -1 4194304 1758 0 0 0 10000 2 0 0 25 0 1 0 206783427 7729152 1743 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134577449 0 0 4096 16386 0 0 0 17 1 0 0
/proc/7136/statm: 1887 1743 102 215 0 1669 0
Current children cumulated CPU time (s) 100.02
Current children cumulated vsize (Kb) 7548

[startup+110.067 s]
/proc/loadavg: 0.99 0.97 0.99 2/64 7136
/proc/meminfo: memFree=1646640/2055920 swapFree=4181424/4192956
[pid=7136] ppid=7134 vsize=7548 CPUtime=110.02
/proc/7136/stat : 7136 (minisat+) R 7134 7136 7090 0 -1 4194304 1774 0 0 0 11000 2 0 0 25 0 1 0 206783427 7729152 1759 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134576399 0 0 4096 16386 0 0 0 17 1 0 0
/proc/7136/statm: 1887 1759 102 215 0 1669 0
Current children cumulated CPU time (s) 110.02
Current children cumulated vsize (Kb) 7548

[startup+120.073 s]
/proc/loadavg: 0.99 0.97 0.99 2/64 7136
/proc/meminfo: memFree=1646192/2055920 swapFree=4181424/4192956
[pid=7136] ppid=7134 vsize=8084 CPUtime=120.02
/proc/7136/stat : 7136 (minisat+) R 7134 7136 7090 0 -1 4194304 1876 0 0 0 12000 2 0 0 25 0 1 0 206783427 8278016 1861 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134581434 0 0 4096 16386 0 0 0 17 1 0 0
/proc/7136/statm: 2021 1861 102 215 0 1803 0
Current children cumulated CPU time (s) 120.02
Current children cumulated vsize (Kb) 8084

[startup+130.079 s]
/proc/loadavg: 0.99 0.97 0.99 2/64 7136
/proc/meminfo: memFree=1646064/2055920 swapFree=4181424/4192956
[pid=7136] ppid=7134 vsize=8216 CPUtime=130.03
/proc/7136/stat : 7136 (minisat+) R 7134 7136 7090 0 -1 4194304 1913 0 0 0 13001 2 0 0 25 0 1 0 206783427 8413184 1898 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134573950 0 0 4096 16386 0 0 0 17 1 0 0
/proc/7136/statm: 2054 1898 102 215 0 1836 0
Current children cumulated CPU time (s) 130.03
Current children cumulated vsize (Kb) 8216

[startup+140.086 s]
/proc/loadavg: 0.99 0.97 0.99 2/64 7136
/proc/meminfo: memFree=1646000/2055920 swapFree=4181424/4192956
[pid=7136] ppid=7134 vsize=8216 CPUtime=140.03
/proc/7136/stat : 7136 (minisat+) R 7134 7136 7090 0 -1 4194304 1931 0 0 0 14001 2 0 0 25 0 1 0 206783427 8413184 1916 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134581028 0 0 4096 16386 0 0 0 17 1 0 0
/proc/7136/statm: 2054 1916 102 215 0 1836 0
Current children cumulated CPU time (s) 140.03
Current children cumulated vsize (Kb) 8216

[startup+150.092 s]
/proc/loadavg: 0.99 0.97 0.99 2/64 7136
/proc/meminfo: memFree=1645872/2055920 swapFree=4181424/4192956
[pid=7136] ppid=7134 vsize=8348 CPUtime=150.03
/proc/7136/stat : 7136 (minisat+) R 7134 7136 7090 0 -1 4194304 1969 0 0 0 15001 2 0 0 25 0 1 0 206783427 8548352 1954 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134573384 0 0 4096 16386 0 0 0 17 1 0 0
/proc/7136/statm: 2087 1954 102 215 0 1869 0
Current children cumulated CPU time (s) 150.03
Current children cumulated vsize (Kb) 8348

[startup+160.098 s]
/proc/loadavg: 0.99 0.97 0.99 2/64 7136
/proc/meminfo: memFree=1645744/2055920 swapFree=4181424/4192956
[pid=7136] ppid=7134 vsize=8480 CPUtime=160.04
/proc/7136/stat : 7136 (minisat+) R 7134 7136 7090 0 -1 4194304 1993 0 0 0 16002 2 0 0 25 0 1 0 206783427 8683520 1978 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580973 0 0 4096 16386 0 0 0 17 1 0 0
/proc/7136/statm: 2120 1978 102 215 0 1902 0
Current children cumulated CPU time (s) 160.04
Current children cumulated vsize (Kb) 8480

[startup+170.105 s]
/proc/loadavg: 0.99 0.97 0.99 2/64 7136
/proc/meminfo: memFree=1645616/2055920 swapFree=4181424/4192956
[pid=7136] ppid=7134 vsize=8616 CPUtime=170.04
/proc/7136/stat : 7136 (minisat+) R 7134 7136 7090 0 -1 4194304 2017 0 0 0 17002 2 0 0 25 0 1 0 206783427 8822784 2002 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580759 0 0 4096 16386 0 0 0 17 1 0 0
/proc/7136/statm: 2154 2002 102 215 0 1936 0
Current children cumulated CPU time (s) 170.04
Current children cumulated vsize (Kb) 8616

[startup+180.111 s]
/proc/loadavg: 0.99 0.97 0.99 2/64 7136
/proc/meminfo: memFree=1645360/2055920 swapFree=4181424/4192956
[pid=7136] ppid=7134 vsize=8880 CPUtime=180.04
/proc/7136/stat : 7136 (minisat+) R 7134 7136 7090 0 -1 4194304 2092 0 0 0 18002 2 0 0 25 0 1 0 206783427 9093120 2077 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580759 0 0 4096 16386 0 0 0 17 1 0 0
/proc/7136/statm: 2220 2077 102 215 0 2002 0
Current children cumulated CPU time (s) 180.04
Current children cumulated vsize (Kb) 8880

[startup+190.118 s]
/proc/loadavg: 0.99 0.97 0.99 2/64 7136
/proc/meminfo: memFree=1645040/2055920 swapFree=4181424/4192956
[pid=7136] ppid=7134 vsize=9144 CPUtime=190.05
/proc/7136/stat : 7136 (minisat+) R 7134 7136 7090 0 -1 4194304 2158 0 0 0 19003 2 0 0 25 0 1 0 206783427 9363456 2143 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134581491 0 0 4096 16386 0 0 0 17 1 0 0
/proc/7136/statm: 2286 2143 102 215 0 2068 0
Current children cumulated CPU time (s) 190.05
Current children cumulated vsize (Kb) 9144

[startup+200.124 s]
/proc/loadavg: 0.99 0.97 0.99 2/64 7136
/proc/meminfo: memFree=1645040/2055920 swapFree=4181424/4192956
[pid=7136] ppid=7134 vsize=9144 CPUtime=200.06
/proc/7136/stat : 7136 (minisat+) R 7134 7136 7090 0 -1 4194304 2161 0 0 0 20003 3 0 0 25 0 1 0 206783427 9363456 2146 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134578470 0 0 4096 16386 0 0 0 17 1 0 0
/proc/7136/statm: 2286 2146 102 215 0 2068 0
Current children cumulated CPU time (s) 200.06
Current children cumulated vsize (Kb) 9144

[startup+210.13 s]
/proc/loadavg: 0.99 0.97 0.99 2/64 7136
/proc/meminfo: memFree=1644976/2055920 swapFree=4181424/4192956

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

[pid=7136] ppid=7134 vsize=19196 CPUtime=1781.54
/proc/7136/stat : 7136 (minisat+) R 7134 7136 7090 0 -1 4194304 4603 0 0 0 178143 11 0 0 25 0 1 0 206783427 19656704 4588 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580921 0 0 4096 16386 0 0 0 17 1 0 0
/proc/7136/statm: 4799 4588 102 215 0 4581 0
Current children cumulated CPU time (s) 1781.54
Current children cumulated vsize (Kb) 19196

[startup+1783.13 s]
/proc/loadavg: 1.00 0.99 0.99 2/64 7331
/proc/meminfo: memFree=1634928/2055920 swapFree=4181424/4192956
[pid=7136] ppid=7134 vsize=19196 CPUtime=1782.54
/proc/7136/stat : 7136 (minisat+) R 7134 7136 7090 0 -1 4194304 4607 0 0 0 178243 11 0 0 25 0 1 0 206783427 19656704 4592 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580759 0 0 4096 16386 0 0 0 17 1 0 0
/proc/7136/statm: 4799 4592 102 215 0 4581 0
Current children cumulated CPU time (s) 1782.54
Current children cumulated vsize (Kb) 19196

[startup+1784.14 s]
/proc/loadavg: 1.00 0.99 0.99 2/64 7331
/proc/meminfo: memFree=1634864/2055920 swapFree=4181424/4192956
[pid=7136] ppid=7134 vsize=19196 CPUtime=1783.54
/proc/7136/stat : 7136 (minisat+) R 7134 7136 7090 0 -1 4194304 4615 0 0 0 178343 11 0 0 25 0 1 0 206783427 19656704 4600 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134581028 0 0 4096 16386 0 0 0 17 1 0 0
/proc/7136/statm: 4799 4600 102 215 0 4581 0
Current children cumulated CPU time (s) 1783.54
Current children cumulated vsize (Kb) 19196

[startup+1785.14 s]
/proc/loadavg: 1.00 0.99 0.99 2/64 7331
/proc/meminfo: memFree=1634864/2055920 swapFree=4181424/4192956
[pid=7136] ppid=7134 vsize=19196 CPUtime=1784.55
/proc/7136/stat : 7136 (minisat+) R 7134 7136 7090 0 -1 4194304 4615 0 0 0 178444 11 0 0 25 0 1 0 206783427 19656704 4600 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580856 0 0 4096 16386 0 0 0 17 1 0 0
/proc/7136/statm: 4799 4600 102 215 0 4581 0
Current children cumulated CPU time (s) 1784.55
Current children cumulated vsize (Kb) 19196

[startup+1786.15 s]
/proc/loadavg: 1.00 0.99 0.99 2/64 7331
/proc/meminfo: memFree=1634864/2055920 swapFree=4181424/4192956
[pid=7136] ppid=7134 vsize=19196 CPUtime=1785.55
/proc/7136/stat : 7136 (minisat+) R 7134 7136 7090 0 -1 4194304 4615 0 0 0 178544 11 0 0 25 0 1 0 206783427 19656704 4600 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580759 0 0 4096 16386 0 0 0 17 1 0 0
/proc/7136/statm: 4799 4600 102 215 0 4581 0
Current children cumulated CPU time (s) 1785.55
Current children cumulated vsize (Kb) 19196

[startup+1787.15 s]
/proc/loadavg: 1.00 0.99 0.99 2/64 7331
/proc/meminfo: memFree=1634864/2055920 swapFree=4181424/4192956
[pid=7136] ppid=7134 vsize=19196 CPUtime=1786.56
/proc/7136/stat : 7136 (minisat+) R 7134 7136 7090 0 -1 4194304 4620 0 0 0 178645 11 0 0 25 0 1 0 206783427 19656704 4605 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134581028 0 0 4096 16386 0 0 0 17 1 0 0
/proc/7136/statm: 4799 4605 102 215 0 4581 0
Current children cumulated CPU time (s) 1786.56
Current children cumulated vsize (Kb) 19196

[startup+1788.16 s]
/proc/loadavg: 1.00 0.99 0.99 2/64 7331
/proc/meminfo: memFree=1634864/2055920 swapFree=4181424/4192956
[pid=7136] ppid=7134 vsize=19196 CPUtime=1787.56
/proc/7136/stat : 7136 (minisat+) R 7134 7136 7090 0 -1 4194304 4620 0 0 0 178745 11 0 0 25 0 1 0 206783427 19656704 4605 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580759 0 0 4096 16386 0 0 0 17 1 0 0
/proc/7136/statm: 4799 4605 102 215 0 4581 0
Current children cumulated CPU time (s) 1787.56
Current children cumulated vsize (Kb) 19196

[startup+1789.16 s]
/proc/loadavg: 1.00 0.99 0.99 2/64 7331
/proc/meminfo: memFree=1634864/2055920 swapFree=4181424/4192956
[pid=7136] ppid=7134 vsize=19196 CPUtime=1788.57
/proc/7136/stat : 7136 (minisat+) R 7134 7136 7090 0 -1 4194304 4620 0 0 0 178846 11 0 0 25 0 1 0 206783427 19656704 4605 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134576758 0 0 4096 16386 0 0 0 17 1 0 0
/proc/7136/statm: 4799 4605 102 215 0 4581 0
Current children cumulated CPU time (s) 1788.57
Current children cumulated vsize (Kb) 19196

[startup+1790.17 s]
/proc/loadavg: 1.00 0.99 0.99 2/64 7331
/proc/meminfo: memFree=1634864/2055920 swapFree=4181424/4192956
[pid=7136] ppid=7134 vsize=19196 CPUtime=1789.57
/proc/7136/stat : 7136 (minisat+) R 7134 7136 7090 0 -1 4194304 4620 0 0 0 178946 11 0 0 25 0 1 0 206783427 19656704 4605 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580759 0 0 4096 16386 0 0 0 17 1 0 0
/proc/7136/statm: 4799 4605 102 215 0 4581 0
Current children cumulated CPU time (s) 1789.57
Current children cumulated vsize (Kb) 19196

[startup+1791.17 s]
/proc/loadavg: 1.00 0.99 0.99 2/64 7331
/proc/meminfo: memFree=1634864/2055920 swapFree=4181424/4192956
[pid=7136] ppid=7134 vsize=19196 CPUtime=1790.58
/proc/7136/stat : 7136 (minisat+) R 7134 7136 7090 0 -1 4194304 4620 0 0 0 179047 11 0 0 25 0 1 0 206783427 19656704 4605 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134581028 0 0 4096 16386 0 0 0 17 1 0 0
/proc/7136/statm: 4799 4605 102 215 0 4581 0
Current children cumulated CPU time (s) 1790.58
Current children cumulated vsize (Kb) 19196

[startup+1792.18 s]
/proc/loadavg: 1.00 0.99 0.99 2/64 7331
/proc/meminfo: memFree=1634864/2055920 swapFree=4181424/4192956
[pid=7136] ppid=7134 vsize=19196 CPUtime=1791.58
/proc/7136/stat : 7136 (minisat+) R 7134 7136 7090 0 -1 4194304 4620 0 0 0 179147 11 0 0 25 0 1 0 206783427 19656704 4605 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134578111 0 0 4096 16386 0 0 0 17 1 0 0
/proc/7136/statm: 4799 4605 102 215 0 4581 0
Current children cumulated CPU time (s) 1791.58
Current children cumulated vsize (Kb) 19196

[startup+1793.18 s]
/proc/loadavg: 1.00 0.99 0.99 2/64 7331
/proc/meminfo: memFree=1634864/2055920 swapFree=4181424/4192956
[pid=7136] ppid=7134 vsize=19196 CPUtime=1792.59
/proc/7136/stat : 7136 (minisat+) R 7134 7136 7090 0 -1 4194304 4620 0 0 0 179248 11 0 0 25 0 1 0 206783427 19656704 4605 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580732 0 0 4096 16386 0 0 0 17 1 0 0
/proc/7136/statm: 4799 4605 102 215 0 4581 0
Current children cumulated CPU time (s) 1792.59
Current children cumulated vsize (Kb) 19196

[startup+1794.19 s]
/proc/loadavg: 1.00 0.99 0.99 2/64 7331
/proc/meminfo: memFree=1634864/2055920 swapFree=4181424/4192956
[pid=7136] ppid=7134 vsize=19196 CPUtime=1793.59
/proc/7136/stat : 7136 (minisat+) R 7134 7136 7090 0 -1 4194304 4620 0 0 0 179348 11 0 0 25 0 1 0 206783427 19656704 4605 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134581022 0 0 4096 16386 0 0 0 17 1 0 0
/proc/7136/statm: 4799 4605 102 215 0 4581 0
Current children cumulated CPU time (s) 1793.59
Current children cumulated vsize (Kb) 19196

[startup+1795.19 s]
/proc/loadavg: 1.00 0.99 0.99 2/64 7331
/proc/meminfo: memFree=1634864/2055920 swapFree=4181424/4192956
[pid=7136] ppid=7134 vsize=19196 CPUtime=1794.6
/proc/7136/stat : 7136 (minisat+) R 7134 7136 7090 0 -1 4194304 4627 0 0 0 179449 11 0 0 25 0 1 0 206783427 19656704 4612 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580759 0 0 4096 16386 0 0 0 17 1 0 0
/proc/7136/statm: 4799 4612 102 215 0 4581 0
Current children cumulated CPU time (s) 1794.6
Current children cumulated vsize (Kb) 19196

[startup+1796.2 s]
/proc/loadavg: 1.00 0.99 0.99 2/64 7331
/proc/meminfo: memFree=1634864/2055920 swapFree=4181424/4192956
[pid=7136] ppid=7134 vsize=19196 CPUtime=1795.6
/proc/7136/stat : 7136 (minisat+) R 7134 7136 7090 0 -1 4194304 4628 0 0 0 179549 11 0 0 25 0 1 0 206783427 19656704 4613 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580965 0 0 4096 16386 0 0 0 17 1 0 0
/proc/7136/statm: 4799 4613 102 215 0 4581 0
Current children cumulated CPU time (s) 1795.6
Current children cumulated vsize (Kb) 19196

[startup+1797.2 s]
/proc/loadavg: 1.00 0.99 0.99 2/64 7331
/proc/meminfo: memFree=1634864/2055920 swapFree=4181424/4192956
[pid=7136] ppid=7134 vsize=19196 CPUtime=1796.6
/proc/7136/stat : 7136 (minisat+) R 7134 7136 7090 0 -1 4194304 4628 0 0 0 179649 11 0 0 25 0 1 0 206783427 19656704 4613 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580759 0 0 4096 16386 0 0 0 17 1 0 0
/proc/7136/statm: 4799 4613 102 215 0 4581 0
Current children cumulated CPU time (s) 1796.6
Current children cumulated vsize (Kb) 19196

[startup+1798.21 s]
/proc/loadavg: 1.00 0.99 0.99 2/64 7331
/proc/meminfo: memFree=1634864/2055920 swapFree=4181424/4192956
[pid=7136] ppid=7134 vsize=19196 CPUtime=1797.61
/proc/7136/stat : 7136 (minisat+) R 7134 7136 7090 0 -1 4194304 4628 0 0 0 179750 11 0 0 25 0 1 0 206783427 19656704 4613 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580732 0 0 4096 16386 0 0 0 17 1 0 0
/proc/7136/statm: 4799 4613 102 215 0 4581 0
Current children cumulated CPU time (s) 1797.61
Current children cumulated vsize (Kb) 19196

[startup+1799.21 s]
/proc/loadavg: 1.00 0.99 0.99 2/64 7331
/proc/meminfo: memFree=1634864/2055920 swapFree=4181424/4192956
[pid=7136] ppid=7134 vsize=19196 CPUtime=1798.61
/proc/7136/stat : 7136 (minisat+) R 7134 7136 7090 0 -1 4194304 4628 0 0 0 179850 11 0 0 25 0 1 0 206783427 19656704 4613 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580759 0 0 4096 16386 0 0 0 17 1 0 0
/proc/7136/statm: 4799 4613 102 215 0 4581 0
Current children cumulated CPU time (s) 1798.61
Current children cumulated vsize (Kb) 19196

[startup+1800.22 s]
/proc/loadavg: 1.00 0.99 0.99 2/64 7331
/proc/meminfo: memFree=1634864/2055920 swapFree=4181424/4192956
[pid=7136] ppid=7134 vsize=19196 CPUtime=1799.62
/proc/7136/stat : 7136 (minisat+) R 7134 7136 7090 0 -1 4194304 4628 0 0 0 179951 11 0 0 25 0 1 0 206783427 19656704 4613 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580856 0 0 4096 16386 0 0 0 17 1 0 0
/proc/7136/statm: 4799 4613 102 215 0 4581 0
Current children cumulated CPU time (s) 1799.62
Current children cumulated vsize (Kb) 19196

[startup+1801.22 s]
/proc/loadavg: 1.00 0.99 0.99 2/64 7331
/proc/meminfo: memFree=1634864/2055920 swapFree=4181424/4192956
[pid=7136] ppid=7134 vsize=19196 CPUtime=1800.62
/proc/7136/stat : 7136 (minisat+) R 7134 7136 7090 0 -1 4194304 4628 0 0 0 180051 11 0 0 25 0 1 0 206783427 19656704 4613 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134576813 0 0 4096 16386 0 0 0 17 1 0 0
/proc/7136/statm: 4799 4613 102 215 0 4581 0
Current children cumulated CPU time (s) 1800.62
Current children cumulated vsize (Kb) 19196



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1801.23 s]
/proc/loadavg: 1.00 0.99 0.99 2/64 7331
/proc/meminfo: memFree=1634864/2055920 swapFree=4181424/4192956
[pid=7136] ppid=7134 vsize=19196 CPUtime=1800.63
/proc/7136/stat : 7136 (minisat+) R 7134 7136 7090 0 -1 4194304 4628 0 0 0 180052 11 0 0 25 0 1 0 206783427 19656704 4613 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580759 0 0 4096 16386 0 0 0 17 1 0 0
/proc/7136/statm: 4799 4613 102 215 0 4581 0
Current children cumulated CPU time (s) 1800.63
Current children cumulated vsize (Kb) 19196

Sending SIGTERM to -7136
Sleeping 2 seconds

Child status: 0
Real time (s): 1801.24
CPU time (s): 1800.64
CPU user time (s): 1800.52
CPU system time (s): 0.117982
CPU usage (%): 99.9669
Max. virtual memory (cumulated for all children) (Kb): 19196

Launcher Data (download as text)

Begin job on node10 on Sun Jun  4 08:53:30 UTC 2006


FILE ID= 35443-1149411210

PBS_JOBID= 314807

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

MD5SUM SOLVER= 490d1d4b9bbf010afe7f0af63a5a62db
MD5SUM BENCH=  8fb889bdb08324a2b9780b5ff988846e

RANDOM SEED= 558212433


/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.236
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.236
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:       1653488 kB
Buffers:         22928 kB
Cached:         303500 kB
SwapCached:       3236 kB
Active:          41396 kB
Inactive:       293780 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1653488 kB
SwapTotal:     4192956 kB
SwapFree:      4181424 kB
Dirty:             160 kB
Writeback:           0 kB
Mapped:          14932 kB
Slab:            53272 kB
Committed_AS:   416068 kB
PageTables:       1412 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB


End job on node10 on Sun Jun  4 09:23:32 UTC 2006