Trace number 1513360

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.09 1200.51

General information on the benchmark

NameRANDOM/LARGE/7SAT/UNKNOWN/180/
unif-k7-r85-v180-c15300-S1249224492-031.cnf
MD5SUM926573baa883bfadaffafb33f2f57748
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark445.781
Satisfiable
(Un)Satisfiability was proved
Number of variables180
Number of clauses15300
Sum of the clauses size107100
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 515300

Solver Data

0.00/0.00	c ============================[ Problem Statistics ]=============================
0.00/0.00	c |                                                                             |
0.00/0.00	c |  Number of variables:  180                                                  |
0.00/0.00	c |  Number of clauses:    15300                                                |
0.02/0.03	c |  Parsing time:         0.03         s                                       |
0.02/0.03	c |  Timeout:              43200 s
0.02/0.03	c |  Random Seed:          2092906116.000000
0.02/0.03	c |  Heuristic:            EMBP-G, threshold 0.950                              |
0.02/0.03	c |  Branching Rule:       default (solution-guided)                            |
0.02/0.03	c |  Learned clauses in surveys?  Using NO learned clauses.                     |
0.02/0.03	c |                                                                             |
0.39/0.47	c ============================[ Search Statistics ]==============================
0.39/0.47	c | Conflicts |          ORIGINAL         |          LEARNT          | Progress |
0.39/0.47	c |           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
0.39/0.47	c ===============================================================================
0.39/0.47	c |         0 |     180    15300   107100 |     5100        0    nan |  0.000 % |
0.49/0.53	c |       101 |     180    15300   107100 |     5610      101     52 |  0.003 % |
0.49/0.60	c |       251 |     180    15300   107100 |     6171      251     51 |  0.003 % |
0.59/0.67	c |       476 |     180    15300   107100 |     6788      476     51 |  0.003 % |
0.69/0.75	c |       813 |     180    15300   107100 |     7466      813     52 |  0.003 % |
0.79/0.84	c |      1320 |     180    15300   107100 |     8213     1320     52 |  0.003 % |
0.89/0.96	c |      2079 |     180    15300   107100 |     9034     2079     52 |  0.003 % |
1.09/1.11	c |      3220 |     180    15300   107100 |     9938     3220     53 |  0.003 % |
1.29/1.34	c |      4928 |     180    15300   107100 |    10932     4928     52 |  0.003 % |
1.59/1.69	c |      7490 |     180    15300   107100 |    12025     7490     52 |  0.003 % |
2.29/2.33	c |     11335 |     180    15300   107100 |    13228    11335     52 |  0.003 % |
3.30/3.32	c |     17103 |     180    15300   107100 |    14550    10445     52 |  0.003 % |
4.79/4.85	c |     25752 |     180    15300   107100 |    16005    11778     53 |  0.003 % |
7.29/7.34	c |     38726 |     180    15300   107100 |    17606     8665     53 |  0.003 % |
11.29/11.34	c |     58188 |     180    15300   107100 |    19367    10441     53 |  0.003 % |
17.68/17.79	c |     87381 |     180    15300   107100 |    21303    10470     51 |  0.003 % |
28.59/28.64	c |    131170 |     180    15300   107100 |    23434    11497     53 |  0.003 % |
45.98/46.08	c |    196854 |     180    15300   107100 |    25777    17803     55 |  0.003 % |
74.27/74.35	c |    295380 |     180    15300   107100 |    28355    19663     55 |  0.003 % |
119.45/119.53	c |    443169 |     180    15300   107100 |    31191    22995     53 |  0.003 % |
191.03/191.19	c |    664853 |     180    15300   107100 |    34310    20257     56 |  0.003 % |
307.98/308.17	c |    997378 |     180    15300   107100 |    37741    30621     54 |  0.003 % |
496.81/497.05	c |   1496167 |     180    15300   107100 |    41515    33571     54 |  0.003 % |
804.91/805.21	c |   2244349 |     180    15300   107100 |    45666    17047     53 |  0.003 % |

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-1513360-1238216164/watcher-1513360-1238216164 -o /tmp/evaluation-result-1513360-1238216164/solver-1513360-1238216164 -C 1200 -W 1800 -M 1800 --output-limit 1,15 HOME/varsat-industrial_static -seed=2092906116 HOME/instance-1513360-1238216164.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.90 3/64 24454
/proc/meminfo: memFree=979056/2055920 swapFree=4179868/4192956
[pid=24454] ppid=24452 vsize=2412 CPUtime=0
/proc/24454/stat : 24454 (varsat-industri) R 24452 24454 23637 0 -1 4194304 316 0 0 0 0 0 0 0 18 0 1 0 1094283101 2469888 301 1992294400 4194304 5102648 548682068784 18446744073709551615 4491703 0 0 4096 3 0 0 0 17 1 0 0
/proc/24454/statm: 603 302 87 221 0 379 0

