Trace number 1513672

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.41

General information on the benchmark

NameRANDOM/LARGE/7SAT/UNKNOWN/140/
unif-k7-r85-v140-c11900-S2059720696-001.cnf
MD5SUMc4a0eb3415818159d561f36b2a8ffa74
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark27.9298
Satisfiable
(Un)Satisfiability was proved
Number of variables140
Number of clauses11900
Sum of the clauses size83300
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 511900

Solver Data

0.00/0.00	c ============================[ Problem Statistics ]=============================
0.00/0.00	c |                                                                             |
0.00/0.00	c |  Number of variables:  140                                                  |
0.00/0.00	c |  Number of clauses:    11900                                                |
0.02/0.02	c |  Parsing time:         0.03         s                                       |
0.02/0.02	c |  Timeout:              43200 s
0.02/0.02	c |  Random Seed:          266072705.000000
0.02/0.02	c |  Heuristic:            EMBP-G, threshold 0.950                              |
0.02/0.02	c |  Branching Rule:       default (solution-guided)                            |
0.02/0.02	c |  Learned clauses in surveys?  Using NO learned clauses.                     |
0.02/0.02	c |                                                                             |
0.30/0.34	c ============================[ Search Statistics ]==============================
0.30/0.34	c | Conflicts |          ORIGINAL         |          LEARNT          | Progress |
0.30/0.34	c |           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
0.30/0.34	c ===============================================================================
0.30/0.34	c |         0 |     140    11900    83300 |     3966        0    nan |  0.000 % |
0.30/0.39	c |       100 |     140    11900    83300 |     4363      100     45 |  0.005 % |
0.40/0.44	c |       251 |     140    11900    83300 |     4799      251     43 |  0.005 % |
0.50/0.50	c |       478 |     140    11900    83300 |     5279      478     44 |  0.005 % |
0.50/0.56	c |       815 |     140    11900    83300 |     5807      815     43 |  0.005 % |
0.60/0.63	c |      1321 |     140    11900    83300 |     6388     1321     44 |  0.005 % |
0.70/0.73	c |      2080 |     140    11900    83300 |     7027     2080     44 |  0.005 % |
0.80/0.86	c |      3220 |     140    11900    83300 |     7729     3220     44 |  0.005 % |
1.00/1.05	c |      4929 |     140    11900    83300 |     8502     4929     43 |  0.005 % |
1.29/1.37	c |      7492 |     140    11900    83300 |     9353     7492     44 |  0.005 % |
1.79/1.82	c |     11337 |     140    11900    83300 |    10288     6625     43 |  0.005 % |
2.39/2.50	c |     17104 |     140    11900    83300 |    11317     7214     44 |  0.005 % |
3.59/3.67	c |     25753 |     140    11900    83300 |    12449    10173     44 |  0.005 % |
5.59/5.61	c |     38727 |     140    11900    83300 |    13694    10628     45 |  0.005 % |
8.69/8.77	c |     58189 |     140    11900    83300 |    15063     9451     43 |  0.005 % |
13.89/13.94	c |     87381 |     140    11900    83300 |    16569     8402     42 |  0.005 % |
21.79/21.89	c |    131170 |     140    11900    83300 |    18226    10607     43 |  0.005 % |
34.78/34.89	c |    196854 |     140    11900    83300 |    20049    12286     43 |  0.005 % |
56.27/56.30	c |    295381 |     140    11900    83300 |    22054    10260     42 |  0.005 % |
89.96/90.05	c |    443172 |     140    11900    83300 |    24259    14306     42 |  0.005 % |
144.45/144.52	c |    664855 |     140    11900    83300 |    26685    14750     43 |  0.005 % |
234.02/234.18	c |    997380 |     140    11900    83300 |    29354    14447     42 |  0.005 % |
373.68/373.86	c |   1496170 |     140    11900    83300 |    32289    19574     43 |  0.005 % |
600.52/600.75	c |   2244352 |     140    11900    83300 |    35518    19571     42 |  0.005 % |
964.52/964.81	c |   3366626 |     140    11900    83300 |    39070    34806     44 |  0.005 % |

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-1513672-1238220966/watcher-1513672-1238220966 -o /tmp/evaluation-result-1513672-1238220966/solver-1513672-1238220966 -C 1200 -W 1800 -M 1800 --output-limit 1,15 HOME/varsat-industrial_static -seed=266072705 HOME/instance-1513672-1238220966.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.97 0.99 3/64 1808
/proc/meminfo: memFree=859768/2055920 swapFree=4181692/4192956
[pid=1808] ppid=1806 vsize=2544 CPUtime=0
/proc/1808/stat : 1808 (varsat-industri) R 1806 1808 1767 0 -1 4194304 295 0 0 0 0 0 0 0 18 0 1 0 266298024 2605056 280 1992294400 4194304 5102648 548682068784 18446744073709551615 4491703 0 0 4096 3 0 0 0 17 1 0 0
/proc/1808/statm: 636 281 87 221 0 412 0

