Trace number 1512580

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-industrial 2009-03-22? (TO) 1200.05 1206.02

General information on the benchmark

NameRANDOM/LARGE/5SAT/UNKNOWN/1000/
unif-k5-r20-v1000-c20000-S45173584-020.cnf
MD5SUM59fbd40d503488bcdf45b7724d53bd6d
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark338.69
Satisfiable
(Un)Satisfiability was proved
Number of variables1000
Number of clauses20000
Sum of the clauses size100000
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 520000
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:  1000                                                 |
0.00/0.00	c |  Number of clauses:    20000                                                |
0.00/0.04	c |  Parsing time:         0.03         s                                       |
0.00/0.04	c |  Timeout:              43200 s
0.00/0.04	c |  Random Seed:          415088558.000000
0.00/0.04	c |  Heuristic:            EMBP-G, threshold 0.950                              |
0.00/0.04	c |  Branching Rule:       default (solution-guided)                            |
0.00/0.04	c |  Learned clauses in surveys?  Using NO learned clauses.                     |
0.00/0.04	c |                                                                             |
0.08/0.16	c ============================[ Search Statistics ]==============================
0.08/0.16	c | Conflicts |          ORIGINAL         |          LEARNT          | Progress |
0.08/0.16	c |           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
0.08/0.16	c ===============================================================================
0.08/0.16	c |         0 |    1000    20000   100000 |     6666        0    nan |  0.000 % |
0.18/0.21	c |       102 |    1000    20000   100000 |     7333      102    134 |  0.000 % |
0.18/0.27	c |       253 |    1000    20000   100000 |     8066      253    138 |  0.000 % |
0.28/0.34	c |       480 |    1000    20000   100000 |     8873      480    125 |  0.000 % |
0.38/0.42	c |       818 |    1000    20000   100000 |     9760      818    128 |  0.000 % |
0.48/0.52	c |      1325 |    1000    20000   100000 |    10736     1325    128 |  0.000 % |
0.58/0.65	c |      2085 |    1000    20000   100000 |    11810     2085    127 |  0.000 % |
0.78/0.84	c |      3226 |    1000    20000   100000 |    12991     3226    126 |  0.000 % |
1.09/1.12	c |      4935 |    1000    20000   100000 |    14290     4935    126 |  0.000 % |
1.48/1.58	c |      7497 |    1000    20000   100000 |    15719     7497    130 |  0.000 % |
2.27/2.34	c |     11342 |    1000    20000   100000 |    17291    11342    131 |  0.000 % |
3.67/3.78	c |     17108 |    1000    20000   100000 |    19020    17108    132 |  0.000 % |
5.96/6.01	c |     25759 |    1000    20000   100000 |    20922    16062    136 |  0.000 % |
9.94/10.04	c |     38733 |    1000    20000   100000 |    23015    18395    143 |  0.000 % |
16.60/16.71	c |     58195 |    1000    20000   100000 |    25316    14177    138 |  0.000 % |
28.45/28.61	c |     87387 |    1000    20000   100000 |    27848    15400    139 |  0.000 % |
45.76/46.08	c |    131176 |    1000    20000   100000 |    30633    26793    149 |  0.000 % |
73.71/74.14	c |    196860 |    1000    20000   100000 |    33696    18837    139 |  0.000 % |
123.67/124.36	c |    295387 |    1000    20000   100000 |    37066    31797    145 |  0.000 % |
197.49/198.53	c |    443176 |    1000    20000   100000 |    40772    35126    148 |  0.000 % |
328.36/330.06	c |    664860 |    1000    20000   100000 |    44849    38627    147 |  0.000 % |
538.51/541.26	c |    997385 |    1000    20000   100000 |    49334    31696    146 |  0.000 % |
870.86/875.21	c |   1496174 |    1000    20000   100000 |    54268    33164    145 |  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-1512580-1238206520/watcher-1512580-1238206520 -o /tmp/evaluation-result-1512580-1238206520/solver-1512580-1238206520 -C 1200 -W 1800 -M 1800 --output-limit 1,15 HOME/varsat-industrial_static -seed=415088558 HOME/instance-1512580-1238206520.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.92 1.95 1.72 4/86 29184
/proc/meminfo: memFree=1713440/2055920 swapFree=4170308/4192956
[pid=29184] ppid=29182 vsize=2436 CPUtime=0
/proc/29184/stat : 29184 (varsat-industri) R 29182 29184 29099 0 -1 4194304 312 0 0 0 0 0 0 0 20 0 1 0 1093316010 2494464 297 1992294400 4194304 5102648 548682068784 18446744073709551615 4279941 0 0 4096 3 0 0 0 17 1 0 0
/proc/29184/statm: 609 297 87 221 0 385 0

