Trace number 333868

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

General information on the benchmark

Namecrafted/Hard/contest04/connamacher/
connm-ue-csp-sat-n1200-d0.00-s1756632460.sat05-526.reshuffled-07.cnf
MD5SUM00198881c2cf000cfee916c18d69d474
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 variables1132
Number of clauses14011
Sum of the clauses size42316
Maximum clause length4
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 313728
Number of clauses of size 4283
Number of clauses of size 50
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:  1132                                                 |
0.00/0.00	|  Number of clauses:    14011                                                |
0.02/0.03	|  Parsing time:         0.03         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 |     849    13728    45874 |     4576        0    nan |  0.000 % |
0.19/0.22	|       101 |     849    13728    45874 |     5033      101     24 |  0.000 % |
0.19/0.24	|       252 |     849    13728    45874 |     5536      252     26 |  0.000 % |
0.19/0.26	|       477 |     849    13728    45874 |     6090      477     27 |  0.000 % |
0.19/0.30	|       814 |     849    13728    45874 |     6699      814     27 |  0.000 % |
0.29/0.36	|      1321 |     849    13728    45874 |     7369     1321     28 |  0.000 % |
0.39/0.44	|      2080 |     849    13728    45874 |     8106     2080     28 |  0.000 % |
0.49/0.58	|      3219 |     849    13728    45874 |     8917     3219     29 |  0.000 % |
0.79/0.80	|      4928 |     849    13728    45874 |     9809     4928     29 |  0.000 % |
1.19/1.27	|      7491 |     849    13728    45874 |    10789     7491     32 |  0.000 % |
1.99/2.00	|     11336 |     849    13728    45874 |    11868     5853     33 |  0.000 % |
3.19/3.23	|     17102 |     849    13728    45874 |    13055    11619     36 |  0.000 % |
5.09/5.20	|     25752 |     849    13728    45874 |    14361     7090     27 |  0.000 % |
7.79/7.88	|     38727 |     849    13728    45874 |    15797    12813     29 |  0.000 % |
12.69/12.72	|     58188 |     849    13728    45874 |    17377     8403     26 |  0.000 % |
20.58/20.64	|     87380 |     849    13728    45874 |    19115    11340     26 |  0.000 % |
33.99/34.02	|    131170 |     849    13728    45874 |    21026    16640     27 |  0.000 % |
58.28/58.34	|    196854 |     849    13728    45874 |    23129    18861     36 |  0.000 % |
96.46/96.50	|    295381 |     849    13728    45874 |    25442    12761     31 |  0.000 % |
164.15/164.29	|    443170 |     849    13728    45874 |    27986    19428     32 |  0.000 % |
258.22/258.34	|    664854 |     849    13728    45874 |    30785    15456     28 |  0.000 % |
430.06/430.22	|    997380 |     849    13728    45874 |    33863    30796     34 |  0.000 % |
709.49/709.77	|   1496168 |     849    13728    45874 |    37249    32971     32 |  0.000 % |
1096.77/1097.12	|   2244351 |     849    13728    45874 |    40974    34859     39 |  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/node1/watcher-333868-1173536463 -o ROOT/results/node1/solver-333868-1173536463 -C 1200 -W 2400 -M 1800 --output-limit 1,15 /tmp/evaluation/333868-1173536463/minimarch /tmp/evaluation/333868-1173536463/instance-333868-1173536463.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.97 0.96 3/77 17664
/proc/meminfo: memFree=1672240/2055920 swapFree=4159120/4192956
[pid=17664] ppid=17662 vsize=2000 CPUtime=0
/proc/17664/stat : 17664 (minimarch) R 17662 17664 17206 0 -1 4194304 214 0 0 0 0 0 0 0 18 0 1 0 373601362 2048000 198 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134691888 0 0 4096 3 0 0 0 17 1 0 0
/proc/17664/statm: 500 198 51 132 0 365 0

[startup+0.026793 s]
/proc/loadavg: 0.99 0.97 0.96 3/77 17664
/proc/meminfo: memFree=1672240/2055920 swapFree=4159120/4192956
[pid=17664] ppid=17662 vsize=2760 CPUtime=0.02
/proc/17664/stat : 17664 (minimarch) R 17662 17664 17206 0 -1 4194304 376 0 0 0 2 0 0 0 18 0 1 0 373601362 2826240 360 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134523053 0 0 4096 3 0 0 0 17 1 0 0
/proc/17664/statm: 690 360 51 132 0 555 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 2760

