Trace number 1516516

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
VARSAT-industrial 2009-03-22? (TO) 1200.05 1200.41

General information on the benchmark

NameRANDOM/MEDIUM/7SAT/SATISFIABLE/65/
unif-k7-r89-v65-c5785-S1895787950-064.cnf
MD5SUM54a96505caa013e850b03b843814f5cb
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.056991
Satisfiable
(Un)Satisfiability was proved
Number of variables65
Number of clauses5785
Sum of the clauses size40495
Maximum clause length7
Minimum clause length7
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 50
Number of clauses of size over 55785

Solver Data

0.00/0.00	c ============================[ Problem Statistics ]=============================
0.00/0.00	c |                                                                             |
0.00/0.00	c |  Number of variables:  65                                                   |
0.00/0.00	c |  Number of clauses:    5785                                                 |
0.00/0.01	c |  Parsing time:         0.01         s                                       |
0.00/0.01	c |  Timeout:              43200 s
0.00/0.01	c |  Random Seed:          1311069863.000000
0.00/0.01	c |  Heuristic:            EMBP-G, threshold 0.950                              |
0.00/0.01	c |  Branching Rule:       default (solution-guided)                            |
0.00/0.01	c |  Learned clauses in surveys?  Using NO learned clauses.                     |
0.00/0.01	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 |      65     5785    40495 |     1928        0    nan |  0.000 % |
0.09/0.17	c |       100 |      65     5785    40495 |     2121      100     24 |  0.024 % |
0.09/0.19	c |       252 |      65     5785    40495 |     2333      252     24 |  0.024 % |
0.19/0.22	c |       479 |      65     5785    40495 |     2566      479     24 |  0.024 % |
0.19/0.25	c |       816 |      65     5785    40495 |     2823      816     23 |  0.024 % |
0.19/0.30	c |      1322 |      65     5785    40495 |     3105     1322     23 |  0.024 % |
0.29/0.35	c |      2081 |      65     5785    40495 |     3416     2081     23 |  0.024 % |
0.39/0.44	c |      3220 |      65     5785    40495 |     3757     3220     23 |  0.024 % |
0.49/0.55	c |      4928 |      65     5785    40495 |     4133     3034     22 |  0.024 % |
0.69/0.72	c |      7490 |      65     5785    40495 |     4546     3516     22 |  0.024 % |
0.89/0.97	c |     11334 |      65     5785    40495 |     5001     2785     22 |  0.024 % |
1.29/1.36	c |     17100 |      65     5785    40495 |     5501     3521     22 |  0.024 % |
1.89/1.91	c |     25750 |      65     5785    40495 |     6051     3873     22 |  0.024 % |
2.69/2.80	c |     38725 |      65     5785    40495 |     6657     4690     22 |  0.024 % |
4.09/4.17	c |     58187 |      65     5785    40495 |     7322     4094     22 |  0.024 % |
6.29/6.33	c |     87379 |      65     5785    40495 |     8055     3880     21 |  0.024 % |
9.49/9.58	c |    131168 |      65     5785    40495 |     8860     7247     23 |  0.024 % |
14.69/14.75	c |    196854 |      65     5785    40495 |     9746     6268     22 |  0.024 % |
22.68/22.78	c |    295382 |      65     5785    40495 |    10721     7045     21 |  0.024 % |
35.58/35.66	c |    443173 |      65     5785    40495 |    11793     9724     21 |  0.024 % |
56.17/56.21	c |    664857 |      65     5785    40495 |    12972     6848     21 |  0.024 % |
89.66/89.73	c |    997383 |      65     5785    40495 |    14270     7912     21 |  0.024 % |
143.55/143.63	c |   1496171 |      65     5785    40495 |    15697    13480     22 |  0.024 % |
230.62/230.77	c |   2244354 |      65     5785    40495 |    17266    14848     22 |  0.024 % |
371.08/371.24	c |   3366629 |      65     5785    40495 |    18993    13187     21 |  0.024 % |
602.31/602.54	c |   5050040 |      65     5785    40495 |    20892    13576     20 |  0.024 % |
983.11/983.48	c |   7575156 |      65     5785    40495 |    22982    18303     21 |  0.024 % |

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-1516516-1238270739/watcher-1516516-1238270739 -o /tmp/evaluation-result-1516516-1238270739/solver-1516516-1238270739 -C 1200 -W 1800 -M 1800 --output-limit 1,15 HOME/varsat-industrial_static -seed=1311069863 HOME/instance-1516516-1238270739.cnf 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1200 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1230 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 1843200 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 1894400 KiB
Solver output will be limited to a maximum of 15728640 bytes. The first 1048576 bytes and the last 14680064 bytes will be preserved
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.29 1.26 1.15 3/64 25628
/proc/meminfo: memFree=1057680/2055924 swapFree=4176792/4192956
[pid=25628] ppid=25626 vsize=2544 CPUtime=0
/proc/25628/stat : 25628 (varsat-industri) R 25626 25628 25471 0 -1 4194304 267 0 0 0 0 0 0 0 18 0 1 0 1099740583 2605056 252 1992294400 4194304 5102648 548682068784 18446744073709551615 4491703 0 0 4096 3 0 0 0 17 1 0 0
/proc/25628/statm: 636 253 87 221 0 412 0

