Trace number 427165

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

General information on the benchmark

Namerandom/OnTreshold/5SAT/v90/
unif-k5-r21.3-v90-c1917-S1414833579-15.UNSAT.shuffled.cnf
MD5SUMb2802bae5d92b90eb2c4213147949897
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark175.918
Satisfiable
(Un)Satisfiability was proved
Number of variables90
Number of clauses1917
Sum of the clauses size9585
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 51917
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:  90                                                   |
0.00/0.00	|  Number of clauses:    1917                                                 |
0.00/0.00	|  Parsing time:         0.01         s                                       |
0.00/0.02	============================[ Search Statistics ]==============================
0.00/0.02	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
0.00/0.02	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
0.00/0.02	===============================================================================
0.00/0.02	|         0 |      90     1917     9585 |      639        0    nan |  0.000 % |
0.00/0.02	|       100 |      90     1917     9585 |      702      100     23 |  0.012 % |
0.00/0.03	|       250 |      90     1917     9585 |      773      250     22 |  0.012 % |
0.00/0.03	|       475 |      90     1917     9585 |      850      475     21 |  0.012 % |
0.00/0.04	|       812 |      90     1917     9585 |      935      812     21 |  0.012 % |
0.00/0.06	|      1322 |      90     1917     9585 |     1029      842     20 |  0.012 % |
0.08/0.08	|      2082 |      90     1917     9585 |     1132      552     18 |  0.012 % |
0.10/0.12	|      3223 |      90     1917     9585 |     1245     1112     19 |  0.012 % |
0.10/0.18	|      4931 |      90     1917     9585 |     1369      923     19 |  0.012 % |
0.20/0.27	|      7494 |      90     1917     9585 |     1506     1393     20 |  0.012 % |
0.40/0.41	|     11338 |      90     1917     9585 |     1657     1424     19 |  0.012 % |
0.60/0.62	|     17104 |      90     1917     9585 |     1823     1321     19 |  0.012 % |
0.90/0.95	|     25754 |      90     1917     9585 |     2005     1674     19 |  0.012 % |
1.40/1.45	|     38728 |      90     1917     9585 |     2206     1449     20 |  0.012 % |
2.20/2.22	|     58189 |      90     1917     9585 |     2426     1940     19 |  0.012 % |
3.39/3.44	|     87382 |      90     1917     9585 |     2669     1729     18 |  0.012 % |
5.29/5.34	|    131171 |      90     1917     9585 |     2936     2437     18 |  0.012 % |
8.19/8.26	|    196856 |      90     1917     9585 |     3229     1497     18 |  0.012 % |
12.79/12.80	|    295383 |      90     1917     9585 |     3552     2401     18 |  0.012 % |
19.79/19.82	|    443174 |      90     1917     9585 |     3908     3562     18 |  0.012 % |
30.68/30.72	|    664858 |      90     1917     9585 |     4298     3033     18 |  0.012 % |
47.87/47.95	|    997384 |      90     1917     9585 |     4728     2757     19 |  0.012 % |
74.46/74.57	|   1496175 |      90     1917     9585 |     5201     2731     18 |  0.012 % |
115.64/115.78	|   2244358 |      90     1917     9585 |     5721     3886     19 |  0.012 % |
180.73/180.88	|   3366632 |      90     1917     9585 |     6293     3280     18 |  0.012 % |
281.89/282.08	|   5050044 |      90     1917     9585 |     6923     3840     18 |  0.012 % |
443.04/443.29	|   7575160 |      90     1917     9585 |     7615     4653     16 |  0.012 % |
695.14/695.49	|  11362836 |      90     1917     9585 |     8377     4407     17 |  0.012 % |
1088.71/1089.16	|  17044348 |      90     1917     9585 |     9215     4491     17 |  0.013 % |

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/node39/watcher-427165-1177628962 -o ROOT/results/node39/solver-427165-1177628962 -C 1200 -W 2400 -M 1800 --output-limit 1,15 /tmp/evaluation/427165-1177628962/minimarch_fixed /tmp/evaluation/427165-1177628962/instance-427165-1177628962.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.91 0.95 0.95 3/77 18144
/proc/meminfo: memFree=1658936/2055920 swapFree=4159384/4192956
[pid=18144] ppid=18142 vsize=1868 CPUtime=0
/proc/18144/stat : 18144 (minimarch_fixed) R 18142 18144 16266 0 -1 4194304 129 0 0 0 0 0 0 0 18 0 1 0 210808289 1912832 114 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134523053 0 0 4096 3 0 0 0 17 1 0 0
/proc/18144/statm: 467 114 51 132 0 332 0