[startup+0.101802 s]
/proc/loadavg: 0.99 0.97 0.96 3/77 17664
/proc/meminfo: memFree=1672240/2055920 swapFree=4159120/4192956
[pid=17664] ppid=17662 vsize=3816 CPUtime=0.09
/proc/17664/stat : 17664 (minimarch) R 17662 17664 17206 0 -1 4194304 649 0 0 0 9 0 0 0 18 0 1 0 373601362 3907584 633 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134523040 0 0 4096 3 0 0 0 17 1 0 0
/proc/17664/statm: 954 633 63 132 0 819 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 3816

[startup+0.301824 s]
/proc/loadavg: 0.99 0.97 0.96 3/77 17664
/proc/meminfo: memFree=1672240/2055920 swapFree=4159120/4192956
[pid=17664] ppid=17662 vsize=3652 CPUtime=0.29
/proc/17664/stat : 17664 (minimarch) R 17662 17664 17206 0 -1 4194304 677 0 0 0 29 0 0 0 19 0 1 0 373601362 3739648 608 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134551219 0 0 4096 3 0 0 0 17 1 0 0
/proc/17664/statm: 913 608 66 132 0 778 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 3652

[startup+0.701871 s]
/proc/loadavg: 0.99 0.97 0.96 3/77 17664
/proc/meminfo: memFree=1672240/2055920 swapFree=4159120/4192956
[pid=17664] ppid=17662 vsize=3652 CPUtime=0.69
/proc/17664/stat : 17664 (minimarch) R 17662 17664 17206 0 -1 4194304 678 0 0 0 69 0 0 0 22 0 1 0 373601362 3739648 609 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134551219 0 0 4096 3 0 0 0 17 1 0 0
/proc/17664/statm: 913 609 66 132 0 778 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 3652

[startup+1.50197 s]
/proc/loadavg: 0.99 0.97 0.96 2/78 17665
/proc/meminfo: memFree=1669672/2055920 swapFree=4159120/4192956
[pid=17664] ppid=17662 vsize=4356 CPUtime=1.49
/proc/17664/stat : 17664 (minimarch) R 17662 17664 17206 0 -1 4194304 871 0 0 0 149 0 0 0 25 0 1 0 373601362 4460544 802 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134551152 0 0 4096 3 0 0 0 17 1 0 0
/proc/17664/statm: 1089 802 66 132 0 954 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 4356

[startup+3.10115 s]
/proc/loadavg: 0.99 0.97 0.96 2/78 17665
/proc/meminfo: memFree=1668712/2055920 swapFree=4159120/4192956
[pid=17664] ppid=17662 vsize=4884 CPUtime=3.09
/proc/17664/stat : 17664 (minimarch) R 17662 17664 17206 0 -1 4194304 1012 0 0 0 309 0 0 0 25 0 1 0 373601362 5001216 943 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134551219 0 0 4096 3 0 0 0 17 1 0 0
/proc/17664/statm: 1221 943 66 132 0 1086 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 4884

[startup+6.30153 s]
/proc/loadavg: 0.99 0.97 0.96 2/78 17665
/proc/meminfo: memFree=1668136/2055920 swapFree=4159120/4192956
[pid=17664] ppid=17662 vsize=5280 CPUtime=6.29
/proc/17664/stat : 17664 (minimarch) R 17662 17664 17206 0 -1 4194304 1087 0 0 0 629 0 0 0 25 0 1 0 373601362 5406720 1018 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134551700 0 0 4096 3 0 0 0 17 1 0 0
/proc/17664/statm: 1320 1018 66 132 0 1185 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 5280

[startup+12.7013 s]
/proc/loadavg: 0.99 0.97 0.96 2/78 17665
/proc/meminfo: memFree=1667688/2055920 swapFree=4159120/4192956
[pid=17664] ppid=17662 vsize=5676 CPUtime=12.69
/proc/17664/stat : 17664 (minimarch) R 17662 17664 17206 0 -1 4194304 1194 0 0 0 1269 0 0 0 25 0 1 0 373601362 5812224 1125 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134551219 0 0 4096 3 0 0 0 17 1 0 0
/proc/17664/statm: 1419 1125 66 132 0 1284 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 5676

