Trace number 1516708

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.03 1200.41

General information on the benchmark

NameRANDOM/MEDIUM/3SAT/UNKNOWN/500/
unif-k3-r4.25-v500-c2125-S1339364096-048.cnf
MD5SUM2cbf25bf3c1a8a645c8c658cff25ce06
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark1178.65
Satisfiable
(Un)Satisfiability was proved
Number of variables500
Number of clauses2125
Sum of the clauses size6375
Maximum clause length3
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 32125
Number of clauses of size 40
Number of clauses of size 50
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:  500                                                  |
0.00/0.00	c |  Number of clauses:    2125                                                 |
0.00/0.00	c |  Parsing time:         0.00         s                                       |
0.00/0.00	c |  Timeout:              43200 s
0.00/0.00	c |  Random Seed:          1396764678.000000
0.00/0.00	c |  Heuristic:            EMBP-G, threshold 0.950                              |
0.00/0.00	c |  Branching Rule:       default (solution-guided)                            |
0.00/0.00	c |  Learned clauses in surveys?  Using NO learned clauses.                     |
0.00/0.00	c |                                                                             |
0.00/0.00	c ============================[ Search Statistics ]==============================
0.00/0.00	c | Conflicts |          ORIGINAL         |          LEARNT          | Progress |
0.00/0.00	c |           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
0.00/0.00	c ===============================================================================
0.00/0.00	c |         0 |     491     2117     6396 |      705        0    nan |  0.000 % |
0.00/0.01	c |       101 |     491     2117     6396 |      776      101     23 |  0.000 % |
0.00/0.01	c |       251 |     491     2117     6396 |      853      251     21 |  0.000 % |
0.00/0.02	c |       476 |     491     2117     6396 |      939      476     21 |  0.000 % |
0.00/0.04	c |       813 |     491     2117     6396 |     1033      813     20 |  0.000 % |
0.05/0.06	c |      1319 |     491     2117     6396 |     1136      779     19 |  0.000 % |
0.05/0.09	c |      2080 |     491     2117     6396 |     1250      945     20 |  0.000 % |
0.09/0.14	c |      3220 |     491     2117     6396 |     1375      769     20 |  0.000 % |
0.19/0.22	c |      4929 |     491     2117     6396 |     1512     1044     21 |  0.000 % |
0.29/0.33	c |      7491 |     491     2117     6396 |     1663     1268     19 |  0.000 % |
0.49/0.50	c |     11335 |     491     2117     6396 |     1830     1689     21 |  0.000 % |
0.69/0.78	c |     17102 |     491     2117     6396 |     2013     1858     21 |  0.000 % |
1.19/1.20	c |     25751 |     491     2117     6396 |     2214     1270     19 |  0.000 % |
1.79/1.85	c |     38725 |     491     2117     6396 |     2436     1819     20 |  0.000 % |
2.79/2.87	c |     58187 |     491     2117     6396 |     2679     1449     19 |  0.000 % |
4.40/4.43	c |     87380 |     491     2117     6396 |     2947     2021     19 |  0.000 % |
6.79/6.89	c |    131169 |     491     2117     6396 |     3242     2273     22 |  0.000 % |
10.49/10.59	c |    196853 |     491     2117     6396 |     3566     2114     21 |  0.000 % |
16.49/16.53	c |    295380 |     491     2117     6396 |     3923     3021     21 |  0.000 % |
25.68/25.72	c |    443169 |     491     2117     6396 |     4315     3738     23 |  0.000 % |
39.78/39.87	c |    664852 |     491     2117     6396 |     4747     2890     22 |  0.000 % |
61.47/61.59	c |    997377 |     491     2117     6396 |     5222     4540     23 |  0.000 % |
96.36/96.49	c |   1496165 |     491     2117     6396 |     5744     5250     23 |  0.000 % |
150.94/151.06	c |   2244347 |     491     2117     6396 |     6318     3186     22 |  0.000 % |
235.61/235.73	c |   3366621 |     491     2117     6396 |     6950     4946     21 |  0.000 % |
370.76/370.93	c |   5050033 |     491     2117     6396 |     7645     4933     21 |  0.000 % |
583.81/584.01	c |   7575150 |     491     2117     6396 |     8410     6749     22 |  0.000 % |
918.10/918.47	c |  11362828 |     491     2117     6396 |     9251     4586     24 |  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-1516708-1238273827/watcher-1516708-1238273827 -o /tmp/evaluation-result-1516708-1238273827/solver-1516708-1238273827 -C 1200 -W 1800 -M 1800 --output-limit 1,15 HOME/varsat-industrial_static -seed=1396764678 HOME/instance-1516708-1238273827.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.91 0.95 0.98 2/76 32422
/proc/meminfo: memFree=1760776/2055920 swapFree=4173572/4192956
[pid=32422] ppid=32420 vsize=2548 CPUtime=0
/proc/32422/stat : 32422 (varsat-industri) R 32420 32422 32201 0 -1 4194304 240 0 0 0 0 0 0 0 18 0 1 0 1100043788 2609152 225 1992294400 4194304 5102648 548682068784 18446744073709551615 4283362 0 0 4096 3 0 0 0 17 1 0 0
/proc/32422/statm: 637 225 99 221 0 413 0

