Trace number 1806760

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. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock 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
minisat2-simp 070721? (TO) 1200.14 1200.47

General information on the benchmark

NameCRAFTED/edgematching/
fbcolors/em_12_2_4_fbc.cnf
MD5SUM9fee570f53de23cb47dfa378d421371e
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables12584
Number of clauses202912
Sum of the clauses size618320
Maximum clause length100
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 264604
Number of clauses of size 3103200
Number of clauses of size 417828
Number of clauses of size 517000
Number of clauses of size over 5280

Solver Data

0.00/0.00	This is 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:  12584                                                |
0.00/0.00	|  Number of clauses:    202912                                               |
0.09/0.19	|  Parsing time:         0.17         s                                       |
0.59/0.67	============================[ Search Statistics ]==============================
0.59/0.67	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
0.59/0.67	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
0.59/0.67	===============================================================================
0.59/0.67	|         0 |   12534   194023   591759 |    64674        0    nan |  0.000 % |
0.69/0.70	|       101 |   12534   194023   591759 |    71141      101    471 |  0.000 % |
0.69/0.77	|       252 |   12534   194023   591759 |    78255      252    258 |  0.000 % |
0.89/0.91	|       477 |   12534   194023   591759 |    86081      477    171 |  0.000 % |
1.09/1.12	|       815 |   12534   194023   591759 |    94689      815    170 |  0.000 % |
1.49/1.54	|      1321 |   12534   194023   591759 |   104158     1321    144 |  0.000 % |
2.09/2.14	|      2080 |   12534   194023   591759 |   114574     2080    129 |  0.000 % |
3.29/3.31	|      3219 |   12534   194023   591759 |   126031     3219    114 |  0.000 % |
4.69/4.72	|      4928 |   12534   194023   591759 |   138635     4928    114 |  0.000 % |
6.69/6.76	|      7490 |   12534   194023   591759 |   152498     7490    123 |  0.000 % |
10.29/10.30	|     11334 |   12534   194023   591759 |   167748    11334    136 |  0.000 % |
15.19/15.21	|     17100 |   12534   194023   591759 |   184523    17100    157 |  0.000 % |
23.28/23.39	|     25753 |   12534   194023   591759 |   202975    25753    213 |  0.000 % |
39.98/40.00	|     38727 |   12534   194023   591759 |   223273    38727    206 |  0.000 % |
67.87/67.95	|     58188 |   12534   194023   591759 |   245600    58188    235 |  0.000 % |
126.55/126.68	|     87381 |   12534   194023   591759 |   270160    87381    227 |  0.000 % |
234.33/234.47	|    131174 |   12534   194023   591759 |   297176   131174    242 |  0.000 % |
460.76/460.90	|    196858 |   12534   194023   591759 |   326894   196858    275 |  0.000 % |
965.22/965.60	|    295384 |   12534   194023   591759 |   359583   295384    276 |  0.000 % |

Verifier Data

ERROR: Unexpected answer ! (SATISFIABLE/UNSATISFIABLE expected)
Got answer: <no 's ' line found>

Watcher Data

runsolver version 3.2.9 (svn:492) (c) roussel@cril.univ-artois.fr

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-1806760-1242152094/watcher-1806760-1242152094 -o /tmp/evaluation-result-1806760-1242152094/solver-1806760-1242152094 -C 1200 -W 1800 -M 1800 minisat_static HOME/instance-1806760-1242152094.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): 1800 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
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.00 1.00 0.98 3/65 26837
/proc/meminfo: memFree=1701584/2055920 swapFree=4179792/4192956
[pid=26837] ppid=26835 vsize=2844 CPUtime=0
/proc/26837/stat : 26837 (minisat_static) R 26835 26837 26393 0 -1 4194304 548 0 0 0 0 0 0 0 18 0 1 0 243237155 2912256 533 1992294400 134512640 135243866 4294956256 18446744073709551615 134764927 0 0 4096 3 0 0 0 17 1 0 0
/proc/26837/statm: 711 540 62 178 0 531 0

