Trace number 1513035

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.51

General information on the benchmark

NameRANDOM/LARGE/5SAT/UNKNOWN/700/
unif-k5-r20-v700-c14000-S1281410666-045.cnf
MD5SUM028affe952ec460796dd6a41dfe58fcc
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark12.5841
Satisfiable
(Un)Satisfiability was proved
Number of variables700
Number of clauses14000
Sum of the clauses size70000
Maximum clause length5
Minimum clause length5
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 514000
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:  700                                                  |
0.00/0.00	c |  Number of clauses:    14000                                                |
0.00/0.02	c |  Parsing time:         0.02         s                                       |
0.00/0.02	c |  Timeout:              43200 s
0.00/0.02	c |  Random Seed:          135550524.000000
0.00/0.02	c |  Heuristic:            EMBP-G, threshold 0.800                              |
0.00/0.02	c |  Branching Rule:       default (solution-guided)                            |
0.00/0.02	c |  Learned clauses in surveys?  Using NO learned clauses.                     |
0.00/0.02	c |                                                                             |
0.05/0.09	c ============================[ Search Statistics ]==============================
0.05/0.09	c | Conflicts |          ORIGINAL         |          LEARNT          | Progress |
0.05/0.09	c |           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
0.05/0.09	c ===============================================================================
0.05/0.09	c |         0 |     700    14000    70000 |     4666        0    nan |  0.000 % |
0.09/0.13	c |       103 |     700    14000    70000 |     5133      103     93 |  0.000 % |
0.09/0.17	c |       256 |     700    14000    70000 |     5646      256     89 |  0.000 % |
0.19/0.21	c |       483 |     700    14000    70000 |     6211      483     94 |  0.000 % |
0.19/0.26	c |       820 |     700    14000    70000 |     6832      820     92 |  0.000 % |
0.29/0.32	c |      1328 |     700    14000    70000 |     7515     1328     96 |  0.000 % |
0.39/0.42	c |      2089 |     700    14000    70000 |     8267     2089     98 |  0.000 % |
0.49/0.55	c |      3228 |     700    14000    70000 |     9094     3228     98 |  0.000 % |
0.69/0.76	c |      4936 |     700    14000    70000 |    10003     4936     99 |  0.000 % |
0.99/1.09	c |      7498 |     700    14000    70000 |    11003     7498    101 |  0.000 % |
1.59/1.68	c |     11342 |     700    14000    70000 |    12104     5716     99 |  0.000 % |
2.49/2.55	c |     17108 |     700    14000    70000 |    13314    11482    101 |  0.000 % |
4.09/4.17	c |     25757 |     700    14000    70000 |    14645    13342    106 |  0.000 % |
6.79/6.83	c |     38732 |     700    14000    70000 |    16110    11413    107 |  0.000 % |
11.39/11.49	c |     58193 |     700    14000    70000 |    17721    14501    108 |  0.000 % |
19.18/19.25	c |     87385 |     700    14000    70000 |    19493    16758    108 |  0.000 % |
31.27/31.30	c |    131176 |     700    14000    70000 |    21443    11162    103 |  0.000 % |
51.07/51.14	c |    196860 |     700    14000    70000 |    23587    11785    102 |  0.000 % |
82.26/82.33	c |    295386 |     700    14000    70000 |    25946    14257    103 |  0.000 % |
134.93/135.03	c |    443175 |     700    14000    70000 |    28540    25462    111 |  0.000 % |
223.71/223.88	c |    664859 |     700    14000    70000 |    31394    26740    109 |  0.000 % |
358.25/358.48	c |    997386 |     700    14000    70000 |    34534    24922    112 |  0.000 % |
571.57/571.85	c |   1496175 |     700    14000    70000 |    37987    29697    110 |  0.000 % |
934.84/935.24	c |   2244357 |     700    14000    70000 |    41786    23106    106 |  0.000 % |

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-1513035-1238212536/watcher-1513035-1238212536 -o /tmp/evaluation-result-1513035-1238212536/solver-1513035-1238212536 -C 1200 -W 1800 -M 1800 --output-limit 1,15 HOME/varsat-crafted_static -seed=135550524 HOME/instance-1513035-1238212536.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.92 0.98 0.91 2/73 6101
/proc/meminfo: memFree=1177928/2055920 swapFree=4173988/4192956
[pid=6101] ppid=6099 vsize=2684 CPUtime=0
/proc/6101/stat : 6101 (varsat-crafted_) R 6099 6101 5404 0 -1 4194304 329 0 0 0 0 0 0 0 18 0 1 0 1093918650 2748416 314 1992294400 4194304 5102648 548682068800 18446744073709551615 4491719 0 0 4096 3 0 0 0 17 1 0 0
/proc/6101/statm: 671 315 87 221 0 447 0

