Trace number 427293

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.03 1200.64

General information on the benchmark

Namerandom/OnTreshold/7SAT/v65/
unif-k7-r89-v65-c5785-S1678989107-02.SAT.shuffled.cnf
MD5SUMb57134f285064a87b960fe6b9e245882
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.113981
Satisfiable
(Un)Satisfiability was proved
Number of variables65
Number of clauses5785
Sum of the clauses size40495
Maximum clause length7
Minimum clause length7
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 50
Number of clauses of size over 55785

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:  65                                                   |
0.00/0.00	|  Number of clauses:    5785                                                 |
0.00/0.02	|  Parsing time:         0.02         s                                       |
0.19/0.21	============================[ Search Statistics ]==============================
0.19/0.21	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
0.19/0.21	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
0.19/0.21	===============================================================================
0.19/0.21	|         0 |      65     5785    40495 |     1928        0    nan |  0.000 % |
0.19/0.22	|       100 |      65     5785    40495 |     2121      100     23 |  0.024 % |
0.19/0.23	|       251 |      65     5785    40495 |     2333      251     23 |  0.024 % |
0.19/0.24	|       477 |      65     5785    40495 |     2566      477     24 |  0.024 % |
0.19/0.25	|       814 |      65     5785    40495 |     2823      814     24 |  0.024 % |
0.19/0.28	|      1321 |      65     5785    40495 |     3105     1321     24 |  0.024 % |
0.29/0.32	|      2080 |      65     5785    40495 |     3416     2080     24 |  0.024 % |
0.29/0.39	|      3219 |      65     5785    40495 |     3757     3219     24 |  0.024 % |
0.39/0.49	|      4927 |      65     5785    40495 |     4133     3034     23 |  0.024 % |
0.59/0.66	|      7491 |      65     5785    40495 |     4546     3519     23 |  0.024 % |
0.89/0.91	|     11336 |      65     5785    40495 |     5001     2786     22 |  0.024 % |
1.29/1.30	|     17103 |      65     5785    40495 |     5501     3523     22 |  0.024 % |
1.79/1.89	|     25752 |      65     5785    40495 |     6051     3875     23 |  0.024 % |
2.79/2.81	|     38726 |      65     5785    40495 |     6657     4688     22 |  0.024 % |
4.19/4.25	|     58188 |      65     5785    40495 |     7322     4088     22 |  0.024 % |
6.49/6.58	|     87381 |      65     5785    40495 |     8055     3874     22 |  0.024 % |
10.19/10.26	|    131170 |      65     5785    40495 |     8860     7241     22 |  0.024 % |
15.79/15.89	|    196855 |      65     5785    40495 |     9746     6240     22 |  0.024 % |
24.89/24.96	|    295381 |      65     5785    40495 |    10721     7029     21 |  0.024 % |
39.18/39.26	|    443170 |      65     5785    40495 |    11793     9716     21 |  0.024 % |
61.77/61.84	|    664854 |      65     5785    40495 |    12972     6832     21 |  0.024 % |
97.77/97.84	|    997380 |      65     5785    40495 |    14270     7902     21 |  0.024 % |
154.25/154.39	|   1496170 |      65     5785    40495 |    15697    13468     21 |  0.024 % |
244.62/244.76	|   2244352 |      65     5785    40495 |    17266    14857     21 |  0.024 % |
389.87/390.04	|   3366626 |      65     5785    40495 |    18993    13276     21 |  0.024 % |
624.69/625.05	|   5050037 |      65     5785    40495 |    20892    13638     21 |  0.024 % |
1006.48/1006.99	|   7575153 |      65     5785    40495 |    22982    18315     21 |  0.024 % |

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/node35/watcher-427293-1177635264 -o ROOT/results/node35/solver-427293-1177635264 -C 1200 -W 2400 -M 1800 --output-limit 1,15 /tmp/evaluation/427293-1177635264/minimarch_fixed /tmp/evaluation/427293-1177635264/instance-427293-1177635264.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.98 3/77 26518
/proc/meminfo: memFree=1641800/2055920 swapFree=4151088/4192956
[pid=26518] ppid=26516 vsize=1868 CPUtime=0
/proc/26518/stat : 26518 (minimarch_fixed) R 26516 26518 25586 0 -1 4194304 172 0 0 0 0 0 0 0 18 0 1 0 211441885 1912832 157 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134533337 0 0 4096 3 0 0 0 17 1 0 0
/proc/26518/statm: 467 157 51 132 0 332 0