[startup+0.0301799 s]
/proc/loadavg: 0.91 0.95 0.90 3/64 24454
/proc/meminfo: memFree=979056/2055920 swapFree=4179868/4192956
[pid=24454] ppid=24452 vsize=5772 CPUtime=0.02
/proc/24454/stat : 24454 (varsat-industri) R 24452 24454 23637 0 -1 4194304 1127 0 0 0 2 0 0 0 18 0 1 0 1094283101 5910528 1112 1992294400 4194304 5102648 548682068784 18446744073709551615 4491703 0 0 4096 3 0 0 0 17 1 0 0
/proc/24454/statm: 1443 1113 87 221 0 1219 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 5772

[startup+0.101194 s]
/proc/loadavg: 0.91 0.95 0.90 3/64 24454
/proc/meminfo: memFree=979056/2055920 swapFree=4179868/4192956
[pid=24454] ppid=24452 vsize=5900 CPUtime=0.09
/proc/24454/stat : 24454 (varsat-industri) R 24452 24454 23637 0 -1 4194304 1171 0 0 0 9 0 0 0 18 0 1 0 1094283101 6041600 1156 1992294400 4194304 5102648 548682068784 18446744073709551615 4273025 0 0 4096 3 0 0 0 17 1 0 0
/proc/24454/statm: 1475 1156 98 221 0 1251 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 5900

[startup+0.30123 s]
/proc/loadavg: 0.91 0.95 0.90 3/64 24454
/proc/meminfo: memFree=979056/2055920 swapFree=4179868/4192956
[pid=24454] ppid=24452 vsize=6080 CPUtime=0.29
/proc/24454/stat : 24454 (varsat-industri) R 24452 24454 23637 0 -1 4194304 1201 0 0 0 29 0 0 0 19 0 1 0 1094283101 6225920 1186 1992294400 4194304 5102648 548682068784 18446744073709551615 4273265 0 0 4096 3 0 0 0 17 1 0 0
/proc/24454/statm: 1520 1186 98 221 0 1296 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 6080

[startup+0.701309 s]
/proc/loadavg: 0.91 0.95 0.90 3/64 24454
/proc/meminfo: memFree=979056/2055920 swapFree=4179868/4192956
[pid=24454] ppid=24452 vsize=5756 CPUtime=0.69
/proc/24454/stat : 24454 (varsat-industri) R 24452 24454 23637 0 -1 4194304 1212 0 0 0 69 0 0 0 22 0 1 0 1094283101 5894144 1137 1992294400 4194304 5102648 548682068784 18446744073709551615 4213941 0 0 4096 3 0 0 0 17 1 0 0
/proc/24454/statm: 1439 1137 109 221 0 1215 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 5756

[startup+1.50146 s]
/proc/loadavg: 0.91 0.95 0.90 2/65 24455
/proc/meminfo: memFree=974696/2055920 swapFree=4179868/4192956
[pid=24454] ppid=24452 vsize=6152 CPUtime=1.49
/proc/24454/stat : 24454 (varsat-industri) R 24452 24454 23637 0 -1 4194304 1318 0 0 0 149 0 0 0 25 0 1 0 1094283101 6299648 1243 1992294400 4194304 5102648 548682068784 18446744073709551615 4249884 0 0 4096 3 0 0 0 17 1 0 0
/proc/24454/statm: 1538 1243 109 221 0 1314 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 6152