[startup+0.057496 s]
/proc/loadavg: 0.92 0.98 0.91 2/73 6101
/proc/meminfo: memFree=1177928/2055920 swapFree=4173988/4192956
[pid=6101] ppid=6099 vsize=5176 CPUtime=0.05
/proc/6101/stat : 6101 (varsat-crafted_) R 6099 6101 5404 0 -1 4194304 950 0 0 0 5 0 0 0 18 0 1 0 1093918650 5300224 935 1992294400 4194304 5102648 548682068800 18446744073709551615 4273041 0 0 4096 3 0 0 0 17 1 0 0
/proc/6101/statm: 1294 935 98 221 0 1070 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 5176

[startup+0.101503 s]
/proc/loadavg: 0.92 0.98 0.91 2/73 6101
/proc/meminfo: memFree=1177928/2055920 swapFree=4173988/4192956
[pid=6101] ppid=6099 vsize=4812 CPUtime=0.09
/proc/6101/stat : 6101 (varsat-crafted_) R 6099 6101 5404 0 -1 4194304 979 0 0 0 9 0 0 0 18 0 1 0 1093918650 4927488 883 1992294400 4194304 5102648 548682068800 18446744073709551615 4242282 0 0 4096 3 0 0 0 17 1 0 0
/proc/6101/statm: 1203 883 100 221 0 979 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 4812

[startup+0.301542 s]
/proc/loadavg: 0.92 0.98 0.91 2/73 6101
/proc/meminfo: memFree=1177928/2055920 swapFree=4173988/4192956
[pid=6101] ppid=6099 vsize=4812 CPUtime=0.29
/proc/6101/stat : 6101 (varsat-crafted_) R 6099 6101 5404 0 -1 4194304 993 0 0 0 29 0 0 0 19 0 1 0 1093918650 4927488 897 1992294400 4194304 5102648 548682068800 18446744073709551615 4490276 0 0 4096 3 0 0 0 17 1 0 0
/proc/6101/statm: 1203 897 113 221 0 979 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 4812

[startup+0.701618 s]
/proc/loadavg: 0.92 0.98 0.91 2/73 6101
/proc/meminfo: memFree=1177928/2055920 swapFree=4173988/4192956
[pid=6101] ppid=6099 vsize=6272 CPUtime=0.69
/proc/6101/stat : 6101 (varsat-crafted_) R 6099 6101 5404 0 -1 4194304 1337 0 0 0 69 0 0 0 23 0 1 0 1093918650 6422528 1241 1992294400 4194304 5102648 548682068800 18446744073709551615 4491719 0 0 4096 3 0 0 0 17 1 0 0
/proc/6101/statm: 1568 1241 113 221 0 1344 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 6272

[startup+1.50177 s]
/proc/loadavg: 0.92 0.98 0.91 2/74 6102
/proc/meminfo: memFree=1172288/2055920 swapFree=4173988/4192956
[pid=6101] ppid=6099 vsize=8972 CPUtime=1.49
/proc/6101/stat : 6101 (varsat-crafted_) R 6099 6101 5404 0 -1 4194304 2018 0 0 0 148 1 0 0 25 0 1 0 1093918650 9187328 1922 1992294400 4194304 5102648 548682068800 18446744073709551615 4491719 0 0 4096 3 0 0 0 17 1 0 0
/proc/6101/statm: 2243 1922 113 221 0 2019 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 8972

