Trace number 428859

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-04-26 (fixed)? (TO) 1200.11 1200.49

General information on the benchmark

Namecrafted/Hard/contest05/counting-clq/
unsat-set-b-clqcolor-30-20-26.sat05-1264.reshuffled-07.cnf
MD5SUMede19899bb8c427d8a34daa9d239a276
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 variables1815
Number of clauses301256
Sum of the clauses size895230
Maximum clause length30
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 29750
Number of clauses of size 3291450
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 556

Solver Data (download as text)

0.00/0.00	This is MiniMarch 1.1, 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:  1815                                                 |
0.00/0.00	|  Number of clauses:    301256                                               |
0.79/0.81	|  Parsing time:         0.79         s                                       |
30.48/30.55	============================[ Search Statistics ]==============================
30.48/30.55	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
30.48/30.55	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
30.48/30.55	===============================================================================
30.48/30.55	|         0 |    1759   301200  1436978 |   100400        0    nan |  0.000 % |
30.58/30.60	|       101 |    1759   301200  1436978 |   110440      101    212 |  0.000 % |
30.58/30.63	|       252 |    1759   301200  1436978 |   121484      252    252 |  0.000 % |
30.58/30.68	|       477 |    1759   301200  1436978 |   133632      477    233 |  0.000 % |
30.69/30.75	|       814 |    1759   301200  1436978 |   146995      814    220 |  0.000 % |
30.79/30.82	|      1320 |    1759   301200  1436978 |   161695     1320    212 |  0.000 % |
30.98/31.02	|      2079 |    1759   301200  1436978 |   177864     2079    230 |  0.000 % |
31.08/31.16	|      3221 |    1759   301200  1436978 |   195651     3221    206 |  0.000 % |
31.38/31.47	|      4929 |    1759   301200  1436978 |   215216     4929    190 |  0.000 % |
31.89/31.99	|      7492 |    1759   301200  1436978 |   236737     7492    192 |  0.000 % |
33.08/33.20	|     11336 |    1759   301200  1436978 |   260411    11336    180 |  0.000 % |
34.88/34.93	|     17102 |    1759   301200  1436978 |   286452    17102    179 |  0.000 % |
38.78/38.84	|     25751 |    1759   301200  1436978 |   315098    25751    196 |  0.000 % |
48.28/48.36	|     38725 |    1759   301200  1436978 |   346608    38725    249 |  0.000 % |
58.37/58.47	|     58188 |    1759   301200  1436978 |   381268    58188    250 |  0.000 % |
89.96/90.07	|     87382 |    1759   301200  1436978 |   419395    87382    287 |  0.000 % |
150.54/150.68	|    131172 |    1759   301200  1436978 |   461335   131172    295 |  0.000 % |
315.70/315.85	|    196856 |    1759   301200  1436978 |   507468   196856    289 |  0.000 % |
503.04/503.20	|    295385 |    1759   301200  1436978 |   558215   295385    299 |  0.000 % |

Verifier Data (download as text)

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

Watcher Data (download as text)

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

command line: runsolver --timestamp -w ROOT/results/node71/watcher-428859-1177754881 -o ROOT/results/node71/solver-428859-1177754881 -C 1200 -W 2400 -M 1800 --output-limit 1,15 /tmp/evaluation/428859-1177754881/minimarch_fixed /tmp/evaluation/428859-1177754881/instance-428859-1177754881.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.98 0.99 3/64 2106
/proc/meminfo: memFree=1692272/2055920 swapFree=4184260/4192956
[pid=2106] ppid=2104 vsize=2000 CPUtime=0
/proc/2106/stat : 2106 (minimarch_fixed) R 2104 2106 1112 0 -1 4194304 415 0 0 0 0 0 0 0 18 0 1 0 251477447 2048000 400 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134515652 0 0 4096 3 0 0 0 17 1 0 0
/proc/2106/statm: 500 400 51 132 0 365 0

