Trace number 334540

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
minimarch 2007-02-08? (TO) 1200.1 1200.41

General information on the benchmark

Namecrafted/Hard/contest04/others/
equilarge_l5.sat05-522.reshuffled-07.cnf
MD5SUM938806a23cb5c9ff1ce606734695c30f
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables4478
Number of clauses18519
Sum of the clauses size54202
Maximum clause length3
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 21355
Number of clauses of size 317164
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data (download as text)

0.00/0.00	This is MiniMarch, a modified version of MiniSat 2.0 beta
0.00/0.00	WARNING: for repeatability, setting FPU to use double precision
0.00/0.00	============================[ Problem Statistics ]=============================
0.00/0.00	|                                                                             |
0.00/0.00	|  Number of variables:  4478                                                 |
0.00/0.00	|  Number of clauses:    18519                                                |
0.00/0.05	|  Parsing time:         0.05         s                                       |
0.09/0.19	============================[ Search Statistics ]==============================
0.09/0.19	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
0.09/0.19	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
0.09/0.19	===============================================================================
0.09/0.19	|         0 |    2790    18075    65856 |     6025        0    nan |  0.000 % |
0.19/0.21	|       100 |    2790    18075    65856 |     6627      100     20 |  0.000 % |
0.19/0.26	|       251 |    2790    18075    65856 |     7290      251     31 |  0.000 % |
0.29/0.31	|       476 |    2790    18075    65856 |     8019      476     27 |  0.000 % |
0.39/0.46	|       813 |    2790    18075    65856 |     8821      813     38 |  0.000 % |
0.49/0.53	|      1320 |    2790    18075    65856 |     9703     1320     32 |  0.000 % |
0.79/0.80	|      2079 |    2790    18075    65856 |    10673     2079     38 |  0.000 % |
0.79/0.89	|      3219 |    2790    18075    65856 |    11741     3219     32 |  0.000 % |
1.39/1.40	|      4927 |    2790    18075    65856 |    12915     4927     36 |  0.000 % |
1.59/1.69	|      7489 |    2790    18075    65856 |    14206     7489     31 |  0.000 % |
2.79/2.87	|     11333 |    2790    18075    65856 |    15627    11333     34 |  0.000 % |
3.69/3.73	|     17099 |    2790    18075    65856 |    17190    17099     30 |  0.000 % |
6.40/6.41	|     25748 |    2790    18075    65856 |    18909    16419     32 |  0.000 % |
9.49/9.57	|     38723 |    2790    18075    65856 |    20799    18979     28 |  0.000 % |
17.49/17.55	|     58185 |    2790    18075    65856 |    22879    16407     44 |  0.000 % |
26.39/26.49	|     87377 |    2790    18075    65856 |    25167    19105     25 |  0.000 % |
41.28/41.40	|    131166 |    2790    18075    65856 |    27684    17448     55 |  0.000 % |
68.77/68.88	|    196850 |    2790    18075    65856 |    30453    11813     28 |  0.000 % |
117.36/117.47	|    295378 |    2790    18075    65856 |    33498    31548     34 |  0.000 % |
196.74/196.89	|    443167 |    2790    18075    65856 |    36848    21304     35 |  0.000 % |
337.71/337.81	|    664850 |    2790    18075    65856 |    40533    37305     42 |  0.000 % |
660.53/660.72	|    997376 |    2790    18075    65856 |    44586    36508     72 |  0.000 % |
1033.83/1034.15	|   1496165 |    2790    18075    65856 |    49045    43344     34 |  0.000 % |

Verifier Data (download as text)

ERROR: Unexpected answer ! (SATISFIABLE/UNSATISFIABLE expected)
Got answer: 

Watcher Data (download as text)

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