[startup+3.10108 s]
/proc/loadavg: 0.92 0.98 0.91 2/74 6102
/proc/meminfo: memFree=1169984/2055920 swapFree=4173988/4192956
[pid=6101] ppid=6099 vsize=10800 CPUtime=3.08
/proc/6101/stat : 6101 (varsat-crafted_) R 6099 6101 5404 0 -1 4194304 2464 0 0 0 307 1 0 0 25 0 1 0 1093918650 11059200 2368 1992294400 4194304 5102648 548682068800 18446744073709551615 4249748 0 0 4096 3 0 0 0 17 1 0 0
/proc/6101/statm: 2700 2368 113 221 0 2476 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 10800

[startup+6.30169 s]
/proc/loadavg: 0.93 0.98 0.91 2/74 6102
/proc/meminfo: memFree=1167616/2055920 swapFree=4173988/4192956
[pid=6101] ppid=6099 vsize=12120 CPUtime=6.29
/proc/6101/stat : 6101 (varsat-crafted_) R 6099 6101 5404 0 -1 4194304 2782 0 0 0 627 2 0 0 25 0 1 0 1093918650 12410880 2686 1992294400 4194304 5102648 548682068800 18446744073709551615 4249807 0 0 4096 3 0 0 0 17 1 0 0
/proc/6101/statm: 3030 2686 113 221 0 2806 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 12120

[startup+12.7029 s]
/proc/loadavg: 0.93 0.98 0.91 2/74 6102
/proc/meminfo: memFree=1165568/2055920 swapFree=4173988/4192956
[pid=6101] ppid=6099 vsize=14112 CPUtime=12.69
/proc/6101/stat : 6101 (varsat-crafted_) R 6099 6101 5404 0 -1 4194304 3304 0 0 0 1267 2 0 0 25 0 1 0 1093918650 14450688 3208 1992294400 4194304 5102648 548682068800 18446744073709551615 4249760 0 0 4096 3 0 0 0 17 1 0 0
/proc/6101/statm: 3528 3208 113 221 0 3304 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 14112

[startup+25.5014 s]
/proc/loadavg: 0.95 0.98 0.91 2/74 6102
/proc/meminfo: memFree=1163328/2055920 swapFree=4173988/4192956
[pid=6101] ppid=6099 vsize=15972 CPUtime=25.48
/proc/6101/stat : 6101 (varsat-crafted_) R 6099 6101 5404 0 -1 4194304 3757 0 0 0 2546 2 0 0 25 0 1 0 1093918650 16355328 3661 1992294400 4194304 5102648 548682068800 18446744073709551615 4249895 0 0 4096 3 0 0 0 17 1 0 0
/proc/6101/statm: 3993 3661 113 221 0 3769 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 15972

[startup+51.1013 s]
/proc/loadavg: 0.96 0.98 0.91 2/74 6102
/proc/meminfo: memFree=1161088/2055920 swapFree=4173988/4192956
[pid=6101] ppid=6099 vsize=18408 CPUtime=51.07
/proc/6101/stat : 6101 (varsat-crafted_) R 6099 6101 5404 0 -1 4194304 4338 0 0 0 5104 3 0 0 25 0 1 0 1093918650 18849792 4242 1992294400 4194304 5102648 548682068800 18446744073709551615 4249760 0 0 4096 3 0 0 0 17 1 0 0
/proc/6101/statm: 4602 4242 113 221 0 4378 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 18408

[startup+102.306 s]
/proc/loadavg: 0.98 0.98 0.91 2/74 6102
/proc/meminfo: memFree=1156480/2055920 swapFree=4173988/4192956
[pid=6101] ppid=6099 vsize=22868 CPUtime=102.25
/proc/6101/stat : 6101 (varsat-crafted_) R 6099 6101 5404 0 -1 4194304 5460 0 0 0 10222 3 0 0 25 0 1 0 1093918650 23416832 5364 1992294400 4194304 5102648 548682068800 18446744073709551615 4249871 0 0 4096 3 0 0 0 17 1 0 0
/proc/6101/statm: 5717 5364 113 221 0 5493 0
Current children cumulated CPU time (s) 102.25
Current children cumulated vsize (KiB) 22868