[startup+0.050699 s]
/proc/loadavg: 1.92 1.95 1.72 4/86 29184
/proc/meminfo: memFree=1713440/2055920 swapFree=4170308/4192956
[pid=29184] ppid=29182 vsize=6412 CPUtime=0.03
/proc/29184/stat : 29184 (varsat-industri) R 29182 29184 29099 0 -1 4194304 1301 0 0 0 3 0 0 0 20 0 1 0 1093316010 6565888 1286 1992294400 4194304 5102648 548682068784 18446744073709551615 4272870 0 0 4096 3 0 0 0 17 0 0 0
/proc/29184/statm: 1603 1286 98 221 0 1379 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 6412

[startup+0.102706 s]
/proc/loadavg: 1.92 1.95 1.72 4/86 29184
/proc/meminfo: memFree=1713440/2055920 swapFree=4170308/4192956
[pid=29184] ppid=29182 vsize=6412 CPUtime=0.08
/proc/29184/stat : 29184 (varsat-industri) R 29182 29184 29099 0 -1 4194304 1301 0 0 0 8 0 0 0 20 0 1 0 1093316010 6565888 1286 1992294400 4194304 5102648 548682068784 18446744073709551615 4285371 0 0 4096 3 0 0 0 17 0 0 0
/proc/29184/statm: 1603 1286 98 221 0 1379 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 6412

[startup+0.302732 s]
/proc/loadavg: 1.92 1.95 1.72 4/86 29184
/proc/meminfo: memFree=1713440/2055920 swapFree=4170308/4192956
[pid=29184] ppid=29182 vsize=6196 CPUtime=0.28
/proc/29184/stat : 29184 (varsat-industri) R 29182 29184 29099 0 -1 4194304 1355 0 0 0 28 0 0 0 22 0 1 0 1093316010 6344704 1261 1992294400 4194304 5102648 548682068784 18446744073709551615 4213798 0 0 4096 3 0 0 0 17 0 0 0
/proc/29184/statm: 1549 1261 113 221 0 1325 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 6196

[startup+0.701786 s]
/proc/loadavg: 1.92 1.95 1.72 4/86 29184
/proc/meminfo: memFree=1713440/2055920 swapFree=4170308/4192956
[pid=29184] ppid=29182 vsize=6460 CPUtime=0.68
/proc/29184/stat : 29184 (varsat-industri) R 29182 29184 29099 0 -1 4194304 1419 0 0 0 68 0 0 0 25 0 1 0 1093316010 6615040 1325 1992294400 4194304 5102648 548682068784 18446744073709551615 4255478 0 0 4096 3 0 0 0 17 0 0 0
/proc/29184/statm: 1615 1325 113 221 0 1391 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 6460

[startup+1.50188 s]
/proc/loadavg: 1.92 1.95 1.72 3/87 29185
/proc/meminfo: memFree=1707352/2055920 swapFree=4170308/4192956
[pid=29184] ppid=29182 vsize=9364 CPUtime=1.48
/proc/29184/stat : 29184 (varsat-industri) R 29182 29184 29099 0 -1 4194304 2127 0 0 0 147 1 0 0 25 0 1 0 1093316010 9588736 2033 1992294400 4194304 5102648 548682068784 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 0 0 0
/proc/29184/statm: 2341 2033 113 221 0 2117 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 9364

