Trace number 427773

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

General information on the benchmark

Namerandom/LargeSize/7SAT/v140/
unif-k7-r85-v140-c11900-S871621203-03.cnf
MD5SUM99926ee5b14224b8603a2ec5df9e8bf6
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark7.93179
Satisfiable
(Un)Satisfiability was proved
Number of variables140
Number of clauses11900
Sum of the clauses size83300
Maximum clause length7
Minimum clause length7
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 511900

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:  140                                                  |
0.00/0.00	|  Number of clauses:    11900                                                |
0.00/0.05	|  Parsing time:         0.05         s                                       |
0.39/0.49	============================[ Search Statistics ]==============================
0.39/0.49	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
0.39/0.49	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
0.39/0.49	===============================================================================
0.39/0.49	|         0 |     140    11900    83300 |     3966        0    nan |  0.000 % |
0.49/0.50	|       100 |     140    11900    83300 |     4363      100     40 |  0.005 % |
0.49/0.51	|       251 |     140    11900    83300 |     4799      251     43 |  0.005 % |
0.49/0.53	|       476 |     140    11900    83300 |     5279      476     42 |  0.005 % |
0.49/0.56	|       813 |     140    11900    83300 |     5807      813     43 |  0.005 % |
0.49/0.60	|      1320 |     140    11900    83300 |     6388     1320     43 |  0.005 % |
0.59/0.66	|      2081 |     140    11900    83300 |     7027     2081     43 |  0.005 % |
0.69/0.77	|      3221 |     140    11900    83300 |     7729     3221     43 |  0.005 % |
0.89/0.93	|      4930 |     140    11900    83300 |     8502     4930     43 |  0.005 % |
1.19/1.25	|      7492 |     140    11900    83300 |     9353     7492     44 |  0.005 % |
1.69/1.77	|     11336 |     140    11900    83300 |    10288     6626     44 |  0.005 % |
2.49/2.57	|     17103 |     140    11900    83300 |    11317     7215     44 |  0.005 % |
3.69/3.74	|     25755 |     140    11900    83300 |    12449    10175     44 |  0.005 % |
5.69/5.75	|     38729 |     140    11900    83300 |    13694    10628     45 |  0.005 % |
8.89/8.94	|     58190 |     140    11900    83300 |    15063     9443     45 |  0.005 % |
13.99/14.08	|     87383 |     140    11900    83300 |    16569     8378     45 |  0.005 % |
22.49/22.56	|    131174 |     140    11900    83300 |    18226    10598     43 |  0.005 % |
36.38/36.47	|    196858 |     140    11900    83300 |    20049    12270     44 |  0.005 % |
58.57/58.68	|    295384 |     140    11900    83300 |    22054    10232     42 |  0.005 % |
94.37/94.42	|    443176 |     140    11900    83300 |    24259    14251     44 |  0.005 % |
153.64/153.73	|    664860 |     140    11900    83300 |    26685    14675     45 |  0.005 % |
246.71/246.97	|    997386 |     140    11900    83300 |    29354    16166     45 |  0.005 % |
391.77/392.09	|   1496175 |     140    11900    83300 |    32289    28611     43 |  0.005 % |
621.51/621.82	|   2244358 |     140    11900    83300 |    35518    30752     44 |  0.005 % |
1007.11/1007.52	|   3366632 |     140    11900    83300 |    39070    20682     45 |  0.005 % |

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/node14/watcher-427773-1177675084 -o ROOT/results/node14/solver-427773-1177675084 -C 1200 -W 2400 -M 1800 --output-limit 1,15 /tmp/evaluation/427773-1177675084/minimarch_fixed /tmp/evaluation/427773-1177675084/instance-427773-1177675084.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.98 1.20 3/77 11519
/proc/meminfo: memFree=1640960/2055920 swapFree=4148856/4192956
[pid=11519] ppid=11517 vsize=1868 CPUtime=0
/proc/11519/stat : 11519 (minimarch_fixed) R 11517 11519 10671 0 -1 4194304 207 0 0 0 0 0 0 0 18 0 1 0 215426216 1912832 192 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134515859 0 0 4096 3 0 0 0 17 1 0 0
/proc/11519/statm: 467 192 51 132 0 332 0

