Trace number 427237

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

General information on the benchmark

Namerandom/OnTreshold/5SAT/v110/
unif-k5-r21.3-v110-c2343-S1019153514-04.SAT.shuffled.cnf
MD5SUM45b9d25ea20b930c4376024c10f0fe19
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.406938
Satisfiable
(Un)Satisfiability was proved
Number of variables110
Number of clauses2343
Sum of the clauses size11715
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 52343
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:  110                                                  |
0.00/0.00	|  Number of clauses:    2343                                                 |
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 |     110     2343    11715 |      781        0    nan |  0.000 % |
0.00/0.03	|       100 |     110     2343    11715 |      859      100     25 |  0.008 % |
0.00/0.03	|       253 |     110     2343    11715 |      945      253     25 |  0.008 % |
0.04/0.04	|       479 |     110     2343    11715 |     1039      479     25 |  0.008 % |
0.04/0.05	|       818 |     110     2343    11715 |     1143      818     25 |  0.008 % |
0.04/0.07	|      1325 |     110     2343    11715 |     1257      737     23 |  0.008 % |
0.04/0.10	|      2085 |     110     2343    11715 |     1383      856     23 |  0.008 % |
0.10/0.14	|      3224 |     110     2343    11715 |     1521     1290     22 |  0.008 % |
0.19/0.21	|      4932 |     110     2343    11715 |     1674     1451     24 |  0.008 % |
0.29/0.31	|      7494 |     110     2343    11715 |     1841     1456     23 |  0.008 % |
0.39/0.47	|     11338 |     110     2343    11715 |     2025     1567     22 |  0.008 % |
0.69/0.71	|     17105 |     110     2343    11715 |     2228     1167     21 |  0.008 % |
1.10/1.10	|     25754 |     110     2343    11715 |     2451     1916     22 |  0.008 % |
1.69/1.71	|     38730 |     110     2343    11715 |     2696     2476     23 |  0.008 % |
2.59/2.65	|     58192 |     110     2343    11715 |     2965     1487     22 |  0.008 % |
3.99/4.08	|     87384 |     110     2343    11715 |     3262     2204     23 |  0.008 % |
6.29/6.38	|    131173 |     110     2343    11715 |     3588     3175     23 |  0.008 % |
9.89/9.91	|    196857 |     110     2343    11715 |     3947     1881     22 |  0.008 % |
15.29/15.36	|    295383 |     110     2343    11715 |     4342     2938     22 |  0.008 % |
23.78/23.86	|    443172 |     110     2343    11715 |     4776     4208     23 |  0.008 % |
36.98/37.03	|    664855 |     110     2343    11715 |     5254     4696     23 |  0.008 % |
57.68/57.77	|    997383 |     110     2343    11715 |     5779     4416     22 |  0.008 % |
90.57/90.68	|   1496172 |     110     2343    11715 |     6357     3745     22 |  0.008 % |
141.26/141.40	|   2244355 |     110     2343    11715 |     6993     4684     22 |  0.008 % |
220.33/220.45	|   3366629 |     110     2343    11715 |     7692     6869     23 |  0.008 % |
345.70/345.86	|   5050040 |     110     2343    11715 |     8461     7125     23 |  0.008 % |
542.55/542.78	|   7575156 |     110     2343    11715 |     9308     6350     22 |  0.008 % |
853.26/853.57	|  11362832 |     110     2343    11715 |    10238     7980     23 |  0.008 % |

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/node41/watcher-427237-1177633138 -o ROOT/results/node41/solver-427237-1177633138 -C 1200 -W 2400 -M 1800 --output-limit 1,15 /tmp/evaluation/427237-1177633138/minimarch_fixed /tmp/evaluation/427237-1177633138/instance-427237-1177633138.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 2/77 23592
/proc/meminfo: memFree=1725256/2055920 swapFree=4169724/4192956
[pid=23592] ppid=23590 vsize=1872 CPUtime=0
/proc/23592/stat : 23592 (minimarch_fixed) R 23590 23592 22852 0 -1 4194304 141 0 0 0 0 0 0 0 18 0 1 0 211225702 1916928 126 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134523068 0 0 4096 3 0 0 0 17 1 0 0
/proc/23592/statm: 468 126 51 132 0 333 0