[startup+0.103564 s]
/proc/loadavg: 0.99 0.98 0.98 3/77 26518
/proc/meminfo: memFree=1641800/2055920 swapFree=4151088/4192956
[pid=26518] ppid=26516 vsize=2296 CPUtime=0.1
/proc/26518/stat : 26518 (minimarch_fixed) R 26516 26518 25586 0 -1 4194304 269 0 0 0 10 0 0 0 18 0 1 0 211441885 2351104 254 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134523084 0 0 4096 3 0 0 0 17 1 0 0
/proc/26518/statm: 574 254 63 132 0 439 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 2296

[startup+0.201576 s]
/proc/loadavg: 0.99 0.98 0.98 3/77 26518
/proc/meminfo: memFree=1641800/2055920 swapFree=4151088/4192956
[pid=26518] ppid=26516 vsize=2296 CPUtime=0.19
/proc/26518/stat : 26518 (minimarch_fixed) R 26516 26518 25586 0 -1 4194304 274 0 0 0 19 0 0 0 18 0 1 0 211441885 2351104 259 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134531481 0 0 4096 3 0 0 0 17 1 0 0
/proc/26518/statm: 574 259 63 132 0 439 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 2296

[startup+0.301588 s]
/proc/loadavg: 0.99 0.98 0.98 3/77 26518
/proc/meminfo: memFree=1641800/2055920 swapFree=4151088/4192956
[pid=26518] ppid=26516 vsize=2296 CPUtime=0.29
/proc/26518/stat : 26518 (minimarch_fixed) R 26516 26518 25586 0 -1 4194304 279 0 0 0 29 0 0 0 19 0 1 0 211441885 2351104 264 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134551358 0 0 4096 3 0 0 0 17 1 0 0
/proc/26518/statm: 574 264 67 132 0 439 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 2296

[startup+0.701634 s]
/proc/loadavg: 0.99 0.98 0.98 3/77 26518
/proc/meminfo: memFree=1641800/2055920 swapFree=4151088/4192956
[pid=26518] ppid=26516 vsize=2572 CPUtime=0.69
/proc/26518/stat : 26518 (minimarch_fixed) R 26516 26518 25586 0 -1 4194304 360 0 0 0 69 0 0 0 22 0 1 0 211441885 2633728 345 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134551681 0 0 4096 3 0 0 0 17 1 0 0
/proc/26518/statm: 643 345 67 132 0 508 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 2572

[startup+1.50173 s]
/proc/loadavg: 0.99 0.98 0.98 2/78 26519
/proc/meminfo: memFree=1640640/2055920 swapFree=4151088/4192956
[pid=26518] ppid=26516 vsize=2836 CPUtime=1.49
/proc/26518/stat : 26518 (minimarch_fixed) R 26516 26518 25586 0 -1 4194304 419 0 0 0 149 0 0 0 25 0 1 0 211441885 2904064 404 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134551415 0 0 4096 3 0 0 0 17 1 0 0
/proc/26518/statm: 709 404 67 132 0 574 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 2836

[startup+3.10191 s]
/proc/loadavg: 0.99 0.98 0.98 2/78 26519
/proc/meminfo: memFree=1640256/2055920 swapFree=4151088/4192956
[pid=26518] ppid=26516 vsize=3100 CPUtime=3.09
/proc/26518/stat : 26518 (minimarch_fixed) R 26516 26518 25586 0 -1 4194304 475 0 0 0 309 0 0 0 25 0 1 0 211441885 3174400 460 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134551342 0 0 4096 3 0 0 0 17 1 0 0
/proc/26518/statm: 775 460 67 132 0 640 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 3100