[startup+25.5018 s]
/proc/loadavg: 0.99 0.97 0.96 2/78 17665
/proc/meminfo: memFree=1667176/2055920 swapFree=4159120/4192956
[pid=17664] ppid=17662 vsize=6176 CPUtime=25.48
/proc/17664/stat : 17664 (minimarch) R 17662 17664 17206 0 -1 4194304 1330 0 0 0 2548 0 0 0 25 0 1 0 373601362 6324224 1261 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134551210 0 0 4096 3 0 0 0 17 1 0 0
/proc/17664/statm: 1544 1261 66 132 0 1409 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 6176

[startup+51.1018 s]
/proc/loadavg: 0.99 0.97 0.96 2/78 17665
/proc/meminfo: memFree=1665832/2055920 swapFree=4159120/4192956
[pid=17664] ppid=17662 vsize=7504 CPUtime=51.08
/proc/17664/stat : 17664 (minimarch) R 17662 17664 17206 0 -1 4194304 1659 0 0 0 5107 1 0 0 25 0 1 0 373601362 7684096 1590 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134551284 0 0 4096 3 0 0 0 17 1 0 0
/proc/17664/statm: 1876 1590 66 132 0 1741 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 7504

[startup+102.306 s]
/proc/loadavg: 0.99 0.97 0.96 2/78 17665
/proc/meminfo: memFree=1664872/2055920 swapFree=4159120/4192956
[pid=17664] ppid=17662 vsize=8560 CPUtime=102.26
/proc/17664/stat : 17664 (minimarch) R 17662 17664 17206 0 -1 4194304 1915 0 0 0 10224 2 0 0 25 0 1 0 373601362 8765440 1846 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134551219 0 0 4096 3 0 0 0 17 1 0 0
/proc/17664/statm: 2140 1846 66 132 0 2005 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 8560

[startup+162.302 s]
/proc/loadavg: 0.99 0.97 0.96 2/78 17665
/proc/meminfo: memFree=1664104/2055920 swapFree=4159120/4192956
[pid=17664] ppid=17662 vsize=9372 CPUtime=162.25
/proc/17664/stat : 17664 (minimarch) R 17662 17664 17206 0 -1 4194304 2087 0 0 0 16222 3 0 0 25 0 1 0 373601362 9596928 2018 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134551219 0 0 4096 3 0 0 0 17 1 0 0
/proc/17664/statm: 2343 2018 66 132 0 2208 0
Current children cumulated CPU time (s) 162.25
Current children cumulated vsize (KiB) 9372

[startup+222.302 s]
/proc/loadavg: 0.99 0.97 0.96 2/78 17665
/proc/meminfo: memFree=1663400/2055920 swapFree=4159120/4192956
[pid=17664] ppid=17662 vsize=10068 CPUtime=222.22
/proc/17664/stat : 17664 (minimarch) R 17662 17664 17206 0 -1 4194304 2258 0 0 0 22219 3 0 0 25 0 1 0 373601362 10309632 2189 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134551219 0 0 4096 3 0 0 0 17 1 0 0
/proc/17664/statm: 2517 2189 66 132 0 2382 0
Current children cumulated CPU time (s) 222.22
Current children cumulated vsize (KiB) 10068

[startup+282.302 s]
/proc/loadavg: 0.99 0.97 0.96 2/78 17665
/proc/meminfo: memFree=1661672/2055920 swapFree=4159120/4192956
[pid=17664] ppid=17662 vsize=11812 CPUtime=282.21
/proc/17664/stat : 17664 (minimarch) R 17662 17664 17206 0 -1 4194304 2690 0 0 0 28216 5 0 0 25 0 1 0 373601362 12095488 2621 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134551128 0 0 4096 3 0 0 0 17 1 0 0
/proc/17664/statm: 2953 2621 66 132 0 2818 0
Current children cumulated CPU time (s) 282.21
Current children cumulated vsize (KiB) 11812

