Trace number 1562125

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
VARSAT-crafted 2009-03-22? (TO) 1200.09 1200.41

General information on the benchmark

NameCRAFTED/
edgematching/all/em_7_4_9_all.cnf
MD5SUMd78c1359306a87fe47f1b830ca255359
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.791878
Satisfiable
(Un)Satisfiability was proved
Number of variables1677
Number of clauses40187
Sum of the clauses size98603
Maximum clause length25
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 228680
Number of clauses of size 38650
Number of clauses of size 4832
Number of clauses of size 51875
Number of clauses of size over 5150

Solver Data

0.00/0.00	c ============================[ Problem Statistics ]=============================
0.00/0.00	c |                                                                             |
0.00/0.00	c |  Number of variables:  1677                                                 |
0.00/0.00	c |  Number of clauses:    40187                                                |
0.02/0.04	c |  Parsing time:         0.03         s                                       |
0.02/0.04	c |  Timeout:              43200 s
0.02/0.04	c |  Random Seed:          1915777083.000000
0.02/0.04	c |  Heuristic:            EMBP-G, threshold 0.800                              |
0.02/0.04	c |  Branching Rule:       default (solution-guided)                            |
0.02/0.04	c |  Learned clauses in surveys?  Using NO learned clauses.                     |
0.02/0.04	c |                                                                             |
0.09/0.13	c ============================[ Search Statistics ]==============================
0.09/0.13	c | Conflicts |          ORIGINAL         |          LEARNT          | Progress |
0.09/0.13	c |           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
0.09/0.13	c ===============================================================================
0.09/0.13	c |         0 |    1673    39787    97439 |    13262        0    nan |  0.000 % |
12.68/12.70	c |       100 |    1673    39787    97439 |    14588      100     82 |  0.000 % |
28.48/28.55	c |       251 |    1673    39787    97439 |    16047      251     86 |  0.000 % |
41.88/41.93	c |       477 |    1673    39787    97439 |    17652      477    114 |  0.000 % |
62.77/62.86	c |       816 |    1673    39787    97439 |    19417      816    129 |  0.000 % |
93.37/93.45	c |      1322 |    1673    39787    97439 |    21359     1322    146 |  0.000 % |
144.15/144.25	c |      2083 |    1673    39787    97439 |    23495     2083    140 |  0.000 % |
259.02/259.12	c |      3222 |    1673    39787    97439 |    25844     3222    136 |  0.000 % |
377.78/377.94	c |      4930 |    1673    39787    97439 |    28428     4930    144 |  0.000 % |
639.41/639.64	c |      7492 |    1673    39787    97439 |    31271     7492    150 |  0.000 % |
940.64/940.96	c |     11336 |    1673    39787    97439 |    34399    11336    160 |  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-1562125-1238770490/watcher-1562125-1238770490 -o /tmp/evaluation-result-1562125-1238770490/solver-1562125-1238770490 -C 1200 -W 1800 -M 1800 --output-limit 1,15 HOME/varsat-crafted_static -seed=1915777083 HOME/instance-1562125-1238770490.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
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.99 0.97 0.99 3/64 14262
/proc/meminfo: memFree=1816248/2055920 swapFree=4176444/4192956
[pid=14262] ppid=14260 vsize=2700 CPUtime=0
/proc/14262/stat : 14262 (varsat-crafted_) R 14260 14262 14061 0 -1 4194304 420 0 0 0 0 0 0 0 20 0 1 0 1149714424 2764800 405 1992294400 4194304 5102648 548682068800 18446744073709551615 4263334 0 0 4096 3 0 0 0 17 1 0 0
/proc/14262/statm: 675 405 87 221 0 451 0

[startup+0.0328269 s]
/proc/loadavg: 0.99 0.97 0.99 3/64 14262
/proc/meminfo: memFree=1816248/2055920 swapFree=4176444/4192956
[pid=14262] ppid=14260 vsize=6476 CPUtime=0.02
/proc/14262/stat : 14262 (varsat-crafted_) R 14260 14262 14061 0 -1 4194304 1308 0 0 0 2 0 0 0 20 0 1 0 1149714424 6631424 1293 1992294400 4194304 5102648 548682068800 18446744073709551615 4491719 0 0 4096 3 0 0 0 17 1 0 0
/proc/14262/statm: 1619 1295 87 221 0 1395 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 6476

