Trace number 1561085

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.06 1200.52

General information on the benchmark

NameCRAFTED/edgematching/
compact/em_12_2_4_cmp.cnf
MD5SUM7ea97a36d5ab6c8a5aa99830d5253591
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 clauses155712
Sum of the clauses size523920
Maximum clause length100
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 217404
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	c ============================[ Problem Statistics ]=============================
0.00/0.00	c |                                                                             |
0.00/0.00	c |  Number of variables:  12584                                                |
0.00/0.00	c |  Number of clauses:    155712                                               |
0.19/0.21	c |  Parsing time:         0.18         s                                       |
0.19/0.21	c |  Timeout:              43200 s
0.19/0.21	c |  Random Seed:          220990993.000000
0.19/0.21	c |  Heuristic:            EMBP-G, threshold 0.800                              |
0.19/0.21	c |  Branching Rule:       default (solution-guided)                            |
0.19/0.21	c |  Learned clauses in surveys?  Using NO learned clauses.                     |
0.19/0.21	c |                                                                             |
0.59/0.64	c ============================[ Search Statistics ]==============================
0.59/0.64	c | Conflicts |          ORIGINAL         |          LEARNT          | Progress |
0.59/0.64	c |           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
0.59/0.64	c ===============================================================================
0.59/0.64	c |         0 |   12534   146823   497359 |    48941        0    nan |  0.000 % |
87.25/87.34	c |       102 |   12534   146823   497359 |    53835      102    161 |  0.000 % |
173.82/173.90	c |       252 |   12534   146823   497359 |    59218      252     88 |  0.000 % |
261.18/261.30	c |       481 |   12534   146823   497359 |    65140      481    129 |  0.000 % |
348.45/348.61	c |       818 |   12534   146823   497359 |    71654      818    148 |  0.000 % |
435.92/436.15	c |      1324 |   12534   146823   497359 |    78819     1324    172 |  0.000 % |
523.69/523.95	c |      2083 |   12534   146823   497359 |    86701     2083    173 |  0.000 % |
611.65/611.99	c |      3222 |   12534   146823   497359 |    95372     3222    177 |  0.000 % |
699.91/700.25	c |      4931 |   12534   146823   497359 |   104909     4931    200 |  0.000 % |
788.18/788.55	c |      7494 |   12534   146823   497359 |   115400     7494    204 |  0.000 % |
877.56/877.93	c |     11339 |   12534   146823   497359 |   126940    11339    262 |  0.000 % |
967.62/968.08	c |     17107 |   12534   146823   497359 |   139634    17107    270 |  0.000 % |
1057.79/1058.23	c |     25756 |   12534   146823   497359 |   153597    25756    257 |  0.000 % |
1152.04/1152.50	c |     38732 |   12534   146823   497359 |   168957    38732    260 |  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-1561085-1238761263/watcher-1561085-1238761263 -o /tmp/evaluation-result-1561085-1238761263/solver-1561085-1238761263 -C 1200 -W 1800 -M 1800 --output-limit 1,15 HOME/varsat-crafted_static -seed=220990993 HOME/instance-1561085-1238761263.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: 1.84 1.85 1.46 3/64 30893
/proc/meminfo: memFree=1758528/2055920 swapFree=4175828/4192956
[pid=30893] ppid=30891 vsize=3392 CPUtime=0
/proc/30893/stat : 30893 (varsat-crafted_) R 30891 30893 30028 0 -1 4194304 685 0 0 0 0 0 0 0 18 0 1 0 1148791284 3473408 670 1992294400 4194304 5102648 548682068768 18446744073709551615 4516208 0 0 4096 3 0 0 0 17 1 0 0
/proc/30893/statm: 848 676 81 221 0 624 0

