Trace number 1783811

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. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock 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 2.1 (Sat-race'08 Edition)? (TO) 5000.1 5001.42

General information on the benchmark

Namecrafted/Hard/contest03/others/
color-11-3.sat05-445.reshuffled-07.cnf
MD5SUM207febf52bd846c013e185fa637fdf3c
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 variables363
Number of clauses9559
Sum of the clauses size37389
Maximum clause length4
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 2363
Number of clauses of size 3121
Number of clauses of size 49075
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.00/0.00	c WARNING: for repeatability, setting FPU to use double precision
0.00/0.00	c ============================[ Problem Statistics ]=============================
0.00/0.00	c |                                                                             |
0.00/0.01	c |  Number of variables:           363                                         |
0.00/0.01	c |  Number of clauses:            9559                                         |
0.00/0.01	c |  Parse time:                   0.01 s                                       |
0.09/0.12	c |  Simplification time:          0.12 s                                       |
0.09/0.12	c |                                                                             |
0.09/0.12	c ============================[ Search Statistics ]==============================
0.09/0.12	c | Conflicts |          ORIGINAL         |          LEARNT          | Progress |
0.09/0.12	c |           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
0.09/0.12	c ===============================================================================
0.09/0.13	c |       100 |     242     9196    48642 |     3371      100     34 |  0.002 % |
0.09/0.13	c |       250 |     242     9196    48642 |     3709      250     34 |  0.001 % |
0.09/0.14	c |       475 |     242     9196    48642 |     4079      475     32 |  0.002 % |
0.09/0.14	c |       812 |     242     9196    48642 |     4487      812     32 |  0.001 % |
0.09/0.15	c |      1318 |     242     9196    48642 |     4936     1318     34 |  0.001 % |
0.09/0.17	c |      2077 |     242     9196    48642 |     5430     2077     35 |  0.001 % |
0.19/0.20	c |      3216 |     242     9196    48642 |     5973     3216     35 |  0.001 % |
0.19/0.24	c |      4924 |     242     9196    48642 |     6570     4924     36 |  0.001 % |
0.29/0.32	c |      7486 |     242     9196    48642 |     7227     4148     36 |  0.001 % |
0.39/0.44	c |     11330 |     242     9196    48642 |     7950     4341     36 |  0.001 % |
0.59/0.62	c |     17096 |     242     9196    48642 |     8745     6073     36 |  0.001 % |
0.79/0.89	c |     25745 |     242     9196    48642 |     9620     5900     33 |  0.001 % |
1.30/1.32	c |     38719 |     242     9196    48642 |    10582     9153     39 |  0.001 % |
1.99/2.08	c |     58180 |     242     9196    48642 |    11640     7279     36 |  0.001 % |
3.09/3.11	c |     87372 |     242     9196    48642 |    12804     7162     38 |  0.001 % |
4.79/4.82	c |    131161 |     242     9196    48642 |    14085    12332     38 |  0.001 % |
7.49/7.57	c |    196845 |     242     9196    48642 |    15493     7163     41 |  0.001 % |
11.89/11.93	c |    295371 |     242     9196    48642 |    17042    12249     36 |  0.001 % |
18.49/18.60	c |    443160 |     242     9196    48642 |    18747    14404     42 |  0.001 % |
29.78/29.86	c |    664843 |     242     9196    48642 |    20622    10120     40 |  0.001 % |
46.68/46.78	c |    997368 |     242     9196    48642 |    22684    11312     43 |  0.001 % |
73.87/73.96	c |   1496156 |     242     9196    48642 |    24952    13767     35 |  0.002 % |
116.86/116.95	c |   2244338 |     242     9196    48642 |    27447    14565     44 |  0.001 % |
183.55/183.65	c |   3366612 |     242     9196    48642 |    30192    14780     34 |  0.002 % |
293.41/293.58	c |   5050023 |     242     9196    48642 |    33211    19122     43 |  0.001 % |
455.77/455.98	c |   7575139 |     242     9196    48642 |    36533    27662     42 |  0.001 % |
739.40/739.62	c |  11362814 |     242     9196    48642 |    40186    28976     43 |  0.001 % |
1143.49/1143.85	c |  17044326 |     242     9196    48642 |    44205    40250     45 |  0.001 % |
1820.92/1821.50	c |  25566595 |     242     9196    48642 |    48625    42902     40 |  0.001 % |
2822.65/2823.42	c |  38349998 |     242     9196    48642 |    53488    48698     44 |  0.001 % |
4573.98/4575.23	c |  57525103 |     242     9196    48642 |    58837    31037     39 |  0.002 % |

Verifier Data

ERROR: Unexpected answer ! (SATISFIABLE/UNSATISFIABLE expected)
Got answer: <no 's ' line found>

Watcher Data

runsolver version 3.2.9 (svn:492) (c) roussel@cril.univ-artois.fr

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-1783811-1241888479/watcher-1783811-1241888479 -o /tmp/evaluation-result-1783811-1241888479/solver-1783811-1241888479 -C 5000 -W 6000 -M 1800 HOME/minisat HOME/instance-1783811-1241888479.cnf 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 5000 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 5030 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 6000 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
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 0.92 0.98 0.99 3/64 4850
/proc/meminfo: memFree=1907108/2055920 swapFree=4181220/4192956
[pid=4850] ppid=4848 vsize=7468 CPUtime=0
/proc/4850/stat : 4850 (minisat) R 4848 4850 4813 0 -1 4194304 219 0 0 0 0 0 0 0 18 0 1 0 216880493 7647232 203 1992294400 4194304 5092341 548682068848 18446744073709551615 4214926 0 0 4096 3 0 0 0 17 1 0 0
/proc/4850/statm: 1867 203 63 219 0 1645 0

[startup+0.024178 s]
/proc/loadavg: 0.92 0.98 0.99 3/64 4850
/proc/meminfo: memFree=1907108/2055920 swapFree=4181220/4192956
[pid=4850] ppid=4848 vsize=7876 CPUtime=0.02
/proc/4850/stat : 4850 (minisat) R 4848 4850 4813 0 -1 4194304 381 0 0 0 2 0 0 0 18 0 1 0 216880493 8065024 365 1992294400 4194304 5092341 548682068848 18446744073709551615 4219513 0 0 4096 3 0 0 0 17 1 0 0
/proc/4850/statm: 1969 365 87 219 0 1747 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 7876

[startup+0.101187 s]
/proc/loadavg: 0.92 0.98 0.99 3/64 4850
/proc/meminfo: memFree=1907108/2055920 swapFree=4181220/4192956
[pid=4850] ppid=4848 vsize=8296 CPUtime=0.09
/proc/4850/stat : 4850 (minisat) R 4848 4850 4813 0 -1 4194304 556 0 0 0 9 0 0 0 18 0 1 0 216880493 8495104 540 1992294400 4194304 5092341 548682068848 18446744073709551615 4219513 0 0 4096 3 0 0 0 17 1 0 0
/proc/4850/statm: 2074 540 88 219 0 1852 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 8296

[startup+0.30121 s]
/proc/loadavg: 0.92 0.98 0.99 3/64 4850
/proc/meminfo: memFree=1907108/2055920 swapFree=4181220/4192956
[pid=4850] ppid=4848 vsize=13488 CPUtime=0.29
/proc/4850/stat : 4850 (minisat) R 4848 4850 4813 0 -1 4194304 886 0 0 0 29 0 0 0 19 0 1 0 216880493 13811712 714 1992294400 4194304 5092341 548682068848 18446744073709551615 4262248 0 0 4096 3 0 0 0 17 1 0 0
/proc/4850/statm: 3372 716 101 219 0 3150 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 13488

[startup+0.701253 s]
/proc/loadavg: 0.92 0.98 0.99 3/64 4850
/proc/meminfo: memFree=1907108/2055920 swapFree=4181220/4192956
[pid=4850] ppid=4848 vsize=13488 CPUtime=0.69
/proc/4850/stat : 4850 (minisat) R 4848 4850 4813 0 -1 4194304 1598 0 0 0 69 0 0 0 22 0 1 0 216880493 13811712 1123 1992294400 4194304 5092341 548682068848 18446744073709551615 4265869 0 0 4096 3 0 0 0 17 1 0 0
/proc/4850/statm: 3372 1123 101 219 0 3150 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 13488

[startup+1.50134 s]
/proc/loadavg: 0.93 0.98 0.99 2/65 4851
/proc/meminfo: memFree=1901148/2055920 swapFree=4181220/4192956
[pid=4850] ppid=4848 vsize=18776 CPUtime=1.49
/proc/4850/stat : 4850 (minisat) R 4848 4850 4813 0 -1 4194304 2186 0 0 0 148 1 0 0 25 0 1 0 216880493 19226624 1711 1992294400 4194304 5092341 548682068848 18446744073709551615 4248383 0 0 4096 3 0 0 0 17 1 0 0
/proc/4850/statm: 4694 1711 101 219 0 4472 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 18776

[startup+3.10152 s]
/proc/loadavg: 0.93 0.98 0.99 2/65 4851
/proc/meminfo: memFree=1900060/2055920 swapFree=4181220/4192956
[pid=4850] ppid=4848 vsize=18776 CPUtime=3.09
/proc/4850/stat : 4850 (minisat) R 4848 4850 4813 0 -1 4194304 2305 0 0 0 308 1 0 0 25 0 1 0 216880493 19226624 1830 1992294400 4194304 5092341 548682068848 18446744073709551615 4240611 0 0 4096 3 0 0 0 17 1 0 0
/proc/4850/statm: 4694 1830 101 219 0 4472 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 18776

[startup+6.30188 s]
/proc/loadavg: 0.93 0.98 0.99 2/65 4851
/proc/meminfo: memFree=1899228/2055920 swapFree=4181220/4192956
[pid=4850] ppid=4848 vsize=18776 CPUtime=6.29
/proc/4850/stat : 4850 (minisat) R 4848 4850 4813 0 -1 4194304 2573 0 0 0 628 1 0 0 25 0 1 0 216880493 19226624 2098 1992294400 4194304 5092341 548682068848 18446744073709551615 4241011 0 0 4096 3 0 0 0 17 1 0 0
/proc/4850/statm: 4694 2098 101 219 0 4472 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 18776

[startup+12.7016 s]
/proc/loadavg: 0.94 0.98 0.99 2/65 4851
/proc/meminfo: memFree=1896996/2055920 swapFree=4181220/4192956
[pid=4850] ppid=4848 vsize=18776 CPUtime=12.69
/proc/4850/stat : 4850 (minisat) R 4848 4850 4813 0 -1 4194304 3059 0 0 0 1268 1 0 0 25 0 1 0 216880493 19226624 2584 1992294400 4194304 5092341 548682068848 18446744073709551615 4241418 0 0 4096 3 0 0 0 17 1 0 0
/proc/4850/statm: 4694 2584 101 219 0 4472 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 18776

[startup+25.502 s]
/proc/loadavg: 0.95 0.98 0.99 2/65 4851
/proc/meminfo: memFree=1893732/2055920 swapFree=4181220/4192956
[pid=4850] ppid=4848 vsize=18776 CPUtime=25.49
/proc/4850/stat : 4850 (minisat) R 4848 4850 4813 0 -1 4194304 3858 0 0 0 2547 2 0 0 25 0 1 0 216880493 19226624 3383 1992294400 4194304 5092341 548682068848 18446744073709551615 4240665 0 0 4096 3 0 0 0 17 1 0 0
/proc/4850/statm: 4694 3383 101 219 0 4472 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 18776

[startup+51.1019 s]
/proc/loadavg: 0.97 0.98 0.99 2/65 4851
/proc/meminfo: memFree=1887140/2055920 swapFree=4181220/4192956
[pid=4850] ppid=4848 vsize=24232 CPUtime=51.08
/proc/4850/stat : 4850 (minisat) R 4848 4850 4813 0 -1 4194304 7226 0 0 0 5104 4 0 0 25 0 1 0 216880493 24813568 5036 1992294400 4194304 5092341 548682068848 18446744073709551615 4262255 0 0 4096 3 0 0 0 17 1 0 0
/proc/4850/statm: 6058 5036 101 219 0 5836 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 24232

[startup+102.306 s]
/proc/loadavg: 0.98 0.98 0.99 2/65 4851
/proc/meminfo: memFree=1885924/2055920 swapFree=4181220/4192956
[pid=4850] ppid=4848 vsize=24232 CPUtime=102.27
/proc/4850/stat : 4850 (minisat) R 4848 4850 4813 0 -1 4194304 7521 0 0 0 10223 4 0 0 25 0 1 0 216880493 24813568 5331 1992294400 4194304 5092341 548682068848 18446744073709551615 4249664 0 0 4096 3 0 0 0 17 1 0 0
/proc/4850/statm: 6058 5331 101 219 0 5836 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 24232

[startup+162.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 4851
/proc/meminfo: memFree=1876644/2055920 swapFree=4181220/4192956
[pid=4850] ppid=4848 vsize=32304 CPUtime=162.25
/proc/4850/stat : 4850 (minisat) R 4848 4850 4813 0 -1 4194304 16031 0 0 0 16217 8 0 0 25 0 1 0 216880493 33079296 7638 1992294400 4194304 5092341 548682068848 18446744073709551615 4240989 0 0 4096 3 0 0 0 17 1 0 0
/proc/4850/statm: 8076 7638 101 219 0 7854 0
Current children cumulated CPU time (s) 162.25
Current children cumulated vsize (KiB) 32304

[startup+222.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 4851
/proc/meminfo: memFree=1871460/2055920 swapFree=4181220/4192956
[pid=4850] ppid=4848 vsize=37588 CPUtime=222.23
/proc/4850/stat : 4850 (minisat) R 4848 4850 4813 0 -1 4194304 17315 0 0 0 22214 9 0 0 25 0 1 0 216880493 38490112 8922 1992294400 4194304 5092341 548682068848 18446744073709551615 4240947 0 0 4096 3 0 0 0 17 1 0 0
/proc/4850/statm: 9397 8922 101 219 0 9175 0
Current children cumulated CPU time (s) 222.23
Current children cumulated vsize (KiB) 37588

[startup+282.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 4851
/proc/meminfo: memFree=1871204/2055920 swapFree=4181220/4192956
[pid=4850] ppid=4848 vsize=37588 CPUtime=282.22
/proc/4850/stat : 4850 (minisat) R 4848 4850 4813 0 -1 4194304 17360 0 0 0 28213 9 0 0 25 0 1 0 216880493 38490112 8967 1992294400 4194304 5092341 548682068848 18446744073709551615 4251460 0 0 4096 3 0 0 0 17 1 0 0
/proc/4850/statm: 9397 8967 101 219 0 9175 0
Current children cumulated CPU time (s) 282.22
Current children cumulated vsize (KiB) 37588

[startup+342.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 4851
/proc/meminfo: memFree=1871204/2055920 swapFree=4181220/4192956
[pid=4850] ppid=4848 vsize=37588 CPUtime=342.2
/proc/4850/stat : 4850 (minisat) R 4848 4850 4813 0 -1 4194304 17362 0 0 0 34211 9 0 0 25 0 1 0 216880493 38490112 8969 1992294400 4194304 5092341 548682068848 18446744073709551615 4252589 0 0 4096 3 0 0 0 17 1 0 0
/proc/4850/statm: 9397 8969 101 219 0 9175 0
Current children cumulated CPU time (s) 342.2
Current children cumulated vsize (KiB) 37588

[startup+402.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 4851
/proc/meminfo: memFree=1871204/2055920 swapFree=4181220/4192956
[pid=4850] ppid=4848 vsize=37588 CPUtime=402.19
/proc/4850/stat : 4850 (minisat) R 4848 4850 4813 0 -1 4194304 17365 0 0 0 40209 10 0 0 25 0 1 0 216880493 38490112 8972 1992294400 4194304 5092341 548682068848 18446744073709551615 4241260 0 0 4096 3 0 0 0 17 1 0 0
/proc/4850/statm: 9397 8972 101 219 0 9175 0
Current children cumulated CPU time (s) 402.19
Current children cumulated vsize (KiB) 37588

[startup+462.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 4851
/proc/meminfo: memFree=1865764/2055920 swapFree=4181220/4192956
[pid=4850] ppid=4848 vsize=45376 CPUtime=462.17
/proc/4850/stat : 4850 (minisat) R 4848 4850 4813 0 -1 4194304 18718 0 0 0 46207 10 0 0 25 0 1 0 216880493 46465024 10325 1992294400 4194304 5092341 548682068848 18446744073709551615 4248837 0 0 4096 3 0 0 0 17 1 0 0
/proc/4850/statm: 11344 10325 101 219 0 11122 0
Current children cumulated CPU time (s) 462.17
Current children cumulated vsize (KiB) 45376

[startup+522.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 4851
/proc/meminfo: memFree=1865764/2055920 swapFree=4181220/4192956
[pid=4850] ppid=4848 vsize=45376 CPUtime=522.15
/proc/4850/stat : 4850 (minisat) R 4848 4850 4813 0 -1 4194304 18721 0 0 0 52205 10 0 0 25 0 1 0 216880493 46465024 10328 1992294400 4194304 5092341 548682068848 18446744073709551615 4241380 0 0 4096 3 0 0 0 17 1 0 0
/proc/4850/statm: 11344 10328 101 219 0 11122 0
Current children cumulated CPU time (s) 522.15
Current children cumulated vsize (KiB) 45376

[startup+582.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 4851
/proc/meminfo: memFree=1865764/2055920 swapFree=4181220/4192956
[pid=4850] ppid=4848 vsize=45376 CPUtime=582.13
/proc/4850/stat : 4850 (minisat) R 4848 4850 4813 0 -1 4194304 18721 0 0 0 58203 10 0 0 25 0 1 0 216880493 46465024 10328 1992294400 4194304 5092341 548682068848 18446744073709551615 4240947 0 0 4096 3 0 0 0 17 1 0 0
/proc/4850/statm: 11344 10328 101 219 0 11122 0
Current children cumulated CPU time (s) 582.13
Current children cumulated vsize (KiB) 45376

[startup+642.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 4851
/proc/meminfo: memFree=1865700/2055920 swapFree=4181220/4192956
[pid=4850] ppid=4848 vsize=45376 CPUtime=642.13
/proc/4850/stat : 4850 (minisat) R 4848 4850 4813 0 -1 4194304 18721 0 0 0 64202 11 0 0 25 0 1 0 216880493 46465024 10328 1992294400 4194304 5092341 548682068848 18446744073709551615 4252535 0 0 4096 3 0 0 0 17 1 0 0
/proc/4850/statm: 11344 10328 101 219 0 11122 0
Current children cumulated CPU time (s) 642.13
Current children cumulated vsize (KiB) 45376

[startup+702.301 s]

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

[startup+4002.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 4859
/proc/meminfo: memFree=1824164/2055920 swapFree=4181220/4192956
[pid=4850] ppid=4848 vsize=83640 CPUtime=4001.23
/proc/4850/stat : 4850 (minisat) R 4848 4850 4813 0 -1 4194304 34323 0 0 0 400091 32 0 0 25 0 1 0 216880493 85647360 20297 1992294400 4194304 5092341 548682068848 18446744073709551615 4261557 0 0 4096 3 0 0 0 17 1 0 0
/proc/4850/statm: 20910 20297 101 219 0 20688 0
Current children cumulated CPU time (s) 4001.23
Current children cumulated vsize (KiB) 83640

[startup+4062.31 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 4859
/proc/meminfo: memFree=1824036/2055920 swapFree=4181220/4192956
[pid=4850] ppid=4848 vsize=83640 CPUtime=4061.22
/proc/4850/stat : 4850 (minisat) R 4848 4850 4813 0 -1 4194304 34325 0 0 0 406089 33 0 0 25 0 1 0 216880493 85647360 20299 1992294400 4194304 5092341 548682068848 18446744073709551615 4240969 0 0 4096 3 0 0 0 17 1 0 0
/proc/4850/statm: 20910 20299 101 219 0 20688 0
Current children cumulated CPU time (s) 4061.22
Current children cumulated vsize (KiB) 83640

[startup+4122.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 4859
/proc/meminfo: memFree=1824036/2055920 swapFree=4181220/4192956
[pid=4850] ppid=4848 vsize=83640 CPUtime=4121.2
/proc/4850/stat : 4850 (minisat) R 4848 4850 4813 0 -1 4194304 34325 0 0 0 412087 33 0 0 25 0 1 0 216880493 85647360 20299 1992294400 4194304 5092341 548682068848 18446744073709551615 4240947 0 0 4096 3 0 0 0 17 1 0 0
/proc/4850/statm: 20910 20299 101 219 0 20688 0
Current children cumulated CPU time (s) 4121.2
Current children cumulated vsize (KiB) 83640

[startup+4182.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 4859
/proc/meminfo: memFree=1824036/2055920 swapFree=4181220/4192956
[pid=4850] ppid=4848 vsize=83640 CPUtime=4181.18
/proc/4850/stat : 4850 (minisat) R 4848 4850 4813 0 -1 4194304 34325 0 0 0 418085 33 0 0 25 0 1 0 216880493 85647360 20299 1992294400 4194304 5092341 548682068848 18446744073709551615 4240640 0 0 4096 3 0 0 0 17 1 0 0
/proc/4850/statm: 20910 20299 101 219 0 20688 0
Current children cumulated CPU time (s) 4181.18
Current children cumulated vsize (KiB) 83640

[startup+4242.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 4859
/proc/meminfo: memFree=1824036/2055920 swapFree=4181220/4192956
[pid=4850] ppid=4848 vsize=83640 CPUtime=4241.17
/proc/4850/stat : 4850 (minisat) R 4848 4850 4813 0 -1 4194304 34325 0 0 0 424084 33 0 0 25 0 1 0 216880493 85647360 20299 1992294400 4194304 5092341 548682068848 18446744073709551615 4241098 0 0 4096 3 0 0 0 17 1 0 0
/proc/4850/statm: 20910 20299 101 219 0 20688 0
Current children cumulated CPU time (s) 4241.17
Current children cumulated vsize (KiB) 83640

[startup+4302.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 4859
/proc/meminfo: memFree=1824036/2055920 swapFree=4181220/4192956
[pid=4850] ppid=4848 vsize=83640 CPUtime=4301.16
/proc/4850/stat : 4850 (minisat) R 4848 4850 4813 0 -1 4194304 34325 0 0 0 430082 34 0 0 25 0 1 0 216880493 85647360 20299 1992294400 4194304 5092341 548682068848 18446744073709551615 4252133 0 0 4096 3 0 0 0 17 1 0 0
/proc/4850/statm: 20910 20299 101 219 0 20688 0
Current children cumulated CPU time (s) 4301.16
Current children cumulated vsize (KiB) 83640

[startup+4362.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 4859
/proc/meminfo: memFree=1824036/2055920 swapFree=4181220/4192956
[pid=4850] ppid=4848 vsize=83640 CPUtime=4361.14
/proc/4850/stat : 4850 (minisat) R 4848 4850 4813 0 -1 4194304 34325 0 0 0 436080 34 0 0 25 0 1 0 216880493 85647360 20299 1992294400 4194304 5092341 548682068848 18446744073709551615 4252535 0 0 4096 3 0 0 0 17 1 0 0
/proc/4850/statm: 20910 20299 101 219 0 20688 0
Current children cumulated CPU time (s) 4361.14
Current children cumulated vsize (KiB) 83640

[startup+4422.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 4859
/proc/meminfo: memFree=1824036/2055920 swapFree=4181220/4192956
[pid=4850] ppid=4848 vsize=83640 CPUtime=4421.12
/proc/4850/stat : 4850 (minisat) R 4848 4850 4813 0 -1 4194304 34325 0 0 0 442078 34 0 0 25 0 1 0 216880493 85647360 20299 1992294400 4194304 5092341 548682068848 18446744073709551615 4240608 0 0 4096 3 0 0 0 17 1 0 0
/proc/4850/statm: 20910 20299 101 219 0 20688 0
Current children cumulated CPU time (s) 4421.12
Current children cumulated vsize (KiB) 83640

[startup+4482.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 4859
/proc/meminfo: memFree=1823972/2055920 swapFree=4181220/4192956
[pid=4850] ppid=4848 vsize=83640 CPUtime=4481.11
/proc/4850/stat : 4850 (minisat) R 4848 4850 4813 0 -1 4194304 34325 0 0 0 448076 35 0 0 25 0 1 0 216880493 85647360 20299 1992294400 4194304 5092341 548682068848 18446744073709551615 4241095 0 0 4096 3 0 0 0 17 1 0 0
/proc/4850/statm: 20910 20299 101 219 0 20688 0
Current children cumulated CPU time (s) 4481.11
Current children cumulated vsize (KiB) 83640

[startup+4542.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 4859
/proc/meminfo: memFree=1823908/2055920 swapFree=4181220/4192956
[pid=4850] ppid=4848 vsize=83640 CPUtime=4541.09
/proc/4850/stat : 4850 (minisat) R 4848 4850 4813 0 -1 4194304 34325 0 0 0 454074 35 0 0 25 0 1 0 216880493 85647360 20299 1992294400 4194304 5092341 548682068848 18446744073709551615 4240669 0 0 4096 3 0 0 0 17 1 0 0
/proc/4850/statm: 20910 20299 101 219 0 20688 0
Current children cumulated CPU time (s) 4541.09
Current children cumulated vsize (KiB) 83640

[startup+4602.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 4859
/proc/meminfo: memFree=1823140/2055920 swapFree=4181220/4192956
[pid=4850] ppid=4848 vsize=83640 CPUtime=4601.08
/proc/4850/stat : 4850 (minisat) R 4848 4850 4813 0 -1 4194304 34492 0 0 0 460073 35 0 0 25 0 1 0 216880493 85647360 20466 1992294400 4194304 5092341 548682068848 18446744073709551615 4241260 0 0 4096 3 0 0 0 17 1 0 0
/proc/4850/statm: 20910 20466 101 219 0 20688 0
Current children cumulated CPU time (s) 4601.08
Current children cumulated vsize (KiB) 83640

[startup+4662.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 4859
/proc/meminfo: memFree=1823140/2055920 swapFree=4181220/4192956
[pid=4850] ppid=4848 vsize=83640 CPUtime=4661.06
/proc/4850/stat : 4850 (minisat) R 4848 4850 4813 0 -1 4194304 34492 0 0 0 466071 35 0 0 25 0 1 0 216880493 85647360 20466 1992294400 4194304 5092341 548682068848 18446744073709551615 4241447 0 0 4096 3 0 0 0 17 1 0 0
/proc/4850/statm: 20910 20466 101 219 0 20688 0
Current children cumulated CPU time (s) 4661.06
Current children cumulated vsize (KiB) 83640

[startup+4722.31 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 4859
/proc/meminfo: memFree=1820964/2055920 swapFree=4181220/4192956
[pid=4850] ppid=4848 vsize=86380 CPUtime=4721.05
/proc/4850/stat : 4850 (minisat) R 4848 4850 4813 0 -1 4194304 35027 0 0 0 472069 36 0 0 25 0 1 0 216880493 88453120 21001 1992294400 4194304 5092341 548682068848 18446744073709551615 4240667 0 0 4096 3 0 0 0 17 1 0 0
/proc/4850/statm: 21595 21001 101 219 0 21373 0
Current children cumulated CPU time (s) 4721.05
Current children cumulated vsize (KiB) 86380

[startup+4782.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 4859
/proc/meminfo: memFree=1820580/2055920 swapFree=4181220/4192956
[pid=4850] ppid=4848 vsize=86380 CPUtime=4781.03
/proc/4850/stat : 4850 (minisat) R 4848 4850 4813 0 -1 4194304 35131 0 0 0 478067 36 0 0 25 0 1 0 216880493 88453120 21105 1992294400 4194304 5092341 548682068848 18446744073709551615 4240611 0 0 4096 3 0 0 0 17 1 0 0
/proc/4850/statm: 21595 21105 101 219 0 21373 0
Current children cumulated CPU time (s) 4781.03
Current children cumulated vsize (KiB) 86380

[startup+4842.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 4859
/proc/meminfo: memFree=1820452/2055920 swapFree=4181220/4192956
[pid=4850] ppid=4848 vsize=86380 CPUtime=4841.01
/proc/4850/stat : 4850 (minisat) R 4848 4850 4813 0 -1 4194304 35154 0 0 0 484065 36 0 0 25 0 1 0 216880493 88453120 21128 1992294400 4194304 5092341 548682068848 18446744073709551615 4240640 0 0 4096 3 0 0 0 17 1 0 0
/proc/4850/statm: 21595 21128 101 219 0 21373 0
Current children cumulated CPU time (s) 4841.01
Current children cumulated vsize (KiB) 86380

[startup+4902.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 4859
/proc/meminfo: memFree=1820452/2055920 swapFree=4181220/4192956
[pid=4850] ppid=4848 vsize=86380 CPUtime=4900.99
/proc/4850/stat : 4850 (minisat) R 4848 4850 4813 0 -1 4194304 35154 0 0 0 490063 36 0 0 25 0 1 0 216880493 88453120 21128 1992294400 4194304 5092341 548682068848 18446744073709551615 4240640 0 0 4096 3 0 0 0 17 1 0 0
/proc/4850/statm: 21595 21128 101 219 0 21373 0
Current children cumulated CPU time (s) 4900.99
Current children cumulated vsize (KiB) 86380

[startup+4962.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 4859
/proc/meminfo: memFree=1820324/2055920 swapFree=4181220/4192956
[pid=4850] ppid=4848 vsize=86380 CPUtime=4960.98
/proc/4850/stat : 4850 (minisat) R 4848 4850 4813 0 -1 4194304 35190 0 0 0 496061 37 0 0 25 0 1 0 216880493 88453120 21164 1992294400 4194304 5092341 548682068848 18446744073709551615 4240608 0 0 4096 3 0 0 0 17 1 0 0
/proc/4850/statm: 21595 21164 101 219 0 21373 0
Current children cumulated CPU time (s) 4960.98
Current children cumulated vsize (KiB) 86380



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+5001.4 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 4859
/proc/meminfo: memFree=1820324/2055920 swapFree=4181220/4192956
[pid=4850] ppid=4848 vsize=86380 CPUtime=5000.07
/proc/4850/stat : 4850 (minisat) R 4848 4850 4813 0 -1 4194304 35190 0 0 0 499970 37 0 0 25 0 1 0 216880493 88453120 21164 1992294400 4194304 5092341 548682068848 18446744073709551615 4240661 0 0 4096 3 0 0 0 17 1 0 0
/proc/4850/statm: 21595 21164 101 219 0 21373 0
Current children cumulated CPU time (s) 5000.07
Current children cumulated vsize (KiB) 86380

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

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

Child ended because it received signal 15 (SIGTERM)
Real time (s): 5001.42
CPU time (s): 5000.1
CPU user time (s): 4999.71
CPU system time (s): 0.38894
CPU usage (%): 99.9736
Max. virtual memory (cumulated for all children) (KiB): 86380

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4999.71
system time used= 0.38894
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 35190
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= 2
involuntary context switches= 5825

runsolver used 3.75743 second user time and 10.1285 second system time

The end

Launcher Data

Begin job on node35 at 2009-05-09 19:01:19
IDJOB=1783811
IDBENCH=24692
IDSOLVER=608
FILE ID=node35/1783811-1241888479
PBS_JOBID= 9264713
Free space on /tmp= 66292 MiB

SOLVER NAME= MiniSat 2.1 (Sat-race'08 Edition)
BENCH NAME= SAT07/crafted/Hard/contest03/others/color-11-3.sat05-445.reshuffled-07.cnf
COMMAND LINE= HOME/minisat BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1783811-1241888479/watcher-1783811-1241888479 -o /tmp/evaluation-result-1783811-1241888479/solver-1783811-1241888479 -C 5000 -W 6000 -M 1800  HOME/minisat HOME/instance-1783811-1241888479.cnf

TIME LIMIT= 5000 seconds
MEMORY LIMIT= 1800 MiB
MAX NB THREAD= 0

MD5SUM BENCH= 207febf52bd846c013e185fa637fdf3c
RANDOM SEED=801872798

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

/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.214
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.214
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:       1907588 kB
Buffers:         32084 kB
Cached:          70364 kB
SwapCached:       6148 kB
Active:          52860 kB
Inactive:        57964 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1907588 kB
SwapTotal:     4192956 kB
SwapFree:      4181220 kB
Dirty:            1280 kB
Writeback:           0 kB
Mapped:          13380 kB
Slab:            23500 kB
Committed_AS:   794528 kB
PageTables:       1396 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= 66292 MiB
End job on node35 at 2009-05-09 20:24:43