Trace number 1518315

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

NameRANDOM/MEDIUM/3SAT/SATISFIABLE/420/
unif-k3-r4.25-v420-c1785-S1139247531-051.cnf
MD5SUMa0444a7552e36138b8c3b45356eecf6e
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.023995
Satisfiable
(Un)Satisfiability was proved
Number of variables420
Number of clauses1785
Sum of the clauses size5355
Maximum clause length3
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 31785
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.00/0.00	c ============================[ Problem Statistics ]=============================
0.00/0.00	c |                                                                             |
0.00/0.00	c |  Number of variables:  420                                                  |
0.00/0.00	c |  Number of clauses:    1785                                                 |
0.00/0.00	c |  Parsing time:         0.00         s                                       |
0.00/0.00	c |  Timeout:              43200 s
0.00/0.00	c |  Random Seed:          1595365631.000000
0.00/0.00	c |  Heuristic:            EMBP-G, threshold 0.800                              |
0.00/0.00	c |  Branching Rule:       default (solution-guided)                            |
0.00/0.00	c |  Learned clauses in surveys?  Using NO learned clauses.                     |
0.00/0.00	c |                                                                             |
0.00/0.00	c ============================[ Search Statistics ]==============================
0.00/0.00	c | Conflicts |          ORIGINAL         |          LEARNT          | Progress |
0.00/0.00	c |           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
0.00/0.00	c ===============================================================================
0.00/0.00	c |         0 |     402     1752     5375 |      584        0    nan |  0.000 % |
0.00/0.01	c |       100 |     402     1752     5375 |      642      100     22 |  0.001 % |
0.00/0.01	c |       251 |     402     1752     5375 |      706      251     22 |  0.001 % |
0.02/0.02	c |       476 |     402     1752     5375 |      777      476     20 |  0.001 % |
0.02/0.04	c |       813 |     402     1752     5375 |      855      813     20 |  0.001 % |
0.02/0.05	c |      1319 |     402     1752     5375 |      940      876     19 |  0.001 % |
0.02/0.08	c |      2078 |     402     1752     5375 |     1034      655     18 |  0.001 % |
0.09/0.13	c |      3218 |     402     1752     5375 |     1138      731     17 |  0.001 % |
0.09/0.19	c |      4926 |     402     1752     5375 |     1251      674     15 |  0.001 % |
0.19/0.29	c |      7489 |     402     1752     5375 |     1377     1274     17 |  0.001 % |
0.39/0.45	c |     11334 |     402     1752     5375 |     1514      864     17 |  0.001 % |
0.59/0.69	c |     17101 |     402     1752     5375 |     1666     1191     17 |  0.001 % |
1.00/1.05	c |     25752 |     402     1752     5375 |     1832     1339     17 |  0.001 % |
1.59/1.62	c |     38729 |     402     1752     5375 |     2016     1207     18 |  0.001 % |
2.39/2.49	c |     58190 |     402     1752     5375 |     2217     1130     17 |  0.001 % |
3.79/3.83	c |     87385 |     402     1752     5375 |     2439     2157     19 |  0.001 % |
5.89/5.93	c |    131176 |     402     1752     5375 |     2683     1265     17 |  0.001 % |
9.09/9.19	c |    196860 |     402     1752     5375 |     2951     1577     18 |  0.001 % |
14.19/14.26	c |    295386 |     402     1752     5375 |     3246     2767     18 |  0.001 % |
22.18/22.27	c |    443176 |     402     1752     5375 |     3571     2643     18 |  0.001 % |
34.68/34.75	c |    664859 |     402     1752     5375 |     3928     2114     18 |  0.001 % |
54.07/54.11	c |    997384 |     402     1752     5375 |     4321     3310     19 |  0.001 % |
84.17/84.23	c |   1496174 |     402     1752     5375 |     4753     2298     19 |  0.001 % |
130.96/131.06	c |   2244356 |     402     1752     5375 |     5229     2558     18 |  0.001 % |
204.13/204.29	c |   3366630 |     402     1752     5375 |     5752     4726     20 |  0.001 % |
321.11/321.29	c |   5050041 |     402     1752     5375 |     6327     5126     20 |  0.001 % |
504.15/504.33	c |   7575159 |     402     1752     5375 |     6960     5478     20 |  0.001 % |
788.89/789.11	c |  11362835 |     402     1752     5375 |     7656     6494     20 |  0.001 % |

