Trace number 1513625

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-random 2009-03-22? (TO) 1200.03 1200.41

General information on the benchmark

NameRANDOM/LARGE/7SAT/UNKNOWN/140/
unif-k7-r85-v140-c11900-S541865505-057.cnf
MD5SUMe3b225dad76097977d4c5c88712eb95a
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark88.7685
Satisfiable
(Un)Satisfiability was proved
Number of variables140
Number of clauses11900
Sum of the clauses size83300
Maximum clause length7
Minimum clause length7
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 50
Number of clauses of size over 511900

Solver Data

0.00/0.00	c ============================[ Problem Statistics ]=============================
0.00/0.00	c |                                                                             |
0.00/0.00	c |  Number of variables:  140                                                  |
0.00/0.00	c |  Number of clauses:    11900                                                |
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:          1790871203.000000
0.00/0.02	c |  Heuristic:            EMSP-G, threshold 0.750                              |
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.29/0.34	c ============================[ Search Statistics ]==============================
0.29/0.34	c | Conflicts |          ORIGINAL         |          LEARNT          | Progress |
0.29/0.34	c |           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
0.29/0.34	c ===============================================================================
0.29/0.34	c |         0 |     140    11900    83300 |     3966        0    nan |  0.000 % |
0.39/0.43	c |       102 |     140    11900    83300 |     4363      102     44 |  0.005 % |
0.49/0.50	c |       252 |     140    11900    83300 |     4799      252     43 |  0.005 % |
0.49/0.59	c |       478 |     140    11900    83300 |     5279      478     42 |  0.005 % |
0.59/0.67	c |       815 |     140    11900    83300 |     5807      815     42 |  0.005 % |
0.69/0.78	c |      1321 |     140    11900    83300 |     6388     1321     43 |  0.005 % |
0.89/0.90	c |      2080 |     140    11900    83300 |     7027     2080     43 |  0.005 % |
1.00/1.05	c |      3221 |     140    11900    83300 |     7729     3221     43 |  0.005 % |
1.19/1.26	c |      4929 |     140    11900    83300 |     8502     4929     43 |  0.005 % |
1.49/1.59	c |      7491 |     140    11900    83300 |     9353     7491     43 |  0.005 % |
2.10/2.11	c |     11336 |     140    11900    83300 |    10288     6622     43 |  0.005 % |
2.79/2.88	c |     17102 |     140    11900    83300 |    11317     7210     43 |  0.005 % |
3.99/4.04	c |     25753 |     140    11900    83300 |    12449    10167     44 |  0.005 % |
5.89/5.98	c |     38727 |     140    11900    83300 |    13694    10622     44 |  0.005 % |
9.09/9.18	c |     58190 |     140    11900    83300 |    15063     9449     44 |  0.005 % |
14.48/14.58	c |     87382 |     140    11900    83300 |    16569     8393     41 |  0.005 % |
22.38/22.49	c |    131171 |     140    11900    83300 |    18226    10596     44 |  0.005 % |
35.58/35.67	c |    196855 |     140    11900    83300 |    20049    12263     42 |  0.005 % |
56.47/56.56	c |    295381 |     140    11900    83300 |    22054    10237     41 |  0.005 % |
90.26/90.31	c |    443171 |     140    11900    83300 |    24259    14215     43 |  0.005 % |
144.65/144.76	c |    664855 |     140    11900    83300 |    26685    13006     42 |  0.005 % |
232.71/232.88	c |    997380 |     140    11900    83300 |    29354    13100     42 |  0.005 % |
372.86/373.00	c |   1496169 |     140    11900    83300 |    32289    18410     44 |  0.005 % |
599.90/600.14	c |   2244354 |     140    11900    83300 |    35518    19464     42 |  0.005 % |
965.39/965.73	c |   3366629 |     140    11900    83300 |    39070    28047     42 |  0.005 % |

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-1513625-1238219772/watcher-1513625-1238219772 -o /tmp/evaluation-result-1513625-1238219772/solver-1513625-1238219772 -C 1200 -W 1800 -M 1800 --output-limit 1,15 HOME/varsat-random_static -seed=1790871203 HOME/instance-1513625-1238219772.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.99 3/64 15304
/proc/meminfo: memFree=893168/2055920 swapFree=4177608/4192956
[pid=15304] ppid=15302 vsize=2544 CPUtime=0
/proc/15304/stat : 15304 (varsat-random_s) R 15302 15304 14409 0 -1 4194304 296 0 0 0 0 0 0 0 18 0 1 0 1094643373 2605056 281 1992294400 4194304 5102416 548682068800 18446744073709551615 4491479 0 0 4096 3 0 0 0 17 1 0 0
/proc/15304/statm: 636 282 88 221 0 412 0