[startup+0.0275729 s]
/proc/loadavg: 1.84 1.85 1.46 3/64 30893
/proc/meminfo: memFree=1758528/2055920 swapFree=4175828/4192956
[pid=30893] ppid=30891 vsize=6984 CPUtime=0.01
/proc/30893/stat : 30893 (varsat-crafted_) R 30891 30893 30028 0 -1 4194304 1506 0 0 0 1 0 0 0 18 0 1 0 1148791284 7151616 1459 1992294400 4194304 5102648 548682068768 18446744073709551615 4491719 0 0 4096 3 0 0 0 17 1 0 0
/proc/30893/statm: 1746 1460 87 221 0 1522 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 6984

[startup+0.101587 s]
/proc/loadavg: 1.84 1.85 1.46 3/64 30893
/proc/meminfo: memFree=1758528/2055920 swapFree=4175828/4192956
[pid=30893] ppid=30891 vsize=14900 CPUtime=0.09
/proc/30893/stat : 30893 (varsat-crafted_) R 30891 30893 30028 0 -1 4194304 3424 0 0 0 8 1 0 0 18 0 1 0 1148791284 15257600 3377 1992294400 4194304 5102648 548682068768 18446744073709551615 4491719 0 0 4096 3 0 0 0 17 1 0 0
/proc/30893/statm: 3758 3378 87 221 0 3534 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 14900

[startup+0.301627 s]
/proc/loadavg: 1.84 1.85 1.46 3/64 30893
/proc/meminfo: memFree=1758528/2055920 swapFree=4175828/4192956
[pid=30893] ppid=30891 vsize=27388 CPUtime=0.29
/proc/30893/stat : 30893 (varsat-crafted_) R 30891 30893 30028 0 -1 4194304 6439 0 0 0 26 3 0 0 19 0 1 0 1148791284 28045312 6392 1992294400 4194304 5102648 548682068768 18446744073709551615 4273180 0 0 4096 3 0 0 0 17 1 0 0
/proc/30893/statm: 6847 6392 98 221 0 6623 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 27388

[startup+0.701707 s]
/proc/loadavg: 1.84 1.85 1.46 3/64 30893
/proc/meminfo: memFree=1758528/2055920 swapFree=4175828/4192956
[pid=30893] ppid=30891 vsize=25584 CPUtime=0.69
/proc/30893/stat : 30893 (varsat-crafted_) R 30891 30893 30028 0 -1 4194304 6754 0 0 0 66 3 0 0 22 0 1 0 1148791284 26198016 6063 1992294400 4194304 5102648 548682068768 18446744073709551615 4213794 0 0 4096 3 0 0 0 17 1 0 0
/proc/30893/statm: 6396 6063 102 221 0 6172 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 25584

[startup+1.50187 s]
/proc/loadavg: 1.84 1.85 1.46 2/65 30894
/proc/meminfo: memFree=1734392/2055920 swapFree=4175828/4192956
[pid=30893] ppid=30891 vsize=25584 CPUtime=1.48
/proc/30893/stat : 30893 (varsat-crafted_) R 30891 30893 30028 0 -1 4194304 6754 0 0 0 145 3 0 0 25 0 1 0 1148791284 26198016 6063 1992294400 4194304 5102648 548682068768 18446744073709551615 4214101 0 0 4096 3 0 0 0 17 1 0 0
/proc/30893/statm: 6396 6063 102 221 0 6172 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 25584

[startup+3.10119 s]
/proc/loadavg: 1.84 1.85 1.46 2/65 30894
/proc/meminfo: memFree=1734264/2055920 swapFree=4175828/4192956
[pid=30893] ppid=30891 vsize=25584 CPUtime=3.08
/proc/30893/stat : 30893 (varsat-crafted_) R 30891 30893 30028 0 -1 4194304 6754 0 0 0 305 3 0 0 25 0 1 0 1148791284 26198016 6063 1992294400 4194304 5102648 548682068768 18446744073709551615 4214101 0 0 4096 3 0 0 0 17 1 0 0
/proc/30893/statm: 6396 6063 102 221 0 6172 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 25584