[startup+0.056843 s]
/proc/loadavg: 0.91 0.95 0.98 2/76 32422
/proc/meminfo: memFree=1760776/2055920 swapFree=4173572/4192956
[pid=32422] ppid=32420 vsize=2548 CPUtime=0.05
/proc/32422/stat : 32422 (varsat-industri) R 32420 32422 32201 0 -1 4194304 273 0 0 0 5 0 0 0 18 0 1 0 1100043788 2609152 258 1992294400 4194304 5102648 548682068784 18446744073709551615 4249849 0 0 4096 3 0 0 0 17 1 0 0
/proc/32422/statm: 637 258 111 221 0 413 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 2548

[startup+0.101849 s]
/proc/loadavg: 0.91 0.95 0.98 2/76 32422
/proc/meminfo: memFree=1760776/2055920 swapFree=4173572/4192956
[pid=32422] ppid=32420 vsize=2548 CPUtime=0.09
/proc/32422/stat : 32422 (varsat-industri) R 32420 32422 32201 0 -1 4194304 279 0 0 0 9 0 0 0 18 0 1 0 1100043788 2609152 264 1992294400 4194304 5102648 548682068784 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/32422/statm: 637 264 111 221 0 413 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 2548

[startup+0.301881 s]
/proc/loadavg: 0.91 0.95 0.98 2/76 32422
/proc/meminfo: memFree=1760776/2055920 swapFree=4173572/4192956
[pid=32422] ppid=32420 vsize=2812 CPUtime=0.29
/proc/32422/stat : 32422 (varsat-industri) R 32420 32422 32201 0 -1 4194304 316 0 0 0 29 0 0 0 19 0 1 0 1100043788 2879488 301 1992294400 4194304 5102648 548682068784 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/32422/statm: 703 301 111 221 0 479 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 2812

[startup+0.701945 s]
/proc/loadavg: 0.91 0.95 0.98 2/76 32422
/proc/meminfo: memFree=1760776/2055920 swapFree=4173572/4192956
[pid=32422] ppid=32420 vsize=2944 CPUtime=0.69
/proc/32422/stat : 32422 (varsat-industri) R 32420 32422 32201 0 -1 4194304 352 0 0 0 69 0 0 0 23 0 1 0 1100043788 3014656 337 1992294400 4194304 5102648 548682068784 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/32422/statm: 736 337 111 221 0 512 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 2944

[startup+1.50107 s]
/proc/loadavg: 0.91 0.95 0.98 2/77 32423
/proc/meminfo: memFree=1759744/2055920 swapFree=4173572/4192956
[pid=32422] ppid=32420 vsize=3076 CPUtime=1.49
/proc/32422/stat : 32422 (varsat-industri) R 32420 32422 32201 0 -1 4194304 396 0 0 0 149 0 0 0 25 0 1 0 1100043788 3149824 381 1992294400 4194304 5102648 548682068784 18446744073709551615 4249791 0 0 4096 3 0 0 0 17 1 0 0
/proc/32422/statm: 769 381 111 221 0 545 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 3076

