Trace number 334666

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.12 1200.54

General information on the benchmark

Namecrafted/Hard/contest05/phnf/
phnf-size10-exclusive-equilarge_l2.used-as.sat04-894.sat05-4188.reshuffled-07.cnf
MD5SUM7b512e3533a048c6d67b6f8a4c658d50
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 variables16476
Number of clauses2507763
Sum of the clauses size5027938
Maximum clause length10
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 22505731
Number of clauses of size 30
Number of clauses of size 415
Number of clauses of size 59
Number of clauses of size over 52008

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:  16476                                                |
0.00/0.00	|  Number of clauses:    2507763                                              |
7.59/7.67	|  Parsing time:         7.48         s                                       |
231.71/231.82	============================[ Search Statistics ]==============================
231.71/231.82	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
231.71/231.82	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
231.71/231.82	===============================================================================
231.71/231.82	|         0 |   14129  2466627  6660946 |   822209        0    nan |  0.000 % |
232.51/232.68	|       100 |   14129  2466627  6660946 |   904429      100     55 |  1.772 % |
232.81/232.95	|       250 |   14129  2466627  6660946 |   994872      250     36 |  1.772 % |
234.91/235.00	|       475 |   14129  2466627  6660946 |  1094360      475     39 |  1.773 % |
239.11/239.29	|       813 |   14129  2466627  6660946 |  1203796      813     64 |  1.772 % |
243.21/243.34	|      1320 |   14129  2466627  6660946 |  1324175     1320     58 |  1.772 % |
247.11/247.28	|      2079 |   14129  2466627  6660946 |  1456593     2079     54 |  1.772 % |
258.70/258.85	|      3218 |   14129  2466627  6660946 |  1602252     3218     53 |  1.772 % |
276.10/276.25	|      4926 |   14129  2466627  6660946 |  1762478     4926     72 |  1.772 % |
300.99/301.11	|      7488 |   14129  2466627  6660946 |  1938725     7488     68 |  1.772 % |
345.08/345.28	|     11332 |   14129  2466627  6660946 |  2132598    11332     87 |  1.772 % |
439.84/440.06	|     17099 |   14129  2466627  6660946 |  2345858    17099    108 |  1.772 % |
529.11/529.37	|     25749 |   14129  2466627  6660946 |  2580444    25749    113 |  1.772 % |
686.46/686.76	|     38724 |   14129  2466627  6660946 |  2838488    38724    105 |  1.772 % |
888.49/888.87	|     58186 |   14129  2466627  6660946 |  3122337    58186    127 |  1.772 % |

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/node9/watcher-334666-1173586535 -o ROOT/results/node9/solver-334666-1173586535 -C 1200 -W 2400 -M 1800 --output-limit 1,15 /tmp/evaluation/334666-1173586535/minimarch /tmp/evaluation/334666-1173586535/instance-334666-1173586535.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.80 0.95 0.98 3/77 28877
/proc/meminfo: memFree=1498424/2055920 swapFree=4152252/4192956
[pid=28877] ppid=28875 vsize=2440 CPUtime=0
/proc/28877/stat : 28877 (minimarch) R 28875 28877 28812 0 -1 4194304 521 0 0 0 0 0 0 0 18 0 1 0 378608708 2498560 505 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134691888 0 0 4096 3 0 0 0 17 1 0 0
/proc/28877/statm: 655 509 49 132 0 520 0

[startup+0.0742091 s]
/proc/loadavg: 0.80 0.95 0.98 3/77 28877
/proc/meminfo: memFree=1498424/2055920 swapFree=4152252/4192956
[pid=28877] ppid=28875 vsize=6236 CPUtime=0.06
/proc/28877/stat : 28877 (minimarch) R 28875 28877 28812 0 -1 4194304 1387 0 0 0 6 0 0 0 18 0 1 0 378608708 6385664 1371 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134688823 0 0 4096 3 0 0 0 17 1 0 0
/proc/28877/statm: 1559 1371 51 132 0 1424 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 6236

[startup+0.101214 s]
/proc/loadavg: 0.80 0.95 0.98 3/77 28877
/proc/meminfo: memFree=1498424/2055920 swapFree=4152252/4192956
[pid=28877] ppid=28875 vsize=7268 CPUtime=0.09
/proc/28877/stat : 28877 (minimarch) R 28875 28877 28812 0 -1 4194304 1616 0 0 0 9 0 0 0 18 0 1 0 378608708 7442432 1600 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134688823 0 0 4096 3 0 0 0 17 1 0 0
/proc/28877/statm: 1817 1600 51 132 0 1682 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 7268

