Trace number 1735676

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

General information on the benchmark

NameCRAFTED/rbsat/crafted/unforced/
rbsat-v2400c266431g5.cnf
MD5SUM5c381a23100991dd5561d3dc572b8883
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 variables2400
Number of clauses266431
Sum of the clauses size535112
Maximum clause length32
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 2266356
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 575

Solver Data

0.00/0.00	c ============================[ Problem Statistics ]=============================
0.00/0.00	c |                                                                             |
0.00/0.00	c |  Number of variables:  2400                                                 |
0.00/0.00	c |  Number of clauses:    266431                                               |
0.19/0.22	c |  Parsing time:         0.19         s                                       |
0.19/0.22	c |  Timeout:              43200 s
0.19/0.22	c |  Random Seed:          1008334485.000000
0.19/0.22	c |  Heuristic:            EMBP-G, threshold 0.950                              |
0.19/0.22	c |  Branching Rule:       default (solution-guided)                            |
0.19/0.22	c |  Learned clauses in surveys?  Using NO learned clauses.                     |
0.19/0.22	c |                                                                             |
10.39/10.44	c ============================[ Search Statistics ]==============================
10.39/10.44	c | Conflicts |          ORIGINAL         |          LEARNT          | Progress |
10.39/10.44	c |           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
10.39/10.44	c ===============================================================================
10.39/10.44	c |         0 |    2325   264031   813227 |    88010        0    nan |  0.000 % |
10.79/10.87	c |       100 |    2325   264031   813227 |    96811      100    320 |  0.000 % |
11.29/11.31	c |       251 |    2325   264031   813227 |   106492      251    339 |  0.000 % |
11.69/11.78	c |       476 |    2325   264031   813227 |   117141      476    293 |  0.000 % |
12.19/12.26	c |       813 |    2325   264031   813227 |   128855      813    278 |  0.000 % |
12.79/12.82	c |      1321 |    2325   264031   813227 |   141741     1321    274 |  0.000 % |
13.38/13.48	c |      2082 |    2325   264031   813227 |   155915     2082    265 |  0.000 % |
14.29/14.33	c |      3223 |    2325   264031   813227 |   171507     3223    275 |  0.000 % |
15.48/15.56	c |      4933 |    2325   264031   813227 |   188657     4933    282 |  0.000 % |
17.08/17.18	c |      7495 |    2325   264031   813227 |   207523     7495    275 |  0.000 % |
19.38/19.48	c |     11343 |    2325   264031   813227 |   228276    11343    270 |  0.000 % |
24.39/24.48	c |     17110 |    2325   264031   813227 |   251103    17110    267 |  0.000 % |
35.08/35.11	c |     25761 |    2325   264031   813227 |   276214    25761    269 |  0.000 % |
49.38/49.47	c |     38735 |    2325   264031   813227 |   303835    38735    260 |  0.000 % |
78.27/78.32	c |     58197 |    2325   264031   813227 |   334219    58197    268 |  0.000 % |
149.25/149.36	c |     87390 |    2325   264031   813227 |   367641    87390    268 |  0.000 % |
292.82/292.92	c |    131179 |    2325   264031   813227 |   404405   131179    263 |  0.000 % |
591.35/591.52	c |    196863 |    2325   264031   813227 |   444845   196863    256 |  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-1735676-1240805261/watcher-1735676-1240805261 -o /tmp/evaluation-result-1735676-1240805261/solver-1735676-1240805261 -C 1200 -W 1800 -M 1800 --output-limit 1,15 HOME/varsat-industrial_static -seed=1008334485 HOME/instance-1735676-1240805261.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 17527
/proc/meminfo: memFree=1573760/2055920 swapFree=4192956/4192956
[pid=17527] ppid=17525 vsize=2568 CPUtime=0
/proc/17527/stat : 17527 (varsat-industri) R 17525 17527 17214 0 -1 4194304 498 0 0 0 0 0 0 0 18 0 1 0 108553476 2629632 483 1992294400 4194304 5102648 548682068768 18446744073709551615 4516184 0 0 4096 3 0 0 0 17 1 0 0
/proc/17527/statm: 642 483 87 221 0 418 0

