Trace number 1512855

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

General information on the benchmark

NameRANDOM/LARGE/5SAT/UNKNOWN/900/
unif-k5-r20-v900-c18000-S1573578038-005.cnf
MD5SUM6079b5c5aa5b129580ea074d44eca93f
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark312.022
Satisfiable
(Un)Satisfiability was proved
Number of variables900
Number of clauses18000
Sum of the clauses size90000
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 518000
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:  900                                                  |
0.00/0.00	c |  Number of clauses:    18000                                                |
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:          1290948832.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.14	c ============================[ Search Statistics ]==============================
0.09/0.14	c | Conflicts |          ORIGINAL         |          LEARNT          | Progress |
0.09/0.14	c |           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
0.09/0.14	c ===============================================================================
0.09/0.14	c |         0 |     900    18000    90000 |     6000        0    nan |  0.000 % |
0.09/0.19	c |       101 |     900    18000    90000 |     6600      101    111 |  0.000 % |
0.19/0.25	c |       255 |     900    18000    90000 |     7260      255    113 |  0.000 % |
0.29/0.31	c |       480 |     900    18000    90000 |     7986      480    111 |  0.000 % |
0.29/0.39	c |       819 |     900    18000    90000 |     8784      819    112 |  0.000 % |
0.39/0.48	c |      1325 |     900    18000    90000 |     9663     1325    113 |  0.000 % |
0.59/0.60	c |      2084 |     900    18000    90000 |    10629     2084    116 |  0.000 % |
0.69/0.79	c |      3224 |     900    18000    90000 |    11692     3224    120 |  0.000 % |
0.99/1.06	c |      4933 |     900    18000    90000 |    12861     4933    118 |  0.000 % |
1.49/1.51	c |      7495 |     900    18000    90000 |    14147     7495    118 |  0.000 % |
2.19/2.29	c |     11339 |     900    18000    90000 |    15562    11339    122 |  0.000 % |
3.59/3.62	c |     17105 |     900    18000    90000 |    17118     9172    128 |  0.000 % |
5.78/5.85	c |     25754 |     900    18000    90000 |    18830     9088    128 |  0.000 % |
9.18/9.28	c |     38729 |     900    18000    90000 |    20713    12477    136 |  0.000 % |
15.39/15.45	c |     58192 |     900    18000    90000 |    22784    10900    131 |  0.000 % |
25.49/25.53	c |     87387 |     900    18000    90000 |    25063    16622    127 |  0.000 % |
41.37/41.45	c |    131176 |     900    18000    90000 |    27569    19361    135 |  0.000 % |
69.97/70.04	c |    196861 |     900    18000    90000 |    30326    23031    132 |  0.000 % |
114.04/114.10	c |    295387 |     900    18000    90000 |    33359    14344    126 |  0.000 % |
185.92/186.07	c |    443178 |     900    18000    90000 |    36695    16390    125 |  0.000 % |
309.38/309.52	c |    664862 |     900    18000    90000 |    40364    30413    128 |  0.000 % |
497.01/497.23	c |    997388 |     900    18000    90000 |    44401    37935    135 |  0.000 % |
796.10/796.46	c |   1496177 |     900    18000    90000 |    48841    15724    123 |  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-1512855-1238210130/watcher-1512855-1238210130 -o /tmp/evaluation-result-1512855-1238210130/solver-1512855-1238210130 -C 1200 -W 1800 -M 1800 --output-limit 1,15 HOME/varsat-crafted_static -seed=1290948832 HOME/instance-1512855-1238210130.cnf 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1200 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1230 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 1843200 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 1894400 KiB
Solver output will be limited to a maximum of 15728640 bytes. The first 1048576 bytes and the last 14680064 bytes will be preserved
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.00 1.00 0.94 3/64 8701
/proc/meminfo: memFree=1520600/2055920 swapFree=4177912/4192956
[pid=8701] ppid=8699 vsize=2564 CPUtime=0
/proc/8701/stat : 8701 (varsat-crafted_) R 8699 8701 8062 0 -1 4194304 340 0 0 0 0 0 0 0 18 0 1 0 1093674015 2625536 325 1992294400 4194304 5102648 548682068800 18446744073709551615 4491719 0 0 4096 3 0 0 0 17 1 0 0
/proc/8701/statm: 641 326 87 221 0 417 0