[startup+6.30229 s]
/proc/loadavg: 0.99 0.98 0.98 2/78 26519
/proc/meminfo: memFree=1639808/2055920 swapFree=4151088/4192956
[pid=26518] ppid=26516 vsize=3368 CPUtime=6.29
/proc/26518/stat : 26518 (minimarch_fixed) R 26516 26518 25586 0 -1 4194304 542 0 0 0 629 0 0 0 25 0 1 0 211441885 3448832 527 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134551227 0 0 4096 3 0 0 0 17 1 0 0
/proc/26518/statm: 842 527 67 132 0 707 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 3368

[startup+12.701 s]
/proc/loadavg: 0.99 0.98 0.98 2/78 26519
/proc/meminfo: memFree=1639296/2055920 swapFree=4151088/4192956
[pid=26518] ppid=26516 vsize=3808 CPUtime=12.69
/proc/26518/stat : 26518 (minimarch_fixed) R 26516 26518 25586 0 -1 4194304 651 0 0 0 1269 0 0 0 25 0 1 0 211441885 3899392 636 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134551365 0 0 4096 3 0 0 0 17 1 0 0
/proc/26518/statm: 952 636 67 132 0 817 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 3808

[startup+25.5015 s]
/proc/loadavg: 0.99 0.98 0.98 2/78 26519
/proc/meminfo: memFree=1638848/2055920 swapFree=4151088/4192956
[pid=26518] ppid=26516 vsize=4208 CPUtime=25.49
/proc/26518/stat : 26518 (minimarch_fixed) R 26516 26518 25586 0 -1 4194304 759 0 0 0 2549 0 0 0 25 0 1 0 211441885 4308992 744 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134551772 0 0 4096 3 0 0 0 17 1 0 0
/proc/26518/statm: 1052 744 67 132 0 917 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 4208

[startup+51.1015 s]
/proc/loadavg: 0.99 0.98 0.98 2/78 26519
/proc/meminfo: memFree=1638272/2055920 swapFree=4151088/4192956
[pid=26518] ppid=26516 vsize=4924 CPUtime=51.07
/proc/26518/stat : 26518 (minimarch_fixed) R 26516 26518 25586 0 -1 4194304 911 0 0 0 5107 0 0 0 25 0 1 0 211441885 5042176 896 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134551218 0 0 4096 3 0 0 0 17 1 0 0
/proc/26518/statm: 1231 896 67 132 0 1096 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 4924

[startup+102.302 s]
/proc/loadavg: 0.99 0.98 0.98 2/78 26519
/proc/meminfo: memFree=1637632/2055920 swapFree=4151088/4192956
[pid=26518] ppid=26516 vsize=5492 CPUtime=102.27
/proc/26518/stat : 26518 (minimarch_fixed) R 26516 26518 25586 0 -1 4194304 1068 0 0 0 10226 1 0 0 25 0 1 0 211441885 5623808 1053 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134551772 0 0 4096 3 0 0 0 17 1 0 0
/proc/26518/statm: 1373 1053 67 132 0 1238 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 5492

[startup+162.302 s]
/proc/loadavg: 0.99 0.98 0.98 2/78 26519
/proc/meminfo: memFree=1637120/2055920 swapFree=4151088/4192956
[pid=26518] ppid=26516 vsize=6096 CPUtime=162.24
/proc/26518/stat : 26518 (minimarch_fixed) R 26516 26518 25586 0 -1 4194304 1203 0 0 0 16223 1 0 0 25 0 1 0 211441885 6242304 1188 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134551272 0 0 4096 3 0 0 0 17 1 0 0
/proc/26518/statm: 1524 1188 67 132 0 1389 0
Current children cumulated CPU time (s) 162.24
Current children cumulated vsize (KiB) 6096

