Trace number 428911

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.08 1200.41

General information on the benchmark

Namecrafted/Hard/contest03/looksrandom/
hidden-k3-s0-r5-n700-03-S1609878926.sat05-487.reshuffled-07.cnf
MD5SUM7f7c976d7909598011f66ef2d3909687
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 variables700
Number of clauses3500
Sum of the clauses size10500
Maximum clause length3
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 33500
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 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:  700                                                  |
0.00/0.00	|  Number of clauses:    3500                                                 |
0.00/0.00	|  Parsing time:         0.01         s                                       |
0.01/0.01	============================[ Search Statistics ]==============================
0.01/0.01	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
0.01/0.01	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
0.01/0.01	===============================================================================
0.01/0.01	|         0 |     695     3492    10508 |     1164        0    nan |  0.000 % |
0.01/0.02	|       100 |     695     3492    10508 |     1280      100     26 |  0.000 % |
0.01/0.03	|       250 |     695     3492    10508 |     1408      250     27 |  0.000 % |
0.01/0.04	|       475 |     695     3492    10508 |     1549      475     25 |  0.000 % |
0.01/0.05	|       814 |     695     3492    10508 |     1704      814     27 |  0.000 % |
0.01/0.08	|      1320 |     695     3492    10508 |     1874     1320     26 |  0.000 % |
0.10/0.13	|      2079 |     695     3492    10508 |     2062     1110     25 |  0.000 % |
0.10/0.19	|      3219 |     695     3492    10508 |     2268     1178     26 |  0.000 % |
0.20/0.29	|      4931 |     695     3492    10508 |     2495     1724     26 |  0.000 % |
0.40/0.45	|      7494 |     695     3492    10508 |     2744     1738     26 |  0.000 % |
0.70/0.72	|     11339 |     695     3492    10508 |     3019     2776     26 |  0.000 % |
1.10/1.14	|     17105 |     695     3492    10508 |     3321     2368     27 |  0.000 % |
1.79/1.81	|     25755 |     695     3492    10508 |     3653     2501     26 |  0.000 % |
2.79/2.82	|     38729 |     695     3492    10508 |     4018     2411     26 |  0.000 % |
4.30/4.35	|     58190 |     695     3492    10508 |     4420     3495     27 |  0.000 % |
6.69/6.79	|     87383 |     695     3492    10508 |     4862     3509     27 |  0.000 % |
10.39/10.46	|    131172 |     695     3492    10508 |     5348     2940     24 |  0.000 % |
16.18/16.20	|    196856 |     695     3492    10508 |     5883     3609     23 |  0.000 % |
25.29/25.37	|    295382 |     695     3492    10508 |     6471     4012     26 |  0.000 % |
39.67/39.78	|    443174 |     695     3492    10508 |     7118     4663     27 |  0.000 % |
62.47/62.51	|    664859 |     695     3492    10508 |     7830     7141     27 |  0.000 % |
97.36/97.42	|    997385 |     695     3492    10508 |     8613     3958     27 |  0.000 % |
152.85/152.90	|   1496175 |     695     3492    10508 |     9475     7962     30 |  0.000 % |
238.92/239.03	|   2244358 |     695     3492    10508 |    10422     7360     26 |  0.000 % |
379.88/380.03	|   3366632 |     695     3492    10508 |    11465     7685     26 |  0.000 % |
598.02/598.30	|   5050044 |     695     3492    10508 |    12611     7374     27 |  0.000 % |
943.14/943.48	|   7575161 |     695     3492    10508 |    13872     9791     28 |  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/node1/watcher-428911-1177756639 -o ROOT/results/node1/solver-428911-1177756639 -C 1200 -W 2400 -M 1800 --output-limit 1,15 /tmp/evaluation/428911-1177756639/minimarch_fixed /tmp/evaluation/428911-1177756639/instance-428911-1177756639.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.92 0.98 0.99 3/77 16619
/proc/meminfo: memFree=1557048/2055920 swapFree=4145748/4192956
[pid=16619] ppid=16617 vsize=2012 CPUtime=0
/proc/16619/stat : 16619 (minimarch_fixed) R 16617 16619 15835 0 -1 4194304 158 0 0 0 0 0 0 0 18 0 1 0 251701723 2060288 143 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134688823 0 0 4096 3 0 0 0 17 1 0 0
/proc/16619/statm: 503 143 51 132 0 368 0