[startup+0.094608 s]
/proc/loadavg: 0.99 0.98 0.99 3/64 2106
/proc/meminfo: memFree=1692272/2055920 swapFree=4184260/4192956
[pid=2106] ppid=2104 vsize=6676 CPUtime=0.08
/proc/2106/stat : 2106 (minimarch_fixed) R 2104 2106 1112 0 -1 4194304 1558 0 0 0 8 0 0 0 18 0 1 0 251477447 6836224 1543 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134688823 0 0 4096 3 0 0 0 17 1 0 0
/proc/2106/statm: 1669 1544 51 132 0 1534 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 6676

[startup+0.101608 s]
/proc/loadavg: 0.99 0.98 0.99 3/64 2106
/proc/meminfo: memFree=1692272/2055920 swapFree=4184260/4192956
[pid=2106] ppid=2104 vsize=7204 CPUtime=0.09
/proc/2106/stat : 2106 (minimarch_fixed) R 2104 2106 1112 0 -1 4194304 1696 0 0 0 9 0 0 0 18 0 1 0 251477447 7376896 1681 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134688823 0 0 4096 3 0 0 0 17 1 0 0
/proc/2106/statm: 1801 1682 51 132 0 1666 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 7204

[startup+0.301635 s]
/proc/loadavg: 0.99 0.98 0.99 3/64 2106
/proc/meminfo: memFree=1692272/2055920 swapFree=4184260/4192956
[pid=2106] ppid=2104 vsize=17620 CPUtime=0.29
/proc/2106/stat : 2106 (minimarch_fixed) R 2104 2106 1112 0 -1 4194304 4258 0 0 0 27 2 0 0 19 0 1 0 251477447 18042880 4243 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134688823 0 0 4096 3 0 0 0 17 1 0 0
/proc/2106/statm: 4405 4245 51 132 0 4270 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 17620

[startup+0.70169 s]
/proc/loadavg: 0.99 0.98 0.99 3/64 2106
/proc/meminfo: memFree=1692272/2055920 swapFree=4184260/4192956
[pid=2106] ppid=2104 vsize=19732 CPUtime=0.69
/proc/2106/stat : 2106 (minimarch_fixed) R 2104 2106 1112 0 -1 4194304 4831 0 0 0 67 2 0 0 22 0 1 0 251477447 20205568 4816 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134523053 0 0 4096 3 0 0 0 17 1 0 0
/proc/2106/statm: 4933 4816 51 132 0 4798 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 19732

