Trace number 292663

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.05 1200.47

General information on the benchmark

Namerandom/OnTreshold/5SAT/v90/
unif-k5-r21.3-v90-c1917-S1329819842-01.UNSAT.shuffled.cnf
MD5SUM7d4d1c68f4daca29fa40e5d7ec25d0c3
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark191.974
Satisfiable
(Un)Satisfiability was proved
Number of variables90
Number of clauses1917
Sum of the clauses size9585
Maximum clause length5
Minimum clause length5
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 51917
Number of clauses of size over 50

Solver Data (download as text)

0.00/0.00	This is MiniMarch, a modified version of MiniSat 2.0 beta
0.00/0.00	WARNING: for repeatability, setting FPU to use double precision
0.00/0.00	============================[ Problem Statistics ]=============================
0.00/0.00	|                                                                             |
0.00/0.00	|  Number of variables:  90                                                   |
0.00/0.00	|  Number of clauses:    1917                                                 |
0.00/0.00	|  Parsing time:         0.01         s                                       |
0.00/0.02	============================[ Search Statistics ]==============================
0.00/0.02	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
0.00/0.02	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
0.00/0.02	===============================================================================
0.00/0.02	|         0 |      90     1917     9585 |      639        0    nan |  0.000 % |
0.00/0.02	|       100 |      90     1917     9585 |      702      100     22 |  0.012 % |
0.00/0.03	|       250 |      90     1917     9585 |      773      250     22 |  0.012 % |
0.00/0.03	|       475 |      90     1917     9585 |      850      475     21 |  0.012 % |
0.00/0.04	|       813 |      90     1917     9585 |      935      813     21 |  0.012 % |
0.00/0.06	|      1319 |      90     1917     9585 |     1029      839     20 |  0.012 % |
0.00/0.08	|      2078 |      90     1917     9585 |     1132      547     18 |  0.012 % |
0.10/0.12	|      3217 |      90     1917     9585 |     1245     1111     19 |  0.012 % |
0.10/0.17	|      4926 |      90     1917     9585 |     1369      920     17 |  0.012 % |
0.20/0.26	|      7489 |      90     1917     9585 |     1506     1406     19 |  0.012 % |
0.30/0.40	|     11333 |      90     1917     9585 |     1657     1437     18 |  0.012 % |
0.61/0.61	|     17100 |      90     1917     9585 |     1823     1343     19 |  0.012 % |
0.92/0.94	|     25749 |      90     1917     9585 |     2005     1702     19 |  0.012 % |
1.43/1.44	|     38723 |      90     1917     9585 |     2206     1511     18 |  0.012 % |
2.14/2.23	|     58184 |      90     1917     9585 |     2426     2023     19 |  0.012 % |
3.38/3.46	|     87376 |      90     1917     9585 |     2669     1827     17 |  0.012 % |
5.32/5.38	|    131165 |      90     1917     9585 |     2936     2504     17 |  0.012 % |
8.29/8.33	|    196850 |      90     1917     9585 |     3229     1577     18 |  0.012 % |
12.90/13.00	|    295377 |      90     1917     9585 |     3552     2525     18 |  0.012 % |
20.16/20.18	|    443166 |      90     1917     9585 |     3908     1948     18 |  0.012 % |
31.53/31.61	|    664849 |      90     1917     9585 |     4298     3421     19 |  0.012 % |
49.03/49.11	|    997374 |      90     1917     9585 |     4728     3361     17 |  0.012 % |
76.68/76.77	|   1496163 |      90     1917     9585 |     5201     3461     18 |  0.012 % |
119.78/119.86	|   2244345 |      90     1917     9585 |     5721     4806     18 |  0.012 % |
188.08/188.18	|   3366620 |      90     1917     9585 |     6293     4355     18 |  0.012 % |
294.14/294.27	|   5050032 |      90     1917     9585 |     6923     5152     17 |  0.012 % |
460.92/461.10	|   7575148 |      90     1917     9585 |     7615     6036     17 |  0.012 % |
721.81/722.09	|  11362823 |      90     1917     9585 |     8377     6779     17 |  0.012 % |
1133.69/1134.09	|  17044335 |      90     1917     9585 |     9215     7799     17 |  0.013 % |