[startup+3.10133 s]
/proc/loadavg: 0.91 0.95 0.98 2/77 32423
/proc/meminfo: memFree=1759360/2055920 swapFree=4173572/4192956
[pid=32422] ppid=32420 vsize=3364 CPUtime=3.09
/proc/32422/stat : 32422 (varsat-industri) R 32420 32422 32201 0 -1 4194304 453 0 0 0 309 0 0 0 25 0 1 0 1100043788 3444736 438 1992294400 4194304 5102648 548682068784 18446744073709551615 4249732 0 0 4096 3 0 0 0 17 1 0 0
/proc/32422/statm: 841 438 111 221 0 617 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 3364

[startup+6.30184 s]
/proc/loadavg: 0.92 0.95 0.98 2/77 32423
/proc/meminfo: memFree=1758848/2055920 swapFree=4173572/4192956
[pid=32422] ppid=32420 vsize=3628 CPUtime=6.29
/proc/32422/stat : 32422 (varsat-industri) R 32420 32422 32201 0 -1 4194304 538 0 0 0 629 0 0 0 25 0 1 0 1100043788 3715072 523 1992294400 4194304 5102648 548682068784 18446744073709551615 4495393 0 0 4096 3 0 0 0 17 1 0 0
/proc/32422/statm: 907 523 111 221 0 683 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 3628

[startup+12.7019 s]
/proc/loadavg: 0.93 0.95 0.98 2/77 32423
/proc/meminfo: memFree=1758272/2055920 swapFree=4173572/4192956
[pid=32422] ppid=32420 vsize=4028 CPUtime=12.69
/proc/32422/stat : 32422 (varsat-industri) R 32420 32422 32201 0 -1 4194304 645 0 0 0 1269 0 0 0 25 0 1 0 1100043788 4124672 630 1992294400 4194304 5102648 548682068784 18446744073709551615 4249803 0 0 4096 3 0 0 0 17 1 0 0
/proc/32422/statm: 1007 630 111 221 0 783 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 4028

[startup+25.5019 s]
/proc/loadavg: 0.94 0.96 0.98 2/77 32423
/proc/meminfo: memFree=1757824/2055920 swapFree=4173572/4192956
[pid=32422] ppid=32420 vsize=4556 CPUtime=25.48
/proc/32422/stat : 32422 (varsat-industri) R 32420 32422 32201 0 -1 4194304 762 0 0 0 2548 0 0 0 25 0 1 0 1100043788 4665344 747 1992294400 4194304 5102648 548682068784 18446744073709551615 4249858 0 0 4096 3 0 0 0 17 1 0 0
/proc/32422/statm: 1139 747 111 221 0 915 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 4556

[startup+51.102 s]
/proc/loadavg: 0.96 0.96 0.98 2/77 32423
/proc/meminfo: memFree=1757120/2055920 swapFree=4173572/4192956
[pid=32422] ppid=32420 vsize=5224 CPUtime=51.07
/proc/32422/stat : 32422 (varsat-industri) R 32420 32422 32201 0 -1 4194304 921 0 0 0 5107 0 0 0 25 0 1 0 1100043788 5349376 906 1992294400 4194304 5102648 548682068784 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/32422/statm: 1306 906 111 221 0 1082 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 5224

[startup+102.305 s]
/proc/loadavg: 0.98 0.96 0.98 2/77 32423
/proc/meminfo: memFree=1756160/2055920 swapFree=4173572/4192956
[pid=32422] ppid=32420 vsize=6168 CPUtime=102.26
/proc/32422/stat : 32422 (varsat-industri) R 32420 32422 32201 0 -1 4194304 1163 0 0 0 10225 1 0 0 25 0 1 0 1100043788 6316032 1148 1992294400 4194304 5102648 548682068784 18446744073709551615 4249876 0 0 4096 3 0 0 0 17 1 0 0
/proc/32422/statm: 1542 1148 111 221 0 1318 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 6168