[startup+162.302 s]
/proc/loadavg: 0.99 0.98 0.91 2/74 6102
/proc/meminfo: memFree=1153984/2055920 swapFree=4173988/4192956
[pid=6101] ppid=6099 vsize=25464 CPUtime=162.23
/proc/6101/stat : 6101 (varsat-crafted_) R 6099 6101 5404 0 -1 4194304 6083 0 0 0 16219 4 0 0 25 0 1 0 1093918650 26075136 5987 1992294400 4194304 5102648 548682068800 18446744073709551615 4249760 0 0 4096 3 0 0 0 17 1 0 0
/proc/6101/statm: 6366 5987 113 221 0 6142 0
Current children cumulated CPU time (s) 162.23
Current children cumulated vsize (KiB) 25464

[startup+222.301 s]
/proc/loadavg: 0.99 0.98 0.91 2/74 6102
/proc/meminfo: memFree=1152768/2055920 swapFree=4173988/4192956
[pid=6101] ppid=6099 vsize=26760 CPUtime=222.21
/proc/6101/stat : 6101 (varsat-crafted_) R 6099 6101 5404 0 -1 4194304 6371 0 0 0 22217 4 0 0 25 0 1 0 1093918650 27402240 6275 1992294400 4194304 5102648 548682068800 18446744073709551615 4249760 0 0 4096 3 0 0 0 17 1 0 0
/proc/6101/statm: 6690 6275 113 221 0 6466 0
Current children cumulated CPU time (s) 222.21
Current children cumulated vsize (KiB) 26760

[startup+282.302 s]
/proc/loadavg: 0.99 0.98 0.91 2/74 6102
/proc/meminfo: memFree=1150208/2055920 swapFree=4173988/4192956
[pid=6101] ppid=6099 vsize=29152 CPUtime=282.19
/proc/6101/stat : 6101 (varsat-crafted_) R 6099 6101 5404 0 -1 4194304 6994 0 0 0 28214 5 0 0 25 0 1 0 1093918650 29851648 6898 1992294400 4194304 5102648 548682068800 18446744073709551615 4249760 0 0 4096 3 0 0 0 17 1 0 0
/proc/6101/statm: 7288 6898 113 221 0 7064 0
Current children cumulated CPU time (s) 282.19
Current children cumulated vsize (KiB) 29152

[startup+342.302 s]
/proc/loadavg: 0.99 0.98 0.91 2/74 6108
/proc/meminfo: memFree=1149304/2055920 swapFree=4173988/4192956
[pid=6101] ppid=6099 vsize=29952 CPUtime=342.16
/proc/6101/stat : 6101 (varsat-crafted_) R 6099 6101 5404 0 -1 4194304 7188 0 0 0 34211 5 0 0 25 0 1 0 1093918650 30670848 7092 1992294400 4194304 5102648 548682068800 18446744073709551615 4249822 0 0 4096 3 0 0 0 17 1 0 0
/proc/6101/statm: 7488 7092 113 221 0 7264 0
Current children cumulated CPU time (s) 342.16
Current children cumulated vsize (KiB) 29952

[startup+402.302 s]
/proc/loadavg: 0.99 0.98 0.91 2/74 6108
/proc/meminfo: memFree=1146552/2055920 swapFree=4173988/4192956
[pid=6101] ppid=6099 vsize=32772 CPUtime=402.14
/proc/6101/stat : 6101 (varsat-crafted_) R 6099 6101 5404 0 -1 4194304 7875 0 0 0 40208 6 0 0 25 0 1 0 1093918650 33558528 7779 1992294400 4194304 5102648 548682068800 18446744073709551615 4249760 0 0 4096 3 0 0 0 17 1 0 0
/proc/6101/statm: 8193 7779 113 221 0 7969 0
Current children cumulated CPU time (s) 402.14
Current children cumulated vsize (KiB) 32772

[startup+462.302 s]
/proc/loadavg: 0.99 0.98 0.91 2/74 6108
/proc/meminfo: memFree=1145784/2055920 swapFree=4173988/4192956
[pid=6101] ppid=6099 vsize=33680 CPUtime=462.12
/proc/6101/stat : 6101 (varsat-crafted_) R 6099 6101 5404 0 -1 4194304 8094 0 0 0 46206 6 0 0 25 0 1 0 1093918650 34488320 7998 1992294400 4194304 5102648 548682068800 18446744073709551615 4249748 0 0 4096 3 0 0 0 17 1 0 0
/proc/6101/statm: 8420 7998 113 221 0 8196 0
Current children cumulated CPU time (s) 462.12
Current children cumulated vsize (KiB) 33680