[startup+0.0702811 s]
/proc/loadavg: 0.92 0.98 1.20 3/77 11519
/proc/meminfo: memFree=1640960/2055920 swapFree=4148856/4192956
[pid=11519] ppid=11517 vsize=2728 CPUtime=0.06
/proc/11519/stat : 11519 (minimarch_fixed) R 11517 11519 10671 0 -1 4194304 447 0 0 0 6 0 0 0 18 0 1 0 215426216 2793472 432 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134531369 0 0 4096 3 0 0 0 17 1 0 0
/proc/11519/statm: 682 432 63 132 0 547 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 2728

[startup+0.101284 s]
/proc/loadavg: 0.92 0.98 1.20 3/77 11519
/proc/meminfo: memFree=1640960/2055920 swapFree=4148856/4192956
[pid=11519] ppid=11517 vsize=2728 CPUtime=0.09
/proc/11519/stat : 11519 (minimarch_fixed) R 11517 11519 10671 0 -1 4194304 447 0 0 0 9 0 0 0 18 0 1 0 215426216 2793472 432 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134531517 0 0 4096 3 0 0 0 17 1 0 0
/proc/11519/statm: 682 432 63 132 0 547 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 2728

[startup+0.301301 s]
/proc/loadavg: 0.92 0.98 1.20 3/77 11519
/proc/meminfo: memFree=1640960/2055920 swapFree=4148856/4192956
[pid=11519] ppid=11517 vsize=2728 CPUtime=0.29
/proc/11519/stat : 11519 (minimarch_fixed) R 11517 11519 10671 0 -1 4194304 447 0 0 0 29 0 0 0 19 0 1 0 215426216 2793472 432 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134523047 0 0 4096 3 0 0 0 17 1 0 0
/proc/11519/statm: 682 432 63 132 0 547 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 2728

[startup+0.70134 s]
/proc/loadavg: 0.92 0.98 1.20 3/77 11519
/proc/meminfo: memFree=1640960/2055920 swapFree=4148856/4192956
[pid=11519] ppid=11517 vsize=2996 CPUtime=0.69
/proc/11519/stat : 11519 (minimarch_fixed) R 11517 11519 10671 0 -1 4194304 489 0 0 0 69 0 0 0 23 0 1 0 215426216 3067904 474 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134551667 0 0 4096 3 0 0 0 17 1 0 0
/proc/11519/statm: 749 474 67 132 0 614 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 2996

[startup+1.50142 s]
/proc/loadavg: 0.92 0.98 1.20 2/78 11520
/proc/meminfo: memFree=1638712/2055920 swapFree=4148856/4192956
[pid=11519] ppid=11517 vsize=4352 CPUtime=1.49
/proc/11519/stat : 11519 (minimarch_fixed) R 11517 11519 10671 0 -1 4194304 838 0 0 0 149 0 0 0 25 0 1 0 215426216 4456448 823 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134551667 0 0 4096 3 0 0 0 17 1 0 0
/proc/11519/statm: 1088 823 67 132 0 953 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 4352

[startup+3.10257 s]
/proc/loadavg: 0.92 0.98 1.20 2/78 11520
/proc/meminfo: memFree=1637752/2055920 swapFree=4148856/4192956
[pid=11519] ppid=11517 vsize=4880 CPUtime=3.09
/proc/11519/stat : 11519 (minimarch_fixed) R 11517 11519 10671 0 -1 4194304 968 0 0 0 309 0 0 0 25 0 1 0 215426216 4997120 953 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134688823 0 0 4096 3 0 0 0 17 1 0 0
/proc/11519/statm: 1220 953 67 132 0 1085 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 4880