[startup+0.070901 s]
/proc/loadavg: 0.92 0.98 0.99 3/64 15304
/proc/meminfo: memFree=893168/2055920 swapFree=4177608/4192956
[pid=15304] ppid=15302 vsize=5016 CPUtime=0.06
/proc/15304/stat : 15304 (varsat-random_s) R 15302 15304 14409 0 -1 4194304 934 0 0 0 6 0 0 0 18 0 1 0 1094643373 5136384 919 1992294400 4194304 5102416 548682068800 18446744073709551615 4273034 0 0 4096 3 0 0 0 17 1 0 0
/proc/15304/statm: 1254 919 97 221 0 1030 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 5016

[startup+0.101906 s]
/proc/loadavg: 0.92 0.98 0.99 3/64 15304
/proc/meminfo: memFree=893168/2055920 swapFree=4177608/4192956
[pid=15304] ppid=15302 vsize=5016 CPUtime=0.09
/proc/15304/stat : 15304 (varsat-random_s) R 15302 15304 14409 0 -1 4194304 934 0 0 0 9 0 0 0 18 0 1 0 1094643373 5136384 919 1992294400 4194304 5102416 548682068800 18446744073709551615 4272646 0 0 4096 3 0 0 0 17 1 0 0
/proc/15304/statm: 1254 919 97 221 0 1030 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 5016

[startup+0.301932 s]
/proc/loadavg: 0.92 0.98 0.99 3/64 15304
/proc/meminfo: memFree=893168/2055920 swapFree=4177608/4192956
[pid=15304] ppid=15302 vsize=5232 CPUtime=0.29
/proc/15304/stat : 15304 (varsat-random_s) R 15302 15304 14409 0 -1 4194304 982 0 0 0 29 0 0 0 19 0 1 0 1094643373 5357568 967 1992294400 4194304 5102416 548682068800 18446744073709551615 4272641 0 0 4096 3 0 0 0 17 1 0 0
/proc/15304/statm: 1308 967 98 221 0 1084 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 5232

[startup+0.701985 s]
/proc/loadavg: 0.92 0.98 0.99 3/64 15304
/proc/meminfo: memFree=893168/2055920 swapFree=4177608/4192956
[pid=15304] ppid=15302 vsize=4492 CPUtime=0.69
/proc/15304/stat : 15304 (varsat-random_s) R 15302 15304 14409 0 -1 4194304 996 0 0 0 69 0 0 0 22 0 1 0 1094643373 4599808 824 1992294400 4194304 5102416 548682068800 18446744073709551615 4221966 0 0 4096 3 0 0 0 17 1 0 0
/proc/15304/statm: 1123 824 112 221 0 899 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 4492

[startup+1.50109 s]
/proc/loadavg: 0.92 0.98 0.99 2/65 15305
/proc/meminfo: memFree=890088/2055920 swapFree=4177608/4192956
[pid=15304] ppid=15302 vsize=5524 CPUtime=1.49
/proc/15304/stat : 15304 (varsat-random_s) R 15302 15304 14409 0 -1 4194304 1245 0 0 0 149 0 0 0 25 0 1 0 1094643373 5656576 1073 1992294400 4194304 5102416 548682068800 18446744073709551615 4249563 0 0 4096 3 0 0 0 17 1 0 0
/proc/15304/statm: 1381 1073 112 221 0 1157 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 5524