[startup+0.00868404 s]
/proc/loadavg: 1.00 1.00 0.98 3/65 26837
/proc/meminfo: memFree=1701584/2055920 swapFree=4179792/4192956
[pid=26837] ppid=26835 vsize=3260 CPUtime=0
/proc/26837/stat : 26837 (minisat_static) R 26835 26837 26393 0 -1 4194304 719 0 0 0 0 0 0 0 18 0 1 0 243237155 3338240 680 1992294400 134512640 135243866 4294956256 18446744073709551615 134538736 0 0 4096 3 0 0 0 17 1 0 0
/proc/26837/statm: 815 680 65 178 0 635 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 3260

[startup+0.101693 s]
/proc/loadavg: 1.00 1.00 0.98 3/65 26837
/proc/meminfo: memFree=1701584/2055920 swapFree=4179792/4192956
[pid=26837] ppid=26835 vsize=9800 CPUtime=0.09
/proc/26837/stat : 26837 (minisat_static) R 26835 26837 26393 0 -1 4194304 2210 0 0 0 9 0 0 0 18 0 1 0 243237155 10035200 2171 1992294400 134512640 135243866 4294956256 18446744073709551615 134748230 0 0 4096 3 0 0 0 17 1 0 0
/proc/26837/statm: 2450 2172 65 178 0 2270 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9800

[startup+0.301711 s]
/proc/loadavg: 1.00 1.00 0.98 3/65 26837
/proc/meminfo: memFree=1701584/2055920 swapFree=4179792/4192956
[pid=26837] ppid=26835 vsize=15480 CPUtime=0.29
/proc/26837/stat : 26837 (minisat_static) R 26835 26837 26393 0 -1 4194304 3716 0 0 0 28 1 0 0 19 0 1 0 243237155 15851520 3677 1992294400 134512640 135243866 4294956256 18446744073709551615 134536663 0 0 4096 3 0 0 0 17 1 0 0
/proc/26837/statm: 3870 3677 79 178 0 3690 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 15480

[startup+0.70175 s]
/proc/loadavg: 1.00 1.00 0.98 3/65 26837
/proc/meminfo: memFree=1701584/2055920 swapFree=4179792/4192956
[pid=26837] ppid=26835 vsize=14584 CPUtime=0.69
/proc/26837/stat : 26837 (minisat_static) R 26835 26837 26393 0 -1 4194304 3931 0 0 0 68 1 0 0 22 0 1 0 243237155 14934016 3465 1992294400 134512640 135243866 4294956256 18446744073709551615 134555920 0 0 4096 3 0 0 0 17 1 0 0
/proc/26837/statm: 3646 3465 83 178 0 3466 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 14584

[startup+1.50183 s]
/proc/loadavg: 1.00 1.00 0.98 2/66 26838
/proc/meminfo: memFree=1687816/2055920 swapFree=4179792/4192956
[pid=26837] ppid=26835 vsize=14584 CPUtime=1.49
/proc/26837/stat : 26837 (minisat_static) R 26835 26837 26393 0 -1 4194304 3936 0 0 0 148 1 0 0 25 0 1 0 243237155 14934016 3470 1992294400 134512640 135243866 4294956256 18446744073709551615 134567865 0 0 4096 3 0 0 0 17 1 0 0
/proc/26837/statm: 3646 3470 88 178 0 3466 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 14584

[startup+3.10198 s]
/proc/loadavg: 1.00 1.00 0.98 2/66 26838
/proc/meminfo: memFree=1687688/2055920 swapFree=4179792/4192956
[pid=26837] ppid=26835 vsize=14584 CPUtime=3.09
/proc/26837/stat : 26837 (minisat_static) R 26835 26837 26393 0 -1 4194304 3936 0 0 0 308 1 0 0 25 0 1 0 243237155 14934016 3470 1992294400 134512640 135243866 4294956256 18446744073709551615 134559505 0 0 4096 3 0 0 0 17 1 0 0
/proc/26837/statm: 3646 3470 88 178 0 3466 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 14584

