Trace number 301929

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

General information on the benchmark

Namerandom/LargeSize/5SAT/v1100/
unif-k5-r20-v1100-c22000-S1128222245-05.cnf
MD5SUMe00fc2902b68bb75646f8701a0e4a742
Bench CategoryRANDOM (random 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 variables1100
Number of clauses22000
Sum of the clauses size110000
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 522000
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:  1100                                                 |
0.00/0.00	|  Number of clauses:    22000                                                |
0.00/0.08	|  Parsing time:         0.08         s                                       |
0.30/0.31	============================[ Search Statistics ]==============================
0.30/0.31	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
0.30/0.31	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
0.30/0.31	===============================================================================
0.30/0.31	|         0 |    1100    22000   110000 |     7333        0    nan |  0.000 % |
0.30/0.33	|       100 |    1100    22000   110000 |     8066      100    108 |  0.000 % |
0.30/0.35	|       250 |    1100    22000   110000 |     8873      250    109 |  0.000 % |
0.30/0.38	|       476 |    1100    22000   110000 |     9760      476    111 |  0.000 % |
0.41/0.43	|       813 |    1100    22000   110000 |    10736      813    117 |  0.000 % |
0.41/0.50	|      1321 |    1100    22000   110000 |    11810     1321    120 |  0.000 % |
0.51/0.61	|      2080 |    1100    22000   110000 |    12991     2080    119 |  0.000 % |
0.71/0.79	|      3221 |    1100    22000   110000 |    14290     3221    123 |  0.000 % |
1.02/1.08	|      4930 |    1100    22000   110000 |    15719     4930    128 |  0.000 % |
1.43/1.52	|      7493 |    1100    22000   110000 |    17291     7493    126 |  0.000 % |
2.25/2.33	|     11338 |    1100    22000   110000 |    19020    11338    129 |  0.000 % |
3.68/3.78	|     17104 |    1100    22000   110000 |    20922    17104    131 |  0.000 % |
6.35/6.40	|     25754 |    1100    22000   110000 |    23015    15091    133 |  0.000 % |
10.65/10.72	|     38728 |    1100    22000   110000 |    25316    16033    130 |  0.000 % |
18.63/18.67	|     58189 |    1100    22000   110000 |    27848    21170    134 |  0.000 % |
31.43/31.51	|     87382 |    1100    22000   110000 |    30633    17782    131 |  0.000 % |
53.62/53.74	|    131171 |    1100    22000   110000 |    33696    24005    138 |  0.000 % |
93.45/93.57	|    196855 |    1100    22000   110000 |    37066    25713    141 |  0.000 % |
159.21/159.33	|    295381 |    1100    22000   110000 |    40772    27082    142 |  0.000 % |
261.31/261.49	|    443170 |    1100    22000   110000 |    44849    35819    146 |  0.000 % |
431.75/432.01	|    664853 |    1100    22000   110000 |    49334    39545    148 |  0.000 % |
686.55/686.99	|    997378 |    1100    22000   110000 |    54268    16516    137 |  0.000 % |
1085.45/1086.15	|   1496166 |    1100    22000   110000 |    59695    31633    138 |  0.000 % |

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/node14/watcher-301929-1172000591 -o ROOT/results/node14/solver-301929-1172000591 -C 1200 -M 1800 --output-limit 1,15 /tmp/evaluation/301929-1172000591/minimarch /tmp/evaluation/301929-1172000591/instance-301929-1172000591.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: 0.91 0.95 0.96 3/77 16792
/proc/meminfo: memFree=1491968/2055920 swapFree=4192812/4192956
[pid=16792] ppid=16790 vsize=2004 CPUtime=0
/proc/16792/stat : 16792 (minimarch) R 16790 16792 16641 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 220013514 2052096 270 18446744073709551615 134512640 135054332 4294956624 18446744073709551615 134688823 0 0 4096 3 0 0 0 17 0 0 0
/proc/16792/statm: 501 270 51 132 0 366 0

[startup+0.10772 s]
/proc/loadavg: 0.91 0.95 0.96 3/77 16792
/proc/meminfo: memFree=1491968/2055920 swapFree=4192812/4192956
[pid=16792] ppid=16790 vsize=3656 CPUtime=0.1
/proc/16792/stat : 16792 (minimarch) R 16790 16792 16641 0 -1 4194304 697 0 0 0 10 0 0 0 18 0 1 0 220013514 3743744 681 18446744073709551615 134512640 135054332 4294956624 18446744073709551615 134531329 0 0 4096 3 0 0 0 17 0 0 0
/proc/16792/statm: 914 681 63 132 0 779 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 3656

[startup+0.515759 s]
/proc/loadavg: 0.91 0.95 0.96 3/77 16792
/proc/meminfo: memFree=1491968/2055920 swapFree=4192812/4192956
[pid=16792] ppid=16790 vsize=3788 CPUtime=0.51
/proc/16792/stat : 16792 (minimarch) R 16790 16792 16641 0 -1 4194304 839 0 0 0 51 0 0 0 22 0 1 0 220013514 3878912 737 18446744073709551615 134512640 135054332 4294956624 18446744073709551615 134551219 0 0 4096 3 0 0 0 17 0 0 0
/proc/16792/statm: 947 737 67 132 0 812 0
Current children cumulated CPU time (s) 0.51
Current children cumulated vsize (KiB) 3788

[startup+1.33684 s]
/proc/loadavg: 0.91 0.95 0.96 2/78 16793
/proc/meminfo: memFree=1487096/2055920 swapFree=4192812/4192956
[pid=16792] ppid=16790 vsize=6560 CPUtime=1.33
/proc/16792/stat : 16792 (minimarch) R 16790 16792 16641 0 -1 4194304 1515 0 0 0 133 0 0 0 25 0 1 0 220013514 6717440 1413 18446744073709551615 134512640 135054332 4294956624 18446744073709551615 134551227 0 0 4096 3 0 0 0 17 0 0 0
/proc/16792/statm: 1640 1413 67 132 0 1505 0
Current children cumulated CPU time (s) 1.33
Current children cumulated vsize (KiB) 6560

[startup+2.97399 s]
/proc/loadavg: 0.91 0.95 0.96 2/78 16793
/proc/meminfo: memFree=1483896/2055920 swapFree=4192812/4192956
[pid=16792] ppid=16790 vsize=10696 CPUtime=2.97
/proc/16792/stat : 16792 (minimarch) R 16790 16792 16641 0 -1 4194304 2574 0 0 0 296 1 0 0 25 0 1 0 220013514 10952704 2472 18446744073709551615 134512640 135054332 4294956624 18446744073709551615 134551380 0 0 4096 3 0 0 0 17 0 0 0
/proc/16792/statm: 2674 2472 67 132 0 2539 0
Current children cumulated CPU time (s) 2.97
Current children cumulated vsize (KiB) 10696

[startup+6.2583 s]
/proc/loadavg: 0.92 0.95 0.96 2/78 16793
/proc/meminfo: memFree=1478072/2055920 swapFree=4192812/4192956
[pid=16792] ppid=16790 vsize=14760 CPUtime=6.25
/proc/16792/stat : 16792 (minimarch) R 16790 16792 16641 0 -1 4194304 3562 0 0 0 623 2 0 0 25 0 1 0 220013514 15114240 3460 18446744073709551615 134512640 135054332 4294956624 18446744073709551615 134551380 0 0 4096 3 0 0 0 17 0 0 0
/proc/16792/statm: 3690 3460 67 132 0 3555 0
Current children cumulated CPU time (s) 6.25
Current children cumulated vsize (KiB) 14760

[startup+12.7149 s]
/proc/loadavg: 0.93 0.95 0.96 2/78 16793
/proc/meminfo: memFree=1476536/2055920 swapFree=4192812/4192956
[pid=16792] ppid=16790 vsize=16080 CPUtime=12.7
/proc/16792/stat : 16792 (minimarch) R 16790 16792 16641 0 -1 4194304 3911 0 0 0 1268 2 0 0 25 0 1 0 220013514 16465920 3809 18446744073709551615 134512640 135054332 4294956624 18446744073709551615 134551368 0 0 4096 3 0 0 0 17 0 0 0
/proc/16792/statm: 4020 3809 67 132 0 3885 0
Current children cumulated CPU time (s) 12.7
Current children cumulated vsize (KiB) 16080

[startup+25.5221 s]
/proc/loadavg: 0.94 0.96 0.96 2/78 16793
/proc/meminfo: memFree=1473656/2055920 swapFree=4192812/4192956
[pid=16792] ppid=16790 vsize=19280 CPUtime=25.49
/proc/16792/stat : 16792 (minimarch) R 16790 16792 16641 0 -1 4194304 4683 0 0 0 2546 3 0 0 25 0 1 0 220013514 19742720 4581 18446744073709551615 134512640 135054332 4294956624 18446744073709551615 134551219 0 0 4096 3 0 0 0 17 0 0 0
/proc/16792/statm: 4820 4581 67 132 0 4685 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 19280

[startup+51.1415 s]
/proc/loadavg: 0.96 0.96 0.96 2/78 16793
/proc/meminfo: memFree=1470456/2055920 swapFree=4192812/4192956
[pid=16792] ppid=16790 vsize=22456 CPUtime=51.11
/proc/16792/stat : 16792 (minimarch) R 16790 16792 16641 0 -1 4194304 5484 0 0 0 5107 4 0 0 25 0 1 0 220013514 22994944 5382 18446744073709551615 134512640 135054332 4294956624 18446744073709551615 134551219 0 0 4096 3 0 0 0 17 0 0 0
/proc/16792/statm: 5614 5382 67 132 0 5479 0
Current children cumulated CPU time (s) 51.11
Current children cumulated vsize (KiB) 22456

[startup+102.434 s]
/proc/loadavg: 0.98 0.96 0.96 2/78 16793
/proc/meminfo: memFree=1466040/2055920 swapFree=4192812/4192956
[pid=16792] ppid=16790 vsize=26680 CPUtime=102.36
/proc/16792/stat : 16792 (minimarch) R 16790 16792 16641 0 -1 4194304 6552 0 0 0 10231 5 0 0 25 0 1 0 220013514 27320320 6450 18446744073709551615 134512640 135054332 4294956624 18446744073709551615 134551380 0 0 4096 3 0 0 0 17 0 0 0
/proc/16792/statm: 6670 6450 67 132 0 6535 0
Current children cumulated CPU time (s) 102.36
Current children cumulated vsize (KiB) 26680

[startup+162.487 s]
/proc/loadavg: 0.99 0.97 0.96 2/78 16793
/proc/meminfo: memFree=1464504/2055920 swapFree=4192812/4192956
[pid=16792] ppid=16790 vsize=28260 CPUtime=162.38
/proc/16792/stat : 16792 (minimarch) R 16790 16792 16641 0 -1 4194304 6936 0 0 0 16232 6 0 0 25 0 1 0 220013514 28938240 6834 18446744073709551615 134512640 135054332 4294956624 18446744073709551615 134551365 0 0 4096 3 0 0 0 17 0 0 0
/proc/16792/statm: 7065 6834 67 132 0 6930 0
Current children cumulated CPU time (s) 162.38
Current children cumulated vsize (KiB) 28260

[startup+222.535 s]
/proc/loadavg: 0.99 0.97 0.96 2/78 16793
/proc/meminfo: memFree=1461112/2055920 swapFree=4192812/4192956
[pid=16792] ppid=16790 vsize=31788 CPUtime=222.4
/proc/16792/stat : 16792 (minimarch) R 16790 16792 16641 0 -1 4194304 7795 0 0 0 22233 7 0 0 25 0 1 0 220013514 32550912 7693 18446744073709551615 134512640 135054332 4294956624 18446744073709551615 134551359 0 0 4096 3 0 0 0 17 0 0 0
/proc/16792/statm: 7947 7693 67 132 0 7812 0
Current children cumulated CPU time (s) 222.4
Current children cumulated vsize (KiB) 31788

[startup+282.583 s]
/proc/loadavg: 0.99 0.97 0.96 2/78 16793
/proc/meminfo: memFree=1458936/2055920 swapFree=4192812/4192956
[pid=16792] ppid=16790 vsize=33912 CPUtime=282.41
/proc/16792/stat : 16792 (minimarch) R 16790 16792 16641 0 -1 4194304 8332 0 0 0 28234 7 0 0 25 0 1 0 220013514 34725888 8230 18446744073709551615 134512640 135054332 4294956624 18446744073709551615 134551371 0 0 4096 3 0 0 0 17 0 0 0
/proc/16792/statm: 8478 8230 67 132 0 8343 0
Current children cumulated CPU time (s) 282.41
Current children cumulated vsize (KiB) 33912

[startup+342.632 s]
/proc/loadavg: 0.99 0.97 0.96 2/78 16793
/proc/meminfo: memFree=1457528/2055920 swapFree=4192812/4192956
[pid=16792] ppid=16790 vsize=35228 CPUtime=342.43
/proc/16792/stat : 16792 (minimarch) R 16790 16792 16641 0 -1 4194304 8676 0 0 0 34235 8 0 0 25 0 1 0 220013514 36073472 8574 18446744073709551615 134512640 135054332 4294956624 18446744073709551615 134551359 0 0 4096 3 0 0 0 17 0 0 0
/proc/16792/statm: 8807 8574 67 132 0 8672 0
Current children cumulated CPU time (s) 342.43
Current children cumulated vsize (KiB) 35228

[startup+402.685 s]
/proc/loadavg: 0.99 0.97 0.96 2/78 16793
/proc/meminfo: memFree=1456440/2055920 swapFree=4192812/4192956
[pid=16792] ppid=16790 vsize=36416 CPUtime=402.44
/proc/16792/stat : 16792 (minimarch) R 16790 16792 16641 0 -1 4194304 8949 0 0 0 40236 8 0 0 25 0 1 0 220013514 37289984 8847 18446744073709551615 134512640 135054332 4294956624 18446744073709551615 134551368 0 0 4096 3 0 0 0 17 0 0 0
/proc/16792/statm: 9104 8847 67 132 0 8969 0
Current children cumulated CPU time (s) 402.44
Current children cumulated vsize (KiB) 36416

[startup+462.736 s]
/proc/loadavg: 0.99 0.97 0.96 2/78 16793
/proc/meminfo: memFree=1454648/2055920 swapFree=4192812/4192956
[pid=16792] ppid=16790 vsize=38112 CPUtime=462.46
/proc/16792/stat : 16792 (minimarch) R 16790 16792 16641 0 -1 4194304 9400 0 0 0 46237 9 0 0 25 0 1 0 220013514 39026688 9298 18446744073709551615 134512640 135054332 4294956624 18446744073709551615 134551331 0 0 4096 3 0 0 0 17 0 0 0
/proc/16792/statm: 9528 9298 67 132 0 9393 0
Current children cumulated CPU time (s) 462.46
Current children cumulated vsize (KiB) 38112

[startup+522.787 s]
/proc/loadavg: 0.99 0.97 0.96 2/78 16793
/proc/meminfo: memFree=1452984/2055920 swapFree=4192812/4192956
[pid=16792] ppid=16790 vsize=39828 CPUtime=522.48
/proc/16792/stat : 16792 (minimarch) R 16790 16792 16641 0 -1 4194304 9816 0 0 0 52238 10 0 0 25 0 1 0 220013514 40783872 9714 18446744073709551615 134512640 135054332 4294956624 18446744073709551615 134551380 0 0 4096 3 0 0 0 17 0 0 0
/proc/16792/statm: 9957 9714 67 132 0 9822 0
Current children cumulated CPU time (s) 522.48
Current children cumulated vsize (KiB) 39828

[startup+582.838 s]
/proc/loadavg: 1.03 0.99 0.97 2/78 16793
/proc/meminfo: memFree=1452984/2055920 swapFree=4192812/4192956
[pid=16792] ppid=16790 vsize=39828 CPUtime=582.5
/proc/16792/stat : 16792 (minimarch) R 16790 16792 16641 0 -1 4194304 9816 0 0 0 58240 10 0 0 25 0 1 0 220013514 40783872 9714 18446744073709551615 134512640 135054332 4294956624 18446744073709551615 134551331 0 0 4096 3 0 0 0 17 0 0 0
/proc/16792/statm: 9957 9714 67 132 0 9822 0
Current children cumulated CPU time (s) 582.5
Current children cumulated vsize (KiB) 39828

[startup+642.89 s]
/proc/loadavg: 1.01 0.99 0.97 2/78 16793
/proc/meminfo: memFree=1452920/2055920 swapFree=4192812/4192956
[pid=16792] ppid=16790 vsize=39960 CPUtime=642.51
/proc/16792/stat : 16792 (minimarch) R 16790 16792 16641 0 -1 4194304 9855 0 0 0 64241 10 0 0 25 0 1 0 220013514 40919040 9753 18446744073709551615 134512640 135054332 4294956624 18446744073709551615 134551380 0 0 4096 3 0 0 0 17 0 0 0
/proc/16792/statm: 9990 9753 67 132 0 9855 0
Current children cumulated CPU time (s) 642.51
Current children cumulated vsize (KiB) 39960

[startup+702.936 s]
/proc/loadavg: 1.00 0.99 0.97 2/78 16793
/proc/meminfo: memFree=1452088/2055920 swapFree=4192812/4192956
[pid=16792] ppid=16790 vsize=40688 CPUtime=702.53
/proc/16792/stat : 16792 (minimarch) R 16790 16792 16641 0 -1 4194304 10040 0 0 0 70242 11 0 0 25 0 1 0 220013514 41664512 9937 18446744073709551615 134512640 135054332 4294956624 18446744073709551615 134551713 0 0 4096 3 0 0 0 17 0 0 0
/proc/16792/statm: 10172 9937 67 132 0 10037 0
Current children cumulated CPU time (s) 702.53
Current children cumulated vsize (KiB) 40688

[startup+762.991 s]
/proc/loadavg: 1.00 0.99 0.97 2/78 16793
/proc/meminfo: memFree=1449784/2055920 swapFree=4192812/4192956
[pid=16792] ppid=16790 vsize=42932 CPUtime=762.54
/proc/16792/stat : 16792 (minimarch) R 16790 16792 16641 0 -1 4194304 10604 0 0 0 76243 11 0 0 25 0 1 0 220013514 43962368 10501 18446744073709551615 134512640 135054332 4294956624 18446744073709551615 134551219 0 0 4096 3 0 0 0 17 0 0 0
/proc/16792/statm: 10733 10501 67 132 0 10598 0
Current children cumulated CPU time (s) 762.54
Current children cumulated vsize (KiB) 42932

[startup+823.042 s]
/proc/loadavg: 1.00 0.99 0.97 2/78 16793
/proc/meminfo: memFree=1449784/2055920 swapFree=4192812/4192956
[pid=16792] ppid=16790 vsize=42932 CPUtime=822.57
/proc/16792/stat : 16792 (minimarch) R 16790 16792 16641 0 -1 4194304 10604 0 0 0 82245 12 0 0 25 0 1 0 220013514 43962368 10501 18446744073709551615 134512640 135054332 4294956624 18446744073709551615 134551660 0 0 4096 3 0 0 0 17 0 0 0
/proc/16792/statm: 10733 10501 67 132 0 10598 0
Current children cumulated CPU time (s) 822.57
Current children cumulated vsize (KiB) 42932

[startup+883.088 s]
/proc/loadavg: 1.04 1.00 0.97 2/78 16793
/proc/meminfo: memFree=1448824/2055920 swapFree=4192812/4192956
[pid=16792] ppid=16790 vsize=43792 CPUtime=882.57
/proc/16792/stat : 16792 (minimarch) R 16790 16792 16641 0 -1 4194304 10849 0 0 0 88245 12 0 0 25 0 1 0 220013514 44843008 10731 18446744073709551615 134512640 135054332 4294956624 18446744073709551615 134551700 0 0 4096 3 0 0 0 17 0 0 0
/proc/16792/statm: 10948 10731 67 132 0 10813 0
Current children cumulated CPU time (s) 882.57
Current children cumulated vsize (KiB) 43792

[startup+943.132 s]
/proc/loadavg: 1.01 1.00 0.97 2/78 16793
/proc/meminfo: memFree=1448376/2055920 swapFree=4192812/4192956
[pid=16792] ppid=16790 vsize=44452 CPUtime=942.58
/proc/16792/stat : 16792 (minimarch) R 16790 16792 16641 0 -1 4194304 11022 0 0 0 94246 12 0 0 25 0 1 0 220013514 45518848 10871 18446744073709551615 134512640 135054332 4294956624 18446744073709551615 134551219 0 0 4096 3 0 0 0 17 0 0 0
/proc/16792/statm: 11113 10871 67 132 0 10978 0
Current children cumulated CPU time (s) 942.58
Current children cumulated vsize (KiB) 44452

[startup+1003.18 s]
/proc/loadavg: 1.00 1.00 0.97 2/78 16793
/proc/meminfo: memFree=1448376/2055920 swapFree=4192812/4192956
[pid=16792] ppid=16790 vsize=44396 CPUtime=1002.59
/proc/16792/stat : 16792 (minimarch) R 16790 16792 16641 0 -1 4194304 11022 0 0 0 100247 12 0 0 25 0 1 0 220013514 45461504 10871 18446744073709551615 134512640 135054332 4294956624 18446744073709551615 134551660 0 0 4096 3 0 0 0 17 0 0 0
/proc/16792/statm: 11099 10871 67 132 0 10964 0
Current children cumulated CPU time (s) 1002.59
Current children cumulated vsize (KiB) 44396

[startup+1063.24 s]
/proc/loadavg: 1.05 1.01 0.98 2/78 16793
/proc/meminfo: memFree=1448248/2055920 swapFree=4192812/4192956
[pid=16792] ppid=16790 vsize=44528 CPUtime=1062.61
/proc/16792/stat : 16792 (minimarch) R 16790 16792 16641 0 -1 4194304 11062 0 0 0 106248 13 0 0 25 0 1 0 220013514 45596672 10911 18446744073709551615 134512640 135054332 4294956624 18446744073709551615 134551219 0 0 4096 3 0 0 0 17 0 0 0
/proc/16792/statm: 11132 10911 67 132 0 10997 0
Current children cumulated CPU time (s) 1062.61
Current children cumulated vsize (KiB) 44528

[startup+1123.32 s]
/proc/loadavg: 1.02 1.01 0.98 2/84 16915
/proc/meminfo: memFree=1445000/2055920 swapFree=4192812/4192956
[pid=16792] ppid=16790 vsize=46508 CPUtime=1122.65
/proc/16792/stat : 16792 (minimarch) R 16790 16792 16641 0 -1 4194304 11550 0 0 0 112239 26 0 0 25 0 1 0 220013514 47624192 11399 18446744073709551615 134512640 135054332 4294956624 18446744073709551615 134551219 0 0 4096 3 0 0 0 17 0 0 0
/proc/16792/statm: 11627 11399 67 132 0 11492 0
Current children cumulated CPU time (s) 1122.65
Current children cumulated vsize (KiB) 46508

[startup+1183.39 s]
/proc/loadavg: 1.00 1.00 0.98 2/78 16991
/proc/meminfo: memFree=1441912/2055920 swapFree=4192812/4192956
[pid=16792] ppid=16790 vsize=50608 CPUtime=1182.68
/proc/16792/stat : 16792 (minimarch) R 16790 16792 16641 0 -1 4194304 12569 0 0 0 118233 35 0 0 25 0 1 0 220013514 51822592 12418 18446744073709551615 134512640 135054332 4294956624 18446744073709551615 134551338 0 0 4096 3 0 0 0 17 0 0 0
/proc/16792/statm: 12652 12418 67 132 0 12517 0
Current children cumulated CPU time (s) 1182.68
Current children cumulated vsize (KiB) 50608



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.81 s]
/proc/loadavg: 1.00 1.00 0.98 2/78 16991
/proc/meminfo: memFree=1441912/2055920 swapFree=4192812/4192956
[pid=16792] ppid=16790 vsize=50608 CPUtime=1200.1
/proc/16792/stat : 16792 (minimarch) R 16790 16792 16641 0 -1 4194304 12569 0 0 0 119975 35 0 0 25 0 1 0 220013514 51822592 12418 18446744073709551615 134512640 135054332 4294956624 18446744073709551615 134551352 0 0 4096 3 0 0 0 17 0 0 0
/proc/16792/statm: 12652 12418 67 132 0 12517 0
Current children cumulated CPU time (s) 1200.1
Current children cumulated vsize (KiB) 50608

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.83
CPU time (s): 1200.12
CPU user time (s): 1199.75
CPU system time (s): 0.368943
CPU usage (%): 99.9415
Max. virtual memory (cumulated for all children) (KiB): 50608

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

