Trace number 427247

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

General information on the benchmark

Namerandom/OnTreshold/5SAT/v130/
unif-k5-r21.3-v130-c2769-S1513299405-10.SAT.shuffled.cnf
MD5SUM60d0c88e8671d7979416bf70b974aef4
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.026995
Satisfiable
(Un)Satisfiability was proved
Number of variables130
Number of clauses2769
Sum of the clauses size13845
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 52769
Number of clauses of size over 50

Solver Data (download as text)

0.00/0.00	This is MiniMarch 1.1, a modified version of MiniSat 2.0 beta
0.00/0.00	WARNING: for repeatability, setting FPU to use double precision
0.00/0.00	============================[ Problem Statistics ]=============================
0.00/0.00	|                                                                             |
0.00/0.00	|  Number of variables:  130                                                  |
0.00/0.00	|  Number of clauses:    2769                                                 |
0.00/0.00	|  Parsing time:         0.01         s                                       |
0.00/0.03	============================[ Search Statistics ]==============================
0.00/0.03	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
0.00/0.03	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
0.00/0.03	===============================================================================
0.00/0.03	|         0 |     130     2769    13845 |      923        0    nan |  0.000 % |
0.00/0.03	|       102 |     130     2769    13845 |     1015      102     28 |  0.006 % |
0.00/0.04	|       253 |     130     2769    13845 |     1116      253     27 |  0.006 % |
0.00/0.05	|       479 |     130     2769    13845 |     1228      479     28 |  0.006 % |
0.06/0.06	|       816 |     130     2769    13845 |     1351      816     28 |  0.006 % |
0.06/0.08	|      1322 |     130     2769    13845 |     1486     1322     28 |  0.006 % |
0.10/0.11	|      2081 |     130     2769    13845 |     1635     1321     27 |  0.006 % |
0.10/0.16	|      3221 |     130     2769    13845 |     1798     1624     27 |  0.006 % |
0.20/0.24	|      4929 |     130     2769    13845 |     1978     1493     26 |  0.006 % |
0.30/0.36	|      7493 |     130     2769    13845 |     2176     1027     26 |  0.006 % |
0.50/0.55	|     11339 |     130     2769    13845 |     2394     1557     25 |  0.006 % |
0.80/0.83	|     17105 |     130     2769    13845 |     2633     1245     24 |  0.006 % |
1.20/1.27	|     25755 |     130     2769    13845 |     2896     1877     26 |  0.006 % |
1.90/1.96	|     38729 |     130     2769    13845 |     3186     1630     26 |  0.006 % |
2.99/3.04	|     58190 |     130     2769    13845 |     3505     1730     25 |  0.006 % |
4.69/4.71	|     87383 |     130     2769    13845 |     3855     2570     25 |  0.006 % |
7.29/7.35	|    131172 |     130     2769    13845 |     4241     3512     26 |  0.006 % |
11.39/11.46	|    196856 |     130     2769    13845 |     4665     2844     26 |  0.006 % |
17.79/17.80	|    295382 |     130     2769    13845 |     5131     2589     25 |  0.006 % |
27.49/27.57	|    443172 |     130     2769    13845 |     5644     3081     25 |  0.006 % |
42.67/42.71	|    664855 |     130     2769    13845 |     6209     3141     25 |  0.006 % |
66.77/66.89	|    997380 |     130     2769    13845 |     6830     4556     26 |  0.006 % |
103.76/103.89	|   1496171 |     130     2769    13845 |     7513     5379     27 |  0.006 % |
162.83/162.94	|   2244353 |     130     2769    13845 |     8264     6038     25 |  0.006 % |
255.81/255.91	|   3366627 |     130     2769    13845 |     9091     7481     27 |  0.006 % |
402.85/403.08	|   5050039 |     130     2769    13845 |    10000     6686     26 |  0.006 % |
633.68/633.99	|   7575157 |     130     2769    13845 |    11000     7911     26 |  0.006 % |
1003.05/1003.49	|  11362833 |     130     2769    13845 |    12100    10065     30 |  0.006 % |

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/node3/watcher-427247-1177633468 -o ROOT/results/node3/solver-427247-1177633468 -C 1200 -W 2400 -M 1800 --output-limit 1,15 /tmp/evaluation/427247-1177633468/minimarch_fixed /tmp/evaluation/427247-1177633468/instance-427247-1177633468.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 0.99 3/77 23082
/proc/meminfo: memFree=1630752/2055920 swapFree=4138808/4192956
[pid=23082] ppid=23080 vsize=1868 CPUtime=0
/proc/23082/stat : 23082 (minimarch_fixed) R 23080 23082 22296 0 -1 4194304 150 0 0 0 0 0 0 0 18 0 1 0 239384512 1912832 135 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134691888 0 0 4096 3 0 0 0 17 1 0 0
/proc/23082/statm: 467 135 51 132 0 332 0

