Trace number 1512940

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.1 1200.42

General information on the benchmark

NameRANDOM/LARGE/5SAT/UNKNOWN/900/
unif-k5-r20-v900-c18000-S743448446-027.cnf
MD5SUM56d3d27e3897f3ba7df449d72abf21ef
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark32.956
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:          1278375709.000000
0.00/0.03	c |  Heuristic:            EMBP-G, threshold 0.950                              |
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.18	c |       101 |     900    18000    90000 |     6600      101    107 |  0.000 % |
0.19/0.23	c |       251 |     900    18000    90000 |     7260      251    108 |  0.000 % |
0.19/0.29	c |       479 |     900    18000    90000 |     7986      479    116 |  0.000 % |
0.29/0.36	c |       816 |     900    18000    90000 |     8784      816    112 |  0.000 % |
0.39/0.44	c |      1324 |     900    18000    90000 |     9663     1324    114 |  0.000 % |
0.49/0.57	c |      2084 |     900    18000    90000 |    10629     2084    117 |  0.000 % |
0.69/0.74	c |      3223 |     900    18000    90000 |    11692     3223    121 |  0.000 % |
0.99/1.01	c |      4931 |     900    18000    90000 |    12861     4931    123 |  0.000 % |
1.39/1.41	c |      7493 |     900    18000    90000 |    14147     7493    123 |  0.000 % |
2.09/2.12	c |     11337 |     900    18000    90000 |    15562    11337    122 |  0.000 % |
3.29/3.33	c |     17104 |     900    18000    90000 |    17118     9166    129 |  0.000 % |
5.19/5.23	c |     25753 |     900    18000    90000 |    18830     9090    127 |  0.000 % |
8.29/8.33	c |     38727 |     900    18000    90000 |    20713    12484    122 |  0.000 % |
13.99/14.09	c |     58188 |     900    18000    90000 |    22784    10920    131 |  0.000 % |
23.58/23.70	c |     87381 |     900    18000    90000 |    25063    16582    133 |  0.000 % |
40.28/40.30	c |    131172 |     900    18000    90000 |    27569    20205    132 |  0.000 % |
67.87/67.97	c |    196857 |     900    18000    90000 |    30326    23849    131 |  0.000 % |
113.16/113.24	c |    295384 |     900    18000    90000 |    33359    15144    124 |  0.000 % |
180.74/180.85	c |    443174 |     900    18000    90000 |    36695    19661    130 |  0.000 % |
291.52/291.65	c |    664858 |     900    18000    90000 |    40364    28351    130 |  0.000 % |
463.97/464.12	c |    997384 |     900    18000    90000 |    44401    33866    132 |  0.000 % |
763.68/763.96	c |   1496172 |     900    18000    90000 |    48841    40122    133 |  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-1512940-1238211332/watcher-1512940-1238211332 -o /tmp/evaluation-result-1512940-1238211332/solver-1512940-1238211332 -C 1200 -W 1800 -M 1800 --output-limit 1,15 HOME/varsat-industrial_static -seed=1278375709 HOME/instance-1512940-1238211332.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.93 3/81 6652
/proc/meminfo: memFree=1901392/2055920 swapFree=4172708/4192956
[pid=6652] ppid=6650 vsize=2696 CPUtime=0
/proc/6652/stat : 6652 (varsat-industri) R 6650 6652 5985 0 -1 4194304 373 0 0 0 0 0 0 0 20 0 1 0 1093797055 2760704 358 1992294400 4194304 5102648 548682068784 18446744073709551615 4491703 0 0 4096 3 0 0 0 17 1 0 0
/proc/6652/statm: 674 359 87 221 0 450 0