[startup+3.10108 s]
/proc/loadavg: 1.92 1.95 1.72 3/87 29185
/proc/meminfo: memFree=1703640/2055920 swapFree=4170308/4192956
[pid=29184] ppid=29182 vsize=13828 CPUtime=3.08
/proc/29184/stat : 29184 (varsat-industri) R 29182 29184 29099 0 -1 4194304 3256 0 0 0 306 2 0 0 25 0 1 0 1093316010 14159872 3162 1992294400 4194304 5102648 548682068784 18446744073709551615 4249858 0 0 4096 3 0 0 0 17 0 0 0
/proc/29184/statm: 3457 3162 113 221 0 3233 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 13828

[startup+6.30148 s]
/proc/loadavg: 1.93 1.95 1.72 3/87 29185
/proc/meminfo: memFree=1698008/2055920 swapFree=4170308/4192956
[pid=29184] ppid=29182 vsize=16808 CPUtime=6.26
/proc/29184/stat : 29184 (varsat-industri) R 29182 29184 29099 0 -1 4194304 3974 0 0 0 624 2 0 0 25 0 1 0 1093316010 17211392 3880 1992294400 4194304 5102648 548682068784 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 0 0 0
/proc/29184/statm: 4202 3880 113 221 0 3978 0
Current children cumulated CPU time (s) 6.26
Current children cumulated vsize (KiB) 16808

[startup+12.7013 s]
/proc/loadavg: 1.93 1.95 1.72 3/87 29185
/proc/meminfo: memFree=1694296/2055920 swapFree=4170308/4192956
[pid=29184] ppid=29182 vsize=20372 CPUtime=12.62
/proc/29184/stat : 29184 (varsat-industri) R 29182 29184 29099 0 -1 4194304 4886 0 0 0 1259 3 0 0 25 0 1 0 1093316010 20860928 4792 1992294400 4194304 5102648 548682068784 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 0 0 0
/proc/29184/statm: 5093 4792 113 221 0 4869 0
Current children cumulated CPU time (s) 12.62
Current children cumulated vsize (KiB) 20372

[startup+25.5029 s]
/proc/loadavg: 1.95 1.96 1.72 3/87 29185
/proc/meminfo: memFree=1692248/2055920 swapFree=4170308/4192956
[pid=29184] ppid=29182 vsize=22360 CPUtime=25.36
/proc/29184/stat : 29184 (varsat-industri) R 29182 29184 29099 0 -1 4194304 5396 0 0 0 2532 4 0 0 25 0 1 0 1093316010 22896640 5302 1992294400 4194304 5102648 548682068784 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 0 0 0
/proc/29184/statm: 5590 5302 113 221 0 5366 0
Current children cumulated CPU time (s) 25.36
Current children cumulated vsize (KiB) 22360

[startup+51.1021 s]
/proc/loadavg: 1.96 1.96 1.73 3/87 29185
/proc/meminfo: memFree=1686680/2055920 swapFree=4170308/4192956
[pid=29184] ppid=29182 vsize=28024 CPUtime=50.83
/proc/29184/stat : 29184 (varsat-industri) R 29182 29184 29099 0 -1 4194304 6799 0 0 0 5078 5 0 0 25 0 1 0 1093316010 28696576 6705 1992294400 4194304 5102648 548682068784 18446744073709551615 4249858 0 0 4096 3 0 0 0 17 0 0 0
/proc/29184/statm: 7006 6705 113 221 0 6782 0
Current children cumulated CPU time (s) 50.83
Current children cumulated vsize (KiB) 28024

[startup+102.307 s]
/proc/loadavg: 1.98 1.96 1.74 3/87 29185
/proc/meminfo: memFree=1683160/2055920 swapFree=4170308/4192956
[pid=29184] ppid=29182 vsize=31480 CPUtime=101.78
/proc/29184/stat : 29184 (varsat-industri) R 29182 29184 29099 0 -1 4194304 7664 0 0 0 10172 6 0 0 25 0 1 0 1093316010 32235520 7570 1992294400 4194304 5102648 548682068784 18446744073709551615 4250291 0 0 4096 3 0 0 0 17 0 0 0
/proc/29184/statm: 7870 7570 113 221 0 7646 0
Current children cumulated CPU time (s) 101.78
Current children cumulated vsize (KiB) 31480