[startup+6.30187 s]
/proc/loadavg: 0.93 0.98 1.20 2/78 11520
/proc/meminfo: memFree=1636792/2055920 swapFree=4148856/4192956
[pid=11519] ppid=11517 vsize=5672 CPUtime=6.3
/proc/11519/stat : 11519 (minimarch_fixed) R 11517 11519 10671 0 -1 4194304 1155 0 0 0 629 1 0 0 25 0 1 0 215426216 5808128 1140 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134551351 0 0 4096 3 0 0 0 17 1 0 0
/proc/11519/statm: 1418 1140 67 132 0 1283 0
Current children cumulated CPU time (s) 6.3
Current children cumulated vsize (KiB) 5672

[startup+12.7015 s]
/proc/loadavg: 0.93 0.98 1.20 2/78 11520
/proc/meminfo: memFree=1635832/2055920 swapFree=4148856/4192956
[pid=11519] ppid=11517 vsize=6204 CPUtime=12.69
/proc/11519/stat : 11519 (minimarch_fixed) R 11517 11519 10671 0 -1 4194304 1292 0 0 0 1268 1 0 0 25 0 1 0 215426216 6352896 1277 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134551667 0 0 4096 3 0 0 0 17 1 0 0
/proc/11519/statm: 1551 1277 67 132 0 1416 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 6204

[startup+25.5017 s]
/proc/loadavg: 0.95 0.98 1.20 2/78 11520
/proc/meminfo: memFree=1634872/2055920 swapFree=4148856/4192956
[pid=11519] ppid=11517 vsize=7232 CPUtime=25.49
/proc/11519/stat : 11519 (minimarch_fixed) R 11517 11519 10671 0 -1 4194304 1536 0 0 0 2548 1 0 0 25 0 1 0 215426216 7405568 1521 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134551277 0 0 4096 3 0 0 0 17 1 0 0
/proc/11519/statm: 1808 1521 67 132 0 1673 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 7232

[startup+51.1011 s]
/proc/loadavg: 0.96 0.98 1.19 2/78 11520
/proc/meminfo: memFree=1634040/2055920 swapFree=4148856/4192956
[pid=11519] ppid=11517 vsize=8040 CPUtime=51.07
/proc/11519/stat : 11519 (minimarch_fixed) R 11517 11519 10671 0 -1 4194304 1745 0 0 0 5106 1 0 0 25 0 1 0 215426216 8232960 1730 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134551227 0 0 4096 3 0 0 0 17 1 0 0
/proc/11519/statm: 2010 1730 67 132 0 1875 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 8040

[startup+102.306 s]
/proc/loadavg: 0.98 0.98 1.18 2/78 11520
/proc/meminfo: memFree=1632312/2055920 swapFree=4148856/4192956
[pid=11519] ppid=11517 vsize=9672 CPUtime=102.27
/proc/11519/stat : 11519 (minimarch_fixed) R 11517 11519 10671 0 -1 4194304 2161 0 0 0 10225 2 0 0 25 0 1 0 215426216 9904128 2146 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134551716 0 0 4096 3 0 0 0 17 1 0 0
/proc/11519/statm: 2418 2146 67 132 0 2283 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 9672

[startup+162.302 s]
/proc/loadavg: 0.99 0.98 1.16 2/78 11520
/proc/meminfo: memFree=1631224/2055920 swapFree=4148856/4192956
[pid=11519] ppid=11517 vsize=10880 CPUtime=162.24
/proc/11519/stat : 11519 (minimarch_fixed) R 11517 11519 10671 0 -1 4194304 2436 0 0 0 16222 2 0 0 25 0 1 0 215426216 11141120 2421 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134551227 0 0 4096 3 0 0 0 17 1 0 0
/proc/11519/statm: 2720 2421 67 132 0 2585 0
Current children cumulated CPU time (s) 162.24
Current children cumulated vsize (KiB) 10880