[startup+0.101836 s]
/proc/loadavg: 0.99 0.97 0.99 3/64 14262
/proc/meminfo: memFree=1816248/2055920 swapFree=4176444/4192956
[pid=14262] ppid=14260 vsize=7796 CPUtime=0.09
/proc/14262/stat : 14262 (varsat-crafted_) R 14260 14262 14061 0 -1 4194304 1656 0 0 0 9 0 0 0 20 0 1 0 1149714424 7983104 1641 1992294400 4194304 5102648 548682068800 18446744073709551615 4272881 0 0 4096 3 0 0 0 17 1 0 0
/proc/14262/statm: 1949 1641 100 221 0 1725 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 7796

[startup+0.301853 s]
/proc/loadavg: 0.99 0.97 0.99 3/64 14262
/proc/meminfo: memFree=1816248/2055920 swapFree=4176444/4192956
[pid=14262] ppid=14260 vsize=7072 CPUtime=0.29
/proc/14262/stat : 14262 (varsat-crafted_) R 14260 14262 14061 0 -1 4194304 1658 0 0 0 29 0 0 0 22 0 1 0 1149714424 7241728 1486 1992294400 4194304 5102648 548682068800 18446744073709551615 4242195 0 0 4096 3 0 0 0 17 1 0 0
/proc/14262/statm: 1768 1486 102 221 0 1544 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 7072

[startup+0.701899 s]
/proc/loadavg: 0.99 0.97 0.99 3/64 14262
/proc/meminfo: memFree=1816248/2055920 swapFree=4176444/4192956
[pid=14262] ppid=14260 vsize=7072 CPUtime=0.69
/proc/14262/stat : 14262 (varsat-crafted_) R 14260 14262 14061 0 -1 4194304 1658 0 0 0 69 0 0 0 25 0 1 0 1149714424 7241728 1486 1992294400 4194304 5102648 548682068800 18446744073709551615 4213798 0 0 4096 3 0 0 0 17 1 0 0
/proc/14262/statm: 1768 1486 102 221 0 1544 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 7072