Verifier Data (download as text)

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

Watcher Data (download as text)

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

command line: runsolver --timestamp -w ROOT/results/node65/watcher-292663-1171757421 -o ROOT/results/node65/solver-292663-1171757421 -C 1200 -M 1800 --output-limit 1,15 /tmp/evaluation/292663-1171757421/minimarch /tmp/evaluation/292663-1171757421/instance-292663-1171757421.cnf 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1200 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1230 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: 1.99 1.67 1.29 3/64 17131
/proc/meminfo: memFree=927616/2055920 swapFree=4183880/4192956
[pid=17131] ppid=17129 vsize=1868 CPUtime=0
/proc/17131/stat : 17131 (minimarch) R 17129 17131 16975 0 -1 4194304 132 0 0 0 0 0 0 0 18 0 1 0 195699625 1912832 116 18446744073709551615 134512640 135054332 4294956624 18446744073709551615 134523053 0 0 4096 3 0 0 0 17 1 0 0
/proc/17131/statm: 467 116 51 132 0 332 0

[startup+0.106904 s]
/proc/loadavg: 1.99 1.67 1.29 3/64 17131
/proc/meminfo: memFree=927616/2055920 swapFree=4183880/4192956
[pid=17131] ppid=17129 vsize=1864 CPUtime=0.1
/proc/17131/stat : 17131 (minimarch) R 17129 17131 16975 0 -1 4194304 164 0 0 0 10 0 0 0 18 0 1 0 195699625 1908736 148 18446744073709551615 134512640 135054332 4294956624 18446744073709551615 134553178 0 0 4096 3 0 0 0 17 1 0 0
/proc/17131/statm: 466 148 66 132 0 331 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 1864

[startup+0.514971 s]
/proc/loadavg: 1.99 1.67 1.29 3/64 17131
/proc/meminfo: memFree=927616/2055920 swapFree=4183880/4192956
[pid=17131] ppid=17129 vsize=1996 CPUtime=0.51
/proc/17131/stat : 17131 (minimarch) R 17129 17131 16975 0 -1 4194304 194 0 0 0 51 0 0 0 21 0 1 0 195699625 2043904 178 18446744073709551615 134512640 135054332 4294956624 18446744073709551615 134551697 0 0 4096 3 0 0 0 17 1 0 0
/proc/17131/statm: 499 178 66 132 0 364 0
Current children cumulated CPU time (s) 0.51
Current children cumulated vsize (KiB) 1996

[startup+1.33511 s]
/proc/loadavg: 1.99 1.67 1.29 2/65 17132
/proc/meminfo: memFree=926968/2055920 swapFree=4183880/4192956
[pid=17131] ppid=17129 vsize=2128 CPUtime=1.33
/proc/17131/stat : 17131 (minimarch) R 17129 17131 16975 0 -1 4194304 220 0 0 0 133 0 0 0 25 0 1 0 195699625 2179072 204 18446744073709551615 134512640 135054332 4294956624 18446744073709551615 134551660 0 0 4096 3 0 0 0 17 1 0 0
/proc/17131/statm: 532 204 66 132 0 397 0
Current children cumulated CPU time (s) 1.33
Current children cumulated vsize (KiB) 2128

[startup+2.97138 s]
/proc/loadavg: 1.99 1.67 1.29 2/65 17132
/proc/meminfo: memFree=926776/2055920 swapFree=4183880/4192956
[pid=17131] ppid=17129 vsize=2260 CPUtime=2.96
/proc/17131/stat : 17131 (minimarch) R 17129 17131 16975 0 -1 4194304 255 0 0 0 296 0 0 0 25 0 1 0 195699625 2314240 239 18446744073709551615 134512640 135054332 4294956624 18446744073709551615 134551380 0 0 4096 3 0 0 0 17 1 0 0
/proc/17131/statm: 565 239 66 132 0 430 0
Current children cumulated CPU time (s) 2.96
Current children cumulated vsize (KiB) 2260