[startup+0.0232341 s]
/proc/loadavg: 0.91 0.97 0.99 3/64 1808
/proc/meminfo: memFree=859768/2055920 swapFree=4181692/4192956
[pid=1808] ppid=1806 vsize=4920 CPUtime=0.02
/proc/1808/stat : 1808 (varsat-industri) R 1806 1808 1767 0 -1 4194304 895 0 0 0 2 0 0 0 18 0 1 0 266298024 5038080 880 1992294400 4194304 5102648 548682068784 18446744073709551615 4491703 0 0 4096 3 0 0 0 17 1 0 0
/proc/1808/statm: 1230 882 87 221 0 1006 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 4920

[startup+0.101242 s]
/proc/loadavg: 0.91 0.97 0.99 3/64 1808
/proc/meminfo: memFree=859768/2055920 swapFree=4181692/4192956
[pid=1808] ppid=1806 vsize=4916 CPUtime=0.1
/proc/1808/stat : 1808 (varsat-industri) R 1806 1808 1767 0 -1 4194304 928 0 0 0 10 0 0 0 18 0 1 0 266298024 5033984 913 1992294400 4194304 5102648 548682068784 18446744073709551615 4272870 0 0 4096 3 0 0 0 17 1 0 0
/proc/1808/statm: 1229 913 98 221 0 1005 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 4916

[startup+0.301263 s]
/proc/loadavg: 0.91 0.97 0.99 3/64 1808
/proc/meminfo: memFree=859768/2055920 swapFree=4181692/4192956
[pid=1808] ppid=1806 vsize=5132 CPUtime=0.3
/proc/1808/stat : 1808 (varsat-industri) R 1806 1808 1767 0 -1 4194304 975 0 0 0 30 0 0 0 19 0 1 0 266298024 5255168 960 1992294400 4194304 5102648 548682068784 18446744073709551615 4272870 0 0 4096 3 0 0 0 17 1 0 0
/proc/1808/statm: 1283 960 98 221 0 1059 0
Current children cumulated CPU time (s) 0.3
Current children cumulated vsize (KiB) 5132

[startup+0.701309 s]
/proc/loadavg: 0.91 0.97 0.99 3/64 1808
/proc/meminfo: memFree=859768/2055920 swapFree=4181692/4192956
[pid=1808] ppid=1806 vsize=4916 CPUtime=0.7
/proc/1808/stat : 1808 (varsat-industri) R 1806 1808 1767 0 -1 4194304 988 0 0 0 70 0 0 0 22 0 1 0 266298024 5033984 926 1992294400 4194304 5102648 548682068784 18446744073709551615 4255085 0 0 4096 3 0 0 0 17 1 0 0
/proc/1808/statm: 1229 926 110 221 0 1005 0
Current children cumulated CPU time (s) 0.7
Current children cumulated vsize (KiB) 4916

[startup+1.5014 s]
/proc/loadavg: 0.91 0.97 0.99 2/65 1809
/proc/meminfo: memFree=856240/2055920 swapFree=4181692/4192956
[pid=1808] ppid=1806 vsize=6036 CPUtime=1.49
/proc/1808/stat : 1808 (varsat-industri) R 1806 1808 1767 0 -1 4194304 1232 0 0 0 149 0 0 0 25 0 1 0 266298024 6180864 1170 1992294400 4194304 5102648 548682068784 18446744073709551615 4254856 0 0 4096 3 0 0 0 17 1 0 0
/proc/1808/statm: 1509 1170 110 221 0 1285 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 6036

[startup+3.10157 s]
/proc/loadavg: 0.92 0.97 0.99 2/65 1809
/proc/meminfo: memFree=855088/2055920 swapFree=4181692/4192956
[pid=1808] ppid=1806 vsize=6828 CPUtime=3.09
/proc/1808/stat : 1808 (varsat-industri) R 1806 1808 1767 0 -1 4194304 1462 0 0 0 309 0 0 0 25 0 1 0 266298024 6991872 1400 1992294400 4194304 5102648 548682068784 18446744073709551615 4250272 0 0 4096 3 0 0 0 17 1 0 0
/proc/1808/statm: 1707 1400 110 221 0 1483 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 6828

