Trace number 1562437

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

General information on the benchmark

NameCRAFTED/edgematching/
fbcolors/em_7_4_9_fbc.cnf
MD5SUM4259362ee72589b1a94d1f5c9f846a0b
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark9.38957
Satisfiable
(Un)Satisfiability was proved
Number of variables1677
Number of clauses28863
Sum of the clauses size75955
Maximum clause length25
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 217356
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:    28863                                                |
0.00/0.03	c |  Parsing time:         0.02         s                                       |
0.00/0.03	c |  Timeout:              43200 s
0.00/0.03	c |  Random Seed:          1441217181.000000
0.00/0.03	c |  Heuristic:            EMBP-G, threshold 0.800                              |
0.00/0.03	c |  Branching Rule:       default (solution-guided)                            |
0.00/0.03	c |  Learned clauses in surveys?  Using NO learned clauses.                     |
0.00/0.03	c |                                                                             |
0.07/0.08	c ============================[ Search Statistics ]==============================
0.07/0.08	c | Conflicts |          ORIGINAL         |          LEARNT          | Progress |
0.07/0.08	c |           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
0.07/0.08	c ===============================================================================
0.07/0.08	c |         0 |    1673    28463    74767 |     9487        0    nan |  0.000 % |
19.79/19.85	c |       100 |    1673    28463    74767 |    10436      100     41 |  0.000 % |
50.47/50.59	c |       250 |    1673    28463    74767 |    11480      250     45 |  0.000 % |
89.76/89.80	c |       475 |    1673    28463    74767 |    12628      475     60 |  0.000 % |
135.04/135.19	c |       812 |    1673    28463    74767 |    13890      812     73 |  0.000 % |
174.53/174.64	c |      1318 |    1673    28463    74767 |    15279     1318     90 |  0.000 % |
245.21/245.31	c |      2077 |    1673    28463    74767 |    16807     2077    106 |  0.000 % |
342.07/342.28	c |      3216 |    1673    28463    74767 |    18488     3216    147 |  0.000 % |
448.93/449.11	c |      4924 |    1673    28463    74767 |    20337     4924    188 |  0.000 % |
575.69/575.91	c |      7490 |    1673    28463    74767 |    22371     7490    213 |  0.000 % |
799.82/800.14	c |     11334 |    1673    28463    74767 |    24608    11334    210 |  0.000 % |
1112.81/1113.24	c |     17101 |    1673    28463    74767 |    27069    17101    209 |  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-1562437-1238774976/watcher-1562437-1238774976 -o /tmp/evaluation-result-1562437-1238774976/solver-1562437-1238774976 -C 1200 -W 1800 -M 1800 --output-limit 1,15 HOME/varsat-crafted_static -seed=1441217181 HOME/instance-1562437-1238774976.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.00 1.00 1.00 3/71 4661
/proc/meminfo: memFree=1740360/2055920 swapFree=4170332/4192956
[pid=4661] ppid=4659 vsize=2980 CPUtime=0
/proc/4661/stat : 4661 (varsat-crafted_) R 4659 4661 4380 0 -1 4194304 428 0 0 0 0 0 0 0 18 0 1 0 1150160657 3051520 413 1992294400 4194304 5102648 548682068768 18446744073709551615 4245161 0 0 4096 3 0 0 0 17 1 0 0
/proc/4661/statm: 745 413 87 221 0 521 0

[startup+0.0818321 s]
/proc/loadavg: 1.00 1.00 1.00 3/71 4661
/proc/meminfo: memFree=1740360/2055920 swapFree=4170332/4192956
[pid=4661] ppid=4659 vsize=6304 CPUtime=0.07
/proc/4661/stat : 4661 (varsat-crafted_) R 4659 4661 4380 0 -1 4194304 1275 0 0 0 7 0 0 0 18 0 1 0 1150160657 6455296 1260 1992294400 4194304 5102648 548682068768 18446744073709551615 4273041 0 0 4096 3 0 0 0 17 1 0 0
/proc/4661/statm: 1576 1260 100 221 0 1352 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 6304

