Trace number 1562177

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.08 1200.71

General information on the benchmark

NameCRAFTED/
edgematching/all/em_7_4_8_all.cnf
MD5SUM49323100760aa1d9fcd1b2d7081994d1
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.049991
Satisfiable
(Un)Satisfiability was proved
Number of variables1617
Number of clauses37237
Sum of the clauses size92593
Maximum clause length25
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 225780
Number of clauses of size 38550
Number of clauses of size 4932
Number of clauses of size 51825
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:  1617                                                 |
0.00/0.00	c |  Number of clauses:    37237                                                |
0.00/0.03	c |  Parsing time:         0.03         s                                       |
0.00/0.03	c |  Timeout:              43200 s
0.00/0.03	c |  Random Seed:          1438893933.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.09/0.11	c ============================[ Search Statistics ]==============================
0.09/0.11	c | Conflicts |          ORIGINAL         |          LEARNT          | Progress |
0.09/0.11	c |           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
0.09/0.11	c ===============================================================================
0.09/0.11	c |         0 |    1613    36787    91281 |    12262        0    nan |  0.000 % |
9.09/9.16	c |       100 |    1613    36787    91281 |    13488      100    142 |  0.000 % |
18.99/19.07	c |       250 |    1613    36787    91281 |    14837      250    141 |  0.000 % |
30.89/30.95	c |       477 |    1613    36787    91281 |    16321      477    155 |  0.000 % |
47.57/47.65	c |       814 |    1613    36787    91281 |    17953      814    155 |  0.000 % |
70.66/70.71	c |      1321 |    1613    36787    91281 |    19748     1321    156 |  0.000 % |
107.54/107.66	c |      2082 |    1613    36787    91281 |    21723     2082    157 |  0.000 % |
153.92/154.01	c |      3221 |    1613    36787    91281 |    23895     3221    162 |  0.000 % |
232.07/232.29	c |      4933 |    1613    36787    91281 |    26285     4933    165 |  0.000 % |
344.61/344.82	c |      7496 |    1613    36787    91281 |    28913     7496    165 |  0.000 % |
518.42/518.75	c |     11340 |    1613    36787    91281 |    31805    11340    173 |  0.000 % |
793.98/794.49	c |     17109 |    1613    36787    91281 |    34985    17109    177 |  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-1562177-1238771087/watcher-1562177-1238771087 -o /tmp/evaluation-result-1562177-1238771087/solver-1562177-1238771087 -C 1200 -W 1800 -M 1800 --output-limit 1,15 HOME/varsat-crafted_static -seed=1438893933 HOME/instance-1562177-1238771087.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.14 1.04 1.04 3/72 3245
/proc/meminfo: memFree=1826264/2055920 swapFree=4174696/4192956
[pid=3245] ppid=3243 vsize=2828 CPUtime=0
/proc/3245/stat : 3245 (varsat-crafted_) R 3243 3245 2954 0 -1 4194304 445 0 0 0 0 0 0 0 18 0 1 0 1149769864 2895872 430 1992294400 4194304 5102648 548682068768 18446744073709551615 4263334 0 0 4096 3 0 0 0 17 0 0 0
/proc/3245/statm: 707 430 87 221 0 483 0

[startup+0.105978 s]
/proc/loadavg: 1.14 1.04 1.04 3/72 3245
/proc/meminfo: memFree=1826264/2055920 swapFree=4174696/4192956
[pid=3245] ppid=3243 vsize=7264 CPUtime=0.09
/proc/3245/stat : 3245 (varsat-crafted_) R 3243 3245 2954 0 -1 4194304 1497 0 0 0 9 0 0 0 18 0 1 0 1149769864 7438336 1482 1992294400 4194304 5102648 548682068768 18446744073709551615 4273049 0 0 4096 3 0 0 0 17 0 0 0
/proc/3245/statm: 1816 1482 100 221 0 1592 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 7264

[startup+0.201993 s]
/proc/loadavg: 1.14 1.04 1.04 3/72 3245
/proc/meminfo: memFree=1826264/2055920 swapFree=4174696/4192956
[pid=3245] ppid=3243 vsize=6540 CPUtime=0.19
/proc/3245/stat : 3245 (varsat-crafted_) R 3243 3245 2954 0 -1 4194304 1499 0 0 0 19 0 0 0 19 0 1 0 1149769864 6696960 1339 1992294400 4194304 5102648 548682068768 18446744073709551615 4213798 0 0 4096 3 0 0 0 17 0 0 0
/proc/3245/statm: 1635 1339 102 221 0 1411 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 6540