command line: runsolver --timestamp -w ROOT/results/node17/watcher-334540-1173578716 -o ROOT/results/node17/solver-334540-1173578716 -C 1200 -W 2400 -M 1800 --output-limit 1,15 /tmp/evaluation/334540-1173578716/minimarch /tmp/evaluation/334540-1173578716/instance-334540-1173578716.cnf 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1200 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1230 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2400 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 1843200 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 1894400 KiB
Solver output will be limited to a maximum of 15728640 bytes. The first 1048576 bytes and the last 14680064 bytes will be preserved
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 0.99 0.97 0.99 3/77 29673
/proc/meminfo: memFree=1355376/2055920 swapFree=4168576/4192956
[pid=29673] ppid=29671 vsize=2440 CPUtime=0
/proc/29673/stat : 29673 (minimarch) R 29671 29673 28977 0 -1 4194304 338 0 0 0 0 0 0 0 18 0 1 0 377825849 2498560 322 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134691638 0 0 4096 3 0 0 0 17 1 0 0
/proc/29673/statm: 610 322 51 132 0 475 0

[startup+0.101223 s]
/proc/loadavg: 0.99 0.97 0.99 3/77 29673
/proc/meminfo: memFree=1355376/2055920 swapFree=4168576/4192956
[pid=29673] ppid=29671 vsize=4480 CPUtime=0.09
/proc/29673/stat : 29673 (minimarch) R 29671 29673 28977 0 -1 4194304 825 0 0 0 9 0 0 0 18 0 1 0 377825849 4587520 809 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134533192 0 0 4096 3 0 0 0 17 1 0 0
/proc/29673/statm: 1120 809 63 132 0 985 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 4480

[startup+0.201232 s]
/proc/loadavg: 0.99 0.97 0.99 3/77 29673
/proc/meminfo: memFree=1355376/2055920 swapFree=4168576/4192956
[pid=29673] ppid=29671 vsize=4448 CPUtime=0.19
/proc/29673/stat : 29673 (minimarch) R 29671 29673 28977 0 -1 4194304 904 0 0 0 19 0 0 0 18 0 1 0 377825849 4554752 838 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134553429 0 0 4096 3 0 0 0 17 1 0 0
/proc/29673/statm: 1112 838 66 132 0 977 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 4448

[startup+0.301243 s]
/proc/loadavg: 0.99 0.97 0.99 3/77 29673
/proc/meminfo: memFree=1355376/2055920 swapFree=4168576/4192956
[pid=29673] ppid=29671 vsize=4448 CPUtime=0.29
/proc/29673/stat : 29673 (minimarch) R 29671 29673 28977 0 -1 4194304 904 0 0 0 29 0 0 0 19 0 1 0 377825849 4554752 838 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134557684 0 0 4096 3 0 0 0 17 1 0 0
/proc/29673/statm: 1112 838 66 132 0 977 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 4448

[startup+0.701285 s]
/proc/loadavg: 0.99 0.97 0.99 3/77 29673
/proc/meminfo: memFree=1355376/2055920 swapFree=4168576/4192956
[pid=29673] ppid=29671 vsize=4448 CPUtime=0.69
/proc/29673/stat : 29673 (minimarch) R 29671 29673 28977 0 -1 4194304 904 0 0 0 69 0 0 0 23 0 1 0 377825849 4554752 838 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134551210 0 0 4096 3 0 0 0 17 1 0 0
/proc/29673/statm: 1112 838 66 132 0 977 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 4448

[startup+1.50137 s]
/proc/loadavg: 0.99 0.97 0.99 2/78 29674
/proc/meminfo: memFree=1352040/2055920 swapFree=4168576/4192956
[pid=29673] ppid=29671 vsize=4712 CPUtime=1.49
/proc/29673/stat : 29673 (minimarch) R 29671 29673 28977 0 -1 4194304 968 0 0 0 149 0 0 0 25 0 1 0 377825849 4825088 902 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134551644 0 0 4096 3 0 0 0 17 1 0 0
/proc/29673/statm: 1178 902 66 132 0 1043 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 4712

