Trace number 1735826

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.06 1200.35

General information on the benchmark

NameCRAFTED/rbsat/crafted/
forced/rbsat-v1820c171155gyes6.cnf
MD5SUM6a5fbd61e49d3642ce9fdb6efadb5a97
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables1820
Number of clauses171155
Sum of the clauses size344000
Maximum clause length28
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 2171090
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 565

Solver Data

0.00/0.00	c ============================[ Problem Statistics ]=============================
0.00/0.00	c |                                                                             |
0.00/0.00	c |  Number of variables:  1820                                                 |
0.00/0.00	c |  Number of clauses:    171155                                               |
0.09/0.14	c |  Parsing time:         0.12         s                                       |
0.09/0.14	c |  Timeout:              43200 s
0.09/0.14	c |  Random Seed:          1837032671.000000
0.09/0.14	c |  Heuristic:            EMBP-G, threshold 0.950                              |
0.09/0.14	c |  Branching Rule:       default (solution-guided)                            |
0.09/0.14	c |  Learned clauses in surveys?  Using NO learned clauses.                     |
0.09/0.14	c |                                                                             |
5.19/5.26	c ============================[ Search Statistics ]==============================
5.19/5.26	c | Conflicts |          ORIGINAL         |          LEARNT          | Progress |
5.19/5.26	c |           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
5.19/5.26	c ===============================================================================
5.19/5.26	c |         0 |    1755   169335   516738 |    56445        0    nan |  0.000 % |
5.50/5.51	c |       101 |    1755   169335   516738 |    62089      101    228 |  0.000 % |
5.69/5.77	c |       251 |    1755   169335   516738 |    68298      251    214 |  0.000 % |
5.99/6.05	c |       476 |    1755   169335   516738 |    75128      476    198 |  0.000 % |
6.29/6.35	c |       813 |    1755   169335   516738 |    82641      813    207 |  0.000 % |
6.60/6.68	c |      1321 |    1755   169335   516738 |    90905     1321    198 |  0.000 % |
7.09/7.10	c |      2080 |    1755   169335   516738 |    99995     2080    205 |  0.000 % |
7.69/7.73	c |      3219 |    1755   169335   516738 |   109995     3219    217 |  0.000 % |
8.69/8.70	c |      4927 |    1755   169335   516738 |   120994     4927    222 |  0.000 % |
9.89/9.99	c |      7489 |    1755   169335   516738 |   133094     7489    223 |  0.000 % |
11.78/11.85	c |     11335 |    1755   169335   516738 |   146403    11335    214 |  0.000 % |
14.99/15.09	c |     17102 |    1755   169335   516738 |   161044    17102    211 |  0.000 % |
21.59/21.60	c |     25752 |    1755   169335   516738 |   177148    25752    219 |  0.000 % |
36.78/36.85	c |     38726 |    1755   169335   516738 |   194863    38726    221 |  0.000 % |
61.18/61.23	c |     58187 |    1755   169335   516738 |   214349    58187    221 |  0.000 % |
120.86/120.93	c |     87381 |    1755   169335   516738 |   235784    87381    225 |  0.000 % |
229.74/229.81	c |    131170 |    1755   169335   516738 |   259363   131170    222 |  0.000 % |
513.57/513.73	c |    196855 |    1755   169335   516738 |   285299   196855    218 |  0.000 % |
991.55/991.80	c |    295381 |    1755   169335   516738 |   313829    31241    190 |  0.000 % |

Verifier Data

ERROR: Unexpected answer ! (SATISFIABLE/UNSATISFIABLE expected)
Got answer: <no 's ' line found>

Watcher Data

runsolver version 3.2.9 (svn:492) (c) roussel@cril.univ-artois.fr

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-1735826-1240807010/watcher-1735826-1240807010 -o /tmp/evaluation-result-1735826-1240807010/solver-1735826-1240807010 -C 1200 -W 1800 -M 1800 --output-limit 1,15 HOME/varsat-industrial_static -seed=1837032671 HOME/instance-1735826-1240807010.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.99 0.98 0.99 3/64 25467
/proc/meminfo: memFree=1741568/2055920 swapFree=4181212/4192956
[pid=25467] ppid=25465 vsize=2556 CPUtime=0
/proc/25467/stat : 25467 (varsat-industri) R 25465 25467 25248 0 -1 4194304 484 0 0 0 0 0 0 0 18 0 1 0 108728505 2617344 469 1992294400 4194304 5102648 548682068768 18446744073709551615 4263318 0 0 4096 3 0 0 0 17 1 0 0
/proc/25467/statm: 639 469 87 221 0 415 0