[startup+0.102438 s]
/proc/loadavg: 0.92 0.98 0.93 3/81 6652
/proc/meminfo: memFree=1901392/2055920 swapFree=4172708/4192956
[pid=6652] ppid=6650 vsize=6072 CPUtime=0.09
/proc/6652/stat : 6652 (varsat-industri) R 6650 6652 5985 0 -1 4194304 1223 0 0 0 9 0 0 0 20 0 1 0 1093797055 6217728 1208 1992294400 4194304 5102648 548682068784 18446744073709551615 4273025 0 0 4096 3 0 0 0 17 1 0 0
/proc/6652/statm: 1518 1208 98 221 0 1294 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 6072

[startup+0.201448 s]
/proc/loadavg: 0.92 0.98 0.93 3/81 6652
/proc/meminfo: memFree=1901392/2055920 swapFree=4172708/4192956
[pid=6652] ppid=6650 vsize=5540 CPUtime=0.19
/proc/6652/stat : 6652 (varsat-industri) R 6650 6652 5985 0 -1 4194304 1238 0 0 0 19 0 0 0 21 0 1 0 1093797055 5672960 1109 1992294400 4194304 5102648 548682068784 18446744073709551615 4214228 0 0 4096 3 0 0 0 17 1 0 0
/proc/6652/statm: 1385 1109 113 221 0 1161 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 5540

[startup+0.301459 s]
/proc/loadavg: 0.92 0.98 0.93 3/81 6652
/proc/meminfo: memFree=1901392/2055920 swapFree=4172708/4192956
[pid=6652] ppid=6650 vsize=5540 CPUtime=0.29
/proc/6652/stat : 6652 (varsat-industri) R 6650 6652 5985 0 -1 4194304 1238 0 0 0 29 0 0 0 22 0 1 0 1093797055 5672960 1109 1992294400 4194304 5102648 548682068784 18446744073709551615 4215205 0 0 4096 3 0 0 0 17 1 0 0
/proc/6652/statm: 1385 1109 113 221 0 1161 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 5540

[startup+0.701502 s]
/proc/loadavg: 0.92 0.98 0.93 3/81 6652
/proc/meminfo: memFree=1901392/2055920 swapFree=4172708/4192956
[pid=6652] ppid=6650 vsize=6464 CPUtime=0.69
/proc/6652/stat : 6652 (varsat-industri) R 6650 6652 5985 0 -1 4194304 1450 0 0 0 69 0 0 0 25 0 1 0 1093797055 6619136 1321 1992294400 4194304 5102648 548682068784 18446744073709551615 4491703 0 0 4096 3 0 0 0 17 1 0 0
/proc/6652/statm: 1616 1321 113 221 0 1392 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 6464

[startup+1.50159 s]
/proc/loadavg: 0.92 0.98 0.93 2/82 6653
/proc/meminfo: memFree=1895176/2055920 swapFree=4172708/4192956
[pid=6652] ppid=6650 vsize=9236 CPUtime=1.49
/proc/6652/stat : 6652 (varsat-industri) R 6650 6652 5985 0 -1 4194304 2137 0 0 0 149 0 0 0 25 0 1 0 1093797055 9457664 2008 1992294400 4194304 5102648 548682068784 18446744073709551615 4491703 0 0 4096 3 0 0 0 17 1 0 0
/proc/6652/statm: 2309 2008 113 221 0 2085 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 9236

[startup+3.10177 s]
/proc/loadavg: 0.92 0.98 0.93 2/82 6653
/proc/meminfo: memFree=1891528/2055920 swapFree=4172708/4192956
[pid=6652] ppid=6650 vsize=13848 CPUtime=3.09
/proc/6652/stat : 6652 (varsat-industri) R 6650 6652 5985 0 -1 4194304 3284 0 0 0 308 1 0 0 25 0 1 0 1093797055 14180352 3155 1992294400 4194304 5102648 548682068784 18446744073709551615 4249858 0 0 4096 3 0 0 0 17 1 0 0
/proc/6652/statm: 3462 3155 113 221 0 3238 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 13848