[startup+162.303 s]
/proc/loadavg: 0.99 0.97 0.98 2/77 32423
/proc/meminfo: memFree=1755264/2055920 swapFree=4173572/4192956
[pid=32422] ppid=32420 vsize=6984 CPUtime=162.24
/proc/32422/stat : 32422 (varsat-industri) R 32420 32422 32201 0 -1 4194304 1376 0 0 0 16223 1 0 0 25 0 1 0 1100043788 7151616 1361 1992294400 4194304 5102648 548682068784 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/32422/statm: 1746 1361 111 221 0 1522 0
Current children cumulated CPU time (s) 162.24
Current children cumulated vsize (KiB) 6984

[startup+222.301 s]
/proc/loadavg: 0.99 0.97 0.98 2/77 32423
/proc/meminfo: memFree=1754688/2055920 swapFree=4173572/4192956
[pid=32422] ppid=32420 vsize=7516 CPUtime=222.22
/proc/32422/stat : 32422 (varsat-industri) R 32420 32422 32201 0 -1 4194304 1494 0 0 0 22221 1 0 0 25 0 1 0 1100043788 7696384 1479 1992294400 4194304 5102648 548682068784 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/32422/statm: 1879 1479 111 221 0 1655 0
Current children cumulated CPU time (s) 222.22
Current children cumulated vsize (KiB) 7516

[startup+282.302 s]
/proc/loadavg: 0.99 0.97 0.98 2/77 32429
/proc/meminfo: memFree=1754048/2055920 swapFree=4173572/4192956
[pid=32422] ppid=32420 vsize=8060 CPUtime=282.2
/proc/32422/stat : 32422 (varsat-industri) R 32420 32422 32201 0 -1 4194304 1631 0 0 0 28218 2 0 0 25 0 1 0 1100043788 8253440 1616 1992294400 4194304 5102648 548682068784 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/32422/statm: 2015 1616 111 221 0 1791 0
Current children cumulated CPU time (s) 282.2
Current children cumulated vsize (KiB) 8060

[startup+342.302 s]
/proc/loadavg: 1.07 0.99 0.98 2/77 32429
/proc/meminfo: memFree=1753728/2055920 swapFree=4173572/4192956
[pid=32422] ppid=32420 vsize=8464 CPUtime=342.17
/proc/32422/stat : 32422 (varsat-industri) R 32420 32422 32201 0 -1 4194304 1715 0 0 0 34215 2 0 0 25 0 1 0 1100043788 8667136 1700 1992294400 4194304 5102648 548682068784 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/32422/statm: 2116 1700 111 221 0 1892 0
Current children cumulated CPU time (s) 342.17
Current children cumulated vsize (KiB) 8464

[startup+402.301 s]
/proc/loadavg: 1.09 1.00 0.99 2/77 32429
/proc/meminfo: memFree=1753344/2055920 swapFree=4173572/4192956
[pid=32422] ppid=32420 vsize=8740 CPUtime=402.16
/proc/32422/stat : 32422 (varsat-industri) R 32420 32422 32201 0 -1 4194304 1808 0 0 0 40213 3 0 0 25 0 1 0 1100043788 8949760 1793 1992294400 4194304 5102648 548682068784 18446744073709551615 4249901 0 0 4096 3 0 0 0 17 1 0 0
/proc/32422/statm: 2185 1793 111 221 0 1961 0
Current children cumulated CPU time (s) 402.16
Current children cumulated vsize (KiB) 8740

[startup+462.302 s]
/proc/loadavg: 1.03 1.00 0.99 2/77 32429
/proc/meminfo: memFree=1752832/2055920 swapFree=4173572/4192956
[pid=32422] ppid=32420 vsize=9304 CPUtime=462.14
/proc/32422/stat : 32422 (varsat-industri) R 32420 32422 32201 0 -1 4194304 1924 0 0 0 46211 3 0 0 25 0 1 0 1100043788 9527296 1909 1992294400 4194304 5102648 548682068784 18446744073709551615 4249945 0 0 4096 3 0 0 0 17 1 0 0
/proc/32422/statm: 2326 1909 111 221 0 2102 0
Current children cumulated CPU time (s) 462.14
Current children cumulated vsize (KiB) 9304