[startup+3.10153 s]
/proc/loadavg: 0.99 0.97 0.99 2/78 29674
/proc/meminfo: memFree=1351336/2055920 swapFree=4168576/4192956
[pid=29673] ppid=29671 vsize=5924 CPUtime=3.09
/proc/29673/stat : 29673 (minimarch) R 29671 29673 28977 0 -1 4194304 1259 0 0 0 309 0 0 0 25 0 1 0 377825849 6066176 1193 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134551210 0 0 4096 3 0 0 0 17 1 0 0
/proc/29673/statm: 1481 1193 66 132 0 1346 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 5924

[startup+6.30187 s]
/proc/loadavg: 0.99 0.97 0.99 2/78 29674
/proc/meminfo: memFree=1349864/2055920 swapFree=4168576/4192956
[pid=29673] ppid=29671 vsize=6716 CPUtime=6.29
/proc/29673/stat : 29673 (minimarch) R 29671 29673 28977 0 -1 4194304 1436 0 0 0 629 0 0 0 25 0 1 0 377825849 6877184 1370 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134551210 0 0 4096 3 0 0 0 17 1 0 0
/proc/29673/statm: 1679 1370 66 132 0 1544 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 6716

[startup+12.7025 s]
/proc/loadavg: 0.99 0.97 0.99 2/78 29674
/proc/meminfo: memFree=1348968/2055920 swapFree=4168576/4192956
[pid=29673] ppid=29671 vsize=7376 CPUtime=12.69
/proc/29673/stat : 29673 (minimarch) R 29671 29673 28977 0 -1 4194304 1623 0 0 0 1268 1 0 0 25 0 1 0 377825849 7553024 1557 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134551385 0 0 4096 3 0 0 0 17 1 0 0
/proc/29673/statm: 1844 1557 66 132 0 1709 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 7376

[startup+25.5019 s]
/proc/loadavg: 0.99 0.97 0.99 2/78 29674
/proc/meminfo: memFree=1347624/2055920 swapFree=4168576/4192956
[pid=29673] ppid=29671 vsize=8828 CPUtime=25.48
/proc/29673/stat : 29673 (minimarch) R 29671 29673 28977 0 -1 4194304 1977 0 0 0 2547 1 0 0 25 0 1 0 377825849 9039872 1911 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134551219 0 0 4096 3 0 0 0 17 1 0 0
/proc/29673/statm: 2207 1911 66 132 0 2072 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 8828

[startup+51.1015 s]
/proc/loadavg: 0.99 0.97 0.99 2/78 29674
/proc/meminfo: memFree=1344616/2055920 swapFree=4168576/4192956
[pid=29673] ppid=29671 vsize=11780 CPUtime=51.08
/proc/29673/stat : 29673 (minimarch) R 29671 29673 28977 0 -1 4194304 2716 0 0 0 5106 2 0 0 25 0 1 0 377825849 12062720 2650 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134551239 0 0 4096 3 0 0 0 17 1 0 0
/proc/29673/statm: 2945 2650 66 132 0 2810 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 11780