[startup+6.30183 s]
/proc/loadavg: 1.77 1.83 1.46 2/65 30894
/proc/meminfo: memFree=1734264/2055920 swapFree=4175828/4192956
[pid=30893] ppid=30891 vsize=25584 CPUtime=6.28
/proc/30893/stat : 30893 (varsat-crafted_) R 30891 30893 30028 0 -1 4194304 6754 0 0 0 625 3 0 0 25 0 1 0 1148791284 26198016 6063 1992294400 4194304 5102648 548682068768 18446744073709551615 4213932 0 0 4096 3 0 0 0 17 1 0 0
/proc/30893/statm: 6396 6063 102 221 0 6172 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 25584

[startup+12.7021 s]
/proc/loadavg: 1.71 1.82 1.46 2/65 30894
/proc/meminfo: memFree=1734264/2055920 swapFree=4175828/4192956
[pid=30893] ppid=30891 vsize=25584 CPUtime=12.68
/proc/30893/stat : 30893 (varsat-crafted_) R 30891 30893 30028 0 -1 4194304 6754 0 0 0 1265 3 0 0 25 0 1 0 1148791284 26198016 6063 1992294400 4194304 5102648 548682068768 18446744073709551615 4213826 0 0 4096 3 0 0 0 17 1 0 0
/proc/30893/statm: 6396 6063 102 221 0 6172 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 25584

[startup+25.5017 s]
/proc/loadavg: 1.55 1.78 1.45 2/65 30894
/proc/meminfo: memFree=1734264/2055920 swapFree=4175828/4192956
[pid=30893] ppid=30891 vsize=25584 CPUtime=25.48
/proc/30893/stat : 30893 (varsat-crafted_) R 30891 30893 30028 0 -1 4194304 6754 0 0 0 2545 3 0 0 25 0 1 0 1148791284 26198016 6063 1992294400 4194304 5102648 548682068768 18446744073709551615 4215244 0 0 4096 3 0 0 0 17 1 0 0
/proc/30893/statm: 6396 6063 102 221 0 6172 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 25584

[startup+51.1018 s]
/proc/loadavg: 1.36 1.72 1.44 2/65 30894
/proc/meminfo: memFree=1734328/2055920 swapFree=4175828/4192956
[pid=30893] ppid=30891 vsize=25584 CPUtime=51.06
/proc/30893/stat : 30893 (varsat-crafted_) R 30891 30893 30028 0 -1 4194304 6754 0 0 0 5102 4 0 0 25 0 1 0 1148791284 26198016 6063 1992294400 4194304 5102648 548682068768 18446744073709551615 4214195 0 0 4096 3 0 0 0 17 1 0 0
/proc/30893/statm: 6396 6063 102 221 0 6172 0
Current children cumulated CPU time (s) 51.06
Current children cumulated vsize (KiB) 25584

[startup+102.305 s]
/proc/loadavg: 1.16 1.60 1.41 2/65 30894
/proc/meminfo: memFree=1734328/2055920 swapFree=4175828/4192956
[pid=30893] ppid=30891 vsize=25584 CPUtime=102.24
/proc/30893/stat : 30893 (varsat-crafted_) R 30891 30893 30028 0 -1 4194304 6767 0 0 0 10220 4 0 0 25 0 1 0 1148791284 26198016 6076 1992294400 4194304 5102648 548682068768 18446744073709551615 4213834 0 0 4096 3 0 0 0 17 1 0 0
/proc/30893/statm: 6396 6076 115 221 0 6172 0
Current children cumulated CPU time (s) 102.24
Current children cumulated vsize (KiB) 25584

[startup+162.301 s]
/proc/loadavg: 1.06 1.49 1.38 2/65 30894
/proc/meminfo: memFree=1734264/2055920 swapFree=4175828/4192956
[pid=30893] ppid=30891 vsize=25584 CPUtime=162.22
/proc/30893/stat : 30893 (varsat-crafted_) R 30891 30893 30028 0 -1 4194304 6767 0 0 0 16217 5 0 0 25 0 1 0 1148791284 26198016 6076 1992294400 4194304 5102648 548682068768 18446744073709551615 4213941 0 0 4096 3 0 0 0 17 1 0 0
/proc/30893/statm: 6396 6076 115 221 0 6172 0
Current children cumulated CPU time (s) 162.22
Current children cumulated vsize (KiB) 25584