[startup+522.301 s]
/proc/loadavg: 1.01 1.00 0.99 2/77 32429
/proc/meminfo: memFree=1752576/2055920 swapFree=4173572/4192956
[pid=32422] ppid=32420 vsize=9576 CPUtime=522.12
/proc/32422/stat : 32422 (varsat-industri) R 32420 32422 32201 0 -1 4194304 1996 0 0 0 52209 3 0 0 25 0 1 0 1100043788 9805824 1981 1992294400 4194304 5102648 548682068784 18446744073709551615 4249858 0 0 4096 3 0 0 0 17 1 0 0
/proc/32422/statm: 2394 1981 111 221 0 2170 0
Current children cumulated CPU time (s) 522.12
Current children cumulated vsize (KiB) 9576

[startup+582.302 s]
/proc/loadavg: 1.00 1.00 0.99 2/77 32429
/proc/meminfo: memFree=1752384/2055920 swapFree=4173572/4192956
[pid=32422] ppid=32420 vsize=9716 CPUtime=582.11
/proc/32422/stat : 32422 (varsat-industri) R 32420 32422 32201 0 -1 4194304 2039 0 0 0 58207 4 0 0 25 0 1 0 1100043788 9949184 2024 1992294400 4194304 5102648 548682068784 18446744073709551615 4249923 0 0 4096 3 0 0 0 17 1 0 0
/proc/32422/statm: 2429 2024 111 221 0 2205 0
Current children cumulated CPU time (s) 582.11
Current children cumulated vsize (KiB) 9716

[startup+642.301 s]
/proc/loadavg: 1.00 1.00 0.99 2/77 32429
/proc/meminfo: memFree=1752128/2055920 swapFree=4173572/4192956
[pid=32422] ppid=32420 vsize=10028 CPUtime=642.09
/proc/32422/stat : 32422 (varsat-industri) R 32420 32422 32201 0 -1 4194304 2112 0 0 0 64205 4 0 0 25 0 1 0 1100043788 10268672 2097 1992294400 4194304 5102648 548682068784 18446744073709551615 4249876 0 0 4096 3 0 0 0 17 1 0 0
/proc/32422/statm: 2507 2097 111 221 0 2283 0
Current children cumulated CPU time (s) 642.09
Current children cumulated vsize (KiB) 10028

[startup+702.301 s]
/proc/loadavg: 1.00 1.00 0.99 2/77 32429
/proc/meminfo: memFree=1751872/2055920 swapFree=4173572/4192956
[pid=32422] ppid=32420 vsize=10300 CPUtime=702.06
/proc/32422/stat : 32422 (varsat-industri) R 32420 32422 32201 0 -1 4194304 2168 0 0 0 70202 4 0 0 25 0 1 0 1100043788 10547200 2153 1992294400 4194304 5102648 548682068784 18446744073709551615 4249732 0 0 4096 3 0 0 0 17 1 0 0
/proc/32422/statm: 2575 2153 111 221 0 2351 0
Current children cumulated CPU time (s) 702.06
Current children cumulated vsize (KiB) 10300

[startup+762.306 s]
/proc/loadavg: 1.00 1.00 0.99 2/77 32429
/proc/meminfo: memFree=1751616/2055920 swapFree=4173572/4192956
[pid=32422] ppid=32420 vsize=10588 CPUtime=762.05
/proc/32422/stat : 32422 (varsat-industri) R 32420 32422 32201 0 -1 4194304 2225 0 0 0 76201 4 0 0 25 0 1 0 1100043788 10842112 2210 1992294400 4194304 5102648 548682068784 18446744073709551615 4249989 0 0 4096 3 0 0 0 17 1 0 0
/proc/32422/statm: 2647 2210 111 221 0 2423 0
Current children cumulated CPU time (s) 762.05
Current children cumulated vsize (KiB) 10588