[startup+6.30129 s]
/proc/loadavg: 1.00 1.00 0.98 2/66 26838
/proc/meminfo: memFree=1686472/2055920 swapFree=4179792/4192956
[pid=26837] ppid=26835 vsize=16168 CPUtime=6.29
/proc/26837/stat : 26837 (minisat_static) R 26835 26837 26393 0 -1 4194304 4338 0 0 0 627 2 0 0 25 0 1 0 243237155 16556032 3872 1992294400 134512640 135243866 4294956256 18446744073709551615 134555808 0 0 4096 3 0 0 0 17 1 0 0
/proc/26837/statm: 4042 3872 88 178 0 3862 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 16168

[startup+12.7019 s]
/proc/loadavg: 1.00 1.00 0.98 2/66 26838
/proc/meminfo: memFree=1681096/2055920 swapFree=4179792/4192956
[pid=26837] ppid=26835 vsize=21772 CPUtime=12.69
/proc/26837/stat : 26837 (minisat_static) R 26835 26837 26393 0 -1 4194304 5732 0 0 0 1266 3 0 0 25 0 1 0 243237155 22294528 5266 1992294400 134512640 135243866 4294956256 18446744073709551615 134559583 0 0 4096 3 0 0 0 17 1 0 0
/proc/26837/statm: 5443 5266 88 178 0 5263 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 21772

[startup+25.5012 s]
/proc/loadavg: 1.00 1.00 0.98 2/66 26838
/proc/meminfo: memFree=1664136/2055920 swapFree=4179792/4192956
[pid=26837] ppid=26835 vsize=38332 CPUtime=25.48
/proc/26837/stat : 26837 (minisat_static) R 26835 26837 26393 0 -1 4194304 9855 0 0 0 2543 5 0 0 25 0 1 0 243237155 39251968 9389 1992294400 134512640 135243866 4294956256 18446744073709551615 134555680 0 0 4096 3 0 0 0 17 1 0 0
/proc/26837/statm: 9583 9389 88 178 0 9403 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 38332

[startup+51.1017 s]
/proc/loadavg: 1.00 1.00 0.98 2/66 26838
/proc/meminfo: memFree=1642248/2055920 swapFree=4179792/4192956
[pid=26837] ppid=26835 vsize=60236 CPUtime=51.07
/proc/26837/stat : 26837 (minisat_static) R 26835 26837 26393 0 -1 4194304 15328 0 0 0 5098 9 0 0 25 0 1 0 243237155 61681664 14862 1992294400 134512640 135243866 4294956256 18446744073709551615 134555920 0 0 4096 3 0 0 0 17 1 0 0
/proc/26837/statm: 15059 14862 88 178 0 14879 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 60236

[startup+102.306 s]
/proc/loadavg: 1.00 1.00 0.98 2/66 26838
/proc/meminfo: memFree=1613064/2055920 swapFree=4179792/4192956
[pid=26837] ppid=26835 vsize=89204 CPUtime=102.26
/proc/26837/stat : 26837 (minisat_static) R 26835 26837 26393 0 -1 4194304 22580 0 0 0 10212 14 0 0 25 0 1 0 243237155 91344896 22114 1992294400 134512640 135243866 4294956256 18446744073709551615 134568361 0 0 4096 3 0 0 0 17 1 0 0
/proc/26837/statm: 22301 22114 88 178 0 22121 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 89204

[startup+162.301 s]
/proc/loadavg: 1.00 1.00 0.98 2/66 26838
/proc/meminfo: memFree=1582024/2055920 swapFree=4179792/4192956
[pid=26837] ppid=26835 vsize=120436 CPUtime=162.24
/proc/26837/stat : 26837 (minisat_static) R 26835 26837 26393 0 -1 4194304 30353 0 0 0 16204 20 0 0 25 0 1 0 243237155 123326464 29887 1992294400 134512640 135243866 4294956256 18446744073709551615 134555920 0 0 4096 3 0 0 0 17 1 0 0
/proc/26837/statm: 30109 29887 88 178 0 29929 0
Current children cumulated CPU time (s) 162.24
Current children cumulated vsize (KiB) 120436