[startup+6.30193 s]
/proc/loadavg: 0.92 0.97 0.99 2/65 1809
/proc/meminfo: memFree=853752/2055920 swapFree=4181692/4192956
[pid=1808] ppid=1806 vsize=7984 CPUtime=6.29
/proc/1808/stat : 1808 (varsat-industri) R 1806 1808 1767 0 -1 4194304 1722 0 0 0 629 0 0 0 25 0 1 0 266298024 8175616 1660 1992294400 4194304 5102648 548682068784 18446744073709551615 4249362 0 0 4096 3 0 0 0 17 1 0 0
/proc/1808/statm: 1996 1660 110 221 0 1772 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 7984

[startup+12.7016 s]
/proc/loadavg: 0.93 0.97 0.99 2/65 1809
/proc/meminfo: memFree=852536/2055920 swapFree=4181692/4192956
[pid=1808] ppid=1806 vsize=8860 CPUtime=12.68
/proc/1808/stat : 1808 (varsat-industri) R 1806 1808 1767 0 -1 4194304 1934 0 0 0 1268 0 0 0 25 0 1 0 266298024 9072640 1872 1992294400 4194304 5102648 548682068784 18446744073709551615 4249879 0 0 4096 3 0 0 0 17 1 0 0
/proc/1808/statm: 2215 1872 110 221 0 1991 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 8860

[startup+25.501 s]
/proc/loadavg: 0.94 0.97 0.99 2/65 1809
/proc/meminfo: memFree=850872/2055920 swapFree=4181692/4192956
[pid=1808] ppid=1806 vsize=10476 CPUtime=25.49
/proc/1808/stat : 1808 (varsat-industri) R 1806 1808 1767 0 -1 4194304 2307 0 0 0 2548 1 0 0 25 0 1 0 266298024 10727424 2245 1992294400 4194304 5102648 548682068784 18446744073709551615 4250281 0 0 4096 3 0 0 0 17 1 0 0
/proc/1808/statm: 2619 2245 110 221 0 2395 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 10476

[startup+51.1019 s]
/proc/loadavg: 0.96 0.97 0.99 2/65 1809
/proc/meminfo: memFree=849464/2055920 swapFree=4181692/4192956
[pid=1808] ppid=1806 vsize=11956 CPUtime=51.07
/proc/1808/stat : 1808 (varsat-industri) R 1806 1808 1767 0 -1 4194304 2662 0 0 0 5106 1 0 0 25 0 1 0 266298024 12242944 2600 1992294400 4194304 5102648 548682068784 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/1808/statm: 2989 2600 110 221 0 2765 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 11956

[startup+102.306 s]
/proc/loadavg: 0.98 0.97 0.99 2/65 1809
/proc/meminfo: memFree=847416/2055920 swapFree=4181692/4192956
[pid=1808] ppid=1806 vsize=14136 CPUtime=102.27
/proc/1808/stat : 1808 (varsat-industri) R 1806 1808 1767 0 -1 4194304 3177 0 0 0 10225 2 0 0 25 0 1 0 266298024 14475264 3115 1992294400 4194304 5102648 548682068784 18446744073709551615 4249849 0 0 4096 3 0 0 0 17 1 0 0
/proc/1808/statm: 3534 3115 110 221 0 3310 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 14136