[startup+822.301 s]
/proc/loadavg: 1.00 1.00 0.99 2/77 32429
/proc/meminfo: memFree=1751488/2055920 swapFree=4173572/4192956
[pid=32422] ppid=32420 vsize=10732 CPUtime=822.03
/proc/32422/stat : 32422 (varsat-industri) R 32420 32422 32201 0 -1 4194304 2253 0 0 0 82198 5 0 0 25 0 1 0 1100043788 10989568 2238 1992294400 4194304 5102648 548682068784 18446744073709551615 4249932 0 0 4096 3 0 0 0 17 1 0 0
/proc/32422/statm: 2683 2238 111 221 0 2459 0
Current children cumulated CPU time (s) 822.03
Current children cumulated vsize (KiB) 10732

[startup+882.302 s]
/proc/loadavg: 1.00 1.00 0.99 2/77 32429
/proc/meminfo: memFree=1751296/2055920 swapFree=4173572/4192956
[pid=32422] ppid=32420 vsize=10872 CPUtime=882.01
/proc/32422/stat : 32422 (varsat-industri) R 32420 32422 32201 0 -1 4194304 2301 0 0 0 88196 5 0 0 25 0 1 0 1100043788 11132928 2286 1992294400 4194304 5102648 548682068784 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/32422/statm: 2718 2286 111 221 0 2494 0
Current children cumulated CPU time (s) 882.01
Current children cumulated vsize (KiB) 10872

[startup+942.301 s]
/proc/loadavg: 1.00 1.00 0.99 2/77 32429
/proc/meminfo: memFree=1751232/2055920 swapFree=4173572/4192956
[pid=32422] ppid=32420 vsize=11148 CPUtime=941.99
/proc/32422/stat : 32422 (varsat-industri) R 32420 32422 32201 0 -1 4194304 2346 0 0 0 94194 5 0 0 25 0 1 0 1100043788 11415552 2331 1992294400 4194304 5102648 548682068784 18446744073709551615 4249843 0 0 4096 3 0 0 0 17 1 0 0
/proc/32422/statm: 2787 2331 111 221 0 2563 0
Current children cumulated CPU time (s) 941.99
Current children cumulated vsize (KiB) 11148

[startup+1002.3 s]
/proc/loadavg: 1.00 1.00 0.99 2/77 32429
/proc/meminfo: memFree=1750976/2055920 swapFree=4173572/4192956
[pid=32422] ppid=32420 vsize=11420 CPUtime=1001.97
/proc/32422/stat : 32422 (varsat-industri) R 32420 32422 32201 0 -1 4194304 2423 0 0 0 100192 5 0 0 25 0 1 0 1100043788 11694080 2408 1992294400 4194304 5102648 548682068784 18446744073709551615 4249806 0 0 4096 3 0 0 0 17 1 0 0
/proc/32422/statm: 2855 2408 111 221 0 2631 0
Current children cumulated CPU time (s) 1001.97
Current children cumulated vsize (KiB) 11420

[startup+1062.3 s]
/proc/loadavg: 1.00 1.00 0.99 2/77 32429
/proc/meminfo: memFree=1750656/2055920 swapFree=4173572/4192956
[pid=32422] ppid=32420 vsize=11692 CPUtime=1061.95
/proc/32422/stat : 32422 (varsat-industri) R 32420 32422 32201 0 -1 4194304 2487 0 0 0 106190 5 0 0 25 0 1 0 1100043788 11972608 2472 1992294400 4194304 5102648 548682068784 18446744073709551615 4250291 0 0 4096 3 0 0 0 17 1 0 0
/proc/32422/statm: 2923 2472 111 221 0 2699 0
Current children cumulated CPU time (s) 1061.95
Current children cumulated vsize (KiB) 11692