[startup+342.302 s]
/proc/loadavg: 0.99 0.97 0.96 2/78 17665
/proc/meminfo: memFree=1661480/2055920 swapFree=4159120/4192956
[pid=17664] ppid=17662 vsize=11960 CPUtime=342.19
/proc/17664/stat : 17664 (minimarch) R 17662 17664 17206 0 -1 4194304 2728 0 0 0 34214 5 0 0 25 0 1 0 373601362 12247040 2659 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134551219 0 0 4096 3 0 0 0 17 1 0 0
/proc/17664/statm: 2990 2659 66 132 0 2855 0
Current children cumulated CPU time (s) 342.19
Current children cumulated vsize (KiB) 11960

[startup+402.302 s]
/proc/loadavg: 0.99 0.97 0.96 2/78 17665
/proc/meminfo: memFree=1661416/2055920 swapFree=4159120/4192956
[pid=17664] ppid=17662 vsize=12116 CPUtime=402.17
/proc/17664/stat : 17664 (minimarch) R 17662 17664 17206 0 -1 4194304 2752 0 0 0 40211 6 0 0 25 0 1 0 373601362 12406784 2683 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134551293 0 0 4096 3 0 0 0 17 1 0 0
/proc/17664/statm: 3029 2683 66 132 0 2894 0
Current children cumulated CPU time (s) 402.17
Current children cumulated vsize (KiB) 12116

[startup+462.302 s]
/proc/loadavg: 0.99 0.97 0.96 2/78 17665
/proc/meminfo: memFree=1661096/2055920 swapFree=4159120/4192956
[pid=17664] ppid=17662 vsize=12392 CPUtime=462.15
/proc/17664/stat : 17664 (minimarch) R 17662 17664 17206 0 -1 4194304 2820 0 0 0 46209 6 0 0 25 0 1 0 373601362 12689408 2751 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134551713 0 0 4096 3 0 0 0 17 1 0 0
/proc/17664/statm: 3098 2751 66 132 0 2963 0
Current children cumulated CPU time (s) 462.15
Current children cumulated vsize (KiB) 12392

[startup+522.302 s]
/proc/loadavg: 0.99 0.97 0.96 3/78 17665
/proc/meminfo: memFree=1660776/2055920 swapFree=4159120/4192956
[pid=17664] ppid=17662 vsize=12688 CPUtime=522.14
/proc/17664/stat : 17664 (minimarch) R 17662 17664 17206 0 -1 4194304 2903 0 0 0 52207 7 0 0 25 0 1 0 373601362 12992512 2834 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134551219 0 0 4096 3 0 0 0 17 1 0 0
/proc/17664/statm: 3172 2834 66 132 0 3037 0
Current children cumulated CPU time (s) 522.14
Current children cumulated vsize (KiB) 12688

[startup+582.302 s]
/proc/loadavg: 0.99 0.97 0.96 2/78 17665
/proc/meminfo: memFree=1660520/2055920 swapFree=4159120/4192956
[pid=17664] ppid=17662 vsize=12964 CPUtime=582.12
/proc/17664/stat : 17664 (minimarch) R 17662 17664 17206 0 -1 4194304 2973 0 0 0 58204 8 0 0 25 0 1 0 373601362 13275136 2904 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134551219 0 0 4096 3 0 0 0 17 1 0 0
/proc/17664/statm: 3241 2904 66 132 0 3106 0
Current children cumulated CPU time (s) 582.12
Current children cumulated vsize (KiB) 12964

[startup+642.302 s]
/proc/loadavg: 0.99 0.97 0.96 2/78 17665
/proc/meminfo: memFree=1660008/2055920 swapFree=4159120/4192956
[pid=17664] ppid=17662 vsize=13588 CPUtime=642.11
/proc/17664/stat : 17664 (minimarch) R 17662 17664 17206 0 -1 4194304 3091 0 0 0 64203 8 0 0 25 0 1 0 373601362 13914112 3022 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134551239 0 0 4096 3 0 0 0 17 1 0 0
/proc/17664/statm: 3397 3022 66 132 0 3262 0
Current children cumulated CPU time (s) 642.11
Current children cumulated vsize (KiB) 13588

[startup+702.302 s]
/proc/loadavg: 0.99 0.97 0.96 2/78 17665
/proc/meminfo: memFree=1659944/2055920 swapFree=4159120/4192956
[pid=17664] ppid=17662 vsize=13588 CPUtime=702.08
/proc/17664/stat : 17664 (minimarch) R 17662 17664 17206 0 -1 4194304 3113 0 0 0 70200 8 0 0 25 0 1 0 373601362 13914112 3044 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134551219 0 0 4096 3 0 0 0 17 1 0 0
/proc/17664/statm: 3397 3044 66 132 0 3262 0
Current children cumulated CPU time (s) 702.08
Current children cumulated vsize (KiB) 13588