[startup+162.303 s]
/proc/loadavg: 1.99 1.97 1.75 3/87 29185
/proc/meminfo: memFree=1678616/2055920 swapFree=4170308/4192956
[pid=29184] ppid=29182 vsize=36056 CPUtime=161.48
/proc/29184/stat : 29184 (varsat-industri) R 29182 29184 29099 0 -1 4194304 8776 0 0 0 16141 7 0 0 25 0 1 0 1093316010 36921344 8682 1992294400 4194304 5102648 548682068784 18446744073709551615 4249858 0 0 4096 3 0 0 0 17 0 0 0
/proc/29184/statm: 9014 8682 113 221 0 8790 0
Current children cumulated CPU time (s) 161.48
Current children cumulated vsize (KiB) 36056

[startup+222.302 s]
/proc/loadavg: 1.99 1.97 1.76 3/87 29185
/proc/meminfo: memFree=1675480/2055920 swapFree=4170308/4192956
[pid=29184] ppid=29182 vsize=39312 CPUtime=221.17
/proc/29184/stat : 29184 (varsat-industri) R 29182 29184 29099 0 -1 4194304 9575 0 0 0 22110 7 0 0 25 0 1 0 1093316010 40255488 9481 1992294400 4194304 5102648 548682068784 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 0 0 0
/proc/29184/statm: 9828 9481 113 221 0 9604 0
Current children cumulated CPU time (s) 221.17
Current children cumulated vsize (KiB) 39312

[startup+282.303 s]
/proc/loadavg: 1.99 1.97 1.77 3/87 29185
/proc/meminfo: memFree=1674328/2055920 swapFree=4170308/4192956
[pid=29184] ppid=29182 vsize=40552 CPUtime=280.88
/proc/29184/stat : 29184 (varsat-industri) R 29182 29184 29099 0 -1 4194304 9884 0 0 0 28081 7 0 0 25 0 1 0 1093316010 41525248 9790 1992294400 4194304 5102648 548682068784 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 0 0 0
/proc/29184/statm: 10138 9790 113 221 0 9914 0
Current children cumulated CPU time (s) 280.88
Current children cumulated vsize (KiB) 40552

[startup+342.302 s]
/proc/loadavg: 1.99 1.97 1.79 3/87 29185
/proc/meminfo: memFree=1671320/2055920 swapFree=4170308/4192956
[pid=29184] ppid=29182 vsize=43476 CPUtime=340.59
/proc/29184/stat : 29184 (varsat-industri) R 29182 29184 29099 0 -1 4194304 10610 0 0 0 34051 8 0 0 25 0 1 0 1093316010 44519424 10516 1992294400 4194304 5102648 548682068784 18446744073709551615 4249876 0 0 4096 3 0 0 0 17 0 0 0
/proc/29184/statm: 10869 10516 113 221 0 10645 0
Current children cumulated CPU time (s) 340.59
Current children cumulated vsize (KiB) 43476

[startup+402.303 s]
/proc/loadavg: 1.99 1.97 1.80 3/87 29185
/proc/meminfo: memFree=1669656/2055920 swapFree=4170308/4192956
[pid=29184] ppid=29182 vsize=45352 CPUtime=400.3
/proc/29184/stat : 29184 (varsat-industri) R 29182 29184 29099 0 -1 4194304 11042 0 0 0 40021 9 0 0 25 0 1 0 1093316010 46440448 10948 1992294400 4194304 5102648 548682068784 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 0 0 0
/proc/29184/statm: 11338 10948 113 221 0 11114 0
Current children cumulated CPU time (s) 400.3
Current children cumulated vsize (KiB) 45352

