Trace number 46111

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 NameAnswerCPU timeWall clock time
minisat+ 1.14? (TO) 1800.6 1801.17

General information on the benchmark

Namenormalized-PB06/SATUNSAT-SMALLINT/submitted-PB06/
roussel/normalized-pigeon-clauses-21-20.opb
MD5SUMbaaece72b2eab05d33afe010e43c4897
Bench CategorySATUNSAT-SMALLINT (no 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 FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables420
Total number of constraints4221
Number of constraints which are clauses4221
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 constraint20
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 21
Number of bits of the biggest sum of numbers5
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.11	c Converting 4221 PB-constraints to clauses...
0.11	c   -- Unit propagations: (none)
0.11	c   -- Detecting intervals from adjacent constraints: (none)
0.11	c   -- Clauses(.)/Splits(s): .............................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................
0.12	c ==================================[MINISAT+]==================================
0.12	c | Conflicts | Original         | Learnt                           | Progress |
0.12	c |           | Clauses Literals |     Max Clauses Literals     LPC |          |
0.12	c ==============================================================================
0.12	c |         0 |    4221     8820 |    1407       0        0     nan |  0.000 % |
0.13	c |       100 |    4221     8820 |    1547     100     6257    62.6 |  0.001 % |
0.13	c |       257 |    4221     8820 |    1702     257    18360    71.4 |  0.001 % |
0.14	c |       484 |    4221     8820 |    1872     484    36043    74.5 |  0.001 % |
0.16	c |       823 |    4221     8820 |    2059     823    63255    76.9 |  0.001 % |
0.20	c |      1329 |    4221     8820 |    2265    1329   121406    91.4 |  0.001 % |
0.25	c |      2090 |    4221     8820 |    2492    2090   191276    91.5 |  0.001 % |
0.36	c |      3239 |    4221     8820 |    2741    1817   214614   118.1 |  0.001 % |
0.51	c |      4947 |    4221     8820 |    3016    1965   206734   105.2 |  0.001 % |
0.75	c |      7510 |    4221     8820 |    3317    2835   314472   110.9 |  0.001 % |
1.16	c |     11354 |    4221     8820 |    3649    3011   371356   123.3 |  0.001 % |
1.76	c |     17120 |    4221     8820 |    4014    2776   289328   104.2 |  0.001 % |
2.81	c |     25771 |    4221     8820 |    4415    2713   298605   110.1 |  0.001 % |
4.41	c |     38745 |    4221     8820 |    4857    3771   403967   107.1 |  0.001 % |
7.20	c |     58210 |    4221     8820 |    5343    4987   704367   141.2 |  0.001 % |
11.10	c |     87402 |    4221     8820 |    5877    3049   267702    87.8 |  0.001 % |
17.60	c |    131193 |    4221     8820 |    6465    3183   333587   104.8 |  0.001 % |
27.40	c |    196877 |    4221     8820 |    7111    4224   430775   102.0 |  0.001 % |
42.96	c |    295405 |    4221     8820 |    7822    5824   645444   110.8 |  0.001 % |
65.50	c |    443196 |    4221     8820 |    8605    4356   477974   109.7 |  0.001 % |
106.79	c |    664880 |    4221     8820 |    9465    6428   944631   147.0 |  0.001 % |
166.94	c |    997405 |    4221     8820 |   10412    8192  1100279   134.3 |  0.001 % |
280.76	c |   1496194 |    4221     8820 |   11453    8547  1138936   133.3 |  0.001 % |
485.05	c |   2244377 |    4221     8820 |   12598   11024  1648617   149.5 |  0.001 % |
833.37	c |   3366651 |    4221     8820 |   13858   11951  1430469   119.7 |  0.001 % |
1355.21	c |   5050062 |    4221     8820 |   15244   12438  2411205   193.9 |  0.001 % |
1801.16	c 
1801.16	c *** TERMINATED ***
1801.16	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

runsolver version 3.0.3 (c) roussel@cril.univ-artois.fr

Enforcing memory limit (will send SIGKILL): 1843200 Kb
Enforcing VSIZE limit: 1887436800 bytes
command line: runsolver --timestamp -w ROOT/results/node26/watcher-46111-1154061319 -o ROOT/results/node26/solver-46111-1154061319 -C 1800 -M 1800 -S 64 ROOT/solvers/PB/PB06final/user7/minisat+ ROOT/tmp/node26/46111-1154061319/instance-46111-1154061319.opb 

Current StackSize limit: 67108864 bytes

/proc/loadavg: 0.91 0.97 0.99 2/64 23143
/proc/meminfo: memFree=1332880/2055920 swapFree=4177816/4192956
[pid=23143] ppid=23141 vsize=1048 CPUtime=0
/proc/23143/stat : 23143 (minisat+) R 23141 23143 23094 0 -1 4194304 114 0 0 0 0 0 0 0 19 0 1 0 152991941 1073152 98 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 135007481 0 0 4096 16386 0 0 0 17 1 0 0
/proc/23143/statm: 262 98 74 215 0 44 0

[startup+10.0018 s]
/proc/loadavg: 0.93 0.97 0.99 2/64 23143
/proc/meminfo: memFree=1327504/2055920 swapFree=4177816/4192956
[pid=23143] ppid=23141 vsize=6344 CPUtime=9.98
/proc/23143/stat : 23143 (minisat+) R 23141 23143 23094 0 -1 4194304 1461 0 0 0 998 0 0 0 25 0 1 0 152991941 6496256 1445 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134583956 0 0 4096 16386 0 0 0 17 1 0 0
/proc/23143/statm: 1586 1445 103 215 0 1368 0
Current children cumulated CPU time (s) 9.98
Current children cumulated vsize (Kb) 6344

[startup+20.0077 s]
/proc/loadavg: 0.94 0.97 0.99 2/64 23143
/proc/meminfo: memFree=1326672/2055920 swapFree=4177816/4192956
[pid=23143] ppid=23141 vsize=7144 CPUtime=20
/proc/23143/stat : 23143 (minisat+) R 23141 23143 23094 0 -1 4194304 1678 0 0 0 1999 1 0 0 25 0 1 0 152991941 7315456 1662 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134576760 0 0 4096 16386 0 0 0 17 1 0 0
/proc/23143/statm: 1786 1662 103 215 0 1568 0
Current children cumulated CPU time (s) 20
Current children cumulated vsize (Kb) 7144

[startup+30.0137 s]
/proc/loadavg: 0.95 0.97 0.99 2/64 23143
/proc/meminfo: memFree=1325968/2055920 swapFree=4177816/4192956
[pid=23143] ppid=23141 vsize=7968 CPUtime=30
/proc/23143/stat : 23143 (minisat+) R 23141 23143 23094 0 -1 4194304 1856 0 0 0 2999 1 0 0 25 0 1 0 152991941 8159232 1840 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134581415 0 0 4096 16386 0 0 0 17 1 0 0
/proc/23143/statm: 1992 1840 103 215 0 1774 0
Current children cumulated CPU time (s) 30
Current children cumulated vsize (Kb) 7968

[startup+40.0197 s]
/proc/loadavg: 0.95 0.97 0.99 2/64 23143
/proc/meminfo: memFree=1325456/2055920 swapFree=4177816/4192956
[pid=23143] ppid=23141 vsize=8512 CPUtime=40
/proc/23143/stat : 23143 (minisat+) R 23141 23143 23094 0 -1 4194304 2002 0 0 0 3999 1 0 0 25 0 1 0 152991941 8716288 1986 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580759 0 0 4096 16386 0 0 0 17 1 0 0
/proc/23143/statm: 2128 1986 103 215 0 1910 0
Current children cumulated CPU time (s) 40
Current children cumulated vsize (Kb) 8512

[startup+50.0267 s]
/proc/loadavg: 0.96 0.97 0.99 2/64 23143
/proc/meminfo: memFree=1324496/2055920 swapFree=4177816/4192956
[pid=23143] ppid=23141 vsize=9476 CPUtime=50
/proc/23143/stat : 23143 (minisat+) R 23141 23143 23094 0 -1 4194304 2233 0 0 0 4999 1 0 0 25 0 1 0 152991941 9703424 2217 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580999 0 0 4096 16386 0 0 0 17 1 0 0
/proc/23143/statm: 2369 2217 103 215 0 2151 0
Current children cumulated CPU time (s) 50
Current children cumulated vsize (Kb) 9476

[startup+60.0317 s]
/proc/loadavg: 0.97 0.97 0.99 2/64 23143
/proc/meminfo: memFree=1324176/2055920 swapFree=4177816/4192956
[pid=23143] ppid=23141 vsize=9760 CPUtime=60.01
/proc/23143/stat : 23143 (minisat+) R 23141 23143 23094 0 -1 4194304 2311 0 0 0 6000 1 0 0 25 0 1 0 152991941 9994240 2295 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580973 0 0 4096 16386 0 0 0 17 1 0 0
/proc/23143/statm: 2440 2295 103 215 0 2222 0
Current children cumulated CPU time (s) 60.01
Current children cumulated vsize (Kb) 9760

[startup+70.0377 s]
/proc/loadavg: 0.97 0.97 0.99 2/64 23143
/proc/meminfo: memFree=1323600/2055920 swapFree=4177816/4192956
[pid=23143] ppid=23141 vsize=10288 CPUtime=70.01
/proc/23143/stat : 23143 (minisat+) R 23141 23143 23094 0 -1 4194304 2459 0 0 0 7000 1 0 0 25 0 1 0 152991941 10534912 2443 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134576660 0 0 4096 16386 0 0 0 17 1 0 0
/proc/23143/statm: 2572 2443 103 215 0 2354 0
Current children cumulated CPU time (s) 70.01
Current children cumulated vsize (Kb) 10288

[startup+80.0437 s]
/proc/loadavg: 0.98 0.97 0.99 2/64 23143
/proc/meminfo: memFree=1322576/2055920 swapFree=4177816/4192956
[pid=23143] ppid=23141 vsize=11496 CPUtime=80.01
/proc/23143/stat : 23143 (minisat+) R 23141 23143 23094 0 -1 4194304 2735 0 0 0 8000 1 0 0 25 0 1 0 152991941 11771904 2719 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134576808 0 0 4096 16386 0 0 0 17 1 0 0
/proc/23143/statm: 2874 2719 103 215 0 2656 0
Current children cumulated CPU time (s) 80.01
Current children cumulated vsize (Kb) 11496

[startup+90.0497 s]
/proc/loadavg: 0.98 0.97 0.99 2/64 23143
/proc/meminfo: memFree=1322576/2055920 swapFree=4177816/4192956
[pid=23143] ppid=23141 vsize=11496 CPUtime=90.01
/proc/23143/stat : 23143 (minisat+) R 23141 23143 23094 0 -1 4194304 2736 0 0 0 9000 1 0 0 25 0 1 0 152991941 11771904 2720 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134573851 0 0 4096 16386 0 0 0 17 1 0 0
/proc/23143/statm: 2874 2720 103 215 0 2656 0
Current children cumulated CPU time (s) 90.01
Current children cumulated vsize (Kb) 11496

[startup+100.056 s]
/proc/loadavg: 0.98 0.97 0.99 2/64 23143
/proc/meminfo: memFree=1322320/2055920 swapFree=4177816/4192956
[pid=23143] ppid=23141 vsize=11628 CPUtime=100.02
/proc/23143/stat : 23143 (minisat+) R 23141 23143 23094 0 -1 4194304 2789 0 0 0 10001 1 0 0 25 0 1 0 152991941 11907072 2773 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134581469 0 0 4096 16386 0 0 0 17 1 0 0
/proc/23143/statm: 2907 2773 103 215 0 2689 0
Current children cumulated CPU time (s) 100.02
Current children cumulated vsize (Kb) 11628

[startup+110.062 s]
/proc/loadavg: 0.98 0.97 0.99 2/64 23143
/proc/meminfo: memFree=1321872/2055920 swapFree=4177816/4192956
[pid=23143] ppid=23141 vsize=12044 CPUtime=110.02
/proc/23143/stat : 23143 (minisat+) R 23141 23143 23094 0 -1 4194304 2898 0 0 0 11001 1 0 0 25 0 1 0 152991941 12333056 2882 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134581451 0 0 4096 16386 0 0 0 17 1 0 0
/proc/23143/statm: 3011 2882 103 215 0 2793 0
Current children cumulated CPU time (s) 110.02
Current children cumulated vsize (Kb) 12044

[startup+120.067 s]
/proc/loadavg: 0.99 0.97 0.99 2/64 23143
/proc/meminfo: memFree=1321552/2055920 swapFree=4177816/4192956
[pid=23143] ppid=23141 vsize=12464 CPUtime=120.02
/proc/23143/stat : 23143 (minisat+) R 23141 23143 23094 0 -1 4194304 2978 0 0 0 12001 1 0 0 25 0 1 0 152991941 12763136 2962 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580801 0 0 4096 16386 0 0 0 17 1 0 0
/proc/23143/statm: 3116 2962 103 215 0 2898 0
Current children cumulated CPU time (s) 120.02
Current children cumulated vsize (Kb) 12464

[startup+130.073 s]
/proc/loadavg: 0.99 0.97 0.99 2/64 23143
/proc/meminfo: memFree=1321296/2055920 swapFree=4177816/4192956
[pid=23143] ppid=23141 vsize=12732 CPUtime=130.03
/proc/23143/stat : 23143 (minisat+) R 23141 23143 23094 0 -1 4194304 3033 0 0 0 13001 2 0 0 25 0 1 0 152991941 13037568 3017 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580915 0 0 4096 16386 0 0 0 17 1 0 0
/proc/23143/statm: 3183 3017 103 215 0 2965 0
Current children cumulated CPU time (s) 130.03
Current children cumulated vsize (Kb) 12732

[startup+140.079 s]
/proc/loadavg: 0.99 0.97 0.99 2/64 23143
/proc/meminfo: memFree=1321104/2055920 swapFree=4177816/4192956
[pid=23143] ppid=23141 vsize=12864 CPUtime=140.04
/proc/23143/stat : 23143 (minisat+) R 23141 23143 23094 0 -1 4194304 3091 0 0 0 14002 2 0 0 25 0 1 0 152991941 13172736 3075 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580973 0 0 4096 16386 0 0 0 17 1 0 0
/proc/23143/statm: 3216 3075 103 215 0 2998 0
Current children cumulated CPU time (s) 140.04
Current children cumulated vsize (Kb) 12864

[startup+150.085 s]
/proc/loadavg: 0.99 0.97 0.99 2/64 23143
/proc/meminfo: memFree=1320656/2055920 swapFree=4177816/4192956
[pid=23143] ppid=23141 vsize=13428 CPUtime=150.04
/proc/23143/stat : 23143 (minisat+) R 23141 23143 23094 0 -1 4194304 3200 0 0 0 15002 2 0 0 25 0 1 0 152991941 13750272 3184 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134581295 0 0 4096 16386 0 0 0 17 1 0 0
/proc/23143/statm: 3357 3184 103 215 0 3139 0
Current children cumulated CPU time (s) 150.04
Current children cumulated vsize (Kb) 13428

[startup+160.091 s]
/proc/loadavg: 0.99 0.97 0.99 2/64 23143
/proc/meminfo: memFree=1320464/2055920 swapFree=4177816/4192956
[pid=23143] ppid=23141 vsize=13560 CPUtime=160.04
/proc/23143/stat : 23143 (minisat+) R 23141 23143 23094 0 -1 4194304 3238 0 0 0 16002 2 0 0 25 0 1 0 152991941 13885440 3222 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580941 0 0 4096 16386 0 0 0 17 1 0 0
/proc/23143/statm: 3390 3222 103 215 0 3172 0
Current children cumulated CPU time (s) 160.04
Current children cumulated vsize (Kb) 13560

[startup+170.097 s]
/proc/loadavg: 0.99 0.97 0.99 2/64 23143
/proc/meminfo: memFree=1318288/2055920 swapFree=4177816/4192956
[pid=23143] ppid=23141 vsize=15804 CPUtime=170.04
/proc/23143/stat : 23143 (minisat+) R 23141 23143 23094 0 -1 4194304 3791 0 0 0 17002 2 0 0 25 0 1 0 152991941 16183296 3775 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580941 0 0 4096 16386 0 0 0 17 1 0 0
/proc/23143/statm: 3951 3775 103 215 0 3733 0
Current children cumulated CPU time (s) 170.04
Current children cumulated vsize (Kb) 15804

[startup+180.103 s]
/proc/loadavg: 0.99 0.97 0.99 2/64 23143
/proc/meminfo: memFree=1316752/2055920 swapFree=4177816/4192956
[pid=23143] ppid=23141 vsize=17256 CPUtime=180.04
/proc/23143/stat : 23143 (minisat+) R 23141 23143 23094 0 -1 4194304 4172 0 0 0 18002 2 0 0 25 0 1 0 152991941 17670144 4156 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580759 0 0 4096 16386 0 0 0 17 1 0 0
/proc/23143/statm: 4314 4156 103 215 0 4096 0
Current children cumulated CPU time (s) 180.04
Current children cumulated vsize (Kb) 17256

[startup+190.109 s]
/proc/loadavg: 0.99 0.97 0.99 2/64 23143
/proc/meminfo: memFree=1316752/2055920 swapFree=4177816/4192956
[pid=23143] ppid=23141 vsize=17256 CPUtime=190.05
/proc/23143/stat : 23143 (minisat+) R 23141 23143 23094 0 -1 4194304 4172 0 0 0 19003 2 0 0 25 0 1 0 152991941 17670144 4156 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134581434 0 0 4096 16386 0 0 0 17 1 0 0
/proc/23143/statm: 4314 4156 103 215 0 4096 0
Current children cumulated CPU time (s) 190.05
Current children cumulated vsize (Kb) 17256

[startup+200.115 s]
/proc/loadavg: 0.99 0.97 0.99 2/64 23143
/proc/meminfo: memFree=1316752/2055920 swapFree=4177816/4192956
[pid=23143] ppid=23141 vsize=17256 CPUtime=200.05
/proc/23143/stat : 23143 (minisat+) R 23141 23143 23094 0 -1 4194304 4173 0 0 0 20003 2 0 0 25 0 1 0 152991941 17670144 4157 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580953 0 0 4096 16386 0 0 0 17 1 0 0
/proc/23143/statm: 4314 4157 103 215 0 4096 0
Current children cumulated CPU time (s) 200.05
Current children cumulated vsize (Kb) 17256

[startup+210.121 s]
/proc/loadavg: 0.99 0.97 0.99 2/64 23143

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

/proc/23143/stat : 23143 (minisat+) R 23141 23143 23094 0 -1 4194304 6965 0 0 0 178139 10 0 0 25 0 1 0 152991941 28999680 6949 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134581002 0 0 4096 16386 0 0 0 17 1 0 0
/proc/23143/statm: 7080 6949 103 215 0 6862 0
Current children cumulated CPU time (s) 1781.49
Current children cumulated vsize (Kb) 28320

[startup+1783.07 s]
/proc/loadavg: 0.99 0.97 0.99 2/64 23343
/proc/meminfo: memFree=1305104/2055920 swapFree=4177816/4192956
[pid=23143] ppid=23141 vsize=28320 CPUtime=1782.5
/proc/23143/stat : 23143 (minisat+) R 23141 23143 23094 0 -1 4194304 6965 0 0 0 178240 10 0 0 25 0 1 0 152991941 28999680 6949 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580768 0 0 4096 16386 0 0 0 17 1 0 0
/proc/23143/statm: 7080 6949 103 215 0 6862 0
Current children cumulated CPU time (s) 1782.5
Current children cumulated vsize (Kb) 28320

[startup+1784.08 s]
/proc/loadavg: 0.99 0.97 0.99 2/64 23343
/proc/meminfo: memFree=1305104/2055920 swapFree=4177816/4192956
[pid=23143] ppid=23141 vsize=28320 CPUtime=1783.5
/proc/23143/stat : 23143 (minisat+) R 23141 23143 23094 0 -1 4194304 6965 0 0 0 178340 10 0 0 25 0 1 0 152991941 28999680 6949 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580968 0 0 4096 16386 0 0 0 17 1 0 0
/proc/23143/statm: 7080 6949 103 215 0 6862 0
Current children cumulated CPU time (s) 1783.5
Current children cumulated vsize (Kb) 28320

[startup+1785.08 s]
/proc/loadavg: 0.99 0.97 0.99 2/64 23343
/proc/meminfo: memFree=1305104/2055920 swapFree=4177816/4192956
[pid=23143] ppid=23141 vsize=28320 CPUtime=1784.51
/proc/23143/stat : 23143 (minisat+) R 23141 23143 23094 0 -1 4194304 6965 0 0 0 178441 10 0 0 25 0 1 0 152991941 28999680 6949 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580916 0 0 4096 16386 0 0 0 17 1 0 0
/proc/23143/statm: 7080 6949 103 215 0 6862 0
Current children cumulated CPU time (s) 1784.51
Current children cumulated vsize (Kb) 28320

[startup+1786.09 s]
/proc/loadavg: 0.99 0.97 0.99 2/64 23343
/proc/meminfo: memFree=1305104/2055920 swapFree=4177816/4192956
[pid=23143] ppid=23141 vsize=28320 CPUtime=1785.51
/proc/23143/stat : 23143 (minisat+) R 23141 23143 23094 0 -1 4194304 6965 0 0 0 178541 10 0 0 25 0 1 0 152991941 28999680 6949 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580759 0 0 4096 16386 0 0 0 17 1 0 0
/proc/23143/statm: 7080 6949 103 215 0 6862 0
Current children cumulated CPU time (s) 1785.51
Current children cumulated vsize (Kb) 28320

[startup+1787.09 s]
/proc/loadavg: 0.99 0.97 0.99 2/64 23343
/proc/meminfo: memFree=1305104/2055920 swapFree=4177816/4192956
[pid=23143] ppid=23141 vsize=28320 CPUtime=1786.52
/proc/23143/stat : 23143 (minisat+) R 23141 23143 23094 0 -1 4194304 6965 0 0 0 178642 10 0 0 25 0 1 0 152991941 28999680 6949 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134581412 0 0 4096 16386 0 0 0 17 1 0 0
/proc/23143/statm: 7080 6949 103 215 0 6862 0
Current children cumulated CPU time (s) 1786.52
Current children cumulated vsize (Kb) 28320

[startup+1788.1 s]
/proc/loadavg: 0.99 0.97 0.99 2/64 23343
/proc/meminfo: memFree=1305104/2055920 swapFree=4177816/4192956
[pid=23143] ppid=23141 vsize=28320 CPUtime=1787.52
/proc/23143/stat : 23143 (minisat+) R 23141 23143 23094 0 -1 4194304 6965 0 0 0 178742 10 0 0 25 0 1 0 152991941 28999680 6949 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580941 0 0 4096 16386 0 0 0 17 1 0 0
/proc/23143/statm: 7080 6949 103 215 0 6862 0
Current children cumulated CPU time (s) 1787.52
Current children cumulated vsize (Kb) 28320

[startup+1789.1 s]
/proc/loadavg: 0.99 0.97 0.99 2/64 23343
/proc/meminfo: memFree=1305104/2055920 swapFree=4177816/4192956
[pid=23143] ppid=23141 vsize=28320 CPUtime=1788.53
/proc/23143/stat : 23143 (minisat+) R 23141 23143 23094 0 -1 4194304 6965 0 0 0 178843 10 0 0 25 0 1 0 152991941 28999680 6949 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134574451 0 0 4096 16386 0 0 0 17 1 0 0
/proc/23143/statm: 7080 6949 103 215 0 6862 0
Current children cumulated CPU time (s) 1788.53
Current children cumulated vsize (Kb) 28320

[startup+1790.1 s]
/proc/loadavg: 0.99 0.97 0.99 2/64 23343
/proc/meminfo: memFree=1305104/2055920 swapFree=4177816/4192956
[pid=23143] ppid=23141 vsize=28320 CPUtime=1789.53
/proc/23143/stat : 23143 (minisat+) R 23141 23143 23094 0 -1 4194304 6965 0 0 0 178943 10 0 0 25 0 1 0 152991941 28999680 6949 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580932 0 0 4096 16386 0 0 0 17 1 0 0
/proc/23143/statm: 7080 6949 103 215 0 6862 0
Current children cumulated CPU time (s) 1789.53
Current children cumulated vsize (Kb) 28320

[startup+1791.11 s]
/proc/loadavg: 0.99 0.97 0.99 2/64 23343
/proc/meminfo: memFree=1305104/2055920 swapFree=4177816/4192956
[pid=23143] ppid=23141 vsize=28320 CPUtime=1790.53
/proc/23143/stat : 23143 (minisat+) R 23141 23143 23094 0 -1 4194304 6965 0 0 0 179043 10 0 0 25 0 1 0 152991941 28999680 6949 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134568540 0 0 4096 16386 0 0 0 17 1 0 0
/proc/23143/statm: 7080 6949 103 215 0 6862 0
Current children cumulated CPU time (s) 1790.53
Current children cumulated vsize (Kb) 28320

[startup+1792.11 s]
/proc/loadavg: 0.99 0.97 0.99 2/64 23343
/proc/meminfo: memFree=1305104/2055920 swapFree=4177816/4192956
[pid=23143] ppid=23141 vsize=28320 CPUtime=1791.54
/proc/23143/stat : 23143 (minisat+) R 23141 23143 23094 0 -1 4194304 6965 0 0 0 179144 10 0 0 25 0 1 0 152991941 28999680 6949 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134583960 0 0 4096 16386 0 0 0 17 1 0 0
/proc/23143/statm: 7080 6949 103 215 0 6862 0
Current children cumulated CPU time (s) 1791.54
Current children cumulated vsize (Kb) 28320

[startup+1793.12 s]
/proc/loadavg: 0.99 0.97 0.99 2/64 23343
/proc/meminfo: memFree=1305104/2055920 swapFree=4177816/4192956
[pid=23143] ppid=23141 vsize=28320 CPUtime=1792.54
/proc/23143/stat : 23143 (minisat+) R 23141 23143 23094 0 -1 4194304 6965 0 0 0 179244 10 0 0 25 0 1 0 152991941 28999680 6949 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580915 0 0 4096 16386 0 0 0 17 1 0 0
/proc/23143/statm: 7080 6949 103 215 0 6862 0
Current children cumulated CPU time (s) 1792.54
Current children cumulated vsize (Kb) 28320

[startup+1794.12 s]
/proc/loadavg: 0.99 0.97 0.99 2/64 23343
/proc/meminfo: memFree=1305104/2055920 swapFree=4177816/4192956
[pid=23143] ppid=23141 vsize=28320 CPUtime=1793.55
/proc/23143/stat : 23143 (minisat+) R 23141 23143 23094 0 -1 4194304 6965 0 0 0 179345 10 0 0 25 0 1 0 152991941 28999680 6949 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580941 0 0 4096 16386 0 0 0 17 1 0 0
/proc/23143/statm: 7080 6949 103 215 0 6862 0
Current children cumulated CPU time (s) 1793.55
Current children cumulated vsize (Kb) 28320

[startup+1795.13 s]
/proc/loadavg: 0.99 0.97 0.99 2/64 23343
/proc/meminfo: memFree=1305104/2055920 swapFree=4177816/4192956
[pid=23143] ppid=23141 vsize=28320 CPUtime=1794.55
/proc/23143/stat : 23143 (minisat+) R 23141 23143 23094 0 -1 4194304 6965 0 0 0 179445 10 0 0 25 0 1 0 152991941 28999680 6949 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134581008 0 0 4096 16386 0 0 0 17 1 0 0
/proc/23143/statm: 7080 6949 103 215 0 6862 0
Current children cumulated CPU time (s) 1794.55
Current children cumulated vsize (Kb) 28320

[startup+1796.13 s]
/proc/loadavg: 0.99 0.97 0.99 2/64 23343
/proc/meminfo: memFree=1305104/2055920 swapFree=4177816/4192956
[pid=23143] ppid=23141 vsize=28320 CPUtime=1795.56
/proc/23143/stat : 23143 (minisat+) R 23141 23143 23094 0 -1 4194304 6965 0 0 0 179546 10 0 0 25 0 1 0 152991941 28999680 6949 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580856 0 0 4096 16386 0 0 0 17 1 0 0
/proc/23143/statm: 7080 6949 103 215 0 6862 0
Current children cumulated CPU time (s) 1795.56
Current children cumulated vsize (Kb) 28320

[startup+1797.14 s]
/proc/loadavg: 0.99 0.97 0.99 2/64 23343
/proc/meminfo: memFree=1305104/2055920 swapFree=4177816/4192956
[pid=23143] ppid=23141 vsize=28320 CPUtime=1796.56
/proc/23143/stat : 23143 (minisat+) R 23141 23143 23094 0 -1 4194304 6965 0 0 0 179646 10 0 0 25 0 1 0 152991941 28999680 6949 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580941 0 0 4096 16386 0 0 0 17 1 0 0
/proc/23143/statm: 7080 6949 103 215 0 6862 0
Current children cumulated CPU time (s) 1796.56
Current children cumulated vsize (Kb) 28320

[startup+1798.14 s]
/proc/loadavg: 0.99 0.97 0.99 2/64 23343
/proc/meminfo: memFree=1305104/2055920 swapFree=4177816/4192956
[pid=23143] ppid=23141 vsize=28320 CPUtime=1797.57
/proc/23143/stat : 23143 (minisat+) R 23141 23143 23094 0 -1 4194304 6965 0 0 0 179747 10 0 0 25 0 1 0 152991941 28999680 6949 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580916 0 0 4096 16386 0 0 0 17 1 0 0
/proc/23143/statm: 7080 6949 103 215 0 6862 0
Current children cumulated CPU time (s) 1797.57
Current children cumulated vsize (Kb) 28320

[startup+1799.15 s]
/proc/loadavg: 0.99 0.97 0.99 2/64 23343
/proc/meminfo: memFree=1305104/2055920 swapFree=4177816/4192956
[pid=23143] ppid=23141 vsize=28320 CPUtime=1798.57
/proc/23143/stat : 23143 (minisat+) R 23141 23143 23094 0 -1 4194304 6965 0 0 0 179847 10 0 0 25 0 1 0 152991941 28999680 6949 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580932 0 0 4096 16386 0 0 0 17 1 0 0
/proc/23143/statm: 7080 6949 103 215 0 6862 0
Current children cumulated CPU time (s) 1798.57
Current children cumulated vsize (Kb) 28320

[startup+1800.15 s]
/proc/loadavg: 0.99 0.97 0.99 2/64 23343
/proc/meminfo: memFree=1305104/2055920 swapFree=4177816/4192956
[pid=23143] ppid=23141 vsize=28320 CPUtime=1799.58
/proc/23143/stat : 23143 (minisat+) R 23141 23143 23094 0 -1 4194304 6965 0 0 0 179948 10 0 0 25 0 1 0 152991941 28999680 6949 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580968 0 0 4096 16386 0 0 0 17 1 0 0
/proc/23143/statm: 7080 6949 103 215 0 6862 0
Current children cumulated CPU time (s) 1799.58
Current children cumulated vsize (Kb) 28320

[startup+1801.16 s]
/proc/loadavg: 0.99 0.97 0.99 2/64 23343
/proc/meminfo: memFree=1305104/2055920 swapFree=4177816/4192956
[pid=23143] ppid=23141 vsize=28320 CPUtime=1800.58
/proc/23143/stat : 23143 (minisat+) R 23141 23143 23094 0 -1 4194304 6965 0 0 0 180048 10 0 0 25 0 1 0 152991941 28999680 6949 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580932 0 0 4096 16386 0 0 0 17 1 0 0
/proc/23143/statm: 7080 6949 103 215 0 6862 0
Current children cumulated CPU time (s) 1800.58
Current children cumulated vsize (Kb) 28320



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1801.16 s]
/proc/loadavg: 0.99 0.97 0.99 2/64 23343
/proc/meminfo: memFree=1305104/2055920 swapFree=4177816/4192956
[pid=23143] ppid=23141 vsize=28320 CPUtime=1800.59
/proc/23143/stat : 23143 (minisat+) R 23141 23143 23094 0 -1 4194304 6965 0 0 0 180049 10 0 0 25 0 1 0 152991941 28999680 6949 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580932 0 0 4096 16386 0 0 0 17 1 0 0
/proc/23143/statm: 7080 6949 103 215 0 6862 0
Current children cumulated CPU time (s) 1800.59
Current children cumulated vsize (Kb) 28320

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