[startup+0.0802539 s]
/proc/loadavg: 0.99 0.98 0.99 3/64 25467
/proc/meminfo: memFree=1741568/2055920 swapFree=4181212/4192956
[pid=25467] ppid=25465 vsize=12528 CPUtime=0.07
/proc/25467/stat : 25467 (varsat-industri) R 25465 25467 25248 0 -1 4194304 2951 0 0 0 6 1 0 0 18 0 1 0 108728505 12828672 2936 1992294400 4194304 5102648 548682068768 18446744073709551615 4491703 0 0 4096 3 0 0 0 17 1 0 0
/proc/25467/statm: 3132 2937 87 221 0 2908 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 12528

[startup+0.101255 s]
/proc/loadavg: 0.99 0.98 0.99 3/64 25467
/proc/meminfo: memFree=1741568/2055920 swapFree=4181212/4192956
[pid=25467] ppid=25465 vsize=15624 CPUtime=0.09
/proc/25467/stat : 25467 (varsat-industri) R 25465 25467 25248 0 -1 4194304 3662 0 0 0 8 1 0 0 18 0 1 0 108728505 15998976 3647 1992294400 4194304 5102648 548682068768 18446744073709551615 4491703 0 0 4096 3 0 0 0 17 1 0 0
/proc/25467/statm: 3906 3650 87 221 0 3682 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 15624

[startup+0.301273 s]
/proc/loadavg: 0.99 0.98 0.99 3/64 25467
/proc/meminfo: memFree=1741568/2055920 swapFree=4181212/4192956
[pid=25467] ppid=25465 vsize=22508 CPUtime=0.29
/proc/25467/stat : 25467 (varsat-industri) R 25465 25467 25248 0 -1 4194304 5332 0 0 0 27 2 0 0 19 0 1 0 108728505 23048192 5317 1992294400 4194304 5102648 548682068768 18446744073709551615 4274037 0 0 4096 3 0 0 0 17 1 0 0
/proc/25467/statm: 5627 5317 98 221 0 5403 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 22508

[startup+0.701309 s]
/proc/loadavg: 0.99 0.98 0.99 3/64 25467
/proc/meminfo: memFree=1741568/2055920 swapFree=4181212/4192956
[pid=25467] ppid=25465 vsize=22508 CPUtime=0.69
/proc/25467/stat : 25467 (varsat-industri) R 25465 25467 25248 0 -1 4194304 5332 0 0 0 67 2 0 0 22 0 1 0 108728505 23048192 5317 1992294400 4194304 5102648 548682068768 18446744073709551615 4272870 0 0 4096 3 0 0 0 17 1 0 0
/proc/25467/statm: 5627 5317 98 221 0 5403 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 22508