[startup+0.301254 s]
/proc/loadavg: 0.80 0.95 0.98 3/77 28877
/proc/meminfo: memFree=1498424/2055920 swapFree=4152252/4192956
[pid=28877] ppid=28875 vsize=13708 CPUtime=0.29
/proc/28877/stat : 28877 (minimarch) R 28875 28877 28812 0 -1 4194304 3253 0 0 0 28 1 0 0 19 0 1 0 378608708 14036992 3237 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134688823 0 0 4096 3 0 0 0 17 1 0 0
/proc/28877/statm: 3427 3237 51 132 0 3292 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 13708

[startup+0.70133 s]
/proc/loadavg: 0.80 0.95 0.98 3/77 28877
/proc/meminfo: memFree=1498424/2055920 swapFree=4152252/4192956
[pid=28877] ppid=28875 vsize=27612 CPUtime=0.69
/proc/28877/stat : 28877 (minimarch) R 28875 28877 28812 0 -1 4194304 6750 0 0 0 67 2 0 0 23 0 1 0 378608708 28274688 6734 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134704957 0 0 4096 3 0 0 0 17 1 0 0
/proc/28877/statm: 6903 6734 51 132 0 6768 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 27612

[startup+1.50148 s]
/proc/loadavg: 0.80 0.95 0.98 2/78 28878
/proc/meminfo: memFree=1461936/2055920 swapFree=4152252/4192956
[pid=28877] ppid=28875 vsize=56460 CPUtime=1.49
/proc/28877/stat : 28877 (minimarch) R 28875 28877 28812 0 -1 4194304 13929 0 0 0 142 7 0 0 25 0 1 0 378608708 57815040 13913 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134688823 0 0 4096 3 0 0 0 17 1 0 0
/proc/28877/statm: 14115 13913 51 132 0 13980 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 56460

[startup+3.10179 s]
/proc/loadavg: 0.81 0.95 0.98 2/78 28878
/proc/meminfo: memFree=1422128/2055920 swapFree=4152252/4192956
[pid=28877] ppid=28875 vsize=116604 CPUtime=3.09
/proc/28877/stat : 28877 (minimarch) R 28875 28877 28812 0 -1 4194304 28566 0 0 0 294 15 0 0 25 0 1 0 378608708 119402496 28550 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134688823 0 0 4096 3 0 0 0 17 1 0 0
/proc/28877/statm: 29151 28550 51 132 0 29016 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 116604

[startup+6.30141 s]
/proc/loadavg: 0.81 0.95 0.98 2/78 28878
/proc/meminfo: memFree=1369648/2055920 swapFree=4152252/4192956
[pid=28877] ppid=28875 vsize=138640 CPUtime=6.29
/proc/28877/stat : 28877 (minimarch) R 28875 28877 28812 0 -1 4194304 32493 0 0 0 611 18 0 0 25 0 1 0 378608708 141967360 32477 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134523053 0 0 4096 3 0 0 0 17 1 0 0
/proc/28877/statm: 34660 32477 51 132 0 34525 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 138640

[startup+12.7016 s]
/proc/loadavg: 0.84 0.95 0.98 2/78 28878
/proc/meminfo: memFree=1369720/2055920 swapFree=4152252/4192956
[pid=28877] ppid=28875 vsize=138636 CPUtime=12.68
/proc/28877/stat : 28877 (minimarch) R 28875 28877 28812 0 -1 4194304 32504 0 0 0 1250 18 0 0 25 0 1 0 378608708 141963264 32488 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134531329 0 0 4096 3 0 0 0 17 1 0 0
/proc/28877/statm: 34659 32488 62 132 0 34524 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 138636

[startup+25.5011 s]
/proc/loadavg: 0.86 0.95 0.98 2/78 28878
/proc/meminfo: memFree=1369784/2055920 swapFree=4152252/4192956
[pid=28877] ppid=28875 vsize=138636 CPUtime=25.48
/proc/28877/stat : 28877 (minimarch) R 28875 28877 28812 0 -1 4194304 32504 0 0 0 2530 18 0 0 25 0 1 0 378608708 141963264 32488 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134531528 0 0 4096 3 0 0 0 17 1 0 0
/proc/28877/statm: 34659 32488 62 132 0 34524 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 138636