[startup+0.0816729 s]
/proc/loadavg: 0.91 0.95 0.95 3/77 18144
/proc/meminfo: memFree=1658936/2055920 swapFree=4159384/4192956
[pid=18144] ppid=18142 vsize=1864 CPUtime=0.08
/proc/18144/stat : 18144 (minimarch_fixed) R 18142 18144 16266 0 -1 4194304 160 0 0 0 8 0 0 0 18 0 1 0 210808289 1908736 145 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134631251 0 0 4096 3 0 0 0 17 1 0 0
/proc/18144/statm: 466 145 67 132 0 331 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1864

[startup+0.101676 s]
/proc/loadavg: 0.91 0.95 0.95 3/77 18144
/proc/meminfo: memFree=1658936/2055920 swapFree=4159384/4192956
[pid=18144] ppid=18142 vsize=1864 CPUtime=0.1
/proc/18144/stat : 18144 (minimarch_fixed) R 18142 18144 16266 0 -1 4194304 160 0 0 0 10 0 0 0 18 0 1 0 210808289 1908736 145 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134558057 0 0 4096 3 0 0 0 17 1 0 0
/proc/18144/statm: 466 145 67 132 0 331 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 1864

[startup+0.30171 s]
/proc/loadavg: 0.91 0.95 0.95 3/77 18144
/proc/meminfo: memFree=1658936/2055920 swapFree=4159384/4192956
[pid=18144] ppid=18142 vsize=1996 CPUtime=0.3
/proc/18144/stat : 18144 (minimarch_fixed) R 18142 18144 16266 0 -1 4194304 183 0 0 0 30 0 0 0 19 0 1 0 210808289 2043904 168 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134551681 0 0 4096 3 0 0 0 17 1 0 0
/proc/18144/statm: 499 168 67 132 0 364 0
Current children cumulated CPU time (s) 0.3
Current children cumulated vsize (KiB) 1996

[startup+0.701778 s]
/proc/loadavg: 0.91 0.95 0.95 3/77 18144
/proc/meminfo: memFree=1658936/2055920 swapFree=4159384/4192956
[pid=18144] ppid=18142 vsize=2128 CPUtime=0.7
/proc/18144/stat : 18144 (minimarch_fixed) R 18142 18144 16266 0 -1 4194304 206 0 0 0 70 0 0 0 22 0 1 0 210808289 2179072 191 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134551719 0 0 4096 3 0 0 0 17 1 0 0
/proc/18144/statm: 532 191 67 132 0 397 0
Current children cumulated CPU time (s) 0.7
Current children cumulated vsize (KiB) 2128

[startup+1.50291 s]
/proc/loadavg: 0.91 0.95 0.95 2/78 18145
/proc/meminfo: memFree=1658352/2055920 swapFree=4159384/4192956
[pid=18144] ppid=18142 vsize=2128 CPUtime=1.5
/proc/18144/stat : 18144 (minimarch_fixed) R 18142 18144 16266 0 -1 4194304 228 0 0 0 150 0 0 0 25 0 1 0 210808289 2179072 213 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134551277 0 0 4096 3 0 0 0 17 1 0 0
/proc/18144/statm: 532 213 67 132 0 397 0
Current children cumulated CPU time (s) 1.5
Current children cumulated vsize (KiB) 2128

