Trace number 336136

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.06 1200.51

General information on the benchmark

Namecrafted/Hard/contest05/others/
linvrinv9.sat05-568.reshuffled-07.cnf
MD5SUM0457634d4b446c9bbce48df93abd0143
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables2754
Number of clauses9154
Sum of the clauses size24624
Maximum clause length81
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 22916
Number of clauses of size 36237
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 51

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:  2754                                                 |
0.00/0.00	|  Number of clauses:    9154                                                 |
0.00/0.02	|  Parsing time:         0.02         s                                       |
0.00/0.09	============================[ Search Statistics ]==============================
0.00/0.09	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
0.00/0.09	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
0.00/0.09	===============================================================================
0.00/0.09	|         0 |    1318     7908    27764 |     2636        0    nan |  0.000 % |
0.09/0.10	|       100 |    1318     7908    27764 |     2899      100     43 |  0.000 % |
0.09/0.11	|       250 |    1318     7908    27764 |     3189      250     33 |  0.000 % |
0.09/0.13	|       475 |    1318     7908    27764 |     3508      475     38 |  0.000 % |
0.09/0.16	|       813 |    1318     7908    27764 |     3859      813     41 |  0.000 % |
0.09/0.19	|      1320 |    1318     7908    27764 |     4245     1320     38 |  0.000 % |
0.19/0.27	|      2080 |    1318     7908    27764 |     4669     2080     45 |  0.000 % |
0.39/0.41	|      3219 |    1318     7908    27764 |     5136     3219     49 |  0.000 % |
0.59/0.68	|      4927 |    1318     7908    27764 |     5650     4927     55 |  0.000 % |
0.89/0.97	|      7489 |    1318     7908    27764 |     6215     4435     59 |  0.000 % |
1.39/1.40	|     11334 |    1318     7908    27764 |     6837     4998     46 |  0.000 % |
2.39/2.42	|     17101 |    1318     7908    27764 |     7520     6906     93 |  0.000 % |
3.78/3.89	|     25751 |    1318     7908    27764 |     8272     7110     76 |  0.000 % |
5.98/6.09	|     38725 |    1318     7908    27764 |     9100     7140     66 |  0.000 % |
10.08/10.11	|     58187 |    1318     7908    27764 |    10010     6929     84 |  0.000 % |
14.98/15.03	|     87379 |    1318     7908    27764 |    11011    10155     52 |  0.000 % |
23.99/24.07	|    131168 |    1318     7908    27764 |    12112     6712     79 |  0.000 % |
33.18/33.23	|    196853 |    1318     7908    27764 |    13323    10760     43 |  0.000 % |
65.47/65.54	|    295380 |    1318     7908    27764 |    14655    10062    112 |  0.000 % |
116.64/116.77	|    443170 |    1318     7908    27764 |    16121    13896     86 |  0.000 % |
193.52/193.65	|    664854 |    1318     7908    27764 |    17733     8723     86 |  0.000 % |
272.60/272.79	|    997379 |    1318     7908    27764 |    19507    16327     89 |  0.000 % |
413.44/413.69	|   1496167 |    1318     7908    27764 |    21457    12609     83 |  0.000 % |
559.18/559.49	|   2244350 |    1318     7908    27764 |    23603    18259     46 |  0.000 % |
1033.41/1033.80	|   3366625 |    1318     7908    27764 |    25963    16235    101 |  0.000 % |

Verifier Data (download as text)

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

Watcher Data (download as text)

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

command line: runsolver --timestamp -w ROOT/results/node23/watcher-336136-1173641099 -o ROOT/results/node23/solver-336136-1173641099 -C 1200 -W 2400 -M 1800 --output-limit 1,15 /tmp/evaluation/336136-1173641099/minimarch /tmp/evaluation/336136-1173641099/instance-336136-1173641099.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.92 0.96 0.98 3/77 6160
/proc/meminfo: memFree=1899800/2055920 swapFree=4140896/4192956
[pid=6160] ppid=6158 vsize=2296 CPUtime=0
/proc/6160/stat : 6160 (minimarch) R 6158 6160 6051 0 -1 4194304 240 0 0 0 0 0 0 0 18 0 1 0 90078242 2351104 224 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134548685 0 0 4096 3 0 0 0 17 1 0 0
/proc/6160/statm: 574 224 51 132 0 439 0