[startup+0.302012 s]
/proc/loadavg: 1.14 1.04 1.04 3/72 3245
/proc/meminfo: memFree=1826264/2055920 swapFree=4174696/4192956
[pid=3245] ppid=3243 vsize=6540 CPUtime=0.29
/proc/3245/stat : 3245 (varsat-crafted_) R 3243 3245 2954 0 -1 4194304 1499 0 0 0 29 0 0 0 20 0 1 0 1149769864 6696960 1339 1992294400 4194304 5102648 548682068768 18446744073709551615 4214012 0 0 4096 3 0 0 0 17 0 0 0
/proc/3245/statm: 1635 1339 102 221 0 1411 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 6540

[startup+0.701084 s]
/proc/loadavg: 1.14 1.04 1.04 3/72 3245
/proc/meminfo: memFree=1826264/2055920 swapFree=4174696/4192956
[pid=3245] ppid=3243 vsize=6540 CPUtime=0.69
/proc/3245/stat : 3245 (varsat-crafted_) R 3243 3245 2954 0 -1 4194304 1499 0 0 0 69 0 0 0 23 0 1 0 1149769864 6696960 1339 1992294400 4194304 5102648 548682068768 18446744073709551615 4213974 0 0 4096 3 0 0 0 17 0 0 0
/proc/3245/statm: 1635 1339 102 221 0 1411 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 6540

[startup+1.50123 s]
/proc/loadavg: 1.13 1.04 1.04 2/73 3246
/proc/meminfo: memFree=1821072/2055920 swapFree=4174696/4192956
[pid=3245] ppid=3243 vsize=6540 CPUtime=1.49
/proc/3245/stat : 3245 (varsat-crafted_) R 3243 3245 2954 0 -1 4194304 1499 0 0 0 149 0 0 0 25 0 1 0 1149769864 6696960 1339 1992294400 4194304 5102648 548682068768 18446744073709551615 4213798 0 0 4096 3 0 0 0 17 0 0 0
/proc/3245/statm: 1635 1339 102 221 0 1411 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 6540

[startup+3.10152 s]
/proc/loadavg: 1.13 1.04 1.04 2/73 3246
/proc/meminfo: memFree=1820944/2055920 swapFree=4174696/4192956
[pid=3245] ppid=3243 vsize=6540 CPUtime=3.09
/proc/3245/stat : 3245 (varsat-crafted_) R 3243 3245 2954 0 -1 4194304 1499 0 0 0 309 0 0 0 25 0 1 0 1149769864 6696960 1339 1992294400 4194304 5102648 548682068768 18446744073709551615 4215170 0 0 4096 3 0 0 0 17 0 0 0
/proc/3245/statm: 1635 1339 102 221 0 1411 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 6540

[startup+6.3011 s]
/proc/loadavg: 1.13 1.04 1.04 2/73 3246
/proc/meminfo: memFree=1820944/2055920 swapFree=4174696/4192956
[pid=3245] ppid=3243 vsize=6540 CPUtime=6.29
/proc/3245/stat : 3245 (varsat-crafted_) R 3243 3245 2954 0 -1 4194304 1500 0 0 0 629 0 0 0 25 0 1 0 1149769864 6696960 1340 1992294400 4194304 5102648 548682068768 18446744073709551615 4213899 0 0 4096 3 0 0 0 17 0 0 0
/proc/3245/statm: 1635 1340 103 221 0 1411 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 6540

[startup+12.7013 s]
/proc/loadavg: 1.11 1.04 1.04 2/73 3246
/proc/meminfo: memFree=1820880/2055920 swapFree=4174696/4192956
[pid=3245] ppid=3243 vsize=6540 CPUtime=12.68
/proc/3245/stat : 3245 (varsat-crafted_) R 3243 3245 2954 0 -1 4194304 1512 0 0 0 1268 0 0 0 25 0 1 0 1149769864 6696960 1352 1992294400 4194304 5102648 548682068768 18446744073709551615 4213780 0 0 4096 3 0 0 0 17 0 0 0
/proc/3245/statm: 1635 1352 115 221 0 1411 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 6540