[startup+1.50198 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 14263
/proc/meminfo: memFree=1810544/2055920 swapFree=4176444/4192956
[pid=14262] ppid=14260 vsize=7072 CPUtime=1.49
/proc/14262/stat : 14262 (varsat-crafted_) R 14260 14262 14061 0 -1 4194304 1658 0 0 0 149 0 0 0 25 0 1 0 1149714424 7241728 1486 1992294400 4194304 5102648 548682068800 18446744073709551615 4214101 0 0 4096 3 0 0 0 17 1 0 0
/proc/14262/statm: 1768 1486 102 221 0 1544 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 7072

[startup+3.10214 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 14263
/proc/meminfo: memFree=1810416/2055920 swapFree=4176444/4192956
[pid=14262] ppid=14260 vsize=7072 CPUtime=3.09
/proc/14262/stat : 14262 (varsat-crafted_) R 14260 14262 14061 0 -1 4194304 1658 0 0 0 309 0 0 0 25 0 1 0 1149714424 7241728 1486 1992294400 4194304 5102648 548682068800 18446744073709551615 4242195 0 0 4096 3 0 0 0 17 1 0 0
/proc/14262/statm: 1768 1486 102 221 0 1544 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 7072

[startup+6.30146 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 14263
/proc/meminfo: memFree=1810352/2055920 swapFree=4176444/4192956
[pid=14262] ppid=14260 vsize=7072 CPUtime=6.29
/proc/14262/stat : 14262 (varsat-crafted_) R 14260 14262 14061 0 -1 4194304 1659 0 0 0 629 0 0 0 25 0 1 0 1149714424 7241728 1487 1992294400 4194304 5102648 548682068800 18446744073709551615 4213974 0 0 4096 3 0 0 0 17 1 0 0
/proc/14262/statm: 1768 1487 103 221 0 1544 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 7072

[startup+12.7011 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 14263
/proc/meminfo: memFree=1810296/2055920 swapFree=4176444/4192956
[pid=14262] ppid=14260 vsize=7072 CPUtime=12.68
/proc/14262/stat : 14262 (varsat-crafted_) R 14260 14262 14061 0 -1 4194304 1659 0 0 0 1268 0 0 0 25 0 1 0 1149714424 7241728 1487 1992294400 4194304 5102648 548682068800 18446744073709551615 4215244 0 0 4096 3 0 0 0 17 1 0 0
/proc/14262/statm: 1768 1487 103 221 0 1544 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 7072

[startup+25.5014 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 14263
/proc/meminfo: memFree=1810296/2055920 swapFree=4176444/4192956
[pid=14262] ppid=14260 vsize=7072 CPUtime=25.48
/proc/14262/stat : 14262 (varsat-crafted_) R 14260 14262 14061 0 -1 4194304 1671 0 0 0 2548 0 0 0 25 0 1 0 1149714424 7241728 1499 1992294400 4194304 5102648 548682068800 18446744073709551615 4214003 0 0 4096 3 0 0 0 17 1 0 0
/proc/14262/statm: 1768 1499 115 221 0 1544 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 7072

[startup+51.102 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 14263
/proc/meminfo: memFree=1810296/2055920 swapFree=4176444/4192956
[pid=14262] ppid=14260 vsize=7072 CPUtime=51.08
/proc/14262/stat : 14262 (varsat-crafted_) R 14260 14262 14061 0 -1 4194304 1671 0 0 0 5107 1 0 0 25 0 1 0 1149714424 7241728 1499 1992294400 4194304 5102648 548682068800 18446744073709551615 4213932 0 0 4096 3 0 0 0 17 1 0 0
/proc/14262/statm: 1768 1499 115 221 0 1544 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 7072

[startup+102.305 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 14263
/proc/meminfo: memFree=1810232/2055920 swapFree=4176444/4192956
[pid=14262] ppid=14260 vsize=7072 CPUtime=102.27
/proc/14262/stat : 14262 (varsat-crafted_) R 14260 14262 14061 0 -1 4194304 1688 0 0 0 10225 2 0 0 25 0 1 0 1149714424 7241728 1516 1992294400 4194304 5102648 548682068800 18446744073709551615 4214185 0 0 4096 3 0 0 0 17 1 0 0
/proc/14262/statm: 1768 1516 115 221 0 1544 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 7072

[startup+162.301 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 14263
/proc/meminfo: memFree=1809848/2055920 swapFree=4176444/4192956
[pid=14262] ppid=14260 vsize=7468 CPUtime=162.25
/proc/14262/stat : 14262 (varsat-crafted_) R 14260 14262 14061 0 -1 4194304 1786 0 0 0 16221 4 0 0 25 0 1 0 1149714424 7647232 1614 1992294400 4194304 5102648 548682068800 18446744073709551615 4242195 0 0 4096 3 0 0 0 17 1 0 0
/proc/14262/statm: 1867 1614 115 221 0 1643 0
Current children cumulated CPU time (s) 162.25
Current children cumulated vsize (KiB) 7468

[startup+222.301 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 14263
/proc/meminfo: memFree=1809400/2055920 swapFree=4176444/4192956
[pid=14262] ppid=14260 vsize=7864 CPUtime=222.23
/proc/14262/stat : 14262 (varsat-crafted_) R 14260 14262 14061 0 -1 4194304 1889 0 0 0 22218 5 0 0 25 0 1 0 1149714424 8052736 1717 1992294400 4194304 5102648 548682068800 18446744073709551615 4214101 0 0 4096 3 0 0 0 17 1 0 0
/proc/14262/statm: 1966 1717 115 221 0 1742 0
Current children cumulated CPU time (s) 222.23
Current children cumulated vsize (KiB) 7864

[startup+282.301 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 14263
/proc/meminfo: memFree=1808824/2055920 swapFree=4176444/4192956
[pid=14262] ppid=14260 vsize=8392 CPUtime=282.22
/proc/14262/stat : 14262 (varsat-crafted_) R 14260 14262 14061 0 -1 4194304 2029 0 0 0 28215 7 0 0 25 0 1 0 1149714424 8593408 1857 1992294400 4194304 5102648 548682068800 18446744073709551615 4213798 0 0 4096 3 0 0 0 17 1 0 0
/proc/14262/statm: 2098 1857 115 221 0 1874 0
Current children cumulated CPU time (s) 282.22
Current children cumulated vsize (KiB) 8392

[startup+342.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 14263
/proc/meminfo: memFree=1808184/2055920 swapFree=4176444/4192956
[pid=14262] ppid=14260 vsize=9056 CPUtime=342.2
/proc/14262/stat : 14262 (varsat-crafted_) R 14260 14262 14061 0 -1 4194304 2179 0 0 0 34212 8 0 0 25 0 1 0 1149714424 9273344 2007 1992294400 4194304 5102648 548682068800 18446744073709551615 4214101 0 0 4096 3 0 0 0 17 1 0 0
/proc/14262/statm: 2264 2007 115 221 0 2040 0
Current children cumulated CPU time (s) 342.2
Current children cumulated vsize (KiB) 9056

[startup+402.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 14269
/proc/meminfo: memFree=1807664/2055920 swapFree=4176444/4192956
[pid=14262] ppid=14260 vsize=9456 CPUtime=402.17
/proc/14262/stat : 14262 (varsat-crafted_) R 14260 14262 14061 0 -1 4194304 2299 0 0 0 40208 9 0 0 25 0 1 0 1149714424 9682944 2127 1992294400 4194304 5102648 548682068800 18446744073709551615 4213798 0 0 4096 3 0 0 0 17 1 0 0
/proc/14262/statm: 2364 2127 115 221 0 2140 0
Current children cumulated CPU time (s) 402.17
Current children cumulated vsize (KiB) 9456

[startup+462.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 14269
/proc/meminfo: memFree=1807216/2055920 swapFree=4176444/4192956
[pid=14262] ppid=14260 vsize=10012 CPUtime=462.16
/proc/14262/stat : 14262 (varsat-crafted_) R 14260 14262 14061 0 -1 4194304 2413 0 0 0 46206 10 0 0 25 0 1 0 1149714424 10252288 2241 1992294400 4194304 5102648 548682068800 18446744073709551615 4213880 0 0 4096 3 0 0 0 17 1 0 0
/proc/14262/statm: 2503 2241 115 221 0 2279 0
Current children cumulated CPU time (s) 462.16
Current children cumulated vsize (KiB) 10012

[startup+522.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 14269
/proc/meminfo: memFree=1806768/2055920 swapFree=4176444/4192956
[pid=14262] ppid=14260 vsize=10408 CPUtime=522.14
/proc/14262/stat : 14262 (varsat-crafted_) R 14260 14262 14061 0 -1 4194304 2516 0 0 0 52203 11 0 0 25 0 1 0 1149714424 10657792 2344 1992294400 4194304 5102648 548682068800 18446744073709551615 4242195 0 0 4096 3 0 0 0 17 1 0 0
/proc/14262/statm: 2602 2344 115 221 0 2378 0
Current children cumulated CPU time (s) 522.14
Current children cumulated vsize (KiB) 10408

[startup+582.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 14269
/proc/meminfo: memFree=1806256/2055920 swapFree=4176444/4192956
[pid=14262] ppid=14260 vsize=10936 CPUtime=582.13
/proc/14262/stat : 14262 (varsat-crafted_) R 14260 14262 14061 0 -1 4194304 2643 0 0 0 58200 13 0 0 25 0 1 0 1149714424 11198464 2471 1992294400 4194304 5102648 548682068800 18446744073709551615 4525143 0 0 4096 3 0 0 0 17 1 0 0
/proc/14262/statm: 2734 2471 115 221 0 2510 0
Current children cumulated CPU time (s) 582.13
Current children cumulated vsize (KiB) 10936

[startup+642.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 14269
/proc/meminfo: memFree=1805744/2055920 swapFree=4176444/4192956
[pid=14262] ppid=14260 vsize=11332 CPUtime=642.12
/proc/14262/stat : 14262 (varsat-crafted_) R 14260 14262 14061 0 -1 4194304 2753 0 0 0 64198 14 0 0 25 0 1 0 1149714424 11603968 2581 1992294400 4194304 5102648 548682068800 18446744073709551615 4213974 0 0 4096 3 0 0 0 17 1 0 0
/proc/14262/statm: 2833 2581 115 221 0 2609 0
Current children cumulated CPU time (s) 642.12
Current children cumulated vsize (KiB) 11332

[startup+702.301 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 14269
/proc/meminfo: memFree=1804920/2055920 swapFree=4176444/4192956
[pid=14262] ppid=14260 vsize=12032 CPUtime=702.1
/proc/14262/stat : 14262 (varsat-crafted_) R 14260 14262 14061 0 -1 4194304 2936 0 0 0 70195 15 0 0 25 0 1 0 1149714424 12320768 2764 1992294400 4194304 5102648 548682068800 18446744073709551615 4525143 0 0 4096 3 0 0 0 17 1 0 0
/proc/14262/statm: 3008 2764 115 221 0 2784 0
Current children cumulated CPU time (s) 702.1
Current children cumulated vsize (KiB) 12032

[startup+762.305 s]
/proc/loadavg: 1.05 0.99 1.00 2/65 14269
/proc/meminfo: memFree=1804408/2055920 swapFree=4176444/4192956
[pid=14262] ppid=14260 vsize=12560 CPUtime=762.09
/proc/14262/stat : 14262 (varsat-crafted_) R 14260 14262 14061 0 -1 4194304 3061 0 0 0 76192 17 0 0 25 0 1 0 1149714424 12861440 2889 1992294400 4194304 5102648 548682068800 18446744073709551615 4215144 0 0 4096 3 0 0 0 17 1 0 0
/proc/14262/statm: 3140 2889 115 221 0 2916 0
Current children cumulated CPU time (s) 762.09
Current children cumulated vsize (KiB) 12560

[startup+822.301 s]
/proc/loadavg: 1.07 1.00 1.00 2/65 14269
/proc/meminfo: memFree=1803704/2055920 swapFree=4176444/4192956
[pid=14262] ppid=14260 vsize=13220 CPUtime=822.07
/proc/14262/stat : 14262 (varsat-crafted_) R 14260 14262 14061 0 -1 4194304 3219 0 0 0 82188 19 0 0 25 0 1 0 1149714424 13537280 3047 1992294400 4194304 5102648 548682068800 18446744073709551615 4213880 0 0 4096 3 0 0 0 17 1 0 0
/proc/14262/statm: 3305 3047 115 221 0 3081 0
Current children cumulated CPU time (s) 822.07
Current children cumulated vsize (KiB) 13220

[startup+882.301 s]
/proc/loadavg: 1.07 1.01 1.00 2/65 14269
/proc/meminfo: memFree=1803064/2055920 swapFree=4176444/4192956
[pid=14262] ppid=14260 vsize=13880 CPUtime=882.06
/proc/14262/stat : 14262 (varsat-crafted_) R 14260 14262 14061 0 -1 4194304 3376 0 0 0 88185 21 0 0 25 0 1 0 1149714424 14213120 3204 1992294400 4194304 5102648 548682068800 18446744073709551615 4213923 0 0 4096 3 0 0 0 17 1 0 0
/proc/14262/statm: 3470 3204 115 221 0 3246 0
Current children cumulated CPU time (s) 882.06
Current children cumulated vsize (KiB) 13880

[startup+942.301 s]
/proc/loadavg: 1.10 1.04 1.01 2/65 14269
/proc/meminfo: memFree=1802360/2055920 swapFree=4176444/4192956
[pid=14262] ppid=14260 vsize=14540 CPUtime=942.04
/proc/14262/stat : 14262 (varsat-crafted_) R 14260 14262 14061 0 -1 4194304 3564 0 0 0 94182 22 0 0 25 0 1 0 1149714424 14888960 3392 1992294400 4194304 5102648 548682068800 18446744073709551615 4214156 0 0 4096 3 0 0 0 17 1 0 0
/proc/14262/statm: 3635 3392 115 221 0 3411 0
Current children cumulated CPU time (s) 942.04
Current children cumulated vsize (KiB) 14540

[startup+1002.3 s]
/proc/loadavg: 1.08 1.04 1.01 2/65 14269
/proc/meminfo: memFree=1801784/2055920 swapFree=4176444/4192956
[pid=14262] ppid=14260 vsize=15088 CPUtime=1002.03
/proc/14262/stat : 14262 (varsat-crafted_) R 14260 14262 14061 0 -1 4194304 3697 0 0 0 100179 24 0 0 25 0 1 0 1149714424 15450112 3525 1992294400 4194304 5102648 548682068800 18446744073709551615 4213798 0 0 4096 3 0 0 0 17 1 0 0
/proc/14262/statm: 3772 3525 115 221 0 3548 0
Current children cumulated CPU time (s) 1002.03
Current children cumulated vsize (KiB) 15088

[startup+1062.3 s]
/proc/loadavg: 1.03 1.03 1.00 2/65 14269
/proc/meminfo: memFree=1801336/2055920 swapFree=4176444/4192956
[pid=14262] ppid=14260 vsize=15604 CPUtime=1062.01
/proc/14262/stat : 14262 (varsat-crafted_) R 14260 14262 14061 0 -1 4194304 3796 0 0 0 106176 25 0 0 25 0 1 0 1149714424 15978496 3624 1992294400 4194304 5102648 548682068800 18446744073709551615 4213860 0 0 4096 3 0 0 0 17 1 0 0
/proc/14262/statm: 3901 3624 115 221 0 3677 0
Current children cumulated CPU time (s) 1062.01
Current children cumulated vsize (KiB) 15604

[startup+1122.3 s]
/proc/loadavg: 1.01 1.02 1.00 2/65 14269
/proc/meminfo: memFree=1800888/2055920 swapFree=4176444/4192956
[pid=14262] ppid=14260 vsize=16000 CPUtime=1122
/proc/14262/stat : 14262 (varsat-crafted_) R 14260 14262 14061 0 -1 4194304 3913 0 0 0 112174 26 0 0 25 0 1 0 1149714424 16384000 3741 1992294400 4194304 5102648 548682068800 18446744073709551615 4215235 0 0 4096 3 0 0 0 17 1 0 0
/proc/14262/statm: 4000 3741 115 221 0 3776 0
Current children cumulated CPU time (s) 1122
Current children cumulated vsize (KiB) 16000

[startup+1182.3 s]
/proc/loadavg: 1.00 1.02 1.00 2/65 14269
/proc/meminfo: memFree=1800312/2055920 swapFree=4176444/4192956
[pid=14262] ppid=14260 vsize=16528 CPUtime=1181.98
/proc/14262/stat : 14262 (varsat-crafted_) R 14260 14262 14061 0 -1 4194304 4051 0 0 0 118172 26 0 0 25 0 1 0 1149714424 16924672 3879 1992294400 4194304 5102648 548682068800 18446744073709551615 4213798 0 0 4096 3 0 0 0 17 1 0 0
/proc/14262/statm: 4132 3879 115 221 0 3908 0
Current children cumulated CPU time (s) 1181.98
Current children cumulated vsize (KiB) 16528



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.4 s]
/proc/loadavg: 1.00 1.02 1.00 2/65 14269
/proc/meminfo: memFree=1800120/2055920 swapFree=4176444/4192956
[pid=14262] ppid=14260 vsize=16660 CPUtime=1200.08
/proc/14262/stat : 14262 (varsat-crafted_) R 14260 14262 14061 0 -1 4194304 4089 0 0 0 119981 27 0 0 25 0 1 0 1149714424 17059840 3917 1992294400 4194304 5102648 548682068800 18446744073709551615 4242256 0 0 4096 3 0 0 0 17 1 0 0
/proc/14262/statm: 4165 3917 115 221 0 3941 0
Current children cumulated CPU time (s) 1200.08
Current children cumulated vsize (KiB) 16660

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): 1199.82
CPU system time (s): 0.273958
CPU usage (%): 99.9736
Max. virtual memory (cumulated for all children) (KiB): 16660

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

runsolver used 1.00485 second user time and 3.37449 second system time

The end

Launcher Data

Begin job on node27 at 2009-04-03 16:54:51
IDJOB=1562125
IDBENCH=70928
IDSOLVER=537
FILE ID=node27/1562125-1238770490
PBS_JOBID= 9085558
Free space on /tmp= 66328 MiB

SOLVER NAME= VARSAT-crafted 2009-03-22
BENCH NAME= SAT09/APPLICATIONS/edgematching/all/em_7_4_9_all.cnf
COMMAND LINE= HOME/varsat-crafted_static -seed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1562125-1238770490/watcher-1562125-1238770490 -o /tmp/evaluation-result-1562125-1238770490/solver-1562125-1238770490 -C 1200 -W 1800 -M 1800 --output-limit 1,15  HOME/varsat-crafted_static -seed=1915777083 HOME/instance-1562125-1238770490.cnf

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

MD5SUM BENCH= d78c1359306a87fe47f1b830ca255359
RANDOM SEED=1915777083

node27.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		: 2800.196
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	: 5521.40
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		: 2800.196
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:       1816728 kB
Buffers:         24080 kB
Cached:         152028 kB
SwapCached:       9328 kB
Active:          64800 kB
Inactive:       122356 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1816728 kB
SwapTotal:     4192956 kB
SwapFree:      4176444 kB
Dirty:            1636 kB
Writeback:           0 kB
Mapped:          16908 kB
Slab:            37904 kB
Committed_AS:  3187040 kB
PageTables:       1380 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264948 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66324 MiB
End job on node27 at 2009-04-03 17:14:53