[startup+222.301 s]
/proc/loadavg: 0.99 0.98 1.15 2/84 11692
/proc/meminfo: memFree=1629368/2055920 swapFree=4148856/4192956
[pid=11519] ppid=11517 vsize=11424 CPUtime=222.14
/proc/11519/stat : 11519 (minimarch_fixed) R 11517 11519 10671 0 -1 4194304 2559 0 0 0 22211 3 0 0 25 0 1 0 215426216 11698176 2544 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134551227 0 0 4096 3 0 0 0 17 1 0 0
/proc/11519/statm: 2856 2544 67 132 0 2721 0
Current children cumulated CPU time (s) 222.14
Current children cumulated vsize (KiB) 11424

[startup+282.302 s]
/proc/loadavg: 0.99 0.98 1.14 2/78 11718
/proc/meminfo: memFree=1629816/2055920 swapFree=4148856/4192956
[pid=11519] ppid=11517 vsize=12124 CPUtime=282.1
/proc/11519/stat : 11519 (minimarch_fixed) R 11517 11519 10671 0 -1 4194304 2728 0 0 0 28206 4 0 0 25 0 1 0 215426216 12414976 2713 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134551227 0 0 4096 3 0 0 0 17 1 0 0
/proc/11519/statm: 3031 2713 67 132 0 2896 0
Current children cumulated CPU time (s) 282.1
Current children cumulated vsize (KiB) 12124

[startup+342.302 s]
/proc/loadavg: 0.99 0.98 1.13 2/78 11718
/proc/meminfo: memFree=1629368/2055920 swapFree=4148856/4192956
[pid=11519] ppid=11517 vsize=12712 CPUtime=342.08
/proc/11519/stat : 11519 (minimarch_fixed) R 11517 11519 10671 0 -1 4194304 2839 0 0 0 34204 4 0 0 25 0 1 0 215426216 13017088 2824 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134551227 0 0 4096 3 0 0 0 17 1 0 0
/proc/11519/statm: 3178 2824 67 132 0 3043 0
Current children cumulated CPU time (s) 342.08
Current children cumulated vsize (KiB) 12712

[startup+402.301 s]
/proc/loadavg: 0.99 0.98 1.12 2/78 11718
/proc/meminfo: memFree=1628856/2055920 swapFree=4148856/4192956
[pid=11519] ppid=11517 vsize=13268 CPUtime=402.07
/proc/11519/stat : 11519 (minimarch_fixed) R 11517 11519 10671 0 -1 4194304 2978 0 0 0 40202 5 0 0 25 0 1 0 215426216 13586432 2963 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134543717 0 0 4096 3 0 0 0 17 1 0 0
/proc/11519/statm: 3317 2963 67 132 0 3182 0
Current children cumulated CPU time (s) 402.07
Current children cumulated vsize (KiB) 13268

[startup+462.301 s]
/proc/loadavg: 0.99 0.98 1.11 2/78 11718
/proc/meminfo: memFree=1628536/2055920 swapFree=4148856/4192956
[pid=11519] ppid=11517 vsize=13568 CPUtime=462.05
/proc/11519/stat : 11519 (minimarch_fixed) R 11517 11519 10671 0 -1 4194304 3051 0 0 0 46200 5 0 0 25 0 1 0 215426216 13893632 3036 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134551227 0 0 4096 3 0 0 0 17 1 0 0
/proc/11519/statm: 3392 3036 67 132 0 3257 0
Current children cumulated CPU time (s) 462.05
Current children cumulated vsize (KiB) 13568