[startup+522.301 s]
/proc/loadavg: 0.99 0.98 0.91 2/74 6108
/proc/meminfo: memFree=1144888/2055920 swapFree=4173988/4192956
[pid=6101] ppid=6099 vsize=34684 CPUtime=522.09
/proc/6101/stat : 6101 (varsat-crafted_) R 6099 6101 5404 0 -1 4194304 8317 0 0 0 52203 6 0 0 25 0 1 0 1093918650 35516416 8221 1992294400 4194304 5102648 548682068800 18446744073709551615 4249760 0 0 4096 3 0 0 0 17 1 0 0
/proc/6101/statm: 8671 8221 113 221 0 8447 0
Current children cumulated CPU time (s) 522.09
Current children cumulated vsize (KiB) 34684

[startup+582.302 s]
/proc/loadavg: 0.99 0.98 0.91 2/74 6108
/proc/meminfo: memFree=1143416/2055920 swapFree=4173988/4192956
[pid=6101] ppid=6099 vsize=36044 CPUtime=582.06
/proc/6101/stat : 6101 (varsat-crafted_) R 6099 6101 5404 0 -1 4194304 8672 0 0 0 58200 6 0 0 25 0 1 0 1093918650 36909056 8576 1992294400 4194304 5102648 548682068800 18446744073709551615 4250307 0 0 4096 3 0 0 0 17 1 0 0
/proc/6101/statm: 9011 8576 113 221 0 8787 0
Current children cumulated CPU time (s) 582.06
Current children cumulated vsize (KiB) 36044

[startup+642.301 s]
/proc/loadavg: 0.99 0.98 0.91 2/74 6108
/proc/meminfo: memFree=1142144/2055920 swapFree=4173988/4192956
[pid=6101] ppid=6099 vsize=37420 CPUtime=642.05
/proc/6101/stat : 6101 (varsat-crafted_) R 6099 6101 5404 0 -1 4194304 9006 0 0 0 64198 7 0 0 25 0 1 0 1093918650 38318080 8910 1992294400 4194304 5102648 548682068800 18446744073709551615 4249874 0 0 4096 3 0 0 0 17 1 0 0
/proc/6101/statm: 9355 8910 113 221 0 9131 0
Current children cumulated CPU time (s) 642.05
Current children cumulated vsize (KiB) 37420

[startup+702.301 s]
/proc/loadavg: 0.99 0.98 0.91 2/74 6108
/proc/meminfo: memFree=1140672/2055920 swapFree=4173988/4192956
[pid=6101] ppid=6099 vsize=38832 CPUtime=702.03
/proc/6101/stat : 6101 (varsat-crafted_) R 6099 6101 5404 0 -1 4194304 9368 0 0 0 70195 8 0 0 25 0 1 0 1093918650 39763968 9272 1992294400 4194304 5102648 548682068800 18446744073709551615 4249760 0 0 4096 3 0 0 0 17 1 0 0
/proc/6101/statm: 9708 9272 113 221 0 9484 0
Current children cumulated CPU time (s) 702.03
Current children cumulated vsize (KiB) 38832

[startup+762.307 s]
/proc/loadavg: 0.99 0.98 0.91 2/74 6108
/proc/meminfo: memFree=1140672/2055920 swapFree=4173988/4192956
[pid=6101] ppid=6099 vsize=38832 CPUtime=762.01
/proc/6101/stat : 6101 (varsat-crafted_) R 6099 6101 5404 0 -1 4194304 9368 0 0 0 76193 8 0 0 25 0 1 0 1093918650 39763968 9272 1992294400 4194304 5102648 548682068800 18446744073709551615 4249760 0 0 4096 3 0 0 0 17 1 0 0
/proc/6101/statm: 9708 9272 113 221 0 9484 0
Current children cumulated CPU time (s) 762.01
Current children cumulated vsize (KiB) 38832