[startup+6.24992 s]
/proc/loadavg: 1.91 1.66 1.29 2/65 17132
/proc/meminfo: memFree=926464/2055920 swapFree=4183880/4192956
[pid=17131] ppid=17129 vsize=2524 CPUtime=6.24
/proc/17131/stat : 17131 (minimarch) R 17129 17131 16975 0 -1 4194304 300 0 0 0 624 0 0 0 25 0 1 0 195699625 2584576 284 18446744073709551615 134512640 135054332 4294956624 18446744073709551615 134551284 0 0 4096 3 0 0 0 17 1 0 0
/proc/17131/statm: 631 284 66 132 0 496 0
Current children cumulated CPU time (s) 6.24
Current children cumulated vsize (KiB) 2524

[startup+12.703 s]
/proc/loadavg: 1.84 1.65 1.29 2/65 17132
/proc/meminfo: memFree=926216/2055920 swapFree=4183880/4192956
[pid=17131] ppid=17129 vsize=2660 CPUtime=12.69
/proc/17131/stat : 17131 (minimarch) R 17129 17131 16975 0 -1 4194304 343 0 0 0 1269 0 0 0 25 0 1 0 195699625 2723840 327 18446744073709551615 134512640 135054332 4294956624 18446744073709551615 134551264 0 0 4096 3 0 0 0 17 1 0 0
/proc/17131/statm: 665 327 66 132 0 530 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 2660

[startup+25.5051 s]
/proc/loadavg: 1.65 1.61 1.28 2/65 17132
/proc/meminfo: memFree=925896/2055920 swapFree=4183880/4192956
[pid=17131] ppid=17129 vsize=2932 CPUtime=25.49
/proc/17131/stat : 17131 (minimarch) R 17129 17131 16975 0 -1 4194304 419 0 0 0 2549 0 0 0 25 0 1 0 195699625 3002368 403 18446744073709551615 134512640 135054332 4294956624 18446744073709551615 134551409 0 0 4096 3 0 0 0 17 1 0 0
/proc/17131/statm: 733 403 66 132 0 598 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 2932

[startup+51.1103 s]
/proc/loadavg: 1.43 1.56 1.27 2/65 17132
/proc/meminfo: memFree=925640/2055920 swapFree=4183880/4192956
[pid=17131] ppid=17129 vsize=3332 CPUtime=51.08
/proc/17131/stat : 17131 (minimarch) R 17129 17131 16975 0 -1 4194304 499 0 0 0 5108 0 0 0 25 0 1 0 195699625 3411968 483 18446744073709551615 134512640 135054332 4294956624 18446744073709551615 134551347 0 0 4096 3 0 0 0 17 1 0 0
/proc/17131/statm: 833 483 66 132 0 698 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 3332

[startup+102.321 s]
/proc/loadavg: 1.18 1.47 1.26 2/65 17132
/proc/meminfo: memFree=925192/2055920 swapFree=4183880/4192956
[pid=17131] ppid=17129 vsize=3740 CPUtime=102.27
/proc/17131/stat : 17131 (minimarch) R 17129 17131 16975 0 -1 4194304 603 0 0 0 10227 0 0 0 25 0 1 0 195699625 3829760 587 18446744073709551615 134512640 135054332 4294956624 18446744073709551615 134551219 0 0 4096 3 0 0 0 17 1 0 0
/proc/17131/statm: 935 587 66 132 0 800 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 3740

[startup+162.342 s]
/proc/loadavg: 1.11 1.40 1.25 2/65 17132
/proc/meminfo: memFree=924936/2055920 swapFree=4183880/4192956
[pid=17131] ppid=17129 vsize=4008 CPUtime=162.28
/proc/17131/stat : 17131 (minimarch) R 17129 17131 16975 0 -1 4194304 676 0 0 0 16228 0 0 0 25 0 1 0 195699625 4104192 660 18446744073709551615 134512640 135054332 4294956624 18446744073709551615 134551227 0 0 4096 3 0 0 0 17 1 0 0
/proc/17131/statm: 1002 660 66 132 0 867 0
Current children cumulated CPU time (s) 162.28
Current children cumulated vsize (KiB) 4008

