Trace number 1516252

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

General information on the benchmark

NameRANDOM/MEDIUM/7SAT/SATISFIABLE/60/
unif-k7-r89-v60-c5340-S1828800850-025.cnf
MD5SUM1799a7c7de2a9b5babcc69602c6767d5
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.076987
Satisfiable
(Un)Satisfiability was proved
Number of variables60
Number of clauses5340
Sum of the clauses size37380
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 55340

Solver Data

0.00/0.00	c ============================[ Problem Statistics ]=============================
0.00/0.00	c |                                                                             |
0.00/0.00	c |  Number of variables:  60                                                   |
0.00/0.00	c |  Number of clauses:    5340                                                 |
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:          1729410141.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.13	c ============================[ Search Statistics ]==============================
0.09/0.13	c | Conflicts |          ORIGINAL         |          LEARNT          | Progress |
0.09/0.13	c |           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
0.09/0.13	c ===============================================================================
0.09/0.13	c |         0 |      60     5340    37380 |     1780        0    nan |  0.000 % |
0.09/0.15	c |       100 |      60     5340    37380 |     1958      100     22 |  0.028 % |
0.09/0.18	c |       250 |      60     5340    37380 |     2153      250     22 |  0.028 % |
0.19/0.20	c |       475 |      60     5340    37380 |     2369      475     22 |  0.028 % |
0.19/0.23	c |       813 |      60     5340    37380 |     2606      813     22 |  0.028 % |
0.19/0.27	c |      1319 |      60     5340    37380 |     2866     1319     22 |  0.028 % |
0.29/0.33	c |      2078 |      60     5340    37380 |     3153     2078     22 |  0.028 % |
0.39/0.40	c |      3217 |      60     5340    37380 |     3468     1628     21 |  0.028 % |
0.49/0.51	c |      4925 |      60     5340    37380 |     3815     3336     21 |  0.028 % |
0.59/0.66	c |      7488 |      60     5340    37380 |     4197     2055     21 |  0.028 % |
0.79/0.88	c |     11335 |      60     5340    37380 |     4616     3791     21 |  0.028 % |
1.19/1.24	c |     17101 |      60     5340    37380 |     5078     2594     21 |  0.028 % |
1.69/1.76	c |     25750 |      60     5340    37380 |     5586     3587     21 |  0.028 % |
2.49/2.57	c |     38724 |      60     5340    37380 |     6145     5337     21 |  0.028 % |
3.79/3.83	c |     58185 |      60     5340    37380 |     6759     3190     20 |  0.028 % |
5.69/5.77	c |     87378 |      60     5340    37380 |     7435     5249     21 |  0.028 % |
8.79/8.81	c |    131167 |      60     5340    37380 |     8179     4279     21 |  0.028 % |
13.59/13.68	c |    196852 |      60     5340    37380 |     8996     4331     19 |  0.028 % |
21.28/21.36	c |    295378 |      60     5340    37380 |     9896     8126     19 |  0.028 % |
33.28/33.38	c |    443167 |      60     5340    37380 |    10886     7104     19 |  0.028 % |
52.37/52.48	c |    664851 |      60     5340    37380 |    11974    10582     20 |  0.028 % |
82.95/83.02	c |    997377 |      60     5340    37380 |    13172     7182     20 |  0.028 % |
132.03/132.14	c |   1496166 |      60     5340    37380 |    14489    11136     21 |  0.028 % |
211.71/211.80	c |   2244348 |      60     5340    37380 |    15938    11955     19 |  0.028 % |
340.46/340.65	c |   3366622 |      60     5340    37380 |    17532     8982     19 |  0.028 % |
550.08/550.33	c |   5050036 |      60     5340    37380 |    19285    15967     19 |  0.028 % |
894.87/895.21	c |   7575152 |      60     5340    37380 |    21214    11946     19 |  0.028 % |

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-1516252-1238266807/watcher-1516252-1238266807 -o /tmp/evaluation-result-1516252-1238266807/solver-1516252-1238266807 -C 1200 -W 1800 -M 1800 --output-limit 1,15 HOME/varsat-industrial_static -seed=1729410141 HOME/instance-1516252-1238266807.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.00 1.00 1.00 3/64 5013
/proc/meminfo: memFree=1918992/2055920 swapFree=4178768/4192956
[pid=5013] ppid=5011 vsize=2544 CPUtime=0
/proc/5013/stat : 5013 (varsat-industri) R 5011 5013 4597 0 -1 4194304 272 0 0 0 0 0 0 0 18 0 1 0 1099346976 2605056 257 1992294400 4194304 5102648 548682068784 18446744073709551615 4491703 0 0 4096 3 0 0 0 17 1 0 0
/proc/5013/statm: 636 261 87 221 0 412 0