[startup+1122.3 s]
/proc/loadavg: 1.00 1.00 0.99 2/77 32429
/proc/meminfo: memFree=1750528/2055920 swapFree=4173572/4192956
[pid=32422] ppid=32420 vsize=11840 CPUtime=1121.94
/proc/32422/stat : 32422 (varsat-industri) R 32420 32422 32201 0 -1 4194304 2532 0 0 0 112188 6 0 0 25 0 1 0 1100043788 12124160 2517 1992294400 4194304 5102648 548682068784 18446744073709551615 4249843 0 0 4096 3 0 0 0 17 1 0 0
/proc/32422/statm: 2960 2517 111 221 0 2736 0
Current children cumulated CPU time (s) 1121.94
Current children cumulated vsize (KiB) 11840

[startup+1182.3 s]
/proc/loadavg: 1.00 1.00 0.99 2/77 32429
/proc/meminfo: memFree=1750336/2055920 swapFree=4173572/4192956
[pid=32422] ppid=32420 vsize=11972 CPUtime=1181.92
/proc/32422/stat : 32422 (varsat-industri) R 32420 32422 32201 0 -1 4194304 2573 0 0 0 118186 6 0 0 25 0 1 0 1100043788 12259328 2558 1992294400 4194304 5102648 548682068784 18446744073709551615 4249879 0 0 4096 3 0 0 0 17 1 0 0
/proc/32422/statm: 2993 2558 111 221 0 2769 0
Current children cumulated CPU time (s) 1181.92
Current children cumulated vsize (KiB) 11972



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.4 s]
/proc/loadavg: 1.00 1.00 0.99 2/77 32429
/proc/meminfo: memFree=1750208/2055920 swapFree=4173572/4192956
[pid=32422] ppid=32420 vsize=12112 CPUtime=1200.02
/proc/32422/stat : 32422 (varsat-industri) R 32420 32422 32201 0 -1 4194304 2591 0 0 0 119996 6 0 0 25 0 1 0 1100043788 12402688 2576 1992294400 4194304 5102648 548682068784 18446744073709551615 4254641 0 0 4096 3 0 0 0 17 1 0 0
/proc/32422/statm: 3028 2576 111 221 0 2804 0
Current children cumulated CPU time (s) 1200.02
Current children cumulated vsize (KiB) 12112

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): 1200.41
CPU time (s): 1200.03
CPU user time (s): 1199.96
CPU system time (s): 0.06499
CPU usage (%): 99.9681
Max. virtual memory (cumulated for all children) (KiB): 12112

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

runsolver used 0.994848 second user time and 3.38648 second system time

The end

Launcher Data

Begin job on node69 at 2009-03-28 21:57:07
IDJOB=1516708
IDBENCH=70535
IDSOLVER=538
FILE ID=node69/1516708-1238273827
PBS_JOBID= 9060832
Free space on /tmp= 65728 MiB

SOLVER NAME= VARSAT-industrial 2009-03-22
BENCH NAME= SAT09/RANDOM/MEDIUM/3SAT/UNKNOWN/500/unif-k3-r4.25-v500-c2125-S1339364096-048.cnf
COMMAND LINE= HOME/varsat-industrial_static -seed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1516708-1238273827/watcher-1516708-1238273827 -o /tmp/evaluation-result-1516708-1238273827/solver-1516708-1238273827 -C 1200 -W 1800 -M 1800 --output-limit 1,15  HOME/varsat-industrial_static -seed=1396764678 HOME/instance-1516708-1238273827.cnf

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

MD5SUM BENCH= 2cbf25bf3c1a8a645c8c658cff25ce06
RANDOM SEED=1396764678

node69.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.261
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	: 5931.00
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.261
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:       1761192 kB
Buffers:         56788 kB
Cached:         159104 kB
SwapCached:      10072 kB
Active:         119260 kB
Inactive:       108548 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1761192 kB
SwapTotal:     4192956 kB
SwapFree:      4173572 kB
Dirty:            1044 kB
Writeback:           0 kB
Mapped:          17636 kB
Slab:            51628 kB
Committed_AS:  3458860 kB
PageTables:       2336 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= 65724 MiB
End job on node69 at 2009-03-28 22:17:10