[startup+0.0759871 s]
/proc/loadavg: 1.29 1.26 1.15 3/64 25628
/proc/meminfo: memFree=1057680/2055924 swapFree=4176792/4192956
[pid=25628] ppid=25626 vsize=3536 CPUtime=0.07
/proc/25628/stat : 25628 (varsat-industri) R 25626 25628 25471 0 -1 4194304 527 0 0 0 7 0 0 0 18 0 1 0 1099740583 3620864 512 1992294400 4194304 5102648 548682068784 18446744073709551615 4283593 0 0 4096 3 0 0 0 17 1 0 0
/proc/25628/statm: 884 512 98 221 0 660 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 3536

[startup+0.10199 s]
/proc/loadavg: 1.29 1.26 1.15 3/64 25628
/proc/meminfo: memFree=1057680/2055924 swapFree=4176792/4192956
[pid=25628] ppid=25626 vsize=3736 CPUtime=0.09
/proc/25628/stat : 25628 (varsat-industri) R 25626 25628 25471 0 -1 4194304 555 0 0 0 9 0 0 0 18 0 1 0 1099740583 3825664 540 1992294400 4194304 5102648 548682068784 18446744073709551615 4272865 0 0 4096 3 0 0 0 17 1 0 0
/proc/25628/statm: 934 540 98 221 0 710 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 3736

[startup+0.302013 s]
/proc/loadavg: 1.29 1.26 1.15 3/64 25628
/proc/meminfo: memFree=1057680/2055924 swapFree=4176792/4192956
[pid=25628] ppid=25626 vsize=3640 CPUtime=0.29
/proc/25628/stat : 25628 (varsat-industri) R 25626 25628 25471 0 -1 4194304 568 0 0 0 29 0 0 0 19 0 1 0 1099740583 3727360 553 1992294400 4194304 5102648 548682068784 18446744073709551615 4525127 0 0 4096 3 0 0 0 17 1 0 0
/proc/25628/statm: 910 553 110 221 0 686 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 3640

[startup+0.701059 s]
/proc/loadavg: 1.29 1.26 1.15 3/64 25628
/proc/meminfo: memFree=1057680/2055924 swapFree=4176792/4192956
[pid=25628] ppid=25626 vsize=3776 CPUtime=0.69
/proc/25628/stat : 25628 (varsat-industri) R 25626 25628 25471 0 -1 4194304 599 0 0 0 69 0 0 0 22 0 1 0 1099740583 3866624 584 1992294400 4194304 5102648 548682068784 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/25628/statm: 944 584 110 221 0 720 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 3776