[startup+3.10118 s]
/proc/loadavg: 0.91 0.95 0.95 2/78 18145
/proc/meminfo: memFree=1658160/2055920 swapFree=4159384/4192956
[pid=18144] ppid=18142 vsize=2260 CPUtime=3.09
/proc/18144/stat : 18144 (minimarch_fixed) R 18142 18144 16266 0 -1 4194304 251 0 0 0 309 0 0 0 25 0 1 0 210808289 2314240 236 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134551235 0 0 4096 3 0 0 0 17 1 0 0
/proc/18144/statm: 565 236 67 132 0 430 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 2260

[startup+6.30172 s]
/proc/loadavg: 0.92 0.95 0.95 2/78 18145
/proc/meminfo: memFree=1657904/2055920 swapFree=4159384/4192956
[pid=18144] ppid=18142 vsize=2396 CPUtime=6.29
/proc/18144/stat : 18144 (minimarch_fixed) R 18142 18144 16266 0 -1 4194304 290 0 0 0 629 0 0 0 25 0 1 0 210808289 2453504 275 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134552539 0 0 4096 3 0 0 0 17 1 0 0
/proc/18144/statm: 599 275 67 132 0 464 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 2396

[startup+12.7018 s]
/proc/loadavg: 0.93 0.95 0.95 2/78 18145
/proc/meminfo: memFree=1657648/2055920 swapFree=4159384/4192956
[pid=18144] ppid=18142 vsize=2528 CPUtime=12.69
/proc/18144/stat : 18144 (minimarch_fixed) R 18142 18144 16266 0 -1 4194304 328 0 0 0 1269 0 0 0 25 0 1 0 210808289 2588672 313 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134550358 0 0 4096 3 0 0 0 17 1 0 0
/proc/18144/statm: 632 313 67 132 0 497 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 2528

[startup+25.502 s]
/proc/loadavg: 0.94 0.96 0.95 2/78 18145
/proc/meminfo: memFree=1657392/2055920 swapFree=4159384/4192956
[pid=18144] ppid=18142 vsize=2796 CPUtime=25.48
/proc/18144/stat : 18144 (minimarch_fixed) R 18142 18144 16266 0 -1 4194304 379 0 0 0 2548 0 0 0 25 0 1 0 210808289 2863104 364 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134557821 0 0 4096 3 0 0 0 17 1 0 0
/proc/18144/statm: 699 364 67 132 0 564 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 2796

[startup+51.1013 s]
/proc/loadavg: 0.96 0.96 0.95 2/78 18145
/proc/meminfo: memFree=1657072/2055920 swapFree=4159384/4192956
[pid=18144] ppid=18142 vsize=3068 CPUtime=51.07
/proc/18144/stat : 18144 (minimarch_fixed) R 18142 18144 16266 0 -1 4194304 445 0 0 0 5107 0 0 0 25 0 1 0 210808289 3141632 430 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134620609 0 0 4096 3 0 0 0 17 1 0 0
/proc/18144/statm: 767 430 67 132 0 632 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 3068

[startup+102.306 s]
/proc/loadavg: 0.98 0.96 0.95 2/78 18145
/proc/meminfo: memFree=1656816/2055920 swapFree=4159384/4192956
[pid=18144] ppid=18142 vsize=3340 CPUtime=102.25
/proc/18144/stat : 18144 (minimarch_fixed) R 18142 18144 16266 0 -1 4194304 524 0 0 0 10225 0 0 0 25 0 1 0 210808289 3420160 509 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134551287 0 0 4096 3 0 0 0 17 1 0 0
/proc/18144/statm: 835 509 67 132 0 700 0
Current children cumulated CPU time (s) 102.25
Current children cumulated vsize (KiB) 3340