[startup+0.0125859 s]
/proc/loadavg: 0.92 0.96 0.98 3/77 6160
/proc/meminfo: memFree=1899800/2055920 swapFree=4140896/4192956
[pid=6160] ppid=6158 vsize=2724 CPUtime=0
/proc/6160/stat : 6160 (minimarch) R 6158 6160 6051 0 -1 4194304 341 0 0 0 0 0 0 0 18 0 1 0 90078242 2789376 325 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134691888 0 0 4096 3 0 0 0 17 1 0 0
/proc/6160/statm: 681 325 51 132 0 546 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 2724

[startup+0.101603 s]
/proc/loadavg: 0.92 0.96 0.98 3/77 6160
/proc/meminfo: memFree=1899800/2055920 swapFree=4140896/4192956
[pid=6160] ppid=6158 vsize=3580 CPUtime=0.09
/proc/6160/stat : 6160 (minimarch) R 6158 6160 6051 0 -1 4194304 598 0 0 0 9 0 0 0 18 0 1 0 90078242 3665920 582 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134558029 0 0 4096 3 0 0 0 17 1 0 0
/proc/6160/statm: 895 582 66 132 0 760 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 3580

[startup+0.301641 s]
/proc/loadavg: 0.92 0.96 0.98 3/77 6160
/proc/meminfo: memFree=1899800/2055920 swapFree=4140896/4192956
[pid=6160] ppid=6158 vsize=3580 CPUtime=0.29
/proc/6160/stat : 6160 (minimarch) R 6158 6160 6051 0 -1 4194304 600 0 0 0 29 0 0 0 19 0 1 0 90078242 3665920 584 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134556277 0 0 4096 3 0 0 0 17 1 0 0
/proc/6160/statm: 895 584 67 132 0 760 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 3580

[startup+0.70172 s]
/proc/loadavg: 0.92 0.96 0.98 3/77 6160
/proc/meminfo: memFree=1899800/2055920 swapFree=4140896/4192956
[pid=6160] ppid=6158 vsize=4240 CPUtime=0.69
/proc/6160/stat : 6160 (minimarch) R 6158 6160 6051 0 -1 4194304 739 0 0 0 69 0 0 0 22 0 1 0 90078242 4341760 723 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134557716 0 0 4096 3 0 0 0 17 1 0 0
/proc/6160/statm: 1060 724 67 132 0 925 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 4240

[startup+1.50187 s]
/proc/loadavg: 0.92 0.96 0.98 2/78 6161
/proc/meminfo: memFree=1896976/2055920 swapFree=4140896/4192956
[pid=6160] ppid=6158 vsize=4504 CPUtime=1.49
/proc/6160/stat : 6160 (minimarch) R 6158 6160 6051 0 -1 4194304 813 0 0 0 149 0 0 0 25 0 1 0 90078242 4612096 797 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134551227 0 0 4096 3 0 0 0 17 1 0 0
/proc/6160/statm: 1126 797 67 132 0 991 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 4504

[startup+3.10118 s]
/proc/loadavg: 0.92 0.96 0.98 2/78 6161
/proc/meminfo: memFree=1895952/2055920 swapFree=4140896/4192956
[pid=6160] ppid=6158 vsize=6484 CPUtime=3.08
/proc/6160/stat : 6160 (minimarch) R 6158 6160 6051 0 -1 4194304 1328 0 0 0 308 0 0 0 25 0 1 0 90078242 6639616 1312 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134551188 0 0 4096 3 0 0 0 17 1 0 0
/proc/6160/statm: 1621 1312 67 132 0 1486 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 6484

[startup+6.3018 s]
/proc/loadavg: 0.92 0.96 0.98 2/78 6161
/proc/meminfo: memFree=1894544/2055920 swapFree=4140896/4192956
[pid=6160] ppid=6158 vsize=6484 CPUtime=6.28
/proc/6160/stat : 6160 (minimarch) R 6158 6160 6051 0 -1 4194304 1329 0 0 0 628 0 0 0 25 0 1 0 90078242 6639616 1313 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134551210 0 0 4096 3 0 0 0 17 1 0 0
/proc/6160/statm: 1621 1313 67 132 0 1486 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 6484

[startup+12.702 s]
/proc/loadavg: 0.93 0.96 0.98 2/78 6161
/proc/meminfo: memFree=1893584/2055920 swapFree=4140896/4192956
[pid=6160] ppid=6158 vsize=7408 CPUtime=12.68
/proc/6160/stat : 6160 (minimarch) R 6158 6160 6051 0 -1 4194304 1544 0 0 0 1268 0 0 0 25 0 1 0 90078242 7585792 1528 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134552577 0 0 4096 3 0 0 0 17 1 0 0
/proc/6160/statm: 1852 1528 67 132 0 1717 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 7408