[startup+0.0156359 s]
/proc/loadavg: 0.92 0.98 0.99 3/77 16619
/proc/meminfo: memFree=1557048/2055920 swapFree=4145748/4192956
[pid=16619] ppid=16617 vsize=2008 CPUtime=0.01
/proc/16619/stat : 16619 (minimarch_fixed) R 16617 16619 15835 0 -1 4194304 177 0 0 0 1 0 0 0 18 0 1 0 251701723 2056192 162 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134522960 0 0 4096 3 0 0 0 17 1 0 0
/proc/16619/statm: 502 162 63 132 0 367 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 2008

[startup+0.102646 s]
/proc/loadavg: 0.92 0.98 0.99 3/77 16619
/proc/meminfo: memFree=1557048/2055920 swapFree=4145748/4192956
[pid=16619] ppid=16617 vsize=2140 CPUtime=0.1
/proc/16619/stat : 16619 (minimarch_fixed) R 16617 16619 15835 0 -1 4194304 218 0 0 0 10 0 0 0 18 0 1 0 251701723 2191360 203 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134691888 0 0 4096 3 0 0 0 17 1 0 0
/proc/16619/statm: 535 203 67 132 0 400 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 2140

[startup+0.301669 s]
/proc/loadavg: 0.92 0.98 0.99 3/77 16619
/proc/meminfo: memFree=1557048/2055920 swapFree=4145748/4192956
[pid=16619] ppid=16617 vsize=2272 CPUtime=0.29
/proc/16619/stat : 16619 (minimarch_fixed) R 16617 16619 15835 0 -1 4194304 248 0 0 0 29 0 0 0 19 0 1 0 251701723 2326528 233 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134551287 0 0 4096 3 0 0 0 17 1 0 0
/proc/16619/statm: 568 233 67 132 0 433 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 2272

[startup+0.702716 s]
/proc/loadavg: 0.92 0.98 0.99 3/77 16619
/proc/meminfo: memFree=1557048/2055920 swapFree=4145748/4192956
[pid=16619] ppid=16617 vsize=2404 CPUtime=0.7
/proc/16619/stat : 16619 (minimarch_fixed) R 16617 16619 15835 0 -1 4194304 276 0 0 0 70 0 0 0 23 0 1 0 251701723 2461696 261 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134551184 0 0 4096 3 0 0 0 17 1 0 0
/proc/16619/statm: 601 261 67 132 0 466 0
Current children cumulated CPU time (s) 0.7
Current children cumulated vsize (KiB) 2404

[startup+1.50181 s]
/proc/loadavg: 0.92 0.98 0.99 2/78 16620
/proc/meminfo: memFree=1556144/2055920 swapFree=4145748/4192956
[pid=16619] ppid=16617 vsize=2536 CPUtime=1.49
/proc/16619/stat : 16619 (minimarch_fixed) R 16617 16619 15835 0 -1 4194304 331 0 0 0 149 0 0 0 25 0 1 0 251701723 2596864 316 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134557319 0 0 4096 3 0 0 0 17 1 0 0
/proc/16619/statm: 634 316 67 132 0 499 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 2536

[startup+3.102 s]
/proc/loadavg: 0.92 0.98 0.99 2/78 16620
/proc/meminfo: memFree=1555824/2055920 swapFree=4145748/4192956
[pid=16619] ppid=16617 vsize=2800 CPUtime=3.09
/proc/16619/stat : 16619 (minimarch_fixed) R 16617 16619 15835 0 -1 4194304 376 0 0 0 309 0 0 0 25 0 1 0 251701723 2867200 361 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134551218 0 0 4096 3 0 0 0 17 1 0 0
/proc/16619/statm: 700 361 67 132 0 565 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 2800

[startup+6.30137 s]
/proc/loadavg: 0.93 0.98 0.99 2/78 16620
/proc/meminfo: memFree=1555376/2055920 swapFree=4145748/4192956
[pid=16619] ppid=16617 vsize=3064 CPUtime=6.29
/proc/16619/stat : 16619 (minimarch_fixed) R 16617 16619 15835 0 -1 4194304 437 0 0 0 629 0 0 0 25 0 1 0 251701723 3137536 422 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134688823 0 0 4096 3 0 0 0 17 1 0 0
/proc/16619/statm: 766 422 67 132 0 631 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 3064