[startup+162.301 s]
/proc/loadavg: 0.99 0.97 0.95 2/78 18145
/proc/meminfo: memFree=1656432/2055920 swapFree=4159384/4192956
[pid=18144] ppid=18142 vsize=3604 CPUtime=162.23
/proc/18144/stat : 18144 (minimarch_fixed) R 18142 18144 16266 0 -1 4194304 594 0 0 0 16222 1 0 0 25 0 1 0 210808289 3690496 579 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134522033 0 0 4096 3 0 0 0 17 1 0 0
/proc/18144/statm: 901 579 67 132 0 766 0
Current children cumulated CPU time (s) 162.23
Current children cumulated vsize (KiB) 3604

[startup+222.301 s]
/proc/loadavg: 0.99 0.97 0.95 2/78 18145
/proc/meminfo: memFree=1656240/2055920 swapFree=4159384/4192956
[pid=18144] ppid=18142 vsize=3880 CPUtime=222.21
/proc/18144/stat : 18144 (minimarch_fixed) R 18142 18144 16266 0 -1 4194304 637 0 0 0 22220 1 0 0 25 0 1 0 210808289 3973120 622 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134557507 0 0 4096 3 0 0 0 17 1 0 0
/proc/18144/statm: 970 622 67 132 0 835 0
Current children cumulated CPU time (s) 222.21
Current children cumulated vsize (KiB) 3880

[startup+282.301 s]
/proc/loadavg: 0.99 0.97 0.95 2/78 18145
/proc/meminfo: memFree=1656176/2055920 swapFree=4159384/4192956
[pid=18144] ppid=18142 vsize=3880 CPUtime=282.19
/proc/18144/stat : 18144 (minimarch_fixed) R 18142 18144 16266 0 -1 4194304 667 0 0 0 28218 1 0 0 25 0 1 0 210808289 3973120 652 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134551374 0 0 4096 3 0 0 0 17 1 0 0
/proc/18144/statm: 970 652 67 132 0 835 0
Current children cumulated CPU time (s) 282.19
Current children cumulated vsize (KiB) 3880

[startup+342.301 s]
/proc/loadavg: 0.99 0.97 0.95 2/78 18145
/proc/meminfo: memFree=1655984/2055920 swapFree=4159384/4192956
[pid=18144] ppid=18142 vsize=4020 CPUtime=342.17
/proc/18144/stat : 18144 (minimarch_fixed) R 18142 18144 16266 0 -1 4194304 697 0 0 0 34215 2 0 0 25 0 1 0 210808289 4116480 682 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134551386 0 0 4096 3 0 0 0 17 1 0 0
/proc/18144/statm: 1005 682 67 132 0 870 0
Current children cumulated CPU time (s) 342.17
Current children cumulated vsize (KiB) 4020

[startup+402.302 s]
/proc/loadavg: 0.99 0.97 0.95 2/78 18145
/proc/meminfo: memFree=1655920/2055920 swapFree=4159384/4192956
[pid=18144] ppid=18142 vsize=4156 CPUtime=402.15
/proc/18144/stat : 18144 (minimarch_fixed) R 18142 18144 16266 0 -1 4194304 725 0 0 0 40213 2 0 0 25 0 1 0 210808289 4255744 710 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134551227 0 0 4096 3 0 0 0 17 1 0 0
/proc/18144/statm: 1039 710 67 132 0 904 0
Current children cumulated CPU time (s) 402.15
Current children cumulated vsize (KiB) 4156

[startup+462.302 s]
/proc/loadavg: 0.99 0.97 0.95 2/78 18145
/proc/meminfo: memFree=1655920/2055920 swapFree=4159384/4192956
[pid=18144] ppid=18142 vsize=4156 CPUtime=462.13
/proc/18144/stat : 18144 (minimarch_fixed) R 18142 18144 16266 0 -1 4194304 736 0 0 0 46210 3 0 0 25 0 1 0 210808289 4255744 721 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134551351 0 0 4096 3 0 0 0 17 1 0 0
/proc/18144/statm: 1039 721 67 132 0 904 0
Current children cumulated CPU time (s) 462.13
Current children cumulated vsize (KiB) 4156