[startup+0.0442579 s]
/proc/loadavg: 0.92 0.98 0.99 2/77 23592
/proc/meminfo: memFree=1725256/2055920 swapFree=4169724/4192956
[pid=23592] ppid=23590 vsize=1868 CPUtime=0.04
/proc/23592/stat : 23592 (minimarch_fixed) R 23590 23592 22852 0 -1 4194304 158 0 0 0 4 0 0 0 18 0 1 0 211225702 1912832 143 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134551277 0 0 4096 3 0 0 0 17 1 0 0
/proc/23592/statm: 467 143 67 132 0 332 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 1868

[startup+0.102263 s]
/proc/loadavg: 0.92 0.98 0.99 2/77 23592
/proc/meminfo: memFree=1725256/2055920 swapFree=4169724/4192956
[pid=23592] ppid=23590 vsize=2000 CPUtime=0.1
/proc/23592/stat : 23592 (minimarch_fixed) R 23590 23592 22852 0 -1 4194304 181 0 0 0 10 0 0 0 18 0 1 0 211225702 2048000 166 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134705053 0 0 4096 3 0 0 0 17 1 0 0
/proc/23592/statm: 500 166 67 132 0 365 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 2000

[startup+0.301281 s]
/proc/loadavg: 0.92 0.98 0.99 2/77 23592
/proc/meminfo: memFree=1725256/2055920 swapFree=4169724/4192956
[pid=23592] ppid=23590 vsize=2132 CPUtime=0.29
/proc/23592/stat : 23592 (minimarch_fixed) R 23590 23592 22852 0 -1 4194304 203 0 0 0 29 0 0 0 20 0 1 0 211225702 2183168 188 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134551281 0 0 4096 3 0 0 0 17 1 0 0
/proc/23592/statm: 533 188 67 132 0 398 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 2132

[startup+0.701314 s]
/proc/loadavg: 0.92 0.98 0.99 2/77 23592
/proc/meminfo: memFree=1725256/2055920 swapFree=4169724/4192956
[pid=23592] ppid=23590 vsize=2132 CPUtime=0.69
/proc/23592/stat : 23592 (minimarch_fixed) R 23590 23592 22852 0 -1 4194304 221 0 0 0 69 0 0 0 23 0 1 0 211225702 2183168 206 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134631251 0 0 4096 3 0 0 0 17 1 0 0
/proc/23592/statm: 533 206 67 132 0 398 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 2132

[startup+1.50138 s]
/proc/loadavg: 0.92 0.98 0.99 2/78 23593
/proc/meminfo: memFree=1724608/2055920 swapFree=4169724/4192956
[pid=23592] ppid=23590 vsize=2264 CPUtime=1.49
/proc/23592/stat : 23592 (minimarch_fixed) R 23590 23592 22852 0 -1 4194304 256 0 0 0 149 0 0 0 25 0 1 0 211225702 2318336 241 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134551227 0 0 4096 3 0 0 0 17 1 0 0
/proc/23592/statm: 566 241 67 132 0 431 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 2264

[startup+3.10152 s]
/proc/loadavg: 0.92 0.98 0.99 2/78 23593
/proc/meminfo: memFree=1724352/2055920 swapFree=4169724/4192956
[pid=23592] ppid=23590 vsize=2396 CPUtime=3.09
/proc/23592/stat : 23592 (minimarch_fixed) R 23590 23592 22852 0 -1 4194304 295 0 0 0 309 0 0 0 25 0 1 0 211225702 2453504 280 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134551725 0 0 4096 3 0 0 0 17 1 0 0
/proc/23592/statm: 599 280 67 132 0 464 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 2396

[startup+6.3018 s]
/proc/loadavg: 0.93 0.98 0.99 2/78 23593
/proc/meminfo: memFree=1723968/2055920 swapFree=4169724/4192956
[pid=23592] ppid=23590 vsize=2528 CPUtime=6.29
/proc/23592/stat : 23592 (minimarch_fixed) R 23590 23592 22852 0 -1 4194304 329 0 0 0 629 0 0 0 25 0 1 0 211225702 2588672 314 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134551358 0 0 4096 3 0 0 0 17 1 0 0
/proc/23592/statm: 632 314 67 132 0 497 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 2528