[startup+0.0931199 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 5013
/proc/meminfo: memFree=1918992/2055920 swapFree=4178768/4192956
[pid=5013] ppid=5011 vsize=3492 CPUtime=0.09
/proc/5013/stat : 5013 (varsat-industri) R 5011 5013 4597 0 -1 4194304 519 0 0 0 9 0 0 0 18 0 1 0 1099346976 3575808 504 1992294400 4194304 5102648 548682068784 18446744073709551615 4273027 0 0 4096 3 0 0 0 17 1 0 0
/proc/5013/statm: 873 504 98 221 0 649 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 3492

[startup+0.101121 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 5013
/proc/meminfo: memFree=1918992/2055920 swapFree=4178768/4192956
[pid=5013] ppid=5011 vsize=3492 CPUtime=0.09
/proc/5013/stat : 5013 (varsat-industri) R 5011 5013 4597 0 -1 4194304 519 0 0 0 9 0 0 0 18 0 1 0 1099346976 3575808 504 1992294400 4194304 5102648 548682068784 18446744073709551615 4272868 0 0 4096 3 0 0 0 17 1 0 0
/proc/5013/statm: 873 504 98 221 0 649 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 3492

[startup+0.301156 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 5013
/proc/meminfo: memFree=1918992/2055920 swapFree=4178768/4192956
[pid=5013] ppid=5011 vsize=3492 CPUtime=0.29
/proc/5013/stat : 5013 (varsat-industri) R 5011 5013 4597 0 -1 4194304 532 0 0 0 29 0 0 0 19 0 1 0 1099346976 3575808 517 1992294400 4194304 5102648 548682068784 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/5013/statm: 873 517 110 221 0 649 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 3492

[startup+0.701228 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 5013
/proc/meminfo: memFree=1918992/2055920 swapFree=4178768/4192956
[pid=5013] ppid=5011 vsize=3624 CPUtime=0.69
/proc/5013/stat : 5013 (varsat-industri) R 5011 5013 4597 0 -1 4194304 562 0 0 0 69 0 0 0 22 0 1 0 1099346976 3710976 547 1992294400 4194304 5102648 548682068784 18446744073709551615 4249948 0 0 4096 3 0 0 0 17 1 0 0
/proc/5013/statm: 906 547 110 221 0 682 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 3624

[startup+1.50137 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 5014
/proc/meminfo: memFree=1917064/2055920 swapFree=4178768/4192956
[pid=5013] ppid=5011 vsize=4028 CPUtime=1.49
/proc/5013/stat : 5013 (varsat-industri) R 5011 5013 4597 0 -1 4194304 663 0 0 0 149 0 0 0 25 0 1 0 1099346976 4124672 648 1992294400 4194304 5102648 548682068784 18446744073709551615 4249843 0 0 4096 3 0 0 0 17 1 0 0
/proc/5013/statm: 1007 648 110 221 0 783 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 4028

[startup+3.10166 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 5014
/proc/meminfo: memFree=1916552/2055920 swapFree=4178768/4192956
[pid=5013] ppid=5011 vsize=4432 CPUtime=3.09
/proc/5013/stat : 5013 (varsat-industri) R 5011 5013 4597 0 -1 4194304 753 0 0 0 309 0 0 0 25 0 1 0 1099346976 4538368 738 1992294400 4194304 5102648 548682068784 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/5013/statm: 1108 738 110 221 0 884 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 4432

[startup+6.30123 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 5014
/proc/meminfo: memFree=1915976/2055920 swapFree=4178768/4192956
[pid=5013] ppid=5011 vsize=4960 CPUtime=6.29
/proc/5013/stat : 5013 (varsat-industri) R 5011 5013 4597 0 -1 4194304 876 0 0 0 629 0 0 0 25 0 1 0 1099346976 5079040 861 1992294400 4194304 5102648 548682068784 18446744073709551615 4249923 0 0 4096 3 0 0 0 17 1 0 0
/proc/5013/statm: 1240 861 110 221 0 1016 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 4960

[startup+12.7014 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 5014
/proc/meminfo: memFree=1915272/2055920 swapFree=4178768/4192956
[pid=5013] ppid=5011 vsize=5536 CPUtime=12.69
/proc/5013/stat : 5013 (varsat-industri) R 5011 5013 4597 0 -1 4194304 993 0 0 0 1269 0 0 0 25 0 1 0 1099346976 5668864 978 1992294400 4194304 5102648 548682068784 18446744073709551615 4249945 0 0 4096 3 0 0 0 17 1 0 0
/proc/5013/statm: 1384 978 110 221 0 1160 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 5536

[startup+25.5017 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 5014
/proc/meminfo: memFree=1914504/2055920 swapFree=4178768/4192956
[pid=5013] ppid=5011 vsize=6296 CPUtime=25.48
/proc/5013/stat : 5013 (varsat-industri) R 5011 5013 4597 0 -1 4194304 1182 0 0 0 2548 0 0 0 25 0 1 0 1099346976 6447104 1167 1992294400 4194304 5102648 548682068784 18446744073709551615 4249884 0 0 4096 3 0 0 0 17 1 0 0
/proc/5013/statm: 1574 1167 110 221 0 1350 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 6296

[startup+51.1013 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 5014
/proc/meminfo: memFree=1913736/2055920 swapFree=4178768/4192956
[pid=5013] ppid=5011 vsize=7092 CPUtime=51.07
/proc/5013/stat : 5013 (varsat-industri) R 5011 5013 4597 0 -1 4194304 1392 0 0 0 5107 0 0 0 25 0 1 0 1099346976 7262208 1377 1992294400 4194304 5102648 548682068784 18446744073709551615 4225406 0 0 4096 3 0 0 0 17 1 0 0
/proc/5013/statm: 1773 1377 110 221 0 1549 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 7092

[startup+102.305 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 5020
/proc/meminfo: memFree=1912584/2055920 swapFree=4178768/4192956
[pid=5013] ppid=5011 vsize=8332 CPUtime=102.25
/proc/5013/stat : 5013 (varsat-industri) R 5011 5013 4597 0 -1 4194304 1650 0 0 0 10225 0 0 0 25 0 1 0 1099346976 8531968 1635 1992294400 4194304 5102648 548682068784 18446744073709551615 4249945 0 0 4096 3 0 0 0 17 1 0 0
/proc/5013/statm: 2083 1635 110 221 0 1859 0
Current children cumulated CPU time (s) 102.25
Current children cumulated vsize (KiB) 8332

[startup+162.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 5020
/proc/meminfo: memFree=1911880/2055920 swapFree=4178768/4192956
[pid=5013] ppid=5011 vsize=9068 CPUtime=162.23
/proc/5013/stat : 5013 (varsat-industri) R 5011 5013 4597 0 -1 4194304 1817 0 0 0 16222 1 0 0 25 0 1 0 1099346976 9285632 1802 1992294400 4194304 5102648 548682068784 18446744073709551615 4225745 0 0 4096 3 0 0 0 17 1 0 0
/proc/5013/statm: 2267 1802 110 221 0 2043 0
Current children cumulated CPU time (s) 162.23
Current children cumulated vsize (KiB) 9068

[startup+222.303 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 5020
/proc/meminfo: memFree=1911496/2055920 swapFree=4178768/4192956
[pid=5013] ppid=5011 vsize=9256 CPUtime=222.21
/proc/5013/stat : 5013 (varsat-industri) R 5011 5013 4597 0 -1 4194304 1909 0 0 0 22220 1 0 0 25 0 1 0 1099346976 9478144 1894 1992294400 4194304 5102648 548682068784 18446744073709551615 4249787 0 0 4096 3 0 0 0 17 1 0 0
/proc/5013/statm: 2314 1894 110 221 0 2090 0
Current children cumulated CPU time (s) 222.21
Current children cumulated vsize (KiB) 9256

[startup+282.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 5020
/proc/meminfo: memFree=1911112/2055920 swapFree=4178768/4192956
[pid=5013] ppid=5011 vsize=9796 CPUtime=282.18
/proc/5013/stat : 5013 (varsat-industri) R 5011 5013 4597 0 -1 4194304 2002 0 0 0 28217 1 0 0 25 0 1 0 1099346976 10031104 1987 1992294400 4194304 5102648 548682068784 18446744073709551615 4227658 0 0 4096 3 0 0 0 17 1 0 0
/proc/5013/statm: 2449 1987 110 221 0 2225 0
Current children cumulated CPU time (s) 282.18
Current children cumulated vsize (KiB) 9796

[startup+342.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 5020
/proc/meminfo: memFree=1910664/2055920 swapFree=4178768/4192956
[pid=5013] ppid=5011 vsize=10144 CPUtime=342.16
/proc/5013/stat : 5013 (varsat-industri) R 5011 5013 4597 0 -1 4194304 2104 0 0 0 34215 1 0 0 25 0 1 0 1099346976 10387456 2089 1992294400 4194304 5102648 548682068784 18446744073709551615 4249923 0 0 4096 3 0 0 0 17 1 0 0
/proc/5013/statm: 2536 2089 110 221 0 2312 0
Current children cumulated CPU time (s) 342.16
Current children cumulated vsize (KiB) 10144

[startup+402.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 5020
/proc/meminfo: memFree=1910024/2055920 swapFree=4178768/4192956
[pid=5013] ppid=5011 vsize=10900 CPUtime=402.14
/proc/5013/stat : 5013 (varsat-industri) R 5011 5013 4597 0 -1 4194304 2260 0 0 0 40212 2 0 0 25 0 1 0 1099346976 11161600 2245 1992294400 4194304 5102648 548682068784 18446744073709551615 4249945 0 0 4096 3 0 0 0 17 1 0 0
/proc/5013/statm: 2725 2245 110 221 0 2501 0
Current children cumulated CPU time (s) 402.14
Current children cumulated vsize (KiB) 10900

[startup+462.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 5020
/proc/meminfo: memFree=1909512/2055920 swapFree=4178768/4192956
[pid=5013] ppid=5011 vsize=11472 CPUtime=462.12
/proc/5013/stat : 5013 (varsat-industri) R 5011 5013 4597 0 -1 4194304 2382 0 0 0 46210 2 0 0 25 0 1 0 1099346976 11747328 2367 1992294400 4194304 5102648 548682068784 18446744073709551615 4249945 0 0 4096 3 0 0 0 17 1 0 0
/proc/5013/statm: 2868 2367 110 221 0 2644 0
Current children cumulated CPU time (s) 462.12
Current children cumulated vsize (KiB) 11472

[startup+522.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 5020
/proc/meminfo: memFree=1909384/2055920 swapFree=4178768/4192956
[pid=5013] ppid=5011 vsize=11660 CPUtime=522.09
/proc/5013/stat : 5013 (varsat-industri) R 5011 5013 4597 0 -1 4194304 2409 0 0 0 52207 2 0 0 25 0 1 0 1099346976 11939840 2394 1992294400 4194304 5102648 548682068784 18446744073709551615 4249017 0 0 4096 3 0 0 0 17 1 0 0
/proc/5013/statm: 2915 2394 110 221 0 2691 0
Current children cumulated CPU time (s) 522.09
Current children cumulated vsize (KiB) 11660

[startup+582.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 5020
/proc/meminfo: memFree=1909064/2055920 swapFree=4178768/4192956
[pid=5013] ppid=5011 vsize=11920 CPUtime=582.07
/proc/5013/stat : 5013 (varsat-industri) R 5011 5013 4597 0 -1 4194304 2481 0 0 0 58205 2 0 0 25 0 1 0 1099346976 12206080 2466 1992294400 4194304 5102648 548682068784 18446744073709551615 4250276 0 0 4096 3 0 0 0 17 1 0 0
/proc/5013/statm: 2980 2466 110 221 0 2756 0
Current children cumulated CPU time (s) 582.07
Current children cumulated vsize (KiB) 11920

[startup+642.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 5020
/proc/meminfo: memFree=1908936/2055920 swapFree=4178768/4192956
[pid=5013] ppid=5011 vsize=12112 CPUtime=642.06
/proc/5013/stat : 5013 (varsat-industri) R 5011 5013 4597 0 -1 4194304 2508 0 0 0 64203 3 0 0 25 0 1 0 1099346976 12402688 2493 1992294400 4194304 5102648 548682068784 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/5013/statm: 3028 2493 110 221 0 2804 0
Current children cumulated CPU time (s) 642.06
Current children cumulated vsize (KiB) 12112

[startup+702.302 s]
/proc/loadavg: 1.03 1.01 1.00 2/65 5020
/proc/meminfo: memFree=1908808/2055920 swapFree=4178768/4192956
[pid=5013] ppid=5011 vsize=12112 CPUtime=702.04
/proc/5013/stat : 5013 (varsat-industri) R 5011 5013 4597 0 -1 4194304 2514 0 0 0 70201 3 0 0 25 0 1 0 1099346976 12402688 2499 1992294400 4194304 5102648 548682068784 18446744073709551615 4249876 0 0 4096 3 0 0 0 17 1 0 0
/proc/5013/statm: 3028 2499 110 221 0 2804 0
Current children cumulated CPU time (s) 702.04
Current children cumulated vsize (KiB) 12112

[startup+762.306 s]
/proc/loadavg: 1.12 1.04 1.01 2/65 5020
/proc/meminfo: memFree=1908488/2055920 swapFree=4178768/4192956
[pid=5013] ppid=5011 vsize=12300 CPUtime=762.02
/proc/5013/stat : 5013 (varsat-industri) R 5011 5013 4597 0 -1 4194304 2581 0 0 0 76199 3 0 0 25 0 1 0 1099346976 12595200 2566 1992294400 4194304 5102648 548682068784 18446744073709551615 4249732 0 0 4096 3 0 0 0 17 1 0 0
/proc/5013/statm: 3075 2566 110 221 0 2851 0
Current children cumulated CPU time (s) 762.02
Current children cumulated vsize (KiB) 12300

[startup+822.301 s]
/proc/loadavg: 1.12 1.04 1.00 2/65 5020
/proc/meminfo: memFree=1908296/2055920 swapFree=4178768/4192956
[pid=5013] ppid=5011 vsize=12492 CPUtime=821.99
/proc/5013/stat : 5013 (varsat-industri) R 5011 5013 4597 0 -1 4194304 2623 0 0 0 82196 3 0 0 25 0 1 0 1099346976 12791808 2608 1992294400 4194304 5102648 548682068784 18446744073709551615 4249876 0 0 4096 3 0 0 0 17 1 0 0
/proc/5013/statm: 3123 2608 110 221 0 2899 0
Current children cumulated CPU time (s) 821.99
Current children cumulated vsize (KiB) 12492

[startup+882.301 s]
/proc/loadavg: 1.04 1.03 1.00 2/65 5020
/proc/meminfo: memFree=1908232/2055920 swapFree=4178768/4192956
[pid=5013] ppid=5011 vsize=12680 CPUtime=881.97
/proc/5013/stat : 5013 (varsat-industri) R 5011 5013 4597 0 -1 4194304 2646 0 0 0 88193 4 0 0 25 0 1 0 1099346976 12984320 2631 1992294400 4194304 5102648 548682068784 18446744073709551615 4249879 0 0 4096 3 0 0 0 17 1 0 0
/proc/5013/statm: 3170 2631 110 221 0 2946 0
Current children cumulated CPU time (s) 881.97
Current children cumulated vsize (KiB) 12680

[startup+942.302 s]
/proc/loadavg: 1.01 1.02 1.00 2/65 5020
/proc/meminfo: memFree=1907848/2055920 swapFree=4178768/4192956
[pid=5013] ppid=5011 vsize=12868 CPUtime=941.95
/proc/5013/stat : 5013 (varsat-industri) R 5011 5013 4597 0 -1 4194304 2719 0 0 0 94191 4 0 0 25 0 1 0 1099346976 13176832 2704 1992294400 4194304 5102648 548682068784 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/5013/statm: 3217 2704 110 221 0 2993 0
Current children cumulated CPU time (s) 941.95
Current children cumulated vsize (KiB) 12868

[startup+1002.3 s]
/proc/loadavg: 1.00 1.02 1.00 2/65 5020
/proc/meminfo: memFree=1907784/2055920 swapFree=4178768/4192956
[pid=5013] ppid=5011 vsize=12868 CPUtime=1001.93
/proc/5013/stat : 5013 (varsat-industri) R 5011 5013 4597 0 -1 4194304 2727 0 0 0 100189 4 0 0 25 0 1 0 1099346976 13176832 2712 1992294400 4194304 5102648 548682068784 18446744073709551615 4249879 0 0 4096 3 0 0 0 17 1 0 0
/proc/5013/statm: 3217 2712 110 221 0 2993 0
Current children cumulated CPU time (s) 1001.93
Current children cumulated vsize (KiB) 12868

[startup+1062.3 s]
/proc/loadavg: 1.00 1.01 1.00 2/65 5020
/proc/meminfo: memFree=1907656/2055920 swapFree=4178768/4192956
[pid=5013] ppid=5011 vsize=13060 CPUtime=1061.9
/proc/5013/stat : 5013 (varsat-industri) R 5011 5013 4597 0 -1 4194304 2755 0 0 0 106186 4 0 0 25 0 1 0 1099346976 13373440 2740 1992294400 4194304 5102648 548682068784 18446744073709551615 4249791 0 0 4096 3 0 0 0 17 1 0 0
/proc/5013/statm: 3265 2740 110 221 0 3041 0
Current children cumulated CPU time (s) 1061.9
Current children cumulated vsize (KiB) 13060

[startup+1122.3 s]
/proc/loadavg: 1.00 1.01 1.00 2/65 5020
/proc/meminfo: memFree=1907528/2055920 swapFree=4178768/4192956
[pid=5013] ppid=5011 vsize=13060 CPUtime=1121.88
/proc/5013/stat : 5013 (varsat-industri) R 5011 5013 4597 0 -1 4194304 2779 0 0 0 112184 4 0 0 25 0 1 0 1099346976 13373440 2764 1992294400 4194304 5102648 548682068784 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/5013/statm: 3265 2764 110 221 0 3041 0
Current children cumulated CPU time (s) 1121.88
Current children cumulated vsize (KiB) 13060

[startup+1182.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 5020
/proc/meminfo: memFree=1907464/2055920 swapFree=4178768/4192956
[pid=5013] ppid=5011 vsize=13060 CPUtime=1181.86
/proc/5013/stat : 5013 (varsat-industri) R 5011 5013 4597 0 -1 4194304 2791 0 0 0 118181 5 0 0 25 0 1 0 1099346976 13373440 2776 1992294400 4194304 5102648 548682068784 18446744073709551615 4250281 0 0 4096 3 0 0 0 17 1 0 0
/proc/5013/statm: 3265 2776 110 221 0 3041 0
Current children cumulated CPU time (s) 1181.86
Current children cumulated vsize (KiB) 13060



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.5 s]
/proc/loadavg: 1.00 1.00 1.00 3/65 5020
/proc/meminfo: memFree=1907464/2055920 swapFree=4178768/4192956
[pid=5013] ppid=5011 vsize=13060 CPUtime=1200.06
/proc/5013/stat : 5013 (varsat-industri) R 5011 5013 4597 0 -1 4194304 2791 0 0 0 120001 5 0 0 25 0 1 0 1099346976 13373440 2776 1992294400 4194304 5102648 548682068784 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/5013/statm: 3265 2776 110 221 0 3041 0
Current children cumulated CPU time (s) 1200.06
Current children cumulated vsize (KiB) 13060

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

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

[startup+1200.5 s]
/proc/loadavg: 1.00 1.00 1.00 3/65 5020
/proc/meminfo: memFree=1907464/2055920 swapFree=4178768/4192956
[pid=5013] ppid=5011 vsize=13060 CPUtime=1200.06
/proc/5013/stat : 5013 (varsat-industri) R 5011 5013 4597 0 -1 4194304 2791 0 0 0 120001 5 0 0 25 0 1 0 1099346976 13373440 2776 1992294400 4194304 5102648 548682068784 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/5013/statm: 3265 2776 110 221 0 3041 0
Current children cumulated CPU time (s) 1200.06
Current children cumulated vsize (KiB) 13060

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1200.51
CPU time (s): 1200.07
CPU user time (s): 1200.02
CPU system time (s): 0.055991
CPU usage (%): 99.9637
Max. virtual memory (cumulated for all children) (KiB): 13060

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

runsolver used 0.922859 second user time and 2.40563 second system time

The end

Launcher Data

Begin job on node12 at 2009-03-28 20:00:07
IDJOB=1516252
IDBENCH=70497
IDSOLVER=538
FILE ID=node12/1516252-1238266807
PBS_JOBID= 9060795
Free space on /tmp= 65364 MiB

SOLVER NAME= VARSAT-industrial 2009-03-22
BENCH NAME= SAT09/RANDOM/MEDIUM/7SAT/SATISFIABLE/60/unif-k7-r89-v60-c5340-S1828800850-025.cnf
COMMAND LINE= HOME/varsat-industrial_static -seed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1516252-1238266807/watcher-1516252-1238266807 -o /tmp/evaluation-result-1516252-1238266807/solver-1516252-1238266807 -C 1200 -W 1800 -M 1800 --output-limit 1,15  HOME/varsat-industrial_static -seed=1729410141 HOME/instance-1516252-1238266807.cnf

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

MD5SUM BENCH= 1799a7c7de2a9b5babcc69602c6767d5
RANDOM SEED=1729410141

node12.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.266
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.266
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:       1919472 kB
Buffers:         25068 kB
Cached:          48596 kB
SwapCached:       7936 kB
Active:          37660 kB
Inactive:        45344 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1919472 kB
SwapTotal:     4192956 kB
SwapFree:      4178768 kB
Dirty:            1144 kB
Writeback:           0 kB
Mapped:          15008 kB
Slab:            39492 kB
Committed_AS:  2972984 kB
PageTables:       1380 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= 65364 MiB
End job on node12 at 2009-03-28 20:20:10