[startup+1.50115 s]
/proc/loadavg: 1.29 1.26 1.15 2/65 25629
/proc/meminfo: memFree=1055624/2055924 swapFree=4176792/4192956
[pid=25628] ppid=25626 vsize=4172 CPUtime=1.49
/proc/25628/stat : 25628 (varsat-industri) R 25626 25628 25471 0 -1 4194304 704 0 0 0 149 0 0 0 25 0 1 0 1099740583 4272128 689 1992294400 4194304 5102648 548682068784 18446744073709551615 4250391 0 0 4096 3 0 0 0 17 1 0 0
/proc/25628/statm: 1043 689 110 221 0 819 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 4172

[startup+3.10134 s]
/proc/loadavg: 1.29 1.26 1.15 2/65 25629
/proc/meminfo: memFree=1055048/2055924 swapFree=4176792/4192956
[pid=25628] ppid=25626 vsize=4580 CPUtime=3.09
/proc/25628/stat : 25628 (varsat-industri) R 25626 25628 25471 0 -1 4194304 800 0 0 0 309 0 0 0 25 0 1 0 1099740583 4689920 785 1992294400 4194304 5102648 548682068784 18446744073709551615 4250272 0 0 4096 3 0 0 0 17 1 0 0
/proc/25628/statm: 1145 785 110 221 0 921 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 4580

[startup+6.30171 s]
/proc/loadavg: 1.27 1.25 1.15 2/65 25629
/proc/meminfo: memFree=1054408/2055924 swapFree=4176792/4192956
[pid=25628] ppid=25626 vsize=5120 CPUtime=6.29
/proc/25628/stat : 25628 (varsat-industri) R 25626 25628 25471 0 -1 4194304 909 0 0 0 629 0 0 0 25 0 1 0 1099740583 5242880 894 1992294400 4194304 5102648 548682068784 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/25628/statm: 1280 894 110 221 0 1056 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 5120

[startup+12.7015 s]
/proc/loadavg: 1.24 1.25 1.15 2/65 25629
/proc/meminfo: memFree=1053640/2055924 swapFree=4176792/4192956
[pid=25628] ppid=25626 vsize=5752 CPUtime=12.69
/proc/25628/stat : 25628 (varsat-industri) R 25626 25628 25471 0 -1 4194304 1065 0 0 0 1269 0 0 0 25 0 1 0 1099740583 5890048 1050 1992294400 4194304 5102648 548682068784 18446744073709551615 4249843 0 0 4096 3 0 0 0 17 1 0 0
/proc/25628/statm: 1438 1050 110 221 0 1214 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 5752

[startup+25.5019 s]
/proc/loadavg: 1.19 1.23 1.15 2/65 25629
/proc/meminfo: memFree=1052744/2055924 swapFree=4176792/4192956
[pid=25628] ppid=25626 vsize=6716 CPUtime=25.48
/proc/25628/stat : 25628 (varsat-industri) R 25626 25628 25471 0 -1 4194304 1273 0 0 0 2548 0 0 0 25 0 1 0 1099740583 6877184 1258 1992294400 4194304 5102648 548682068784 18446744073709551615 4249772 0 0 4096 3 0 0 0 17 1 0 0
/proc/25628/statm: 1679 1258 110 221 0 1455 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 6716

[startup+51.1019 s]
/proc/loadavg: 1.12 1.21 1.14 2/65 25629
/proc/meminfo: memFree=1051912/2055924 swapFree=4176792/4192956
[pid=25628] ppid=25626 vsize=7496 CPUtime=51.07
/proc/25628/stat : 25628 (varsat-industri) R 25626 25628 25471 0 -1 4194304 1488 0 0 0 5107 0 0 0 25 0 1 0 1099740583 7675904 1473 1992294400 4194304 5102648 548682068784 18446744073709551615 4249879 0 0 4096 3 0 0 0 17 1 0 0
/proc/25628/statm: 1874 1473 110 221 0 1650 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 7496