[startup+0.0649229 s]
/proc/loadavg: 1.00 1.00 0.94 3/64 8701
/proc/meminfo: memFree=1520600/2055920 swapFree=4177912/4192956
[pid=8701] ppid=8699 vsize=5888 CPUtime=0.05
/proc/8701/stat : 8701 (varsat-crafted_) R 8699 8701 8062 0 -1 4194304 1190 0 0 0 5 0 0 0 18 0 1 0 1093674015 6029312 1175 1992294400 4194304 5102648 548682068800 18446744073709551615 4272886 0 0 4096 3 0 0 0 17 1 0 0
/proc/8701/statm: 1472 1175 98 221 0 1248 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 5888

[startup+0.101929 s]
/proc/loadavg: 1.00 1.00 0.94 3/64 8701
/proc/meminfo: memFree=1520600/2055920 swapFree=4177912/4192956
[pid=8701] ppid=8699 vsize=6068 CPUtime=0.09
/proc/8701/stat : 8701 (varsat-crafted_) R 8699 8701 8062 0 -1 4194304 1220 0 0 0 9 0 0 0 18 0 1 0 1093674015 6213632 1205 1992294400 4194304 5102648 548682068800 18446744073709551615 4266506 0 0 4096 3 0 0 0 17 1 0 0
/proc/8701/statm: 1517 1206 98 221 0 1293 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 6068

[startup+0.301973 s]
/proc/loadavg: 1.00 1.00 0.94 3/64 8701
/proc/meminfo: memFree=1520600/2055920 swapFree=4177912/4192956
[pid=8701] ppid=8699 vsize=5740 CPUtime=0.29
/proc/8701/stat : 8701 (varsat-crafted_) R 8699 8701 8062 0 -1 4194304 1240 0 0 0 29 0 0 0 19 0 1 0 1093674015 5877760 1154 1992294400 4194304 5102648 548682068800 18446744073709551615 4249691 0 0 4096 3 0 0 0 17 1 0 0
/proc/8701/statm: 1435 1154 113 221 0 1211 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 5740

[startup+0.701059 s]
/proc/loadavg: 1.00 1.00 0.94 3/64 8701
/proc/meminfo: memFree=1520600/2055920 swapFree=4177912/4192956
[pid=8701] ppid=8699 vsize=6268 CPUtime=0.69
/proc/8701/stat : 8701 (varsat-crafted_) R 8699 8701 8062 0 -1 4194304 1353 0 0 0 69 0 0 0 22 0 1 0 1093674015 6418432 1267 1992294400 4194304 5102648 548682068800 18446744073709551615 4491719 0 0 4096 3 0 0 0 17 1 0 0
/proc/8701/statm: 1567 1267 113 221 0 1343 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 6268

[startup+1.50123 s]
/proc/loadavg: 1.00 1.00 0.94 2/65 8702
/proc/meminfo: memFree=1514896/2055920 swapFree=4177912/4192956
[pid=8701] ppid=8699 vsize=8792 CPUtime=1.49
/proc/8701/stat : 8701 (varsat-crafted_) R 8699 8701 8062 0 -1 4194304 2001 0 0 0 148 1 0 0 25 0 1 0 1093674015 9003008 1915 1992294400 4194304 5102648 548682068800 18446744073709551615 4491719 0 0 4096 3 0 0 0 17 1 0 0
/proc/8701/statm: 2198 1915 113 221 0 1974 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 8792

[startup+3.10157 s]
/proc/loadavg: 1.00 1.00 0.94 2/65 8702
/proc/meminfo: memFree=1511504/2055920 swapFree=4177912/4192956
[pid=8701] ppid=8699 vsize=13176 CPUtime=3.09
/proc/8701/stat : 8701 (varsat-crafted_) R 8699 8701 8062 0 -1 4194304 3091 0 0 0 308 1 0 0 25 0 1 0 1093674015 13492224 3005 1992294400 4194304 5102648 548682068800 18446744073709551615 4249760 0 0 4096 3 0 0 0 17 1 0 0
/proc/8701/statm: 3294 3005 113 221 0 3070 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 13176