Child status: 0
Real time (s): 1801.17
CPU time (s): 1800.6
CPU user time (s): 1800.49
CPU system time (s): 0.109983
CPU usage (%): 99.9682
Max. virtual memory (cumulated for all children) (Kb): 28388
The end

Launcher Data (download as text)

Begin job on node26 on Fri Jul 28 04:35:19 UTC 2006


FILE ID= 46111-1154061319

PBS_JOBID= 882246

BENCH NAME= HOME/pub/bench/PB06/final/normalized-PB06/SATUNSAT-SMALLINT/submitted-PB06/roussel/normalized-pigeon-clauses-21-20.opb
COMMAND LINE= ROOT/solvers/PB/PB06final/user7/minisat+ ROOT/tmp/node26/46111-1154061319/instance-46111-1154061319.opb
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node26/watcher-46111-1154061319 -o ROOT/results/node26/solver-46111-1154061319 -C 1800 -M 1800 -S 64  ROOT/solvers/PB/PB06final/user7/minisat+ ROOT/tmp/node26/46111-1154061319/instance-46111-1154061319.opb

MD5SUM SOLVER= 490d1d4b9bbf010afe7f0af63a5a62db
MD5SUM BENCH=  baaece72b2eab05d33afe010e43c4897

RANDOM SEED= 582715003

TIMEOUT= 1800 seconds


/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.225
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.225
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:       1333024 kB
Buffers:         34108 kB
Cached:         606352 kB
SwapCached:       8804 kB
Active:         114976 kB
Inactive:       539464 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1333024 kB
SwapTotal:     4192956 kB
SwapFree:      4177816 kB
Dirty:             156 kB
Writeback:           0 kB
Mapped:          14468 kB
Slab:            54444 kB
Committed_AS:   659832 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 node26 on Fri Jul 28 05:05:20 UTC 2006