[startup+222.357 s]
/proc/loadavg: 1.04 1.32 1.23 2/65 17132
/proc/meminfo: memFree=924680/2055920 swapFree=4183880/4192956
[pid=17131] ppid=17129 vsize=4144 CPUtime=222.27
/proc/17131/stat : 17131 (minimarch) R 17129 17131 16975 0 -1 4194304 732 0 0 0 22227 0 0 0 25 0 1 0 195699625 4243456 716 18446744073709551615 134512640 135054332 4294956624 18446744073709551615 134551284 0 0 4096 3 0 0 0 17 1 0 0
/proc/17131/statm: 1036 716 66 132 0 901 0
Current children cumulated CPU time (s) 222.27
Current children cumulated vsize (KiB) 4144

[startup+282.37 s]
/proc/loadavg: 1.01 1.26 1.21 2/65 17132
/proc/meminfo: memFree=924488/2055920 swapFree=4183880/4192956
[pid=17131] ppid=17129 vsize=4284 CPUtime=282.26
/proc/17131/stat : 17131 (minimarch) R 17129 17131 16975 0 -1 4194304 767 0 0 0 28226 0 0 0 25 0 1 0 195699625 4386816 751 18446744073709551615 134512640 135054332 4294956624 18446744073709551615 134558141 0 0 4096 3 0 0 0 17 1 0 0
/proc/17131/statm: 1071 751 66 132 0 936 0
Current children cumulated CPU time (s) 282.26
Current children cumulated vsize (KiB) 4284

[startup+342.387 s]
/proc/loadavg: 1.04 1.23 1.20 2/65 17132
/proc/meminfo: memFree=924232/2055920 swapFree=4183880/4192956
[pid=17131] ppid=17129 vsize=4564 CPUtime=342.25
/proc/17131/stat : 17131 (minimarch) R 17129 17131 16975 0 -1 4194304 833 0 0 0 34225 0 0 0 25 0 1 0 195699625 4673536 817 18446744073709551615 134512640 135054332 4294956624 18446744073709551615 134551284 0 0 4096 3 0 0 0 17 1 0 0
/proc/17131/statm: 1141 817 66 132 0 1006 0
Current children cumulated CPU time (s) 342.25
Current children cumulated vsize (KiB) 4564

[startup+402.41 s]
/proc/loadavg: 1.01 1.18 1.18 2/65 17132
/proc/meminfo: memFree=924040/2055920 swapFree=4183880/4192956
[pid=17131] ppid=17129 vsize=4704 CPUtime=402.26
/proc/17131/stat : 17131 (minimarch) R 17129 17131 16975 0 -1 4194304 865 0 0 0 40226 0 0 0 25 0 1 0 195699625 4816896 849 18446744073709551615 134512640 135054332 4294956624 18446744073709551615 134551359 0 0 4096 3 0 0 0 17 1 0 0
/proc/17131/statm: 1176 849 66 132 0 1041 0
Current children cumulated CPU time (s) 402.26
Current children cumulated vsize (KiB) 4704

[startup+462.428 s]
/proc/loadavg: 1.00 1.15 1.17 2/65 17132
/proc/meminfo: memFree=924040/2055920 swapFree=4183880/4192956
[pid=17131] ppid=17129 vsize=4844 CPUtime=462.25
/proc/17131/stat : 17131 (minimarch) R 17129 17131 16975 0 -1 4194304 886 0 0 0 46225 0 0 0 25 0 1 0 195699625 4960256 870 18446744073709551615 134512640 135054332 4294956624 18446744073709551615 134551713 0 0 4096 3 0 0 0 17 1 0 0
/proc/17131/statm: 1211 870 66 132 0 1076 0
Current children cumulated CPU time (s) 462.25
Current children cumulated vsize (KiB) 4844