[startup+6.30126 s]
/proc/loadavg: 1.00 1.00 0.94 2/65 8702
/proc/meminfo: memFree=1507408/2055920 swapFree=4177912/4192956
[pid=8701] ppid=8699 vsize=15160 CPUtime=6.28
/proc/8701/stat : 8701 (varsat-crafted_) R 8699 8701 8062 0 -1 4194304 3598 0 0 0 627 1 0 0 25 0 1 0 1093674015 15523840 3512 1992294400 4194304 5102648 548682068800 18446744073709551615 4249892 0 0 4096 3 0 0 0 17 1 0 0
/proc/8701/statm: 3790 3512 113 221 0 3566 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 15160

[startup+12.7016 s]
/proc/loadavg: 1.00 1.00 0.94 2/65 8702
/proc/meminfo: memFree=1503824/2055920 swapFree=4177912/4192956
[pid=8701] ppid=8699 vsize=18160 CPUtime=12.69
/proc/8701/stat : 8701 (varsat-crafted_) R 8699 8701 8062 0 -1 4194304 4318 0 0 0 1267 2 0 0 25 0 1 0 1093674015 18595840 4232 1992294400 4194304 5102648 548682068800 18446744073709551615 4249895 0 0 4096 3 0 0 0 17 1 0 0
/proc/8701/statm: 4540 4232 113 221 0 4316 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 18160

[startup+25.5014 s]
/proc/loadavg: 1.00 1.00 0.94 2/65 8702
/proc/meminfo: memFree=1501904/2055920 swapFree=4177912/4192956
[pid=8701] ppid=8699 vsize=20008 CPUtime=25.49
/proc/8701/stat : 8701 (varsat-crafted_) R 8699 8701 8062 0 -1 4194304 4802 0 0 0 2546 3 0 0 25 0 1 0 1093674015 20488192 4716 1992294400 4194304 5102648 548682068800 18446744073709551615 4249813 0 0 4096 3 0 0 0 17 1 0 0
/proc/8701/statm: 5002 4716 113 221 0 4778 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 20008

[startup+51.1019 s]
/proc/loadavg: 1.00 1.00 0.94 2/65 8702
/proc/meminfo: memFree=1498000/2055920 swapFree=4177912/4192956
[pid=8701] ppid=8699 vsize=24236 CPUtime=51.07
/proc/8701/stat : 8701 (varsat-crafted_) R 8699 8701 8062 0 -1 4194304 5822 0 0 0 5103 4 0 0 25 0 1 0 1093674015 24817664 5736 1992294400 4194304 5102648 548682068800 18446744073709551615 4249748 0 0 4096 3 0 0 0 17 1 0 0
/proc/8701/statm: 6059 5736 113 221 0 5835 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 24236

[startup+102.306 s]
/proc/loadavg: 1.00 1.00 0.94 2/65 8702
/proc/meminfo: memFree=1494352/2055920 swapFree=4177912/4192956
[pid=8701] ppid=8699 vsize=27444 CPUtime=102.25
/proc/8701/stat : 8701 (varsat-crafted_) R 8699 8701 8062 0 -1 4194304 6646 0 0 0 10221 4 0 0 25 0 1 0 1093674015 28102656 6560 1992294400 4194304 5102648 548682068800 18446744073709551615 4249874 0 0 4096 3 0 0 0 17 1 0 0
/proc/8701/statm: 6861 6560 113 221 0 6637 0
Current children cumulated CPU time (s) 102.25
Current children cumulated vsize (KiB) 27444

[startup+162.302 s]
/proc/loadavg: 1.00 1.00 0.94 2/65 8702
/proc/meminfo: memFree=1491088/2055920 swapFree=4177912/4192956
[pid=8701] ppid=8699 vsize=30800 CPUtime=162.23
/proc/8701/stat : 8701 (varsat-crafted_) R 8699 8701 8062 0 -1 4194304 7453 0 0 0 16218 5 0 0 25 0 1 0 1093674015 31539200 7367 1992294400 4194304 5102648 548682068800 18446744073709551615 4249760 0 0 4096 3 0 0 0 17 1 0 0
/proc/8701/statm: 7700 7367 113 221 0 7476 0
Current children cumulated CPU time (s) 162.23
Current children cumulated vsize (KiB) 30800