[startup+462.302 s]
/proc/loadavg: 1.99 1.97 1.81 3/87 29185
/proc/meminfo: memFree=1668312/2055920 swapFree=4170308/4192956
[pid=29184] ppid=29182 vsize=46564 CPUtime=460
/proc/29184/stat : 29184 (varsat-industri) R 29182 29184 29099 0 -1 4194304 11350 0 0 0 45991 9 0 0 25 0 1 0 1093316010 47681536 11256 1992294400 4194304 5102648 548682068784 18446744073709551615 4249849 0 0 4096 3 0 0 0 17 0 0 0
/proc/29184/statm: 11641 11256 113 221 0 11417 0
Current children cumulated CPU time (s) 460
Current children cumulated vsize (KiB) 46564

[startup+522.303 s]
/proc/loadavg: 1.99 1.97 1.82 3/87 29185
/proc/meminfo: memFree=1668056/2055920 swapFree=4170308/4192956
[pid=29184] ppid=29182 vsize=46836 CPUtime=519.7
/proc/29184/stat : 29184 (varsat-industri) R 29182 29184 29099 0 -1 4194304 11425 0 0 0 51961 9 0 0 25 0 1 0 1093316010 47960064 11331 1992294400 4194304 5102648 548682068784 18446744073709551615 4249945 0 0 4096 3 0 0 0 17 0 0 0
/proc/29184/statm: 11709 11331 113 221 0 11485 0
Current children cumulated CPU time (s) 519.7
Current children cumulated vsize (KiB) 46836

[startup+582.302 s]
/proc/loadavg: 1.99 1.97 1.83 3/87 29185
/proc/meminfo: memFree=1663064/2055920 swapFree=4170308/4192956
[pid=29184] ppid=29182 vsize=51720 CPUtime=579.4
/proc/29184/stat : 29184 (varsat-industri) R 29182 29184 29099 0 -1 4194304 12654 0 0 0 57930 10 0 0 25 0 1 0 1093316010 52961280 12560 1992294400 4194304 5102648 548682068784 18446744073709551615 4249806 0 0 4096 3 0 0 0 17 0 0 0
/proc/29184/statm: 12930 12560 113 221 0 12706 0
Current children cumulated CPU time (s) 579.4
Current children cumulated vsize (KiB) 51720

[startup+642.303 s]
/proc/loadavg: 1.99 1.97 1.83 3/87 29185
/proc/meminfo: memFree=1662680/2055920 swapFree=4170308/4192956
[pid=29184] ppid=29182 vsize=52156 CPUtime=639.11
/proc/29184/stat : 29184 (varsat-industri) R 29182 29184 29099 0 -1 4194304 12741 0 0 0 63901 10 0 0 25 0 1 0 1093316010 53407744 12647 1992294400 4194304 5102648 548682068784 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 0 0 0
/proc/29184/statm: 13039 12647 113 221 0 12815 0
Current children cumulated CPU time (s) 639.11
Current children cumulated vsize (KiB) 52156

[startup+702.301 s]
/proc/loadavg: 1.99 1.97 1.84 3/87 29185
/proc/meminfo: memFree=1661784/2055920 swapFree=4170308/4192956
[pid=29184] ppid=29182 vsize=52948 CPUtime=698.81
/proc/29184/stat : 29184 (varsat-industri) R 29182 29184 29099 0 -1 4194304 12955 0 0 0 69870 11 0 0 25 0 1 0 1093316010 54218752 12861 1992294400 4194304 5102648 548682068784 18446744073709551615 4249834 0 0 4096 3 0 0 0 17 0 0 0
/proc/29184/statm: 13237 12861 113 221 0 13013 0
Current children cumulated CPU time (s) 698.81
Current children cumulated vsize (KiB) 52948