[startup+522.302 s]
/proc/loadavg: 0.99 0.98 1.09 2/78 11718
/proc/meminfo: memFree=1628344/2055920 swapFree=4148856/4192956
[pid=11519] ppid=11517 vsize=13908 CPUtime=522.04
/proc/11519/stat : 11519 (minimarch_fixed) R 11517 11519 10671 0 -1 4194304 3132 0 0 0 52198 6 0 0 25 0 1 0 215426216 14241792 3117 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134551358 0 0 4096 3 0 0 0 17 1 0 0
/proc/11519/statm: 3477 3117 67 132 0 3342 0
Current children cumulated CPU time (s) 522.04
Current children cumulated vsize (KiB) 13908

[startup+582.301 s]
/proc/loadavg: 0.99 0.98 1.09 2/78 11718
/proc/meminfo: memFree=1628344/2055920 swapFree=4148856/4192956
[pid=11519] ppid=11517 vsize=13908 CPUtime=582.02
/proc/11519/stat : 11519 (minimarch_fixed) R 11517 11519 10671 0 -1 4194304 3156 0 0 0 58196 6 0 0 25 0 1 0 215426216 14241792 3141 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134551227 0 0 4096 3 0 0 0 17 1 0 0
/proc/11519/statm: 3477 3141 67 132 0 3342 0
Current children cumulated CPU time (s) 582.02
Current children cumulated vsize (KiB) 13908

[startup+642.301 s]
/proc/loadavg: 0.99 0.98 1.08 2/78 11718
/proc/meminfo: memFree=1627384/2055920 swapFree=4148856/4192956
[pid=11519] ppid=11517 vsize=14900 CPUtime=642.01
/proc/11519/stat : 11519 (minimarch_fixed) R 11517 11519 10671 0 -1 4194304 3399 0 0 0 64194 7 0 0 25 0 1 0 215426216 15257600 3384 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134557746 0 0 4096 3 0 0 0 17 1 0 0
/proc/11519/statm: 3725 3384 67 132 0 3590 0
Current children cumulated CPU time (s) 642.01
Current children cumulated vsize (KiB) 14900

[startup+702.302 s]
/proc/loadavg: 0.99 0.98 1.08 3/78 11718
/proc/meminfo: memFree=1627064/2055920 swapFree=4148856/4192956
[pid=11519] ppid=11517 vsize=15328 CPUtime=701.99
/proc/11519/stat : 11519 (minimarch_fixed) R 11517 11519 10671 0 -1 4194304 3472 0 0 0 70192 7 0 0 25 0 1 0 215426216 15695872 3457 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134551251 0 0 4096 3 0 0 0 17 1 0 0
/proc/11519/statm: 3832 3457 67 132 0 3697 0
Current children cumulated CPU time (s) 701.99
Current children cumulated vsize (KiB) 15328

[startup+762.305 s]
/proc/loadavg: 0.99 0.98 1.07 2/78 11718
/proc/meminfo: memFree=1626744/2055920 swapFree=4148856/4192956
[pid=11519] ppid=11517 vsize=15636 CPUtime=761.98
/proc/11519/stat : 11519 (minimarch_fixed) R 11517 11519 10671 0 -1 4194304 3542 0 0 0 76190 8 0 0 25 0 1 0 215426216 16011264 3527 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134551272 0 0 4096 3 0 0 0 17 1 0 0
/proc/11519/statm: 3909 3527 67 132 0 3774 0
Current children cumulated CPU time (s) 761.98
Current children cumulated vsize (KiB) 15636

[startup+822.301 s]
/proc/loadavg: 0.99 0.98 1.06 2/78 11718
/proc/meminfo: memFree=1626744/2055920 swapFree=4148856/4192956
[pid=11519] ppid=11517 vsize=15636 CPUtime=821.96
/proc/11519/stat : 11519 (minimarch_fixed) R 11517 11519 10671 0 -1 4194304 3557 0 0 0 82188 8 0 0 25 0 1 0 215426216 16011264 3542 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134551227 0 0 4096 3 0 0 0 17 1 0 0
/proc/11519/statm: 3909 3542 67 132 0 3774 0
Current children cumulated CPU time (s) 821.96
Current children cumulated vsize (KiB) 15636