[startup+222.301 s]
/proc/loadavg: 1.02 1.40 1.36 2/65 30894
/proc/meminfo: memFree=1734200/2055920 swapFree=4175828/4192956
[pid=30893] ppid=30891 vsize=25584 CPUtime=222.2
/proc/30893/stat : 30893 (varsat-crafted_) R 30891 30893 30028 0 -1 4194304 6767 0 0 0 22215 5 0 0 25 0 1 0 1148791284 26198016 6076 1992294400 4194304 5102648 548682068768 18446744073709551615 4214156 0 0 4096 3 0 0 0 17 1 0 0
/proc/30893/statm: 6396 6076 115 221 0 6172 0
Current children cumulated CPU time (s) 222.2
Current children cumulated vsize (KiB) 25584

[startup+282.301 s]
/proc/loadavg: 1.00 1.32 1.33 2/65 30894
/proc/meminfo: memFree=1734136/2055920 swapFree=4175828/4192956
[pid=30893] ppid=30891 vsize=25584 CPUtime=282.17
/proc/30893/stat : 30893 (varsat-crafted_) R 30891 30893 30028 0 -1 4194304 6767 0 0 0 28212 5 0 0 25 0 1 0 1148791284 26198016 6076 1992294400 4194304 5102648 548682068768 18446744073709551615 4214290 0 0 4096 3 0 0 0 17 1 0 0
/proc/30893/statm: 6396 6076 115 221 0 6172 0
Current children cumulated CPU time (s) 282.17
Current children cumulated vsize (KiB) 25584

[startup+342.301 s]
/proc/loadavg: 1.00 1.26 1.31 2/65 30894
/proc/meminfo: memFree=1734072/2055920 swapFree=4175828/4192956
[pid=30893] ppid=30891 vsize=25584 CPUtime=342.15
/proc/30893/stat : 30893 (varsat-crafted_) R 30891 30893 30028 0 -1 4194304 6767 0 0 0 34210 5 0 0 25 0 1 0 1148791284 26198016 6076 1992294400 4194304 5102648 548682068768 18446744073709551615 4214152 0 0 4096 3 0 0 0 17 1 0 0
/proc/30893/statm: 6396 6076 115 221 0 6172 0
Current children cumulated CPU time (s) 342.15
Current children cumulated vsize (KiB) 25584

[startup+402.301 s]
/proc/loadavg: 1.00 1.21 1.29 2/65 30894
/proc/meminfo: memFree=1734072/2055920 swapFree=4175828/4192956
[pid=30893] ppid=30891 vsize=25584 CPUtime=402.13
/proc/30893/stat : 30893 (varsat-crafted_) R 30891 30893 30028 0 -1 4194304 6767 0 0 0 40208 5 0 0 25 0 1 0 1148791284 26198016 6076 1992294400 4194304 5102648 548682068768 18446744073709551615 4214156 0 0 4096 3 0 0 0 17 1 0 0
/proc/30893/statm: 6396 6076 115 221 0 6172 0
Current children cumulated CPU time (s) 402.13
Current children cumulated vsize (KiB) 25584

[startup+462.301 s]
/proc/loadavg: 1.00 1.17 1.27 2/65 30894
/proc/meminfo: memFree=1734072/2055920 swapFree=4175828/4192956
[pid=30893] ppid=30891 vsize=25584 CPUtime=462.11
/proc/30893/stat : 30893 (varsat-crafted_) R 30891 30893 30028 0 -1 4194304 6772 0 0 0 46205 6 0 0 25 0 1 0 1148791284 26198016 6081 1992294400 4194304 5102648 548682068768 18446744073709551615 4213798 0 0 4096 3 0 0 0 17 1 0 0
/proc/30893/statm: 6396 6081 115 221 0 6172 0
Current children cumulated CPU time (s) 462.11
Current children cumulated vsize (KiB) 25584