[startup+25.5015 s]
/proc/loadavg: 0.94 0.96 0.98 2/78 6161
/proc/meminfo: memFree=1892624/2055920 swapFree=4140896/4192956
[pid=6160] ppid=6158 vsize=8332 CPUtime=25.49
/proc/6160/stat : 6160 (minimarch) R 6158 6160 6051 0 -1 4194304 1788 0 0 0 2548 1 0 0 25 0 1 0 90078242 8531968 1772 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134551352 0 0 4096 3 0 0 0 17 1 0 0
/proc/6160/statm: 2083 1772 67 132 0 1948 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 8332

[startup+51.1015 s]
/proc/loadavg: 0.96 0.96 0.98 2/78 6161
/proc/meminfo: memFree=1889488/2055920 swapFree=4140896/4192956
[pid=6160] ppid=6158 vsize=11504 CPUtime=51.07
/proc/6160/stat : 6160 (minimarch) R 6158 6160 6051 0 -1 4194304 2580 0 0 0 5105 2 0 0 25 0 1 0 90078242 11780096 2564 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134551359 0 0 4096 3 0 0 0 17 1 0 0
/proc/6160/statm: 2876 2564 67 132 0 2741 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 11504

[startup+102.305 s]
/proc/loadavg: 0.98 0.97 0.98 2/78 6161
/proc/meminfo: memFree=1889040/2055920 swapFree=4140896/4192956
[pid=6160] ppid=6158 vsize=11804 CPUtime=102.25
/proc/6160/stat : 6160 (minimarch) R 6158 6160 6051 0 -1 4194304 2653 0 0 0 10223 2 0 0 25 0 1 0 90078242 12087296 2637 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134551331 0 0 4096 3 0 0 0 17 1 0 0
/proc/6160/statm: 2951 2637 67 132 0 2816 0
Current children cumulated CPU time (s) 102.25
Current children cumulated vsize (KiB) 11804

[startup+162.302 s]
/proc/loadavg: 0.99 0.97 0.98 2/78 6161
/proc/meminfo: memFree=1887568/2055920 swapFree=4140896/4192956
[pid=6160] ppid=6158 vsize=13256 CPUtime=162.23
/proc/6160/stat : 6160 (minimarch) R 6158 6160 6051 0 -1 4194304 3018 0 0 0 16220 3 0 0 25 0 1 0 90078242 13574144 3002 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134551188 0 0 4096 3 0 0 0 17 1 0 0
/proc/6160/statm: 3314 3002 67 132 0 3179 0
Current children cumulated CPU time (s) 162.23
Current children cumulated vsize (KiB) 13256

[startup+222.302 s]
/proc/loadavg: 0.99 0.97 0.98 2/78 6161
/proc/meminfo: memFree=1886608/2055920 swapFree=4140896/4192956
[pid=6160] ppid=6158 vsize=14232 CPUtime=222.2
/proc/6160/stat : 6160 (minimarch) R 6158 6160 6051 0 -1 4194304 3229 0 0 0 22217 3 0 0 25 0 1 0 90078242 14573568 3213 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134551352 0 0 4096 3 0 0 0 17 1 0 0
/proc/6160/statm: 3558 3213 67 132 0 3423 0
Current children cumulated CPU time (s) 222.2
Current children cumulated vsize (KiB) 14232

[startup+282.301 s]
/proc/loadavg: 0.99 0.97 0.98 2/78 6161
/proc/meminfo: memFree=1886032/2055920 swapFree=4140896/4192956
[pid=6160] ppid=6158 vsize=14732 CPUtime=282.18
/proc/6160/stat : 6160 (minimarch) R 6158 6160 6051 0 -1 4194304 3379 0 0 0 28214 4 0 0 25 0 1 0 90078242 15085568 3363 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134551354 0 0 4096 3 0 0 0 17 1 0 0
/proc/6160/statm: 3683 3363 67 132 0 3548 0
Current children cumulated CPU time (s) 282.18
Current children cumulated vsize (KiB) 14732

[startup+342.302 s]
/proc/loadavg: 0.99 0.97 0.98 2/78 6161
/proc/meminfo: memFree=1885136/2055920 swapFree=4140896/4192956
[pid=6160] ppid=6158 vsize=15596 CPUtime=342.16
/proc/6160/stat : 6160 (minimarch) R 6158 6160 6051 0 -1 4194304 3596 0 0 0 34211 5 0 0 25 0 1 0 90078242 15970304 3580 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134551511 0 0 4096 3 0 0 0 17 1 0 0
/proc/6160/statm: 3899 3580 67 132 0 3764 0
Current children cumulated CPU time (s) 342.16
Current children cumulated vsize (KiB) 15596