[startup+12.7014 s]
/proc/loadavg: 0.93 0.98 0.99 2/78 23593
/proc/meminfo: memFree=1723712/2055920 swapFree=4169724/4192956
[pid=23592] ppid=23590 vsize=2792 CPUtime=12.69
/proc/23592/stat : 23592 (minimarch_fixed) R 23590 23592 22852 0 -1 4194304 387 0 0 0 1269 0 0 0 25 0 1 0 211225702 2859008 372 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134557549 0 0 4096 3 0 0 0 17 1 0 0
/proc/23592/statm: 698 372 67 132 0 563 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 2792

[startup+25.5025 s]
/proc/loadavg: 0.95 0.98 0.99 2/78 23593
/proc/meminfo: memFree=1723456/2055920 swapFree=4169724/4192956
[pid=23592] ppid=23590 vsize=3056 CPUtime=25.48
/proc/23592/stat : 23592 (minimarch_fixed) R 23590 23592 22852 0 -1 4194304 457 0 0 0 2548 0 0 0 25 0 1 0 211225702 3129344 442 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134551296 0 0 4096 3 0 0 0 17 1 0 0
/proc/23592/statm: 764 442 67 132 0 629 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 3056

[startup+51.1027 s]
/proc/loadavg: 1.04 1.00 1.00 2/78 23593
/proc/meminfo: memFree=1723136/2055920 swapFree=4169724/4192956
[pid=23592] ppid=23590 vsize=3460 CPUtime=51.08
/proc/23592/stat : 23592 (minimarch_fixed) R 23590 23592 22852 0 -1 4194304 534 0 0 0 5107 1 0 0 25 0 1 0 211225702 3543040 519 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134551296 0 0 4096 3 0 0 0 17 1 0 0
/proc/23592/statm: 865 519 67 132 0 730 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 3460

[startup+102.306 s]
/proc/loadavg: 1.02 1.00 1.00 2/78 23593
/proc/meminfo: memFree=1722752/2055920 swapFree=4169724/4192956
[pid=23592] ppid=23590 vsize=3720 CPUtime=102.27
/proc/23592/stat : 23592 (minimarch_fixed) R 23590 23592 22852 0 -1 4194304 626 0 0 0 10226 1 0 0 25 0 1 0 211225702 3809280 611 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134553230 0 0 4096 3 0 0 0 17 1 0 0
/proc/23592/statm: 930 611 67 132 0 795 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 3720

