Trace number 427197

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.51

General information on the benchmark

Namerandom/OnTreshold/5SAT/v100/
unif-k5-r21.3-v100-c2130-S1481093667-06.UNSAT.shuffled.cnf
MD5SUMbd3636480ccd2ac89b0fc1e6396aab86
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark785.06
Satisfiable
(Un)Satisfiability was proved
Number of variables100
Number of clauses2130
Sum of the clauses size10650
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 52130
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:  100                                                  |
0.00/0.00	|  Number of clauses:    2130                                                 |
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 |     100     2130    10650 |      710        0    nan |  0.000 % |
0.00/0.03	|       100 |     100     2130    10650 |      781      100     24 |  0.010 % |
0.00/0.03	|       254 |     100     2130    10650 |      859      254     23 |  0.010 % |
0.00/0.04	|       479 |     100     2130    10650 |      945      479     23 |  0.010 % |
0.00/0.05	|       816 |     100     2130    10650 |     1039      816     23 |  0.010 % |
0.00/0.06	|      1323 |     100     2130    10650 |     1143      790     22 |  0.010 % |
0.00/0.09	|      2083 |     100     2130    10650 |     1257      965     22 |  0.010 % |
0.10/0.13	|      3224 |     100     2130    10650 |     1383      824     21 |  0.010 % |
0.10/0.19	|      4933 |     100     2130    10650 |     1521     1125     21 |  0.010 % |
0.19/0.29	|      7495 |     100     2130    10650 |     1674     1368     21 |  0.010 % |
0.39/0.44	|     11340 |     100     2130    10650 |     1841      968     19 |  0.010 % |
0.59/0.67	|     17107 |     100     2130    10650 |     2025     1139     20 |  0.010 % |
0.99/1.02	|     25757 |     100     2130    10650 |     2228     1565     20 |  0.010 % |
1.49/1.58	|     38732 |     100     2130    10650 |     2451     2137     21 |  0.010 % |
2.39/2.43	|     58194 |     100     2130    10650 |     2696     1749     21 |  0.010 % |
3.69/3.75	|     87387 |     100     2130    10650 |     2965     2338     22 |  0.010 % |
5.79/5.84	|    131177 |     100     2130    10650 |     3262     2716     21 |  0.010 % |
8.99/9.00	|    196863 |     100     2130    10650 |     3588     2613     20 |  0.010 % |
13.99/14.08	|    295389 |     100     2130    10650 |     3947     3537     21 |  0.010 % |
21.78/21.83	|    443179 |     100     2130    10650 |     4342     2255     21 |  0.010 % |
33.78/33.86	|    664865 |     100     2130    10650 |     4776     3223     21 |  0.010 % |
52.67/52.76	|    997390 |     100     2130    10650 |     5254     4213     23 |  0.010 % |
82.48/82.58	|   1496178 |     100     2130    10650 |     5779     3921     21 |  0.010 % |
128.56/128.70	|   2244360 |     100     2130    10650 |     6357     3098     20 |  0.010 % |
200.54/200.62	|   3366634 |     100     2130    10650 |     6993     5162     20 |  0.010 % |
313.41/313.51	|   5050045 |     100     2130    10650 |     7692     4022     20 |  0.010 % |
489.15/489.38	|   7575163 |     100     2130    10650 |     8461     5767     19 |  0.010 % |
770.98/771.24	|  11362839 |     100     2130    10650 |     9308     4299     19 |  0.010 % |

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/node4/watcher-427197-1177630921 -o ROOT/results/node4/solver-427197-1177630921 -C 1200 -W 2400 -M 1800 --output-limit 1,15 /tmp/evaluation/427197-1177630921/minimarch_fixed /tmp/evaluation/427197-1177630921/instance-427197-1177630921.cnf 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1200 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1230 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2400 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 1843200 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 1894400 KiB
Solver output will be limited to a maximum of 15728640 bytes. The first 1048576 bytes and the last 14680064 bytes will be preserved
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 0.99 0.98 0.99 3/77 1758
/proc/meminfo: memFree=1633880/2055920 swapFree=4141080/4192956
[pid=1758] ppid=1756 vsize=1872 CPUtime=0
/proc/1758/stat : 1758 (minimarch_fixed) R 1756 1758 964 0 -1 4194304 136 0 0 0 0 0 0 0 18 0 1 0 239129838 1916928 121 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134523033 0 0 4096 3 0 0 0 17 1 0 0
/proc/1758/statm: 468 121 51 132 0 333 0