[startup+0.061256 s]
/proc/loadavg: 0.99 0.98 0.99 3/64 17527
/proc/meminfo: memFree=1573760/2055920 swapFree=4192956/4192956
[pid=17527] ppid=17525 vsize=10684 CPUtime=0.05
/proc/17527/stat : 17527 (varsat-industri) R 17525 17527 17214 0 -1 4194304 2417 0 0 0 4 1 0 0 18 0 1 0 108553476 10940416 2402 1992294400 4194304 5102648 548682068768 18446744073709551615 4491703 0 0 4096 3 0 0 0 17 1 0 0
/proc/17527/statm: 2671 2404 87 221 0 2447 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 10684

[startup+0.102259 s]
/proc/loadavg: 0.99 0.98 0.99 3/64 17527
/proc/meminfo: memFree=1573760/2055920 swapFree=4192956/4192956
[pid=17527] ppid=17525 vsize=16156 CPUtime=0.09
/proc/17527/stat : 17527 (varsat-industri) R 17525 17527 17214 0 -1 4194304 3795 0 0 0 8 1 0 0 18 0 1 0 108553476 16543744 3780 1992294400 4194304 5102648 548682068768 18446744073709551615 4491703 0 0 4096 3 0 0 0 17 1 0 0
/proc/17527/statm: 4039 3781 87 221 0 3815 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 16156

[startup+0.302277 s]
/proc/loadavg: 0.99 0.98 0.99 3/64 17527
/proc/meminfo: memFree=1573760/2055920 swapFree=4192956/4192956
[pid=17527] ppid=17525 vsize=33764 CPUtime=0.29
/proc/17527/stat : 17527 (varsat-industri) R 17525 17527 17214 0 -1 4194304 8126 0 0 0 26 3 0 0 19 0 1 0 108553476 34574336 8111 1992294400 4194304 5102648 548682068768 18446744073709551615 4273258 0 0 4096 3 0 0 0 17 1 0 0
/proc/17527/statm: 8441 8111 98 221 0 8217 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 33764

[startup+0.701313 s]
/proc/loadavg: 0.99 0.98 0.99 3/64 17527
/proc/meminfo: memFree=1573760/2055920 swapFree=4192956/4192956
[pid=17527] ppid=17525 vsize=33764 CPUtime=0.69
/proc/17527/stat : 17527 (varsat-industri) R 17525 17527 17214 0 -1 4194304 8126 0 0 0 66 3 0 0 23 0 1 0 108553476 34574336 8111 1992294400 4194304 5102648 548682068768 18446744073709551615 4272870 0 0 4096 3 0 0 0 17 1 0 0
/proc/17527/statm: 8441 8111 98 221 0 8217 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 33764