[startup+3.10177 s]
/proc/loadavg: 0.91 0.95 0.90 2/65 24455
/proc/meminfo: memFree=973288/2055920 swapFree=4179868/4192956
[pid=24454] ppid=24452 vsize=8208 CPUtime=3.1
/proc/24454/stat : 24454 (varsat-industri) R 24452 24454 23637 0 -1 4194304 1822 0 0 0 309 1 0 0 25 0 1 0 1094283101 8404992 1747 1992294400 4194304 5102648 548682068784 18446744073709551615 4228033 0 0 4096 3 0 0 0 17 1 0 0
/proc/24454/statm: 2052 1747 109 221 0 1828 0
Current children cumulated CPU time (s) 3.1
Current children cumulated vsize (KiB) 8208

[startup+6.30238 s]
/proc/loadavg: 0.92 0.95 0.90 2/65 24455
/proc/meminfo: memFree=971560/2055920 swapFree=4179868/4192956
[pid=24454] ppid=24452 vsize=9268 CPUtime=6.29
/proc/24454/stat : 24454 (varsat-industri) R 24452 24454 23637 0 -1 4194304 2101 0 0 0 628 1 0 0 25 0 1 0 1094283101 9490432 2026 1992294400 4194304 5102648 548682068784 18446744073709551615 4249967 0 0 4096 3 0 0 0 17 1 0 0
/proc/24454/statm: 2317 2026 109 221 0 2093 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 9268

[startup+12.7016 s]
/proc/loadavg: 0.93 0.95 0.90 2/65 24455
/proc/meminfo: memFree=970024/2055920 swapFree=4179868/4192956
[pid=24454] ppid=24452 vsize=10352 CPUtime=12.69
/proc/24454/stat : 24454 (varsat-industri) R 24452 24454 23637 0 -1 4194304 2373 0 0 0 1268 1 0 0 25 0 1 0 1094283101 10600448 2298 1992294400 4194304 5102648 548682068784 18446744073709551615 4249879 0 0 4096 3 0 0 0 17 1 0 0
/proc/24454/statm: 2588 2298 109 221 0 2364 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 10352

[startup+25.5011 s]
/proc/loadavg: 0.94 0.96 0.91 2/65 24455
/proc/meminfo: memFree=968296/2055920 swapFree=4179868/4192956
[pid=24454] ppid=24452 vsize=12196 CPUtime=25.49
/proc/24454/stat : 24454 (varsat-industri) R 24452 24454 23637 0 -1 4194304 2811 0 0 0 2547 2 0 0 25 0 1 0 1094283101 12488704 2736 1992294400 4194304 5102648 548682068784 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/24454/statm: 3049 2736 109 221 0 2825 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 12196

[startup+51.102 s]
/proc/loadavg: 0.96 0.96 0.91 2/65 24455
/proc/meminfo: memFree=966248/2055920 swapFree=4179868/4192956
[pid=24454] ppid=24452 vsize=14384 CPUtime=51.07
/proc/24454/stat : 24454 (varsat-industri) R 24452 24454 23637 0 -1 4194304 3335 0 0 0 5105 2 0 0 25 0 1 0 1094283101 14729216 3260 1992294400 4194304 5102648 548682068784 18446744073709551615 4249945 0 0 4096 3 0 0 0 17 1 0 0
/proc/24454/statm: 3596 3260 109 221 0 3372 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 14384

[startup+102.306 s]
/proc/loadavg: 0.98 0.96 0.91 2/65 24455
/proc/meminfo: memFree=964264/2055920 swapFree=4179868/4192956
[pid=24454] ppid=24452 vsize=16692 CPUtime=102.26
/proc/24454/stat : 24454 (varsat-industri) R 24452 24454 23637 0 -1 4194304 3819 0 0 0 10223 3 0 0 25 0 1 0 1094283101 17092608 3744 1992294400 4194304 5102648 548682068784 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/24454/statm: 4173 3744 109 221 0 3949 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 16692