[startup+102.306 s]
/proc/loadavg: 1.05 1.18 1.13 2/65 25629
/proc/meminfo: memFree=1050824/2055924 swapFree=4176792/4192956
[pid=25628] ppid=25626 vsize=8840 CPUtime=102.26
/proc/25628/stat : 25628 (varsat-industri) R 25626 25628 25471 0 -1 4194304 1764 0 0 0 10226 0 0 0 25 0 1 0 1099740583 9052160 1749 1992294400 4194304 5102648 548682068784 18446744073709551615 4249809 0 0 4096 3 0 0 0 17 1 0 0
/proc/25628/statm: 2210 1749 110 221 0 1986 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 8840

[startup+162.302 s]
/proc/loadavg: 1.02 1.14 1.12 2/65 25629
/proc/meminfo: memFree=1049992/2055924 swapFree=4176792/4192956
[pid=25628] ppid=25626 vsize=9596 CPUtime=162.24
/proc/25628/stat : 25628 (varsat-industri) R 25626 25628 25471 0 -1 4194304 1960 0 0 0 16223 1 0 0 25 0 1 0 1099740583 9826304 1945 1992294400 4194304 5102648 548682068784 18446744073709551615 4249961 0 0 4096 3 0 0 0 17 1 0 0
/proc/25628/statm: 2399 1945 110 221 0 2175 0
Current children cumulated CPU time (s) 162.24
Current children cumulated vsize (KiB) 9596

[startup+222.302 s]
/proc/loadavg: 1.00 1.12 1.11 2/65 25629
/proc/meminfo: memFree=1049800/2055924 swapFree=4176792/4192956
[pid=25628] ppid=25626 vsize=9596 CPUtime=222.23
/proc/25628/stat : 25628 (varsat-industri) R 25626 25628 25471 0 -1 4194304 2004 0 0 0 22222 1 0 0 25 0 1 0 1099740583 9826304 1989 1992294400 4194304 5102648 548682068784 18446744073709551615 4250272 0 0 4096 3 0 0 0 17 1 0 0
/proc/25628/statm: 2399 1989 110 221 0 2175 0
Current children cumulated CPU time (s) 222.23
Current children cumulated vsize (KiB) 9596

[startup+282.302 s]
/proc/loadavg: 1.00 1.09 1.10 2/65 25629
/proc/meminfo: memFree=1048904/2055924 swapFree=4176792/4192956
[pid=25628] ppid=25626 vsize=10576 CPUtime=282.2
/proc/25628/stat : 25628 (varsat-industri) R 25626 25628 25471 0 -1 4194304 2205 0 0 0 28219 1 0 0 25 0 1 0 1099740583 10829824 2190 1992294400 4194304 5102648 548682068784 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/25628/statm: 2644 2190 110 221 0 2420 0
Current children cumulated CPU time (s) 282.2
Current children cumulated vsize (KiB) 10576

[startup+342.302 s]
/proc/loadavg: 1.00 1.07 1.09 2/65 25629
/proc/meminfo: memFree=1048592/2055924 swapFree=4176792/4192956
[pid=25628] ppid=25626 vsize=11148 CPUtime=342.18
/proc/25628/stat : 25628 (varsat-industri) R 25626 25628 25471 0 -1 4194304 2309 0 0 0 34217 1 0 0 25 0 1 0 1099740583 11415552 2294 1992294400 4194304 5102648 548682068784 18446744073709551615 4249879 0 0 4096 3 0 0 0 17 1 0 0
/proc/25628/statm: 2787 2294 110 221 0 2563 0
Current children cumulated CPU time (s) 342.18
Current children cumulated vsize (KiB) 11148

[startup+402.302 s]
/proc/loadavg: 1.00 1.06 1.08 2/65 25629
/proc/meminfo: memFree=1048400/2055924 swapFree=4176792/4192956
[pid=25628] ppid=25626 vsize=11408 CPUtime=402.18
/proc/25628/stat : 25628 (varsat-industri) R 25626 25628 25471 0 -1 4194304 2365 0 0 0 40216 2 0 0 25 0 1 0 1099740583 11681792 2350 1992294400 4194304 5102648 548682068784 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/25628/statm: 2852 2350 110 221 0 2628 0
Current children cumulated CPU time (s) 402.18
Current children cumulated vsize (KiB) 11408