Verifier Data

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

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-1518315-1238298036/watcher-1518315-1238298036 -o /tmp/evaluation-result-1518315-1238298036/solver-1518315-1238298036 -C 1200 -W 1800 -M 1800 --output-limit 1,15 HOME/varsat-crafted_static -seed=1595365631 HOME/instance-1518315-1238298036.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/68 30134
/proc/meminfo: memFree=877112/2055920 swapFree=4176188/4192956
[pid=30134] ppid=30132 vsize=2416 CPUtime=0
/proc/30134/stat : 30134 (varsat-crafted_) R 30132 30134 26561 0 -1 4194304 226 0 0 0 0 0 0 0 18 0 1 0 1102465308 2473984 211 1992294400 4194304 5102648 548682068800 18446744073709551615 4485972 0 0 4096 3 0 0 0 17 1 0 0
/proc/30134/statm: 604 211 100 221 0 380 0

[startup+0.0264091 s]
/proc/loadavg: 0.99 0.97 0.99 3/68 30134
/proc/meminfo: memFree=877112/2055920 swapFree=4176188/4192956
[pid=30134] ppid=30132 vsize=2416 CPUtime=0.02
/proc/30134/stat : 30134 (varsat-crafted_) R 30132 30134 26561 0 -1 4194304 243 0 0 0 2 0 0 0 18 0 1 0 1102465308 2473984 228 1992294400 4194304 5102648 548682068800 18446744073709551615 4244742 0 0 4096 3 0 0 0 17 1 0 0
/proc/30134/statm: 604 228 114 221 0 380 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 2416

[startup+0.101417 s]
/proc/loadavg: 0.99 0.97 0.99 3/68 30134
/proc/meminfo: memFree=877112/2055920 swapFree=4176188/4192956
[pid=30134] ppid=30132 vsize=2548 CPUtime=0.09
/proc/30134/stat : 30134 (varsat-crafted_) R 30132 30134 26561 0 -1 4194304 263 0 0 0 9 0 0 0 18 0 1 0 1102465308 2609152 248 1992294400 4194304 5102648 548682068800 18446744073709551615 4249760 0 0 4096 3 0 0 0 17 1 0 0
/proc/30134/statm: 637 248 114 221 0 413 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 2548

[startup+0.301439 s]
/proc/loadavg: 0.99 0.97 0.99 3/68 30134
/proc/meminfo: memFree=877112/2055920 swapFree=4176188/4192956
[pid=30134] ppid=30132 vsize=2680 CPUtime=0.29
/proc/30134/stat : 30134 (varsat-crafted_) R 30132 30134 26561 0 -1 4194304 290 0 0 0 29 0 0 0 19 0 1 0 1102465308 2744320 275 1992294400 4194304 5102648 548682068800 18446744073709551615 4255124 0 0 4096 3 0 0 0 17 1 0 0
/proc/30134/statm: 670 275 114 221 0 446 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 2680

[startup+0.701483 s]
/proc/loadavg: 0.99 0.97 0.99 3/68 30134
/proc/meminfo: memFree=877112/2055920 swapFree=4176188/4192956
[pid=30134] ppid=30132 vsize=2812 CPUtime=0.69
/proc/30134/stat : 30134 (varsat-crafted_) R 30132 30134 26561 0 -1 4194304 321 0 0 0 69 0 0 0 22 0 1 0 1102465308 2879488 306 1992294400 4194304 5102648 548682068800 18446744073709551615 4255060 0 0 4096 3 0 0 0 17 1 0 0
/proc/30134/statm: 703 306 114 221 0 479 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 2812