[startup+162.301 s]
/proc/loadavg: 0.99 0.97 0.91 2/65 24455
/proc/meminfo: memFree=962088/2055920 swapFree=4179868/4192956
[pid=24454] ppid=24452 vsize=18816 CPUtime=162.24
/proc/24454/stat : 24454 (varsat-industri) R 24452 24454 23637 0 -1 4194304 4355 0 0 0 16220 4 0 0 25 0 1 0 1094283101 19267584 4280 1992294400 4194304 5102648 548682068784 18446744073709551615 4249879 0 0 4096 3 0 0 0 17 1 0 0
/proc/24454/statm: 4704 4280 109 221 0 4480 0
Current children cumulated CPU time (s) 162.24
Current children cumulated vsize (KiB) 18816

[startup+222.301 s]
/proc/loadavg: 0.99 0.97 0.91 2/65 24455
/proc/meminfo: memFree=960232/2055920 swapFree=4179868/4192956
[pid=24454] ppid=24452 vsize=20716 CPUtime=222.21
/proc/24454/stat : 24454 (varsat-industri) R 24452 24454 23637 0 -1 4194304 4808 0 0 0 22217 4 0 0 25 0 1 0 1094283101 21213184 4733 1992294400 4194304 5102648 548682068784 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/24454/statm: 5179 4733 109 221 0 4955 0
Current children cumulated CPU time (s) 222.21
Current children cumulated vsize (KiB) 20716

[startup+282.302 s]
/proc/loadavg: 0.99 0.97 0.91 2/65 24455
/proc/meminfo: memFree=959400/2055920 swapFree=4179868/4192956
[pid=24454] ppid=24452 vsize=21612 CPUtime=282.2
/proc/24454/stat : 24454 (varsat-industri) R 24452 24454 23637 0 -1 4194304 5007 0 0 0 28215 5 0 0 25 0 1 0 1094283101 22130688 4932 1992294400 4194304 5102648 548682068784 18446744073709551615 4249787 0 0 4096 3 0 0 0 17 1 0 0
/proc/24454/statm: 5403 4932 109 221 0 5179 0
Current children cumulated CPU time (s) 282.2
Current children cumulated vsize (KiB) 21612

[startup+342.301 s]
/proc/loadavg: 0.99 0.97 0.91 2/65 24461
/proc/meminfo: memFree=957928/2055920 swapFree=4179868/4192956
[pid=24454] ppid=24452 vsize=23012 CPUtime=342.16
/proc/24454/stat : 24454 (varsat-industri) R 24452 24454 23637 0 -1 4194304 5373 0 0 0 34211 5 0 0 25 0 1 0 1094283101 23564288 5298 1992294400 4194304 5102648 548682068784 18446744073709551615 4249876 0 0 4096 3 0 0 0 17 1 0 0
/proc/24454/statm: 5753 5298 109 221 0 5529 0
Current children cumulated CPU time (s) 342.16
Current children cumulated vsize (KiB) 23012

[startup+402.302 s]
/proc/loadavg: 0.99 0.97 0.91 2/65 24461
/proc/meminfo: memFree=956840/2055920 swapFree=4179868/4192956
[pid=24454] ppid=24452 vsize=24336 CPUtime=402.15
/proc/24454/stat : 24454 (varsat-industri) R 24452 24454 23637 0 -1 4194304 5650 0 0 0 40209 6 0 0 25 0 1 0 1094283101 24920064 5575 1992294400 4194304 5102648 548682068784 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/24454/statm: 6084 5575 109 221 0 5860 0
Current children cumulated CPU time (s) 402.15
Current children cumulated vsize (KiB) 24336

[startup+462.301 s]
/proc/loadavg: 0.99 0.97 0.91 2/65 24461
/proc/meminfo: memFree=956392/2055920 swapFree=4179868/4192956
[pid=24454] ppid=24452 vsize=24968 CPUtime=462.13
/proc/24454/stat : 24454 (varsat-industri) R 24452 24454 23637 0 -1 4194304 5763 0 0 0 46207 6 0 0 25 0 1 0 1094283101 25567232 5688 1992294400 4194304 5102648 548682068784 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/24454/statm: 6242 5688 109 221 0 6018 0
Current children cumulated CPU time (s) 462.13
Current children cumulated vsize (KiB) 24968