[startup+522.301 s]
/proc/loadavg: 1.00 1.14 1.25 2/65 30894
/proc/meminfo: memFree=1734072/2055920 swapFree=4175828/4192956
[pid=30893] ppid=30891 vsize=25584 CPUtime=522.09
/proc/30893/stat : 30893 (varsat-crafted_) R 30891 30893 30028 0 -1 4194304 6772 0 0 0 52203 6 0 0 25 0 1 0 1148791284 26198016 6081 1992294400 4194304 5102648 548682068768 18446744073709551615 4214152 0 0 4096 3 0 0 0 17 1 0 0
/proc/30893/statm: 6396 6081 115 221 0 6172 0
Current children cumulated CPU time (s) 522.09
Current children cumulated vsize (KiB) 25584

[startup+582.301 s]
/proc/loadavg: 1.00 1.11 1.23 2/65 30894
/proc/meminfo: memFree=1734008/2055920 swapFree=4175828/4192956
[pid=30893] ppid=30891 vsize=25584 CPUtime=582.06
/proc/30893/stat : 30893 (varsat-crafted_) R 30891 30893 30028 0 -1 4194304 6772 0 0 0 58200 6 0 0 25 0 1 0 1148791284 26198016 6081 1992294400 4194304 5102648 548682068768 18446744073709551615 4215188 0 0 4096 3 0 0 0 17 1 0 0
/proc/30893/statm: 6396 6081 115 221 0 6172 0
Current children cumulated CPU time (s) 582.06
Current children cumulated vsize (KiB) 25584

[startup+642.301 s]
/proc/loadavg: 1.00 1.09 1.21 2/65 30894
/proc/meminfo: memFree=1734072/2055920 swapFree=4175828/4192956
[pid=30893] ppid=30891 vsize=25584 CPUtime=642.04
/proc/30893/stat : 30893 (varsat-crafted_) R 30891 30893 30028 0 -1 4194304 6772 0 0 0 64198 6 0 0 25 0 1 0 1148791284 26198016 6081 1992294400 4194304 5102648 548682068768 18446744073709551615 4215235 0 0 4096 3 0 0 0 17 1 0 0
/proc/30893/statm: 6396 6081 115 221 0 6172 0
Current children cumulated CPU time (s) 642.04
Current children cumulated vsize (KiB) 25584

[startup+702.301 s]
/proc/loadavg: 1.00 1.07 1.19 2/65 30894
/proc/meminfo: memFree=1732280/2055920 swapFree=4175828/4192956
[pid=30893] ppid=30891 vsize=27300 CPUtime=702.01
/proc/30893/stat : 30893 (varsat-crafted_) R 30891 30893 30028 0 -1 4194304 7209 0 0 0 70195 6 0 0 25 0 1 0 1148791284 27955200 6518 1992294400 4194304 5102648 548682068768 18446744073709551615 4213798 0 0 4096 3 0 0 0 17 1 0 0
/proc/30893/statm: 6825 6518 115 221 0 6601 0
Current children cumulated CPU time (s) 702.01
Current children cumulated vsize (KiB) 27300

[startup+762.305 s]
/proc/loadavg: 1.00 1.05 1.18 2/65 30894
/proc/meminfo: memFree=1732216/2055920 swapFree=4175828/4192956
[pid=30893] ppid=30891 vsize=27300 CPUtime=762
/proc/30893/stat : 30893 (varsat-crafted_) R 30891 30893 30028 0 -1 4194304 7209 0 0 0 76193 7 0 0 25 0 1 0 1148791284 27955200 6518 1992294400 4194304 5102648 548682068768 18446744073709551615 4213798 0 0 4096 3 0 0 0 17 1 0 0
/proc/30893/statm: 6825 6518 115 221 0 6601 0
Current children cumulated CPU time (s) 762
Current children cumulated vsize (KiB) 27300