[startup+222.302 s]
/proc/loadavg: 1.00 1.00 0.94 2/65 8702
/proc/meminfo: memFree=1486800/2055920 swapFree=4177912/4192956
[pid=8701] ppid=8699 vsize=35064 CPUtime=222.21
/proc/8701/stat : 8701 (varsat-crafted_) R 8699 8701 8062 0 -1 4194304 8516 0 0 0 22215 6 0 0 25 0 1 0 1093674015 35905536 8430 1992294400 4194304 5102648 548682068800 18446744073709551615 4249892 0 0 4096 3 0 0 0 17 1 0 0
/proc/8701/statm: 8766 8430 113 221 0 8542 0
Current children cumulated CPU time (s) 222.21
Current children cumulated vsize (KiB) 35064

[startup+282.302 s]
/proc/loadavg: 1.00 1.00 0.94 2/65 8702
/proc/meminfo: memFree=1485392/2055920 swapFree=4177912/4192956
[pid=8701] ppid=8699 vsize=36408 CPUtime=282.19
/proc/8701/stat : 8701 (varsat-crafted_) R 8699 8701 8062 0 -1 4194304 8859 0 0 0 28212 7 0 0 25 0 1 0 1093674015 37281792 8773 1992294400 4194304 5102648 548682068800 18446744073709551615 4249807 0 0 4096 3 0 0 0 17 1 0 0
/proc/8701/statm: 9102 8773 113 221 0 8878 0
Current children cumulated CPU time (s) 282.19
Current children cumulated vsize (KiB) 36408

[startup+342.301 s]
/proc/loadavg: 1.00 1.00 0.94 2/65 8702
/proc/meminfo: memFree=1483600/2055920 swapFree=4177912/4192956
[pid=8701] ppid=8699 vsize=38388 CPUtime=342.16
/proc/8701/stat : 8701 (varsat-crafted_) R 8699 8701 8062 0 -1 4194304 9346 0 0 0 34209 7 0 0 25 0 1 0 1093674015 39309312 9260 1992294400 4194304 5102648 548682068800 18446744073709551615 4491719 0 0 4096 3 0 0 0 17 1 0 0
/proc/8701/statm: 9597 9260 113 221 0 9373 0
Current children cumulated CPU time (s) 342.16
Current children cumulated vsize (KiB) 38388

[startup+402.301 s]
/proc/loadavg: 1.00 1.00 0.94 2/65 8702
/proc/meminfo: memFree=1482000/2055920 swapFree=4177912/4192956
[pid=8701] ppid=8699 vsize=39708 CPUtime=402.14
/proc/8701/stat : 8701 (varsat-crafted_) R 8699 8701 8062 0 -1 4194304 9687 0 0 0 40206 8 0 0 25 0 1 0 1093674015 40660992 9601 1992294400 4194304 5102648 548682068800 18446744073709551615 4249900 0 0 4096 3 0 0 0 17 1 0 0
/proc/8701/statm: 9927 9601 113 221 0 9703 0
Current children cumulated CPU time (s) 402.14
Current children cumulated vsize (KiB) 39708

[startup+462.301 s]
/proc/loadavg: 1.00 1.00 0.94 2/65 8702
/proc/meminfo: memFree=1481232/2055920 swapFree=4177912/4192956
[pid=8701] ppid=8699 vsize=40504 CPUtime=462.12
/proc/8701/stat : 8701 (varsat-crafted_) R 8699 8701 8062 0 -1 4194304 9864 0 0 0 46203 9 0 0 25 0 1 0 1093674015 41476096 9778 1992294400 4194304 5102648 548682068800 18446744073709551615 4249874 0 0 4096 3 0 0 0 17 1 0 0
/proc/8701/statm: 10126 9778 113 221 0 9902 0
Current children cumulated CPU time (s) 462.12
Current children cumulated vsize (KiB) 40504