[startup+522.302 s]
/proc/loadavg: 0.99 0.97 0.91 2/65 24461
/proc/meminfo: memFree=955112/2055920 swapFree=4179868/4192956
[pid=24454] ppid=24452 vsize=26564 CPUtime=522.11
/proc/24454/stat : 24454 (varsat-industri) R 24452 24454 23637 0 -1 4194304 6099 0 0 0 52204 7 0 0 25 0 1 0 1094283101 27201536 6024 1992294400 4194304 5102648 548682068784 18446744073709551615 4249732 0 0 4096 3 0 0 0 17 1 0 0
/proc/24454/statm: 6641 6024 109 221 0 6417 0
Current children cumulated CPU time (s) 522.11
Current children cumulated vsize (KiB) 26564

[startup+582.301 s]
/proc/loadavg: 0.99 0.97 0.91 2/65 24461
/proc/meminfo: memFree=954344/2055920 swapFree=4179868/4192956
[pid=24454] ppid=24452 vsize=27204 CPUtime=582.08
/proc/24454/stat : 24454 (varsat-industri) R 24452 24454 23637 0 -1 4194304 6282 0 0 0 58201 7 0 0 25 0 1 0 1094283101 27856896 6207 1992294400 4194304 5102648 548682068784 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/24454/statm: 6801 6207 109 221 0 6577 0
Current children cumulated CPU time (s) 582.08
Current children cumulated vsize (KiB) 27204

[startup+642.302 s]
/proc/loadavg: 0.99 0.97 0.91 2/65 24461
/proc/meminfo: memFree=953704/2055920 swapFree=4179868/4192956
[pid=24454] ppid=24452 vsize=27964 CPUtime=642.06
/proc/24454/stat : 24454 (varsat-industri) R 24452 24454 23637 0 -1 4194304 6439 0 0 0 64199 7 0 0 25 0 1 0 1094283101 28635136 6364 1992294400 4194304 5102648 548682068784 18446744073709551615 4249840 0 0 4096 3 0 0 0 17 1 0 0
/proc/24454/statm: 6991 6364 109 221 0 6767 0
Current children cumulated CPU time (s) 642.06
Current children cumulated vsize (KiB) 27964

[startup+702.302 s]
/proc/loadavg: 0.99 0.97 0.91 2/65 24461
/proc/meminfo: memFree=953000/2055920 swapFree=4179868/4192956
[pid=24454] ppid=24452 vsize=28656 CPUtime=702.04
/proc/24454/stat : 24454 (varsat-industri) R 24452 24454 23637 0 -1 4194304 6597 0 0 0 70196 8 0 0 25 0 1 0 1094283101 29343744 6522 1992294400 4194304 5102648 548682068784 18446744073709551615 4249945 0 0 4096 3 0 0 0 17 1 0 0
/proc/24454/statm: 7164 6522 109 221 0 6940 0
Current children cumulated CPU time (s) 702.04
Current children cumulated vsize (KiB) 28656

[startup+762.306 s]
/proc/loadavg: 0.99 0.97 0.91 2/65 24461
/proc/meminfo: memFree=952680/2055920 swapFree=4179868/4192956
[pid=24454] ppid=24452 vsize=29020 CPUtime=762.02
/proc/24454/stat : 24454 (varsat-industri) R 24452 24454 23637 0 -1 4194304 6682 0 0 0 76194 8 0 0 25 0 1 0 1094283101 29716480 6607 1992294400 4194304 5102648 548682068784 18446744073709551615 4249843 0 0 4096 3 0 0 0 17 1 0 0
/proc/24454/statm: 7255 6607 109 221 0 7031 0
Current children cumulated CPU time (s) 762.02
Current children cumulated vsize (KiB) 29020