[startup+522.302 s]
/proc/loadavg: 0.99 0.97 0.95 2/78 18145
/proc/meminfo: memFree=1655728/2055920 swapFree=4159384/4192956
[pid=18144] ppid=18142 vsize=4296 CPUtime=522.11
/proc/18144/stat : 18144 (minimarch_fixed) R 18142 18144 16266 0 -1 4194304 766 0 0 0 52208 3 0 0 25 0 1 0 210808289 4399104 751 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134551772 0 0 4096 3 0 0 0 17 1 0 0
/proc/18144/statm: 1074 751 67 132 0 939 0
Current children cumulated CPU time (s) 522.11
Current children cumulated vsize (KiB) 4296

[startup+582.302 s]
/proc/loadavg: 0.99 0.97 0.95 2/78 18145
/proc/meminfo: memFree=1655728/2055920 swapFree=4159384/4192956
[pid=18144] ppid=18142 vsize=4432 CPUtime=582.09
/proc/18144/stat : 18144 (minimarch_fixed) R 18142 18144 16266 0 -1 4194304 786 0 0 0 58205 4 0 0 25 0 1 0 210808289 4538368 771 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134551365 0 0 4096 3 0 0 0 17 1 0 0
/proc/18144/statm: 1108 771 67 132 0 973 0
Current children cumulated CPU time (s) 582.09
Current children cumulated vsize (KiB) 4432

[startup+642.301 s]
/proc/loadavg: 0.99 0.97 0.95 2/78 18145
/proc/meminfo: memFree=1655664/2055920 swapFree=4159384/4192956
[pid=18144] ppid=18142 vsize=4432 CPUtime=642.07
/proc/18144/stat : 18144 (minimarch_fixed) R 18142 18144 16266 0 -1 4194304 791 0 0 0 64203 4 0 0 25 0 1 0 210808289 4538368 776 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134631251 0 0 4096 3 0 0 0 17 1 0 0
/proc/18144/statm: 1108 776 67 132 0 973 0
Current children cumulated CPU time (s) 642.07
Current children cumulated vsize (KiB) 4432

[startup+702.301 s]
/proc/loadavg: 0.99 0.97 0.95 2/78 18145
/proc/meminfo: memFree=1655664/2055920 swapFree=4159384/4192956
[pid=18144] ppid=18142 vsize=4588 CPUtime=702.04
/proc/18144/stat : 18144 (minimarch_fixed) R 18142 18144 16266 0 -1 4194304 805 0 0 0 70200 4 0 0 25 0 1 0 210808289 4698112 790 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134551358 0 0 4096 3 0 0 0 17 1 0 0
/proc/18144/statm: 1147 790 67 132 0 1012 0
Current children cumulated CPU time (s) 702.04
Current children cumulated vsize (KiB) 4588

[startup+762.305 s]
/proc/loadavg: 0.99 0.97 0.95 3/78 18145
/proc/meminfo: memFree=1655600/2055920 swapFree=4159384/4192956
[pid=18144] ppid=18142 vsize=4588 CPUtime=762.03
/proc/18144/stat : 18144 (minimarch_fixed) R 18142 18144 16266 0 -1 4194304 821 0 0 0 76198 5 0 0 25 0 1 0 210808289 4698112 806 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134551659 0 0 4096 3 0 0 0 17 1 0 0
/proc/18144/statm: 1147 806 67 132 0 1012 0
Current children cumulated CPU time (s) 762.03
Current children cumulated vsize (KiB) 4588

[startup+822.302 s]
/proc/loadavg: 0.99 0.97 0.95 2/78 18145
/proc/meminfo: memFree=1655536/2055920 swapFree=4159384/4192956
[pid=18144] ppid=18142 vsize=4588 CPUtime=822
/proc/18144/stat : 18144 (minimarch_fixed) R 18142 18144 16266 0 -1 4194304 836 0 0 0 82195 5 0 0 25 0 1 0 210808289 4698112 821 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134687401 0 0 4096 3 0 0 0 17 1 0 0
/proc/18144/statm: 1147 821 67 132 0 1012 0
Current children cumulated CPU time (s) 822
Current children cumulated vsize (KiB) 4588