[startup+222.306 s]
/proc/loadavg: 0.99 0.98 0.98 2/78 26519
/proc/meminfo: memFree=1636736/2055920 swapFree=4151088/4192956
[pid=26518] ppid=26516 vsize=6400 CPUtime=222.23
/proc/26518/stat : 26518 (minimarch_fixed) R 26516 26518 25586 0 -1 4194304 1269 0 0 0 22221 2 0 0 25 0 1 0 211441885 6553600 1254 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134551667 0 0 4096 3 0 0 0 17 1 0 0
/proc/26518/statm: 1600 1254 67 132 0 1465 0
Current children cumulated CPU time (s) 222.23
Current children cumulated vsize (KiB) 6400

[startup+282.302 s]
/proc/loadavg: 0.99 0.98 0.98 2/78 26519
/proc/meminfo: memFree=1636544/2055920 swapFree=4151088/4192956
[pid=26518] ppid=26516 vsize=6576 CPUtime=282.21
/proc/26518/stat : 26518 (minimarch_fixed) R 26516 26518 25586 0 -1 4194304 1325 0 0 0 28219 2 0 0 25 0 1 0 211441885 6733824 1310 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134551365 0 0 4096 3 0 0 0 17 1 0 0
/proc/26518/statm: 1644 1310 67 132 0 1509 0
Current children cumulated CPU time (s) 282.21
Current children cumulated vsize (KiB) 6576

[startup+342.302 s]
/proc/loadavg: 0.99 0.98 0.98 2/78 26519
/proc/meminfo: memFree=1636288/2055920 swapFree=4151088/4192956
[pid=26518] ppid=26516 vsize=6876 CPUtime=342.18
/proc/26518/stat : 26518 (minimarch_fixed) R 26516 26518 25586 0 -1 4194304 1401 0 0 0 34216 2 0 0 25 0 1 0 211441885 7041024 1386 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134551227 0 0 4096 3 0 0 0 17 1 0 0
/proc/26518/statm: 1719 1386 67 132 0 1584 0
Current children cumulated CPU time (s) 342.18
Current children cumulated vsize (KiB) 6876

[startup+402.302 s]
/proc/loadavg: 0.99 0.98 0.98 2/84 26585
/proc/meminfo: memFree=1634632/2055920 swapFree=4151088/4192956
[pid=26518] ppid=26516 vsize=7348 CPUtime=402.14
/proc/26518/stat : 26518 (minimarch_fixed) R 26516 26518 25586 0 -1 4194304 1499 0 0 0 40211 3 0 0 25 0 1 0 211441885 7524352 1484 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134551227 0 0 4096 3 0 0 0 17 1 0 0
/proc/26518/statm: 1837 1484 67 132 0 1702 0
Current children cumulated CPU time (s) 402.14
Current children cumulated vsize (KiB) 7348

[startup+462.302 s]
/proc/loadavg: 0.99 0.98 0.98 2/78 26717
/proc/meminfo: memFree=1635328/2055920 swapFree=4151088/4192956
[pid=26518] ppid=26516 vsize=7788 CPUtime=462.03
/proc/26518/stat : 26518 (minimarch_fixed) R 26516 26518 25586 0 -1 4194304 1572 0 0 0 46199 4 0 0 25 0 1 0 211441885 7974912 1557 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134551386 0 0 4096 3 0 0 0 17 1 0 0
/proc/26518/statm: 1947 1557 67 132 0 1812 0
Current children cumulated CPU time (s) 462.03
Current children cumulated vsize (KiB) 7788