[startup+402.302 s]
/proc/loadavg: 0.99 0.97 0.98 2/78 6161
/proc/meminfo: memFree=1885072/2055920 swapFree=4140896/4192956
[pid=6160] ppid=6158 vsize=15580 CPUtime=402.14
/proc/6160/stat : 6160 (minimarch) R 6158 6160 6051 0 -1 4194304 3596 0 0 0 40209 5 0 0 25 0 1 0 90078242 15953920 3580 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134552935 0 0 4096 3 0 0 0 17 1 0 0
/proc/6160/statm: 3895 3580 67 132 0 3760 0
Current children cumulated CPU time (s) 402.14
Current children cumulated vsize (KiB) 15580

[startup+462.301 s]
/proc/loadavg: 0.99 0.97 0.98 2/78 6161
/proc/meminfo: memFree=1884752/2055920 swapFree=4140896/4192956
[pid=6160] ppid=6158 vsize=15976 CPUtime=462.12
/proc/6160/stat : 6160 (minimarch) R 6158 6160 6051 0 -1 4194304 3690 0 0 0 46206 6 0 0 25 0 1 0 90078242 16359424 3674 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134551359 0 0 4096 3 0 0 0 17 1 0 0
/proc/6160/statm: 3994 3674 67 132 0 3859 0
Current children cumulated CPU time (s) 462.12
Current children cumulated vsize (KiB) 15976

[startup+522.302 s]
/proc/loadavg: 0.99 0.97 0.98 2/78 6161
/proc/meminfo: memFree=1884752/2055920 swapFree=4140896/4192956
[pid=6160] ppid=6158 vsize=15976 CPUtime=522.1
/proc/6160/stat : 6160 (minimarch) R 6158 6160 6051 0 -1 4194304 3690 0 0 0 52204 6 0 0 25 0 1 0 90078242 16359424 3674 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134551219 0 0 4096 3 0 0 0 17 1 0 0
/proc/6160/statm: 3994 3674 67 132 0 3859 0
Current children cumulated CPU time (s) 522.1
Current children cumulated vsize (KiB) 15976

[startup+582.301 s]
/proc/loadavg: 0.99 0.97 0.98 2/78 6161
/proc/meminfo: memFree=1882896/2055920 swapFree=4140896/4192956
[pid=6160] ppid=6158 vsize=17824 CPUtime=582.07
/proc/6160/stat : 6160 (minimarch) R 6158 6160 6051 0 -1 4194304 4137 0 0 0 58200 7 0 0 25 0 1 0 90078242 18251776 4121 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134551352 0 0 4096 3 0 0 0 17 1 0 0
/proc/6160/statm: 4456 4121 67 132 0 4321 0
Current children cumulated CPU time (s) 582.07
Current children cumulated vsize (KiB) 17824

[startup+642.302 s]
/proc/loadavg: 0.99 0.97 0.98 2/78 6161
/proc/meminfo: memFree=1880400/2055920 swapFree=4140896/4192956
[pid=6160] ppid=6158 vsize=20180 CPUtime=642.06
/proc/6160/stat : 6160 (minimarch) R 6158 6160 6051 0 -1 4194304 4747 0 0 0 64198 8 0 0 25 0 1 0 90078242 20664320 4731 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134552532 0 0 4096 3 0 0 0 17 1 0 0
/proc/6160/statm: 5045 4731 67 132 0 4910 0
Current children cumulated CPU time (s) 642.06
Current children cumulated vsize (KiB) 20180

[startup+702.302 s]
/proc/loadavg: 0.99 0.97 0.98 2/78 6161
/proc/meminfo: memFree=1880464/2055920 swapFree=4140896/4192956
[pid=6160] ppid=6158 vsize=20180 CPUtime=702.03
/proc/6160/stat : 6160 (minimarch) R 6158 6160 6051 0 -1 4194304 4749 0 0 0 70195 8 0 0 25 0 1 0 90078242 20664320 4733 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134551352 0 0 4096 3 0 0 0 17 1 0 0
/proc/6160/statm: 5045 4733 67 132 0 4910 0
Current children cumulated CPU time (s) 702.03
Current children cumulated vsize (KiB) 20180