[startup+6.30113 s]
/proc/loadavg: 0.93 0.98 0.93 2/82 6653
/proc/meminfo: memFree=1887560/2055920 swapFree=4172708/4192956
[pid=6652] ppid=6650 vsize=15168 CPUtime=6.29
/proc/6652/stat : 6652 (varsat-industri) R 6650 6652 5985 0 -1 4194304 3620 0 0 0 628 1 0 0 25 0 1 0 1093797055 15532032 3491 1992294400 4194304 5102648 548682068784 18446744073709551615 4249849 0 0 4096 3 0 0 0 17 1 0 0
/proc/6652/statm: 3792 3491 113 221 0 3568 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 15168

[startup+12.7018 s]
/proc/loadavg: 0.93 0.98 0.93 2/82 6653
/proc/meminfo: memFree=1885192/2055920 swapFree=4172708/4192956
[pid=6652] ppid=6650 vsize=17496 CPUtime=12.69
/proc/6652/stat : 6652 (varsat-industri) R 6650 6652 5985 0 -1 4194304 4196 0 0 0 1267 2 0 0 25 0 1 0 1093797055 17915904 4067 1992294400 4194304 5102648 548682068784 18446744073709551615 4249741 0 0 4096 3 0 0 0 17 1 0 0
/proc/6652/statm: 4374 4067 113 221 0 4150 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 17496

[startup+25.5013 s]
/proc/loadavg: 0.95 0.98 0.93 2/82 6653
/proc/meminfo: memFree=1882312/2055920 swapFree=4172708/4192956
[pid=6652] ppid=6650 vsize=20408 CPUtime=25.48
/proc/6652/stat : 6652 (varsat-industri) R 6650 6652 5985 0 -1 4194304 4942 0 0 0 2546 2 0 0 25 0 1 0 1093797055 20897792 4813 1992294400 4194304 5102648 548682068784 18446744073709551615 4250291 0 0 4096 3 0 0 0 17 1 0 0
/proc/6652/statm: 5102 4813 113 221 0 4878 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 20408

[startup+51.1011 s]
/proc/loadavg: 0.96 0.98 0.93 2/82 6653
/proc/meminfo: memFree=1878920/2055920 swapFree=4172708/4192956
[pid=6652] ppid=6650 vsize=23840 CPUtime=51.08
/proc/6652/stat : 6652 (varsat-industri) R 6650 6652 5985 0 -1 4194304 5783 0 0 0 5105 3 0 0 25 0 1 0 1093797055 24412160 5654 1992294400 4194304 5102648 548682068784 18446744073709551615 4249732 0 0 4096 3 0 0 0 17 1 0 0
/proc/6652/statm: 5960 5654 113 221 0 5736 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 23840

[startup+102.302 s]
/proc/loadavg: 0.98 0.98 0.93 2/82 6653
/proc/meminfo: memFree=1874504/2055920 swapFree=4172708/4192956
[pid=6652] ppid=6650 vsize=28104 CPUtime=102.27
/proc/6652/stat : 6652 (varsat-industri) R 6650 6652 5985 0 -1 4194304 6849 0 0 0 10223 4 0 0 25 0 1 0 1093797055 28778496 6720 1992294400 4194304 5102648 548682068784 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/6652/statm: 7026 6720 113 221 0 6802 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 28104

[startup+162.301 s]
/proc/loadavg: 0.99 0.98 0.93 2/82 6653
/proc/meminfo: memFree=1871176/2055920 swapFree=4172708/4192956
[pid=6652] ppid=6650 vsize=31472 CPUtime=162.25
/proc/6652/stat : 6652 (varsat-industri) R 6650 6652 5985 0 -1 4194304 7686 0 0 0 16220 5 0 0 25 0 1 0 1093797055 32227328 7557 1992294400 4194304 5102648 548682068784 18446744073709551615 4249858 0 0 4096 3 0 0 0 17 1 0 0
/proc/6652/statm: 7868 7557 113 221 0 7644 0
Current children cumulated CPU time (s) 162.25
Current children cumulated vsize (KiB) 31472