[startup+522.302 s]
/proc/loadavg: 0.99 0.98 0.98 2/78 26717
/proc/meminfo: memFree=1635328/2055920 swapFree=4151088/4192956
[pid=26518] ppid=26516 vsize=7932 CPUtime=522.02
/proc/26518/stat : 26518 (minimarch_fixed) R 26516 26518 25586 0 -1 4194304 1612 0 0 0 52197 5 0 0 25 0 1 0 211441885 8122368 1597 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134551358 0 0 4096 3 0 0 0 17 1 0 0
/proc/26518/statm: 1983 1597 67 132 0 1848 0
Current children cumulated CPU time (s) 522.02
Current children cumulated vsize (KiB) 7932

[startup+582.302 s]
/proc/loadavg: 0.99 0.98 0.98 2/78 26717
/proc/meminfo: memFree=1635200/2055920 swapFree=4151088/4192956
[pid=26518] ppid=26516 vsize=8072 CPUtime=582
/proc/26518/stat : 26518 (minimarch_fixed) R 26516 26518 25586 0 -1 4194304 1646 0 0 0 58195 5 0 0 25 0 1 0 211441885 8265728 1631 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134551365 0 0 4096 3 0 0 0 17 1 0 0
/proc/26518/statm: 2018 1631 67 132 0 1883 0
Current children cumulated CPU time (s) 582
Current children cumulated vsize (KiB) 8072

[startup+642.302 s]
/proc/loadavg: 0.99 0.98 0.98 2/78 26717
/proc/meminfo: memFree=1635008/2055920 swapFree=4151088/4192956
[pid=26518] ppid=26516 vsize=8216 CPUtime=641.98
/proc/26518/stat : 26518 (minimarch_fixed) R 26516 26518 25586 0 -1 4194304 1689 0 0 0 64192 6 0 0 25 0 1 0 211441885 8413184 1674 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134551227 0 0 4096 3 0 0 0 17 1 0 0
/proc/26518/statm: 2054 1674 67 132 0 1919 0
Current children cumulated CPU time (s) 641.98
Current children cumulated vsize (KiB) 8216

[startup+702.302 s]
/proc/loadavg: 0.99 0.98 0.98 2/78 26717
/proc/meminfo: memFree=1634880/2055920 swapFree=4151088/4192956
[pid=26518] ppid=26516 vsize=8500 CPUtime=701.96
/proc/26518/stat : 26518 (minimarch_fixed) R 26516 26518 25586 0 -1 4194304 1733 0 0 0 70190 6 0 0 25 0 1 0 211441885 8704000 1718 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134551227 0 0 4096 3 0 0 0 17 1 0 0
/proc/26518/statm: 2125 1718 67 132 0 1990 0
Current children cumulated CPU time (s) 701.96
Current children cumulated vsize (KiB) 8500

[startup+762.302 s]
/proc/loadavg: 0.99 0.98 0.98 2/78 26717
/proc/meminfo: memFree=1634752/2055920 swapFree=4151088/4192956
[pid=26518] ppid=26516 vsize=8640 CPUtime=761.96
/proc/26518/stat : 26518 (minimarch_fixed) R 26516 26518 25586 0 -1 4194304 1773 0 0 0 76189 7 0 0 25 0 1 0 211441885 8847360 1758 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134551277 0 0 4096 3 0 0 0 17 1 0 0
/proc/26518/statm: 2160 1758 67 132 0 2025 0
Current children cumulated CPU time (s) 761.96
Current children cumulated vsize (KiB) 8640

[startup+822.302 s]
/proc/loadavg: 0.99 0.98 0.98 2/78 26717
/proc/meminfo: memFree=1634688/2055920 swapFree=4151088/4192956
[pid=26518] ppid=26516 vsize=8640 CPUtime=821.93
/proc/26518/stat : 26518 (minimarch_fixed) R 26516 26518 25586 0 -1 4194304 1784 0 0 0 82186 7 0 0 25 0 1 0 211441885 8847360 1769 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134551227 0 0 4096 3 0 0 0 17 1 0 0
/proc/26518/statm: 2160 1769 67 132 0 2025 0
Current children cumulated CPU time (s) 821.93
Current children cumulated vsize (KiB) 8640