[startup+762.306 s]
/proc/loadavg: 0.99 0.97 0.96 2/78 17665
/proc/meminfo: memFree=1658600/2055920 swapFree=4159120/4192956
[pid=17664] ppid=17662 vsize=14920 CPUtime=762.07
/proc/17664/stat : 17664 (minimarch) R 17662 17664 17206 0 -1 4194304 3440 0 0 0 76197 10 0 0 25 0 1 0 373601362 15278080 3371 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134551219 0 0 4096 3 0 0 0 17 1 0 0
/proc/17664/statm: 3730 3371 66 132 0 3595 0
Current children cumulated CPU time (s) 762.07
Current children cumulated vsize (KiB) 14920

[startup+822.302 s]
/proc/loadavg: 0.99 0.97 0.96 2/78 17665
/proc/meminfo: memFree=1658600/2055920 swapFree=4159120/4192956
[pid=17664] ppid=17662 vsize=15092 CPUtime=822.05
/proc/17664/stat : 17664 (minimarch) R 17662 17664 17206 0 -1 4194304 3459 0 0 0 82195 10 0 0 25 0 1 0 373601362 15454208 3390 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134551219 0 0 4096 3 0 0 0 17 1 0 0
/proc/17664/statm: 3773 3390 66 132 0 3638 0
Current children cumulated CPU time (s) 822.05
Current children cumulated vsize (KiB) 15092

[startup+882.302 s]
/proc/loadavg: 0.99 0.97 0.96 2/78 17665
/proc/meminfo: memFree=1658344/2055920 swapFree=4159120/4192956
[pid=17664] ppid=17662 vsize=15236 CPUtime=882.03
/proc/17664/stat : 17664 (minimarch) R 17662 17664 17206 0 -1 4194304 3512 0 0 0 88192 11 0 0 25 0 1 0 373601362 15601664 3443 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134551219 0 0 4096 3 0 0 0 17 1 0 0
/proc/17664/statm: 3809 3443 66 132 0 3674 0
Current children cumulated CPU time (s) 882.03
Current children cumulated vsize (KiB) 15236

[startup+942.302 s]
/proc/loadavg: 0.99 0.97 0.96 2/78 17665
/proc/meminfo: memFree=1658088/2055920 swapFree=4159120/4192956
[pid=17664] ppid=17662 vsize=15540 CPUtime=942.01
/proc/17664/stat : 17664 (minimarch) R 17662 17664 17206 0 -1 4194304 3581 0 0 0 94190 11 0 0 25 0 1 0 373601362 15912960 3512 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134551227 0 0 4096 3 0 0 0 17 1 0 0
/proc/17664/statm: 3885 3512 66 132 0 3750 0
Current children cumulated CPU time (s) 942.01
Current children cumulated vsize (KiB) 15540

[startup+1002.3 s]
/proc/loadavg: 0.99 0.97 0.96 2/78 17665
/proc/meminfo: memFree=1658024/2055920 swapFree=4159120/4192956
[pid=17664] ppid=17662 vsize=15540 CPUtime=1002
/proc/17664/stat : 17664 (minimarch) R 17662 17664 17206 0 -1 4194304 3591 0 0 0 100188 12 0 0 25 0 1 0 373601362 15912960 3522 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134551331 0 0 4096 3 0 0 0 17 1 0 0
/proc/17664/statm: 3885 3522 66 132 0 3750 0
Current children cumulated CPU time (s) 1002
Current children cumulated vsize (KiB) 15540

[startup+1062.3 s]
/proc/loadavg: 0.99 0.97 0.96 2/78 17665
/proc/meminfo: memFree=1657896/2055920 swapFree=4159120/4192956
[pid=17664] ppid=17662 vsize=15824 CPUtime=1061.97
/proc/17664/stat : 17664 (minimarch) R 17662 17664 17206 0 -1 4194304 3628 0 0 0 106185 12 0 0 25 0 1 0 373601362 16203776 3559 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134551219 0 0 4096 3 0 0 0 17 1 0 0
/proc/17664/statm: 3956 3559 66 132 0 3821 0
Current children cumulated CPU time (s) 1061.97
Current children cumulated vsize (KiB) 15824