[startup+522.443 s]
/proc/loadavg: 1.00 1.12 1.16 2/65 17132
/proc/meminfo: memFree=923784/2055920 swapFree=4183880/4192956
[pid=17131] ppid=17129 vsize=4988 CPUtime=522.25
/proc/17131/stat : 17131 (minimarch) R 17129 17131 16975 0 -1 4194304 936 0 0 0 52225 0 0 0 25 0 1 0 195699625 5107712 920 18446744073709551615 134512640 135054332 4294956624 18446744073709551615 134551279 0 0 4096 3 0 0 0 17 1 0 0
/proc/17131/statm: 1247 920 66 132 0 1112 0
Current children cumulated CPU time (s) 522.25
Current children cumulated vsize (KiB) 4988

[startup+582.46 s]
/proc/loadavg: 1.00 1.09 1.15 2/65 17132
/proc/meminfo: memFree=923720/2055920 swapFree=4183880/4192956
[pid=17131] ppid=17129 vsize=5132 CPUtime=582.26
/proc/17131/stat : 17131 (minimarch) R 17129 17131 16975 0 -1 4194304 961 0 0 0 58225 1 0 0 25 0 1 0 195699625 5255168 945 18446744073709551615 134512640 135054332 4294956624 18446744073709551615 134551227 0 0 4096 3 0 0 0 17 1 0 0
/proc/17131/statm: 1283 945 66 132 0 1148 0
Current children cumulated CPU time (s) 582.26
Current children cumulated vsize (KiB) 5132

[startup+642.482 s]
/proc/loadavg: 1.00 1.07 1.13 2/65 17132
/proc/meminfo: memFree=923592/2055920 swapFree=4183880/4192956
[pid=17131] ppid=17129 vsize=5276 CPUtime=642.25
/proc/17131/stat : 17131 (minimarch) R 17129 17131 16975 0 -1 4194304 986 0 0 0 64224 1 0 0 25 0 1 0 195699625 5402624 970 18446744073709551615 134512640 135054332 4294956624 18446744073709551615 134551227 0 0 4096 3 0 0 0 17 1 0 0
/proc/17131/statm: 1319 970 66 132 0 1184 0
Current children cumulated CPU time (s) 642.25
Current children cumulated vsize (KiB) 5276

[startup+702.504 s]
/proc/loadavg: 1.00 1.06 1.12 2/65 17132
/proc/meminfo: memFree=923528/2055920 swapFree=4183880/4192956
[pid=17131] ppid=17129 vsize=5276 CPUtime=702.25
/proc/17131/stat : 17131 (minimarch) R 17129 17131 16975 0 -1 4194304 1003 0 0 0 70224 1 0 0 25 0 1 0 195699625 5402624 987 18446744073709551615 134512640 135054332 4294956624 18446744073709551615 134553547 0 0 4096 3 0 0 0 17 1 0 0
/proc/17131/statm: 1319 987 66 132 0 1184 0
Current children cumulated CPU time (s) 702.25
Current children cumulated vsize (KiB) 5276

[startup+762.523 s]
/proc/loadavg: 1.00 1.05 1.11 2/65 17132
/proc/meminfo: memFree=923464/2055920 swapFree=4183880/4192956
[pid=17131] ppid=17129 vsize=5428 CPUtime=762.25
/proc/17131/stat : 17131 (minimarch) R 17129 17131 16975 0 -1 4194304 1021 0 0 0 76224 1 0 0 25 0 1 0 195699625 5558272 1005 18446744073709551615 134512640 135054332 4294956624 18446744073709551615 134551368 0 0 4096 3 0 0 0 17 1 0 0
/proc/17131/statm: 1357 1005 66 132 0 1222 0
Current children cumulated CPU time (s) 762.25
Current children cumulated vsize (KiB) 5428