[startup+162.301 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 1809
/proc/meminfo: memFree=845880/2055920 swapFree=4181692/4192956
[pid=1808] ppid=1806 vsize=15720 CPUtime=162.24
/proc/1808/stat : 1808 (varsat-industri) R 1806 1808 1767 0 -1 4194304 3538 0 0 0 16222 2 0 0 25 0 1 0 266298024 16097280 3476 1992294400 4194304 5102648 548682068784 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/1808/statm: 3930 3476 110 221 0 3706 0
Current children cumulated CPU time (s) 162.24
Current children cumulated vsize (KiB) 15720

[startup+222.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 1809
/proc/meminfo: memFree=845048/2055920 swapFree=4181692/4192956
[pid=1808] ppid=1806 vsize=16572 CPUtime=222.22
/proc/1808/stat : 1808 (varsat-industri) R 1806 1808 1767 0 -1 4194304 3749 0 0 0 22220 2 0 0 25 0 1 0 266298024 16969728 3687 1992294400 4194304 5102648 548682068784 18446744073709551615 4249923 0 0 4096 3 0 0 0 17 1 0 0
/proc/1808/statm: 4143 3687 110 221 0 3919 0
Current children cumulated CPU time (s) 222.22
Current children cumulated vsize (KiB) 16572

[startup+282.301 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 1809
/proc/meminfo: memFree=843896/2055920 swapFree=4181692/4192956
[pid=1808] ppid=1806 vsize=17824 CPUtime=282.21
/proc/1808/stat : 1808 (varsat-industri) R 1806 1808 1767 0 -1 4194304 4025 0 0 0 28218 3 0 0 25 0 1 0 266298024 18251776 3963 1992294400 4194304 5102648 548682068784 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/1808/statm: 4456 3963 110 221 0 4232 0
Current children cumulated CPU time (s) 282.21
Current children cumulated vsize (KiB) 17824

[startup+342.301 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 1809
/proc/meminfo: memFree=843064/2055920 swapFree=4181692/4192956
[pid=1808] ppid=1806 vsize=18552 CPUtime=342.19
/proc/1808/stat : 1808 (varsat-industri) R 1806 1808 1767 0 -1 4194304 4212 0 0 0 34216 3 0 0 25 0 1 0 266298024 18997248 4150 1992294400 4194304 5102648 548682068784 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/1808/statm: 4638 4150 110 221 0 4414 0
Current children cumulated CPU time (s) 342.19
Current children cumulated vsize (KiB) 18552

[startup+402.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 1809
/proc/meminfo: memFree=841784/2055920 swapFree=4181692/4192956
[pid=1808] ppid=1806 vsize=19912 CPUtime=402.17
/proc/1808/stat : 1808 (varsat-industri) R 1806 1808 1767 0 -1 4194304 4523 0 0 0 40214 3 0 0 25 0 1 0 266298024 20389888 4461 1992294400 4194304 5102648 548682068784 18446744073709551615 4249961 0 0 4096 3 0 0 0 17 1 0 0
/proc/1808/statm: 4978 4461 110 221 0 4754 0
Current children cumulated CPU time (s) 402.17
Current children cumulated vsize (KiB) 19912

[startup+462.301 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 1809
/proc/meminfo: memFree=841272/2055920 swapFree=4181692/4192956
[pid=1808] ppid=1806 vsize=20528 CPUtime=462.16
/proc/1808/stat : 1808 (varsat-industri) R 1806 1808 1767 0 -1 4194304 4649 0 0 0 46212 4 0 0 25 0 1 0 266298024 21020672 4587 1992294400 4194304 5102648 548682068784 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/1808/statm: 5132 4587 110 221 0 4908 0
Current children cumulated CPU time (s) 462.16
Current children cumulated vsize (KiB) 20528

[startup+522.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 1809
/proc/meminfo: memFree=840824/2055920 swapFree=4181692/4192956
[pid=1808] ppid=1806 vsize=21068 CPUtime=522.14
/proc/1808/stat : 1808 (varsat-industri) R 1806 1808 1767 0 -1 4194304 4748 0 0 0 52210 4 0 0 25 0 1 0 266298024 21573632 4686 1992294400 4194304 5102648 548682068784 18446744073709551615 4249840 0 0 4096 3 0 0 0 17 1 0 0
/proc/1808/statm: 5267 4686 110 221 0 5043 0
Current children cumulated CPU time (s) 522.14
Current children cumulated vsize (KiB) 21068

[startup+582.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 1809
/proc/meminfo: memFree=840504/2055920 swapFree=4181692/4192956
[pid=1808] ppid=1806 vsize=21416 CPUtime=582.12
/proc/1808/stat : 1808 (varsat-industri) R 1806 1808 1767 0 -1 4194304 4839 0 0 0 58208 4 0 0 25 0 1 0 266298024 21929984 4777 1992294400 4194304 5102648 548682068784 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/1808/statm: 5354 4777 110 221 0 5130 0
Current children cumulated CPU time (s) 582.12
Current children cumulated vsize (KiB) 21416

[startup+642.301 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 1809
/proc/meminfo: memFree=839160/2055920 swapFree=4181692/4192956
[pid=1808] ppid=1806 vsize=22868 CPUtime=642.11
/proc/1808/stat : 1808 (varsat-industri) R 1806 1808 1767 0 -1 4194304 5148 0 0 0 64206 5 0 0 25 0 1 0 266298024 23416832 5086 1992294400 4194304 5102648 548682068784 18446744073709551615 4249989 0 0 4096 3 0 0 0 17 1 0 0
/proc/1808/statm: 5717 5086 110 221 0 5493 0
Current children cumulated CPU time (s) 642.11
Current children cumulated vsize (KiB) 22868

[startup+702.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 1809
/proc/meminfo: memFree=838520/2055920 swapFree=4181692/4192956
[pid=1808] ppid=1806 vsize=23392 CPUtime=702.09
/proc/1808/stat : 1808 (varsat-industri) R 1806 1808 1767 0 -1 4194304 5314 0 0 0 70204 5 0 0 25 0 1 0 266298024 23953408 5252 1992294400 4194304 5102648 548682068784 18446744073709551615 4249945 0 0 4096 3 0 0 0 17 1 0 0
/proc/1808/statm: 5848 5252 110 221 0 5624 0
Current children cumulated CPU time (s) 702.09
Current children cumulated vsize (KiB) 23392

[startup+762.305 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 1809
/proc/meminfo: memFree=838200/2055920 swapFree=4181692/4192956
[pid=1808] ppid=1806 vsize=23724 CPUtime=762.08
/proc/1808/stat : 1808 (varsat-industri) R 1806 1808 1767 0 -1 4194304 5383 0 0 0 76203 5 0 0 25 0 1 0 266298024 24293376 5321 1992294400 4194304 5102648 548682068784 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/1808/statm: 5931 5321 110 221 0 5707 0
Current children cumulated CPU time (s) 762.08
Current children cumulated vsize (KiB) 23724

[startup+822.301 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 1809
/proc/meminfo: memFree=837688/2055920 swapFree=4181692/4192956
[pid=1808] ppid=1806 vsize=24244 CPUtime=822.05
/proc/1808/stat : 1808 (varsat-industri) R 1806 1808 1767 0 -1 4194304 5514 0 0 0 82200 5 0 0 25 0 1 0 266298024 24825856 5452 1992294400 4194304 5102648 548682068784 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/1808/statm: 6061 5452 110 221 0 5837 0
Current children cumulated CPU time (s) 822.05
Current children cumulated vsize (KiB) 24244

[startup+882.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 1809
/proc/meminfo: memFree=837432/2055920 swapFree=4181692/4192956
[pid=1808] ppid=1806 vsize=24576 CPUtime=882.03
/proc/1808/stat : 1808 (varsat-industri) R 1806 1808 1767 0 -1 4194304 5576 0 0 0 88198 5 0 0 25 0 1 0 266298024 25165824 5514 1992294400 4194304 5102648 548682068784 18446744073709551615 4249753 0 0 4096 3 0 0 0 17 1 0 0
/proc/1808/statm: 6144 5514 110 221 0 5920 0
Current children cumulated CPU time (s) 882.03
Current children cumulated vsize (KiB) 24576

[startup+942.301 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 1809
/proc/meminfo: memFree=837176/2055920 swapFree=4181692/4192956
[pid=1808] ppid=1806 vsize=24812 CPUtime=942.02
/proc/1808/stat : 1808 (varsat-industri) R 1806 1808 1767 0 -1 4194304 5633 0 0 0 94196 6 0 0 25 0 1 0 266298024 25407488 5571 1992294400 4194304 5102648 548682068784 18446744073709551615 4250276 0 0 4096 3 0 0 0 17 1 0 0
/proc/1808/statm: 6203 5571 110 221 0 5979 0
Current children cumulated CPU time (s) 942.02
Current children cumulated vsize (KiB) 24812

[startup+1002.3 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 1809
/proc/meminfo: memFree=836472/2055920 swapFree=4181692/4192956
[pid=1808] ppid=1806 vsize=25572 CPUtime=1002
/proc/1808/stat : 1808 (varsat-industri) R 1806 1808 1767 0 -1 4194304 5820 0 0 0 100194 6 0 0 25 0 1 0 266298024 26185728 5758 1992294400 4194304 5102648 548682068784 18446744073709551615 4249879 0 0 4096 3 0 0 0 17 1 0 0
/proc/1808/statm: 6393 5758 110 221 0 6169 0
Current children cumulated CPU time (s) 1002
Current children cumulated vsize (KiB) 25572

[startup+1062.3 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 1809
/proc/meminfo: memFree=836152/2055920 swapFree=4181692/4192956
[pid=1808] ppid=1806 vsize=25952 CPUtime=1061.98
/proc/1808/stat : 1808 (varsat-industri) R 1806 1808 1767 0 -1 4194304 5884 0 0 0 106192 6 0 0 25 0 1 0 266298024 26574848 5822 1992294400 4194304 5102648 548682068784 18446744073709551615 4249741 0 0 4096 3 0 0 0 17 1 0 0
/proc/1808/statm: 6488 5822 110 221 0 6264 0
Current children cumulated CPU time (s) 1061.98
Current children cumulated vsize (KiB) 25952

[startup+1122.3 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 1809
/proc/meminfo: memFree=835768/2055920 swapFree=4181692/4192956
[pid=1808] ppid=1806 vsize=26460 CPUtime=1121.96
/proc/1808/stat : 1808 (varsat-industri) R 1806 1808 1767 0 -1 4194304 5991 0 0 0 112190 6 0 0 25 0 1 0 266298024 27095040 5929 1992294400 4194304 5102648 548682068784 18446744073709551615 4250272 0 0 4096 3 0 0 0 17 1 0 0
/proc/1808/statm: 6615 5929 110 221 0 6391 0
Current children cumulated CPU time (s) 1121.96
Current children cumulated vsize (KiB) 26460

[startup+1182.3 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 1809
/proc/meminfo: memFree=835064/2055920 swapFree=4181692/4192956
[pid=1808] ppid=1806 vsize=27172 CPUtime=1181.95
/proc/1808/stat : 1808 (varsat-industri) R 1806 1808 1767 0 -1 4194304 6143 0 0 0 118189 6 0 0 25 0 1 0 266298024 27824128 6081 1992294400 4194304 5102648 548682068784 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/1808/statm: 6793 6081 110 221 0 6569 0
Current children cumulated CPU time (s) 1181.95
Current children cumulated vsize (KiB) 27172



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.4 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 1809
/proc/meminfo: memFree=835000/2055920 swapFree=4181692/4192956
[pid=1808] ppid=1806 vsize=27312 CPUtime=1200.04
/proc/1808/stat : 1808 (varsat-industri) R 1806 1808 1767 0 -1 4194304 6172 0 0 0 119998 6 0 0 25 0 1 0 266298024 27967488 6110 1992294400 4194304 5102648 548682068784 18446744073709551615 4249797 0 0 4096 3 0 0 0 17 1 0 0
/proc/1808/statm: 6828 6110 110 221 0 6604 0
Current children cumulated CPU time (s) 1200.04
Current children cumulated vsize (KiB) 27312

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.06
CPU user time (s): 1199.99
CPU system time (s): 0.073988
CPU usage (%): 99.9711
Max. virtual memory (cumulated for all children) (KiB): 27312

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

runsolver used 0.802877 second user time and 2.55561 second system time

The end

Launcher Data

Begin job on node42 at 2009-03-28 07:16:06
IDJOB=1513672
IDBENCH=70282
IDSOLVER=538
FILE ID=node42/1513672-1238220966
PBS_JOBID= 9060592
Free space on /tmp= 66240 MiB

SOLVER NAME= VARSAT-industrial 2009-03-22
BENCH NAME= SAT09/RANDOM/LARGE/7SAT/UNKNOWN/140/unif-k7-r85-v140-c11900-S2059720696-001.cnf
COMMAND LINE= HOME/varsat-industrial_static -seed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1513672-1238220966/watcher-1513672-1238220966 -o /tmp/evaluation-result-1513672-1238220966/solver-1513672-1238220966 -C 1200 -W 1800 -M 1800 --output-limit 1,15  HOME/varsat-industrial_static -seed=266072705 HOME/instance-1513672-1238220966.cnf

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

MD5SUM BENCH= c4a0eb3415818159d561f36b2a8ffa74
RANDOM SEED=266072705

node42.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.211
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.211
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:        860184 kB
Buffers:         90392 kB
Cached:        1007112 kB
SwapCached:       5184 kB
Active:         127288 kB
Inactive:       978644 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        860184 kB
SwapTotal:     4192956 kB
SwapFree:      4181692 kB
Dirty:            1576 kB
Writeback:           0 kB
Mapped:          14140 kB
Slab:            75772 kB
Committed_AS:   819348 kB
PageTables:       1388 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= 66240 MiB
End job on node42 at 2009-03-28 07:36:09