[startup+882.302 s]
/proc/loadavg: 0.99 0.98 1.06 2/78 11718
/proc/meminfo: memFree=1626552/2055920 swapFree=4148856/4192956
[pid=11519] ppid=11517 vsize=15804 CPUtime=881.93
/proc/11519/stat : 11519 (minimarch_fixed) R 11517 11519 10671 0 -1 4194304 3585 0 0 0 88185 8 0 0 25 0 1 0 215426216 16183296 3570 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134551365 0 0 4096 3 0 0 0 17 1 0 0
/proc/11519/statm: 3951 3570 67 132 0 3816 0
Current children cumulated CPU time (s) 881.93
Current children cumulated vsize (KiB) 15804

[startup+942.301 s]
/proc/loadavg: 0.99 0.98 1.05 2/78 11718
/proc/meminfo: memFree=1626552/2055920 swapFree=4148856/4192956
[pid=11519] ppid=11517 vsize=15804 CPUtime=941.92
/proc/11519/stat : 11519 (minimarch_fixed) R 11517 11519 10671 0 -1 4194304 3601 0 0 0 94183 9 0 0 25 0 1 0 215426216 16183296 3586 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134551230 0 0 4096 3 0 0 0 17 1 0 0
/proc/11519/statm: 3951 3586 67 132 0 3816 0
Current children cumulated CPU time (s) 941.92
Current children cumulated vsize (KiB) 15804

[startup+1002.3 s]
/proc/loadavg: 0.99 0.98 1.05 2/78 11718
/proc/meminfo: memFree=1626296/2055920 swapFree=4148856/4192956
[pid=11519] ppid=11517 vsize=16088 CPUtime=1001.9
/proc/11519/stat : 11519 (minimarch_fixed) R 11517 11519 10671 0 -1 4194304 3660 0 0 0 100181 9 0 0 25 0 1 0 215426216 16474112 3645 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134551358 0 0 4096 3 0 0 0 17 1 0 0
/proc/11519/statm: 4022 3645 67 132 0 3887 0
Current children cumulated CPU time (s) 1001.9
Current children cumulated vsize (KiB) 16088

[startup+1062.3 s]
/proc/loadavg: 0.99 0.98 1.04 2/78 11718
/proc/meminfo: memFree=1625528/2055920 swapFree=4148856/4192956
[pid=11519] ppid=11517 vsize=16912 CPUtime=1061.89
/proc/11519/stat : 11519 (minimarch_fixed) R 11517 11519 10671 0 -1 4194304 3859 0 0 0 106179 10 0 0 25 0 1 0 215426216 17317888 3844 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134550382 0 0 4096 3 0 0 0 17 1 0 0
/proc/11519/statm: 4228 3844 67 132 0 4093 0
Current children cumulated CPU time (s) 1061.89
Current children cumulated vsize (KiB) 16912

[startup+1122.3 s]
/proc/loadavg: 0.99 0.98 1.03 2/78 11718
/proc/meminfo: memFree=1625400/2055920 swapFree=4148856/4192956
[pid=11519] ppid=11517 vsize=17080 CPUtime=1121.87
/proc/11519/stat : 11519 (minimarch_fixed) R 11517 11519 10671 0 -1 4194304 3893 0 0 0 112177 10 0 0 25 0 1 0 215426216 17489920 3878 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134551672 0 0 4096 3 0 0 0 17 1 0 0
/proc/11519/statm: 4270 3878 67 132 0 4135 0
Current children cumulated CPU time (s) 1121.87
Current children cumulated vsize (KiB) 17080