[startup+822.54 s]
/proc/loadavg: 1.00 1.03 1.10 2/65 17132
/proc/meminfo: memFree=923336/2055920 swapFree=4183880/4192956
[pid=17131] ppid=17129 vsize=5576 CPUtime=822.25
/proc/17131/stat : 17131 (minimarch) R 17129 17131 16975 0 -1 4194304 1049 0 0 0 82224 1 0 0 25 0 1 0 195699625 5709824 1033 18446744073709551615 134512640 135054332 4294956624 18446744073709551615 134551284 0 0 4096 3 0 0 0 17 1 0 0
/proc/17131/statm: 1394 1033 66 132 0 1259 0
Current children cumulated CPU time (s) 822.25
Current children cumulated vsize (KiB) 5576

[startup+882.556 s]
/proc/loadavg: 1.00 1.03 1.09 2/65 17132
/proc/meminfo: memFree=923272/2055920 swapFree=4183880/4192956
[pid=17131] ppid=17129 vsize=5576 CPUtime=882.24
/proc/17131/stat : 17131 (minimarch) R 17129 17131 16975 0 -1 4194304 1073 0 0 0 88223 1 0 0 25 0 1 0 195699625 5709824 1057 18446744073709551615 134512640 135054332 4294956624 18446744073709551615 134551219 0 0 4096 3 0 0 0 17 1 0 0
/proc/17131/statm: 1394 1057 66 132 0 1259 0
Current children cumulated CPU time (s) 882.24
Current children cumulated vsize (KiB) 5576

[startup+942.571 s]
/proc/loadavg: 1.00 1.02 1.08 2/65 17132
/proc/meminfo: memFree=923208/2055920 swapFree=4183880/4192956
[pid=17131] ppid=17129 vsize=5724 CPUtime=942.24
/proc/17131/stat : 17131 (minimarch) R 17129 17131 16975 0 -1 4194304 1083 0 0 0 94223 1 0 0 25 0 1 0 195699625 5861376 1067 18446744073709551615 134512640 135054332 4294956624 18446744073709551615 134551236 0 0 4096 3 0 0 0 17 1 0 0
/proc/17131/statm: 1431 1067 66 132 0 1296 0
Current children cumulated CPU time (s) 942.24
Current children cumulated vsize (KiB) 5724

[startup+1002.59 s]
/proc/loadavg: 1.00 1.01 1.08 2/65 17132
/proc/meminfo: memFree=923144/2055920 swapFree=4183880/4192956
[pid=17131] ppid=17129 vsize=5724 CPUtime=1002.24
/proc/17131/stat : 17131 (minimarch) R 17129 17131 16975 0 -1 4194304 1083 0 0 0 100223 1 0 0 25 0 1 0 195699625 5861376 1067 18446744073709551615 134512640 135054332 4294956624 18446744073709551615 134551700 0 0 4096 3 0 0 0 17 1 0 0
/proc/17131/statm: 1431 1067 66 132 0 1296 0
Current children cumulated CPU time (s) 1002.24
Current children cumulated vsize (KiB) 5724

[startup+1062.61 s]
/proc/loadavg: 1.00 1.01 1.07 2/65 17132
/proc/meminfo: memFree=923144/2055920 swapFree=4183880/4192956
[pid=17131] ppid=17129 vsize=5724 CPUtime=1062.24
/proc/17131/stat : 17131 (minimarch) R 17129 17131 16975 0 -1 4194304 1084 0 0 0 106223 1 0 0 25 0 1 0 195699625 5861376 1068 18446744073709551615 134512640 135054332 4294956624 18446744073709551615 134550353 0 0 4096 3 0 0 0 17 1 0 0
/proc/17131/statm: 1431 1068 66 132 0 1296 0
Current children cumulated CPU time (s) 1062.24
Current children cumulated vsize (KiB) 5724