[startup+51.101 s]
/proc/loadavg: 0.91 0.96 0.98 2/78 28878
/proc/meminfo: memFree=1369784/2055920 swapFree=4152252/4192956
[pid=28877] ppid=28875 vsize=138636 CPUtime=51.08
/proc/28877/stat : 28877 (minimarch) R 28875 28877 28812 0 -1 4194304 32504 0 0 0 5089 19 0 0 25 0 1 0 378608708 141963264 32488 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134531528 0 0 4096 3 0 0 0 17 1 0 0
/proc/28877/statm: 34659 32488 62 132 0 34524 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 138636

[startup+102.306 s]
/proc/loadavg: 0.96 0.96 0.98 2/78 28878
/proc/meminfo: memFree=1289464/2055920 swapFree=4152252/4192956
[pid=28877] ppid=28875 vsize=213632 CPUtime=102.26
/proc/28877/stat : 28877 (minimarch) R 28875 28877 28812 0 -1 4194304 52547 0 0 0 10198 28 0 0 25 0 1 0 378608708 218759168 52531 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134523060 0 0 4096 3 0 0 0 17 1 0 0
/proc/28877/statm: 53408 52531 62 132 0 53273 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 213632

[startup+162.301 s]
/proc/loadavg: 0.98 0.97 0.98 2/78 28878
/proc/meminfo: memFree=1272696/2055920 swapFree=4152252/4192956
[pid=28877] ppid=28875 vsize=233176 CPUtime=162.23
/proc/28877/stat : 28877 (minimarch) R 28875 28877 28812 0 -1 4194304 56747 0 0 0 16191 32 0 0 25 0 1 0 378608708 238772224 56731 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134531528 0 0 4096 3 0 0 0 17 1 0 0
/proc/28877/statm: 58294 56731 62 132 0 58159 0
Current children cumulated CPU time (s) 162.23
Current children cumulated vsize (KiB) 233176

[startup+222.301 s]
/proc/loadavg: 0.99 0.97 0.98 2/78 28878
/proc/meminfo: memFree=1270264/2055920 swapFree=4152252/4192956
[pid=28877] ppid=28875 vsize=233308 CPUtime=222.22
/proc/28877/stat : 28877 (minimarch) R 28875 28877 28812 0 -1 4194304 57324 0 0 0 22189 33 0 0 25 0 1 0 378608708 238907392 57308 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134531506 0 0 4096 3 0 0 0 17 1 0 0
/proc/28877/statm: 58327 57308 62 132 0 58192 0
Current children cumulated CPU time (s) 222.22
Current children cumulated vsize (KiB) 233308

[startup+282.302 s]
/proc/loadavg: 0.99 0.97 0.98 2/78 28878
/proc/meminfo: memFree=1299512/2055920 swapFree=4152252/4192956
[pid=28877] ppid=28875 vsize=201916 CPUtime=282.19
/proc/28877/stat : 28877 (minimarch) R 28875 28877 28812 0 -1 4194304 57456 0 0 0 28185 34 0 0 25 0 1 0 378608708 206761984 49952 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134552516 0 0 4096 3 0 0 0 17 1 0 0
/proc/28877/statm: 50479 49952 67 132 0 50344 0
Current children cumulated CPU time (s) 282.19
Current children cumulated vsize (KiB) 201916

[startup+342.301 s]
/proc/loadavg: 0.99 0.97 0.98 2/78 28878
/proc/meminfo: memFree=1299584/2055920 swapFree=4152252/4192956
[pid=28877] ppid=28875 vsize=201916 CPUtime=342.17
/proc/28877/stat : 28877 (minimarch) R 28875 28877 28812 0 -1 4194304 57456 0 0 0 34183 34 0 0 25 0 1 0 378608708 206761984 49952 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134551219 0 0 4096 3 0 0 0 17 1 0 0
/proc/28877/statm: 50479 49952 67 132 0 50344 0
Current children cumulated CPU time (s) 342.17
Current children cumulated vsize (KiB) 201916