[startup+1182.3 s]
/proc/loadavg: 0.99 0.98 1.03 2/78 11718
/proc/meminfo: memFree=1625400/2055920 swapFree=4148856/4192956
[pid=11519] ppid=11517 vsize=17080 CPUtime=1181.86
/proc/11519/stat : 11519 (minimarch_fixed) R 11517 11519 10671 0 -1 4194304 3905 0 0 0 118175 11 0 0 25 0 1 0 215426216 17489920 3890 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134551227 0 0 4096 3 0 0 0 17 1 0 0
/proc/11519/statm: 4270 3890 67 132 0 4135 0
Current children cumulated CPU time (s) 1181.86
Current children cumulated vsize (KiB) 17080



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.5 s]
/proc/loadavg: 0.99 0.98 1.03 2/78 11718
/proc/meminfo: memFree=1625208/2055920 swapFree=4148856/4192956
[pid=11519] ppid=11517 vsize=17212 CPUtime=1200.06
/proc/11519/stat : 11519 (minimarch_fixed) R 11517 11519 10671 0 -1 4194304 3935 0 0 0 119995 11 0 0 25 0 1 0 215426216 17625088 3920 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134551764 0 0 4096 3 0 0 0 17 1 0 0
/proc/11519/statm: 4303 3920 67 132 0 4168 0
Current children cumulated CPU time (s) 1200.06
Current children cumulated vsize (KiB) 17212

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: 0.99 0.98 1.03 2/78 11718
/proc/meminfo: memFree=1625208/2055920 swapFree=4148856/4192956
[pid=11519] ppid=11517 vsize=17212 CPUtime=1200.06
/proc/11519/stat : 11519 (minimarch_fixed) R 11517 11519 10671 0 -1 4194304 3935 0 0 0 119995 11 0 0 25 0 1 0 215426216 17625088 3920 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134551764 0 0 4096 3 0 0 0 17 1 0 0
/proc/11519/statm: 4303 3920 67 132 0 4168 0
Current children cumulated CPU time (s) 1200.06
Current children cumulated vsize (KiB) 17212

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1200.51
CPU time (s): 1200.07
CPU user time (s): 1199.95
CPU system time (s): 0.115982
CPU usage (%): 99.9634
Max. virtual memory (cumulated for all children) (KiB): 17212

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

runsolver used 0.947855 second user time and 2.68559 second system time

The end

Launcher Data (download as text)

Begin job on node14 on Fri Apr 27 11:58:05 UTC 2007

IDJOB= 427773
IDBENCH= 20142
IDSOLVER= 198
FILE ID= node14/427773-1177675084

PBS_JOBID= 4697410

Free space on /tmp= 66270 MiB

SOLVER NAME= minimarch 2007-04-26 (fixed)
BENCH NAME= HOME/pub/bench/SAT07/random/LargeSize/7SAT/v140/unif-k7-r85-v140-c11900-S871621203-03.cnf
COMMAND LINE= /tmp/evaluation/427773-1177675084/minimarch_fixed /tmp/evaluation/427773-1177675084/instance-427773-1177675084.cnf
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node14/watcher-427773-1177675084 -o ROOT/results/node14/solver-427773-1177675084 -C 1200 -W 2400 -M 1800 --output-limit 1,15  /tmp/evaluation/427773-1177675084/minimarch_fixed /tmp/evaluation/427773-1177675084/instance-427773-1177675084.cnf

META MD5SUM SOLVER= 08d902191c06ef4f82d57c2f2b6a82c2
MD5SUM BENCH=  99926ee5b14224b8603a2ec5df9e8bf6

RANDOM SEED= 91032490

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.227
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.227
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:       1641496 kB
Buffers:         42512 kB
Cached:         285704 kB
SwapCached:      12124 kB
Active:         242452 kB
Inactive:       109848 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1641496 kB
SwapTotal:     4192956 kB
SwapFree:      4148856 kB
Dirty:            3264 kB
Writeback:           0 kB
Mapped:          30572 kB
Slab:            47676 kB
Committed_AS:  7868660 kB
PageTables:       1788 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= 66270 MiB

End job on node14 on Fri Apr 27 12:18:07 UTC 2007