[startup+762.307 s]
/proc/loadavg: 1.99 1.97 1.84 3/87 29185
/proc/meminfo: memFree=1661272/2055920 swapFree=4170308/4192956
[pid=29184] ppid=29182 vsize=53572 CPUtime=758.52
/proc/29184/stat : 29184 (varsat-industri) R 29182 29184 29099 0 -1 4194304 13096 0 0 0 75841 11 0 0 25 0 1 0 1093316010 54857728 13002 1992294400 4194304 5102648 548682068784 18446744073709551615 4249858 0 0 4096 3 0 0 0 17 0 0 0
/proc/29184/statm: 13393 13002 113 221 0 13169 0
Current children cumulated CPU time (s) 758.52
Current children cumulated vsize (KiB) 53572

[startup+822.301 s]
/proc/loadavg: 1.99 1.97 1.85 3/87 29185
/proc/meminfo: memFree=1661208/2055920 swapFree=4170308/4192956
[pid=29184] ppid=29182 vsize=53572 CPUtime=818.22
/proc/29184/stat : 29184 (varsat-industri) R 29182 29184 29099 0 -1 4194304 13096 0 0 0 81811 11 0 0 25 0 1 0 1093316010 54857728 13002 1992294400 4194304 5102648 548682068784 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 0 0 0
/proc/29184/statm: 13393 13002 113 221 0 13169 0
Current children cumulated CPU time (s) 818.22
Current children cumulated vsize (KiB) 53572

[startup+882.302 s]
/proc/loadavg: 1.99 1.97 1.86 3/87 29185
/proc/meminfo: memFree=1660888/2055920 swapFree=4170308/4192956
[pid=29184] ppid=29182 vsize=54032 CPUtime=877.92
/proc/29184/stat : 29184 (varsat-industri) R 29182 29184 29099 0 -1 4194304 13193 0 0 0 87781 11 0 0 25 0 1 0 1093316010 55328768 13099 1992294400 4194304 5102648 548682068784 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 0 0 0
/proc/29184/statm: 13508 13099 113 221 0 13284 0
Current children cumulated CPU time (s) 877.92
Current children cumulated vsize (KiB) 54032

[startup+942.301 s]
/proc/loadavg: 1.99 1.97 1.86 3/87 29185
/proc/meminfo: memFree=1656216/2055920 swapFree=4170308/4192956
[pid=29184] ppid=29182 vsize=58560 CPUtime=937.63
/proc/29184/stat : 29184 (varsat-industri) R 29182 29184 29099 0 -1 4194304 14347 0 0 0 93751 12 0 0 25 0 1 0 1093316010 59965440 14253 1992294400 4194304 5102648 548682068784 18446744073709551615 4249732 0 0 4096 3 0 0 0 17 0 0 0
/proc/29184/statm: 14640 14253 113 221 0 14416 0
Current children cumulated CPU time (s) 937.63
Current children cumulated vsize (KiB) 58560

[startup+1002.3 s]
/proc/loadavg: 1.99 1.97 1.87 3/87 29185
/proc/meminfo: memFree=1654936/2055920 swapFree=4170308/4192956
[pid=29184] ppid=29182 vsize=59976 CPUtime=997.33
/proc/29184/stat : 29184 (varsat-industri) R 29182 29184 29099 0 -1 4194304 14667 0 0 0 99721 12 0 0 25 0 1 0 1093316010 61415424 14573 1992294400 4194304 5102648 548682068784 18446744073709551615 4250181 0 0 4096 3 0 0 0 17 0 0 0
/proc/29184/statm: 14994 14573 113 221 0 14770 0
Current children cumulated CPU time (s) 997.33
Current children cumulated vsize (KiB) 59976

[startup+1062.3 s]
/proc/loadavg: 1.99 1.97 1.87 3/87 29185
/proc/meminfo: memFree=1654808/2055920 swapFree=4170308/4192956
[pid=29184] ppid=29182 vsize=59976 CPUtime=1057.03
/proc/29184/stat : 29184 (varsat-industri) R 29182 29184 29099 0 -1 4194304 14667 0 0 0 105691 12 0 0 25 0 1 0 1093316010 61415424 14573 1992294400 4194304 5102648 548682068784 18446744073709551615 4249945 0 0 4096 3 0 0 0 17 0 0 0
/proc/29184/statm: 14994 14573 113 221 0 14770 0
Current children cumulated CPU time (s) 1057.03
Current children cumulated vsize (KiB) 59976