[startup+1.50157 s]
/proc/loadavg: 0.99 0.97 0.99 2/69 30135
/proc/meminfo: memFree=876272/2055920 swapFree=4176188/4192956
[pid=30134] ppid=30132 vsize=2944 CPUtime=1.49
/proc/30134/stat : 30134 (varsat-crafted_) R 30132 30134 26561 0 -1 4194304 371 0 0 0 149 0 0 0 25 0 1 0 1102465308 3014656 356 1992294400 4194304 5102648 548682068800 18446744073709551615 4249920 0 0 4096 3 0 0 0 17 1 0 0
/proc/30134/statm: 736 356 114 221 0 512 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 2944

[startup+3.10175 s]
/proc/loadavg: 0.99 0.97 0.99 2/69 30135
/proc/meminfo: memFree=875952/2055920 swapFree=4176188/4192956
[pid=30134] ppid=30132 vsize=3076 CPUtime=3.09
/proc/30134/stat : 30134 (varsat-crafted_) R 30132 30134 26561 0 -1 4194304 412 0 0 0 309 0 0 0 25 0 1 0 1102465308 3149824 397 1992294400 4194304 5102648 548682068800 18446744073709551615 4249977 0 0 4096 3 0 0 0 17 1 0 0
/proc/30134/statm: 769 397 114 221 0 545 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 3076

[startup+6.3011 s]
/proc/loadavg: 0.99 0.97 0.99 2/69 30135
/proc/meminfo: memFree=875568/2055920 swapFree=4176188/4192956
[pid=30134] ppid=30132 vsize=3468 CPUtime=6.29
/proc/30134/stat : 30134 (varsat-crafted_) R 30132 30134 26561 0 -1 4194304 478 0 0 0 629 0 0 0 25 0 1 0 1102465308 3551232 463 1992294400 4194304 5102648 548682068800 18446744073709551615 4250005 0 0 4096 3 0 0 0 17 1 0 0
/proc/30134/statm: 867 463 114 221 0 643 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 3468

[startup+12.7018 s]
/proc/loadavg: 0.99 0.97 0.99 2/69 30135
/proc/meminfo: memFree=875064/2055920 swapFree=4176188/4192956
[pid=30134] ppid=30132 vsize=3732 CPUtime=12.69
/proc/30134/stat : 30134 (varsat-crafted_) R 30132 30134 26561 0 -1 4194304 568 0 0 0 1269 0 0 0 25 0 1 0 1102465308 3821568 553 1992294400 4194304 5102648 548682068800 18446744073709551615 4249760 0 0 4096 3 0 0 0 17 1 0 0
/proc/30134/statm: 933 553 114 221 0 709 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 3732

[startup+25.5012 s]
/proc/loadavg: 0.99 0.97 0.99 2/69 30135
/proc/meminfo: memFree=874680/2055920 swapFree=4176188/4192956
[pid=30134] ppid=30132 vsize=4136 CPUtime=25.48
/proc/30134/stat : 30134 (varsat-crafted_) R 30132 30134 26561 0 -1 4194304 675 0 0 0 2548 0 0 0 25 0 1 0 1102465308 4235264 660 1992294400 4194304 5102648 548682068800 18446744073709551615 4249859 0 0 4096 3 0 0 0 17 1 0 0
/proc/30134/statm: 1034 660 114 221 0 810 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 4136

[startup+51.1011 s]
/proc/loadavg: 0.99 0.97 0.99 2/69 30135
/proc/meminfo: memFree=874040/2055920 swapFree=4176188/4192956
[pid=30134] ppid=30132 vsize=4804 CPUtime=51.07
/proc/30134/stat : 30134 (varsat-crafted_) R 30132 30134 26561 0 -1 4194304 824 0 0 0 5107 0 0 0 25 0 1 0 1102465308 4919296 809 1992294400 4194304 5102648 548682068800 18446744073709551615 4250307 0 0 4096 3 0 0 0 17 1 0 0
/proc/30134/statm: 1201 809 114 221 0 977 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 4804