[startup+1.50139 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 17528
/proc/meminfo: memFree=1541688/2055920 swapFree=4192956/4192956
[pid=17527] ppid=17525 vsize=33764 CPUtime=1.49
/proc/17527/stat : 17527 (varsat-industri) R 17525 17527 17214 0 -1 4194304 8126 0 0 0 146 3 0 0 25 0 1 0 108553476 34574336 8111 1992294400 4194304 5102648 548682068768 18446744073709551615 4272870 0 0 4096 3 0 0 0 17 1 0 0
/proc/17527/statm: 8441 8111 98 221 0 8217 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 33764

[startup+3.10153 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 17528
/proc/meminfo: memFree=1538232/2055920 swapFree=4192956/4192956
[pid=17527] ppid=17525 vsize=44992 CPUtime=3.09
/proc/17527/stat : 17527 (varsat-industri) R 17525 17527 17214 0 -1 4194304 10726 0 0 0 305 4 0 0 25 0 1 0 108553476 46071808 10711 1992294400 4194304 5102648 548682068768 18446744073709551615 4273025 0 0 4096 3 0 0 0 17 1 0 0
/proc/17527/statm: 11248 10711 100 221 0 11024 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 44992

[startup+6.30182 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 17528
/proc/meminfo: memFree=1530680/2055920 swapFree=4192956/4192956
[pid=17527] ppid=17525 vsize=44992 CPUtime=6.29
/proc/17527/stat : 17527 (varsat-industri) R 17525 17527 17214 0 -1 4194304 10812 0 0 0 625 4 0 0 25 0 1 0 108553476 46071808 10797 1992294400 4194304 5102648 548682068768 18446744073709551615 4274059 0 0 4096 3 0 0 0 17 1 0 0
/proc/17527/statm: 11248 10797 100 221 0 11024 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 44992

[startup+12.7014 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 17528
/proc/meminfo: memFree=1535032/2055920 swapFree=4192956/4192956
[pid=17527] ppid=17525 vsize=39520 CPUtime=12.69
/proc/17527/stat : 17527 (varsat-industri) R 17525 17527 17214 0 -1 4194304 10908 0 0 0 1265 4 0 0 25 0 1 0 108553476 40468480 9660 1992294400 4194304 5102648 548682068768 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/17527/statm: 9880 9660 115 221 0 9656 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 39520

[startup+25.5026 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 17528
/proc/meminfo: memFree=1523384/2055920 swapFree=4192956/4192956
[pid=17527] ppid=17525 vsize=51636 CPUtime=25.49
/proc/17527/stat : 17527 (varsat-industri) R 17525 17527 17214 0 -1 4194304 13935 0 0 0 2541 8 0 0 25 0 1 0 108553476 52875264 12687 1992294400 4194304 5102648 548682068768 18446744073709551615 4249855 0 0 4096 3 0 0 0 17 1 0 0
/proc/17527/statm: 12909 12687 115 221 0 12685 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 51636

[startup+51.1019 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 17528
/proc/meminfo: memFree=1499448/2055920 swapFree=4192956/4192956
[pid=17527] ppid=17525 vsize=75796 CPUtime=51.07
/proc/17527/stat : 17527 (varsat-industri) R 17525 17527 17214 0 -1 4194304 19971 0 0 0 5094 13 0 0 25 0 1 0 108553476 77615104 18723 1992294400 4194304 5102648 548682068768 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/17527/statm: 18949 18723 115 221 0 18725 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 75796

[startup+102.306 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 17528
/proc/meminfo: memFree=1463160/2055920 swapFree=4192956/4192956
[pid=17527] ppid=17525 vsize=111896 CPUtime=102.27
/proc/17527/stat : 17527 (varsat-industri) R 17525 17527 17214 0 -1 4194304 28923 0 0 0 10204 23 0 0 25 0 1 0 108553476 114581504 27675 1992294400 4194304 5102648 548682068768 18446744073709551615 4249855 0 0 4096 3 0 0 0 17 1 0 0
/proc/17527/statm: 27974 27675 115 221 0 27750 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 111896

[startup+162.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 17528
/proc/meminfo: memFree=1437304/2055920 swapFree=4192956/4192956
[pid=17527] ppid=17525 vsize=137844 CPUtime=162.25
/proc/17527/stat : 17527 (varsat-industri) R 17525 17527 17214 0 -1 4194304 35427 0 0 0 16196 29 0 0 25 0 1 0 108553476 141152256 34179 1992294400 4194304 5102648 548682068768 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/17527/statm: 34461 34179 115 221 0 34237 0
Current children cumulated CPU time (s) 162.25
Current children cumulated vsize (KiB) 137844

[startup+222.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 17528
/proc/meminfo: memFree=1417208/2055920 swapFree=4192956/4192956
[pid=17527] ppid=17525 vsize=158160 CPUtime=222.23
/proc/17527/stat : 17527 (varsat-industri) R 17525 17527 17214 0 -1 4194304 40382 0 0 0 22190 33 0 0 25 0 1 0 108553476 161955840 39134 1992294400 4194304 5102648 548682068768 18446744073709551615 4249858 0 0 4096 3 0 0 0 17 1 0 0
/proc/17527/statm: 39540 39134 115 221 0 39316 0
Current children cumulated CPU time (s) 222.23
Current children cumulated vsize (KiB) 158160

[startup+282.303 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 17528
/proc/meminfo: memFree=1397176/2055920 swapFree=4192956/4192956
[pid=17527] ppid=17525 vsize=178224 CPUtime=282.22
/proc/17527/stat : 17527 (varsat-industri) R 17525 17527 17214 0 -1 4194304 45434 0 0 0 28183 39 0 0 25 0 1 0 108553476 182501376 44186 1992294400 4194304 5102648 548682068768 18446744073709551615 4249840 0 0 4096 3 0 0 0 17 1 0 0
/proc/17527/statm: 44556 44186 115 221 0 44332 0
Current children cumulated CPU time (s) 282.22
Current children cumulated vsize (KiB) 178224

[startup+342.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 17528
/proc/meminfo: memFree=1382520/2055920 swapFree=4192956/4192956
[pid=17527] ppid=17525 vsize=193212 CPUtime=342.21
/proc/17527/stat : 17527 (varsat-industri) R 17525 17527 17214 0 -1 4194304 49029 0 0 0 34178 43 0 0 25 0 1 0 108553476 197849088 47781 1992294400 4194304 5102648 548682068768 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/17527/statm: 48303 47781 115 221 0 48079 0
Current children cumulated CPU time (s) 342.21
Current children cumulated vsize (KiB) 193212

[startup+402.303 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 17528
/proc/meminfo: memFree=1366392/2055920 swapFree=4192956/4192956
[pid=17527] ppid=17525 vsize=209564 CPUtime=402.19
/proc/17527/stat : 17527 (varsat-industri) R 17525 17527 17214 0 -1 4194304 53108 0 0 0 40172 47 0 0 25 0 1 0 108553476 214593536 51860 1992294400 4194304 5102648 548682068768 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/17527/statm: 52391 51860 115 221 0 52167 0
Current children cumulated CPU time (s) 402.19
Current children cumulated vsize (KiB) 209564

[startup+462.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 17528
/proc/meminfo: memFree=1351352/2055920 swapFree=4192956/4192956
[pid=17527] ppid=17525 vsize=224524 CPUtime=462.18
/proc/17527/stat : 17527 (varsat-industri) R 17525 17527 17214 0 -1 4194304 56823 0 0 0 46166 52 0 0 25 0 1 0 108553476 229912576 55575 1992294400 4194304 5102648 548682068768 18446744073709551615 4249858 0 0 4096 3 0 0 0 17 1 0 0
/proc/17527/statm: 56131 55575 115 221 0 55907 0
Current children cumulated CPU time (s) 462.18
Current children cumulated vsize (KiB) 224524

[startup+522.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 17528
/proc/meminfo: memFree=1339064/2055920 swapFree=4192956/4192956
[pid=17527] ppid=17525 vsize=236976 CPUtime=522.17
/proc/17527/stat : 17527 (varsat-industri) R 17525 17527 17214 0 -1 4194304 59892 0 0 0 52161 56 0 0 25 0 1 0 108553476 242663424 58644 1992294400 4194304 5102648 548682068768 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/17527/statm: 59244 58644 115 221 0 59020 0
Current children cumulated CPU time (s) 522.17
Current children cumulated vsize (KiB) 236976

[startup+582.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 17528
/proc/meminfo: memFree=1326200/2055920 swapFree=4192956/4192956
[pid=17527] ppid=17525 vsize=249916 CPUtime=582.15
/proc/17527/stat : 17527 (varsat-industri) R 17525 17527 17214 0 -1 4194304 63095 0 0 0 58156 59 0 0 25 0 1 0 108553476 255913984 61847 1992294400 4194304 5102648 548682068768 18446744073709551615 4250272 0 0 4096 3 0 0 0 17 1 0 0
/proc/17527/statm: 62479 61847 115 221 0 62255 0
Current children cumulated CPU time (s) 582.15
Current children cumulated vsize (KiB) 249916

[startup+642.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 17528
/proc/meminfo: memFree=1312952/2055920 swapFree=4192956/4192956
[pid=17527] ppid=17525 vsize=263236 CPUtime=642.14
/proc/17527/stat : 17527 (varsat-industri) R 17525 17527 17214 0 -1 4194304 66375 0 0 0 64152 62 0 0 25 0 1 0 108553476 269553664 65127 1992294400 4194304 5102648 548682068768 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/17527/statm: 65809 65127 115 221 0 65585 0
Current children cumulated CPU time (s) 642.14
Current children cumulated vsize (KiB) 263236

[startup+702.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 17528
/proc/meminfo: memFree=1301688/2055920 swapFree=4192956/4192956
[pid=17527] ppid=17525 vsize=275372 CPUtime=702.12
/proc/17527/stat : 17527 (varsat-industri) R 17525 17527 17214 0 -1 4194304 69214 0 0 0 70147 65 0 0 25 0 1 0 108553476 281980928 67966 1992294400 4194304 5102648 548682068768 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/17527/statm: 68843 67966 115 221 0 68619 0
Current children cumulated CPU time (s) 702.12
Current children cumulated vsize (KiB) 275372

[startup+762.305 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 17528
/proc/meminfo: memFree=1291000/2055920 swapFree=4192956/4192956
[pid=17527] ppid=17525 vsize=285900 CPUtime=762.11
/proc/17527/stat : 17527 (varsat-industri) R 17525 17527 17214 0 -1 4194304 71846 0 0 0 76144 67 0 0 25 0 1 0 108553476 292761600 70598 1992294400 4194304 5102648 548682068768 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/17527/statm: 71475 70598 115 221 0 71251 0
Current children cumulated CPU time (s) 762.11
Current children cumulated vsize (KiB) 285900

[startup+822.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 17528
/proc/meminfo: memFree=1278904/2055920 swapFree=4192956/4192956
[pid=17527] ppid=17525 vsize=298044 CPUtime=822.09
/proc/17527/stat : 17527 (varsat-industri) R 17525 17527 17214 0 -1 4194304 74897 0 0 0 82138 71 0 0 25 0 1 0 108553476 305197056 73649 1992294400 4194304 5102648 548682068768 18446744073709551615 4250281 0 0 4096 3 0 0 0 17 1 0 0
/proc/17527/statm: 74511 73649 115 221 0 74287 0
Current children cumulated CPU time (s) 822.09
Current children cumulated vsize (KiB) 298044

[startup+882.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 17528
/proc/meminfo: memFree=1267832/2055920 swapFree=4192956/4192956
[pid=17527] ppid=17525 vsize=309164 CPUtime=882.07
/proc/17527/stat : 17527 (varsat-industri) R 17525 17527 17214 0 -1 4194304 77653 0 0 0 88133 74 0 0 25 0 1 0 108553476 316583936 76405 1992294400 4194304 5102648 548682068768 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/17527/statm: 77291 76405 115 221 0 77067 0
Current children cumulated CPU time (s) 882.07
Current children cumulated vsize (KiB) 309164

[startup+942.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 17528
/proc/meminfo: memFree=1259192/2055920 swapFree=4192956/4192956
[pid=17527] ppid=17525 vsize=317792 CPUtime=942.06
/proc/17527/stat : 17527 (varsat-industri) R 17525 17527 17214 0 -1 4194304 79807 0 0 0 94129 77 0 0 25 0 1 0 108553476 325419008 78559 1992294400 4194304 5102648 548682068768 18446744073709551615 4249923 0 0 4096 3 0 0 0 17 1 0 0
/proc/17527/statm: 79448 78559 115 221 0 79224 0
Current children cumulated CPU time (s) 942.06
Current children cumulated vsize (KiB) 317792

[startup+1002.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 17528
/proc/meminfo: memFree=1249720/2055920 swapFree=4192956/4192956
[pid=17527] ppid=17525 vsize=327100 CPUtime=1002.04
/proc/17527/stat : 17527 (varsat-industri) R 17525 17527 17214 0 -1 4194304 82173 0 0 0 100124 80 0 0 25 0 1 0 108553476 334950400 80925 1992294400 4194304 5102648 548682068768 18446744073709551615 4249840 0 0 4096 3 0 0 0 17 1 0 0
/proc/17527/statm: 81775 80925 115 221 0 81551 0
Current children cumulated CPU time (s) 1002.04
Current children cumulated vsize (KiB) 327100

[startup+1062.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 17528
/proc/meminfo: memFree=1240248/2055920 swapFree=4192956/4192956
[pid=17527] ppid=17525 vsize=336596 CPUtime=1062.03
/proc/17527/stat : 17527 (varsat-industri) R 17525 17527 17214 0 -1 4194304 84539 0 0 0 106120 83 0 0 25 0 1 0 108553476 344674304 83291 1992294400 4194304 5102648 548682068768 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/17527/statm: 84149 83291 115 221 0 83925 0
Current children cumulated CPU time (s) 1062.03
Current children cumulated vsize (KiB) 336596

[startup+1122.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 17528
/proc/meminfo: memFree=1230456/2055920 swapFree=4192956/4192956
[pid=17527] ppid=17525 vsize=346316 CPUtime=1122.02
/proc/17527/stat : 17527 (varsat-industri) R 17525 17527 17214 0 -1 4194304 86954 0 0 0 112115 87 0 0 25 0 1 0 108553476 354627584 85706 1992294400 4194304 5102648 548682068768 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/17527/statm: 86579 85706 115 221 0 86355 0
Current children cumulated CPU time (s) 1122.02
Current children cumulated vsize (KiB) 346316

[startup+1182.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 17528
/proc/meminfo: memFree=1221176/2055920 swapFree=4192956/4192956
[pid=17527] ppid=17525 vsize=355652 CPUtime=1182.01
/proc/17527/stat : 17527 (varsat-industri) R 17525 17527 17214 0 -1 4194304 89302 0 0 0 118111 90 0 0 25 0 1 0 108553476 364187648 88054 1992294400 4194304 5102648 548682068768 18446744073709551615 4249945 0 0 4096 3 0 0 0 17 1 0 0
/proc/17527/statm: 88913 88054 115 221 0 88689 0
Current children cumulated CPU time (s) 1182.01
Current children cumulated vsize (KiB) 355652



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 17528
/proc/meminfo: memFree=1218296/2055920 swapFree=4192956/4192956
[pid=17527] ppid=17525 vsize=358292 CPUtime=1200.01
/proc/17527/stat : 17527 (varsat-industri) R 17525 17527 17214 0 -1 4194304 89978 0 0 0 119910 91 0 0 25 0 1 0 108553476 366891008 88730 1992294400 4194304 5102648 548682068768 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/17527/statm: 89573 88730 115 221 0 89349 0
Current children cumulated CPU time (s) 1200.01
Current children cumulated vsize (KiB) 358292

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 17528
/proc/meminfo: memFree=1218296/2055920 swapFree=4192956/4192956
[pid=17527] ppid=17525 vsize=358292 CPUtime=1200.01
/proc/17527/stat : 17527 (varsat-industri) R 17525 17527 17214 0 -1 4194304 89978 0 0 0 119910 91 0 0 25 0 1 0 108553476 366891008 88730 1992294400 4194304 5102648 548682068768 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/17527/statm: 89573 88730 115 221 0 89349 0
Current children cumulated CPU time (s) 1200.01
Current children cumulated vsize (KiB) 358292

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1200.36
CPU time (s): 1200.07
CPU user time (s): 1199.1
CPU system time (s): 0.967852
CPU usage (%): 99.9757
Max. virtual memory (cumulated for all children) (KiB): 358292

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

runsolver used 0.959854 second user time and 2.6306 second system time

The end

Launcher Data

Begin job on node55 at 2009-04-27 06:07:41
IDJOB=1735676
IDBENCH=71509
IDSOLVER=538
FILE ID=node55/1735676-1240805261
PBS_JOBID= 9187389
Free space on /tmp= 66388 MiB

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

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

MD5SUM BENCH= 5c381a23100991dd5561d3dc572b8883
RANDOM SEED=1008334485

node55.alineos.net Linux 2.6.9-22.EL.rootsmp #1 SMP Mon Oct 3 08:59:52 CEST 2005

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.240
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5914.62
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.240
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5586.94
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1574240 kB
Buffers:         67556 kB
Cached:         324124 kB
SwapCached:          0 kB
Active:         154952 kB
Inactive:       250660 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1574240 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:            4428 kB
Writeback:           0 kB
Mapped:          23676 kB
Slab:            62100 kB
Committed_AS:   335536 kB
PageTables:       1360 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= 66384 MiB
End job on node55 at 2009-04-27 06:27:43