runsolver used 1.03484 second user time and 3.24751 second system time

The end

Launcher Data (download as text)

Begin job on node14 on Tue Feb 20 19:43:11 UTC 2007

IDJOB= 301929
IDBENCH= 20071
IDSOLVER= 110
FILE ID= node14/301929-1172000591

PBS_JOBID= 3849114

Free space on /tmp= 66546 MiB

SOLVER NAME= minimarch 2007-02-08
BENCH NAME= HOME/pub/bench/SAT07/random/LargeSize/5SAT/v1100/unif-k5-r20-v1100-c22000-S1128222245-05.cnf
COMMAND LINE= /tmp/evaluation/301929-1172000591/minimarch /tmp/evaluation/301929-1172000591/instance-301929-1172000591.cnf            
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node14/watcher-301929-1172000591 -o ROOT/results/node14/solver-301929-1172000591 -C 1200 -M 1800 --output-limit 1,15  /tmp/evaluation/301929-1172000591/minimarch /tmp/evaluation/301929-1172000591/instance-301929-1172000591.cnf            

META MD5SUM SOLVER= cd0143c15836d32fe9acb8d523a59b67
MD5SUM BENCH=  e00fc2902b68bb75646f8701a0e4a742

RANDOM SEED= 201973485

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB

Linux node14.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.216
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.216
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:       1492440 kB
Buffers:         62484 kB
Cached:         364828 kB
SwapCached:          0 kB
Active:         125700 kB
Inactive:       355528 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1492440 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            2804 kB
Writeback:           0 kB
Mapped:          72828 kB
Slab:            67896 kB
Committed_AS:   810500 kB
PageTables:       1736 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= 66546 MiB

End job on node14 on Tue Feb 20 20:03:14 UTC 2007