[startup+222.301 s]
/proc/loadavg: 1.00 1.00 0.98 2/66 26838
/proc/meminfo: memFree=1558344/2055920 swapFree=4179792/4192956
[pid=26837] ppid=26835 vsize=144360 CPUtime=222.23
/proc/26837/stat : 26837 (minisat_static) R 26835 26837 26393 0 -1 4194304 36355 0 0 0 22197 26 0 0 25 0 1 0 243237155 147824640 35889 1992294400 134512640 135243866 4294956256 18446744073709551615 134555920 0 0 4096 3 0 0 0 17 1 0 0
/proc/26837/statm: 36090 35889 88 178 0 35910 0
Current children cumulated CPU time (s) 222.23
Current children cumulated vsize (KiB) 144360

[startup+282.301 s]
/proc/loadavg: 1.00 1.00 0.98 2/66 26838
/proc/meminfo: memFree=1513672/2055920 swapFree=4179792/4192956
[pid=26837] ppid=26835 vsize=188528 CPUtime=282.21
/proc/26837/stat : 26837 (minisat_static) R 26835 26837 26393 0 -1 4194304 47367 0 0 0 28188 33 0 0 25 0 1 0 243237155 193052672 46901 1992294400 134512640 135243866 4294956256 18446744073709551615 134555920 0 0 4096 3 0 0 0 17 1 0 0
/proc/26837/statm: 47132 46901 88 178 0 46952 0
Current children cumulated CPU time (s) 282.21
Current children cumulated vsize (KiB) 188528

[startup+342.301 s]
/proc/loadavg: 1.00 1.00 0.98 2/66 26838
/proc/meminfo: memFree=1485512/2055920 swapFree=4179792/4192956
[pid=26837] ppid=26835 vsize=216652 CPUtime=342.2
/proc/26837/stat : 26837 (minisat_static) R 26835 26837 26393 0 -1 4194304 54395 0 0 0 34181 39 0 0 25 0 1 0 243237155 221851648 53929 1992294400 134512640 135243866 4294956256 18446744073709551615 134555740 0 0 4096 3 0 0 0 17 1 0 0
/proc/26837/statm: 54163 53929 88 178 0 53983 0
Current children cumulated CPU time (s) 342.2
Current children cumulated vsize (KiB) 216652

[startup+402.302 s]
/proc/loadavg: 1.00 1.00 0.98 2/66 26838
/proc/meminfo: memFree=1467016/2055920 swapFree=4179792/4192956
[pid=26837] ppid=26835 vsize=235248 CPUtime=402.18
/proc/26837/stat : 26837 (minisat_static) R 26835 26837 26393 0 -1 4194304 59070 0 0 0 40176 42 0 0 25 0 1 0 243237155 240893952 58604 1992294400 134512640 135243866 4294956256 18446744073709551615 134555869 0 0 4096 3 0 0 0 17 1 0 0
/proc/26837/statm: 58812 58604 88 178 0 58632 0
Current children cumulated CPU time (s) 402.18
Current children cumulated vsize (KiB) 235248

[startup+462.302 s]
/proc/loadavg: 1.00 1.00 0.98 2/66 26838
/proc/meminfo: memFree=1448328/2055920 swapFree=4179792/4192956
[pid=26837] ppid=26835 vsize=253568 CPUtime=462.15
/proc/26837/stat : 26837 (minisat_static) R 26835 26837 26393 0 -1 4194304 63672 0 0 0 46170 45 0 0 25 0 1 0 243237155 259653632 63206 1992294400 134512640 135243866 4294956256 18446744073709551615 134555920 0 0 4096 3 0 0 0 17 1 0 0
/proc/26837/statm: 63392 63206 88 178 0 63212 0
Current children cumulated CPU time (s) 462.15
Current children cumulated vsize (KiB) 253568