[startup+462.302 s]
/proc/loadavg: 1.00 1.04 1.08 2/65 25629
/proc/meminfo: memFree=1047888/2055924 swapFree=4176792/4192956
[pid=25628] ppid=25626 vsize=11976 CPUtime=462.16
/proc/25628/stat : 25628 (varsat-industri) R 25626 25628 25471 0 -1 4194304 2479 0 0 0 46214 2 0 0 25 0 1 0 1099740583 12263424 2464 1992294400 4194304 5102648 548682068784 18446744073709551615 4249945 0 0 4096 3 0 0 0 17 1 0 0
/proc/25628/statm: 2994 2464 110 221 0 2770 0
Current children cumulated CPU time (s) 462.16
Current children cumulated vsize (KiB) 11976

[startup+522.302 s]
/proc/loadavg: 1.00 1.03 1.07 2/65 25629
/proc/meminfo: memFree=1047440/2055924 swapFree=4176792/4192956
[pid=25628] ppid=25626 vsize=12548 CPUtime=522.14
/proc/25628/stat : 25628 (varsat-industri) R 25626 25628 25471 0 -1 4194304 2614 0 0 0 52212 2 0 0 25 0 1 0 1099740583 12849152 2599 1992294400 4194304 5102648 548682068784 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/25628/statm: 3137 2599 110 221 0 2913 0
Current children cumulated CPU time (s) 522.14
Current children cumulated vsize (KiB) 12548

[startup+582.302 s]
/proc/loadavg: 1.00 1.03 1.06 2/65 25629
/proc/meminfo: memFree=1047312/2055924 swapFree=4176792/4192956
[pid=25628] ppid=25626 vsize=12736 CPUtime=582.12
/proc/25628/stat : 25628 (varsat-industri) R 25626 25628 25471 0 -1 4194304 2641 0 0 0 58210 2 0 0 25 0 1 0 1099740583 13041664 2626 1992294400 4194304 5102648 548682068784 18446744073709551615 4249945 0 0 4096 3 0 0 0 17 1 0 0
/proc/25628/statm: 3184 2626 110 221 0 2960 0
Current children cumulated CPU time (s) 582.12
Current children cumulated vsize (KiB) 12736

[startup+642.302 s]
/proc/loadavg: 1.00 1.02 1.06 2/65 25629
/proc/meminfo: memFree=1047056/2055924 swapFree=4176792/4192956
[pid=25628] ppid=25626 vsize=12924 CPUtime=642.1
/proc/25628/stat : 25628 (varsat-industri) R 25626 25628 25471 0 -1 4194304 2698 0 0 0 64208 2 0 0 25 0 1 0 1099740583 13234176 2683 1992294400 4194304 5102648 548682068784 18446744073709551615 4249806 0 0 4096 3 0 0 0 17 1 0 0
/proc/25628/statm: 3231 2683 110 221 0 3007 0
Current children cumulated CPU time (s) 642.1
Current children cumulated vsize (KiB) 12924

[startup+702.302 s]
/proc/loadavg: 1.00 1.01 1.05 2/65 25629
/proc/meminfo: memFree=1046864/2055924 swapFree=4176792/4192956
[pid=25628] ppid=25626 vsize=13116 CPUtime=702.08
/proc/25628/stat : 25628 (varsat-industri) R 25626 25628 25471 0 -1 4194304 2741 0 0 0 70206 2 0 0 25 0 1 0 1099740583 13430784 2726 1992294400 4194304 5102648 548682068784 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/25628/statm: 3279 2726 110 221 0 3055 0
Current children cumulated CPU time (s) 702.08
Current children cumulated vsize (KiB) 13116