[startup+522.301 s]
/proc/loadavg: 1.00 1.00 0.94 2/65 8702
/proc/meminfo: memFree=1477968/2055920 swapFree=4177912/4192956
[pid=8701] ppid=8699 vsize=43896 CPUtime=522.1
/proc/8701/stat : 8701 (varsat-crafted_) R 8699 8701 8062 0 -1 4194304 10679 0 0 0 52200 10 0 0 25 0 1 0 1093674015 44949504 10593 1992294400 4194304 5102648 548682068800 18446744073709551615 4249883 0 0 4096 3 0 0 0 17 1 0 0
/proc/8701/statm: 10974 10593 113 221 0 10750 0
Current children cumulated CPU time (s) 522.1
Current children cumulated vsize (KiB) 43896

[startup+582.302 s]
/proc/loadavg: 1.00 1.00 0.94 2/65 8702
/proc/meminfo: memFree=1475664/2055920 swapFree=4177912/4192956
[pid=8701] ppid=8699 vsize=46072 CPUtime=582.07
/proc/8701/stat : 8701 (varsat-crafted_) R 8699 8701 8062 0 -1 4194304 11244 0 0 0 58197 10 0 0 25 0 1 0 1093674015 47177728 11158 1992294400 4194304 5102648 548682068800 18446744073709551615 4249760 0 0 4096 3 0 0 0 17 1 0 0
/proc/8701/statm: 11518 11158 113 221 0 11294 0
Current children cumulated CPU time (s) 582.07
Current children cumulated vsize (KiB) 46072

[startup+642.302 s]
/proc/loadavg: 1.00 1.00 0.94 2/65 8702
/proc/meminfo: memFree=1475664/2055920 swapFree=4177912/4192956
[pid=8701] ppid=8699 vsize=46072 CPUtime=642.06
/proc/8701/stat : 8701 (varsat-crafted_) R 8699 8701 8062 0 -1 4194304 11244 0 0 0 64195 11 0 0 25 0 1 0 1093674015 47177728 11158 1992294400 4194304 5102648 548682068800 18446744073709551615 4249874 0 0 4096 3 0 0 0 17 1 0 0
/proc/8701/statm: 11518 11158 113 221 0 11294 0
Current children cumulated CPU time (s) 642.06
Current children cumulated vsize (KiB) 46072

[startup+702.302 s]
/proc/loadavg: 1.00 1.00 0.94 2/65 8702
/proc/meminfo: memFree=1475152/2055920 swapFree=4177912/4192956
[pid=8701] ppid=8699 vsize=46600 CPUtime=702.03
/proc/8701/stat : 8701 (varsat-crafted_) R 8699 8701 8062 0 -1 4194304 11374 0 0 0 70192 11 0 0 25 0 1 0 1093674015 47718400 11288 1992294400 4194304 5102648 548682068800 18446744073709551615 4249760 0 0 4096 3 0 0 0 17 1 0 0
/proc/8701/statm: 11650 11288 113 221 0 11426 0
Current children cumulated CPU time (s) 702.03
Current children cumulated vsize (KiB) 46600

[startup+762.306 s]
/proc/loadavg: 1.00 1.00 0.94 2/65 8702
/proc/meminfo: memFree=1474768/2055920 swapFree=4177912/4192956
[pid=8701] ppid=8699 vsize=47052 CPUtime=762.01
/proc/8701/stat : 8701 (varsat-crafted_) R 8699 8701 8062 0 -1 4194304 11445 0 0 0 76190 11 0 0 25 0 1 0 1093674015 48181248 11359 1992294400 4194304 5102648 548682068800 18446744073709551615 4249760 0 0 4096 3 0 0 0 17 1 0 0
/proc/8701/statm: 11763 11359 113 221 0 11539 0
Current children cumulated CPU time (s) 762.01
Current children cumulated vsize (KiB) 47052

[startup+822.302 s]
/proc/loadavg: 1.00 1.00 0.94 2/65 8702
/proc/meminfo: memFree=1472272/2055920 swapFree=4177912/4192956
[pid=8701] ppid=8699 vsize=49476 CPUtime=821.98
/proc/8701/stat : 8701 (varsat-crafted_) R 8699 8701 8062 0 -1 4194304 12061 0 0 0 82186 12 0 0 25 0 1 0 1093674015 50663424 11975 1992294400 4194304 5102648 548682068800 18446744073709551615 4249942 0 0 4096 3 0 0 0 17 1 0 0
/proc/8701/statm: 12369 11975 113 221 0 12145 0
Current children cumulated CPU time (s) 821.98
Current children cumulated vsize (KiB) 49476