[startup+0.0613129 s]
/proc/loadavg: 0.92 0.98 0.99 3/77 23082
/proc/meminfo: memFree=1630752/2055920 swapFree=4138808/4192956
[pid=23082] ppid=23080 vsize=1972 CPUtime=0.06
/proc/23082/stat : 23082 (minimarch_fixed) R 23080 23082 22296 0 -1 4194304 177 0 0 0 6 0 0 0 18 0 1 0 239384512 2019328 162 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134557651 0 0 4096 3 0 0 0 17 1 0 0
/proc/23082/statm: 493 162 67 132 0 358 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 1972

[startup+0.101319 s]
/proc/loadavg: 0.92 0.98 0.99 3/77 23082
/proc/meminfo: memFree=1630752/2055920 swapFree=4138808/4192956
[pid=23082] ppid=23080 vsize=2104 CPUtime=0.1
/proc/23082/stat : 23082 (minimarch_fixed) R 23080 23082 22296 0 -1 4194304 202 0 0 0 10 0 0 0 18 0 1 0 239384512 2154496 187 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134550903 0 0 4096 3 0 0 0 17 1 0 0
/proc/23082/statm: 526 187 67 132 0 391 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 2104

[startup+0.301351 s]
/proc/loadavg: 0.92 0.98 0.99 3/77 23082
/proc/meminfo: memFree=1630752/2055920 swapFree=4138808/4192956
[pid=23082] ppid=23080 vsize=2104 CPUtime=0.3
/proc/23082/stat : 23082 (minimarch_fixed) R 23080 23082 22296 0 -1 4194304 226 0 0 0 30 0 0 0 19 0 1 0 239384512 2154496 211 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134553413 0 0 4096 3 0 0 0 17 1 0 0
/proc/23082/statm: 526 211 67 132 0 391 0
Current children cumulated CPU time (s) 0.3
Current children cumulated vsize (KiB) 2104

[startup+0.701416 s]
/proc/loadavg: 0.92 0.98 0.99 3/77 23082
/proc/meminfo: memFree=1630752/2055920 swapFree=4138808/4192956
[pid=23082] ppid=23080 vsize=2236 CPUtime=0.7
/proc/23082/stat : 23082 (minimarch_fixed) R 23080 23082 22296 0 -1 4194304 251 0 0 0 70 0 0 0 23 0 1 0 239384512 2289664 236 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134551251 0 0 4096 3 0 0 0 17 1 0 0
/proc/23082/statm: 559 236 67 132 0 424 0
Current children cumulated CPU time (s) 0.7
Current children cumulated vsize (KiB) 2236