[startup+762.306 s]
/proc/loadavg: 1.00 1.01 1.05 2/65 25629
/proc/meminfo: memFree=1046672/2055924 swapFree=4176792/4192956
[pid=25628] ppid=25626 vsize=13304 CPUtime=762.07
/proc/25628/stat : 25628 (varsat-industri) R 25626 25628 25471 0 -1 4194304 2788 0 0 0 76205 2 0 0 25 0 1 0 1099740583 13623296 2773 1992294400 4194304 5102648 548682068784 18446744073709551615 4249840 0 0 4096 3 0 0 0 17 1 0 0
/proc/25628/statm: 3326 2773 110 221 0 3102 0
Current children cumulated CPU time (s) 762.07
Current children cumulated vsize (KiB) 13304

[startup+822.302 s]
/proc/loadavg: 1.00 1.00 1.04 2/65 25629
/proc/meminfo: memFree=1046608/2055924 swapFree=4176792/4192956
[pid=25628] ppid=25626 vsize=13304 CPUtime=822.04
/proc/25628/stat : 25628 (varsat-industri) R 25626 25628 25471 0 -1 4194304 2815 0 0 0 82202 2 0 0 25 0 1 0 1099740583 13623296 2800 1992294400 4194304 5102648 548682068784 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/25628/statm: 3326 2800 110 221 0 3102 0
Current children cumulated CPU time (s) 822.04
Current children cumulated vsize (KiB) 13304

[startup+882.302 s]
/proc/loadavg: 1.00 1.00 1.04 2/65 25629
/proc/meminfo: memFree=1046544/2055924 swapFree=4176792/4192956
[pid=25628] ppid=25626 vsize=13304 CPUtime=882.03
/proc/25628/stat : 25628 (varsat-industri) R 25626 25628 25471 0 -1 4194304 2828 0 0 0 88200 3 0 0 25 0 1 0 1099740583 13623296 2813 1992294400 4194304 5102648 548682068784 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/25628/statm: 3326 2813 110 221 0 3102 0
Current children cumulated CPU time (s) 882.03
Current children cumulated vsize (KiB) 13304

[startup+942.302 s]
/proc/loadavg: 1.00 1.00 1.03 2/65 25629
/proc/meminfo: memFree=1046416/2055924 swapFree=4176792/4192956
[pid=25628] ppid=25626 vsize=13496 CPUtime=942.02
/proc/25628/stat : 25628 (varsat-industri) R 25626 25628 25471 0 -1 4194304 2872 0 0 0 94199 3 0 0 25 0 1 0 1099740583 13819904 2857 1992294400 4194304 5102648 548682068784 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/25628/statm: 3374 2857 110 221 0 3150 0
Current children cumulated CPU time (s) 942.02
Current children cumulated vsize (KiB) 13496

[startup+1002.3 s]
/proc/loadavg: 1.00 1.00 1.02 2/65 25629
/proc/meminfo: memFree=1046160/2055924 swapFree=4176792/4192956
[pid=25628] ppid=25626 vsize=13684 CPUtime=1002
/proc/25628/stat : 25628 (varsat-industri) R 25626 25628 25471 0 -1 4194304 2932 0 0 0 100197 3 0 0 25 0 1 0 1099740583 14012416 2917 1992294400 4194304 5102648 548682068784 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/25628/statm: 3421 2917 110 221 0 3197 0
Current children cumulated CPU time (s) 1002
Current children cumulated vsize (KiB) 13684

[startup+1062.3 s]
/proc/loadavg: 1.00 1.00 1.02 2/65 25629
/proc/meminfo: memFree=1046096/2055924 swapFree=4176792/4192956
[pid=25628] ppid=25626 vsize=13684 CPUtime=1061.98
/proc/25628/stat : 25628 (varsat-industri) R 25626 25628 25471 0 -1 4194304 2940 0 0 0 106195 3 0 0 25 0 1 0 1099740583 14012416 2925 1992294400 4194304 5102648 548682068784 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/25628/statm: 3421 2925 110 221 0 3197 0
Current children cumulated CPU time (s) 1061.98
Current children cumulated vsize (KiB) 13684