[startup+882.302 s]
/proc/loadavg: 1.00 1.00 0.94 2/65 8702
/proc/meminfo: memFree=1470288/2055920 swapFree=4177912/4192956
[pid=8701] ppid=8699 vsize=51528 CPUtime=881.97
/proc/8701/stat : 8701 (varsat-crafted_) R 8699 8701 8062 0 -1 4194304 12556 0 0 0 88184 13 0 0 25 0 1 0 1093674015 52764672 12470 1992294400 4194304 5102648 548682068800 18446744073709551615 4249888 0 0 4096 3 0 0 0 17 1 0 0
/proc/8701/statm: 12882 12470 113 221 0 12658 0
Current children cumulated CPU time (s) 881.97
Current children cumulated vsize (KiB) 51528

[startup+942.301 s]
/proc/loadavg: 1.00 1.00 0.94 2/65 8702
/proc/meminfo: memFree=1469008/2055920 swapFree=4177912/4192956
[pid=8701] ppid=8699 vsize=52896 CPUtime=941.94
/proc/8701/stat : 8701 (varsat-crafted_) R 8699 8701 8062 0 -1 4194304 12882 0 0 0 94181 13 0 0 25 0 1 0 1093674015 54165504 12796 1992294400 4194304 5102648 548682068800 18446744073709551615 4249769 0 0 4096 3 0 0 0 17 1 0 0
/proc/8701/statm: 13224 12796 113 221 0 13000 0
Current children cumulated CPU time (s) 941.94
Current children cumulated vsize (KiB) 52896

[startup+1002.3 s]
/proc/loadavg: 1.00 1.00 0.94 2/65 8702
/proc/meminfo: memFree=1468560/2055920 swapFree=4177912/4192956
[pid=8701] ppid=8699 vsize=53316 CPUtime=1001.92
/proc/8701/stat : 8701 (varsat-crafted_) R 8699 8701 8062 0 -1 4194304 12985 0 0 0 100179 13 0 0 25 0 1 0 1093674015 54595584 12899 1992294400 4194304 5102648 548682068800 18446744073709551615 4249892 0 0 4096 3 0 0 0 17 1 0 0
/proc/8701/statm: 13329 12899 113 221 0 13105 0
Current children cumulated CPU time (s) 1001.92
Current children cumulated vsize (KiB) 53316

[startup+1062.3 s]
/proc/loadavg: 1.00 1.00 0.94 2/65 8702
/proc/meminfo: memFree=1468496/2055920 swapFree=4177912/4192956
[pid=8701] ppid=8699 vsize=53316 CPUtime=1061.9
/proc/8701/stat : 8701 (varsat-crafted_) R 8699 8701 8062 0 -1 4194304 12986 0 0 0 106177 13 0 0 25 0 1 0 1093674015 54595584 12900 1992294400 4194304 5102648 548682068800 18446744073709551615 4249760 0 0 4096 3 0 0 0 17 1 0 0
/proc/8701/statm: 13329 12900 113 221 0 13105 0
Current children cumulated CPU time (s) 1061.9
Current children cumulated vsize (KiB) 53316

[startup+1122.3 s]
/proc/loadavg: 1.00 1.00 0.94 2/65 8702
/proc/meminfo: memFree=1468240/2055920 swapFree=4177912/4192956
[pid=8701] ppid=8699 vsize=53544 CPUtime=1121.87
/proc/8701/stat : 8701 (varsat-crafted_) R 8699 8701 8062 0 -1 4194304 13041 0 0 0 112174 13 0 0 25 0 1 0 1093674015 54829056 12955 1992294400 4194304 5102648 548682068800 18446744073709551615 4249760 0 0 4096 3 0 0 0 17 1 0 0
/proc/8701/statm: 13386 12955 113 221 0 13162 0
Current children cumulated CPU time (s) 1121.87
Current children cumulated vsize (KiB) 53544