[startup+0.10633 s]
/proc/loadavg: 0.99 0.98 0.99 3/77 1758
/proc/meminfo: memFree=1633880/2055920 swapFree=4141080/4192956
[pid=1758] ppid=1756 vsize=2000 CPUtime=0.1
/proc/1758/stat : 1758 (minimarch_fixed) R 1756 1758 964 0 -1 4194304 177 0 0 0 10 0 0 0 18 0 1 0 239129838 2048000 162 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134688823 0 0 4096 3 0 0 0 17 1 0 0
/proc/1758/statm: 500 162 67 132 0 365 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 2000

[startup+0.201339 s]
/proc/loadavg: 0.99 0.98 0.99 3/77 1758
/proc/meminfo: memFree=1633880/2055920 swapFree=4141080/4192956
[pid=1758] ppid=1756 vsize=2000 CPUtime=0.19
/proc/1758/stat : 1758 (minimarch_fixed) R 1756 1758 964 0 -1 4194304 184 0 0 0 19 0 0 0 18 0 1 0 239129838 2048000 169 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134557636 0 0 4096 3 0 0 0 17 1 0 0
/proc/1758/statm: 500 169 67 132 0 365 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 2000

[startup+0.301348 s]
/proc/loadavg: 0.99 0.98 0.99 3/77 1758
/proc/meminfo: memFree=1633880/2055920 swapFree=4141080/4192956
[pid=1758] ppid=1756 vsize=2000 CPUtime=0.29
/proc/1758/stat : 1758 (minimarch_fixed) R 1756 1758 964 0 -1 4194304 194 0 0 0 29 0 0 0 19 0 1 0 239129838 2048000 179 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134551247 0 0 4096 3 0 0 0 17 1 0 0
/proc/1758/statm: 500 179 67 132 0 365 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 2000

[startup+0.701385 s]
/proc/loadavg: 0.99 0.98 0.99 3/77 1758
/proc/meminfo: memFree=1633880/2055920 swapFree=4141080/4192956
[pid=1758] ppid=1756 vsize=2132 CPUtime=0.69
/proc/1758/stat : 1758 (minimarch_fixed) R 1756 1758 964 0 -1 4194304 215 0 0 0 69 0 0 0 23 0 1 0 239129838 2183168 200 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134692064 0 0 4096 3 0 0 0 17 1 0 0
/proc/1758/statm: 533 200 67 132 0 398 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 2132

[startup+1.50146 s]
/proc/loadavg: 0.99 0.98 0.99 2/78 1759
/proc/meminfo: memFree=1633360/2055920 swapFree=4141080/4192956
[pid=1758] ppid=1756 vsize=2264 CPUtime=1.49
/proc/1758/stat : 1758 (minimarch_fixed) R 1756 1758 964 0 -1 4194304 243 0 0 0 149 0 0 0 25 0 1 0 239129838 2318336 228 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134557627 0 0 4096 3 0 0 0 17 1 0 0
/proc/1758/statm: 566 228 67 132 0 431 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 2264

[startup+3.10262 s]
/proc/loadavg: 0.99 0.98 0.99 2/78 1759
/proc/meminfo: memFree=1633040/2055920 swapFree=4141080/4192956
[pid=1758] ppid=1756 vsize=2396 CPUtime=3.09
/proc/1758/stat : 1758 (minimarch_fixed) R 1756 1758 964 0 -1 4194304 275 0 0 0 309 0 0 0 25 0 1 0 239129838 2453504 260 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134551365 0 0 4096 3 0 0 0 17 1 0 0
/proc/1758/statm: 599 260 67 132 0 464 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 2396

[startup+6.30192 s]
/proc/loadavg: 0.99 0.98 0.99 2/78 1759
/proc/meminfo: memFree=1632784/2055920 swapFree=4141080/4192956
[pid=1758] ppid=1756 vsize=2528 CPUtime=6.29
/proc/1758/stat : 1758 (minimarch_fixed) R 1756 1758 964 0 -1 4194304 314 0 0 0 629 0 0 0 25 0 1 0 239129838 2588672 299 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134551287 0 0 4096 3 0 0 0 17 1 0 0
/proc/1758/statm: 632 299 67 132 0 497 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 2528