[startup+882.302 s]
/proc/loadavg: 0.99 0.97 0.95 2/78 18145
/proc/meminfo: memFree=1655536/2055920 swapFree=4159384/4192956
[pid=18144] ppid=18142 vsize=4736 CPUtime=881.99
/proc/18144/stat : 18144 (minimarch_fixed) R 18142 18144 16266 0 -1 4194304 846 0 0 0 88193 6 0 0 25 0 1 0 210808289 4849664 831 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134551227 0 0 4096 3 0 0 0 17 1 0 0
/proc/18144/statm: 1184 831 67 132 0 1049 0
Current children cumulated CPU time (s) 881.99
Current children cumulated vsize (KiB) 4736

[startup+942.302 s]
/proc/loadavg: 1.07 1.00 0.96 2/78 18145
/proc/meminfo: memFree=1655408/2055920 swapFree=4159384/4192956
[pid=18144] ppid=18142 vsize=4884 CPUtime=941.96
/proc/18144/stat : 18144 (minimarch_fixed) R 18142 18144 16266 0 -1 4194304 875 0 0 0 94190 6 0 0 25 0 1 0 210808289 5001216 860 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134551227 0 0 4096 3 0 0 0 17 1 0 0
/proc/18144/statm: 1221 860 67 132 0 1086 0
Current children cumulated CPU time (s) 941.96
Current children cumulated vsize (KiB) 4884

[startup+1002.3 s]
/proc/loadavg: 1.02 1.00 0.96 2/78 18145
/proc/meminfo: memFree=1655344/2055920 swapFree=4159384/4192956
[pid=18144] ppid=18142 vsize=4884 CPUtime=1001.94
/proc/18144/stat : 18144 (minimarch_fixed) R 18142 18144 16266 0 -1 4194304 889 0 0 0 100188 6 0 0 25 0 1 0 210808289 5001216 874 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134557354 0 0 4096 3 0 0 0 17 1 0 0
/proc/18144/statm: 1221 874 67 132 0 1086 0
Current children cumulated CPU time (s) 1001.94
Current children cumulated vsize (KiB) 4884

[startup+1062.3 s]
/proc/loadavg: 1.01 1.00 0.96 2/78 18145
/proc/meminfo: memFree=1655280/2055920 swapFree=4159384/4192956
[pid=18144] ppid=18142 vsize=5032 CPUtime=1061.92
/proc/18144/stat : 18144 (minimarch_fixed) R 18142 18144 16266 0 -1 4194304 907 0 0 0 106185 7 0 0 25 0 1 0 210808289 5152768 892 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134551365 0 0 4096 3 0 0 0 17 1 0 0
/proc/18144/statm: 1258 892 67 132 0 1123 0
Current children cumulated CPU time (s) 1061.92
Current children cumulated vsize (KiB) 5032

[startup+1122.3 s]
/proc/loadavg: 1.00 1.00 0.96 2/78 18145
/proc/meminfo: memFree=1655216/2055920 swapFree=4159384/4192956
[pid=18144] ppid=18142 vsize=5032 CPUtime=1121.9
/proc/18144/stat : 18144 (minimarch_fixed) R 18142 18144 16266 0 -1 4194304 928 0 0 0 112183 7 0 0 25 0 1 0 210808289 5152768 913 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134551759 0 0 4096 3 0 0 0 17 1 0 0
/proc/18144/statm: 1258 913 67 132 0 1123 0
Current children cumulated CPU time (s) 1121.9
Current children cumulated vsize (KiB) 5032