[startup+0.101835 s]
/proc/loadavg: 1.00 1.00 1.00 3/71 4661
/proc/meminfo: memFree=1740360/2055920 swapFree=4170332/4192956
[pid=4661] ppid=4659 vsize=5820 CPUtime=0.09
/proc/4661/stat : 4661 (varsat-crafted_) R 4659 4661 4380 0 -1 4194304 1277 0 0 0 9 0 0 0 18 0 1 0 1150160657 5959680 1149 1992294400 4194304 5102648 548682068768 18446744073709551615 4214589 0 0 4096 3 0 0 0 17 1 0 0
/proc/4661/statm: 1455 1149 102 221 0 1231 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 5820

[startup+0.301873 s]
/proc/loadavg: 1.00 1.00 1.00 3/71 4661
/proc/meminfo: memFree=1740360/2055920 swapFree=4170332/4192956
[pid=4661] ppid=4659 vsize=5820 CPUtime=0.29
/proc/4661/stat : 4661 (varsat-crafted_) R 4659 4661 4380 0 -1 4194304 1277 0 0 0 29 0 0 0 19 0 1 0 1150160657 5959680 1149 1992294400 4194304 5102648 548682068768 18446744073709551615 4214290 0 0 4096 3 0 0 0 17 1 0 0
/proc/4661/statm: 1455 1149 102 221 0 1231 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 5820

[startup+0.701949 s]
/proc/loadavg: 1.00 1.00 1.00 3/71 4661
/proc/meminfo: memFree=1740360/2055920 swapFree=4170332/4192956
[pid=4661] ppid=4659 vsize=5820 CPUtime=0.69
/proc/4661/stat : 4661 (varsat-crafted_) R 4659 4661 4380 0 -1 4194304 1277 0 0 0 69 0 0 0 22 0 1 0 1150160657 5959680 1149 1992294400 4194304 5102648 548682068768 18446744073709551615 4214003 0 0 4096 3 0 0 0 17 1 0 0
/proc/4661/statm: 1455 1149 102 221 0 1231 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 5820

[startup+1.5011 s]
/proc/loadavg: 1.00 1.00 1.00 2/72 4662
/proc/meminfo: memFree=1735936/2055920 swapFree=4170332/4192956
[pid=4661] ppid=4659 vsize=5820 CPUtime=1.49
/proc/4661/stat : 4661 (varsat-crafted_) R 4659 4661 4380 0 -1 4194304 1277 0 0 0 149 0 0 0 25 0 1 0 1150160657 5959680 1149 1992294400 4194304 5102648 548682068768 18446744073709551615 4213941 0 0 4096 3 0 0 0 17 1 0 0
/proc/4661/statm: 1455 1149 102 221 0 1231 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 5820

[startup+3.10141 s]
/proc/loadavg: 1.00 1.00 1.00 2/72 4662
/proc/meminfo: memFree=1735744/2055920 swapFree=4170332/4192956
[pid=4661] ppid=4659 vsize=5820 CPUtime=3.09
/proc/4661/stat : 4661 (varsat-crafted_) R 4659 4661 4380 0 -1 4194304 1277 0 0 0 309 0 0 0 25 0 1 0 1150160657 5959680 1149 1992294400 4194304 5102648 548682068768 18446744073709551615 4214176 0 0 4096 3 0 0 0 17 1 0 0
/proc/4661/statm: 1455 1149 102 221 0 1231 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 5820

[startup+6.30302 s]
/proc/loadavg: 1.00 1.00 1.00 2/72 4662
/proc/meminfo: memFree=1735680/2055920 swapFree=4170332/4192956
[pid=4661] ppid=4659 vsize=5820 CPUtime=6.29
/proc/4661/stat : 4661 (varsat-crafted_) R 4659 4661 4380 0 -1 4194304 1278 0 0 0 629 0 0 0 25 0 1 0 1150160657 5959680 1150 1992294400 4194304 5102648 548682068768 18446744073709551615 4215218 0 0 4096 3 0 0 0 17 1 0 0
/proc/4661/statm: 1455 1150 103 221 0 1231 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 5820

[startup+12.7012 s]
/proc/loadavg: 1.00 1.00 1.00 2/72 4662
/proc/meminfo: memFree=1735616/2055920 swapFree=4170332/4192956
[pid=4661] ppid=4659 vsize=5820 CPUtime=12.68
/proc/4661/stat : 4661 (varsat-crafted_) R 4659 4661 4380 0 -1 4194304 1278 0 0 0 1268 0 0 0 25 0 1 0 1150160657 5959680 1150 1992294400 4194304 5102648 548682068768 18446744073709551615 4213880 0 0 4096 3 0 0 0 17 1 0 0
/proc/4661/statm: 1455 1150 103 221 0 1231 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 5820