[startup+402.302 s]
/proc/loadavg: 0.99 0.97 0.98 2/78 28878
/proc/meminfo: memFree=1299648/2055920 swapFree=4152252/4192956
[pid=28877] ppid=28875 vsize=201916 CPUtime=402.15
/proc/28877/stat : 28877 (minimarch) R 28875 28877 28812 0 -1 4194304 57456 0 0 0 40180 35 0 0 25 0 1 0 378608708 206761984 49952 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134551219 0 0 4096 3 0 0 0 17 1 0 0
/proc/28877/statm: 50479 49952 67 132 0 50344 0
Current children cumulated CPU time (s) 402.15
Current children cumulated vsize (KiB) 201916

[startup+462.301 s]
/proc/loadavg: 0.99 0.97 0.98 2/78 28878
/proc/meminfo: memFree=1299712/2055920 swapFree=4152252/4192956
[pid=28877] ppid=28875 vsize=201916 CPUtime=462.13
/proc/28877/stat : 28877 (minimarch) R 28875 28877 28812 0 -1 4194304 57456 0 0 0 46177 36 0 0 25 0 1 0 378608708 206761984 49952 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134551219 0 0 4096 3 0 0 0 17 1 0 0
/proc/28877/statm: 50479 49952 67 132 0 50344 0
Current children cumulated CPU time (s) 462.13
Current children cumulated vsize (KiB) 201916

[startup+522.303 s]
/proc/loadavg: 0.99 0.97 0.98 2/78 28878
/proc/meminfo: memFree=1299776/2055920 swapFree=4152252/4192956
[pid=28877] ppid=28875 vsize=201916 CPUtime=522.11
/proc/28877/stat : 28877 (minimarch) R 28875 28877 28812 0 -1 4194304 57456 0 0 0 52175 36 0 0 25 0 1 0 378608708 206761984 49952 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134551236 0 0 4096 3 0 0 0 17 1 0 0
/proc/28877/statm: 50479 49952 67 132 0 50344 0
Current children cumulated CPU time (s) 522.11
Current children cumulated vsize (KiB) 201916

[startup+582.301 s]
/proc/loadavg: 0.99 0.97 0.98 2/78 28878
/proc/meminfo: memFree=1299648/2055920 swapFree=4152252/4192956
[pid=28877] ppid=28875 vsize=202080 CPUtime=582.09
/proc/28877/stat : 28877 (minimarch) R 28875 28877 28812 0 -1 4194304 57486 0 0 0 58172 37 0 0 25 0 1 0 378608708 206929920 49982 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134551219 0 0 4096 3 0 0 0 17 1 0 0
/proc/28877/statm: 50520 49982 67 132 0 50385 0
Current children cumulated CPU time (s) 582.09
Current children cumulated vsize (KiB) 202080

[startup+642.302 s]
/proc/loadavg: 0.99 0.97 0.98 2/78 28878
/proc/meminfo: memFree=1299648/2055920 swapFree=4152252/4192956
[pid=28877] ppid=28875 vsize=202080 CPUtime=642.07
/proc/28877/stat : 28877 (minimarch) R 28875 28877 28812 0 -1 4194304 57490 0 0 0 64170 37 0 0 25 0 1 0 378608708 206929920 49986 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134551293 0 0 4096 3 0 0 0 17 1 0 0
/proc/28877/statm: 50520 49986 67 132 0 50385 0
Current children cumulated CPU time (s) 642.07
Current children cumulated vsize (KiB) 202080

[startup+702.302 s]
/proc/loadavg: 0.99 0.97 0.98 2/78 28878
/proc/meminfo: memFree=1299584/2055920 swapFree=4152252/4192956
[pid=28877] ppid=28875 vsize=202080 CPUtime=702.05
/proc/28877/stat : 28877 (minimarch) R 28875 28877 28812 0 -1 4194304 57496 0 0 0 70167 38 0 0 25 0 1 0 378608708 206929920 49992 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134551219 0 0 4096 3 0 0 0 17 1 0 0
/proc/28877/statm: 50520 49992 67 132 0 50385 0
Current children cumulated CPU time (s) 702.05
Current children cumulated vsize (KiB) 202080

[startup+762.305 s]
/proc/loadavg: 0.99 0.97 0.98 2/78 28878
/proc/meminfo: memFree=1299648/2055920 swapFree=4152252/4192956
[pid=28877] ppid=28875 vsize=202160 CPUtime=762.03
/proc/28877/stat : 28877 (minimarch) R 28875 28877 28812 0 -1 4194304 57501 0 0 0 76165 38 0 0 25 0 1 0 378608708 207011840 49997 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134551219 0 0 4096 3 0 0 0 17 1 0 0
/proc/28877/statm: 50540 49997 67 132 0 50405 0
Current children cumulated CPU time (s) 762.03
Current children cumulated vsize (KiB) 202160