[startup+102.306 s]
/proc/loadavg: 0.99 0.97 0.99 2/69 30135
/proc/meminfo: memFree=873208/2055920 swapFree=4176188/4192956
[pid=30134] ppid=30132 vsize=5620 CPUtime=102.27
/proc/30134/stat : 30134 (varsat-crafted_) R 30132 30134 26561 0 -1 4194304 1022 0 0 0 10226 1 0 0 25 0 1 0 1102465308 5754880 1007 1992294400 4194304 5102648 548682068800 18446744073709551615 4249648 0 0 4096 3 0 0 0 17 1 0 0
/proc/30134/statm: 1405 1007 114 221 0 1181 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 5620

[startup+162.301 s]
/proc/loadavg: 0.99 0.97 0.99 2/69 30135
/proc/meminfo: memFree=872568/2055920 swapFree=4176188/4192956
[pid=30134] ppid=30132 vsize=6176 CPUtime=162.25
/proc/30134/stat : 30134 (varsat-crafted_) R 30132 30134 26561 0 -1 4194304 1175 0 0 0 16224 1 0 0 25 0 1 0 1102465308 6324224 1160 1992294400 4194304 5102648 548682068800 18446744073709551615 4249883 0 0 4096 3 0 0 0 17 1 0 0
/proc/30134/statm: 1544 1160 114 221 0 1320 0
Current children cumulated CPU time (s) 162.25
Current children cumulated vsize (KiB) 6176

[startup+222.301 s]
/proc/loadavg: 0.99 0.97 0.99 2/69 30135
/proc/meminfo: memFree=872120/2055920 swapFree=4176188/4192956
[pid=30134] ppid=30132 vsize=6736 CPUtime=222.23
/proc/30134/stat : 30134 (varsat-crafted_) R 30132 30134 26561 0 -1 4194304 1285 0 0 0 22222 1 0 0 25 0 1 0 1102465308 6897664 1270 1992294400 4194304 5102648 548682068800 18446744073709551615 4249977 0 0 4096 3 0 0 0 17 1 0 0
/proc/30134/statm: 1684 1270 114 221 0 1460 0
Current children cumulated CPU time (s) 222.23
Current children cumulated vsize (KiB) 6736