[startup+25.5017 s]
/proc/loadavg: 1.00 1.00 1.00 2/72 4662
/proc/meminfo: memFree=1735616/2055920 swapFree=4170332/4192956
[pid=4661] ppid=4659 vsize=5820 CPUtime=25.48
/proc/4661/stat : 4661 (varsat-crafted_) R 4659 4661 4380 0 -1 4194304 1290 0 0 0 2547 1 0 0 25 0 1 0 1150160657 5959680 1162 1992294400 4194304 5102648 548682068768 18446744073709551615 4215235 0 0 4096 3 0 0 0 17 1 0 0
/proc/4661/statm: 1455 1162 115 221 0 1231 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 5820

[startup+51.1016 s]
/proc/loadavg: 1.00 1.00 1.00 2/72 4662
/proc/meminfo: memFree=1735616/2055920 swapFree=4170332/4192956
[pid=4661] ppid=4659 vsize=5820 CPUtime=51.07
/proc/4661/stat : 4661 (varsat-crafted_) R 4659 4661 4380 0 -1 4194304 1290 0 0 0 5106 1 0 0 25 0 1 0 1150160657 5959680 1162 1992294400 4194304 5102648 548682068768 18446744073709551615 4215214 0 0 4096 3 0 0 0 17 1 0 0
/proc/4661/statm: 1455 1162 115 221 0 1231 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 5820

[startup+102.306 s]
/proc/loadavg: 1.00 1.00 1.00 2/72 4662
/proc/meminfo: memFree=1735552/2055920 swapFree=4170332/4192956
[pid=4661] ppid=4659 vsize=5820 CPUtime=102.26
/proc/4661/stat : 4661 (varsat-crafted_) R 4659 4661 4380 0 -1 4194304 1290 0 0 0 10223 3 0 0 25 0 1 0 1150160657 5959680 1162 1992294400 4194304 5102648 548682068768 18446744073709551615 4215149 0 0 4096 3 0 0 0 17 1 0 0
/proc/4661/statm: 1455 1162 115 221 0 1231 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 5820