[startup+822.302 s]
/proc/loadavg: 0.99 0.97 0.91 2/65 24461
/proc/meminfo: memFree=951592/2055920 swapFree=4179868/4192956
[pid=24454] ppid=24452 vsize=30192 CPUtime=822
/proc/24454/stat : 24454 (varsat-industri) R 24452 24454 23637 0 -1 4194304 6973 0 0 0 82191 9 0 0 25 0 1 0 1094283101 30916608 6898 1992294400 4194304 5102648 548682068784 18446744073709551615 4249732 0 0 4096 3 0 0 0 17 1 0 0
/proc/24454/statm: 7548 6898 109 221 0 7324 0
Current children cumulated CPU time (s) 822
Current children cumulated vsize (KiB) 30192

[startup+882.301 s]
/proc/loadavg: 0.99 0.97 0.91 2/65 24461
/proc/meminfo: memFree=950760/2055920 swapFree=4179868/4192956
[pid=24454] ppid=24452 vsize=30960 CPUtime=881.98
/proc/24454/stat : 24454 (varsat-industri) R 24452 24454 23637 0 -1 4194304 7163 0 0 0 88189 9 0 0 25 0 1 0 1094283101 31703040 7088 1992294400 4194304 5102648 548682068784 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/24454/statm: 7740 7088 109 221 0 7516 0
Current children cumulated CPU time (s) 881.98
Current children cumulated vsize (KiB) 30960

[startup+942.302 s]
/proc/loadavg: 0.99 0.97 0.91 2/65 24461
/proc/meminfo: memFree=950056/2055920 swapFree=4179868/4192956
[pid=24454] ppid=24452 vsize=31908 CPUtime=941.96
/proc/24454/stat : 24454 (varsat-industri) R 24452 24454 23637 0 -1 4194304 7371 0 0 0 94186 10 0 0 25 0 1 0 1094283101 32673792 7296 1992294400 4194304 5102648 548682068784 18446744073709551615 4249923 0 0 4096 3 0 0 0 17 1 0 0
/proc/24454/statm: 7977 7296 109 221 0 7753 0
Current children cumulated CPU time (s) 941.96
Current children cumulated vsize (KiB) 31908

[startup+1002.3 s]
/proc/loadavg: 0.99 0.97 0.91 2/65 24461
/proc/meminfo: memFree=949352/2055920 swapFree=4179868/4192956
[pid=24454] ppid=24452 vsize=32572 CPUtime=1001.94
/proc/24454/stat : 24454 (varsat-industri) R 24452 24454 23637 0 -1 4194304 7530 0 0 0 100184 10 0 0 25 0 1 0 1094283101 33353728 7455 1992294400 4194304 5102648 548682068784 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/24454/statm: 8143 7455 109 221 0 7919 0
Current children cumulated CPU time (s) 1001.94
Current children cumulated vsize (KiB) 32572

[startup+1062.3 s]
/proc/loadavg: 0.99 0.97 0.91 2/65 24461
/proc/meminfo: memFree=949032/2055920 swapFree=4179868/4192956
[pid=24454] ppid=24452 vsize=32948 CPUtime=1061.92
/proc/24454/stat : 24454 (varsat-industri) R 24452 24454 23637 0 -1 4194304 7606 0 0 0 106182 10 0 0 25 0 1 0 1094283101 33738752 7531 1992294400 4194304 5102648 548682068784 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/24454/statm: 8237 7531 109 221 0 8013 0
Current children cumulated CPU time (s) 1061.92
Current children cumulated vsize (KiB) 32948

[startup+1122.3 s]
/proc/loadavg: 0.99 0.97 0.91 2/65 24461
/proc/meminfo: memFree=948968/2055920 swapFree=4179868/4192956
[pid=24454] ppid=24452 vsize=32948 CPUtime=1121.9
/proc/24454/stat : 24454 (varsat-industri) R 24452 24454 23637 0 -1 4194304 7615 0 0 0 112179 11 0 0 25 0 1 0 1094283101 33738752 7540 1992294400 4194304 5102648 548682068784 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/24454/statm: 8237 7540 109 221 0 8013 0
Current children cumulated CPU time (s) 1121.9
Current children cumulated vsize (KiB) 32948