[startup+25.5016 s]
/proc/loadavg: 1.09 1.04 1.04 2/73 3246
/proc/meminfo: memFree=1820944/2055920 swapFree=4174696/4192956
[pid=3245] ppid=3243 vsize=6540 CPUtime=25.49
/proc/3245/stat : 3245 (varsat-crafted_) R 3243 3245 2954 0 -1 4194304 1512 0 0 0 2548 1 0 0 25 0 1 0 1149769864 6696960 1352 1992294400 4194304 5102648 548682068768 18446744073709551615 4213886 0 0 4096 3 0 0 0 17 0 0 0
/proc/3245/statm: 1635 1352 115 221 0 1411 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 6540

[startup+51.1012 s]
/proc/loadavg: 1.06 1.03 1.04 2/73 3246
/proc/meminfo: memFree=1820880/2055920 swapFree=4174696/4192956
[pid=3245] ppid=3243 vsize=6540 CPUtime=51.07
/proc/3245/stat : 3245 (varsat-crafted_) R 3243 3245 2954 0 -1 4194304 1512 0 0 0 5106 1 0 0 25 0 1 0 1149769864 6696960 1352 1992294400 4194304 5102648 548682068768 18446744073709551615 4214167 0 0 4096 3 0 0 0 17 0 0 0
/proc/3245/statm: 1635 1352 115 221 0 1411 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 6540

[startup+102.302 s]
/proc/loadavg: 1.02 1.02 1.03 2/73 3246
/proc/meminfo: memFree=1820304/2055920 swapFree=4174696/4192956
[pid=3245] ppid=3243 vsize=7068 CPUtime=102.24
/proc/3245/stat : 3245 (varsat-crafted_) R 3243 3245 2954 0 -1 4194304 1666 0 0 0 10222 2 0 0 25 0 1 0 1149769864 7237632 1506 1992294400 4194304 5102648 548682068768 18446744073709551615 4214262 0 0 4096 3 0 0 0 17 0 0 0
/proc/3245/statm: 1767 1506 115 221 0 1543 0
Current children cumulated CPU time (s) 102.24
Current children cumulated vsize (KiB) 7068

[startup+162.301 s]
/proc/loadavg: 1.01 1.02 1.02 2/73 3246
/proc/meminfo: memFree=1819152/2055920 swapFree=4174696/4192956
[pid=3245] ppid=3243 vsize=8124 CPUtime=162.21
/proc/3245/stat : 3245 (varsat-crafted_) R 3243 3245 2954 0 -1 4194304 1930 0 0 0 16218 3 0 0 25 0 1 0 1149769864 8318976 1770 1992294400 4194304 5102648 548682068768 18446744073709551615 4213686 0 0 4096 3 0 0 0 17 0 0 0
/proc/3245/statm: 2031 1770 115 221 0 1807 0
Current children cumulated CPU time (s) 162.21
Current children cumulated vsize (KiB) 8124

[startup+222.306 s]
/proc/loadavg: 1.00 1.01 1.02 2/73 3246
/proc/meminfo: memFree=1818064/2055920 swapFree=4174696/4192956
[pid=3245] ppid=3243 vsize=9312 CPUtime=222.18
/proc/3245/stat : 3245 (varsat-crafted_) R 3243 3245 2954 0 -1 4194304 2225 0 0 0 22213 5 0 0 25 0 1 0 1149769864 9535488 2065 1992294400 4194304 5102648 548682068768 18446744073709551615 4214474 0 0 4096 3 0 0 0 17 0 0 0
/proc/3245/statm: 2328 2065 115 221 0 2104 0
Current children cumulated CPU time (s) 222.18
Current children cumulated vsize (KiB) 9312

[startup+282.301 s]
/proc/loadavg: 1.00 1.01 1.01 2/73 3246
/proc/meminfo: memFree=1816912/2055920 swapFree=4174696/4192956
[pid=3245] ppid=3243 vsize=10368 CPUtime=282.15
/proc/3245/stat : 3245 (varsat-crafted_) R 3243 3245 2954 0 -1 4194304 2493 0 0 0 28208 7 0 0 25 0 1 0 1149769864 10616832 2333 1992294400 4194304 5102648 548682068768 18446744073709551615 4214156 0 0 4096 3 0 0 0 17 0 0 0
/proc/3245/statm: 2592 2333 115 221 0 2368 0
Current children cumulated CPU time (s) 282.15
Current children cumulated vsize (KiB) 10368