[startup+522.302 s]
/proc/loadavg: 1.00 1.00 0.98 2/66 26838
/proc/meminfo: memFree=1432456/2055920 swapFree=4179792/4192956
[pid=26837] ppid=26835 vsize=269780 CPUtime=522.14
/proc/26837/stat : 26837 (minisat_static) R 26835 26837 26393 0 -1 4194304 67627 0 0 0 52165 49 0 0 25 0 1 0 243237155 276254720 67161 1992294400 134512640 135243866 4294956256 18446744073709551615 134555808 0 0 4096 3 0 0 0 17 1 0 0
/proc/26837/statm: 67445 67161 88 178 0 67265 0
Current children cumulated CPU time (s) 522.14
Current children cumulated vsize (KiB) 269780

[startup+582.301 s]
/proc/loadavg: 1.00 1.00 0.98 2/66 26838
/proc/meminfo: memFree=1415240/2055920 swapFree=4179792/4192956
[pid=26837] ppid=26835 vsize=287064 CPUtime=582.12
/proc/26837/stat : 26837 (minisat_static) R 26835 26837 26393 0 -1 4194304 71933 0 0 0 58160 52 0 0 25 0 1 0 243237155 293953536 71467 1992294400 134512640 135243866 4294956256 18446744073709551615 134555813 0 0 4096 3 0 0 0 17 1 0 0
/proc/26837/statm: 71766 71467 88 178 0 71586 0
Current children cumulated CPU time (s) 582.12
Current children cumulated vsize (KiB) 287064

[startup+642.301 s]
/proc/loadavg: 1.04 1.01 0.99 2/66 26838
/proc/meminfo: memFree=1401288/2055920 swapFree=4179792/4192956
[pid=26837] ppid=26835 vsize=300900 CPUtime=642.11
/proc/26837/stat : 26837 (minisat_static) R 26835 26837 26393 0 -1 4194304 75397 0 0 0 64155 56 0 0 25 0 1 0 243237155 308121600 74931 1992294400 134512640 135243866 4294956256 18446744073709551615 134555920 0 0 4096 3 0 0 0 17 1 0 0
/proc/26837/statm: 75225 74931 88 178 0 75045 0
Current children cumulated CPU time (s) 642.11
Current children cumulated vsize (KiB) 300900

[startup+702.301 s]
/proc/loadavg: 1.05 1.02 1.00 2/66 26838
/proc/meminfo: memFree=1383112/2055920 swapFree=4179792/4192956
[pid=26837] ppid=26835 vsize=319104 CPUtime=702.09
/proc/26837/stat : 26837 (minisat_static) R 26835 26837 26393 0 -1 4194304 79959 0 0 0 70149 60 0 0 25 0 1 0 243237155 326762496 79493 1992294400 134512640 135243866 4294956256 18446744073709551615 134555829 0 0 4096 3 0 0 0 17 1 0 0
/proc/26837/statm: 79776 79493 88 178 0 79596 0
Current children cumulated CPU time (s) 702.09
Current children cumulated vsize (KiB) 319104

[startup+762.306 s]
/proc/loadavg: 1.13 1.05 1.01 2/66 26838
/proc/meminfo: memFree=1367624/2055920 swapFree=4179792/4192956
[pid=26837] ppid=26835 vsize=334248 CPUtime=762.08
/proc/26837/stat : 26837 (minisat_static) R 26835 26837 26393 0 -1 4194304 83761 0 0 0 76145 63 0 0 25 0 1 0 243237155 342269952 83295 1992294400 134512640 135243866 4294956256 18446744073709551615 134559487 0 0 4096 3 0 0 0 17 1 0 0
/proc/26837/statm: 83562 83295 88 178 0 83382 0
Current children cumulated CPU time (s) 762.08
Current children cumulated vsize (KiB) 334248