[startup+1122.63 s]
/proc/loadavg: 1.00 1.00 1.07 2/65 17132
/proc/meminfo: memFree=923208/2055920 swapFree=4183880/4192956
[pid=17131] ppid=17129 vsize=5724 CPUtime=1122.23
/proc/17131/stat : 17131 (minimarch) R 17129 17131 16975 0 -1 4194304 1088 0 0 0 112222 1 0 0 25 0 1 0 195699625 5861376 1072 18446744073709551615 134512640 135054332 4294956624 18446744073709551615 134551188 0 0 4096 3 0 0 0 17 1 0 0
/proc/17131/statm: 1431 1072 66 132 0 1296 0
Current children cumulated CPU time (s) 1122.23
Current children cumulated vsize (KiB) 5724

[startup+1182.64 s]
/proc/loadavg: 1.00 1.00 1.06 2/65 17132
/proc/meminfo: memFree=923144/2055920 swapFree=4183880/4192956
[pid=17131] ppid=17129 vsize=5724 CPUtime=1182.22
/proc/17131/stat : 17131 (minimarch) R 17129 17131 16975 0 -1 4194304 1099 0 0 0 118221 1 0 0 25 0 1 0 195699625 5861376 1083 18446744073709551615 134512640 135054332 4294956624 18446744073709551615 134551227 0 0 4096 3 0 0 0 17 1 0 0
/proc/17131/statm: 1431 1083 66 132 0 1296 0
Current children cumulated CPU time (s) 1182.22
Current children cumulated vsize (KiB) 5724



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.46 s]
/proc/loadavg: 1.00 1.00 1.06 2/65 17132
/proc/meminfo: memFree=923080/2055920 swapFree=4183880/4192956
[pid=17131] ppid=17129 vsize=5724 CPUtime=1200.04
/proc/17131/stat : 17131 (minimarch) R 17129 17131 16975 0 -1 4194304 1104 0 0 0 120003 1 0 0 25 0 1 0 195699625 5861376 1088 18446744073709551615 134512640 135054332 4294956624 18446744073709551615 134551219 0 0 4096 3 0 0 0 17 1 0 0
/proc/17131/statm: 1431 1088 66 132 0 1296 0
Current children cumulated CPU time (s) 1200.04
Current children cumulated vsize (KiB) 5724

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.47
CPU time (s): 1200.05
CPU user time (s): 1200.04
CPU system time (s): 0.015997
CPU usage (%): 99.9655
Max. virtual memory (cumulated for all children) (KiB): 5724

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

runsolver used 0.732888 second user time and 2.47762 second system time

The end

Launcher Data (download as text)

Begin job on node65 on Sun Feb 18 00:10:21 UTC 2007

IDJOB= 292663
IDBENCH= 19845
IDSOLVER= 110
FILE ID= node65/292663-1171757421

PBS_JOBID= 3839490

Free space on /tmp= 66562 MiB

SOLVER NAME= minimarch 2007-02-08
BENCH NAME= HOME/pub/bench/SAT07/random/OnTreshold/5SAT/v90/unif-k5-r21.3-v90-c1917-S1329819842-01.UNSAT.shuffled.cnf
COMMAND LINE= /tmp/evaluation/292663-1171757421/minimarch /tmp/evaluation/292663-1171757421/instance-292663-1171757421.cnf            
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node65/watcher-292663-1171757421 -o ROOT/results/node65/solver-292663-1171757421 -C 1200 -M 1800 --output-limit 1,15  /tmp/evaluation/292663-1171757421/minimarch /tmp/evaluation/292663-1171757421/instance-292663-1171757421.cnf            

META MD5SUM SOLVER= cd0143c15836d32fe9acb8d523a59b67
MD5SUM BENCH=  7d4d1c68f4daca29fa40e5d7ec25d0c3

RANDOM SEED= 155168762

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB

Linux node65.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.259
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.259
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:        927960 kB
Buffers:         39564 kB
Cached:         984668 kB
SwapCached:       2840 kB
Active:         723392 kB
Inactive:       310136 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        927960 kB
SwapTotal:     4192956 kB
SwapFree:      4183880 kB
Dirty:            2288 kB
Writeback:           0 kB
Mapped:          15272 kB
Slab:            80372 kB
Committed_AS:   463632 kB
PageTables:       1456 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= 66562 MiB

End job on node65 on Sun Feb 18 00:30:23 UTC 2007