[startup+1.5018 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 2113
/proc/meminfo: memFree=1673192/2055920 swapFree=4184260/4192956
[pid=2106] ppid=2104 vsize=19728 CPUtime=1.49
/proc/2106/stat : 2106 (minimarch_fixed) R 2104 2106 1112 0 -1 4194304 4843 0 0 0 147 2 0 0 25 0 1 0 251477447 20201472 4828 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134531329 0 0 4096 3 0 0 0 17 1 0 0
/proc/2106/statm: 4932 4828 63 132 0 4797 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 19728

[startup+3.10202 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 2113
/proc/meminfo: memFree=1673064/2055920 swapFree=4184260/4192956
[pid=2106] ppid=2104 vsize=19728 CPUtime=3.09
/proc/2106/stat : 2106 (minimarch_fixed) R 2104 2106 1112 0 -1 4194304 4843 0 0 0 307 2 0 0 25 0 1 0 251477447 20201472 4828 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134531329 0 0 4096 3 0 0 0 17 1 0 0
/proc/2106/statm: 4932 4828 63 132 0 4797 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 19728

[startup+6.30146 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 2113
/proc/meminfo: memFree=1672744/2055920 swapFree=4184260/4192956
[pid=2106] ppid=2104 vsize=19728 CPUtime=6.29
/proc/2106/stat : 2106 (minimarch_fixed) R 2104 2106 1112 0 -1 4194304 4843 0 0 0 627 2 0 0 25 0 1 0 251477447 20201472 4828 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134531528 0 0 4096 3 0 0 0 17 1 0 0
/proc/2106/statm: 4932 4828 63 132 0 4797 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 19728

[startup+12.7013 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 2113
/proc/meminfo: memFree=1672424/2055920 swapFree=4184260/4192956
[pid=2106] ppid=2104 vsize=24416 CPUtime=12.68
/proc/2106/stat : 2106 (minimarch_fixed) R 2104 2106 1112 0 -1 4194304 5732 0 0 0 1266 2 0 0 25 0 1 0 251477447 25001984 5717 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134550497 0 0 4096 3 0 0 0 17 1 0 0
/proc/2106/statm: 6104 5717 63 132 0 5969 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 24416

[startup+25.5011 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 2113
/proc/meminfo: memFree=1666920/2055920 swapFree=4184260/4192956
[pid=2106] ppid=2104 vsize=26524 CPUtime=25.49
/proc/2106/stat : 2106 (minimarch_fixed) R 2104 2106 1112 0 -1 4194304 6345 0 0 0 2546 3 0 0 25 0 1 0 251477447 27160576 6330 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134531538 0 0 4096 3 0 0 0 17 1 0 0
/proc/2106/statm: 6631 6330 63 132 0 6496 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 26524

[startup+51.1016 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 2113
/proc/meminfo: memFree=1628264/2055920 swapFree=4184260/4192956
[pid=2106] ppid=2104 vsize=66524 CPUtime=51.07
/proc/2106/stat : 2106 (minimarch_fixed) R 2104 2106 1112 0 -1 4194304 17020 0 0 0 5099 8 0 0 25 0 1 0 251477447 68120576 16362 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134688823 0 0 4096 3 0 0 0 17 1 0 0
/proc/2106/statm: 16631 16362 68 132 0 16496 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 66524

[startup+102.305 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 2113
/proc/meminfo: memFree=1555880/2055920 swapFree=4184260/4192956
[pid=2106] ppid=2104 vsize=137600 CPUtime=102.26
/proc/2106/stat : 2106 (minimarch_fixed) R 2104 2106 1112 0 -1 4194304 34764 0 0 0 10204 22 0 0 25 0 1 0 251477447 140902400 34106 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134551353 0 0 4096 3 0 0 0 17 1 0 0
/proc/2106/statm: 34400 34106 68 132 0 34265 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 137600

[startup+162.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 2113
/proc/meminfo: memFree=1507944/2055920 swapFree=4184260/4192956
[pid=2106] ppid=2104 vsize=185832 CPUtime=162.24
/proc/2106/stat : 2106 (minimarch_fixed) R 2104 2106 1112 0 -1 4194304 46759 0 0 0 16190 34 0 0 25 0 1 0 251477447 190291968 46101 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134551227 0 0 4096 3 0 0 0 17 1 0 0
/proc/2106/statm: 46458 46101 68 132 0 46323 0
Current children cumulated CPU time (s) 162.24
Current children cumulated vsize (KiB) 185832

[startup+222.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 2113
/proc/meminfo: memFree=1476392/2055920 swapFree=4184260/4192956
[pid=2106] ppid=2104 vsize=216944 CPUtime=222.23
/proc/2106/stat : 2106 (minimarch_fixed) R 2104 2106 1112 0 -1 4194304 54565 0 0 0 22181 42 0 0 25 0 1 0 251477447 222150656 53907 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134551227 0 0 4096 3 0 0 0 17 1 0 0
/proc/2106/statm: 54236 53907 68 132 0 54101 0
Current children cumulated CPU time (s) 222.23
Current children cumulated vsize (KiB) 216944

[startup+282.301 s]
/proc/loadavg: 1.03 1.00 1.00 2/65 2113
/proc/meminfo: memFree=1453352/2055920 swapFree=4184260/4192956
[pid=2106] ppid=2104 vsize=240168 CPUtime=282.2
/proc/2106/stat : 2106 (minimarch_fixed) R 2104 2106 1112 0 -1 4194304 60376 0 0 0 28173 47 0 0 25 0 1 0 251477447 245932032 59718 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134551386 0 0 4096 3 0 0 0 17 1 0 0
/proc/2106/statm: 60042 59718 68 132 0 59907 0
Current children cumulated CPU time (s) 282.2
Current children cumulated vsize (KiB) 240168

[startup+342.301 s]
/proc/loadavg: 1.01 1.00 1.00 2/65 2113
/proc/meminfo: memFree=1414952/2055920 swapFree=4184260/4192956
[pid=2106] ppid=2104 vsize=278848 CPUtime=342.18
/proc/2106/stat : 2106 (minimarch_fixed) R 2104 2106 1112 0 -1 4194304 69957 0 0 0 34163 55 0 0 25 0 1 0 251477447 285540352 69299 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134551227 0 0 4096 3 0 0 0 17 1 0 0
/proc/2106/statm: 69712 69299 68 132 0 69577 0
Current children cumulated CPU time (s) 342.18
Current children cumulated vsize (KiB) 278848

[startup+402.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 2113
/proc/meminfo: memFree=1372328/2055920 swapFree=4184260/4192956
[pid=2106] ppid=2104 vsize=321732 CPUtime=402.16
/proc/2106/stat : 2106 (minimarch_fixed) R 2104 2106 1112 0 -1 4194304 80661 0 0 0 40148 68 0 0 25 0 1 0 251477447 329453568 80003 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134551344 0 0 4096 3 0 0 0 17 1 0 0
/proc/2106/statm: 80433 80003 68 132 0 80298 0
Current children cumulated CPU time (s) 402.16
Current children cumulated vsize (KiB) 321732

[startup+462.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 2113
/proc/meminfo: memFree=1336616/2055920 swapFree=4184260/4192956
[pid=2106] ppid=2104 vsize=357032 CPUtime=462.15
/proc/2106/stat : 2106 (minimarch_fixed) R 2104 2106 1112 0 -1 4194304 89488 0 0 0 46138 77 0 0 25 0 1 0 251477447 365600768 88830 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134551337 0 0 4096 3 0 0 0 17 1 0 0
/proc/2106/statm: 89258 88830 68 132 0 89123 0
Current children cumulated CPU time (s) 462.15
Current children cumulated vsize (KiB) 357032

[startup+522.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 2113
/proc/meminfo: memFree=1302248/2055920 swapFree=4184260/4192956
[pid=2106] ppid=2104 vsize=391744 CPUtime=522.13
/proc/2106/stat : 2106 (minimarch_fixed) R 2104 2106 1112 0 -1 4194304 98172 0 0 0 52127 86 0 0 25 0 1 0 251477447 401145856 97514 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134551358 0 0 4096 3 0 0 0 17 1 0 0
/proc/2106/statm: 97936 97514 68 132 0 97801 0
Current children cumulated CPU time (s) 522.13
Current children cumulated vsize (KiB) 391744

[startup+582.301 s]
/proc/loadavg: 1.10 1.03 1.01 2/65 2113
/proc/meminfo: memFree=1274728/2055920 swapFree=4184260/4192956
[pid=2106] ppid=2104 vsize=419308 CPUtime=582.11
/proc/2106/stat : 2106 (minimarch_fixed) R 2104 2106 1112 0 -1 4194304 104927 0 0 0 58118 93 0 0 25 0 1 0 251477447 429371392 104269 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134551358 0 0 4096 3 0 0 0 17 1 0 0
/proc/2106/statm: 104827 104269 68 132 0 104692 0
Current children cumulated CPU time (s) 582.11
Current children cumulated vsize (KiB) 419308

[startup+642.301 s]
/proc/loadavg: 1.08 1.04 1.01 2/65 2113
/proc/meminfo: memFree=1255720/2055920 swapFree=4184260/4192956
[pid=2106] ppid=2104 vsize=438364 CPUtime=642.09
/proc/2106/stat : 2106 (minimarch_fixed) R 2104 2106 1112 0 -1 4194304 109651 0 0 0 64112 97 0 0 25 0 1 0 251477447 448884736 108993 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134688823 0 0 4096 3 0 0 0 17 1 0 0
/proc/2106/statm: 109591 108993 68 132 0 109456 0
Current children cumulated CPU time (s) 642.09
Current children cumulated vsize (KiB) 438364

[startup+702.302 s]
/proc/loadavg: 1.07 1.04 1.01 2/65 2113
/proc/meminfo: memFree=1241256/2055920 swapFree=4184260/4192956
[pid=2106] ppid=2104 vsize=452864 CPUtime=702.07
/proc/2106/stat : 2106 (minimarch_fixed) R 2104 2106 1112 0 -1 4194304 113282 0 0 0 70107 100 0 0 25 0 1 0 251477447 463732736 112624 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134551227 0 0 4096 3 0 0 0 17 1 0 0
/proc/2106/statm: 113216 112624 68 132 0 113081 0
Current children cumulated CPU time (s) 702.07
Current children cumulated vsize (KiB) 452864

[startup+762.306 s]
/proc/loadavg: 1.02 1.03 1.00 2/65 2113
/proc/meminfo: memFree=1227048/2055920 swapFree=4184260/4192956
[pid=2106] ppid=2104 vsize=467012 CPUtime=762.06
/proc/2106/stat : 2106 (minimarch_fixed) R 2104 2106 1112 0 -1 4194304 116810 0 0 0 76101 105 0 0 25 0 1 0 251477447 478220288 116152 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134551218 0 0 4096 3 0 0 0 17 1 0 0
/proc/2106/statm: 116753 116152 68 132 0 116618 0
Current children cumulated CPU time (s) 762.06
Current children cumulated vsize (KiB) 467012

[startup+822.302 s]
/proc/loadavg: 1.01 1.02 1.00 2/65 2113
/proc/meminfo: memFree=1211304/2055920 swapFree=4184260/4192956
[pid=2106] ppid=2104 vsize=483084 CPUtime=822.03
/proc/2106/stat : 2106 (minimarch_fixed) R 2104 2106 1112 0 -1 4194304 120775 0 0 0 82095 108 0 0 25 0 1 0 251477447 494678016 120117 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134551337 0 0 4096 3 0 0 0 17 1 0 0
/proc/2106/statm: 120771 120117 68 132 0 120636 0
Current children cumulated CPU time (s) 822.03
Current children cumulated vsize (KiB) 483084

[startup+882.301 s]
/proc/loadavg: 1.00 1.02 1.00 2/65 2113
/proc/meminfo: memFree=1194088/2055920 swapFree=4184260/4192956
[pid=2106] ppid=2104 vsize=500348 CPUtime=882.02
/proc/2106/stat : 2106 (minimarch_fixed) R 2104 2106 1112 0 -1 4194304 125037 0 0 0 88089 113 0 0 25 0 1 0 251477447 512356352 124379 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134551358 0 0 4096 3 0 0 0 17 1 0 0
/proc/2106/statm: 125087 124379 68 132 0 124952 0
Current children cumulated CPU time (s) 882.02
Current children cumulated vsize (KiB) 500348

[startup+942.301 s]
/proc/loadavg: 1.00 1.01 1.00 2/65 2113
/proc/meminfo: memFree=1182184/2055920 swapFree=4184260/4192956
[pid=2106] ppid=2104 vsize=512436 CPUtime=942
/proc/2106/stat : 2106 (minimarch_fixed) R 2104 2106 1112 0 -1 4194304 128015 0 0 0 94084 116 0 0 25 0 1 0 251477447 524734464 127357 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134551358 0 0 4096 3 0 0 0 17 1 0 0
/proc/2106/statm: 128109 127357 68 132 0 127974 0
Current children cumulated CPU time (s) 942
Current children cumulated vsize (KiB) 512436

[startup+1002.3 s]
/proc/loadavg: 1.00 1.01 1.00 2/65 2113
/proc/meminfo: memFree=1173032/2055920 swapFree=4184260/4192956
[pid=2106] ppid=2104 vsize=521616 CPUtime=1001.98
/proc/2106/stat : 2106 (minimarch_fixed) R 2104 2106 1112 0 -1 4194304 130302 0 0 0 100080 118 0 0 25 0 1 0 251477447 534134784 129644 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134551227 0 0 4096 3 0 0 0 17 1 0 0
/proc/2106/statm: 130404 129644 68 132 0 130269 0
Current children cumulated CPU time (s) 1001.98
Current children cumulated vsize (KiB) 521616

[startup+1062.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 2113
/proc/meminfo: memFree=1162664/2055920 swapFree=4184260/4192956
[pid=2106] ppid=2104 vsize=532064 CPUtime=1061.95
/proc/2106/stat : 2106 (minimarch_fixed) R 2104 2106 1112 0 -1 4194304 132900 0 0 0 106074 121 0 0 25 0 1 0 251477447 544833536 132242 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134551227 0 0 4096 3 0 0 0 17 1 0 0
/proc/2106/statm: 133016 132242 68 132 0 132881 0
Current children cumulated CPU time (s) 1061.95
Current children cumulated vsize (KiB) 532064

[startup+1122.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 2113
/proc/meminfo: memFree=1150184/2055920 swapFree=4184260/4192956
[pid=2106] ppid=2104 vsize=544352 CPUtime=1121.94
/proc/2106/stat : 2106 (minimarch_fixed) R 2104 2106 1112 0 -1 4194304 135985 0 0 0 112070 124 0 0 25 0 1 0 251477447 557416448 135327 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134551227 0 0 4096 3 0 0 0 17 1 0 0
/proc/2106/statm: 136088 135327 68 132 0 135953 0
Current children cumulated CPU time (s) 1121.94
Current children cumulated vsize (KiB) 544352

[startup+1182.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 2113
/proc/meminfo: memFree=1138472/2055920 swapFree=4184260/4192956
[pid=2106] ppid=2104 vsize=556208 CPUtime=1181.92
/proc/2106/stat : 2106 (minimarch_fixed) R 2104 2106 1112 0 -1 4194304 138933 0 0 0 118065 127 0 0 25 0 1 0 251477447 569556992 138275 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134551227 0 0 4096 3 0 0 0 17 1 0 0
/proc/2106/statm: 139052 138275 68 132 0 138917 0
Current children cumulated CPU time (s) 1181.92
Current children cumulated vsize (KiB) 556208



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.4 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 2113
/proc/meminfo: memFree=1135592/2055920 swapFree=4184260/4192956
[pid=2106] ppid=2104 vsize=558980 CPUtime=1200.02
/proc/2106/stat : 2106 (minimarch_fixed) R 2104 2106 1112 0 -1 4194304 139612 0 0 0 119874 128 0 0 25 0 1 0 251477447 572395520 138954 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134551218 0 0 4096 3 0 0 0 17 1 0 0
/proc/2106/statm: 139745 138954 68 132 0 139610 0
Current children cumulated CPU time (s) 1200.02
Current children cumulated vsize (KiB) 558980

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): 1200.49
CPU time (s): 1200.11
CPU user time (s): 1198.74
CPU system time (s): 1.37079
CPU usage (%): 99.9685
Max. virtual memory (cumulated for all children) (KiB): 558980

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1198.74
system time used= 1.37079
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 139612
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= 2013

runsolver used 0.966853 second user time and 2.32065 second system time

The end

Launcher Data (download as text)

Begin job on node71 on Sat Apr 28 10:08:01 UTC 2007

IDJOB= 428859
IDBENCH= 24679
IDSOLVER= 198
FILE ID= node71/428859-1177754881

PBS_JOBID= 4715513

Free space on /tmp= 66501 MiB

SOLVER NAME= minimarch 2007-04-26 (fixed)
BENCH NAME= HOME/pub/bench/SAT07/crafted/Hard/contest05/counting-clq/unsat-set-b-clqcolor-30-20-26.sat05-1264.reshuffled-07.cnf
COMMAND LINE= /tmp/evaluation/428859-1177754881/minimarch_fixed /tmp/evaluation/428859-1177754881/instance-428859-1177754881.cnf
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node71/watcher-428859-1177754881 -o ROOT/results/node71/solver-428859-1177754881 -C 1200 -W 2400 -M 1800 --output-limit 1,15  /tmp/evaluation/428859-1177754881/minimarch_fixed /tmp/evaluation/428859-1177754881/instance-428859-1177754881.cnf

META MD5SUM SOLVER= 08d902191c06ef4f82d57c2f2b6a82c2
MD5SUM BENCH=  ede19899bb8c427d8a34daa9d239a276

RANDOM SEED= 431803830

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB

Linux node71.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.234
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.234
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:       1692744 kB
Buffers:         41808 kB
Cached:         244468 kB
SwapCached:       2792 kB
Active:         163800 kB
Inactive:       132440 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1692744 kB
SwapTotal:     4192956 kB
SwapFree:      4184260 kB
Dirty:            7724 kB
Writeback:           0 kB
Mapped:          15960 kB
Slab:            52928 kB
Committed_AS:  3692804 kB
PageTables:       1448 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= 66501 MiB

End job on node71 on Sat Apr 28 10:28:04 UTC 2007