[startup+822.302 s]
/proc/loadavg: 1.16 1.07 1.01 2/66 26838
/proc/meminfo: memFree=1354184/2055920 swapFree=4179792/4192956
[pid=26837] ppid=26835 vsize=347640 CPUtime=822.06
/proc/26837/stat : 26837 (minisat_static) R 26835 26837 26393 0 -1 4194304 87118 0 0 0 82140 66 0 0 25 0 1 0 243237155 355983360 86652 1992294400 134512640 135243866 4294956256 18446744073709551615 134555822 0 0 4096 3 0 0 0 17 1 0 0
/proc/26837/statm: 86910 86652 88 178 0 86730 0
Current children cumulated CPU time (s) 822.06
Current children cumulated vsize (KiB) 347640

[startup+882.302 s]
/proc/loadavg: 1.06 1.05 1.00 2/66 26838
/proc/meminfo: memFree=1341960/2055920 swapFree=4179792/4192956
[pid=26837] ppid=26835 vsize=359740 CPUtime=882.04
/proc/26837/stat : 26837 (minisat_static) R 26835 26837 26393 0 -1 4194304 90136 0 0 0 88136 68 0 0 25 0 1 0 243237155 368373760 89670 1992294400 134512640 135243866 4294956256 18446744073709551615 134555829 0 0 4096 3 0 0 0 17 1 0 0
/proc/26837/statm: 89935 89670 88 178 0 89755 0
Current children cumulated CPU time (s) 882.04
Current children cumulated vsize (KiB) 359740

[startup+942.301 s]
/proc/loadavg: 1.02 1.04 1.00 2/66 26838
/proc/meminfo: memFree=1329928/2055920 swapFree=4179792/4192956
[pid=26837] ppid=26835 vsize=371972 CPUtime=942.03
/proc/26837/stat : 26837 (minisat_static) R 26835 26837 26393 0 -1 4194304 93188 0 0 0 94132 71 0 0 25 0 1 0 243237155 380899328 92722 1992294400 134512640 135243866 4294956256 18446744073709551615 134555804 0 0 4096 3 0 0 0 17 1 0 0
/proc/26837/statm: 92993 92722 88 178 0 92813 0
Current children cumulated CPU time (s) 942.03
Current children cumulated vsize (KiB) 371972

[startup+1002.3 s]
/proc/loadavg: 1.00 1.03 1.00 2/66 26838
/proc/meminfo: memFree=1310792/2055920 swapFree=4179792/4192956
[pid=26837] ppid=26835 vsize=390836 CPUtime=1002.01
/proc/26837/stat : 26837 (minisat_static) R 26835 26837 26393 0 -1 4194304 97908 0 0 0 100125 76 0 0 25 0 1 0 243237155 400216064 97442 1992294400 134512640 135243866 4294956256 18446744073709551615 134555920 0 0 4096 3 0 0 0 17 1 0 0
/proc/26837/statm: 97709 97442 88 178 0 97529 0
Current children cumulated CPU time (s) 1002.01
Current children cumulated vsize (KiB) 390836

[startup+1062.3 s]
/proc/loadavg: 1.00 1.02 1.00 2/66 26838
/proc/meminfo: memFree=1295624/2055920 swapFree=4179792/4192956
[pid=26837] ppid=26835 vsize=406560 CPUtime=1061.99
/proc/26837/stat : 26837 (minisat_static) R 26835 26837 26393 0 -1 4194304 101707 0 0 0 106120 79 0 0 25 0 1 0 243237155 416317440 101241 1992294400 134512640 135243866 4294956256 18446744073709551615 134555629 0 0 4096 3 0 0 0 17 1 0 0
/proc/26837/statm: 101640 101241 88 178 0 101460 0
Current children cumulated CPU time (s) 1061.99
Current children cumulated vsize (KiB) 406560