[startup+822.302 s]
/proc/loadavg: 0.99 0.97 0.98 2/78 28878
/proc/meminfo: memFree=1299648/2055920 swapFree=4152252/4192956
[pid=28877] ppid=28875 vsize=202160 CPUtime=822.01
/proc/28877/stat : 28877 (minimarch) R 28875 28877 28812 0 -1 4194304 57508 0 0 0 82162 39 0 0 25 0 1 0 378608708 207011840 50004 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134551269 0 0 4096 3 0 0 0 17 1 0 0
/proc/28877/statm: 50540 50004 67 132 0 50405 0
Current children cumulated CPU time (s) 822.01
Current children cumulated vsize (KiB) 202160

[startup+882.301 s]
/proc/loadavg: 0.99 0.97 0.98 2/78 28878
/proc/meminfo: memFree=1299648/2055920 swapFree=4152252/4192956
[pid=28877] ppid=28875 vsize=202160 CPUtime=881.98
/proc/28877/stat : 28877 (minimarch) R 28875 28877 28812 0 -1 4194304 57513 0 0 0 88159 39 0 0 25 0 1 0 378608708 207011840 50009 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134551219 0 0 4096 3 0 0 0 17 1 0 0
/proc/28877/statm: 50540 50009 67 132 0 50405 0
Current children cumulated CPU time (s) 881.98
Current children cumulated vsize (KiB) 202160

[startup+942.302 s]
/proc/loadavg: 0.99 0.97 0.98 2/78 28878
/proc/meminfo: memFree=1299584/2055920 swapFree=4152252/4192956
[pid=28877] ppid=28875 vsize=202280 CPUtime=941.97
/proc/28877/stat : 28877 (minimarch) R 28875 28877 28812 0 -1 4194304 57518 0 0 0 94157 40 0 0 25 0 1 0 378608708 207134720 50014 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134551210 0 0 4096 3 0 0 0 17 1 0 0
/proc/28877/statm: 50570 50014 67 132 0 50435 0
Current children cumulated CPU time (s) 941.97
Current children cumulated vsize (KiB) 202280

[startup+1002.3 s]
/proc/loadavg: 0.99 0.97 0.98 2/78 28878
/proc/meminfo: memFree=1299584/2055920 swapFree=4152252/4192956
[pid=28877] ppid=28875 vsize=202280 CPUtime=1001.95
/proc/28877/stat : 28877 (minimarch) R 28875 28877 28812 0 -1 4194304 57522 0 0 0 100154 41 0 0 25 0 1 0 378608708 207134720 50018 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134557142 0 0 4096 3 0 0 0 17 1 0 0
/proc/28877/statm: 50570 50018 67 132 0 50435 0
Current children cumulated CPU time (s) 1001.95
Current children cumulated vsize (KiB) 202280

[startup+1062.3 s]
/proc/loadavg: 0.99 0.97 0.98 2/78 28878
/proc/meminfo: memFree=1299584/2055920 swapFree=4152252/4192956
[pid=28877] ppid=28875 vsize=202280 CPUtime=1061.92
/proc/28877/stat : 28877 (minimarch) R 28875 28877 28812 0 -1 4194304 57526 0 0 0 106151 41 0 0 25 0 1 0 378608708 207134720 50022 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134551365 0 0 4096 3 0 0 0 17 1 0 0
/proc/28877/statm: 50570 50022 67 132 0 50435 0
Current children cumulated CPU time (s) 1061.92
Current children cumulated vsize (KiB) 202280

[startup+1122.3 s]
/proc/loadavg: 0.99 0.97 0.98 2/78 28878
/proc/meminfo: memFree=1299520/2055920 swapFree=4152252/4192956
[pid=28877] ppid=28875 vsize=202280 CPUtime=1121.9
/proc/28877/stat : 28877 (minimarch) R 28875 28877 28812 0 -1 4194304 57530 0 0 0 112149 41 0 0 25 0 1 0 378608708 207134720 50026 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134551262 0 0 4096 3 0 0 0 17 1 0 0
/proc/28877/statm: 50570 50026 67 132 0 50435 0
Current children cumulated CPU time (s) 1121.9
Current children cumulated vsize (KiB) 202280