[startup+162.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 23593
/proc/meminfo: memFree=1722368/2055920 swapFree=4169724/4192956
[pid=23592] ppid=23590 vsize=4116 CPUtime=162.25
/proc/23592/stat : 23592 (minimarch_fixed) R 23590 23592 22852 0 -1 4194304 712 0 0 0 16224 1 0 0 25 0 1 0 211225702 4214784 697 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134551374 0 0 4096 3 0 0 0 17 1 0 0
/proc/23592/statm: 1029 697 67 132 0 894 0
Current children cumulated CPU time (s) 162.25
Current children cumulated vsize (KiB) 4116

[startup+222.303 s]
/proc/loadavg: 1.03 1.01 1.00 2/78 23593
/proc/meminfo: memFree=1722176/2055920 swapFree=4169724/4192956
[pid=23592] ppid=23590 vsize=4248 CPUtime=222.23
/proc/23592/stat : 23592 (minimarch_fixed) R 23590 23592 22852 0 -1 4194304 761 0 0 0 22222 1 0 0 25 0 1 0 211225702 4349952 746 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134551383 0 0 4096 3 0 0 0 17 1 0 0
/proc/23592/statm: 1062 746 67 132 0 927 0
Current children cumulated CPU time (s) 222.23
Current children cumulated vsize (KiB) 4248

[startup+282.303 s]
/proc/loadavg: 1.01 1.01 1.00 2/78 23593
/proc/meminfo: memFree=1721984/2055920 swapFree=4169724/4192956
[pid=23592] ppid=23590 vsize=4520 CPUtime=282.22
/proc/23592/stat : 23592 (minimarch_fixed) R 23590 23592 22852 0 -1 4194304 813 0 0 0 28221 1 0 0 25 0 1 0 211225702 4628480 798 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134551719 0 0 4096 3 0 0 0 17 1 0 0
/proc/23592/statm: 1130 798 67 132 0 995 0
Current children cumulated CPU time (s) 282.22
Current children cumulated vsize (KiB) 4520

[startup+342.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 23593
/proc/meminfo: memFree=1721856/2055920 swapFree=4169724/4192956
[pid=23592] ppid=23590 vsize=4660 CPUtime=342.2
/proc/23592/stat : 23592 (minimarch_fixed) R 23590 23592 22852 0 -1 4194304 841 0 0 0 34219 1 0 0 25 0 1 0 211225702 4771840 826 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134551386 0 0 4096 3 0 0 0 17 1 0 0
/proc/23592/statm: 1165 826 67 132 0 1030 0
Current children cumulated CPU time (s) 342.2
Current children cumulated vsize (KiB) 4660

[startup+402.301 s]
/proc/loadavg: 1.05 1.01 1.00 2/78 23593
/proc/meminfo: memFree=1721728/2055920 swapFree=4169724/4192956
[pid=23592] ppid=23590 vsize=4800 CPUtime=402.19
/proc/23592/stat : 23592 (minimarch_fixed) R 23590 23592 22852 0 -1 4194304 867 0 0 0 40217 2 0 0 25 0 1 0 211225702 4915200 852 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134551266 0 0 4096 3 0 0 0 17 1 0 0
/proc/23592/statm: 1200 852 67 132 0 1065 0
Current children cumulated CPU time (s) 402.19
Current children cumulated vsize (KiB) 4800

[startup+462.301 s]
/proc/loadavg: 1.07 1.02 1.00 2/78 23593
/proc/meminfo: memFree=1721792/2055920 swapFree=4169724/4192956
[pid=23592] ppid=23590 vsize=4800 CPUtime=462.17
/proc/23592/stat : 23592 (minimarch_fixed) R 23590 23592 22852 0 -1 4194304 881 0 0 0 46215 2 0 0 25 0 1 0 211225702 4915200 866 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134551334 0 0 4096 3 0 0 0 17 1 0 0
/proc/23592/statm: 1200 866 67 132 0 1065 0
Current children cumulated CPU time (s) 462.17
Current children cumulated vsize (KiB) 4800

[startup+522.302 s]
/proc/loadavg: 1.08 1.03 1.00 2/78 23593
/proc/meminfo: memFree=1721664/2055920 swapFree=4169724/4192956
[pid=23592] ppid=23590 vsize=4944 CPUtime=522.15
/proc/23592/stat : 23592 (minimarch_fixed) R 23590 23592 22852 0 -1 4194304 901 0 0 0 52213 2 0 0 25 0 1 0 211225702 5062656 886 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134551358 0 0 4096 3 0 0 0 17 1 0 0
/proc/23592/statm: 1236 886 67 132 0 1101 0
Current children cumulated CPU time (s) 522.15
Current children cumulated vsize (KiB) 4944

[startup+582.302 s]
/proc/loadavg: 1.08 1.04 1.00 2/78 23593
/proc/meminfo: memFree=1721536/2055920 swapFree=4169724/4192956
[pid=23592] ppid=23590 vsize=5084 CPUtime=582.13
/proc/23592/stat : 23592 (minimarch_fixed) R 23590 23592 22852 0 -1 4194304 941 0 0 0 58211 2 0 0 25 0 1 0 211225702 5206016 926 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134551216 0 0 4096 3 0 0 0 17 1 0 0
/proc/23592/statm: 1271 926 67 132 0 1136 0
Current children cumulated CPU time (s) 582.13
Current children cumulated vsize (KiB) 5084

[startup+642.301 s]
/proc/loadavg: 1.08 1.04 1.00 2/78 23593
/proc/meminfo: memFree=1721408/2055920 swapFree=4169724/4192956
[pid=23592] ppid=23590 vsize=5232 CPUtime=642.12
/proc/23592/stat : 23592 (minimarch_fixed) R 23590 23592 22852 0 -1 4194304 978 0 0 0 64210 2 0 0 25 0 1 0 211225702 5357568 963 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134558455 0 0 4096 3 0 0 0 17 1 0 0
/proc/23592/statm: 1308 963 67 132 0 1173 0
Current children cumulated CPU time (s) 642.12
Current children cumulated vsize (KiB) 5232

[startup+702.301 s]
/proc/loadavg: 1.03 1.03 1.00 2/78 23593
/proc/meminfo: memFree=1721344/2055920 swapFree=4169724/4192956
[pid=23592] ppid=23590 vsize=5232 CPUtime=702.11
/proc/23592/stat : 23592 (minimarch_fixed) R 23590 23592 22852 0 -1 4194304 997 0 0 0 70208 3 0 0 25 0 1 0 211225702 5357568 982 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134551762 0 0 4096 3 0 0 0 17 1 0 0
/proc/23592/statm: 1308 982 67 132 0 1173 0
Current children cumulated CPU time (s) 702.11
Current children cumulated vsize (KiB) 5232

[startup+762.306 s]
/proc/loadavg: 1.01 1.02 1.00 2/78 23593
/proc/meminfo: memFree=1721216/2055920 swapFree=4169724/4192956
[pid=23592] ppid=23590 vsize=5380 CPUtime=762.09
/proc/23592/stat : 23592 (minimarch_fixed) R 23590 23592 22852 0 -1 4194304 1017 0 0 0 76206 3 0 0 25 0 1 0 211225702 5509120 1002 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134556422 0 0 4096 3 0 0 0 17 1 0 0
/proc/23592/statm: 1345 1002 67 132 0 1210 0
Current children cumulated CPU time (s) 762.09
Current children cumulated vsize (KiB) 5380

[startup+822.302 s]
/proc/loadavg: 1.08 1.04 1.01 2/78 23593
/proc/meminfo: memFree=1721152/2055920 swapFree=4169724/4192956
[pid=23592] ppid=23590 vsize=5380 CPUtime=822.07
/proc/23592/stat : 23592 (minimarch_fixed) R 23590 23592 22852 0 -1 4194304 1031 0 0 0 82204 3 0 0 25 0 1 0 211225702 5509120 1016 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134551365 0 0 4096 3 0 0 0 17 1 0 0
/proc/23592/statm: 1345 1016 67 132 0 1210 0
Current children cumulated CPU time (s) 822.07
Current children cumulated vsize (KiB) 5380

[startup+882.302 s]
/proc/loadavg: 1.03 1.03 1.00 2/78 23593
/proc/meminfo: memFree=1721088/2055920 swapFree=4169724/4192956
[pid=23592] ppid=23590 vsize=5528 CPUtime=882.06
/proc/23592/stat : 23592 (minimarch_fixed) R 23590 23592 22852 0 -1 4194304 1061 0 0 0 88202 4 0 0 25 0 1 0 211225702 5660672 1046 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134551334 0 0 4096 3 0 0 0 17 1 0 0
/proc/23592/statm: 1382 1046 67 132 0 1247 0
Current children cumulated CPU time (s) 882.06
Current children cumulated vsize (KiB) 5528

[startup+942.301 s]
/proc/loadavg: 1.01 1.02 1.00 2/78 23593
/proc/meminfo: memFree=1721024/2055920 swapFree=4169724/4192956
[pid=23592] ppid=23590 vsize=5676 CPUtime=942.04
/proc/23592/stat : 23592 (minimarch_fixed) R 23590 23592 22852 0 -1 4194304 1072 0 0 0 94200 4 0 0 25 0 1 0 211225702 5812224 1057 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134557335 0 0 4096 3 0 0 0 17 1 0 0
/proc/23592/statm: 1419 1057 67 132 0 1284 0
Current children cumulated CPU time (s) 942.04
Current children cumulated vsize (KiB) 5676

[startup+1002.3 s]
/proc/loadavg: 1.00 1.01 1.00 2/78 23593
/proc/meminfo: memFree=1720960/2055920 swapFree=4169724/4192956
[pid=23592] ppid=23590 vsize=5676 CPUtime=1002.02
/proc/23592/stat : 23592 (minimarch_fixed) R 23590 23592 22852 0 -1 4194304 1085 0 0 0 100198 4 0 0 25 0 1 0 211225702 5812224 1070 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134551386 0 0 4096 3 0 0 0 17 1 0 0
/proc/23592/statm: 1419 1070 67 132 0 1284 0
Current children cumulated CPU time (s) 1002.02
Current children cumulated vsize (KiB) 5676

[startup+1062.3 s]
/proc/loadavg: 1.05 1.03 1.00 2/78 23593
/proc/meminfo: memFree=1720896/2055920 swapFree=4169724/4192956
[pid=23592] ppid=23590 vsize=5676 CPUtime=1062.01
/proc/23592/stat : 23592 (minimarch_fixed) R 23590 23592 22852 0 -1 4194304 1100 0 0 0 106196 5 0 0 25 0 1 0 211225702 5812224 1085 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134551331 0 0 4096 3 0 0 0 17 1 0 0
/proc/23592/statm: 1419 1085 67 132 0 1284 0
Current children cumulated CPU time (s) 1062.01
Current children cumulated vsize (KiB) 5676

[startup+1122.3 s]
/proc/loadavg: 1.06 1.03 1.00 2/78 23593
/proc/meminfo: memFree=1720896/2055920 swapFree=4169724/4192956
[pid=23592] ppid=23590 vsize=5824 CPUtime=1121.99
/proc/23592/stat : 23592 (minimarch_fixed) R 23590 23592 22852 0 -1 4194304 1115 0 0 0 112194 5 0 0 25 0 1 0 211225702 5963776 1100 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134552500 0 0 4096 3 0 0 0 17 1 0 0
/proc/23592/statm: 1456 1100 67 132 0 1321 0
Current children cumulated CPU time (s) 1121.99
Current children cumulated vsize (KiB) 5824

[startup+1182.3 s]
/proc/loadavg: 1.10 1.05 1.01 2/78 23593
/proc/meminfo: memFree=1720768/2055920 swapFree=4169724/4192956
[pid=23592] ppid=23590 vsize=5824 CPUtime=1181.97
/proc/23592/stat : 23592 (minimarch_fixed) R 23590 23592 22852 0 -1 4194304 1125 0 0 0 118192 5 0 0 25 0 1 0 211225702 5963776 1110 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134551287 0 0 4096 3 0 0 0 17 1 0 0
/proc/23592/statm: 1456 1110 67 132 0 1321 0
Current children cumulated CPU time (s) 1181.97
Current children cumulated vsize (KiB) 5824



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.4 s]
/proc/loadavg: 1.07 1.05 1.00 2/78 23593
/proc/meminfo: memFree=1720768/2055920 swapFree=4169724/4192956
[pid=23592] ppid=23590 vsize=5824 CPUtime=1200.08
/proc/23592/stat : 23592 (minimarch_fixed) R 23590 23592 22852 0 -1 4194304 1129 0 0 0 120002 6 0 0 25 0 1 0 211225702 5963776 1114 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134551358 0 0 4096 3 0 0 0 17 1 0 0
/proc/23592/statm: 1456 1114 67 132 0 1321 0
Current children cumulated CPU time (s) 1200.08
Current children cumulated vsize (KiB) 5824

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.09
CPU user time (s): 1200.02
CPU system time (s): 0.06199
CPU usage (%): 99.9732
Max. virtual memory (cumulated for all children) (KiB): 5824

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

runsolver used 0.932858 second user time and 2.54161 second system time

The end

Launcher Data (download as text)

Begin job on node41 on Fri Apr 27 00:18:58 UTC 2007

IDJOB= 427237
IDBENCH= 19874
IDSOLVER= 198
FILE ID= node41/427237-1177633138

PBS_JOBID= 4697235

Free space on /tmp= 66396 MiB

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

META MD5SUM SOLVER= 08d902191c06ef4f82d57c2f2b6a82c2
MD5SUM BENCH=  45b9d25ea20b930c4376024c10f0fe19

RANDOM SEED= 348108542

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB

Linux node41.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.232
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.232
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:       1725728 kB
Buffers:         44900 kB
Cached:         197324 kB
SwapCached:       2440 kB
Active:         174580 kB
Inactive:        91092 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1725728 kB
SwapTotal:     4192956 kB
SwapFree:      4169724 kB
Dirty:            2996 kB
Writeback:           0 kB
Mapped:          31572 kB
Slab:            49820 kB
Committed_AS:  3502768 kB
PageTables:       2008 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= 66396 MiB

End job on node41 on Fri Apr 27 00:39:01 UTC 2007