[startup+162.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/72 4662
/proc/meminfo: memFree=1735488/2055920 swapFree=4170332/4192956
[pid=4661] ppid=4659 vsize=5820 CPUtime=162.24
/proc/4661/stat : 4661 (varsat-crafted_) R 4659 4661 4380 0 -1 4194304 1290 0 0 0 16220 4 0 0 25 0 1 0 1150160657 5959680 1162 1992294400 4194304 5102648 548682068768 18446744073709551615 4215205 0 0 4096 3 0 0 0 17 1 0 0
/proc/4661/statm: 1455 1162 115 221 0 1231 0
Current children cumulated CPU time (s) 162.24
Current children cumulated vsize (KiB) 5820

[startup+222.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/72 4662
/proc/meminfo: memFree=1735488/2055920 swapFree=4170332/4192956
[pid=4661] ppid=4659 vsize=5968 CPUtime=222.21
/proc/4661/stat : 4661 (varsat-crafted_) R 4659 4661 4380 0 -1 4194304 1316 0 0 0 22216 5 0 0 25 0 1 0 1150160657 6111232 1188 1992294400 4194304 5102648 548682068768 18446744073709551615 4214483 0 0 4096 3 0 0 0 17 1 0 0
/proc/4661/statm: 1492 1188 115 221 0 1268 0
Current children cumulated CPU time (s) 222.21
Current children cumulated vsize (KiB) 5968

[startup+282.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/72 4662
/proc/meminfo: memFree=1734976/2055920 swapFree=4170332/4192956
[pid=4661] ppid=4659 vsize=6496 CPUtime=282.19
/proc/4661/stat : 4661 (varsat-crafted_) R 4659 4661 4380 0 -1 4194304 1451 0 0 0 28212 7 0 0 25 0 1 0 1150160657 6651904 1323 1992294400 4194304 5102648 548682068768 18446744073709551615 4214035 0 0 4096 3 0 0 0 17 1 0 0
/proc/4661/statm: 1624 1323 115 221 0 1400 0
Current children cumulated CPU time (s) 282.19
Current children cumulated vsize (KiB) 6496

[startup+342.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/72 4662
/proc/meminfo: memFree=1734208/2055920 swapFree=4170332/4192956
[pid=4661] ppid=4659 vsize=7288 CPUtime=342.17
/proc/4661/stat : 4661 (varsat-crafted_) R 4659 4661 4380 0 -1 4194304 1643 0 0 0 34209 8 0 0 25 0 1 0 1150160657 7462912 1515 1992294400 4194304 5102648 548682068768 18446744073709551615 4215158 0 0 4096 3 0 0 0 17 1 0 0
/proc/4661/statm: 1822 1515 115 221 0 1598 0
Current children cumulated CPU time (s) 342.17
Current children cumulated vsize (KiB) 7288

[startup+402.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/72 4662
/proc/meminfo: memFree=1733312/2055920 swapFree=4170332/4192956
[pid=4661] ppid=4659 vsize=8212 CPUtime=402.15
/proc/4661/stat : 4661 (varsat-crafted_) R 4659 4661 4380 0 -1 4194304 1859 0 0 0 40206 9 0 0 25 0 1 0 1150160657 8409088 1731 1992294400 4194304 5102648 548682068768 18446744073709551615 4525143 0 0 4096 3 0 0 0 17 1 0 0
/proc/4661/statm: 2053 1731 115 221 0 1829 0
Current children cumulated CPU time (s) 402.15
Current children cumulated vsize (KiB) 8212

[startup+462.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/72 4662
/proc/meminfo: memFree=1732096/2055920 swapFree=4170332/4192956
[pid=4661] ppid=4659 vsize=9400 CPUtime=462.13
/proc/4661/stat : 4661 (varsat-crafted_) R 4659 4661 4380 0 -1 4194304 2164 0 0 0 46202 11 0 0 25 0 1 0 1150160657 9625600 2036 1992294400 4194304 5102648 548682068768 18446744073709551615 4214483 0 0 4096 3 0 0 0 17 1 0 0
/proc/4661/statm: 2350 2036 115 221 0 2126 0
Current children cumulated CPU time (s) 462.13
Current children cumulated vsize (KiB) 9400

[startup+522.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/72 4662
/proc/meminfo: memFree=1730752/2055920 swapFree=4170332/4192956
[pid=4661] ppid=4659 vsize=10720 CPUtime=522.12
/proc/4661/stat : 4661 (varsat-crafted_) R 4659 4661 4380 0 -1 4194304 2484 0 0 0 52199 13 0 0 25 0 1 0 1150160657 10977280 2356 1992294400 4194304 5102648 548682068768 18446744073709551615 4242195 0 0 4096 3 0 0 0 17 1 0 0
/proc/4661/statm: 2680 2356 115 221 0 2456 0
Current children cumulated CPU time (s) 522.12
Current children cumulated vsize (KiB) 10720

[startup+582.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/72 4662
/proc/meminfo: memFree=1729216/2055920 swapFree=4170332/4192956
[pid=4661] ppid=4659 vsize=12060 CPUtime=582.09
/proc/4661/stat : 4661 (varsat-crafted_) R 4659 4661 4380 0 -1 4194304 2848 0 0 0 58194 15 0 0 25 0 1 0 1150160657 12349440 2720 1992294400 4194304 5102648 548682068768 18446744073709551615 4214101 0 0 4096 3 0 0 0 17 1 0 0
/proc/4661/statm: 3015 2720 115 221 0 2791 0
Current children cumulated CPU time (s) 582.09
Current children cumulated vsize (KiB) 12060

[startup+642.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/72 4662
/proc/meminfo: memFree=1727680/2055920 swapFree=4170332/4192956
[pid=4661] ppid=4659 vsize=13644 CPUtime=642.08
/proc/4661/stat : 4661 (varsat-crafted_) R 4659 4661 4380 0 -1 4194304 3229 0 0 0 64191 17 0 0 25 0 1 0 1150160657 13971456 3101 1992294400 4194304 5102648 548682068768 18446744073709551615 4214156 0 0 4096 3 0 0 0 17 1 0 0
/proc/4661/statm: 3411 3101 115 221 0 3187 0
Current children cumulated CPU time (s) 642.08
Current children cumulated vsize (KiB) 13644

[startup+702.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/72 4662
/proc/meminfo: memFree=1726976/2055920 swapFree=4170332/4192956
[pid=4661] ppid=4659 vsize=14328 CPUtime=702.05
/proc/4661/stat : 4661 (varsat-crafted_) R 4659 4661 4380 0 -1 4194304 3403 0 0 0 70187 18 0 0 25 0 1 0 1150160657 14671872 3275 1992294400 4194304 5102648 548682068768 18446744073709551615 4213880 0 0 4096 3 0 0 0 17 1 0 0
/proc/4661/statm: 3582 3275 115 221 0 3358 0
Current children cumulated CPU time (s) 702.05
Current children cumulated vsize (KiB) 14328

[startup+762.307 s]
/proc/loadavg: 1.00 1.00 1.00 2/72 4662
/proc/meminfo: memFree=1726336/2055920 swapFree=4170332/4192956
[pid=4661] ppid=4659 vsize=14988 CPUtime=762.03
/proc/4661/stat : 4661 (varsat-crafted_) R 4659 4661 4380 0 -1 4194304 3564 0 0 0 76183 20 0 0 25 0 1 0 1150160657 15347712 3436 1992294400 4194304 5102648 548682068768 18446744073709551615 4213860 0 0 4096 3 0 0 0 17 1 0 0
/proc/4661/statm: 3747 3436 115 221 0 3523 0
Current children cumulated CPU time (s) 762.03
Current children cumulated vsize (KiB) 14988

[startup+822.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/72 4662
/proc/meminfo: memFree=1725376/2055920 swapFree=4170332/4192956
[pid=4661] ppid=4659 vsize=15912 CPUtime=822.01
/proc/4661/stat : 4661 (varsat-crafted_) R 4659 4661 4380 0 -1 4194304 3800 0 0 0 82179 22 0 0 25 0 1 0 1150160657 16293888 3672 1992294400 4194304 5102648 548682068768 18446744073709551615 4213869 0 0 4096 3 0 0 0 17 1 0 0
/proc/4661/statm: 3978 3672 115 221 0 3754 0
Current children cumulated CPU time (s) 822.01
Current children cumulated vsize (KiB) 15912

[startup+882.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/72 4662
/proc/meminfo: memFree=1724096/2055920 swapFree=4170332/4192956
[pid=4661] ppid=4659 vsize=17276 CPUtime=881.98
/proc/4661/stat : 4661 (varsat-crafted_) R 4659 4661 4380 0 -1 4194304 4125 0 0 0 88173 25 0 0 25 0 1 0 1150160657 17690624 3997 1992294400 4194304 5102648 548682068768 18446744073709551615 4215179 0 0 4096 3 0 0 0 17 1 0 0
/proc/4661/statm: 4319 3997 115 221 0 4095 0
Current children cumulated CPU time (s) 881.98
Current children cumulated vsize (KiB) 17276

[startup+942.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/72 4662
/proc/meminfo: memFree=1722560/2055920 swapFree=4170332/4192956
[pid=4661] ppid=4659 vsize=18728 CPUtime=941.96
/proc/4661/stat : 4661 (varsat-crafted_) R 4659 4661 4380 0 -1 4194304 4501 0 0 0 94169 27 0 0 25 0 1 0 1150160657 19177472 4373 1992294400 4194304 5102648 548682068768 18446744073709551615 4214101 0 0 4096 3 0 0 0 17 1 0 0
/proc/4661/statm: 4682 4373 115 221 0 4458 0
Current children cumulated CPU time (s) 941.96
Current children cumulated vsize (KiB) 18728

[startup+1002.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/72 4662
/proc/meminfo: memFree=1721856/2055920 swapFree=4170332/4192956
[pid=4661] ppid=4659 vsize=19388 CPUtime=1001.94
/proc/4661/stat : 4661 (varsat-crafted_) R 4659 4661 4380 0 -1 4194304 4666 0 0 0 100165 29 0 0 25 0 1 0 1150160657 19853312 4538 1992294400 4194304 5102648 548682068768 18446744073709551615 4214101 0 0 4096 3 0 0 0 17 1 0 0
/proc/4661/statm: 4847 4538 115 221 0 4623 0
Current children cumulated CPU time (s) 1001.94
Current children cumulated vsize (KiB) 19388

[startup+1062.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/72 4662
/proc/meminfo: memFree=1720960/2055920 swapFree=4170332/4192956
[pid=4661] ppid=4659 vsize=20316 CPUtime=1061.92
/proc/4661/stat : 4661 (varsat-crafted_) R 4659 4661 4380 0 -1 4194304 4880 0 0 0 106161 31 0 0 25 0 1 0 1150160657 20803584 4752 1992294400 4194304 5102648 548682068768 18446744073709551615 4214101 0 0 4096 3 0 0 0 17 1 0 0
/proc/4661/statm: 5079 4752 115 221 0 4855 0
Current children cumulated CPU time (s) 1061.92
Current children cumulated vsize (KiB) 20316

[startup+1122.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/72 4662
/proc/meminfo: memFree=1720192/2055920 swapFree=4170332/4192956
[pid=4661] ppid=4659 vsize=20992 CPUtime=1121.9
/proc/4661/stat : 4661 (varsat-crafted_) R 4659 4661 4380 0 -1 4194304 5077 0 0 0 112157 33 0 0 25 0 1 0 1150160657 21495808 4949 1992294400 4194304 5102648 548682068768 18446744073709551615 4525143 0 0 4096 3 0 0 0 17 1 0 0
/proc/4661/statm: 5248 4949 115 221 0 5024 0
Current children cumulated CPU time (s) 1121.9
Current children cumulated vsize (KiB) 20992

[startup+1182.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/72 4662
/proc/meminfo: memFree=1719040/2055920 swapFree=4170332/4192956
[pid=4661] ppid=4659 vsize=22340 CPUtime=1181.88
/proc/4661/stat : 4661 (varsat-crafted_) R 4659 4661 4380 0 -1 4194304 5368 0 0 0 118153 35 0 0 25 0 1 0 1150160657 22876160 5240 1992294400 4194304 5102648 548682068768 18446744073709551615 4525143 0 0 4096 3 0 0 0 17 1 0 0
/proc/4661/statm: 5585 5240 115 221 0 5361 0
Current children cumulated CPU time (s) 1181.88
Current children cumulated vsize (KiB) 22340



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.5 s]
/proc/loadavg: 1.00 1.00 1.00 2/72 4662
/proc/meminfo: memFree=1718656/2055920 swapFree=4170332/4192956
[pid=4661] ppid=4659 vsize=22604 CPUtime=1200.08
/proc/4661/stat : 4661 (varsat-crafted_) R 4659 4661 4380 0 -1 4194304 5455 0 0 0 119972 36 0 0 25 0 1 0 1150160657 23146496 5327 1992294400 4194304 5102648 548682068768 18446744073709551615 4214003 0 0 4096 3 0 0 0 17 1 0 0
/proc/4661/statm: 5651 5327 115 221 0 5427 0
Current children cumulated CPU time (s) 1200.08
Current children cumulated vsize (KiB) 22604

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.00 2/72 4662
/proc/meminfo: memFree=1718656/2055920 swapFree=4170332/4192956
[pid=4661] ppid=4659 vsize=22604 CPUtime=1200.08
/proc/4661/stat : 4661 (varsat-crafted_) R 4659 4661 4380 0 -1 4194304 5455 0 0 0 119972 36 0 0 25 0 1 0 1150160657 23146496 5327 1992294400 4194304 5102648 548682068768 18446744073709551615 4214003 0 0 4096 3 0 0 0 17 1 0 0
/proc/4661/statm: 5651 5327 115 221 0 5427 0
Current children cumulated CPU time (s) 1200.08
Current children cumulated vsize (KiB) 22604

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1200.51
CPU time (s): 1200.1
CPU user time (s): 1199.73
CPU system time (s): 0.370943
CPU usage (%): 99.9656
Max. virtual memory (cumulated for all children) (KiB): 22604

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

runsolver used 1.18382 second user time and 3.19551 second system time

The end

Launcher Data

Begin job on node38 at 2009-04-03 18:09:36
IDJOB=1562437
IDBENCH=70934
IDSOLVER=537
FILE ID=node38/1562437-1238774976
PBS_JOBID= 9085555
Free space on /tmp= 66488 MiB

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

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

MD5SUM BENCH= 4259362ee72589b1a94d1f5c9f846a0b
RANDOM SEED=1441217181

node38.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.259
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	: 5931.00
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.259
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:       1740776 kB
Buffers:         37076 kB
Cached:         185084 kB
SwapCached:      11216 kB
Active:          51280 kB
Inactive:       183600 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1740776 kB
SwapTotal:     4192956 kB
SwapFree:      4170332 kB
Dirty:            1460 kB
Writeback:           0 kB
Mapped:          18460 kB
Slab:            65484 kB
Committed_AS:  3436516 kB
PageTables:       1988 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= 66484 MiB
End job on node38 at 2009-04-03 18:29:38