[startup+1182.3 s]
/proc/loadavg: 1.00 1.00 0.94 2/65 8702
/proc/meminfo: memFree=1468304/2055920 swapFree=4177912/4192956
[pid=8701] ppid=8699 vsize=53544 CPUtime=1181.85
/proc/8701/stat : 8701 (varsat-crafted_) R 8699 8701 8062 0 -1 4194304 13041 0 0 0 118172 13 0 0 25 0 1 0 1093674015 54829056 12955 1992294400 4194304 5102648 548682068800 18446744073709551615 4249760 0 0 4096 3 0 0 0 17 1 0 0
/proc/8701/statm: 13386 12955 113 221 0 13162 0
Current children cumulated CPU time (s) 1181.85
Current children cumulated vsize (KiB) 53544



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.5 s]
/proc/loadavg: 1.00 1.00 0.94 2/65 8702
/proc/meminfo: memFree=1468304/2055920 swapFree=4177912/4192956
[pid=8701] ppid=8699 vsize=53544 CPUtime=1200.06
/proc/8701/stat : 8701 (varsat-crafted_) R 8699 8701 8062 0 -1 4194304 13041 0 0 0 119992 14 0 0 25 0 1 0 1093674015 54829056 12955 1992294400 4194304 5102648 548682068800 18446744073709551615 4249760 0 0 4096 3 0 0 0 17 1 0 0
/proc/8701/statm: 13386 12955 113 221 0 13162 0
Current children cumulated CPU time (s) 1200.06
Current children cumulated vsize (KiB) 53544

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

Solver just ended. Dumping a history of the last processes samples

[startup+1200.5 s]
/proc/loadavg: 1.00 1.00 0.94 2/65 8702
/proc/meminfo: memFree=1468304/2055920 swapFree=4177912/4192956
[pid=8701] ppid=8699 vsize=53544 CPUtime=1200.06
/proc/8701/stat : 8701 (varsat-crafted_) R 8699 8701 8062 0 -1 4194304 13041 0 0 0 119992 14 0 0 25 0 1 0 1093674015 54829056 12955 1992294400 4194304 5102648 548682068800 18446744073709551615 4249760 0 0 4096 3 0 0 0 17 1 0 0
/proc/8701/statm: 13386 12955 113 221 0 13162 0
Current children cumulated CPU time (s) 1200.06
Current children cumulated vsize (KiB) 53544

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1200.51
CPU time (s): 1200.07
CPU user time (s): 1199.92
CPU system time (s): 0.149977
CPU usage (%): 99.9632
Max. virtual memory (cumulated for all children) (KiB): 53544

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

runsolver used 0.827874 second user time and 2.54661 second system time

The end

Launcher Data

Begin job on node71 at 2009-03-28 04:15:30
IDJOB=1512855
IDBENCH=70214
IDSOLVER=537
FILE ID=node71/1512855-1238210130
PBS_JOBID= 9060495
Free space on /tmp= 66352 MiB

SOLVER NAME= VARSAT-crafted 2009-03-22
BENCH NAME= SAT09/RANDOM/LARGE/5SAT/UNKNOWN/900/unif-k5-r20-v900-c18000-S1573578038-005.cnf
COMMAND LINE= HOME/varsat-crafted_static -seed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1512855-1238210130/watcher-1512855-1238210130 -o /tmp/evaluation-result-1512855-1238210130/solver-1512855-1238210130 -C 1200 -W 1800 -M 1800 --output-limit 1,15  HOME/varsat-crafted_static -seed=1290948832 HOME/instance-1512855-1238210130.cnf

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

MD5SUM BENCH= 6079b5c5aa5b129580ea074d44eca93f
RANDOM SEED=1290948832

node71.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.270
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.270
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:       1521016 kB
Buffers:         45964 kB
Cached:         405504 kB
SwapCached:       9096 kB
Active:          96224 kB
Inactive:       365916 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1521016 kB
SwapTotal:     4192956 kB
SwapFree:      4177912 kB
Dirty:            1444 kB
Writeback:           0 kB
Mapped:          16388 kB
Slab:            58660 kB
Committed_AS:  2411088 kB
PageTables:       1444 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= 66352 MiB
End job on node71 at 2009-03-28 04:35:33