[startup+1182.3 s]
/proc/loadavg: 0.99 0.97 0.91 2/65 24461
/proc/meminfo: memFree=948648/2055920 swapFree=4179868/4192956
[pid=24454] ppid=24452 vsize=33188 CPUtime=1181.88
/proc/24454/stat : 24454 (varsat-industri) R 24452 24454 23637 0 -1 4194304 7680 0 0 0 118177 11 0 0 25 0 1 0 1094283101 33984512 7605 1992294400 4194304 5102648 548682068784 18446744073709551615 4249787 0 0 4096 3 0 0 0 17 1 0 0
/proc/24454/statm: 8297 7605 109 221 0 8073 0
Current children cumulated CPU time (s) 1181.88
Current children cumulated vsize (KiB) 33188



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.5 s]
/proc/loadavg: 0.99 0.97 0.91 2/65 24461
/proc/meminfo: memFree=948520/2055920 swapFree=4179868/4192956
[pid=24454] ppid=24452 vsize=33424 CPUtime=1200.07
/proc/24454/stat : 24454 (varsat-industri) R 24452 24454 23637 0 -1 4194304 7709 0 0 0 119996 11 0 0 25 0 1 0 1094283101 34226176 7634 1992294400 4194304 5102648 548682068784 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/24454/statm: 8356 7634 109 221 0 8132 0
Current children cumulated CPU time (s) 1200.07
Current children cumulated vsize (KiB) 33424

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: 0.99 0.97 0.91 2/65 24461
/proc/meminfo: memFree=948520/2055920 swapFree=4179868/4192956
[pid=24454] ppid=24452 vsize=33424 CPUtime=1200.07
/proc/24454/stat : 24454 (varsat-industri) R 24452 24454 23637 0 -1 4194304 7709 0 0 0 119996 11 0 0 25 0 1 0 1094283101 34226176 7634 1992294400 4194304 5102648 548682068784 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/24454/statm: 8356 7634 109 221 0 8132 0
Current children cumulated CPU time (s) 1200.07
Current children cumulated vsize (KiB) 33424

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1200.51
CPU time (s): 1200.09
CPU user time (s): 1199.97
CPU system time (s): 0.121981
CPU usage (%): 99.9651
Max. virtual memory (cumulated for all children) (KiB): 33424

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

runsolver used 0.949855 second user time and 2.47562 second system time

The end

Launcher Data

Begin job on node5 at 2009-03-28 05:56:04
IDJOB=1513360
IDBENCH=70256
IDSOLVER=538
FILE ID=node5/1513360-1238216164
PBS_JOBID= 9060559
Free space on /tmp= 66096 MiB

SOLVER NAME= VARSAT-industrial 2009-03-22
BENCH NAME= SAT09/RANDOM/LARGE/7SAT/UNKNOWN/180/unif-k7-r85-v180-c15300-S1249224492-031.cnf
COMMAND LINE= HOME/varsat-industrial_static -seed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1513360-1238216164/watcher-1513360-1238216164 -o /tmp/evaluation-result-1513360-1238216164/solver-1513360-1238216164 -C 1200 -W 1800 -M 1800 --output-limit 1,15  HOME/varsat-industrial_static -seed=2092906116 HOME/instance-1513360-1238216164.cnf

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

MD5SUM BENCH= 926573baa883bfadaffafb33f2f57748
RANDOM SEED=2092906116

node5.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.263
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.263
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:        979472 kB
Buffers:         92124 kB
Cached:         881968 kB
SwapCached:       7012 kB
Active:         100192 kB
Inactive:       882420 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        979472 kB
SwapTotal:     4192956 kB
SwapFree:      4179868 kB
Dirty:            1452 kB
Writeback:           0 kB
Mapped:          14280 kB
Slab:            79840 kB
Committed_AS:  2767824 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= 66092 MiB
End job on node5 at 2009-03-28 06:16:07