[startup+282.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/69 30137
/proc/meminfo: memFree=871608/2055920 swapFree=4176188/4192956
[pid=30134] ppid=30132 vsize=7148 CPUtime=282.22
/proc/30134/stat : 30134 (varsat-crafted_) R 30132 30134 26561 0 -1 4194304 1384 0 0 0 28220 2 0 0 25 0 1 0 1102465308 7319552 1369 1992294400 4194304 5102648 548682068800 18446744073709551615 4249895 0 0 4096 3 0 0 0 17 1 0 0
/proc/30134/statm: 1787 1369 114 221 0 1563 0
Current children cumulated CPU time (s) 282.22
Current children cumulated vsize (KiB) 7148

[startup+342.301 s]
/proc/loadavg: 0.99 0.97 0.99 2/69 30137
/proc/meminfo: memFree=871224/2055920 swapFree=4176188/4192956
[pid=30134] ppid=30132 vsize=7416 CPUtime=342.2
/proc/30134/stat : 30134 (varsat-crafted_) R 30132 30134 26561 0 -1 4194304 1470 0 0 0 34218 2 0 0 25 0 1 0 1102465308 7593984 1455 1992294400 4194304 5102648 548682068800 18446744073709551615 4249895 0 0 4096 3 0 0 0 17 1 0 0
/proc/30134/statm: 1854 1455 114 221 0 1630 0
Current children cumulated CPU time (s) 342.2
Current children cumulated vsize (KiB) 7416

[startup+402.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/69 30137
/proc/meminfo: memFree=871032/2055920 swapFree=4176188/4192956
[pid=30134] ppid=30132 vsize=7708 CPUtime=402.19
/proc/30134/stat : 30134 (varsat-crafted_) R 30132 30134 26561 0 -1 4194304 1534 0 0 0 40217 2 0 0 25 0 1 0 1102465308 7892992 1519 1992294400 4194304 5102648 548682068800 18446744073709551615 4249776 0 0 4096 3 0 0 0 17 1 0 0
/proc/30134/statm: 1927 1519 114 221 0 1703 0
Current children cumulated CPU time (s) 402.19
Current children cumulated vsize (KiB) 7708

[startup+462.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/69 30137
/proc/meminfo: memFree=870584/2055920 swapFree=4176188/4192956
[pid=30134] ppid=30132 vsize=8124 CPUtime=462.17
/proc/30134/stat : 30134 (varsat-crafted_) R 30132 30134 26561 0 -1 4194304 1641 0 0 0 46215 2 0 0 25 0 1 0 1102465308 8318976 1626 1992294400 4194304 5102648 548682068800 18446744073709551615 4244355 0 0 4096 3 0 0 0 17 1 0 0
/proc/30134/statm: 2031 1626 114 221 0 1807 0
Current children cumulated CPU time (s) 462.17
Current children cumulated vsize (KiB) 8124

[startup+522.301 s]
/proc/loadavg: 0.99 0.97 0.99 2/69 30137
/proc/meminfo: memFree=870264/2055920 swapFree=4176188/4192956
[pid=30134] ppid=30132 vsize=8412 CPUtime=522.16
/proc/30134/stat : 30134 (varsat-crafted_) R 30132 30134 26561 0 -1 4194304 1712 0 0 0 52213 3 0 0 25 0 1 0 1102465308 8613888 1697 1992294400 4194304 5102648 548682068800 18446744073709551615 4249813 0 0 4096 3 0 0 0 17 1 0 0
/proc/30134/statm: 2103 1697 114 221 0 1879 0
Current children cumulated CPU time (s) 522.16
Current children cumulated vsize (KiB) 8412

[startup+582.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/69 30137
/proc/meminfo: memFree=870008/2055920 swapFree=4176188/4192956
[pid=30134] ppid=30132 vsize=8684 CPUtime=582.14
/proc/30134/stat : 30134 (varsat-crafted_) R 30132 30134 26561 0 -1 4194304 1778 0 0 0 58211 3 0 0 25 0 1 0 1102465308 8892416 1763 1992294400 4194304 5102648 548682068800 18446744073709551615 4249961 0 0 4096 3 0 0 0 17 1 0 0
/proc/30134/statm: 2171 1763 114 221 0 1947 0
Current children cumulated CPU time (s) 582.14
Current children cumulated vsize (KiB) 8684

[startup+642.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/69 30137
/proc/meminfo: memFree=869816/2055920 swapFree=4176188/4192956
[pid=30134] ppid=30132 vsize=8952 CPUtime=642.13
/proc/30134/stat : 30134 (varsat-crafted_) R 30132 30134 26561 0 -1 4194304 1830 0 0 0 64210 3 0 0 25 0 1 0 1102465308 9166848 1815 1992294400 4194304 5102648 548682068800 18446744073709551615 4250005 0 0 4096 3 0 0 0 17 1 0 0
/proc/30134/statm: 2238 1815 114 221 0 2014 0
Current children cumulated CPU time (s) 642.13
Current children cumulated vsize (KiB) 8952

[startup+702.301 s]
/proc/loadavg: 0.99 0.97 0.99 2/69 30137
/proc/meminfo: memFree=869752/2055920 swapFree=4176188/4192956
[pid=30134] ppid=30132 vsize=8952 CPUtime=702.1
/proc/30134/stat : 30134 (varsat-crafted_) R 30132 30134 26561 0 -1 4194304 1845 0 0 0 70207 3 0 0 25 0 1 0 1102465308 9166848 1830 1992294400 4194304 5102648 548682068800 18446744073709551615 4249760 0 0 4096 3 0 0 0 17 1 0 0
/proc/30134/statm: 2238 1830 114 221 0 2014 0
Current children cumulated CPU time (s) 702.1
Current children cumulated vsize (KiB) 8952

[startup+762.306 s]
/proc/loadavg: 0.99 0.97 0.99 2/69 30137
/proc/meminfo: memFree=869624/2055920 swapFree=4176188/4192956
[pid=30134] ppid=30132 vsize=9084 CPUtime=762.1
/proc/30134/stat : 30134 (varsat-crafted_) R 30132 30134 26561 0 -1 4194304 1887 0 0 0 76206 4 0 0 25 0 1 0 1102465308 9302016 1872 1992294400 4194304 5102648 548682068800 18446744073709551615 4249760 0 0 4096 3 0 0 0 17 1 0 0
/proc/30134/statm: 2271 1872 114 221 0 2047 0
Current children cumulated CPU time (s) 762.1
Current children cumulated vsize (KiB) 9084

[startup+822.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/69 30137
/proc/meminfo: memFree=869432/2055920 swapFree=4176188/4192956
[pid=30134] ppid=30132 vsize=9372 CPUtime=822.08
/proc/30134/stat : 30134 (varsat-crafted_) R 30132 30134 26561 0 -1 4194304 1948 0 0 0 82204 4 0 0 25 0 1 0 1102465308 9596928 1933 1992294400 4194304 5102648 548682068800 18446744073709551615 4249822 0 0 4096 3 0 0 0 17 1 0 0
/proc/30134/statm: 2343 1933 114 221 0 2119 0
Current children cumulated CPU time (s) 822.08
Current children cumulated vsize (KiB) 9372

[startup+882.301 s]
/proc/loadavg: 0.99 0.97 0.99 2/69 30137
/proc/meminfo: memFree=869240/2055920 swapFree=4176188/4192956
[pid=30134] ppid=30132 vsize=9504 CPUtime=882.06
/proc/30134/stat : 30134 (varsat-crafted_) R 30132 30134 26561 0 -1 4194304 1983 0 0 0 88202 4 0 0 25 0 1 0 1102465308 9732096 1968 1992294400 4194304 5102648 548682068800 18446744073709551615 4249914 0 0 4096 3 0 0 0 17 1 0 0
/proc/30134/statm: 2376 1968 114 221 0 2152 0
Current children cumulated CPU time (s) 882.06
Current children cumulated vsize (KiB) 9504

[startup+942.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/69 30137
/proc/meminfo: memFree=869176/2055920 swapFree=4176188/4192956
[pid=30134] ppid=30132 vsize=9768 CPUtime=942.04
/proc/30134/stat : 30134 (varsat-crafted_) R 30132 30134 26561 0 -1 4194304 2025 0 0 0 94200 4 0 0 25 0 1 0 1102465308 10002432 2010 1992294400 4194304 5102648 548682068800 18446744073709551615 4249807 0 0 4096 3 0 0 0 17 1 0 0
/proc/30134/statm: 2442 2010 114 221 0 2218 0
Current children cumulated CPU time (s) 942.04
Current children cumulated vsize (KiB) 9768

[startup+1002.3 s]
/proc/loadavg: 0.99 0.97 0.99 2/69 30137
/proc/meminfo: memFree=868984/2055920 swapFree=4176188/4192956
[pid=30134] ppid=30132 vsize=9924 CPUtime=1002.02
/proc/30134/stat : 30134 (varsat-crafted_) R 30132 30134 26561 0 -1 4194304 2060 0 0 0 100198 4 0 0 25 0 1 0 1102465308 10162176 2045 1992294400 4194304 5102648 548682068800 18446744073709551615 4249807 0 0 4096 3 0 0 0 17 1 0 0
/proc/30134/statm: 2481 2045 114 221 0 2257 0
Current children cumulated CPU time (s) 1002.02
Current children cumulated vsize (KiB) 9924

[startup+1062.3 s]
/proc/loadavg: 0.99 0.97 0.99 2/69 30137
/proc/meminfo: memFree=868856/2055920 swapFree=4176188/4192956
[pid=30134] ppid=30132 vsize=9924 CPUtime=1062.01
/proc/30134/stat : 30134 (varsat-crafted_) R 30132 30134 26561 0 -1 4194304 2088 0 0 0 106196 5 0 0 25 0 1 0 1102465308 10162176 2073 1992294400 4194304 5102648 548682068800 18446744073709551615 4249760 0 0 4096 3 0 0 0 17 1 0 0
/proc/30134/statm: 2481 2073 114 221 0 2257 0
Current children cumulated CPU time (s) 1062.01
Current children cumulated vsize (KiB) 9924

[startup+1122.3 s]
/proc/loadavg: 0.99 0.97 0.99 2/69 30137
/proc/meminfo: memFree=868664/2055920 swapFree=4176188/4192956
[pid=30134] ppid=30132 vsize=10212 CPUtime=1122
/proc/30134/stat : 30134 (varsat-crafted_) R 30132 30134 26561 0 -1 4194304 2129 0 0 0 112195 5 0 0 25 0 1 0 1102465308 10457088 2114 1992294400 4194304 5102648 548682068800 18446744073709551615 4249961 0 0 4096 3 0 0 0 17 1 0 0
/proc/30134/statm: 2553 2114 114 221 0 2329 0
Current children cumulated CPU time (s) 1122
Current children cumulated vsize (KiB) 10212

[startup+1182.3 s]
/proc/loadavg: 0.99 0.97 0.99 2/69 30137
/proc/meminfo: memFree=868472/2055920 swapFree=4176188/4192956
[pid=30134] ppid=30132 vsize=10344 CPUtime=1181.98
/proc/30134/stat : 30134 (varsat-crafted_) R 30132 30134 26561 0 -1 4194304 2173 0 0 0 118193 5 0 0 25 0 1 0 1102465308 10592256 2158 1992294400 4194304 5102648 548682068800 18446744073709551615 4249760 0 0 4096 3 0 0 0 17 1 0 0
/proc/30134/statm: 2586 2158 114 221 0 2362 0
Current children cumulated CPU time (s) 1181.98
Current children cumulated vsize (KiB) 10344



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.4 s]
/proc/loadavg: 0.99 0.97 0.99 2/69 30137
/proc/meminfo: memFree=868472/2055920 swapFree=4176188/4192956
[pid=30134] ppid=30132 vsize=10344 CPUtime=1200.08
/proc/30134/stat : 30134 (varsat-crafted_) R 30132 30134 26561 0 -1 4194304 2179 0 0 0 120003 5 0 0 25 0 1 0 1102465308 10592256 2164 1992294400 4194304 5102648 548682068800 18446744073709551615 4249961 0 0 4096 3 0 0 0 17 1 0 0
/proc/30134/statm: 2586 2164 114 221 0 2362 0
Current children cumulated CPU time (s) 1200.08
Current children cumulated vsize (KiB) 10344

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): 1200.03
CPU system time (s): 0.057991
CPU usage (%): 99.9737
Max. virtual memory (cumulated for all children) (KiB): 10344

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

runsolver used 1.09783 second user time and 3.2815 second system time

The end

Launcher Data

Begin job on node59 at 2009-03-29 05:40:36
IDJOB=1518315
IDBENCH=70669
IDSOLVER=537
FILE ID=node59/1518315-1238298036
PBS_JOBID= 9060990
Free space on /tmp= 66248 MiB

SOLVER NAME= VARSAT-crafted 2009-03-22
BENCH NAME= SAT09/RANDOM/MEDIUM/3SAT/SATISFIABLE/420/unif-k3-r4.25-v420-c1785-S1139247531-051.cnf
COMMAND LINE= HOME/varsat-crafted_static -seed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1518315-1238298036/watcher-1518315-1238298036 -o /tmp/evaluation-result-1518315-1238298036/solver-1518315-1238298036 -C 1200 -W 1800 -M 1800 --output-limit 1,15  HOME/varsat-crafted_static -seed=1595365631 HOME/instance-1518315-1238298036.cnf

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

MD5SUM BENCH= a0444a7552e36138b8c3b45356eecf6e
RANDOM SEED=1595365631

node59.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.209
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.209
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:        877528 kB
Buffers:        100220 kB
Cached:         973996 kB
SwapCached:      10112 kB
Active:         269988 kB
Inactive:       815812 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        877528 kB
SwapTotal:     4192956 kB
SwapFree:      4176188 kB
Dirty:            1040 kB
Writeback:           0 kB
Mapped:          16732 kB
Slab:            78092 kB
Committed_AS:  2957120 kB
PageTables:       1720 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= 66244 MiB
End job on node59 at 2009-03-29 06:00:39