[startup+3.1013 s]
/proc/loadavg: 0.92 0.98 0.99 2/65 15305
/proc/meminfo: memFree=888488/2055920 swapFree=4177608/4192956
[pid=15304] ppid=15302 vsize=6604 CPUtime=3.09
/proc/15304/stat : 15304 (varsat-random_s) R 15302 15304 14409 0 -1 4194304 1493 0 0 0 309 0 0 0 25 0 1 0 1094643373 6762496 1321 1992294400 4194304 5102416 548682068800 18446744073709551615 4249520 0 0 4096 3 0 0 0 17 1 0 0
/proc/15304/statm: 1651 1321 112 221 0 1427 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 6604

[startup+6.30172 s]
/proc/loadavg: 0.93 0.98 0.99 2/65 15305
/proc/meminfo: memFree=887208/2055920 swapFree=4177608/4192956
[pid=15304] ppid=15302 vsize=7560 CPUtime=6.29
/proc/15304/stat : 15304 (varsat-random_s) R 15302 15304 14409 0 -1 4194304 1751 0 0 0 629 0 0 0 25 0 1 0 1094643373 7741440 1579 1992294400 4194304 5102416 548682068800 18446744073709551615 4249636 0 0 4096 3 0 0 0 17 1 0 0
/proc/15304/statm: 1890 1579 112 221 0 1666 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 7560

[startup+12.7026 s]
/proc/loadavg: 1.01 1.00 1.00 2/65 15305
/proc/meminfo: memFree=885992/2055920 swapFree=4177608/4192956
[pid=15304] ppid=15302 vsize=8652 CPUtime=12.69
/proc/15304/stat : 15304 (varsat-random_s) R 15302 15304 14409 0 -1 4194304 2018 0 0 0 1269 0 0 0 25 0 1 0 1094643373 8859648 1846 1992294400 4194304 5102416 548682068800 18446744073709551615 4249520 0 0 4096 3 0 0 0 17 1 0 0
/proc/15304/statm: 2163 1846 112 221 0 1939 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 8652

[startup+25.5013 s]
/proc/loadavg: 1.01 1.00 1.00 2/65 15305
/proc/meminfo: memFree=884456/2055920 swapFree=4177608/4192956
[pid=15304] ppid=15302 vsize=10352 CPUtime=25.48
/proc/15304/stat : 15304 (varsat-random_s) R 15302 15304 14409 0 -1 4194304 2391 0 0 0 2548 0 0 0 25 0 1 0 1094643373 10600448 2219 1992294400 4194304 5102416 548682068800 18446744073709551615 4249520 0 0 4096 3 0 0 0 17 1 0 0
/proc/15304/statm: 2588 2219 112 221 0 2364 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 10352