[startup+1122.3 s]
/proc/loadavg: 1.99 1.97 1.88 3/87 29185
/proc/meminfo: memFree=1654808/2055920 swapFree=4170308/4192956
[pid=29184] ppid=29182 vsize=60108 CPUtime=1116.75
/proc/29184/stat : 29184 (varsat-industri) R 29182 29184 29099 0 -1 4194304 14701 0 0 0 111662 13 0 0 25 0 1 0 1093316010 61550592 14607 1992294400 4194304 5102648 548682068784 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 0 0 0
/proc/29184/statm: 15027 14607 113 221 0 14803 0
Current children cumulated CPU time (s) 1116.75
Current children cumulated vsize (KiB) 60108

[startup+1182.3 s]
/proc/loadavg: 1.99 1.97 1.88 3/87 29185
/proc/meminfo: memFree=1653720/2055920 swapFree=4170308/4192956
[pid=29184] ppid=29182 vsize=61032 CPUtime=1176.45
/proc/29184/stat : 29184 (varsat-industri) R 29182 29184 29099 0 -1 4194304 14950 0 0 0 117632 13 0 0 25 0 1 0 1093316010 62496768 14856 1992294400 4194304 5102648 548682068784 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 0 0 0
/proc/29184/statm: 15258 14856 113 221 0 15034 0
Current children cumulated CPU time (s) 1176.45
Current children cumulated vsize (KiB) 61032



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1206 s]
/proc/loadavg: 1.99 1.97 1.89 3/87 29185
/proc/meminfo: memFree=1653720/2055920 swapFree=4170308/4192956
[pid=29184] ppid=29182 vsize=61032 CPUtime=1200.03
/proc/29184/stat : 29184 (varsat-industri) R 29182 29184 29099 0 -1 4194304 14950 0 0 0 119990 13 0 0 25 0 1 0 1093316010 62496768 14856 1992294400 4194304 5102648 548682068784 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 0 0 0
/proc/29184/statm: 15258 14856 113 221 0 15034 0
Current children cumulated CPU time (s) 1200.03
Current children cumulated vsize (KiB) 61032

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): 1206.02
CPU time (s): 1200.05
CPU user time (s): 1199.91
CPU system time (s): 0.141978
CPU usage (%): 99.5051
Max. virtual memory (cumulated for all children) (KiB): 61032

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

runsolver used 1.43678 second user time and 4.07038 second system time

The end

Launcher Data

Begin job on node92 at 2009-03-28 03:15:20
IDJOB=1512580
IDBENCH=70191
IDSOLVER=538
FILE ID=node92/1512580-1238206520
PBS_JOBID= 9060475
Free space on /tmp= 66560 MiB

SOLVER NAME= VARSAT-industrial 2009-03-22
BENCH NAME= SAT09/RANDOM/LARGE/5SAT/UNKNOWN/1000/unif-k5-r20-v1000-c20000-S45173584-020.cnf
COMMAND LINE= HOME/varsat-industrial_static -seed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1512580-1238206520/watcher-1512580-1238206520 -o /tmp/evaluation-result-1512580-1238206520/solver-1512580-1238206520 -C 1200 -W 1800 -M 1800 --output-limit 1,15  HOME/varsat-industrial_static -seed=415088558 HOME/instance-1512580-1238206520.cnf

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

MD5SUM BENCH= 59fbd40d503488bcdf45b7724d53bd6d
RANDOM SEED=415088558

node92.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.249
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.249
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:       1713856 kB
Buffers:         38576 kB
Cached:         238508 kB
SwapCached:       7632 kB
Active:          35000 kB
Inactive:       252080 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1713856 kB
SwapTotal:     4192956 kB
SwapFree:      4170308 kB
Dirty:            1500 kB
Writeback:           0 kB
Mapped:          15680 kB
Slab:            39032 kB
Committed_AS:  1876264 kB
PageTables:       2768 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66560 MiB
End job on node92 at 2009-03-28 03:35:28