[startup+12.7012 s]
/proc/loadavg: 0.93 0.98 0.99 2/78 16620
/proc/meminfo: memFree=1555056/2055920 swapFree=4145748/4192956
[pid=16619] ppid=16617 vsize=3328 CPUtime=12.69
/proc/16619/stat : 16619 (minimarch_fixed) R 16617 16619 15835 0 -1 4194304 522 0 0 0 1269 0 0 0 25 0 1 0 251701723 3407872 507 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134551719 0 0 4096 3 0 0 0 17 1 0 0
/proc/16619/statm: 832 507 67 132 0 697 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 3328

[startup+25.5016 s]
/proc/loadavg: 0.95 0.98 0.99 2/78 16620
/proc/meminfo: memFree=1554608/2055920 swapFree=4145748/4192956
[pid=16619] ppid=16617 vsize=3724 CPUtime=25.48
/proc/16619/stat : 16619 (minimarch_fixed) R 16617 16619 15835 0 -1 4194304 625 0 0 0 2548 0 0 0 25 0 1 0 251701723 3813376 610 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134552674 0 0 4096 3 0 0 0 17 1 0 0
/proc/16619/statm: 931 610 67 132 0 796 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 3724

[startup+51.1016 s]
/proc/loadavg: 0.96 0.98 0.99 2/78 16620
/proc/meminfo: memFree=1553968/2055920 swapFree=4145748/4192956
[pid=16619] ppid=16617 vsize=4380 CPUtime=51.08
/proc/16619/stat : 16619 (minimarch_fixed) R 16617 16619 15835 0 -1 4194304 773 0 0 0 5107 1 0 0 25 0 1 0 251701723 4485120 758 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134551358 0 0 4096 3 0 0 0 17 1 0 0
/proc/16619/statm: 1095 758 67 132 0 960 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 4380

[startup+102.306 s]
/proc/loadavg: 0.98 0.98 0.99 2/78 16620
/proc/meminfo: memFree=1553200/2055920 swapFree=4145748/4192956
[pid=16619] ppid=16617 vsize=5076 CPUtime=102.26
/proc/16619/stat : 16619 (minimarch_fixed) R 16617 16619 15835 0 -1 4194304 961 0 0 0 10225 1 0 0 25 0 1 0 251701723 5197824 946 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134551198 0 0 4096 3 0 0 0 17 1 0 0
/proc/16619/statm: 1269 946 67 132 0 1134 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 5076