[startup+882.306 s]
/proc/loadavg: 0.99 0.98 0.98 2/78 26717
/proc/meminfo: memFree=1634624/2055920 swapFree=4151088/4192956
[pid=26518] ppid=26516 vsize=8784 CPUtime=881.92
/proc/26518/stat : 26518 (minimarch_fixed) R 26516 26518 25586 0 -1 4194304 1801 0 0 0 88184 8 0 0 25 0 1 0 211441885 8994816 1786 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134551227 0 0 4096 3 0 0 0 17 1 0 0
/proc/26518/statm: 2196 1786 67 132 0 2061 0
Current children cumulated CPU time (s) 881.92
Current children cumulated vsize (KiB) 8784

[startup+942.302 s]
/proc/loadavg: 0.99 0.98 0.98 2/78 26717
/proc/meminfo: memFree=1634624/2055920 swapFree=4151088/4192956
[pid=26518] ppid=26516 vsize=8784 CPUtime=941.89
/proc/26518/stat : 26518 (minimarch_fixed) R 26516 26518 25586 0 -1 4194304 1807 0 0 0 94181 8 0 0 25 0 1 0 211441885 8994816 1792 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134551227 0 0 4096 3 0 0 0 17 1 0 0
/proc/26518/statm: 2196 1792 67 132 0 2061 0
Current children cumulated CPU time (s) 941.89
Current children cumulated vsize (KiB) 8784

[startup+1002.3 s]
/proc/loadavg: 0.99 0.98 0.98 2/78 26717
/proc/meminfo: memFree=1634496/2055920 swapFree=4151088/4192956
[pid=26518] ppid=26516 vsize=8784 CPUtime=1001.88
/proc/26518/stat : 26518 (minimarch_fixed) R 26516 26518 25586 0 -1 4194304 1833 0 0 0 100179 9 0 0 25 0 1 0 211441885 8994816 1818 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134551337 0 0 4096 3 0 0 0 17 1 0 0
/proc/26518/statm: 2196 1818 67 132 0 2061 0
Current children cumulated CPU time (s) 1001.88
Current children cumulated vsize (KiB) 8784

[startup+1062.3 s]
/proc/loadavg: 0.99 0.98 0.98 2/78 26717
/proc/meminfo: memFree=1634432/2055920 swapFree=4151088/4192956
[pid=26518] ppid=26516 vsize=8924 CPUtime=1061.85
/proc/26518/stat : 26518 (minimarch_fixed) R 26516 26518 25586 0 -1 4194304 1859 0 0 0 106176 9 0 0 25 0 1 0 211441885 9138176 1844 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134551227 0 0 4096 3 0 0 0 17 1 0 0
/proc/26518/statm: 2231 1844 67 132 0 2096 0
Current children cumulated CPU time (s) 1061.85
Current children cumulated vsize (KiB) 8924

[startup+1122.3 s]
/proc/loadavg: 0.99 0.98 0.98 2/78 26717
/proc/meminfo: memFree=1634304/2055920 swapFree=4151088/4192956
[pid=26518] ppid=26516 vsize=9068 CPUtime=1121.84
/proc/26518/stat : 26518 (minimarch_fixed) R 26516 26518 25586 0 -1 4194304 1892 0 0 0 112174 10 0 0 25 0 1 0 211441885 9285632 1877 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134551672 0 0 4096 3 0 0 0 17 1 0 0
/proc/26518/statm: 2267 1877 67 132 0 2132 0
Current children cumulated CPU time (s) 1121.84
Current children cumulated vsize (KiB) 9068