[startup+1.50138 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 25468
/proc/meminfo: memFree=1720632/2055920 swapFree=4181212/4192956
[pid=25467] ppid=25465 vsize=29944 CPUtime=1.49
/proc/25467/stat : 25467 (varsat-industri) R 25465 25467 25248 0 -1 4194304 7069 0 0 0 146 3 0 0 25 0 1 0 108728505 30662656 7054 1992294400 4194304 5102648 548682068768 18446744073709551615 4266629 0 0 4096 3 0 0 0 17 1 0 0
/proc/25467/statm: 7486 7054 100 221 0 7262 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 29944

[startup+3.10152 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 25468
/proc/meminfo: memFree=1713464/2055920 swapFree=4181212/4192956
[pid=25467] ppid=25465 vsize=29944 CPUtime=3.09
/proc/25467/stat : 25467 (varsat-industri) R 25465 25467 25248 0 -1 4194304 7122 0 0 0 306 3 0 0 25 0 1 0 108728505 30662656 7107 1992294400 4194304 5102648 548682068768 18446744073709551615 4273172 0 0 4096 3 0 0 0 17 1 0 0
/proc/25467/statm: 7486 7107 100 221 0 7262 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 29944

[startup+6.30181 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 25468
/proc/meminfo: memFree=1715896/2055920 swapFree=4181212/4192956
[pid=25467] ppid=25465 vsize=26428 CPUtime=6.29
/proc/25467/stat : 25467 (varsat-industri) R 25465 25467 25248 0 -1 4194304 7198 0 0 0 626 3 0 0 25 0 1 0 108728505 27062272 6392 1992294400 4194304 5102648 548682068768 18446744073709551615 4256021 0 0 4096 3 0 0 0 17 1 0 0
/proc/25467/statm: 6607 6392 115 221 0 6383 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 26428

[startup+12.7014 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 25468
/proc/meminfo: memFree=1710648/2055920 swapFree=4181212/4192956
[pid=25467] ppid=25465 vsize=32916 CPUtime=12.69
/proc/25467/stat : 25467 (varsat-industri) R 25465 25467 25248 0 -1 4194304 8834 0 0 0 1265 4 0 0 25 0 1 0 108728505 33705984 8028 1992294400 4194304 5102648 548682068768 18446744073709551615 4249989 0 0 4096 3 0 0 0 17 1 0 0
/proc/25467/statm: 8229 8028 115 221 0 8005 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 32916

[startup+25.5015 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 25468
/proc/meminfo: memFree=1693112/2055920 swapFree=4181212/4192956
[pid=25467] ppid=25465 vsize=49800 CPUtime=25.48
/proc/25467/stat : 25467 (varsat-industri) R 25465 25467 25248 0 -1 4194304 13018 0 0 0 2539 9 0 0 25 0 1 0 108728505 50995200 12212 1992294400 4194304 5102648 548682068768 18446744073709551615 4249806 0 0 4096 3 0 0 0 17 1 0 0
/proc/25467/statm: 12450 12212 115 221 0 12226 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 49800

[startup+51.1018 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 25468
/proc/meminfo: memFree=1672696/2055920 swapFree=4181212/4192956
[pid=25467] ppid=25465 vsize=70372 CPUtime=51.08
/proc/25467/stat : 25467 (varsat-industri) R 25465 25467 25248 0 -1 4194304 18154 0 0 0 5094 14 0 0 25 0 1 0 108728505 72060928 17348 1992294400 4194304 5102648 548682068768 18446744073709551615 4249858 0 0 4096 3 0 0 0 17 1 0 0
/proc/25467/statm: 17593 17348 115 221 0 17369 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 70372

[startup+102.305 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 25468
/proc/meminfo: memFree=1642936/2055920 swapFree=4181212/4192956
[pid=25467] ppid=25465 vsize=99852 CPUtime=102.27
/proc/25467/stat : 25467 (varsat-industri) R 25465 25467 25248 0 -1 4194304 25489 0 0 0 10205 22 0 0 25 0 1 0 108728505 102248448 24683 1992294400 4194304 5102648 548682068768 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/25467/statm: 24963 24683 115 221 0 24739 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 99852

[startup+162.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 25470
/proc/meminfo: memFree=1618488/2055920 swapFree=4181212/4192956
[pid=25467] ppid=25465 vsize=124636 CPUtime=162.25
/proc/25467/stat : 25467 (varsat-industri) R 25465 25467 25248 0 -1 4194304 31610 0 0 0 16198 27 0 0 25 0 1 0 108728505 127627264 30804 1992294400 4194304 5102648 548682068768 18446744073709551615 4249879 0 0 4096 3 0 0 0 17 1 0 0
/proc/25467/statm: 31159 30804 115 221 0 30935 0
Current children cumulated CPU time (s) 162.25
Current children cumulated vsize (KiB) 124636

[startup+222.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 25470
/proc/meminfo: memFree=1596216/2055920 swapFree=4181212/4192956
[pid=25467] ppid=25465 vsize=146668 CPUtime=222.24
/proc/25467/stat : 25467 (varsat-industri) R 25465 25467 25248 0 -1 4194304 37105 0 0 0 22191 33 0 0 25 0 1 0 108728505 150188032 36299 1992294400 4194304 5102648 548682068768 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/25467/statm: 36667 36299 115 221 0 36443 0
Current children cumulated CPU time (s) 222.24
Current children cumulated vsize (KiB) 146668

[startup+282.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 25470
/proc/meminfo: memFree=1579704/2055920 swapFree=4181212/4192956
[pid=25467] ppid=25465 vsize=163872 CPUtime=282.23
/proc/25467/stat : 25467 (varsat-industri) R 25465 25467 25248 0 -1 4194304 41281 0 0 0 28185 38 0 0 25 0 1 0 108728505 167804928 40475 1992294400 4194304 5102648 548682068768 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/25467/statm: 40968 40475 115 221 0 40744 0
Current children cumulated CPU time (s) 282.23
Current children cumulated vsize (KiB) 163872

[startup+342.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 25470
/proc/meminfo: memFree=1567616/2055920 swapFree=4181212/4192956
[pid=25467] ppid=25465 vsize=175932 CPUtime=342.2
/proc/25467/stat : 25467 (varsat-industri) R 25465 25467 25248 0 -1 4194304 44263 0 0 0 34179 41 0 0 25 0 1 0 108728505 180154368 43457 1992294400 4194304 5102648 548682068768 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/25467/statm: 43983 43457 115 221 0 43759 0
Current children cumulated CPU time (s) 342.2
Current children cumulated vsize (KiB) 175932

[startup+402.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 25470
/proc/meminfo: memFree=1553856/2055920 swapFree=4181212/4192956
[pid=25467] ppid=25465 vsize=189836 CPUtime=402.2
/proc/25467/stat : 25467 (varsat-industri) R 25465 25467 25248 0 -1 4194304 47730 0 0 0 40175 45 0 0 25 0 1 0 108728505 194392064 46924 1992294400 4194304 5102648 548682068768 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/25467/statm: 47459 46924 115 221 0 47235 0
Current children cumulated CPU time (s) 402.2
Current children cumulated vsize (KiB) 189836

[startup+462.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 25470
/proc/meminfo: memFree=1540992/2055920 swapFree=4181212/4192956
[pid=25467] ppid=25465 vsize=202668 CPUtime=462.18
/proc/25467/stat : 25467 (varsat-industri) R 25465 25467 25248 0 -1 4194304 50904 0 0 0 46170 48 0 0 25 0 1 0 108728505 207532032 50098 1992294400 4194304 5102648 548682068768 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/25467/statm: 50667 50098 115 221 0 50443 0
Current children cumulated CPU time (s) 462.18
Current children cumulated vsize (KiB) 202668

[startup+522.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 25470
/proc/meminfo: memFree=1530560/2055920 swapFree=4181212/4192956
[pid=25467] ppid=25465 vsize=213072 CPUtime=522.16
/proc/25467/stat : 25467 (varsat-industri) R 25465 25467 25248 0 -1 4194304 53511 0 0 0 52166 50 0 0 25 0 1 0 108728505 218185728 52705 1992294400 4194304 5102648 548682068768 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/25467/statm: 53268 52705 115 221 0 53044 0
Current children cumulated CPU time (s) 522.16
Current children cumulated vsize (KiB) 213072

[startup+582.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 25470
/proc/meminfo: memFree=1519552/2055920 swapFree=4181212/4192956
[pid=25467] ppid=25465 vsize=224840 CPUtime=582.15
/proc/25467/stat : 25467 (varsat-industri) R 25465 25467 25248 0 -1 4194304 56206 0 0 0 58163 52 0 0 25 0 1 0 108728505 230236160 55400 1992294400 4194304 5102648 548682068768 18446744073709551615 4249858 0 0 4096 3 0 0 0 17 1 0 0
/proc/25467/statm: 56210 55400 115 221 0 55986 0
Current children cumulated CPU time (s) 582.15
Current children cumulated vsize (KiB) 224840

[startup+642.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 25470
/proc/meminfo: memFree=1510080/2055920 swapFree=4181212/4192956
[pid=25467] ppid=25465 vsize=234248 CPUtime=642.13
/proc/25467/stat : 25467 (varsat-industri) R 25465 25467 25248 0 -1 4194304 58580 0 0 0 64159 54 0 0 25 0 1 0 108728505 239869952 57774 1992294400 4194304 5102648 548682068768 18446744073709551615 4249881 0 0 4096 3 0 0 0 17 1 0 0
/proc/25467/statm: 58562 57774 115 221 0 58338 0
Current children cumulated CPU time (s) 642.13
Current children cumulated vsize (KiB) 234248

[startup+702.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 25470
/proc/meminfo: memFree=1499648/2055920 swapFree=4181212/4192956
[pid=25467] ppid=25465 vsize=244632 CPUtime=702.12
/proc/25467/stat : 25467 (varsat-industri) R 25465 25467 25248 0 -1 4194304 61190 0 0 0 70155 57 0 0 25 0 1 0 108728505 250503168 60384 1992294400 4194304 5102648 548682068768 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/25467/statm: 61158 60384 115 221 0 60934 0
Current children cumulated CPU time (s) 702.12
Current children cumulated vsize (KiB) 244632

[startup+762.306 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 25470
/proc/meminfo: memFree=1488512/2055920 swapFree=4181212/4192956
[pid=25467] ppid=25465 vsize=255604 CPUtime=762.11
/proc/25467/stat : 25467 (varsat-industri) R 25465 25467 25248 0 -1 4194304 63951 0 0 0 76151 60 0 0 25 0 1 0 108728505 261738496 63145 1992294400 4194304 5102648 548682068768 18446744073709551615 4250276 0 0 4096 3 0 0 0 17 1 0 0
/proc/25467/statm: 63901 63145 115 221 0 63677 0
Current children cumulated CPU time (s) 762.11
Current children cumulated vsize (KiB) 255604

[startup+822.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 25470
/proc/meminfo: memFree=1475904/2055920 swapFree=4181212/4192956
[pid=25467] ppid=25465 vsize=268596 CPUtime=822.09
/proc/25467/stat : 25467 (varsat-industri) R 25465 25467 25248 0 -1 4194304 67140 0 0 0 82145 64 0 0 25 0 1 0 108728505 275042304 66334 1992294400 4194304 5102648 548682068768 18446744073709551615 4249858 0 0 4096 3 0 0 0 17 1 0 0
/proc/25467/statm: 67149 66334 115 221 0 66925 0
Current children cumulated CPU time (s) 822.09
Current children cumulated vsize (KiB) 268596

[startup+882.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 25470
/proc/meminfo: memFree=1462848/2055920 swapFree=4181212/4192956
[pid=25467] ppid=25465 vsize=281488 CPUtime=882.08
/proc/25467/stat : 25467 (varsat-industri) R 25465 25467 25248 0 -1 4194304 70366 0 0 0 88141 67 0 0 25 0 1 0 108728505 288243712 69560 1992294400 4194304 5102648 548682068768 18446744073709551615 4249858 0 0 4096 3 0 0 0 17 1 0 0
/proc/25467/statm: 70372 69560 115 221 0 70148 0
Current children cumulated CPU time (s) 882.08
Current children cumulated vsize (KiB) 281488

[startup+942.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 25470
/proc/meminfo: memFree=1451008/2055920 swapFree=4181212/4192956
[pid=25467] ppid=25465 vsize=293400 CPUtime=942.06
/proc/25467/stat : 25467 (varsat-industri) R 25465 25467 25248 0 -1 4194304 73355 0 0 0 94137 69 0 0 25 0 1 0 108728505 300441600 72549 1992294400 4194304 5102648 548682068768 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/25467/statm: 73350 72549 115 221 0 73126 0
Current children cumulated CPU time (s) 942.06
Current children cumulated vsize (KiB) 293400

[startup+1002.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 25470
/proc/meminfo: memFree=1444096/2055920 swapFree=4181212/4192956
[pid=25467] ppid=25465 vsize=300028 CPUtime=1002.05
/proc/25467/stat : 25467 (varsat-industri) R 25465 25467 25248 0 -1 4194304 75030 0 0 0 100134 71 0 0 25 0 1 0 108728505 307228672 74224 1992294400 4194304 5102648 548682068768 18446744073709551615 4249884 0 0 4096 3 0 0 0 17 1 0 0
/proc/25467/statm: 75007 74224 115 221 0 74783 0
Current children cumulated CPU time (s) 1002.05
Current children cumulated vsize (KiB) 300028

[startup+1062.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 25470
/proc/meminfo: memFree=1444096/2055920 swapFree=4181212/4192956
[pid=25467] ppid=25465 vsize=300028 CPUtime=1062.03
/proc/25467/stat : 25467 (varsat-industri) R 25465 25467 25248 0 -1 4194304 75033 0 0 0 106132 71 0 0 25 0 1 0 108728505 307228672 74227 1992294400 4194304 5102648 548682068768 18446744073709551615 4249884 0 0 4096 3 0 0 0 17 1 0 0
/proc/25467/statm: 75007 74227 115 221 0 74783 0
Current children cumulated CPU time (s) 1062.03
Current children cumulated vsize (KiB) 300028

[startup+1122.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 25470
/proc/meminfo: memFree=1444032/2055920 swapFree=4181212/4192956
[pid=25467] ppid=25465 vsize=300028 CPUtime=1122.02
/proc/25467/stat : 25467 (varsat-industri) R 25465 25467 25248 0 -1 4194304 75038 0 0 0 112131 71 0 0 25 0 1 0 108728505 307228672 74232 1992294400 4194304 5102648 548682068768 18446744073709551615 4249881 0 0 4096 3 0 0 0 17 1 0 0
/proc/25467/statm: 75007 74232 115 221 0 74783 0
Current children cumulated CPU time (s) 1122.02
Current children cumulated vsize (KiB) 300028

[startup+1182.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 25470
/proc/meminfo: memFree=1443968/2055920 swapFree=4181212/4192956
[pid=25467] ppid=25465 vsize=300028 CPUtime=1182
/proc/25467/stat : 25467 (varsat-industri) R 25465 25467 25248 0 -1 4194304 75050 0 0 0 118129 71 0 0 25 0 1 0 108728505 307228672 74244 1992294400 4194304 5102648 548682068768 18446744073709551615 4249675 0 0 4096 3 0 0 0 17 1 0 0
/proc/25467/statm: 75007 74244 115 221 0 74783 0
Current children cumulated CPU time (s) 1182
Current children cumulated vsize (KiB) 300028



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 25470
/proc/meminfo: memFree=1443968/2055920 swapFree=4181212/4192956
[pid=25467] ppid=25465 vsize=300028 CPUtime=1200
/proc/25467/stat : 25467 (varsat-industri) R 25465 25467 25248 0 -1 4194304 75052 0 0 0 119929 71 0 0 25 0 1 0 108728505 307228672 74246 1992294400 4194304 5102648 548682068768 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/25467/statm: 75007 74246 115 221 0 74783 0
Current children cumulated CPU time (s) 1200
Current children cumulated vsize (KiB) 300028

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

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

[startup+1200.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 25470
/proc/meminfo: memFree=1443968/2055920 swapFree=4181212/4192956
[pid=25467] ppid=25465 vsize=300028 CPUtime=1200
/proc/25467/stat : 25467 (varsat-industri) R 25465 25467 25248 0 -1 4194304 75052 0 0 0 119929 71 0 0 25 0 1 0 108728505 307228672 74246 1992294400 4194304 5102648 548682068768 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/25467/statm: 75007 74246 115 221 0 74783 0
Current children cumulated CPU time (s) 1200
Current children cumulated vsize (KiB) 300028

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1200.35
CPU time (s): 1200.06
CPU user time (s): 1199.3
CPU system time (s): 0.765883
CPU usage (%): 99.9757
Max. virtual memory (cumulated for all children) (KiB): 300028

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

runsolver used 0.847871 second user time and 2.6426 second system time

The end

Launcher Data

Begin job on node51 at 2009-04-27 06:36:50
IDJOB=1735826
IDBENCH=71529
IDSOLVER=538
FILE ID=node51/1735826-1240807010
PBS_JOBID= 9187398
Free space on /tmp= 66400 MiB

SOLVER NAME= VARSAT-industrial 2009-03-22
BENCH NAME= SAT09/CRAFTED/rbsat/crafted/forced/rbsat-v1820c171155gyes6.cnf
COMMAND LINE= HOME/varsat-industrial_static -seed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1735826-1240807010/watcher-1735826-1240807010 -o /tmp/evaluation-result-1735826-1240807010/solver-1735826-1240807010 -C 1200 -W 1800 -M 1800 --output-limit 1,15  HOME/varsat-industrial_static -seed=1837032671 HOME/instance-1735826-1240807010.cnf

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

MD5SUM BENCH= 6a5fbd61e49d3642ce9fdb6efadb5a97
RANDOM SEED=1837032671

node51.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.214
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.214
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:       1742048 kB
Buffers:         44176 kB
Cached:         194564 kB
SwapCached:       5992 kB
Active:          64808 kB
Inactive:       182440 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1742048 kB
SwapTotal:     4192956 kB
SwapFree:      4181212 kB
Dirty:            3160 kB
Writeback:           0 kB
Mapped:          13776 kB
Slab:            52640 kB
Committed_AS:   323680 kB
PageTables:       1392 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= 66400 MiB
End job on node51 at 2009-04-27 06:56:52