[startup+102.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/78 29674
/proc/meminfo: memFree=1342760/2055920 swapFree=4168576/4192956
[pid=29673] ppid=29671 vsize=13680 CPUtime=102.27
/proc/29673/stat : 29673 (minimarch) R 29671 29673 28977 0 -1 4194304 3182 0 0 0 10224 3 0 0 25 0 1 0 377825849 14008320 3116 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134557928 0 0 4096 3 0 0 0 17 1 0 0
/proc/29673/statm: 3420 3116 66 132 0 3285 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 13680

[startup+162.301 s]
/proc/loadavg: 0.99 0.97 0.99 2/78 29674
/proc/meminfo: memFree=1342704/2055920 swapFree=4168576/4192956
[pid=29673] ppid=29671 vsize=13680 CPUtime=162.25
/proc/29673/stat : 29673 (minimarch) R 29671 29673 28977 0 -1 4194304 3186 0 0 0 16222 3 0 0 25 0 1 0 377825849 14008320 3120 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134551219 0 0 4096 3 0 0 0 17 1 0 0
/proc/29673/statm: 3420 3120 66 132 0 3285 0
Current children cumulated CPU time (s) 162.25
Current children cumulated vsize (KiB) 13680

[startup+222.305 s]
/proc/loadavg: 0.99 0.97 0.99 2/78 29674
/proc/meminfo: memFree=1341488/2055920 swapFree=4168576/4192956
[pid=29673] ppid=29671 vsize=14920 CPUtime=222.24
/proc/29673/stat : 29673 (minimarch) R 29671 29673 28977 0 -1 4194304 3480 0 0 0 22220 4 0 0 25 0 1 0 377825849 15278080 3414 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134551269 0 0 4096 3 0 0 0 17 1 0 0
/proc/29673/statm: 3730 3414 66 132 0 3595 0
Current children cumulated CPU time (s) 222.24
Current children cumulated vsize (KiB) 14920

[startup+282.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/78 29674
/proc/meminfo: memFree=1341552/2055920 swapFree=4168576/4192956
[pid=29673] ppid=29671 vsize=15092 CPUtime=282.22
/proc/29673/stat : 29673 (minimarch) R 29671 29673 28977 0 -1 4194304 3505 0 0 0 28217 5 0 0 25 0 1 0 377825849 15454208 3439 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134551219 0 0 4096 3 0 0 0 17 1 0 0
/proc/29673/statm: 3773 3439 66 132 0 3638 0
Current children cumulated CPU time (s) 282.22
Current children cumulated vsize (KiB) 15092

[startup+342.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/78 29674
/proc/meminfo: memFree=1340848/2055920 swapFree=4168576/4192956
[pid=29673] ppid=29671 vsize=15856 CPUtime=342.21
/proc/29673/stat : 29673 (minimarch) R 29671 29673 28977 0 -1 4194304 3700 0 0 0 34215 6 0 0 25 0 1 0 377825849 16236544 3634 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134551328 0 0 4096 3 0 0 0 17 1 0 0
/proc/29673/statm: 3964 3634 66 132 0 3829 0
Current children cumulated CPU time (s) 342.21
Current children cumulated vsize (KiB) 15856

[startup+402.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/78 29674
/proc/meminfo: memFree=1338992/2055920 swapFree=4168576/4192956
[pid=29673] ppid=29671 vsize=17748 CPUtime=402.19
/proc/29673/stat : 29673 (minimarch) R 29671 29673 28977 0 -1 4194304 4148 0 0 0 40213 6 0 0 25 0 1 0 377825849 18173952 4082 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134551216 0 0 4096 3 0 0 0 17 1 0 0
/proc/29673/statm: 4437 4082 66 132 0 4302 0
Current children cumulated CPU time (s) 402.19
Current children cumulated vsize (KiB) 17748

[startup+462.301 s]
/proc/loadavg: 0.99 0.97 0.99 2/78 29674
/proc/meminfo: memFree=1337968/2055920 swapFree=4168576/4192956
[pid=29673] ppid=29671 vsize=18876 CPUtime=462.17
/proc/29673/stat : 29673 (minimarch) R 29671 29673 28977 0 -1 4194304 4415 0 0 0 46210 7 0 0 25 0 1 0 377825849 19329024 4349 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134551219 0 0 4096 3 0 0 0 17 1 0 0
/proc/29673/statm: 4719 4349 66 132 0 4584 0
Current children cumulated CPU time (s) 462.17
Current children cumulated vsize (KiB) 18876

[startup+522.302 s]
/proc/loadavg: 1.03 0.99 0.99 2/78 29674
/proc/meminfo: memFree=1337328/2055920 swapFree=4168576/4192956
[pid=29673] ppid=29671 vsize=19404 CPUtime=522.16
/proc/29673/stat : 29673 (minimarch) R 29671 29673 28977 0 -1 4194304 4567 0 0 0 52208 8 0 0 25 0 1 0 377825849 19869696 4501 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134551219 0 0 4096 3 0 0 0 17 1 0 0
/proc/29673/statm: 4851 4501 66 132 0 4716 0
Current children cumulated CPU time (s) 522.16
Current children cumulated vsize (KiB) 19404

[startup+582.302 s]
/proc/loadavg: 1.01 0.99 0.99 2/78 29674
/proc/meminfo: memFree=1335088/2055920 swapFree=4168576/4192956
[pid=29673] ppid=29671 vsize=21668 CPUtime=582.14
/proc/29673/stat : 29673 (minimarch) R 29671 29673 28977 0 -1 4194304 5124 0 0 0 58205 9 0 0 25 0 1 0 377825849 22188032 5058 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134551269 0 0 4096 3 0 0 0 17 1 0 0
/proc/29673/statm: 5417 5058 66 132 0 5282 0
Current children cumulated CPU time (s) 582.14
Current children cumulated vsize (KiB) 21668

[startup+642.302 s]
/proc/loadavg: 1.00 0.99 0.99 2/78 29674
/proc/meminfo: memFree=1334128/2055920 swapFree=4168576/4192956
[pid=29673] ppid=29671 vsize=22724 CPUtime=642.13
/proc/29673/stat : 29673 (minimarch) R 29671 29673 28977 0 -1 4194304 5374 0 0 0 64203 10 0 0 25 0 1 0 377825849 23269376 5308 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134551284 0 0 4096 3 0 0 0 17 1 0 0
/proc/29673/statm: 5681 5308 66 132 0 5546 0
Current children cumulated CPU time (s) 642.13
Current children cumulated vsize (KiB) 22724

[startup+702.301 s]
/proc/loadavg: 1.00 0.99 0.99 2/78 29674
/proc/meminfo: memFree=1333872/2055920 swapFree=4168576/4192956
[pid=29673] ppid=29671 vsize=22856 CPUtime=702.11
/proc/29673/stat : 29673 (minimarch) R 29671 29673 28977 0 -1 4194304 5434 0 0 0 70201 10 0 0 25 0 1 0 377825849 23404544 5368 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134551219 0 0 4096 3 0 0 0 17 1 0 0
/proc/29673/statm: 5714 5368 66 132 0 5579 0
Current children cumulated CPU time (s) 702.11
Current children cumulated vsize (KiB) 22856

[startup+762.301 s]
/proc/loadavg: 1.00 0.99 0.99 2/78 29674
/proc/meminfo: memFree=1333808/2055920 swapFree=4168576/4192956
[pid=29673] ppid=29671 vsize=22856 CPUtime=762.1
/proc/29673/stat : 29673 (minimarch) R 29671 29673 28977 0 -1 4194304 5440 0 0 0 76199 11 0 0 25 0 1 0 377825849 23404544 5374 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134551210 0 0 4096 3 0 0 0 17 1 0 0
/proc/29673/statm: 5714 5374 66 132 0 5579 0
Current children cumulated CPU time (s) 762.1
Current children cumulated vsize (KiB) 22856

[startup+822.302 s]
/proc/loadavg: 1.00 0.99 0.99 2/78 29674
/proc/meminfo: memFree=1333744/2055920 swapFree=4168576/4192956
[pid=29673] ppid=29671 vsize=22856 CPUtime=822.08
/proc/29673/stat : 29673 (minimarch) R 29671 29673 28977 0 -1 4194304 5441 0 0 0 82197 11 0 0 25 0 1 0 377825849 23404544 5375 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134551210 0 0 4096 3 0 0 0 17 1 0 0
/proc/29673/statm: 5714 5375 66 132 0 5579 0
Current children cumulated CPU time (s) 822.08
Current children cumulated vsize (KiB) 22856

[startup+882.306 s]
/proc/loadavg: 1.00 0.99 0.99 2/78 29674
/proc/meminfo: memFree=1333808/2055920 swapFree=4168576/4192956
[pid=29673] ppid=29671 vsize=22856 CPUtime=882.07
/proc/29673/stat : 29673 (minimarch) R 29671 29673 28977 0 -1 4194304 5442 0 0 0 88195 12 0 0 25 0 1 0 377825849 23404544 5376 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134557711 0 0 4096 3 0 0 0 17 1 0 0
/proc/29673/statm: 5714 5376 66 132 0 5579 0
Current children cumulated CPU time (s) 882.07
Current children cumulated vsize (KiB) 22856

[startup+942.301 s]
/proc/loadavg: 1.00 0.99 0.99 2/78 29674
/proc/meminfo: memFree=1333744/2055920 swapFree=4168576/4192956
[pid=29673] ppid=29671 vsize=22856 CPUtime=942.05
/proc/29673/stat : 29673 (minimarch) R 29671 29673 28977 0 -1 4194304 5442 0 0 0 94193 12 0 0 25 0 1 0 377825849 23404544 5376 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134551236 0 0 4096 3 0 0 0 17 1 0 0
/proc/29673/statm: 5714 5376 66 132 0 5579 0
Current children cumulated CPU time (s) 942.05
Current children cumulated vsize (KiB) 22856

[startup+1002.3 s]
/proc/loadavg: 1.00 0.99 0.99 2/78 29674
/proc/meminfo: memFree=1333872/2055920 swapFree=4168576/4192956
[pid=29673] ppid=29671 vsize=22856 CPUtime=1002.04
/proc/29673/stat : 29673 (minimarch) R 29671 29673 28977 0 -1 4194304 5442 0 0 0 100191 13 0 0 25 0 1 0 377825849 23404544 5376 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134551219 0 0 4096 3 0 0 0 17 1 0 0
/proc/29673/statm: 5714 5376 66 132 0 5579 0
Current children cumulated CPU time (s) 1002.04
Current children cumulated vsize (KiB) 22856

[startup+1062.3 s]
/proc/loadavg: 1.00 0.99 0.99 2/78 29674
/proc/meminfo: memFree=1333808/2055920 swapFree=4168576/4192956
[pid=29673] ppid=29671 vsize=22856 CPUtime=1062.02
/proc/29673/stat : 29673 (minimarch) R 29671 29673 28977 0 -1 4194304 5446 0 0 0 106189 13 0 0 25 0 1 0 377825849 23404544 5380 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134551700 0 0 4096 3 0 0 0 17 1 0 0
/proc/29673/statm: 5714 5380 66 132 0 5579 0
Current children cumulated CPU time (s) 1062.02
Current children cumulated vsize (KiB) 22856

[startup+1122.3 s]
/proc/loadavg: 1.00 0.99 0.99 2/78 29674
/proc/meminfo: memFree=1333808/2055920 swapFree=4168576/4192956
[pid=29673] ppid=29671 vsize=22856 CPUtime=1122.01
/proc/29673/stat : 29673 (minimarch) R 29671 29673 28977 0 -1 4194304 5446 0 0 0 112187 14 0 0 25 0 1 0 377825849 23404544 5380 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134551219 0 0 4096 3 0 0 0 17 1 0 0
/proc/29673/statm: 5714 5380 66 132 0 5579 0
Current children cumulated CPU time (s) 1122.01
Current children cumulated vsize (KiB) 22856

[startup+1182.3 s]
/proc/loadavg: 1.00 0.99 0.99 2/78 29674
/proc/meminfo: memFree=1333808/2055920 swapFree=4168576/4192956
[pid=29673] ppid=29671 vsize=22856 CPUtime=1181.99
/proc/29673/stat : 29673 (minimarch) R 29671 29673 28977 0 -1 4194304 5446 0 0 0 118185 14 0 0 25 0 1 0 377825849 23404544 5380 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134551210 0 0 4096 3 0 0 0 17 1 0 0
/proc/29673/statm: 5714 5380 66 132 0 5579 0
Current children cumulated CPU time (s) 1181.99
Current children cumulated vsize (KiB) 22856



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.4 s]
/proc/loadavg: 1.00 0.99 0.99 2/78 29674
/proc/meminfo: memFree=1333808/2055920 swapFree=4168576/4192956
[pid=29673] ppid=29671 vsize=22856 CPUtime=1200.08
/proc/29673/stat : 29673 (minimarch) R 29671 29673 28977 0 -1 4194304 5448 0 0 0 119994 14 0 0 25 0 1 0 377825849 23404544 5382 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134551219 0 0 4096 3 0 0 0 17 1 0 0
/proc/29673/statm: 5714 5382 66 132 0 5579 0
Current children cumulated CPU time (s) 1200.08
Current children cumulated vsize (KiB) 22856

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

Solver just ended. Dumping a history of the last processes samples

[startup+1200.4 s]
/proc/loadavg: 1.00 0.99 0.99 2/78 29674
/proc/meminfo: memFree=1333808/2055920 swapFree=4168576/4192956
[pid=29673] ppid=29671 vsize=22856 CPUtime=1200.08
/proc/29673/stat : 29673 (minimarch) R 29671 29673 28977 0 -1 4194304 5448 0 0 0 119994 14 0 0 25 0 1 0 377825849 23404544 5382 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134551219 0 0 4096 3 0 0 0 17 1 0 0
/proc/29673/statm: 5714 5382 66 132 0 5579 0
Current children cumulated CPU time (s) 1200.08
Current children cumulated vsize (KiB) 22856

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1200.41
CPU time (s): 1200.1
CPU user time (s): 1199.95
CPU system time (s): 0.152976
CPU usage (%): 99.9744
Max. virtual memory (cumulated for all children) (KiB): 22856

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1199.95
system time used= 0.152976
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 5448
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 6
involuntary context switches= 1028

runsolver used 1.42278 second user time and 2.94755 second system time

The end

Launcher Data (download as text)

Begin job on node17 on Sun Mar 11 02:05:16 UTC 2007

IDJOB= 334540
IDBENCH= 24630
IDSOLVER= 110
FILE ID= node17/334540-1173578716

PBS_JOBID= 4101211

Free space on /tmp= 66531 MiB

SOLVER NAME= minimarch 2007-02-08
BENCH NAME= HOME/pub/bench/SAT07/crafted/Hard/contest04/others/equilarge_l5.sat05-522.reshuffled-07.cnf
COMMAND LINE= /tmp/evaluation/334540-1173578716/minimarch /tmp/evaluation/334540-1173578716/instance-334540-1173578716.cnf            
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node17/watcher-334540-1173578716 -o ROOT/results/node17/solver-334540-1173578716 -C 1200 -W 2400 -M 1800 --output-limit 1,15  /tmp/evaluation/334540-1173578716/minimarch /tmp/evaluation/334540-1173578716/instance-334540-1173578716.cnf            

META MD5SUM SOLVER= cd0143c15836d32fe9acb8d523a59b67
MD5SUM BENCH=  938806a23cb5c9ff1ce606734695c30f

RANDOM SEED= 787824844

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB

Linux node17.alineos.net 2.6.9-22.EL.rootsmp #1 SMP Mon Oct 3 08:59:52 CEST 2005 x86_64 x86_64 x86_64 GNU/Linux

/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.229
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.229
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:       1355784 kB
Buffers:         53356 kB
Cached:         551576 kB
SwapCached:       2172 kB
Active:         317116 kB
Inactive:       310392 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1355784 kB
SwapTotal:     4192956 kB
SwapFree:      4168576 kB
Dirty:            2608 kB
Writeback:           0 kB
Mapped:          30340 kB
Slab:            58148 kB
Committed_AS:  1479220 kB
PageTables:       1748 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66531 MiB

End job on node17 on Sun Mar 11 02:25:19 UTC 2007