[startup+822.301 s]
/proc/loadavg: 0.99 0.98 0.91 2/74 6108
/proc/meminfo: memFree=1140544/2055920 swapFree=4173988/4192956
[pid=6101] ppid=6099 vsize=38964 CPUtime=821.98
/proc/6101/stat : 6101 (varsat-crafted_) R 6099 6101 5404 0 -1 4194304 9386 0 0 0 82190 8 0 0 25 0 1 0 1093918650 39899136 9290 1992294400 4194304 5102648 548682068800 18446744073709551615 4249822 0 0 4096 3 0 0 0 17 1 0 0
/proc/6101/statm: 9741 9290 113 221 0 9517 0
Current children cumulated CPU time (s) 821.98
Current children cumulated vsize (KiB) 38964

[startup+882.302 s]
/proc/loadavg: 0.99 0.98 0.91 2/74 6108
/proc/meminfo: memFree=1139840/2055920 swapFree=4173988/4192956
[pid=6101] ppid=6099 vsize=39672 CPUtime=881.96
/proc/6101/stat : 6101 (varsat-crafted_) R 6099 6101 5404 0 -1 4194304 9556 0 0 0 88188 8 0 0 25 0 1 0 1093918650 40624128 9460 1992294400 4194304 5102648 548682068800 18446744073709551615 4249892 0 0 4096 3 0 0 0 17 1 0 0
/proc/6101/statm: 9918 9460 113 221 0 9694 0
Current children cumulated CPU time (s) 881.96
Current children cumulated vsize (KiB) 39672

[startup+942.302 s]
/proc/loadavg: 0.99 0.98 0.91 2/74 6108
/proc/meminfo: memFree=1139328/2055920 swapFree=4173988/4192956
[pid=6101] ppid=6099 vsize=40868 CPUtime=941.93
/proc/6101/stat : 6101 (varsat-crafted_) R 6099 6101 5404 0 -1 4194304 9808 0 0 0 94185 8 0 0 25 0 1 0 1093918650 41848832 9712 1992294400 4194304 5102648 548682068800 18446744073709551615 4249760 0 0 4096 3 0 0 0 17 1 0 0
/proc/6101/statm: 10217 9712 113 221 0 9993 0
Current children cumulated CPU time (s) 941.93
Current children cumulated vsize (KiB) 40868

[startup+1002.3 s]
/proc/loadavg: 0.99 0.98 0.91 2/74 6108
/proc/meminfo: memFree=1137216/2055920 swapFree=4173988/4192956
[pid=6101] ppid=6099 vsize=42408 CPUtime=1001.92
/proc/6101/stat : 6101 (varsat-crafted_) R 6099 6101 5404 0 -1 4194304 10198 0 0 0 100183 9 0 0 25 0 1 0 1093918650 43425792 10102 1992294400 4194304 5102648 548682068800 18446744073709551615 4249760 0 0 4096 3 0 0 0 17 1 0 0
/proc/6101/statm: 10602 10102 113 221 0 10378 0
Current children cumulated CPU time (s) 1001.92
Current children cumulated vsize (KiB) 42408

[startup+1062.3 s]
/proc/loadavg: 0.99 0.98 0.91 2/74 6108
/proc/meminfo: memFree=1136192/2055920 swapFree=4173988/4192956
[pid=6101] ppid=6099 vsize=43520 CPUtime=1061.89
/proc/6101/stat : 6101 (varsat-crafted_) R 6099 6101 5404 0 -1 4194304 10457 0 0 0 106180 9 0 0 25 0 1 0 1093918650 44564480 10361 1992294400 4194304 5102648 548682068800 18446744073709551615 4249748 0 0 4096 3 0 0 0 17 1 0 0
/proc/6101/statm: 10880 10361 113 221 0 10656 0
Current children cumulated CPU time (s) 1061.89
Current children cumulated vsize (KiB) 43520

[startup+1122.3 s]
/proc/loadavg: 0.99 0.98 0.91 2/74 6108
/proc/meminfo: memFree=1136064/2055920 swapFree=4173988/4192956
[pid=6101] ppid=6099 vsize=43688 CPUtime=1121.87
/proc/6101/stat : 6101 (varsat-crafted_) R 6099 6101 5404 0 -1 4194304 10480 0 0 0 112178 9 0 0 25 0 1 0 1093918650 44736512 10384 1992294400 4194304 5102648 548682068800 18446744073709551615 4249760 0 0 4096 3 0 0 0 17 1 0 0
/proc/6101/statm: 10922 10384 113 221 0 10698 0
Current children cumulated CPU time (s) 1121.87
Current children cumulated vsize (KiB) 43688