[startup+1122.3 s]
/proc/loadavg: 0.99 0.97 0.96 2/78 17665
/proc/meminfo: memFree=1657256/2055920 swapFree=4159120/4192956
[pid=17664] ppid=17662 vsize=16436 CPUtime=1121.96
/proc/17664/stat : 17664 (minimarch) R 17662 17664 17206 0 -1 4194304 3783 0 0 0 112183 13 0 0 25 0 1 0 373601362 16830464 3714 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134551219 0 0 4096 3 0 0 0 17 1 0 0
/proc/17664/statm: 4109 3714 66 132 0 3974 0
Current children cumulated CPU time (s) 1121.96
Current children cumulated vsize (KiB) 16436

[startup+1182.3 s]
/proc/loadavg: 0.99 0.97 0.96 2/78 17665
/proc/meminfo: memFree=1657064/2055920 swapFree=4159120/4192956
[pid=17664] ppid=17662 vsize=16612 CPUtime=1181.95
/proc/17664/stat : 17664 (minimarch) R 17662 17664 17206 0 -1 4194304 3825 0 0 0 118181 14 0 0 25 0 1 0 373601362 17010688 3756 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134551219 0 0 4096 3 0 0 0 17 1 0 0
/proc/17664/statm: 4153 3756 66 132 0 4018 0
Current children cumulated CPU time (s) 1181.95
Current children cumulated vsize (KiB) 16612



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.4 s]
/proc/loadavg: 0.99 0.97 0.96 2/78 17665
/proc/meminfo: memFree=1657064/2055920 swapFree=4159120/4192956
[pid=17664] ppid=17662 vsize=16780 CPUtime=1200.04
/proc/17664/stat : 17664 (minimarch) R 17662 17664 17206 0 -1 4194304 3841 0 0 0 119990 14 0 0 25 0 1 0 373601362 17182720 3772 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134550924 0 0 4096 3 0 0 0 17 1 0 0
/proc/17664/statm: 4195 3772 66 132 0 4060 0
Current children cumulated CPU time (s) 1200.04
Current children cumulated vsize (KiB) 16780

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.41
CPU time (s): 1200.06
CPU user time (s): 1199.91
CPU system time (s): 0.146977
CPU usage (%): 99.9705
Max. virtual memory (cumulated for all children) (KiB): 16780

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

runsolver used 1.42278 second user time and 2.95355 second system time

The end

Launcher Data (download as text)

Begin job on node1 on Sat Mar 10 14:21:03 UTC 2007

IDJOB= 333868
IDBENCH= 24614
IDSOLVER= 110
FILE ID= node1/333868-1173536463

PBS_JOBID= 4101159

Free space on /tmp= 66441 MiB

SOLVER NAME= minimarch 2007-02-08
BENCH NAME= HOME/pub/bench/SAT07/crafted/Hard/contest04/connamacher/connm-ue-csp-sat-n1200-d0.00-s1756632460.sat05-526.reshuffled-07.cnf
COMMAND LINE= /tmp/evaluation/333868-1173536463/minimarch /tmp/evaluation/333868-1173536463/instance-333868-1173536463.cnf            
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node1/watcher-333868-1173536463 -o ROOT/results/node1/solver-333868-1173536463 -C 1200 -W 2400 -M 1800 --output-limit 1,15  /tmp/evaluation/333868-1173536463/minimarch /tmp/evaluation/333868-1173536463/instance-333868-1173536463.cnf            

META MD5SUM SOLVER= cd0143c15836d32fe9acb8d523a59b67
MD5SUM BENCH=  00198881c2cf000cfee916c18d69d474

RANDOM SEED= 949043616

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB

Linux node1.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.230
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.230
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:       1672648 kB
Buffers:         41352 kB
Cached:         267840 kB
SwapCached:      13740 kB
Active:         156512 kB
Inactive:       175560 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1672648 kB
SwapTotal:     4192956 kB
SwapFree:      4159120 kB
Dirty:            2504 kB
Writeback:           0 kB
Mapped:          29712 kB
Slab:            36828 kB
Committed_AS:  1179736 kB
PageTables:       1740 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= 66441 MiB

End job on node1 on Sat Mar 10 14:41:05 UTC 2007