[startup+762.305 s]
/proc/loadavg: 0.99 0.97 0.98 2/78 6161
/proc/meminfo: memFree=1880016/2055920 swapFree=4140896/4192956
[pid=6160] ppid=6158 vsize=20712 CPUtime=762.01
/proc/6160/stat : 6160 (minimarch) R 6158 6160 6051 0 -1 4194304 4852 0 0 0 76192 9 0 0 25 0 1 0 90078242 21209088 4836 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134556553 0 0 4096 3 0 0 0 17 1 0 0
/proc/6160/statm: 5178 4836 67 132 0 5043 0
Current children cumulated CPU time (s) 762.01
Current children cumulated vsize (KiB) 20712

[startup+822.302 s]
/proc/loadavg: 0.99 0.97 0.98 2/78 6161
/proc/meminfo: memFree=1880016/2055920 swapFree=4140896/4192956
[pid=6160] ppid=6158 vsize=20712 CPUtime=821.99
/proc/6160/stat : 6160 (minimarch) R 6158 6160 6051 0 -1 4194304 4852 0 0 0 82189 10 0 0 25 0 1 0 90078242 21209088 4836 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134551219 0 0 4096 3 0 0 0 17 1 0 0
/proc/6160/statm: 5178 4836 67 132 0 5043 0
Current children cumulated CPU time (s) 821.99
Current children cumulated vsize (KiB) 20712

[startup+882.301 s]
/proc/loadavg: 0.99 0.97 0.98 2/78 6161
/proc/meminfo: memFree=1880016/2055920 swapFree=4140896/4192956
[pid=6160] ppid=6158 vsize=20712 CPUtime=881.96
/proc/6160/stat : 6160 (minimarch) R 6158 6160 6051 0 -1 4194304 4852 0 0 0 88186 10 0 0 25 0 1 0 90078242 21209088 4836 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134557681 0 0 4096 3 0 0 0 17 1 0 0
/proc/6160/statm: 5178 4836 67 132 0 5043 0
Current children cumulated CPU time (s) 881.96
Current children cumulated vsize (KiB) 20712

[startup+942.302 s]
/proc/loadavg: 0.99 0.97 0.98 2/78 6161
/proc/meminfo: memFree=1879952/2055920 swapFree=4140896/4192956
[pid=6160] ppid=6158 vsize=20712 CPUtime=941.94
/proc/6160/stat : 6160 (minimarch) R 6158 6160 6051 0 -1 4194304 4852 0 0 0 94184 10 0 0 25 0 1 0 90078242 21209088 4836 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134551210 0 0 4096 3 0 0 0 17 1 0 0
/proc/6160/statm: 5178 4836 67 132 0 5043 0
Current children cumulated CPU time (s) 941.94
Current children cumulated vsize (KiB) 20712

[startup+1002.3 s]
/proc/loadavg: 0.99 0.97 0.98 2/78 6161
/proc/meminfo: memFree=1879952/2055920 swapFree=4140896/4192956
[pid=6160] ppid=6158 vsize=20712 CPUtime=1001.92
/proc/6160/stat : 6160 (minimarch) R 6158 6160 6051 0 -1 4194304 4852 0 0 0 100181 11 0 0 25 0 1 0 90078242 21209088 4836 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134551368 0 0 4096 3 0 0 0 17 1 0 0
/proc/6160/statm: 5178 4836 67 132 0 5043 0
Current children cumulated CPU time (s) 1001.92
Current children cumulated vsize (KiB) 20712

[startup+1062.3 s]
/proc/loadavg: 0.99 0.97 0.98 2/78 6161
/proc/meminfo: memFree=1879632/2055920 swapFree=4140896/4192956
[pid=6160] ppid=6158 vsize=20844 CPUtime=1061.89
/proc/6160/stat : 6160 (minimarch) R 6158 6160 6051 0 -1 4194304 4907 0 0 0 106178 11 0 0 25 0 1 0 90078242 21344256 4891 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134552516 0 0 4096 3 0 0 0 17 1 0 0
/proc/6160/statm: 5211 4891 67 132 0 5076 0
Current children cumulated CPU time (s) 1061.89
Current children cumulated vsize (KiB) 20844