[startup+342.302 s]
/proc/loadavg: 1.00 1.00 1.01 2/73 3246
/proc/meminfo: memFree=1815824/2055920 swapFree=4174696/4192956
[pid=3245] ppid=3243 vsize=11428 CPUtime=342.12
/proc/3245/stat : 3245 (varsat-crafted_) R 3243 3245 2954 0 -1 4194304 2760 0 0 0 34204 8 0 0 25 0 1 0 1149769864 11702272 2600 1992294400 4194304 5102648 548682068768 18446744073709551615 4214328 0 0 4096 3 0 0 0 17 0 0 0
/proc/3245/statm: 2857 2600 115 221 0 2633 0
Current children cumulated CPU time (s) 342.12
Current children cumulated vsize (KiB) 11428

[startup+402.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/73 3246
/proc/meminfo: memFree=1814736/2055920 swapFree=4174696/4192956
[pid=3245] ppid=3243 vsize=12664 CPUtime=402.08
/proc/3245/stat : 3245 (varsat-crafted_) R 3243 3245 2954 0 -1 4194304 3038 0 0 0 40198 10 0 0 25 0 1 0 1149769864 12967936 2878 1992294400 4194304 5102648 548682068768 18446744073709551615 4213798 0 0 4096 3 0 0 0 17 0 0 0
/proc/3245/statm: 3166 2878 115 221 0 2942 0
Current children cumulated CPU time (s) 402.08
Current children cumulated vsize (KiB) 12664

[startup+462.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/73 3246
/proc/meminfo: memFree=1813328/2055920 swapFree=4174696/4192956
[pid=3245] ppid=3243 vsize=13856 CPUtime=462.05
/proc/3245/stat : 3245 (varsat-crafted_) R 3243 3245 2954 0 -1 4194304 3356 0 0 0 46194 11 0 0 25 0 1 0 1149769864 14188544 3196 1992294400 4194304 5102648 548682068768 18446744073709551615 4213794 0 0 4096 3 0 0 0 17 0 0 0
/proc/3245/statm: 3464 3196 115 221 0 3240 0
Current children cumulated CPU time (s) 462.05
Current children cumulated vsize (KiB) 13856

[startup+522.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/73 3246
/proc/meminfo: memFree=1812176/2055920 swapFree=4174696/4192956
[pid=3245] ppid=3243 vsize=14928 CPUtime=522.02
/proc/3245/stat : 3245 (varsat-crafted_) R 3243 3245 2954 0 -1 4194304 3637 0 0 0 52189 13 0 0 25 0 1 0 1149769864 15286272 3477 1992294400 4194304 5102648 548682068768 18446744073709551615 4214156 0 0 4096 3 0 0 0 17 0 0 0
/proc/3245/statm: 3732 3477 115 221 0 3508 0
Current children cumulated CPU time (s) 522.02
Current children cumulated vsize (KiB) 14928

[startup+582.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/73 3246
/proc/meminfo: memFree=1811408/2055920 swapFree=4174696/4192956
[pid=3245] ppid=3243 vsize=15816 CPUtime=581.99
/proc/3245/stat : 3245 (varsat-crafted_) R 3243 3245 2954 0 -1 4194304 3816 0 0 0 58184 15 0 0 25 0 1 0 1149769864 16195584 3656 1992294400 4194304 5102648 548682068768 18446744073709551615 4215244 0 0 4096 3 0 0 0 17 0 0 0
/proc/3245/statm: 3954 3656 115 221 0 3730 0
Current children cumulated CPU time (s) 581.99
Current children cumulated vsize (KiB) 15816

[startup+642.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/73 3246
/proc/meminfo: memFree=1810384/2055920 swapFree=4174696/4192956
[pid=3245] ppid=3243 vsize=16888 CPUtime=641.95
/proc/3245/stat : 3245 (varsat-crafted_) R 3243 3245 2954 0 -1 4194304 4086 0 0 0 64179 16 0 0 25 0 1 0 1149769864 17293312 3926 1992294400 4194304 5102648 548682068768 18446744073709551615 4213780 0 0 4096 3 0 0 0 17 0 0 0
/proc/3245/statm: 4222 3926 115 221 0 3998 0
Current children cumulated CPU time (s) 641.95
Current children cumulated vsize (KiB) 16888

[startup+702.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/73 3246
/proc/meminfo: memFree=1809168/2055920 swapFree=4174696/4192956
[pid=3245] ppid=3243 vsize=17944 CPUtime=701.93
/proc/3245/stat : 3245 (varsat-crafted_) R 3243 3245 2954 0 -1 4194304 4360 0 0 0 70175 18 0 0 25 0 1 0 1149769864 18374656 4200 1992294400 4194304 5102648 548682068768 18446744073709551615 4213798 0 0 4096 3 0 0 0 17 0 0 0
/proc/3245/statm: 4486 4200 115 221 0 4262 0
Current children cumulated CPU time (s) 701.93
Current children cumulated vsize (KiB) 17944

[startup+762.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/73 3246
/proc/meminfo: memFree=1807888/2055920 swapFree=4174696/4192956
[pid=3245] ppid=3243 vsize=19144 CPUtime=761.9
/proc/3245/stat : 3245 (varsat-crafted_) R 3243 3245 2954 0 -1 4194304 4686 0 0 0 76170 20 0 0 25 0 1 0 1149769864 19603456 4526 1992294400 4194304 5102648 548682068768 18446744073709551615 4213798 0 0 4096 3 0 0 0 17 0 0 0
/proc/3245/statm: 4786 4526 115 221 0 4562 0
Current children cumulated CPU time (s) 761.9
Current children cumulated vsize (KiB) 19144

[startup+822.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/73 3246
/proc/meminfo: memFree=1806480/2055920 swapFree=4174696/4192956
[pid=3245] ppid=3243 vsize=20628 CPUtime=821.87
/proc/3245/stat : 3245 (varsat-crafted_) R 3243 3245 2954 0 -1 4194304 5041 0 0 0 82165 22 0 0 25 0 1 0 1149769864 21123072 4881 1992294400 4194304 5102648 548682068768 18446744073709551615 4213798 0 0 4096 3 0 0 0 17 0 0 0
/proc/3245/statm: 5157 4881 115 221 0 4933 0
Current children cumulated CPU time (s) 821.87
Current children cumulated vsize (KiB) 20628

[startup+882.306 s]
/proc/loadavg: 1.00 1.00 1.00 2/73 3246
/proc/meminfo: memFree=1805264/2055920 swapFree=4174696/4192956
[pid=3245] ppid=3243 vsize=21860 CPUtime=881.84
/proc/3245/stat : 3245 (varsat-crafted_) R 3243 3245 2954 0 -1 4194304 5342 0 0 0 88161 23 0 0 25 0 1 0 1149769864 22384640 5182 1992294400 4194304 5102648 548682068768 18446744073709551615 4214105 0 0 4096 3 0 0 0 17 0 0 0
/proc/3245/statm: 5465 5182 115 221 0 5241 0
Current children cumulated CPU time (s) 881.84
Current children cumulated vsize (KiB) 21860

[startup+942.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/73 3246
/proc/meminfo: memFree=1804176/2055920 swapFree=4174696/4192956
[pid=3245] ppid=3243 vsize=22928 CPUtime=941.8
/proc/3245/stat : 3245 (varsat-crafted_) R 3243 3245 2954 0 -1 4194304 5602 0 0 0 94155 25 0 0 25 0 1 0 1149769864 23478272 5442 1992294400 4194304 5102648 548682068768 18446744073709551615 4213798 0 0 4096 3 0 0 0 17 0 0 0
/proc/3245/statm: 5732 5442 115 221 0 5508 0
Current children cumulated CPU time (s) 941.8
Current children cumulated vsize (KiB) 22928

[startup+1002.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/73 3246
/proc/meminfo: memFree=1803728/2055920 swapFree=4174696/4192956
[pid=3245] ppid=3243 vsize=23328 CPUtime=1001.77
/proc/3245/stat : 3245 (varsat-crafted_) R 3243 3245 2954 0 -1 4194304 5717 0 0 0 100150 27 0 0 25 0 1 0 1149769864 23887872 5557 1992294400 4194304 5102648 548682068768 18446744073709551615 4214003 0 0 4096 3 0 0 0 17 0 0 0
/proc/3245/statm: 5832 5557 115 221 0 5608 0
Current children cumulated CPU time (s) 1001.77
Current children cumulated vsize (KiB) 23328

[startup+1062.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/73 3246
/proc/meminfo: memFree=1803216/2055920 swapFree=4174696/4192956
[pid=3245] ppid=3243 vsize=24016 CPUtime=1061.74
/proc/3245/stat : 3245 (varsat-crafted_) R 3243 3245 2954 0 -1 4194304 5857 0 0 0 106146 28 0 0 25 0 1 0 1149769864 24592384 5697 1992294400 4194304 5102648 548682068768 18446744073709551615 4214195 0 0 4096 3 0 0 0 17 0 0 0
/proc/3245/statm: 6004 5697 115 221 0 5780 0
Current children cumulated CPU time (s) 1061.74
Current children cumulated vsize (KiB) 24016

[startup+1122.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/73 3246
/proc/meminfo: memFree=1802512/2055920 swapFree=4174696/4192956
[pid=3245] ppid=3243 vsize=24544 CPUtime=1121.7
/proc/3245/stat : 3245 (varsat-crafted_) R 3243 3245 2954 0 -1 4194304 6008 0 0 0 112140 30 0 0 25 0 1 0 1149769864 25133056 5848 1992294400 4194304 5102648 548682068768 18446744073709551615 4214244 0 0 4096 3 0 0 0 17 0 0 0
/proc/3245/statm: 6136 5848 115 221 0 5912 0
Current children cumulated CPU time (s) 1121.7
Current children cumulated vsize (KiB) 24544

[startup+1182.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/73 3246
/proc/meminfo: memFree=1801936/2055920 swapFree=4174696/4192956
[pid=3245] ppid=3243 vsize=25084 CPUtime=1181.67
/proc/3245/stat : 3245 (varsat-crafted_) R 3243 3245 2954 0 -1 4194304 6133 0 0 0 118135 32 0 0 25 0 1 0 1149769864 25686016 5973 1992294400 4194304 5102648 548682068768 18446744073709551615 4242195 0 0 4096 3 0 0 0 17 0 0 0
/proc/3245/statm: 6271 5973 115 221 0 6047 0
Current children cumulated CPU time (s) 1181.67
Current children cumulated vsize (KiB) 25084



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.7 s]
/proc/loadavg: 1.00 1.00 1.00 2/73 3246
/proc/meminfo: memFree=1801808/2055920 swapFree=4174696/4192956
[pid=3245] ppid=3243 vsize=25216 CPUtime=1200.07
/proc/3245/stat : 3245 (varsat-crafted_) R 3243 3245 2954 0 -1 4194304 6180 0 0 0 119975 32 0 0 25 0 1 0 1149769864 25821184 6020 1992294400 4194304 5102648 548682068768 18446744073709551615 4213915 0 0 4096 3 0 0 0 17 0 0 0
/proc/3245/statm: 6304 6020 115 221 0 6080 0
Current children cumulated CPU time (s) 1200.07
Current children cumulated vsize (KiB) 25216

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.71
CPU time (s): 1200.08
CPU user time (s): 1199.75
CPU system time (s): 0.330949
CPU usage (%): 99.9479
Max. virtual memory (cumulated for all children) (KiB): 25216

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

runsolver used 1.06184 second user time and 3.34749 second system time

The end

Launcher Data

Begin job on node67 at 2009-04-03 17:04:47
IDJOB=1562177
IDBENCH=70929
IDSOLVER=537
FILE ID=node67/1562177-1238771087
PBS_JOBID= 9085523
Free space on /tmp= 66560 MiB

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

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

MD5SUM BENCH= 49323100760aa1d9fcd1b2d7081994d1
RANDOM SEED=1438893933

node67.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.265
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.265
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:       1826752 kB
Buffers:         18204 kB
Cached:         130520 kB
SwapCached:       9784 kB
Active:          33680 kB
Inactive:       126320 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1826752 kB
SwapTotal:     4192956 kB
SwapFree:      4174696 kB
Dirty:            1568 kB
Writeback:           0 kB
Mapped:          16876 kB
Slab:            54260 kB
Committed_AS:  3491752 kB
PageTables:       2052 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= 66560 MiB
End job on node67 at 2009-04-03 17:24:50