[startup+222.306 s]
/proc/loadavg: 0.99 0.98 0.93 2/82 6653
/proc/meminfo: memFree=1868040/2055920 swapFree=4172708/4192956
[pid=6652] ppid=6650 vsize=34512 CPUtime=222.24
/proc/6652/stat : 6652 (varsat-industri) R 6650 6652 5985 0 -1 4194304 8449 0 0 0 22218 6 0 0 25 0 1 0 1093797055 35340288 8320 1992294400 4194304 5102648 548682068784 18446744073709551615 4249879 0 0 4096 3 0 0 0 17 1 0 0
/proc/6652/statm: 8628 8320 113 221 0 8404 0
Current children cumulated CPU time (s) 222.24
Current children cumulated vsize (KiB) 34512

[startup+282.302 s]
/proc/loadavg: 0.99 0.98 0.93 2/82 6653
/proc/meminfo: memFree=1866952/2055920 swapFree=4172708/4192956
[pid=6652] ppid=6650 vsize=35712 CPUtime=282.22
/proc/6652/stat : 6652 (varsat-industri) R 6650 6652 5985 0 -1 4194304 8714 0 0 0 28216 6 0 0 25 0 1 0 1093797055 36569088 8585 1992294400 4194304 5102648 548682068784 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/6652/statm: 8928 8585 113 221 0 8704 0
Current children cumulated CPU time (s) 282.22
Current children cumulated vsize (KiB) 35712

[startup+342.301 s]
/proc/loadavg: 0.99 0.98 0.93 2/82 6653
/proc/meminfo: memFree=1863112/2055920 swapFree=4172708/4192956
[pid=6652] ppid=6650 vsize=39556 CPUtime=342.2
/proc/6652/stat : 6652 (varsat-industri) R 6650 6652 5985 0 -1 4194304 9667 0 0 0 34213 7 0 0 25 0 1 0 1093797055 40505344 9538 1992294400 4194304 5102648 548682068784 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/6652/statm: 9889 9538 113 221 0 9665 0
Current children cumulated CPU time (s) 342.2
Current children cumulated vsize (KiB) 39556

[startup+402.301 s]
/proc/loadavg: 0.99 0.98 0.93 2/82 6653
/proc/meminfo: memFree=1863112/2055920 swapFree=4172708/4192956
[pid=6652] ppid=6650 vsize=39556 CPUtime=402.19
/proc/6652/stat : 6652 (varsat-industri) R 6650 6652 5985 0 -1 4194304 9667 0 0 0 40212 7 0 0 25 0 1 0 1093797055 40505344 9538 1992294400 4194304 5102648 548682068784 18446744073709551615 4249945 0 0 4096 3 0 0 0 17 1 0 0
/proc/6652/statm: 9889 9538 113 221 0 9665 0
Current children cumulated CPU time (s) 402.19
Current children cumulated vsize (KiB) 39556

[startup+462.302 s]
/proc/loadavg: 0.99 0.98 0.93 2/82 6653
/proc/meminfo: memFree=1862216/2055920 swapFree=4172708/4192956
[pid=6652] ppid=6650 vsize=40348 CPUtime=462.17
/proc/6652/stat : 6652 (varsat-industri) R 6650 6652 5985 0 -1 4194304 9883 0 0 0 46210 7 0 0 25 0 1 0 1093797055 41316352 9754 1992294400 4194304 5102648 548682068784 18446744073709551615 4249926 0 0 4096 3 0 0 0 17 1 0 0
/proc/6652/statm: 10087 9754 113 221 0 9863 0
Current children cumulated CPU time (s) 462.17
Current children cumulated vsize (KiB) 40348

[startup+522.301 s]
/proc/loadavg: 0.99 0.98 0.93 2/82 6654
/proc/meminfo: memFree=1858184/2055920 swapFree=4172708/4192956
[pid=6652] ppid=6650 vsize=44300 CPUtime=522.15
/proc/6652/stat : 6652 (varsat-industri) R 6650 6652 5985 0 -1 4194304 10833 0 0 0 52207 8 0 0 25 0 1 0 1093797055 45363200 10704 1992294400 4194304 5102648 548682068784 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/6652/statm: 11075 10704 113 221 0 10851 0
Current children cumulated CPU time (s) 522.15
Current children cumulated vsize (KiB) 44300