[startup+1182.3 s]
/proc/loadavg: 0.99 0.97 0.98 2/78 28878
/proc/meminfo: memFree=1299520/2055920 swapFree=4152252/4192956
[pid=28877] ppid=28875 vsize=202280 CPUtime=1181.88
/proc/28877/stat : 28877 (minimarch) R 28875 28877 28812 0 -1 4194304 57534 0 0 0 118146 42 0 0 25 0 1 0 378608708 207134720 50030 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134551219 0 0 4096 3 0 0 0 17 1 0 0
/proc/28877/statm: 50570 50030 67 132 0 50435 0
Current children cumulated CPU time (s) 1181.88
Current children cumulated vsize (KiB) 202280



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.5 s]
/proc/loadavg: 0.99 0.97 0.98 2/78 28878
/proc/meminfo: memFree=1299520/2055920 swapFree=4152252/4192956
[pid=28877] ppid=28875 vsize=202280 CPUtime=1200.08
/proc/28877/stat : 28877 (minimarch) R 28875 28877 28812 0 -1 4194304 57535 0 0 0 119966 42 0 0 25 0 1 0 378608708 207134720 50031 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134551219 0 0 4096 3 0 0 0 17 1 0 0
/proc/28877/statm: 50570 50031 67 132 0 50435 0
Current children cumulated CPU time (s) 1200.08
Current children cumulated vsize (KiB) 202280

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

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

[startup+1200.5 s]
/proc/loadavg: 0.99 0.97 0.98 2/78 28878
/proc/meminfo: memFree=1299520/2055920 swapFree=4152252/4192956
[pid=28877] ppid=28875 vsize=202280 CPUtime=1200.08
/proc/28877/stat : 28877 (minimarch) R 28875 28877 28812 0 -1 4194304 57535 0 0 0 119966 42 0 0 25 0 1 0 378608708 207134720 50031 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134551219 0 0 4096 3 0 0 0 17 1 0 0
/proc/28877/statm: 50570 50031 67 132 0 50435 0
Current children cumulated CPU time (s) 1200.08
Current children cumulated vsize (KiB) 202280

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1200.54
CPU time (s): 1200.12
CPU user time (s): 1199.67
CPU system time (s): 0.45893
CPU usage (%): 99.9655
Max. virtual memory (cumulated for all children) (KiB): 233440

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

runsolver used 1.27581 second user time and 3.09853 second system time

The end

Launcher Data (download as text)

Begin job on node9 on Sun Mar 11 04:15:41 UTC 2007

IDJOB= 334666
IDBENCH= 24633
IDSOLVER= 110
FILE ID= node9/334666-1173586535

PBS_JOBID= 4101231

Free space on /tmp= 66422 MiB

SOLVER NAME= minimarch 2007-02-08
BENCH NAME= HOME/pub/bench/SAT07/crafted/Hard/contest05/phnf/phnf-size10-exclusive-equilarge_l2.used-as.sat04-894.sat05-4188.reshuffled-07.cnf
COMMAND LINE= /tmp/evaluation/334666-1173586535/minimarch /tmp/evaluation/334666-1173586535/instance-334666-1173586535.cnf            
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node9/watcher-334666-1173586535 -o ROOT/results/node9/solver-334666-1173586535 -C 1200 -W 2400 -M 1800 --output-limit 1,15  /tmp/evaluation/334666-1173586535/minimarch /tmp/evaluation/334666-1173586535/instance-334666-1173586535.cnf            

META MD5SUM SOLVER= cd0143c15836d32fe9acb8d523a59b67
MD5SUM BENCH=  7b512e3533a048c6d67b6f8a4c658d50

RANDOM SEED= 76492174

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB

Linux node9.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.263
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.263
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:       1498832 kB
Buffers:         52688 kB
Cached:         408976 kB
SwapCached:       8828 kB
Active:         297804 kB
Inactive:       186404 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1498832 kB
SwapTotal:     4192956 kB
SwapFree:      4152252 kB
Dirty:           36004 kB
Writeback:           0 kB
Mapped:          29424 kB
Slab:            58464 kB
Committed_AS:  1522316 kB
PageTables:       1688 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= 66422 MiB

End job on node9 on Sun Mar 11 04:35:43 UTC 2007