[startup+822.301 s]
/proc/loadavg: 1.00 1.04 1.17 2/65 30894
/proc/meminfo: memFree=1729784/2055920 swapFree=4175828/4192956
[pid=30893] ppid=30891 vsize=29856 CPUtime=821.97
/proc/30893/stat : 30893 (varsat-crafted_) R 30891 30893 30028 0 -1 4194304 7832 0 0 0 82190 7 0 0 25 0 1 0 1148791284 30572544 7141 1992294400 4194304 5102648 548682068768 18446744073709551615 4213884 0 0 4096 3 0 0 0 17 1 0 0
/proc/30893/statm: 7464 7141 115 221 0 7240 0
Current children cumulated CPU time (s) 821.97
Current children cumulated vsize (KiB) 29856

[startup+882.301 s]
/proc/loadavg: 1.00 1.03 1.16 2/65 30894
/proc/meminfo: memFree=1723192/2055920 swapFree=4175828/4192956
[pid=30893] ppid=30891 vsize=36280 CPUtime=881.95
/proc/30893/stat : 30893 (varsat-crafted_) R 30891 30893 30028 0 -1 4194304 9465 0 0 0 88186 9 0 0 25 0 1 0 1148791284 37150720 8774 1992294400 4194304 5102648 548682068768 18446744073709551615 4215179 0 0 4096 3 0 0 0 17 1 0 0
/proc/30893/statm: 9070 8774 115 221 0 8846 0
Current children cumulated CPU time (s) 881.95
Current children cumulated vsize (KiB) 36280

[startup+942.302 s]
/proc/loadavg: 1.00 1.02 1.14 2/65 30894
/proc/meminfo: memFree=1723192/2055920 swapFree=4175828/4192956
[pid=30893] ppid=30891 vsize=36280 CPUtime=941.93
/proc/30893/stat : 30893 (varsat-crafted_) R 30891 30893 30028 0 -1 4194304 9465 0 0 0 94184 9 0 0 25 0 1 0 1148791284 37150720 8774 1992294400 4194304 5102648 548682068768 18446744073709551615 4215149 0 0 4096 3 0 0 0 17 1 0 0
/proc/30893/statm: 9070 8774 115 221 0 8846 0
Current children cumulated CPU time (s) 941.93
Current children cumulated vsize (KiB) 36280

[startup+1002.3 s]
/proc/loadavg: 1.00 1.02 1.13 2/65 30894
/proc/meminfo: memFree=1715576/2055920 swapFree=4175828/4192956
[pid=30893] ppid=30891 vsize=43876 CPUtime=1001.9
/proc/30893/stat : 30893 (varsat-crafted_) R 30891 30893 30028 0 -1 4194304 11346 0 0 0 100180 10 0 0 25 0 1 0 1148791284 44929024 10655 1992294400 4194304 5102648 548682068768 18446744073709551615 4213798 0 0 4096 3 0 0 0 17 1 0 0
/proc/30893/statm: 10969 10655 115 221 0 10745 0
Current children cumulated CPU time (s) 1001.9
Current children cumulated vsize (KiB) 43876

[startup+1062.3 s]
/proc/loadavg: 1.00 1.01 1.12 2/65 30894
/proc/meminfo: memFree=1705592/2055920 swapFree=4175828/4192956
[pid=30893] ppid=30891 vsize=53724 CPUtime=1061.89
/proc/30893/stat : 30893 (varsat-crafted_) R 30891 30893 30028 0 -1 4194304 13826 0 0 0 106177 12 0 0 25 0 1 0 1148791284 55013376 13135 1992294400 4194304 5102648 548682068768 18446744073709551615 4214195 0 0 4096 3 0 0 0 17 1 0 0
/proc/30893/statm: 13431 13135 115 221 0 13207 0
Current children cumulated CPU time (s) 1061.89
Current children cumulated vsize (KiB) 53724