[startup+582.301 s]
/proc/loadavg: 0.99 0.98 0.93 2/82 6655
/proc/meminfo: memFree=1857160/2055920 swapFree=4172708/4192956
[pid=6652] ppid=6650 vsize=45404 CPUtime=582.13
/proc/6652/stat : 6652 (varsat-industri) R 6650 6652 5985 0 -1 4194304 11083 0 0 0 58205 8 0 0 25 0 1 0 1093797055 46493696 10954 1992294400 4194304 5102648 548682068784 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/6652/statm: 11351 10954 113 221 0 11127 0
Current children cumulated CPU time (s) 582.13
Current children cumulated vsize (KiB) 45404

[startup+642.302 s]
/proc/loadavg: 0.99 0.98 0.93 2/82 6655
/proc/meminfo: memFree=1856520/2055920 swapFree=4172708/4192956
[pid=6652] ppid=6650 vsize=46112 CPUtime=642.12
/proc/6652/stat : 6652 (varsat-industri) R 6650 6652 5985 0 -1 4194304 11244 0 0 0 64204 8 0 0 25 0 1 0 1093797055 47218688 11115 1992294400 4194304 5102648 548682068784 18446744073709551615 4249884 0 0 4096 3 0 0 0 17 1 0 0
/proc/6652/statm: 11528 11115 113 221 0 11304 0
Current children cumulated CPU time (s) 642.12
Current children cumulated vsize (KiB) 46112

[startup+702.301 s]
/proc/loadavg: 0.99 0.98 0.93 2/82 6655
/proc/meminfo: memFree=1856008/2055920 swapFree=4172708/4192956
[pid=6652] ppid=6650 vsize=46544 CPUtime=702.1
/proc/6652/stat : 6652 (varsat-industri) R 6650 6652 5985 0 -1 4194304 11358 0 0 0 70202 8 0 0 25 0 1 0 1093797055 47661056 11229 1992294400 4194304 5102648 548682068784 18446744073709551615 4249843 0 0 4096 3 0 0 0 17 1 0 0
/proc/6652/statm: 11636 11229 113 221 0 11412 0
Current children cumulated CPU time (s) 702.1
Current children cumulated vsize (KiB) 46544

[startup+762.301 s]
/proc/loadavg: 0.99 0.98 0.93 2/82 6655
/proc/meminfo: memFree=1855496/2055920 swapFree=4172708/4192956
[pid=6652] ppid=6650 vsize=47220 CPUtime=762.09
/proc/6652/stat : 6652 (varsat-industri) R 6650 6652 5985 0 -1 4194304 11498 0 0 0 76201 8 0 0 25 0 1 0 1093797055 48353280 11369 1992294400 4194304 5102648 548682068784 18446744073709551615 4249945 0 0 4096 3 0 0 0 17 1 0 0
/proc/6652/statm: 11805 11369 113 221 0 11581 0
Current children cumulated CPU time (s) 762.09
Current children cumulated vsize (KiB) 47220

[startup+822.302 s]
/proc/loadavg: 0.99 0.98 0.93 2/82 6655
/proc/meminfo: memFree=1852552/2055920 swapFree=4172708/4192956
[pid=6652] ppid=6650 vsize=50124 CPUtime=822.07
/proc/6652/stat : 6652 (varsat-industri) R 6650 6652 5985 0 -1 4194304 12235 0 0 0 82198 9 0 0 25 0 1 0 1093797055 51326976 12106 1992294400 4194304 5102648 548682068784 18446744073709551615 4249858 0 0 4096 3 0 0 0 17 1 0 0
/proc/6652/statm: 12531 12106 113 221 0 12307 0
Current children cumulated CPU time (s) 822.07
Current children cumulated vsize (KiB) 50124