[startup+162.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/78 16620
/proc/meminfo: memFree=1552496/2055920 swapFree=4145748/4192956
[pid=16619] ppid=16617 vsize=5740 CPUtime=162.25
/proc/16619/stat : 16619 (minimarch_fixed) R 16617 16619 15835 0 -1 4194304 1115 0 0 0 16223 2 0 0 25 0 1 0 251701723 5877760 1100 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134551507 0 0 4096 3 0 0 0 17 1 0 0
/proc/16619/statm: 1435 1100 67 132 0 1300 0
Current children cumulated CPU time (s) 162.25
Current children cumulated vsize (KiB) 5740

[startup+222.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/78 16620
/proc/meminfo: memFree=1552176/2055920 swapFree=4145748/4192956
[pid=16619] ppid=16617 vsize=6004 CPUtime=222.23
/proc/16619/stat : 16619 (minimarch_fixed) R 16617 16619 15835 0 -1 4194304 1198 0 0 0 22221 2 0 0 25 0 1 0 251701723 6148096 1183 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134551374 0 0 4096 3 0 0 0 17 1 0 0
/proc/16619/statm: 1501 1183 67 132 0 1366 0
Current children cumulated CPU time (s) 222.23
Current children cumulated vsize (KiB) 6004

[startup+282.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/78 16620
/proc/meminfo: memFree=1551536/2055920 swapFree=4145748/4192956
[pid=16619] ppid=16617 vsize=6672 CPUtime=282.21
/proc/16619/stat : 16619 (minimarch_fixed) R 16617 16619 15835 0 -1 4194304 1338 0 0 0 28218 3 0 0 25 0 1 0 251701723 6832128 1323 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134551719 0 0 4096 3 0 0 0 17 1 0 0
/proc/16619/statm: 1668 1323 67 132 0 1533 0
Current children cumulated CPU time (s) 282.21
Current children cumulated vsize (KiB) 6672

[startup+342.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/78 16620
/proc/meminfo: memFree=1551280/2055920 swapFree=4145748/4192956
[pid=16619] ppid=16617 vsize=6932 CPUtime=342.2
/proc/16619/stat : 16619 (minimarch_fixed) R 16617 16619 15835 0 -1 4194304 1413 0 0 0 34216 4 0 0 25 0 1 0 251701723 7098368 1398 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134557803 0 0 4096 3 0 0 0 17 1 0 0
/proc/16619/statm: 1733 1398 67 132 0 1598 0
Current children cumulated CPU time (s) 342.2
Current children cumulated vsize (KiB) 6932

[startup+402.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/78 16620
/proc/meminfo: memFree=1550896/2055920 swapFree=4145748/4192956
[pid=16619] ppid=16617 vsize=7328 CPUtime=402.18
/proc/16619/stat : 16619 (minimarch_fixed) R 16617 16619 15835 0 -1 4194304 1512 0 0 0 40213 5 0 0 25 0 1 0 251701723 7503872 1497 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134551224 0 0 4096 3 0 0 0 17 1 0 0
/proc/16619/statm: 1832 1497 67 132 0 1697 0
Current children cumulated CPU time (s) 402.18
Current children cumulated vsize (KiB) 7328

[startup+462.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/78 16620
/proc/meminfo: memFree=1550640/2055920 swapFree=4145748/4192956
[pid=16619] ppid=16617 vsize=7592 CPUtime=462.16
/proc/16619/stat : 16619 (minimarch_fixed) R 16617 16619 15835 0 -1 4194304 1586 0 0 0 46211 5 0 0 25 0 1 0 251701723 7774208 1571 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134551227 0 0 4096 3 0 0 0 17 1 0 0
/proc/16619/statm: 1898 1571 67 132 0 1763 0
Current children cumulated CPU time (s) 462.16
Current children cumulated vsize (KiB) 7592

[startup+522.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/78 16620
/proc/meminfo: memFree=1550448/2055920 swapFree=4145748/4192956
[pid=16619] ppid=16617 vsize=7864 CPUtime=522.15
/proc/16619/stat : 16619 (minimarch_fixed) R 16617 16619 15835 0 -1 4194304 1638 0 0 0 52209 6 0 0 25 0 1 0 251701723 8052736 1623 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134551365 0 0 4096 3 0 0 0 17 1 0 0
/proc/16619/statm: 1966 1623 67 132 0 1831 0
Current children cumulated CPU time (s) 522.15
Current children cumulated vsize (KiB) 7864

[startup+582.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/78 16620
/proc/meminfo: memFree=1550256/2055920 swapFree=4145748/4192956
[pid=16619] ppid=16617 vsize=7996 CPUtime=582.13
/proc/16619/stat : 16619 (minimarch_fixed) R 16617 16619 15835 0 -1 4194304 1679 0 0 0 58207 6 0 0 25 0 1 0 251701723 8187904 1664 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134551772 0 0 4096 3 0 0 0 17 1 0 0
/proc/16619/statm: 1999 1664 67 132 0 1864 0
Current children cumulated CPU time (s) 582.13
Current children cumulated vsize (KiB) 7996

[startup+642.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/78 16620
/proc/meminfo: memFree=1549872/2055920 swapFree=4145748/4192956
[pid=16619] ppid=16617 vsize=8460 CPUtime=642.12
/proc/16619/stat : 16619 (minimarch_fixed) R 16617 16619 15835 0 -1 4194304 1782 0 0 0 64205 7 0 0 25 0 1 0 251701723 8663040 1767 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134557365 0 0 4096 3 0 0 0 17 1 0 0
/proc/16619/statm: 2115 1767 67 132 0 1980 0
Current children cumulated CPU time (s) 642.12
Current children cumulated vsize (KiB) 8460

[startup+702.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/78 16620
/proc/meminfo: memFree=1549680/2055920 swapFree=4145748/4192956
[pid=16619] ppid=16617 vsize=8592 CPUtime=702.1
/proc/16619/stat : 16619 (minimarch_fixed) R 16617 16619 15835 0 -1 4194304 1825 0 0 0 70203 7 0 0 25 0 1 0 251701723 8798208 1810 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134552500 0 0 4096 3 0 0 0 17 1 0 0
/proc/16619/statm: 2148 1810 67 132 0 2013 0
Current children cumulated CPU time (s) 702.1
Current children cumulated vsize (KiB) 8592

[startup+762.305 s]
/proc/loadavg: 0.99 0.98 0.99 2/78 16620
/proc/meminfo: memFree=1549552/2055920 swapFree=4145748/4192956
[pid=16619] ppid=16617 vsize=8736 CPUtime=762.09
/proc/16619/stat : 16619 (minimarch_fixed) R 16617 16619 15835 0 -1 4194304 1853 0 0 0 76201 8 0 0 25 0 1 0 251701723 8945664 1838 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134551235 0 0 4096 3 0 0 0 17 1 0 0
/proc/16619/statm: 2184 1838 67 132 0 2049 0
Current children cumulated CPU time (s) 762.09
Current children cumulated vsize (KiB) 8736

[startup+822.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/78 16620
/proc/meminfo: memFree=1549424/2055920 swapFree=4145748/4192956
[pid=16619] ppid=16617 vsize=8872 CPUtime=822.07
/proc/16619/stat : 16619 (minimarch_fixed) R 16617 16619 15835 0 -1 4194304 1887 0 0 0 82198 9 0 0 25 0 1 0 251701723 9084928 1872 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134551750 0 0 4096 3 0 0 0 17 1 0 0
/proc/16619/statm: 2218 1872 67 132 0 2083 0
Current children cumulated CPU time (s) 822.07
Current children cumulated vsize (KiB) 8872

[startup+882.302 s]
/proc/loadavg: 0.99 0.98 0.99 3/78 16620
/proc/meminfo: memFree=1549360/2055920 swapFree=4145748/4192956
[pid=16619] ppid=16617 vsize=8996 CPUtime=882.05
/proc/16619/stat : 16619 (minimarch_fixed) R 16617 16619 15835 0 -1 4194304 1923 0 0 0 88196 9 0 0 25 0 1 0 251701723 9211904 1908 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134551287 0 0 4096 3 0 0 0 17 1 0 0
/proc/16619/statm: 2249 1908 67 132 0 2114 0
Current children cumulated CPU time (s) 882.05
Current children cumulated vsize (KiB) 8996

[startup+942.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/78 16620
/proc/meminfo: memFree=1549168/2055920 swapFree=4145748/4192956
[pid=16619] ppid=16617 vsize=9132 CPUtime=942.04
/proc/16619/stat : 16619 (minimarch_fixed) R 16617 16619 15835 0 -1 4194304 1973 0 0 0 94194 10 0 0 25 0 1 0 251701723 9351168 1958 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134551750 0 0 4096 3 0 0 0 17 1 0 0
/proc/16619/statm: 2283 1958 67 132 0 2148 0
Current children cumulated CPU time (s) 942.04
Current children cumulated vsize (KiB) 9132

[startup+1002.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/78 16620
/proc/meminfo: memFree=1548848/2055920 swapFree=4145748/4192956
[pid=16619] ppid=16617 vsize=9412 CPUtime=1002.01
/proc/16619/stat : 16619 (minimarch_fixed) R 16617 16619 15835 0 -1 4194304 2039 0 0 0 100191 10 0 0 25 0 1 0 251701723 9637888 2024 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134551762 0 0 4096 3 0 0 0 17 1 0 0
/proc/16619/statm: 2353 2024 67 132 0 2218 0
Current children cumulated CPU time (s) 1002.01
Current children cumulated vsize (KiB) 9412

[startup+1062.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/78 16620
/proc/meminfo: memFree=1548784/2055920 swapFree=4145748/4192956
[pid=16619] ppid=16617 vsize=9544 CPUtime=1062
/proc/16619/stat : 16619 (minimarch_fixed) R 16617 16619 15835 0 -1 4194304 2066 0 0 0 106189 11 0 0 25 0 1 0 251701723 9773056 2051 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134550395 0 0 4096 3 0 0 0 17 1 0 0
/proc/16619/statm: 2386 2051 67 132 0 2251 0
Current children cumulated CPU time (s) 1062
Current children cumulated vsize (KiB) 9544

[startup+1122.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/78 16620
/proc/meminfo: memFree=1548592/2055920 swapFree=4145748/4192956
[pid=16619] ppid=16617 vsize=9808 CPUtime=1121.99
/proc/16619/stat : 16619 (minimarch_fixed) R 16617 16619 15835 0 -1 4194304 2120 0 0 0 112187 12 0 0 25 0 1 0 251701723 10043392 2105 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134551227 0 0 4096 3 0 0 0 17 1 0 0
/proc/16619/statm: 2452 2105 67 132 0 2317 0
Current children cumulated CPU time (s) 1121.99
Current children cumulated vsize (KiB) 9808

[startup+1182.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/78 16620
/proc/meminfo: memFree=1548400/2055920 swapFree=4145748/4192956
[pid=16619] ppid=16617 vsize=9808 CPUtime=1181.97
/proc/16619/stat : 16619 (minimarch_fixed) R 16617 16619 15835 0 -1 4194304 2146 0 0 0 118185 12 0 0 25 0 1 0 251701723 10043392 2131 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134551762 0 0 4096 3 0 0 0 17 1 0 0
/proc/16619/statm: 2452 2131 67 132 0 2317 0
Current children cumulated CPU time (s) 1181.97
Current children cumulated vsize (KiB) 9808



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.4 s]
/proc/loadavg: 0.99 0.98 0.99 2/78 16620
/proc/meminfo: memFree=1548400/2055920 swapFree=4145748/4192956
[pid=16619] ppid=16617 vsize=9948 CPUtime=1200.07
/proc/16619/stat : 16619 (minimarch_fixed) R 16617 16619 15835 0 -1 4194304 2158 0 0 0 119995 12 0 0 25 0 1 0 251701723 10186752 2143 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134551168 0 0 4096 3 0 0 0 17 1 0 0
/proc/16619/statm: 2487 2143 67 132 0 2352 0
Current children cumulated CPU time (s) 1200.07
Current children cumulated vsize (KiB) 9948

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.41
CPU time (s): 1200.08
CPU user time (s): 1199.95
CPU system time (s): 0.12898
CPU usage (%): 99.9728
Max. virtual memory (cumulated for all children) (KiB): 9948

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

runsolver used 0.903862 second user time and 2.6416 second system time

The end

Launcher Data (download as text)

Begin job on node1 on Sat Apr 28 10:37:19 UTC 2007

IDJOB= 428911
IDBENCH= 24705
IDSOLVER= 198
FILE ID= node1/428911-1177756639

PBS_JOBID= 4715519

Free space on /tmp= 66519 MiB

SOLVER NAME= minimarch 2007-04-26 (fixed)
BENCH NAME= HOME/pub/bench/SAT07/crafted/Hard/contest03/looksrandom/hidden-k3-s0-r5-n700-03-S1609878926.sat05-487.reshuffled-07.cnf
COMMAND LINE= /tmp/evaluation/428911-1177756639/minimarch_fixed /tmp/evaluation/428911-1177756639/instance-428911-1177756639.cnf
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node1/watcher-428911-1177756639 -o ROOT/results/node1/solver-428911-1177756639 -C 1200 -W 2400 -M 1800 --output-limit 1,15  /tmp/evaluation/428911-1177756639/minimarch_fixed /tmp/evaluation/428911-1177756639/instance-428911-1177756639.cnf

META MD5SUM SOLVER= 08d902191c06ef4f82d57c2f2b6a82c2
MD5SUM BENCH=  7f7c976d7909598011f66ef2d3909687

RANDOM SEED= 292046360

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB

Linux node1.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:       1557520 kB
Buffers:         49484 kB
Cached:         357640 kB
SwapCached:      15700 kB
Active:         232388 kB
Inactive:       199116 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1557520 kB
SwapTotal:     4192956 kB
SwapFree:      4145748 kB
Dirty:            2936 kB
Writeback:           0 kB
Mapped:          30292 kB
Slab:            52412 kB
Committed_AS:  5216848 kB
PageTables:       1836 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= 66519 MiB

End job on node1 on Sat Apr 28 10:57:21 UTC 2007