[startup+12.7015 s]
/proc/loadavg: 0.99 0.98 0.99 2/78 1759
/proc/meminfo: memFree=1632528/2055920 swapFree=4141080/4192956
[pid=1758] ppid=1756 vsize=2792 CPUtime=12.69
/proc/1758/stat : 1758 (minimarch_fixed) R 1756 1758 964 0 -1 4194304 365 0 0 0 1269 0 0 0 25 0 1 0 239129838 2859008 350 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134563427 0 0 4096 3 0 0 0 17 1 0 0
/proc/1758/statm: 698 350 67 132 0 563 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 2792

[startup+25.5018 s]
/proc/loadavg: 0.99 0.98 0.99 2/78 1759
/proc/meminfo: memFree=1632272/2055920 swapFree=4141080/4192956
[pid=1758] ppid=1756 vsize=2924 CPUtime=25.48
/proc/1758/stat : 1758 (minimarch_fixed) R 1756 1758 964 0 -1 4194304 430 0 0 0 2548 0 0 0 25 0 1 0 239129838 2994176 415 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134563638 0 0 4096 3 0 0 0 17 1 0 0
/proc/1758/statm: 731 415 67 132 0 596 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 2924

[startup+51.1012 s]
/proc/loadavg: 0.99 0.98 0.99 2/78 1759
/proc/meminfo: memFree=1631952/2055920 swapFree=4141080/4192956
[pid=1758] ppid=1756 vsize=3188 CPUtime=51.07
/proc/1758/stat : 1758 (minimarch_fixed) R 1756 1758 964 0 -1 4194304 494 0 0 0 5107 0 0 0 25 0 1 0 239129838 3264512 479 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134550419 0 0 4096 3 0 0 0 17 1 0 0
/proc/1758/statm: 797 479 67 132 0 662 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 3188