[startup+51.1016 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 15305
/proc/meminfo: memFree=883240/2055920 swapFree=4177608/4192956
[pid=15304] ppid=15302 vsize=11596 CPUtime=51.08
/proc/15304/stat : 15304 (varsat-random_s) R 15302 15304 14409 0 -1 4194304 2707 0 0 0 5107 1 0 0 25 0 1 0 1094643373 11874304 2535 1992294400 4194304 5102416 548682068800 18446744073709551615 4249520 0 0 4096 3 0 0 0 17 1 0 0
/proc/15304/statm: 2899 2535 112 221 0 2675 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 11596

[startup+102.305 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 15305
/proc/meminfo: memFree=880936/2055920 swapFree=4177608/4192956
[pid=15304] ppid=15302 vsize=14080 CPUtime=102.26
/proc/15304/stat : 15304 (varsat-random_s) R 15302 15304 14409 0 -1 4194304 3283 0 0 0 10225 1 0 0 25 0 1 0 1094643373 14417920 3111 1992294400 4194304 5102416 548682068800 18446744073709551615 4249520 0 0 4096 3 0 0 0 17 1 0 0
/proc/15304/statm: 3520 3111 112 221 0 3296 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 14080

[startup+162.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 15305
/proc/meminfo: memFree=879464/2055920 swapFree=4177608/4192956
[pid=15304] ppid=15302 vsize=15668 CPUtime=162.24
/proc/15304/stat : 15304 (varsat-random_s) R 15302 15304 14409 0 -1 4194304 3653 0 0 0 16222 2 0 0 25 0 1 0 1094643373 16044032 3481 1992294400 4194304 5102416 548682068800 18446744073709551615 4249520 0 0 4096 3 0 0 0 17 1 0 0
/proc/15304/statm: 3917 3481 112 221 0 3693 0
Current children cumulated CPU time (s) 162.24
Current children cumulated vsize (KiB) 15668

[startup+222.301 s]
/proc/loadavg: 1.05 1.01 1.00 2/65 15305
/proc/meminfo: memFree=878440/2055920 swapFree=4177608/4192956
[pid=15304] ppid=15302 vsize=16800 CPUtime=222.22
/proc/15304/stat : 15304 (varsat-random_s) R 15302 15304 14409 0 -1 4194304 3897 0 0 0 22220 2 0 0 25 0 1 0 1094643373 17203200 3725 1992294400 4194304 5102416 548682068800 18446744073709551615 4249573 0 0 4096 3 0 0 0 17 1 0 0
/proc/15304/statm: 4200 3725 112 221 0 3976 0
Current children cumulated CPU time (s) 222.22
Current children cumulated vsize (KiB) 16800

[startup+282.301 s]
/proc/loadavg: 1.02 1.01 1.00 2/65 15305
/proc/meminfo: memFree=876968/2055920 swapFree=4177608/4192956
[pid=15304] ppid=15302 vsize=18320 CPUtime=282.21
/proc/15304/stat : 15304 (varsat-random_s) R 15302 15304 14409 0 -1 4194304 4252 0 0 0 28218 3 0 0 25 0 1 0 1094643373 18759680 4080 1992294400 4194304 5102416 548682068800 18446744073709551615 4249520 0 0 4096 3 0 0 0 17 1 0 0
/proc/15304/statm: 4580 4080 112 221 0 4356 0
Current children cumulated CPU time (s) 282.21
Current children cumulated vsize (KiB) 18320

[startup+342.302 s]
/proc/loadavg: 1.04 1.02 1.00 2/65 15311
/proc/meminfo: memFree=876512/2055920 swapFree=4177608/4192956
[pid=15304] ppid=15302 vsize=18716 CPUtime=342.18
/proc/15304/stat : 15304 (varsat-random_s) R 15302 15304 14409 0 -1 4194304 4341 0 0 0 34215 3 0 0 25 0 1 0 1094643373 19165184 4169 1992294400 4194304 5102416 548682068800 18446744073709551615 4249579 0 0 4096 3 0 0 0 17 1 0 0
/proc/15304/statm: 4679 4169 112 221 0 4455 0
Current children cumulated CPU time (s) 342.18
Current children cumulated vsize (KiB) 18716

[startup+402.302 s]
/proc/loadavg: 1.01 1.01 1.00 2/65 15311
/proc/meminfo: memFree=875360/2055920 swapFree=4177608/4192956
[pid=15304] ppid=15302 vsize=19944 CPUtime=402.16
/proc/15304/stat : 15304 (varsat-random_s) R 15302 15304 14409 0 -1 4194304 4626 0 0 0 40212 4 0 0 25 0 1 0 1094643373 20422656 4454 1992294400 4194304 5102416 548682068800 18446744073709551615 4249674 0 0 4096 3 0 0 0 17 1 0 0
/proc/15304/statm: 4986 4454 112 221 0 4762 0
Current children cumulated CPU time (s) 402.16
Current children cumulated vsize (KiB) 19944

[startup+462.302 s]
/proc/loadavg: 1.00 1.01 1.00 2/65 15311
/proc/meminfo: memFree=874848/2055920 swapFree=4177608/4192956
[pid=15304] ppid=15302 vsize=20764 CPUtime=462.14
/proc/15304/stat : 15304 (varsat-random_s) R 15302 15304 14409 0 -1 4194304 4784 0 0 0 46210 4 0 0 25 0 1 0 1094643373 21262336 4612 1992294400 4194304 5102416 548682068800 18446744073709551615 4249552 0 0 4096 3 0 0 0 17 1 0 0
/proc/15304/statm: 5191 4612 112 221 0 4967 0
Current children cumulated CPU time (s) 462.14
Current children cumulated vsize (KiB) 20764

[startup+522.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 15311
/proc/meminfo: memFree=874272/2055920 swapFree=4177608/4192956
[pid=15304] ppid=15302 vsize=21288 CPUtime=522.12
/proc/15304/stat : 15304 (varsat-random_s) R 15302 15304 14409 0 -1 4194304 4924 0 0 0 52208 4 0 0 25 0 1 0 1094643373 21798912 4752 1992294400 4194304 5102416 548682068800 18446744073709551615 4249520 0 0 4096 3 0 0 0 17 1 0 0
/proc/15304/statm: 5322 4752 112 221 0 5098 0
Current children cumulated CPU time (s) 522.12
Current children cumulated vsize (KiB) 21288

[startup+582.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 15311
/proc/meminfo: memFree=873952/2055920 swapFree=4177608/4192956
[pid=15304] ppid=15302 vsize=21760 CPUtime=582.11
/proc/15304/stat : 15304 (varsat-random_s) R 15302 15304 14409 0 -1 4194304 5004 0 0 0 58206 5 0 0 25 0 1 0 1094643373 22282240 4832 1992294400 4194304 5102416 548682068800 18446744073709551615 4249520 0 0 4096 3 0 0 0 17 1 0 0
/proc/15304/statm: 5440 4832 112 221 0 5216 0
Current children cumulated CPU time (s) 582.11
Current children cumulated vsize (KiB) 21760

[startup+642.302 s]
/proc/loadavg: 1.08 1.02 1.01 2/65 15311
/proc/meminfo: memFree=873192/2055920 swapFree=4177608/4192956
[pid=15304] ppid=15302 vsize=22604 CPUtime=642.09
/proc/15304/stat : 15304 (varsat-random_s) R 15302 15304 14409 0 -1 4194304 5196 0 0 0 64204 5 0 0 25 0 1 0 1094643373 23146496 5024 1992294400 4194304 5102416 548682068800 18446744073709551615 4249743 0 0 4096 3 0 0 0 17 1 0 0
/proc/15304/statm: 5651 5024 112 221 0 5427 0
Current children cumulated CPU time (s) 642.09
Current children cumulated vsize (KiB) 22604

[startup+702.301 s]
/proc/loadavg: 1.03 1.01 1.00 2/65 15311
/proc/meminfo: memFree=872616/2055920 swapFree=4177608/4192956
[pid=15304] ppid=15302 vsize=23172 CPUtime=702.06
/proc/15304/stat : 15304 (varsat-random_s) R 15302 15304 14409 0 -1 4194304 5337 0 0 0 70201 5 0 0 25 0 1 0 1094643373 23728128 5165 1992294400 4194304 5102416 548682068800 18446744073709551615 4249643 0 0 4096 3 0 0 0 17 1 0 0
/proc/15304/statm: 5793 5165 112 221 0 5569 0
Current children cumulated CPU time (s) 702.06
Current children cumulated vsize (KiB) 23172

[startup+762.305 s]
/proc/loadavg: 1.01 1.00 1.00 2/65 15311
/proc/meminfo: memFree=872360/2055920 swapFree=4177608/4192956
[pid=15304] ppid=15302 vsize=23504 CPUtime=762.05
/proc/15304/stat : 15304 (varsat-random_s) R 15302 15304 14409 0 -1 4194304 5408 0 0 0 76200 5 0 0 25 0 1 0 1094643373 24068096 5236 1992294400 4194304 5102416 548682068800 18446744073709551615 4249520 0 0 4096 3 0 0 0 17 1 0 0
/proc/15304/statm: 5876 5236 112 221 0 5652 0
Current children cumulated CPU time (s) 762.05
Current children cumulated vsize (KiB) 23504

[startup+822.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 15311
/proc/meminfo: memFree=871976/2055920 swapFree=4177608/4192956
[pid=15304] ppid=15302 vsize=23932 CPUtime=822.03
/proc/15304/stat : 15304 (varsat-random_s) R 15302 15304 14409 0 -1 4194304 5496 0 0 0 82197 6 0 0 25 0 1 0 1094643373 24506368 5324 1992294400 4194304 5102416 548682068800 18446744073709551615 4249655 0 0 4096 3 0 0 0 17 1 0 0
/proc/15304/statm: 5983 5324 112 221 0 5759 0
Current children cumulated CPU time (s) 822.03
Current children cumulated vsize (KiB) 23932

[startup+882.301 s]
/proc/loadavg: 1.06 1.02 1.00 2/65 15311
/proc/meminfo: memFree=871912/2055920 swapFree=4177608/4192956
[pid=15304] ppid=15302 vsize=23932 CPUtime=882.01
/proc/15304/stat : 15304 (varsat-random_s) R 15302 15304 14409 0 -1 4194304 5504 0 0 0 88195 6 0 0 25 0 1 0 1094643373 24506368 5332 1992294400 4194304 5102416 548682068800 18446744073709551615 4249520 0 0 4096 3 0 0 0 17 1 0 0
/proc/15304/statm: 5983 5332 112 221 0 5759 0
Current children cumulated CPU time (s) 882.01
Current children cumulated vsize (KiB) 23932

[startup+942.302 s]
/proc/loadavg: 1.02 1.01 1.00 2/65 15311
/proc/meminfo: memFree=871720/2055920 swapFree=4177608/4192956
[pid=15304] ppid=15302 vsize=24168 CPUtime=941.99
/proc/15304/stat : 15304 (varsat-random_s) R 15302 15304 14409 0 -1 4194304 5558 0 0 0 94193 6 0 0 25 0 1 0 1094643373 24748032 5386 1992294400 4194304 5102416 548682068800 18446744073709551615 4249563 0 0 4096 3 0 0 0 17 1 0 0
/proc/15304/statm: 6042 5386 112 221 0 5818 0
Current children cumulated CPU time (s) 941.99
Current children cumulated vsize (KiB) 24168

[startup+1002.3 s]
/proc/loadavg: 1.04 1.02 1.00 2/65 15311
/proc/meminfo: memFree=870824/2055920 swapFree=4177608/4192956
[pid=15304] ppid=15302 vsize=25036 CPUtime=1001.97
/proc/15304/stat : 15304 (varsat-random_s) R 15302 15304 14409 0 -1 4194304 5779 0 0 0 100191 6 0 0 25 0 1 0 1094643373 25636864 5607 1992294400 4194304 5102416 548682068800 18446744073709551615 4249520 0 0 4096 3 0 0 0 17 1 0 0
/proc/15304/statm: 6259 5607 112 221 0 6035 0
Current children cumulated CPU time (s) 1001.97
Current children cumulated vsize (KiB) 25036

[startup+1062.3 s]
/proc/loadavg: 1.01 1.01 1.00 2/65 15311
/proc/meminfo: memFree=870504/2055920 swapFree=4177608/4192956
[pid=15304] ppid=15302 vsize=25480 CPUtime=1061.96
/proc/15304/stat : 15304 (varsat-random_s) R 15302 15304 14409 0 -1 4194304 5871 0 0 0 106189 7 0 0 25 0 1 0 1094643373 26091520 5699 1992294400 4194304 5102416 548682068800 18446744073709551615 4250048 0 0 4096 3 0 0 0 17 1 0 0
/proc/15304/statm: 6370 5699 112 221 0 6146 0
Current children cumulated CPU time (s) 1061.96
Current children cumulated vsize (KiB) 25480

[startup+1122.3 s]
/proc/loadavg: 1.00 1.01 1.00 2/65 15311
/proc/meminfo: memFree=870248/2055920 swapFree=4177608/4192956
[pid=15304] ppid=15302 vsize=25668 CPUtime=1121.94
/proc/15304/stat : 15304 (varsat-random_s) R 15302 15304 14409 0 -1 4194304 5930 0 0 0 112187 7 0 0 25 0 1 0 1094643373 26284032 5758 1992294400 4194304 5102416 548682068800 18446744073709551615 4249520 0 0 4096 3 0 0 0 17 1 0 0
/proc/15304/statm: 6417 5758 112 221 0 6193 0
Current children cumulated CPU time (s) 1121.94
Current children cumulated vsize (KiB) 25668

[startup+1182.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 15311
/proc/meminfo: memFree=869800/2055920 swapFree=4177608/4192956
[pid=15304] ppid=15302 vsize=26236 CPUtime=1181.92
/proc/15304/stat : 15304 (varsat-random_s) R 15302 15304 14409 0 -1 4194304 6040 0 0 0 118185 7 0 0 25 0 1 0 1094643373 26865664 5868 1992294400 4194304 5102416 548682068800 18446744073709551615 4249655 0 0 4096 3 0 0 0 17 1 0 0
/proc/15304/statm: 6559 5868 112 221 0 6335 0
Current children cumulated CPU time (s) 1181.92
Current children cumulated vsize (KiB) 26236



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.4 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 15311
/proc/meminfo: memFree=869800/2055920 swapFree=4177608/4192956
[pid=15304] ppid=15302 vsize=26236 CPUtime=1200.01
/proc/15304/stat : 15304 (varsat-random_s) R 15302 15304 14409 0 -1 4194304 6041 0 0 0 119994 7 0 0 25 0 1 0 1094643373 26865664 5869 1992294400 4194304 5102416 548682068800 18446744073709551615 4249655 0 0 4096 3 0 0 0 17 1 0 0
/proc/15304/statm: 6559 5869 112 221 0 6335 0
Current children cumulated CPU time (s) 1200.01
Current children cumulated vsize (KiB) 26236

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.03
CPU user time (s): 1199.95
CPU system time (s): 0.081987
CPU usage (%): 99.9684
Max. virtual memory (cumulated for all children) (KiB): 26236

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

runsolver used 0.905862 second user time and 2.6086 second system time

The end

Launcher Data

Begin job on node13 at 2009-03-28 06:56:12
IDJOB=1513625
IDBENCH=70278
IDSOLVER=539
FILE ID=node13/1513625-1238219772
PBS_JOBID= 9060551
Free space on /tmp= 66388 MiB

SOLVER NAME= VARSAT-random 2009-03-22
BENCH NAME= SAT09/RANDOM/LARGE/7SAT/UNKNOWN/140/unif-k7-r85-v140-c11900-S541865505-057.cnf
COMMAND LINE= HOME/varsat-random_static -seed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1513625-1238219772/watcher-1513625-1238219772 -o /tmp/evaluation-result-1513625-1238219772/solver-1513625-1238219772 -C 1200 -W 1800 -M 1800 --output-limit 1,15  HOME/varsat-random_static -seed=1790871203 HOME/instance-1513625-1238219772.cnf

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

MD5SUM BENCH= e3b225dad76097977d4c5c88712eb95a
RANDOM SEED=1790871203

node13.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.240
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.240
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:        893584 kB
Buffers:         92204 kB
Cached:         967664 kB
SwapCached:       9228 kB
Active:         249784 kB
Inactive:       820752 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        893584 kB
SwapTotal:     4192956 kB
SwapFree:      4177608 kB
Dirty:            1336 kB
Writeback:           0 kB
Mapped:          16156 kB
Slab:            77744 kB
Committed_AS:  2955160 kB
PageTables:       1464 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= 66388 MiB
End job on node13 at 2009-03-28 07:16:14