[startup+1182.3 s]
/proc/loadavg: 1.00 1.00 0.96 2/78 18145
/proc/meminfo: memFree=1655152/2055920 swapFree=4159384/4192956
[pid=18144] ppid=18142 vsize=5032 CPUtime=1181.88
/proc/18144/stat : 18144 (minimarch_fixed) R 18142 18144 16266 0 -1 4194304 940 0 0 0 118180 8 0 0 25 0 1 0 210808289 5152768 925 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134551227 0 0 4096 3 0 0 0 17 1 0 0
/proc/18144/statm: 1258 925 67 132 0 1123 0
Current children cumulated CPU time (s) 1181.88
Current children cumulated vsize (KiB) 5032



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.5 s]
/proc/loadavg: 1.00 1.00 0.96 2/78 18145
/proc/meminfo: memFree=1655088/2055920 swapFree=4159384/4192956
[pid=18144] ppid=18142 vsize=5180 CPUtime=1200.08
/proc/18144/stat : 18144 (minimarch_fixed) R 18142 18144 16266 0 -1 4194304 945 0 0 0 120000 8 0 0 25 0 1 0 210808289 5304320 930 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134551230 0 0 4096 3 0 0 0 17 1 0 0
/proc/18144/statm: 1295 930 67 132 0 1160 0
Current children cumulated CPU time (s) 1200.08
Current children cumulated vsize (KiB) 5180

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.00 0.96 2/78 18145
/proc/meminfo: memFree=1655088/2055920 swapFree=4159384/4192956
[pid=18144] ppid=18142 vsize=5180 CPUtime=1200.08
/proc/18144/stat : 18144 (minimarch_fixed) R 18142 18144 16266 0 -1 4194304 945 0 0 0 120000 8 0 0 25 0 1 0 210808289 5304320 930 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134551230 0 0 4096 3 0 0 0 17 1 0 0
/proc/18144/statm: 1295 930 67 132 0 1160 0
Current children cumulated CPU time (s) 1200.08
Current children cumulated vsize (KiB) 5180

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1200.51
CPU time (s): 1200.09
CPU user time (s): 1200
CPU system time (s): 0.083987
CPU usage (%): 99.9651
Max. virtual memory (cumulated for all children) (KiB): 5180

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

runsolver used 0.881865 second user time and 2.6296 second system time

The end

Launcher Data (download as text)

Begin job on node39 on Thu Apr 26 23:09:22 UTC 2007

IDJOB= 427165
IDBENCH= 19838
IDSOLVER= 198
FILE ID= node39/427165-1177628962

PBS_JOBID= 4697190

Free space on /tmp= 66503 MiB

SOLVER NAME= minimarch 2007-04-26 (fixed)
BENCH NAME= HOME/pub/bench/SAT07/random/OnTreshold/5SAT/v90/unif-k5-r21.3-v90-c1917-S1414833579-15.UNSAT.shuffled.cnf
COMMAND LINE= /tmp/evaluation/427165-1177628962/minimarch_fixed /tmp/evaluation/427165-1177628962/instance-427165-1177628962.cnf
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node39/watcher-427165-1177628962 -o ROOT/results/node39/solver-427165-1177628962 -C 1200 -W 2400 -M 1800 --output-limit 1,15  /tmp/evaluation/427165-1177628962/minimarch_fixed /tmp/evaluation/427165-1177628962/instance-427165-1177628962.cnf

META MD5SUM SOLVER= 08d902191c06ef4f82d57c2f2b6a82c2
MD5SUM BENCH=  b2802bae5d92b90eb2c4213147949897

RANDOM SEED= 310409219

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB

Linux node39.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.256
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.256
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:       1659408 kB
Buffers:         47360 kB
Cached:         256476 kB
SwapCached:      13996 kB
Active:         192484 kB
Inactive:       135692 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1659408 kB
SwapTotal:     4192956 kB
SwapFree:      4159384 kB
Dirty:            3016 kB
Writeback:           0 kB
Mapped:          31196 kB
Slab:            53660 kB
Committed_AS:  2054016 kB
PageTables:       2012 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= 66503 MiB

End job on node39 on Thu Apr 26 23:29:25 UTC 2007