[startup+1122.3 s]
/proc/loadavg: 1.00 1.00 1.01 2/65 25629
/proc/meminfo: memFree=1045968/2055924 swapFree=4176792/4192956
[pid=25628] ppid=25626 vsize=13872 CPUtime=1121.96
/proc/25628/stat : 25628 (varsat-industri) R 25626 25628 25471 0 -1 4194304 2970 0 0 0 112193 3 0 0 25 0 1 0 1099740583 14204928 2955 1992294400 4194304 5102648 548682068784 18446744073709551615 4250291 0 0 4096 3 0 0 0 17 1 0 0
/proc/25628/statm: 3468 2955 110 221 0 3244 0
Current children cumulated CPU time (s) 1121.96
Current children cumulated vsize (KiB) 13872

[startup+1182.3 s]
/proc/loadavg: 1.00 1.00 1.01 2/65 25629
/proc/meminfo: memFree=1045904/2055924 swapFree=4176792/4192956
[pid=25628] ppid=25626 vsize=13872 CPUtime=1181.94
/proc/25628/stat : 25628 (varsat-industri) R 25626 25628 25471 0 -1 4194304 2976 0 0 0 118191 3 0 0 25 0 1 0 1099740583 14204928 2961 1992294400 4194304 5102648 548682068784 18446744073709551615 4249945 0 0 4096 3 0 0 0 17 1 0 0
/proc/25628/statm: 3468 2961 110 221 0 3244 0
Current children cumulated CPU time (s) 1181.94
Current children cumulated vsize (KiB) 13872



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.4 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 25629
/proc/meminfo: memFree=1045648/2055924 swapFree=4176792/4192956
[pid=25628] ppid=25626 vsize=14160 CPUtime=1200.04
/proc/25628/stat : 25628 (varsat-industri) R 25626 25628 25471 0 -1 4194304 3033 0 0 0 120001 3 0 0 25 0 1 0 1099740583 14499840 3018 1992294400 4194304 5102648 548682068784 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/25628/statm: 3540 3018 110 221 0 3316 0
Current children cumulated CPU time (s) 1200.04
Current children cumulated vsize (KiB) 14160

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.05
CPU user time (s): 1200.01
CPU system time (s): 0.040993
CPU usage (%): 99.9706
Max. virtual memory (cumulated for all children) (KiB): 14160

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

runsolver used 1.09083 second user time and 2.21166 second system time

The end

Launcher Data

Begin job on node6 at 2009-03-28 21:05:39
IDJOB=1516516
IDBENCH=70519
IDSOLVER=538
FILE ID=node6/1516516-1238270739
PBS_JOBID= 9060909
Free space on /tmp= 66324 MiB

SOLVER NAME= VARSAT-industrial 2009-03-22
BENCH NAME= SAT09/RANDOM/MEDIUM/7SAT/SATISFIABLE/65/unif-k7-r89-v65-c5785-S1895787950-064.cnf
COMMAND LINE= HOME/varsat-industrial_static -seed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1516516-1238270739/watcher-1516516-1238270739 -o /tmp/evaluation-result-1516516-1238270739/solver-1516516-1238270739 -C 1200 -W 1800 -M 1800 --output-limit 1,15  HOME/varsat-industrial_static -seed=1311069863 HOME/instance-1516516-1238270739.cnf

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

MD5SUM BENCH= 54a96505caa013e850b03b843814f5cb
RANDOM SEED=1311069863

node6.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	: 5586.94
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055924 kB
MemFree:       1058160 kB
Buffers:         95796 kB
Cached:         806424 kB
SwapCached:       9932 kB
Active:          64612 kB
Inactive:       851092 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055924 kB
LowFree:       1058160 kB
SwapTotal:     4192956 kB
SwapFree:      4176792 kB
Dirty:            1156 kB
Writeback:           0 kB
Mapped:          19160 kB
Slab:            68096 kB
Committed_AS:  2796728 kB
PageTables:       1464 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= 66320 MiB
End job on node6 at 2009-03-28 21:25:41