[startup+1122.3 s]
/proc/loadavg: 1.00 1.02 1.00 2/66 26838
/proc/meminfo: memFree=1281224/2055920 swapFree=4179792/4192956
[pid=26837] ppid=26835 vsize=420748 CPUtime=1121.98
/proc/26837/stat : 26837 (minisat_static) R 26835 26837 26393 0 -1 4194304 105270 0 0 0 112116 82 0 0 25 0 1 0 243237155 430845952 104804 1992294400 134512640 135243866 4294956256 18446744073709551615 134559604 0 0 4096 3 0 0 0 17 1 0 0
/proc/26837/statm: 105187 104804 88 178 0 105007 0
Current children cumulated CPU time (s) 1121.98
Current children cumulated vsize (KiB) 420748

[startup+1182.3 s]
/proc/loadavg: 1.00 1.01 1.00 2/66 26838
/proc/meminfo: memFree=1268936/2055920 swapFree=4179792/4192956
[pid=26837] ppid=26835 vsize=433204 CPUtime=1181.95
/proc/26837/stat : 26837 (minisat_static) R 26835 26837 26393 0 -1 4194304 108377 0 0 0 118110 85 0 0 25 0 1 0 243237155 443600896 107911 1992294400 134512640 135243866 4294956256 18446744073709551615 134555920 0 0 4096 3 0 0 0 17 1 0 0
/proc/26837/statm: 108301 107911 88 178 0 108121 0
Current children cumulated CPU time (s) 1181.95
Current children cumulated vsize (KiB) 433204



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.4 s]
/proc/loadavg: 1.00 1.01 1.00 2/66 26838
/proc/meminfo: memFree=1263368/2055920 swapFree=4179792/4192956
[pid=26837] ppid=26835 vsize=438512 CPUtime=1200.06
/proc/26837/stat : 26837 (minisat_static) R 26835 26837 26393 0 -1 4194304 109705 0 0 0 119919 87 0 0 25 0 1 0 243237155 449036288 109239 1992294400 134512640 135243866 4294956256 18446744073709551615 134555920 0 0 4096 3 0 0 0 17 1 0 0
/proc/26837/statm: 109628 109239 88 178 0 109448 0
Current children cumulated CPU time (s) 1200.06
Current children cumulated vsize (KiB) 438512

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.47
CPU time (s): 1200.14
CPU user time (s): 1199.19
CPU system time (s): 0.941856
CPU usage (%): 99.972
Max. virtual memory (cumulated for all children) (KiB): 438512

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1199.19
system time used= 0.941856
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 109705
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= 2
involuntary context switches= 2966

runsolver used 1.3388 second user time and 2.67859 second system time

The end

Launcher Data

Begin job on node56 at 2009-05-12 20:14:54
IDJOB=1806760
IDBENCH=70936
IDSOLVER=568
FILE ID=node56/1806760-1242152094
PBS_JOBID= 9289668
Free space on /tmp= 102972 MiB

SOLVER NAME= minisat2-simp 070721
BENCH NAME= SAT09/CRAFTED/edgematching/fbcolors/em_12_2_4_fbc.cnf
COMMAND LINE= minisat_static BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1806760-1242152094/watcher-1806760-1242152094 -o /tmp/evaluation-result-1806760-1242152094/solver-1806760-1242152094 -C 1200 -W 1800 -M 1800  minisat_static HOME/instance-1806760-1242152094.cnf

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB
MAX NB THREAD= 0

MD5SUM BENCH= 9fee570f53de23cb47dfa378d421371e
RANDOM SEED=1864164508

node56.alineos.net Linux 2.6.9-22.EL.rootsmp #1 SMP Mon Oct 3 08:59:52 CEST 2005

/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.218
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.218
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:       1702064 kB
Buffers:         44728 kB
Cached:         233284 kB
SwapCached:       7316 kB
Active:          79236 kB
Inactive:       208008 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1702064 kB
SwapTotal:     4192956 kB
SwapFree:      4179792 kB
Dirty:            4972 kB
Writeback:           0 kB
Mapped:          14544 kB
Slab:            52516 kB
Committed_AS:   807976 kB
PageTables:       1472 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= 102972 MiB
End job on node56 at 2009-05-12 20:34:57