[startup+1.50155 s]
/proc/loadavg: 0.92 0.98 0.99 2/78 23083
/proc/meminfo: memFree=1629976/2055920 swapFree=4138808/4192956
[pid=23082] ppid=23080 vsize=2368 CPUtime=1.5
/proc/23082/stat : 23082 (minimarch_fixed) R 23080 23082 22296 0 -1 4194304 291 0 0 0 150 0 0 0 25 0 1 0 239384512 2424832 276 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134551358 0 0 4096 3 0 0 0 17 1 0 0
/proc/23082/statm: 592 276 67 132 0 457 0
Current children cumulated CPU time (s) 1.5
Current children cumulated vsize (KiB) 2368

[startup+3.10181 s]
/proc/loadavg: 0.93 0.98 0.99 2/78 23083
/proc/meminfo: memFree=1629720/2055920 swapFree=4138808/4192956
[pid=23082] ppid=23080 vsize=2504 CPUtime=3.09
/proc/23082/stat : 23082 (minimarch_fixed) R 23080 23082 22296 0 -1 4194304 321 0 0 0 309 0 0 0 25 0 1 0 239384512 2564096 306 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134552694 0 0 4096 3 0 0 0 17 1 0 0
/proc/23082/statm: 626 306 67 132 0 491 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 2504

[startup+6.30132 s]
/proc/loadavg: 0.93 0.98 0.99 2/78 23083
/proc/meminfo: memFree=1629336/2055920 swapFree=4138808/4192956
[pid=23082] ppid=23080 vsize=2768 CPUtime=6.29
/proc/23082/stat : 23082 (minimarch_fixed) R 23080 23082 22296 0 -1 4194304 379 0 0 0 629 0 0 0 25 0 1 0 239384512 2834432 364 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134557286 0 0 4096 3 0 0 0 17 1 0 0
/proc/23082/statm: 692 364 67 132 0 557 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 2768

[startup+12.7024 s]
/proc/loadavg: 0.94 0.98 0.99 2/78 23083
/proc/meminfo: memFree=1628952/2055920 swapFree=4138808/4192956
[pid=23082] ppid=23080 vsize=3032 CPUtime=12.69
/proc/23082/stat : 23082 (minimarch_fixed) R 23080 23082 22296 0 -1 4194304 444 0 0 0 1269 0 0 0 25 0 1 0 239384512 3104768 429 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134551374 0 0 4096 3 0 0 0 17 1 0 0
/proc/23082/statm: 758 429 67 132 0 623 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 3032

[startup+25.5014 s]
/proc/loadavg: 0.95 0.98 0.99 2/78 23083
/proc/meminfo: memFree=1628760/2055920 swapFree=4138808/4192956
[pid=23082] ppid=23080 vsize=3296 CPUtime=25.48
/proc/23082/stat : 23082 (minimarch_fixed) R 23080 23082 22296 0 -1 4194304 517 0 0 0 2548 0 0 0 25 0 1 0 239384512 3375104 502 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134551227 0 0 4096 3 0 0 0 17 1 0 0
/proc/23082/statm: 824 502 67 132 0 689 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 3296

[startup+51.1016 s]
/proc/loadavg: 0.96 0.98 0.99 2/78 23083
/proc/meminfo: memFree=1628248/2055920 swapFree=4138808/4192956
[pid=23082] ppid=23080 vsize=3720 CPUtime=51.07
/proc/23082/stat : 23082 (minimarch_fixed) R 23080 23082 22296 0 -1 4194304 629 0 0 0 5107 0 0 0 25 0 1 0 239384512 3809280 614 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134551277 0 0 4096 3 0 0 0 17 1 0 0
/proc/23082/statm: 930 614 67 132 0 795 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 3720

[startup+102.306 s]
/proc/loadavg: 0.98 0.98 0.99 2/78 23083
/proc/meminfo: memFree=1627800/2055920 swapFree=4138808/4192956
[pid=23082] ppid=23080 vsize=4120 CPUtime=102.26
/proc/23082/stat : 23082 (minimarch_fixed) R 23080 23082 22296 0 -1 4194304 726 0 0 0 10225 1 0 0 25 0 1 0 239384512 4218880 711 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134631245 0 0 4096 3 0 0 0 17 1 0 0
/proc/23082/statm: 1030 711 67 132 0 895 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 4120