[startup+882.306 s]
/proc/loadavg: 0.99 0.98 0.93 2/82 6655
/proc/meminfo: memFree=1851272/2055920 swapFree=4172708/4192956
[pid=6652] ppid=6650 vsize=51444 CPUtime=882.06
/proc/6652/stat : 6652 (varsat-industri) R 6650 6652 5985 0 -1 4194304 12554 0 0 0 88197 9 0 0 25 0 1 0 1093797055 52678656 12425 1992294400 4194304 5102648 548682068784 18446744073709551615 4249884 0 0 4096 3 0 0 0 17 1 0 0
/proc/6652/statm: 12861 12425 113 221 0 12637 0
Current children cumulated CPU time (s) 882.06
Current children cumulated vsize (KiB) 51444

[startup+942.301 s]
/proc/loadavg: 0.99 0.98 0.93 2/82 6655
/proc/meminfo: memFree=1850632/2055920 swapFree=4172708/4192956
[pid=6652] ppid=6650 vsize=52112 CPUtime=942.04
/proc/6652/stat : 6652 (varsat-industri) R 6650 6652 5985 0 -1 4194304 12750 0 0 0 94195 9 0 0 25 0 1 0 1093797055 53362688 12621 1992294400 4194304 5102648 548682068784 18446744073709551615 4250291 0 0 4096 3 0 0 0 17 1 0 0
/proc/6652/statm: 13028 12621 113 221 0 12804 0
Current children cumulated CPU time (s) 942.04
Current children cumulated vsize (KiB) 52112

[startup+1002.3 s]
/proc/loadavg: 0.99 0.98 0.93 2/82 6655
/proc/meminfo: memFree=1850440/2055920 swapFree=4172708/4192956
[pid=6652] ppid=6650 vsize=52112 CPUtime=1002.02
/proc/6652/stat : 6652 (varsat-industri) R 6650 6652 5985 0 -1 4194304 12752 0 0 0 100193 9 0 0 25 0 1 0 1093797055 53362688 12623 1992294400 4194304 5102648 548682068784 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/6652/statm: 13028 12623 113 221 0 12804 0
Current children cumulated CPU time (s) 1002.02
Current children cumulated vsize (KiB) 52112

[startup+1062.3 s]
/proc/loadavg: 0.99 0.98 0.93 2/82 6655
/proc/meminfo: memFree=1850120/2055920 swapFree=4172708/4192956
[pid=6652] ppid=6650 vsize=52572 CPUtime=1062
/proc/6652/stat : 6652 (varsat-industri) R 6650 6652 5985 0 -1 4194304 12828 0 0 0 106191 9 0 0 25 0 1 0 1093797055 53833728 12699 1992294400 4194304 5102648 548682068784 18446744073709551615 4249858 0 0 4096 3 0 0 0 17 1 0 0
/proc/6652/statm: 13143 12699 113 221 0 12919 0
Current children cumulated CPU time (s) 1062
Current children cumulated vsize (KiB) 52572

[startup+1122.3 s]
/proc/loadavg: 0.99 0.98 0.93 2/82 6655
/proc/meminfo: memFree=1849352/2055920 swapFree=4172708/4192956
[pid=6652] ppid=6650 vsize=53364 CPUtime=1122
/proc/6652/stat : 6652 (varsat-industri) R 6650 6652 5985 0 -1 4194304 13030 0 0 0 112190 10 0 0 25 0 1 0 1093797055 54644736 12901 1992294400 4194304 5102648 548682068784 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/6652/statm: 13341 12901 113 221 0 13117 0
Current children cumulated CPU time (s) 1122
Current children cumulated vsize (KiB) 53364