[startup+1182.3 s]
/proc/loadavg: 0.99 0.98 0.98 2/78 26717
/proc/meminfo: memFree=1634176/2055920 swapFree=4151088/4192956
[pid=26518] ppid=26516 vsize=9068 CPUtime=1181.82
/proc/26518/stat : 26518 (minimarch_fixed) R 26516 26518 25586 0 -1 4194304 1903 0 0 0 118172 10 0 0 25 0 1 0 211441885 9285632 1888 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134551235 0 0 4096 3 0 0 0 17 1 0 0
/proc/26518/statm: 2267 1888 67 132 0 2132 0
Current children cumulated CPU time (s) 1181.82
Current children cumulated vsize (KiB) 9068



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.5 s]
/proc/loadavg: 0.99 0.98 0.98 2/78 26717
/proc/meminfo: memFree=1634240/2055920 swapFree=4151088/4192956
[pid=26518] ppid=26516 vsize=9068 CPUtime=1200.02
/proc/26518/stat : 26518 (minimarch_fixed) R 26516 26518 25586 0 -1 4194304 1903 0 0 0 119992 10 0 0 25 0 1 0 211441885 9285632 1888 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134551358 0 0 4096 3 0 0 0 17 1 0 0
/proc/26518/statm: 2267 1888 67 132 0 2132 0
Current children cumulated CPU time (s) 1200.02
Current children cumulated vsize (KiB) 9068

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

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

[startup+1200.61 s]
/proc/loadavg: 0.99 0.98 0.98 2/78 26717
/proc/meminfo: memFree=1634240/2055920 swapFree=4151088/4192956
[pid=26518] ppid=26516 vsize=0 CPUtime=1200.03
/proc/26518/stat : 26518 (minimarch_fixed) D 26516 26518 25586 0 -1 4195332 1903 0 0 0 119992 11 0 0 25 0 1 0 211441885 0 0 18446744073709551615 0 0 0 0 0 0 0 4096 3 18446744072100051646 0 0 17 1 0 0
/proc/26518/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1200.03
Current children cumulated vsize (KiB) 0

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1200.64
CPU time (s): 1200.03
CPU user time (s): 1199.92
CPU system time (s): 0.111982
CPU usage (%): 99.9493
Max. virtual memory (cumulated for all children) (KiB): 9068

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

runsolver used 1.00685 second user time and 2.51562 second system time

The end

Launcher Data (download as text)

Begin job on node35 on Fri Apr 27 00:54:24 UTC 2007

IDJOB= 427293
IDBENCH= 19902
IDSOLVER= 198
FILE ID= node35/427293-1177635264

PBS_JOBID= 4697227

Free space on /tmp= 66337 MiB

SOLVER NAME= minimarch 2007-04-26 (fixed)
BENCH NAME= HOME/pub/bench/SAT07/random/OnTreshold/7SAT/v65/unif-k7-r89-v65-c5785-S1678989107-02.SAT.shuffled.cnf
COMMAND LINE= /tmp/evaluation/427293-1177635264/minimarch_fixed /tmp/evaluation/427293-1177635264/instance-427293-1177635264.cnf
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node35/watcher-427293-1177635264 -o ROOT/results/node35/solver-427293-1177635264 -C 1200 -W 2400 -M 1800 --output-limit 1,15  /tmp/evaluation/427293-1177635264/minimarch_fixed /tmp/evaluation/427293-1177635264/instance-427293-1177635264.cnf

META MD5SUM SOLVER= 08d902191c06ef4f82d57c2f2b6a82c2
MD5SUM BENCH=  b57134f285064a87b960fe6b9e245882

RANDOM SEED= 966485001

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB

Linux node35.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.232
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.232
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:       1642336 kB
Buffers:         39796 kB
Cached:         293680 kB
SwapCached:       9720 kB
Active:         224280 kB
Inactive:       133960 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1642336 kB
SwapTotal:     4192956 kB
SwapFree:      4151088 kB
Dirty:            3004 kB
Writeback:           0 kB
Mapped:          31000 kB
Slab:            40680 kB
Committed_AS:  2612932 kB
PageTables:       1996 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= 66337 MiB

End job on node35 on Fri Apr 27 01:14:27 UTC 2007