[startup+1122.3 s]
/proc/loadavg: 0.99 0.97 0.98 2/78 6161
/proc/meminfo: memFree=1877712/2055920 swapFree=4140896/4192956
[pid=6160] ppid=6158 vsize=22824 CPUtime=1121.87
/proc/6160/stat : 6160 (minimarch) R 6158 6160 6051 0 -1 4194304 5388 0 0 0 112175 12 0 0 25 0 1 0 90078242 23371776 5372 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134551359 0 0 4096 3 0 0 0 17 1 0 0
/proc/6160/statm: 5706 5372 67 132 0 5571 0
Current children cumulated CPU time (s) 1121.87
Current children cumulated vsize (KiB) 22824

[startup+1182.3 s]
/proc/loadavg: 1.04 0.99 0.99 2/78 6161
/proc/meminfo: memFree=1877648/2055920 swapFree=4140896/4192956
[pid=6160] ppid=6158 vsize=22824 CPUtime=1181.85
/proc/6160/stat : 6160 (minimarch) R 6158 6160 6051 0 -1 4194304 5389 0 0 0 118172 13 0 0 25 0 1 0 90078242 23371776 5373 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134551331 0 0 4096 3 0 0 0 17 1 0 0
/proc/6160/statm: 5706 5373 67 132 0 5571 0
Current children cumulated CPU time (s) 1181.85
Current children cumulated vsize (KiB) 22824



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.5 s]
/proc/loadavg: 1.03 0.99 0.99 2/78 6161
/proc/meminfo: memFree=1877648/2055920 swapFree=4140896/4192956
[pid=6160] ppid=6158 vsize=22824 CPUtime=1200.05
/proc/6160/stat : 6160 (minimarch) R 6158 6160 6051 0 -1 4194304 5389 0 0 0 119992 13 0 0 25 0 1 0 90078242 23371776 5373 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134551279 0 0 4096 3 0 0 0 17 1 0 0
/proc/6160/statm: 5706 5373 67 132 0 5571 0
Current children cumulated CPU time (s) 1200.05
Current children cumulated vsize (KiB) 22824

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

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

[startup+1200.5 s]
/proc/loadavg: 1.03 0.99 0.99 2/78 6161
/proc/meminfo: memFree=1877648/2055920 swapFree=4140896/4192956
[pid=6160] ppid=6158 vsize=22824 CPUtime=1200.05
/proc/6160/stat : 6160 (minimarch) R 6158 6160 6051 0 -1 4194304 5389 0 0 0 119992 13 0 0 25 0 1 0 90078242 23371776 5373 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134551279 0 0 4096 3 0 0 0 17 1 0 0
/proc/6160/statm: 5706 5373 67 132 0 5571 0
Current children cumulated CPU time (s) 1200.05
Current children cumulated vsize (KiB) 22824

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1200.51
CPU time (s): 1200.06
CPU user time (s): 1199.92
CPU system time (s): 0.139978
CPU usage (%): 99.9628
Max. virtual memory (cumulated for all children) (KiB): 22824

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

runsolver used 1.47778 second user time and 2.73358 second system time

The end

Launcher Data (download as text)

Begin job on node23 on Sun Mar 11 19:24:59 UTC 2007

IDJOB= 336136
IDBENCH= 24668
IDSOLVER= 110
FILE ID= node23/336136-1173641099

PBS_JOBID= 4101339

Free space on /tmp= 66519 MiB

SOLVER NAME= minimarch 2007-02-08
BENCH NAME= HOME/pub/bench/SAT07/crafted/Hard/contest05/others/linvrinv9.sat05-568.reshuffled-07.cnf
COMMAND LINE= /tmp/evaluation/336136-1173641099/minimarch /tmp/evaluation/336136-1173641099/instance-336136-1173641099.cnf            
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node23/watcher-336136-1173641099 -o ROOT/results/node23/solver-336136-1173641099 -C 1200 -W 2400 -M 1800 --output-limit 1,15  /tmp/evaluation/336136-1173641099/minimarch /tmp/evaluation/336136-1173641099/instance-336136-1173641099.cnf            

META MD5SUM SOLVER= cd0143c15836d32fe9acb8d523a59b67
MD5SUM BENCH=  0457634d4b446c9bbce48df93abd0143

RANDOM SEED= 352230852

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB

Linux node23.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:       1900208 kB
Buffers:         27656 kB
Cached:          73852 kB
SwapCached:      15520 kB
Active:          79904 kB
Inactive:        48552 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1900208 kB
SwapTotal:     4192956 kB
SwapFree:      4140896 kB
Dirty:            2484 kB
Writeback:           0 kB
Mapped:          29596 kB
Slab:            12868 kB
Committed_AS:   216700 kB
PageTables:       1732 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= 66519 MiB

End job on node23 on Sun Mar 11 19:45:02 UTC 2007