[startup+1182.3 s]
/proc/loadavg: 0.99 0.98 0.93 2/82 6655
/proc/meminfo: memFree=1848840/2055920 swapFree=4172708/4192956
[pid=6652] ppid=6650 vsize=53808 CPUtime=1181.98
/proc/6652/stat : 6652 (varsat-industri) R 6650 6652 5985 0 -1 4194304 13156 0 0 0 118188 10 0 0 25 0 1 0 1093797055 55099392 13027 1992294400 4194304 5102648 548682068784 18446744073709551615 4249879 0 0 4096 3 0 0 0 17 1 0 0
/proc/6652/statm: 13452 13027 113 221 0 13228 0
Current children cumulated CPU time (s) 1181.98
Current children cumulated vsize (KiB) 53808



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.4 s]
/proc/loadavg: 0.99 0.98 0.93 2/82 6655
/proc/meminfo: memFree=1848840/2055920 swapFree=4172708/4192956
[pid=6652] ppid=6650 vsize=53808 CPUtime=1200.08
/proc/6652/stat : 6652 (varsat-industri) R 6650 6652 5985 0 -1 4194304 13158 0 0 0 119998 10 0 0 25 0 1 0 1093797055 55099392 13029 1992294400 4194304 5102648 548682068784 18446744073709551615 4249970 0 0 4096 3 0 0 0 17 1 0 0
/proc/6652/statm: 13452 13029 113 221 0 13228 0
Current children cumulated CPU time (s) 1200.08
Current children cumulated vsize (KiB) 53808

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

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

[startup+1200.4 s]
/proc/loadavg: 0.99 0.98 0.93 2/82 6655
/proc/meminfo: memFree=1848840/2055920 swapFree=4172708/4192956
[pid=6652] ppid=6650 vsize=53808 CPUtime=1200.08
/proc/6652/stat : 6652 (varsat-industri) R 6650 6652 5985 0 -1 4194304 13158 0 0 0 119998 10 0 0 25 0 1 0 1093797055 55099392 13029 1992294400 4194304 5102648 548682068784 18446744073709551615 4249970 0 0 4096 3 0 0 0 17 1 0 0
/proc/6652/statm: 13452 13029 113 221 0 13228 0
Current children cumulated CPU time (s) 1200.08
Current children cumulated vsize (KiB) 53808

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1200.42
CPU time (s): 1200.1
CPU user time (s): 1199.99
CPU system time (s): 0.112982
CPU usage (%): 99.9735
Max. virtual memory (cumulated for all children) (KiB): 53808

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

runsolver used 1.49877 second user time and 3.9714 second system time

The end

Launcher Data

Begin job on node87 at 2009-03-28 04:35:32
IDJOB=1512940
IDBENCH=70221
IDSOLVER=538
FILE ID=node87/1512940-1238211332
PBS_JOBID= 9060480
Free space on /tmp= 66036 MiB

SOLVER NAME= VARSAT-industrial 2009-03-22
BENCH NAME= SAT09/RANDOM/LARGE/5SAT/UNKNOWN/900/unif-k5-r20-v900-c18000-S743448446-027.cnf
COMMAND LINE= HOME/varsat-industrial_static -seed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1512940-1238211332/watcher-1512940-1238211332 -o /tmp/evaluation-result-1512940-1238211332/solver-1512940-1238211332 -C 1200 -W 1800 -M 1800 --output-limit 1,15  HOME/varsat-industrial_static -seed=1278375709 HOME/instance-1512940-1238211332.cnf

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

MD5SUM BENCH= 56d3d27e3897f3ba7df449d72abf21ef
RANDOM SEED=1278375709

node87.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.236
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.236
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:       1901808 kB
Buffers:          8800 kB
Cached:          67068 kB
SwapCached:       9200 kB
Active:          30652 kB
Inactive:        55776 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1901808 kB
SwapTotal:     4192956 kB
SwapFree:      4172708 kB
Dirty:            1432 kB
Writeback:           0 kB
Mapped:          16236 kB
Slab:            51776 kB
Committed_AS:  2772756 kB
PageTables:       2676 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= 66036 MiB
End job on node87 at 2009-03-28 04:55:35