[startup+1122.3 s]
/proc/loadavg: 1.00 1.01 1.11 2/65 30894
/proc/meminfo: memFree=1705592/2055920 swapFree=4175828/4192956
[pid=30893] ppid=30891 vsize=53724 CPUtime=1121.86
/proc/30893/stat : 30893 (varsat-crafted_) R 30891 30893 30028 0 -1 4194304 13826 0 0 0 112174 12 0 0 25 0 1 0 1148791284 55013376 13135 1992294400 4194304 5102648 548682068768 18446744073709551615 4213956 0 0 4096 3 0 0 0 17 1 0 0
/proc/30893/statm: 13431 13135 115 221 0 13207 0
Current children cumulated CPU time (s) 1121.86
Current children cumulated vsize (KiB) 53724

[startup+1182.3 s]
/proc/loadavg: 1.00 1.00 1.10 2/65 30894
/proc/meminfo: memFree=1689208/2055920 swapFree=4175828/4192956
[pid=30893] ppid=30891 vsize=70148 CPUtime=1181.84
/proc/30893/stat : 30893 (varsat-crafted_) R 30891 30893 30028 0 -1 4194304 17901 0 0 0 118168 16 0 0 25 0 1 0 1148791284 71831552 17210 1992294400 4194304 5102648 548682068768 18446744073709551615 4214003 0 0 4096 3 0 0 0 17 1 0 0
/proc/30893/statm: 17537 17210 115 221 0 17313 0
Current children cumulated CPU time (s) 1181.84
Current children cumulated vsize (KiB) 70148



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.5 s]
/proc/loadavg: 1.00 1.00 1.09 2/65 30894
/proc/meminfo: memFree=1689208/2055920 swapFree=4175828/4192956
[pid=30893] ppid=30891 vsize=70148 CPUtime=1200.04
/proc/30893/stat : 30893 (varsat-crafted_) R 30891 30893 30028 0 -1 4194304 17901 0 0 0 119988 16 0 0 25 0 1 0 1148791284 71831552 17210 1992294400 4194304 5102648 548682068768 18446744073709551615 4215235 0 0 4096 3 0 0 0 17 1 0 0
/proc/30893/statm: 17537 17210 115 221 0 17313 0
Current children cumulated CPU time (s) 1200.04
Current children cumulated vsize (KiB) 70148

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 1.09 2/65 30894
/proc/meminfo: memFree=1689208/2055920 swapFree=4175828/4192956
[pid=30893] ppid=30891 vsize=70148 CPUtime=1200.04
/proc/30893/stat : 30893 (varsat-crafted_) R 30891 30893 30028 0 -1 4194304 17901 0 0 0 119988 16 0 0 25 0 1 0 1148791284 71831552 17210 1992294400 4194304 5102648 548682068768 18446744073709551615 4215235 0 0 4096 3 0 0 0 17 1 0 0
/proc/30893/statm: 17537 17210 115 221 0 17313 0
Current children cumulated CPU time (s) 1200.04
Current children cumulated vsize (KiB) 70148

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1200.52
CPU time (s): 1200.06
CPU user time (s): 1199.88
CPU system time (s): 0.173973
CPU usage (%): 99.9616
Max. virtual memory (cumulated for all children) (KiB): 70148

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

runsolver used 0.946856 second user time and 2.50462 second system time

The end

Launcher Data

Begin job on node33 at 2009-04-03 14:21:03
IDJOB=1561085
IDBENCH=70908
IDSOLVER=537
FILE ID=node33/1561085-1238761263
PBS_JOBID= 9085485
Free space on /tmp= 66520 MiB

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

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

MD5SUM BENCH= 7ea97a36d5ab6c8a5aa99830d5253591
RANDOM SEED=220990993

node33.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.266
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.266
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:       1758944 kB
Buffers:         42436 kB
Cached:         177980 kB
SwapCached:      10920 kB
Active:          90124 kB
Inactive:       142824 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1758944 kB
SwapTotal:     4192956 kB
SwapFree:      4175828 kB
Dirty:            4468 kB
Writeback:           0 kB
Mapped:          18232 kB
Slab:            50008 kB
Committed_AS:  3331484 kB
PageTables:       1408 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= 66520 MiB
End job on node33 at 2009-04-03 14:41:05