[startup+162.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/78 23083
/proc/meminfo: memFree=1627416/2055920 swapFree=4138808/4192956
[pid=23082] ppid=23080 vsize=4524 CPUtime=162.23
/proc/23082/stat : 23082 (minimarch_fixed) R 23080 23082 22296 0 -1 4194304 814 0 0 0 16222 1 0 0 25 0 1 0 239384512 4632576 799 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134551287 0 0 4096 3 0 0 0 17 1 0 0
/proc/23082/statm: 1131 799 67 132 0 996 0
Current children cumulated CPU time (s) 162.23
Current children cumulated vsize (KiB) 4524

[startup+222.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/78 23083
/proc/meminfo: memFree=1627160/2055920 swapFree=4138808/4192956
[pid=23082] ppid=23080 vsize=4800 CPUtime=222.22
/proc/23082/stat : 23082 (minimarch_fixed) R 23080 23082 22296 0 -1 4194304 884 0 0 0 22220 2 0 0 25 0 1 0 239384512 4915200 869 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134551365 0 0 4096 3 0 0 0 17 1 0 0
/proc/23082/statm: 1200 869 67 132 0 1065 0
Current children cumulated CPU time (s) 222.22
Current children cumulated vsize (KiB) 4800

[startup+282.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/78 23083
/proc/meminfo: memFree=1626968/2055920 swapFree=4138808/4192956
[pid=23082] ppid=23080 vsize=5068 CPUtime=282.19
/proc/23082/stat : 23082 (minimarch_fixed) R 23080 23082 22296 0 -1 4194304 946 0 0 0 28217 2 0 0 25 0 1 0 239384512 5189632 931 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134551664 0 0 4096 3 0 0 0 17 1 0 0
/proc/23082/statm: 1267 931 67 132 0 1132 0
Current children cumulated CPU time (s) 282.19
Current children cumulated vsize (KiB) 5068

[startup+342.302 s]
/proc/loadavg: 0.99 0.98 0.99 3/78 23083
/proc/meminfo: memFree=1626776/2055920 swapFree=4138808/4192956
[pid=23082] ppid=23080 vsize=5208 CPUtime=342.18
/proc/23082/stat : 23082 (minimarch_fixed) R 23080 23082 22296 0 -1 4194304 977 0 0 0 34215 3 0 0 25 0 1 0 239384512 5332992 962 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134551365 0 0 4096 3 0 0 0 17 1 0 0
/proc/23082/statm: 1302 962 67 132 0 1167 0
Current children cumulated CPU time (s) 342.18
Current children cumulated vsize (KiB) 5208

[startup+402.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/78 23083
/proc/meminfo: memFree=1626648/2055920 swapFree=4138808/4192956
[pid=23082] ppid=23080 vsize=5344 CPUtime=402.15
/proc/23082/stat : 23082 (minimarch_fixed) R 23080 23082 22296 0 -1 4194304 1010 0 0 0 40212 3 0 0 25 0 1 0 239384512 5472256 995 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134551216 0 0 4096 3 0 0 0 17 1 0 0
/proc/23082/statm: 1336 995 67 132 0 1201 0
Current children cumulated CPU time (s) 402.15
Current children cumulated vsize (KiB) 5344

[startup+462.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/78 23083
/proc/meminfo: memFree=1626456/2055920 swapFree=4138808/4192956
[pid=23082] ppid=23080 vsize=5624 CPUtime=462.14
/proc/23082/stat : 23082 (minimarch_fixed) R 23080 23082 22296 0 -1 4194304 1074 0 0 0 46210 4 0 0 25 0 1 0 239384512 5758976 1059 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134551227 0 0 4096 3 0 0 0 17 1 0 0
/proc/23082/statm: 1406 1059 67 132 0 1271 0
Current children cumulated CPU time (s) 462.14
Current children cumulated vsize (KiB) 5624

[startup+522.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/78 23085
/proc/meminfo: memFree=1626328/2055920 swapFree=4138808/4192956
[pid=23082] ppid=23080 vsize=5772 CPUtime=522.11
/proc/23082/stat : 23082 (minimarch_fixed) R 23080 23082 22296 0 -1 4194304 1102 0 0 0 52207 4 0 0 25 0 1 0 239384512 5910528 1087 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134551227 0 0 4096 3 0 0 0 17 1 0 0
/proc/23082/statm: 1443 1087 67 132 0 1308 0
Current children cumulated CPU time (s) 522.11
Current children cumulated vsize (KiB) 5772

[startup+582.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/78 23085
/proc/meminfo: memFree=1626072/2055920 swapFree=4138808/4192956
[pid=23082] ppid=23080 vsize=5920 CPUtime=582.09
/proc/23082/stat : 23082 (minimarch_fixed) R 23080 23082 22296 0 -1 4194304 1151 0 0 0 58205 4 0 0 25 0 1 0 239384512 6062080 1136 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134551719 0 0 4096 3 0 0 0 17 1 0 0
/proc/23082/statm: 1480 1136 67 132 0 1345 0
Current children cumulated CPU time (s) 582.09
Current children cumulated vsize (KiB) 5920

[startup+642.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/78 23085
/proc/meminfo: memFree=1626072/2055920 swapFree=4138808/4192956
[pid=23082] ppid=23080 vsize=5920 CPUtime=642.08
/proc/23082/stat : 23082 (minimarch_fixed) R 23080 23082 22296 0 -1 4194304 1158 0 0 0 64203 5 0 0 25 0 1 0 239384512 6062080 1143 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134551296 0 0 4096 3 0 0 0 17 1 0 0
/proc/23082/statm: 1480 1143 67 132 0 1345 0
Current children cumulated CPU time (s) 642.08
Current children cumulated vsize (KiB) 5920

[startup+702.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/78 23085
/proc/meminfo: memFree=1625880/2055920 swapFree=4138808/4192956
[pid=23082] ppid=23080 vsize=6048 CPUtime=702.06
/proc/23082/stat : 23082 (minimarch_fixed) R 23080 23082 22296 0 -1 4194304 1199 0 0 0 70200 6 0 0 25 0 1 0 239384512 6193152 1184 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134551772 0 0 4096 3 0 0 0 17 1 0 0
/proc/23082/statm: 1512 1184 67 132 0 1377 0
Current children cumulated CPU time (s) 702.06
Current children cumulated vsize (KiB) 6048

[startup+762.305 s]
/proc/loadavg: 0.99 0.98 0.99 2/78 23085
/proc/meminfo: memFree=1625688/2055920 swapFree=4138808/4192956
[pid=23082] ppid=23080 vsize=6336 CPUtime=762.03
/proc/23082/stat : 23082 (minimarch_fixed) R 23080 23082 22296 0 -1 4194304 1237 0 0 0 76197 6 0 0 25 0 1 0 239384512 6488064 1222 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134551227 0 0 4096 3 0 0 0 17 1 0 0
/proc/23082/statm: 1584 1222 67 132 0 1449 0
Current children cumulated CPU time (s) 762.03
Current children cumulated vsize (KiB) 6336

[startup+822.302 s]
/proc/loadavg: 1.07 1.00 1.00 2/78 23085
/proc/meminfo: memFree=1625624/2055920 swapFree=4138808/4192956
[pid=23082] ppid=23080 vsize=6336 CPUtime=822.01
/proc/23082/stat : 23082 (minimarch_fixed) R 23080 23082 22296 0 -1 4194304 1248 0 0 0 82194 7 0 0 25 0 1 0 239384512 6488064 1233 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134551371 0 0 4096 3 0 0 0 17 1 0 0
/proc/23082/statm: 1584 1233 67 132 0 1449 0
Current children cumulated CPU time (s) 822.01
Current children cumulated vsize (KiB) 6336

[startup+882.302 s]
/proc/loadavg: 1.08 1.02 1.00 2/78 23085
/proc/meminfo: memFree=1625560/2055920 swapFree=4138808/4192956
[pid=23082] ppid=23080 vsize=6336 CPUtime=881.99
/proc/23082/stat : 23082 (minimarch_fixed) R 23080 23082 22296 0 -1 4194304 1258 0 0 0 88192 7 0 0 25 0 1 0 239384512 6488064 1243 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134551281 0 0 4096 3 0 0 0 17 1 0 0
/proc/23082/statm: 1584 1243 67 132 0 1449 0
Current children cumulated CPU time (s) 881.99
Current children cumulated vsize (KiB) 6336

[startup+942.302 s]
/proc/loadavg: 1.18 1.06 1.01 2/78 23085
/proc/meminfo: memFree=1625496/2055920 swapFree=4138808/4192956
[pid=23082] ppid=23080 vsize=6484 CPUtime=941.97
/proc/23082/stat : 23082 (minimarch_fixed) R 23080 23082 22296 0 -1 4194304 1273 0 0 0 94189 8 0 0 25 0 1 0 239384512 6639616 1258 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134551235 0 0 4096 3 0 0 0 17 1 0 0
/proc/23082/statm: 1621 1258 67 132 0 1486 0
Current children cumulated CPU time (s) 941.97
Current children cumulated vsize (KiB) 6484

[startup+1002.3 s]
/proc/loadavg: 1.06 1.04 1.01 2/78 23085
/proc/meminfo: memFree=1625432/2055920 swapFree=4138808/4192956
[pid=23082] ppid=23080 vsize=6484 CPUtime=1001.95
/proc/23082/stat : 23082 (minimarch_fixed) R 23080 23082 22296 0 -1 4194304 1291 0 0 0 100187 8 0 0 25 0 1 0 239384512 6639616 1276 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134551227 0 0 4096 3 0 0 0 17 1 0 0
/proc/23082/statm: 1621 1276 67 132 0 1486 0
Current children cumulated CPU time (s) 1001.95
Current children cumulated vsize (KiB) 6484

[startup+1062.3 s]
/proc/loadavg: 1.02 1.03 1.00 2/78 23085
/proc/meminfo: memFree=1625240/2055920 swapFree=4138808/4192956
[pid=23082] ppid=23080 vsize=6616 CPUtime=1061.93
/proc/23082/stat : 23082 (minimarch_fixed) R 23080 23082 22296 0 -1 4194304 1335 0 0 0 106184 9 0 0 25 0 1 0 239384512 6774784 1320 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134556442 0 0 4096 3 0 0 0 17 1 0 0
/proc/23082/statm: 1654 1320 67 132 0 1519 0
Current children cumulated CPU time (s) 1061.93
Current children cumulated vsize (KiB) 6616

[startup+1122.3 s]
/proc/loadavg: 1.01 1.02 1.00 2/78 23085
/proc/meminfo: memFree=1625176/2055920 swapFree=4138808/4192956
[pid=23082] ppid=23080 vsize=6764 CPUtime=1121.91
/proc/23082/stat : 23082 (minimarch_fixed) R 23080 23082 22296 0 -1 4194304 1361 0 0 0 112182 9 0 0 25 0 1 0 239384512 6926336 1346 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134551719 0 0 4096 3 0 0 0 17 1 0 0
/proc/23082/statm: 1691 1346 67 132 0 1556 0
Current children cumulated CPU time (s) 1121.91
Current children cumulated vsize (KiB) 6764

[startup+1182.3 s]
/proc/loadavg: 1.00 1.02 1.00 2/78 23085
/proc/meminfo: memFree=1625112/2055920 swapFree=4138808/4192956
[pid=23082] ppid=23080 vsize=6764 CPUtime=1181.89
/proc/23082/stat : 23082 (minimarch_fixed) R 23080 23082 22296 0 -1 4194304 1368 0 0 0 118180 9 0 0 25 0 1 0 239384512 6926336 1353 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134551296 0 0 4096 3 0 0 0 17 1 0 0
/proc/23082/statm: 1691 1353 67 132 0 1556 0
Current children cumulated CPU time (s) 1181.89
Current children cumulated vsize (KiB) 6764



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.5 s]
/proc/loadavg: 1.00 1.02 1.00 2/78 23085
/proc/meminfo: memFree=1625176/2055920 swapFree=4138808/4192956
[pid=23082] ppid=23080 vsize=6764 CPUtime=1200.08
/proc/23082/stat : 23082 (minimarch_fixed) R 23080 23082 22296 0 -1 4194304 1369 0 0 0 119999 9 0 0 25 0 1 0 239384512 6926336 1354 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134551358 0 0 4096 3 0 0 0 17 1 0 0
/proc/23082/statm: 1691 1354 67 132 0 1556 0
Current children cumulated CPU time (s) 1200.08
Current children cumulated vsize (KiB) 6764

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.00 1.02 1.00 2/78 23085
/proc/meminfo: memFree=1625176/2055920 swapFree=4138808/4192956
[pid=23082] ppid=23080 vsize=6764 CPUtime=1200.08
/proc/23082/stat : 23082 (minimarch_fixed) R 23080 23082 22296 0 -1 4194304 1369 0 0 0 119999 9 0 0 25 0 1 0 239384512 6926336 1354 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134551358 0 0 4096 3 0 0 0 17 1 0 0
/proc/23082/statm: 1691 1354 67 132 0 1556 0
Current children cumulated CPU time (s) 1200.08
Current children cumulated vsize (KiB) 6764

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1200.51
CPU time (s): 1200.1
CPU user time (s): 1200
CPU system time (s): 0.100984
CPU usage (%): 99.9661
Max. virtual memory (cumulated for all children) (KiB): 6764

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

runsolver used 0.951855 second user time and 2.47562 second system time

The end

Launcher Data (download as text)

Begin job on node3 on Fri Apr 27 00:24:28 UTC 2007

IDJOB= 427247
IDBENCH= 19879
IDSOLVER= 198
FILE ID= node3/427247-1177633468

PBS_JOBID= 4697228

Free space on /tmp= 66468 MiB

SOLVER NAME= minimarch 2007-04-26 (fixed)
BENCH NAME= HOME/pub/bench/SAT07/random/OnTreshold/5SAT/v130/unif-k5-r21.3-v130-c2769-S1513299405-10.SAT.shuffled.cnf
COMMAND LINE= /tmp/evaluation/427247-1177633468/minimarch_fixed /tmp/evaluation/427247-1177633468/instance-427247-1177633468.cnf
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node3/watcher-427247-1177633468 -o ROOT/results/node3/solver-427247-1177633468 -C 1200 -W 2400 -M 1800 --output-limit 1,15  /tmp/evaluation/427247-1177633468/minimarch_fixed /tmp/evaluation/427247-1177633468/instance-427247-1177633468.cnf

META MD5SUM SOLVER= 08d902191c06ef4f82d57c2f2b6a82c2
MD5SUM BENCH=  60d0c88e8671d7979416bf70b974aef4

RANDOM SEED= 745464284

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB

Linux node3.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.270
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.270
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:       1631224 kB
Buffers:         45560 kB
Cached:         310836 kB
SwapCached:      17740 kB
Active:         181968 kB
Inactive:       198576 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1631224 kB
SwapTotal:     4192956 kB
SwapFree:      4138808 kB
Dirty:            2932 kB
Writeback:           0 kB
Mapped:          30100 kB
Slab:            29700 kB
Committed_AS:  6158072 kB
PageTables:       1780 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= 66468 MiB

End job on node3 on Fri Apr 27 00:44:30 UTC 2007