[startup+1182.3 s]
/proc/loadavg: 0.99 0.98 0.91 2/74 6108
/proc/meminfo: memFree=1136000/2055920 swapFree=4173988/4192956
[pid=6101] ppid=6099 vsize=43688 CPUtime=1181.85
/proc/6101/stat : 6101 (varsat-crafted_) R 6099 6101 5404 0 -1 4194304 10482 0 0 0 118176 9 0 0 25 0 1 0 1093918650 44736512 10386 1992294400 4194304 5102648 548682068800 18446744073709551615 4249874 0 0 4096 3 0 0 0 17 1 0 0
/proc/6101/statm: 10922 10386 113 221 0 10698 0
Current children cumulated CPU time (s) 1181.85
Current children cumulated vsize (KiB) 43688



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.5 s]
/proc/loadavg: 0.99 0.98 0.91 2/74 6108
/proc/meminfo: memFree=1136000/2055920 swapFree=4173988/4192956
[pid=6101] ppid=6099 vsize=43688 CPUtime=1200.05
/proc/6101/stat : 6101 (varsat-crafted_) R 6099 6101 5404 0 -1 4194304 10482 0 0 0 119996 9 0 0 25 0 1 0 1093918650 44736512 10386 1992294400 4194304 5102648 548682068800 18446744073709551615 4249760 0 0 4096 3 0 0 0 17 1 0 0
/proc/6101/statm: 10922 10386 113 221 0 10698 0
Current children cumulated CPU time (s) 1200.05
Current children cumulated vsize (KiB) 43688

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: 0.99 0.98 0.91 2/74 6108
/proc/meminfo: memFree=1136000/2055920 swapFree=4173988/4192956
[pid=6101] ppid=6099 vsize=43688 CPUtime=1200.05
/proc/6101/stat : 6101 (varsat-crafted_) R 6099 6101 5404 0 -1 4194304 10482 0 0 0 119996 9 0 0 25 0 1 0 1093918650 44736512 10386 1992294400 4194304 5102648 548682068800 18446744073709551615 4249760 0 0 4096 3 0 0 0 17 1 0 0
/proc/6101/statm: 10922 10386 113 221 0 10698 0
Current children cumulated CPU time (s) 1200.05
Current children cumulated vsize (KiB) 43688

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1200.51
CPU time (s): 1200.06
CPU user time (s): 1199.96
CPU system time (s): 0.100984
CPU usage (%): 99.9625
Max. virtual memory (cumulated for all children) (KiB): 43688

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

runsolver used 1.07184 second user time and 3.3055 second system time

The end

Launcher Data

Begin job on node76 at 2009-03-28 04:55:36
IDJOB=1513035
IDBENCH=70229
IDSOLVER=537
FILE ID=node76/1513035-1238212536
PBS_JOBID= 9060491
Free space on /tmp= 65808 MiB

SOLVER NAME= VARSAT-crafted 2009-03-22
BENCH NAME= SAT09/RANDOM/LARGE/5SAT/UNKNOWN/700/unif-k5-r20-v700-c14000-S1281410666-045.cnf
COMMAND LINE= HOME/varsat-crafted_static -seed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1513035-1238212536/watcher-1513035-1238212536 -o /tmp/evaluation-result-1513035-1238212536/solver-1513035-1238212536 -C 1200 -W 1800 -M 1800 --output-limit 1,15  HOME/varsat-crafted_static -seed=135550524 HOME/instance-1513035-1238212536.cnf

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

MD5SUM BENCH= 028affe952ec460796dd6a41dfe58fcc
RANDOM SEED=135550524

node76.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	: 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.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	: 5996.54
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1178408 kB
Buffers:         42952 kB
Cached:         751144 kB
SwapCached:      10684 kB
Active:          77916 kB
Inactive:       735196 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1178408 kB
SwapTotal:     4192956 kB
SwapFree:      4173988 kB
Dirty:            1344 kB
Writeback:           0 kB
Mapped:          18980 kB
Slab:            49464 kB
Committed_AS:  2833580 kB
PageTables:       2048 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= 65804 MiB
End job on node76 at 2009-03-28 05:15:39