[startup+102.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/78 1759
/proc/meminfo: memFree=1631632/2055920 swapFree=4141080/4192956
[pid=1758] ppid=1756 vsize=3584 CPUtime=102.27
/proc/1758/stat : 1758 (minimarch_fixed) R 1756 1758 964 0 -1 4194304 578 0 0 0 10226 1 0 0 25 0 1 0 239129838 3670016 563 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134551227 0 0 4096 3 0 0 0 17 1 0 0
/proc/1758/statm: 896 563 67 132 0 761 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 3584

[startup+162.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/78 1759
/proc/meminfo: memFree=1631312/2055920 swapFree=4141080/4192956
[pid=1758] ppid=1756 vsize=3864 CPUtime=162.25
/proc/1758/stat : 1758 (minimarch_fixed) R 1756 1758 964 0 -1 4194304 643 0 0 0 16224 1 0 0 25 0 1 0 239129838 3956736 628 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134551296 0 0 4096 3 0 0 0 17 1 0 0
/proc/1758/statm: 966 628 67 132 0 831 0
Current children cumulated CPU time (s) 162.25
Current children cumulated vsize (KiB) 3864

[startup+222.306 s]
/proc/loadavg: 0.99 0.98 0.99 2/78 1759
/proc/meminfo: memFree=1631120/2055920 swapFree=4141080/4192956
[pid=1758] ppid=1756 vsize=4004 CPUtime=222.23
/proc/1758/stat : 1758 (minimarch_fixed) R 1756 1758 964 0 -1 4194304 694 0 0 0 22222 1 0 0 25 0 1 0 239129838 4100096 679 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134552691 0 0 4096 3 0 0 0 17 1 0 0
/proc/1758/statm: 1001 679 67 132 0 866 0
Current children cumulated CPU time (s) 222.23
Current children cumulated vsize (KiB) 4004

[startup+282.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/78 1759
/proc/meminfo: memFree=1630928/2055920 swapFree=4141080/4192956
[pid=1758] ppid=1756 vsize=4140 CPUtime=282.22
/proc/1758/stat : 1758 (minimarch_fixed) R 1756 1758 964 0 -1 4194304 719 0 0 0 28220 2 0 0 25 0 1 0 239129838 4239360 704 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134551365 0 0 4096 3 0 0 0 17 1 0 0
/proc/1758/statm: 1035 704 67 132 0 900 0
Current children cumulated CPU time (s) 282.22
Current children cumulated vsize (KiB) 4140

[startup+342.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/78 1759
/proc/meminfo: memFree=1630864/2055920 swapFree=4141080/4192956
[pid=1758] ppid=1756 vsize=4280 CPUtime=342.2
/proc/1758/stat : 1758 (minimarch_fixed) R 1756 1758 964 0 -1 4194304 757 0 0 0 34218 2 0 0 25 0 1 0 239129838 4382720 742 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134551772 0 0 4096 3 0 0 0 17 1 0 0
/proc/1758/statm: 1070 742 67 132 0 935 0
Current children cumulated CPU time (s) 342.2
Current children cumulated vsize (KiB) 4280

[startup+402.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/78 1759
/proc/meminfo: memFree=1630672/2055920 swapFree=4141080/4192956
[pid=1758] ppid=1756 vsize=4428 CPUtime=402.19
/proc/1758/stat : 1758 (minimarch_fixed) R 1756 1758 964 0 -1 4194304 799 0 0 0 40216 3 0 0 25 0 1 0 239129838 4534272 784 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134551374 0 0 4096 3 0 0 0 17 1 0 0
/proc/1758/statm: 1107 784 67 132 0 972 0
Current children cumulated CPU time (s) 402.19
Current children cumulated vsize (KiB) 4428

[startup+462.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/78 1759
/proc/meminfo: memFree=1630672/2055920 swapFree=4141080/4192956
[pid=1758] ppid=1756 vsize=4560 CPUtime=462.16
/proc/1758/stat : 1758 (minimarch_fixed) R 1756 1758 964 0 -1 4194304 809 0 0 0 46213 3 0 0 25 0 1 0 239129838 4669440 794 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134551247 0 0 4096 3 0 0 0 17 1 0 0
/proc/1758/statm: 1140 794 67 132 0 1005 0
Current children cumulated CPU time (s) 462.16
Current children cumulated vsize (KiB) 4560

[startup+522.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/78 1759
/proc/meminfo: memFree=1630544/2055920 swapFree=4141080/4192956
[pid=1758] ppid=1756 vsize=4700 CPUtime=522.14
/proc/1758/stat : 1758 (minimarch_fixed) R 1756 1758 964 0 -1 4194304 836 0 0 0 52211 3 0 0 25 0 1 0 239129838 4812800 821 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134551218 0 0 4096 3 0 0 0 17 1 0 0
/proc/1758/statm: 1175 821 67 132 0 1040 0
Current children cumulated CPU time (s) 522.14
Current children cumulated vsize (KiB) 4700

[startup+582.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/78 1759
/proc/meminfo: memFree=1630416/2055920 swapFree=4141080/4192956
[pid=1758] ppid=1756 vsize=4700 CPUtime=582.13
/proc/1758/stat : 1758 (minimarch_fixed) R 1756 1758 964 0 -1 4194304 868 0 0 0 58209 4 0 0 25 0 1 0 239129838 4812800 853 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134551287 0 0 4096 3 0 0 0 17 1 0 0
/proc/1758/statm: 1175 853 67 132 0 1040 0
Current children cumulated CPU time (s) 582.13
Current children cumulated vsize (KiB) 4700

[startup+642.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/78 1759
/proc/meminfo: memFree=1630416/2055920 swapFree=4141080/4192956
[pid=1758] ppid=1756 vsize=4852 CPUtime=642.11
/proc/1758/stat : 1758 (minimarch_fixed) R 1756 1758 964 0 -1 4194304 873 0 0 0 64207 4 0 0 25 0 1 0 239129838 4968448 858 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134551762 0 0 4096 3 0 0 0 17 1 0 0
/proc/1758/statm: 1213 858 67 132 0 1078 0
Current children cumulated CPU time (s) 642.11
Current children cumulated vsize (KiB) 4852

[startup+702.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/78 1759
/proc/meminfo: memFree=1630352/2055920 swapFree=4141080/4192956
[pid=1758] ppid=1756 vsize=4852 CPUtime=702.1
/proc/1758/stat : 1758 (minimarch_fixed) R 1756 1758 964 0 -1 4194304 889 0 0 0 70205 5 0 0 25 0 1 0 239129838 4968448 874 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134551247 0 0 4096 3 0 0 0 17 1 0 0
/proc/1758/statm: 1213 874 67 132 0 1078 0
Current children cumulated CPU time (s) 702.1
Current children cumulated vsize (KiB) 4852

[startup+762.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/78 1759
/proc/meminfo: memFree=1630352/2055920 swapFree=4141080/4192956
[pid=1758] ppid=1756 vsize=4984 CPUtime=762.09
/proc/1758/stat : 1758 (minimarch_fixed) R 1756 1758 964 0 -1 4194304 905 0 0 0 76204 5 0 0 25 0 1 0 239129838 5103616 890 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134550382 0 0 4096 3 0 0 0 17 1 0 0
/proc/1758/statm: 1246 890 67 132 0 1111 0
Current children cumulated CPU time (s) 762.09
Current children cumulated vsize (KiB) 4984

[startup+822.301 s]
/proc/loadavg: 1.05 1.00 1.00 2/78 1759
/proc/meminfo: memFree=1630160/2055920 swapFree=4141080/4192956
[pid=1758] ppid=1756 vsize=5116 CPUtime=822.07
/proc/1758/stat : 1758 (minimarch_fixed) R 1756 1758 964 0 -1 4194304 946 0 0 0 82201 6 0 0 25 0 1 0 239129838 5238784 931 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134551235 0 0 4096 3 0 0 0 17 1 0 0
/proc/1758/statm: 1279 931 67 132 0 1144 0
Current children cumulated CPU time (s) 822.07
Current children cumulated vsize (KiB) 5116

[startup+882.306 s]
/proc/loadavg: 1.07 1.01 1.00 2/78 1759
/proc/meminfo: memFree=1630096/2055920 swapFree=4141080/4192956
[pid=1758] ppid=1756 vsize=5116 CPUtime=882.05
/proc/1758/stat : 1758 (minimarch_fixed) R 1756 1758 964 0 -1 4194304 965 0 0 0 88199 6 0 0 25 0 1 0 239129838 5238784 950 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134551227 0 0 4096 3 0 0 0 17 1 0 0
/proc/1758/statm: 1279 950 67 132 0 1144 0
Current children cumulated CPU time (s) 882.05
Current children cumulated vsize (KiB) 5116

[startup+942.302 s]
/proc/loadavg: 1.15 1.04 1.01 2/78 1759
/proc/meminfo: memFree=1630032/2055920 swapFree=4141080/4192956
[pid=1758] ppid=1756 vsize=5264 CPUtime=942.04
/proc/1758/stat : 1758 (minimarch_fixed) R 1756 1758 964 0 -1 4194304 982 0 0 0 94197 7 0 0 25 0 1 0 239129838 5390336 967 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134551227 0 0 4096 3 0 0 0 17 1 0 0
/proc/1758/statm: 1316 967 67 132 0 1181 0
Current children cumulated CPU time (s) 942.04
Current children cumulated vsize (KiB) 5264

[startup+1002.3 s]
/proc/loadavg: 1.10 1.05 1.01 2/78 1759
/proc/meminfo: memFree=1629904/2055920 swapFree=4141080/4192956
[pid=1758] ppid=1756 vsize=5264 CPUtime=1002.01
/proc/1758/stat : 1758 (minimarch_fixed) R 1756 1758 964 0 -1 4194304 996 0 0 0 100194 7 0 0 25 0 1 0 239129838 5390336 981 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134551358 0 0 4096 3 0 0 0 17 1 0 0
/proc/1758/statm: 1316 981 67 132 0 1181 0
Current children cumulated CPU time (s) 1002.01
Current children cumulated vsize (KiB) 5264

[startup+1062.3 s]
/proc/loadavg: 1.07 1.05 1.01 2/78 1759
/proc/meminfo: memFree=1629968/2055920 swapFree=4141080/4192956
[pid=1758] ppid=1756 vsize=5264 CPUtime=1062
/proc/1758/stat : 1758 (minimarch_fixed) R 1756 1758 964 0 -1 4194304 1001 0 0 0 106192 8 0 0 25 0 1 0 239129838 5390336 986 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134551667 0 0 4096 3 0 0 0 17 1 0 0
/proc/1758/statm: 1316 986 67 132 0 1181 0
Current children cumulated CPU time (s) 1062
Current children cumulated vsize (KiB) 5264

[startup+1122.3 s]
/proc/loadavg: 1.03 1.04 1.00 2/78 1759
/proc/meminfo: memFree=1629840/2055920 swapFree=4141080/4192956
[pid=1758] ppid=1756 vsize=5412 CPUtime=1121.98
/proc/1758/stat : 1758 (minimarch_fixed) R 1756 1758 964 0 -1 4194304 1025 0 0 0 112190 8 0 0 25 0 1 0 239129838 5541888 1010 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134551358 0 0 4096 3 0 0 0 17 1 0 0
/proc/1758/statm: 1353 1010 67 132 0 1218 0
Current children cumulated CPU time (s) 1121.98
Current children cumulated vsize (KiB) 5412

[startup+1182.3 s]
/proc/loadavg: 1.01 1.03 1.00 2/84 1937
/proc/meminfo: memFree=1628384/2055920 swapFree=4141080/4192956
[pid=1758] ppid=1756 vsize=5412 CPUtime=1181.88
/proc/1758/stat : 1758 (minimarch_fixed) R 1756 1758 964 0 -1 4194304 1036 0 0 0 118179 9 0 0 25 0 1 0 239129838 5541888 1021 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134551277 0 0 4096 3 0 0 0 17 1 0 0
/proc/1758/statm: 1353 1021 67 132 0 1218 0
Current children cumulated CPU time (s) 1181.88
Current children cumulated vsize (KiB) 5412



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.5 s]
/proc/loadavg: 1.00 1.03 1.00 2/78 1966
/proc/meminfo: memFree=1629456/2055920 swapFree=4141080/4192956
[pid=1758] ppid=1756 vsize=5412 CPUtime=1200.07
/proc/1758/stat : 1758 (minimarch_fixed) R 1756 1758 964 0 -1 4194304 1036 0 0 0 119998 9 0 0 25 0 1 0 239129838 5541888 1021 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134551667 0 0 4096 3 0 0 0 17 1 0 0
/proc/1758/statm: 1353 1021 67 132 0 1218 0
Current children cumulated CPU time (s) 1200.07
Current children cumulated vsize (KiB) 5412

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.51
CPU time (s): 1200.08
CPU user time (s): 1199.98
CPU system time (s): 0.100984
CPU usage (%): 99.9646
Max. virtual memory (cumulated for all children) (KiB): 5412

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

runsolver used 0.948855 second user time and 2.50262 second system time

The end

Launcher Data (download as text)

Begin job on node4 on Thu Apr 26 23:42:01 UTC 2007

IDJOB= 427197
IDBENCH= 19854
IDSOLVER= 198
FILE ID= node4/427197-1177630921

PBS_JOBID= 4697213

Free space on /tmp= 66517 MiB

SOLVER NAME= minimarch 2007-04-26 (fixed)
BENCH NAME= HOME/pub/bench/SAT07/random/OnTreshold/5SAT/v100/unif-k5-r21.3-v100-c2130-S1481093667-06.UNSAT.shuffled.cnf
COMMAND LINE= /tmp/evaluation/427197-1177630921/minimarch_fixed /tmp/evaluation/427197-1177630921/instance-427197-1177630921.cnf
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node4/watcher-427197-1177630921 -o ROOT/results/node4/solver-427197-1177630921 -C 1200 -W 2400 -M 1800 --output-limit 1,15  /tmp/evaluation/427197-1177630921/minimarch_fixed /tmp/evaluation/427197-1177630921/instance-427197-1177630921.cnf

META MD5SUM SOLVER= 08d902191c06ef4f82d57c2f2b6a82c2
MD5SUM BENCH=  bd3636480ccd2ac89b0fc1e6396aab86

RANDOM SEED= 98404180

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB

Linux node4.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.218
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	: 5931.00
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.218
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:       1634416 kB
Buffers:         47908 kB
Cached:         286744 kB
SwapCached:      15616 kB
Active:         232872 kB
Inactive:       125420 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1634416 kB
SwapTotal:     4192956 kB
SwapFree:      4141080 kB
Dirty:            2924 kB
Writeback:           0 kB
Mapped:          29932 kB
Slab:            48748 kB
Committed_AS:  6322696 kB
PageTables:       1816 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= 66517 MiB

End job on node4 on Fri Apr 27 00:02:04 UTC 2007