Trace number 1516420

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

General information on the benchmark

NameRANDOM/MEDIUM/7SAT/SATISFIABLE/70/
unif-k7-r89-v70-c6230-S284173264-081.cnf
MD5SUMe8f7903d690618b3eb32880d64fd6acf
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark1.13483
Satisfiable
(Un)Satisfiability was proved
Number of variables70
Number of clauses6230
Sum of the clauses size43610
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 56230

Solver Data

0.00/0.00	c ============================[ Problem Statistics ]=============================
0.00/0.00	c |                                                                             |
0.00/0.00	c |  Number of variables:  70                                                   |
0.00/0.00	c |  Number of clauses:    6230                                                 |
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:          1970788611.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.10/0.16	c ============================[ Search Statistics ]==============================
0.10/0.16	c | Conflicts |          ORIGINAL         |          LEARNT          | Progress |
0.10/0.16	c |           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
0.10/0.16	c ===============================================================================
0.10/0.16	c |         0 |      70     6230    43610 |     2076        0    nan |  0.000 % |
0.10/0.18	c |       102 |      70     6230    43610 |     2284      102     25 |  0.021 % |
0.20/0.21	c |       253 |      70     6230    43610 |     2512      253     25 |  0.021 % |
0.20/0.24	c |       479 |      70     6230    43610 |     2764      479     25 |  0.021 % |
0.20/0.27	c |       818 |      70     6230    43610 |     3040      818     24 |  0.021 % |
0.30/0.32	c |      1324 |      70     6230    43610 |     3344     1324     25 |  0.021 % |
0.30/0.38	c |      2083 |      70     6230    43610 |     3678     2083     25 |  0.021 % |
0.40/0.46	c |      3222 |      70     6230    43610 |     4046     3222     25 |  0.021 % |
0.50/0.58	c |      4932 |      70     6230    43610 |     4451     2891     25 |  0.021 % |
0.70/0.76	c |      7494 |      70     6230    43610 |     4896     3209     24 |  0.021 % |
1.00/1.01	c |     11340 |      70     6230    43610 |     5386     4593     24 |  0.021 % |
1.40/1.41	c |     17109 |      70     6230    43610 |     5924     4942     24 |  0.021 % |
2.00/2.01	c |     25760 |      70     6230    43610 |     6517     4658     24 |  0.021 % |
2.90/2.95	c |     38735 |      70     6230    43610 |     7169     4532     24 |  0.021 % |
4.30/4.40	c |     58196 |      70     6230    43610 |     7886     6000     23 |  0.021 % |
6.60/6.64	c |     87389 |      70     6230    43610 |     8674     7486     24 |  0.021 % |
10.19/10.25	c |    131178 |      70     6230    43610 |     9542     7749     24 |  0.021 % |
15.69/15.78	c |    196863 |      70     6230    43610 |    10496     6434     23 |  0.021 % |
24.58/24.66	c |    295390 |      70     6230    43610 |    11546    10222     24 |  0.021 % |
38.98/39.06	c |    443179 |      70     6230    43610 |    12700     7530     22 |  0.021 % |
61.48/61.59	c |    664863 |      70     6230    43610 |    13970     6455     22 |  0.021 % |
97.96/98.02	c |    997388 |      70     6230    43610 |    15367    10024     23 |  0.021 % |
157.03/157.12	c |   1496178 |      70     6230    43610 |    16904     8475     22 |  0.021 % |
251.91/252.06	c |   2244360 |      70     6230    43610 |    18595    11681     22 |  0.021 % |
408.64/408.86	c |   3366634 |      70     6230    43610 |    20454    16642     22 |  0.021 % |
662.86/663.15	c |   5050045 |      70     6230    43610 |    22500    10333     22 |  0.021 % |
1085.61/1086.01	c |   7575161 |      70     6230    43610 |    24750    12068     22 |  0.021 % |

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-1516420-1238269272/watcher-1516420-1238269272 -o /tmp/evaluation-result-1516420-1238269272/solver-1516420-1238269272 -C 1200 -W 1800 -M 1800 --output-limit 1,15 HOME/varsat-industrial_static -seed=1970788611 HOME/instance-1516420-1238269272.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.92 0.98 0.99 3/74 24503
/proc/meminfo: memFree=965952/2055920 swapFree=4173168/4192956
[pid=24503] ppid=24501 vsize=2676 CPUtime=0
/proc/24503/stat : 24503 (varsat-industri) R 24501 24503 24436 0 -1 4194304 297 0 0 0 0 0 0 0 18 0 1 0 1099588252 2740224 282 1992294400 4194304 5102648 548682068784 18446744073709551615 4491703 0 0 4096 3 0 0 0 17 1 0 0
/proc/24503/statm: 669 284 87 221 0 445 0

[startup+0.0336101 s]
/proc/loadavg: 0.92 0.98 0.99 3/74 24503
/proc/meminfo: memFree=965952/2055920 swapFree=4173168/4192956
[pid=24503] ppid=24501 vsize=3656 CPUtime=0.03
/proc/24503/stat : 24503 (varsat-industri) R 24501 24503 24436 0 -1 4194304 551 0 0 0 3 0 0 0 18 0 1 0 1099588252 3743744 536 1992294400 4194304 5102648 548682068784 18446744073709551615 4273025 0 0 4096 3 0 0 0 17 1 0 0
/proc/24503/statm: 914 536 98 221 0 690 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 3656

[startup+0.101621 s]
/proc/loadavg: 0.92 0.98 0.99 3/74 24503
/proc/meminfo: memFree=965952/2055920 swapFree=4173168/4192956
[pid=24503] ppid=24501 vsize=3800 CPUtime=0.1
/proc/24503/stat : 24503 (varsat-industri) R 24501 24503 24436 0 -1 4194304 586 0 0 0 10 0 0 0 18 0 1 0 1099588252 3891200 571 1992294400 4194304 5102648 548682068784 18446744073709551615 4273025 0 0 4096 3 0 0 0 17 1 0 0
/proc/24503/statm: 950 571 98 221 0 726 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 3800

[startup+0.301655 s]
/proc/loadavg: 0.92 0.98 0.99 3/74 24503
/proc/meminfo: memFree=965952/2055920 swapFree=4173168/4192956
[pid=24503] ppid=24501 vsize=3656 CPUtime=0.3
/proc/24503/stat : 24503 (varsat-industri) R 24501 24503 24436 0 -1 4194304 598 0 0 0 30 0 0 0 19 0 1 0 1099588252 3743744 558 1992294400 4194304 5102648 548682068784 18446744073709551615 4249989 0 0 4096 3 0 0 0 17 1 0 0
/proc/24503/statm: 914 558 110 221 0 690 0
Current children cumulated CPU time (s) 0.3
Current children cumulated vsize (KiB) 3656

[startup+0.701723 s]
/proc/loadavg: 0.92 0.98 0.99 3/74 24503
/proc/meminfo: memFree=965952/2055920 swapFree=4173168/4192956
[pid=24503] ppid=24501 vsize=3928 CPUtime=0.7
/proc/24503/stat : 24503 (varsat-industri) R 24501 24503 24436 0 -1 4194304 657 0 0 0 70 0 0 0 22 0 1 0 1099588252 4022272 617 1992294400 4194304 5102648 548682068784 18446744073709551615 4249872 0 0 4096 3 0 0 0 17 1 0 0
/proc/24503/statm: 982 617 110 221 0 758 0
Current children cumulated CPU time (s) 0.7
Current children cumulated vsize (KiB) 3928

[startup+1.50186 s]
/proc/loadavg: 0.92 0.98 0.99 2/75 24504
/proc/meminfo: memFree=963704/2055920 swapFree=4173168/4192956
[pid=24503] ppid=24501 vsize=4328 CPUtime=1.5
/proc/24503/stat : 24503 (varsat-industri) R 24501 24503 24436 0 -1 4194304 769 0 0 0 150 0 0 0 25 0 1 0 1099588252 4431872 729 1992294400 4194304 5102648 548682068784 18446744073709551615 4250176 0 0 4096 3 0 0 0 17 1 0 0
/proc/24503/statm: 1082 729 110 221 0 858 0
Current children cumulated CPU time (s) 1.5
Current children cumulated vsize (KiB) 4328

[startup+3.10113 s]
/proc/loadavg: 0.92 0.98 0.99 2/75 24504
/proc/meminfo: memFree=963192/2055920 swapFree=4173168/4192956
[pid=24503] ppid=24501 vsize=4732 CPUtime=3.09
/proc/24503/stat : 24503 (varsat-industri) R 24501 24503 24436 0 -1 4194304 872 0 0 0 309 0 0 0 25 0 1 0 1099588252 4845568 832 1992294400 4194304 5102648 548682068784 18446744073709551615 4249876 0 0 4096 3 0 0 0 17 1 0 0
/proc/24503/statm: 1183 832 110 221 0 959 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 4732

[startup+6.30167 s]
/proc/loadavg: 0.93 0.98 0.99 2/75 24504
/proc/meminfo: memFree=962488/2055920 swapFree=4173168/4192956
[pid=24503] ppid=24501 vsize=5284 CPUtime=6.29
/proc/24503/stat : 24503 (varsat-industri) R 24501 24503 24436 0 -1 4194304 997 0 0 0 629 0 0 0 25 0 1 0 1099588252 5410816 957 1992294400 4194304 5102648 548682068784 18446744073709551615 4249879 0 0 4096 3 0 0 0 17 1 0 0
/proc/24503/statm: 1321 957 110 221 0 1097 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 5284

[startup+12.7018 s]
/proc/loadavg: 0.93 0.98 0.99 2/75 24504
/proc/meminfo: memFree=961656/2055920 swapFree=4173168/4192956
[pid=24503] ppid=24501 vsize=5984 CPUtime=12.69
/proc/24503/stat : 24503 (varsat-industri) R 24501 24503 24436 0 -1 4194304 1160 0 0 0 1269 0 0 0 25 0 1 0 1099588252 6127616 1120 1992294400 4194304 5102648 548682068784 18446744073709551615 4249732 0 0 4096 3 0 0 0 17 1 0 0
/proc/24503/statm: 1496 1120 110 221 0 1272 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 5984

[startup+25.5019 s]
/proc/loadavg: 0.95 0.98 0.99 2/75 24504
/proc/meminfo: memFree=960696/2055920 swapFree=4173168/4192956
[pid=24503] ppid=24501 vsize=6912 CPUtime=25.48
/proc/24503/stat : 24503 (varsat-industri) R 24501 24503 24436 0 -1 4194304 1383 0 0 0 2548 0 0 0 25 0 1 0 1099588252 7077888 1343 1992294400 4194304 5102648 548682068784 18446744073709551615 4250276 0 0 4096 3 0 0 0 17 1 0 0
/proc/24503/statm: 1728 1343 110 221 0 1504 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 6912

[startup+51.1013 s]
/proc/loadavg: 0.96 0.98 0.99 2/75 24504
/proc/meminfo: memFree=959992/2055920 swapFree=4173168/4192956
[pid=24503] ppid=24501 vsize=7836 CPUtime=51.08
/proc/24503/stat : 24503 (varsat-industri) R 24501 24503 24436 0 -1 4194304 1560 0 0 0 5107 1 0 0 25 0 1 0 1099588252 8024064 1520 1992294400 4194304 5102648 548682068784 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/24503/statm: 1959 1520 110 221 0 1735 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 7836

[startup+102.307 s]
/proc/loadavg: 0.98 0.98 0.99 2/75 24504
/proc/meminfo: memFree=958904/2055920 swapFree=4173168/4192956
[pid=24503] ppid=24501 vsize=9060 CPUtime=102.26
/proc/24503/stat : 24503 (varsat-industri) R 24501 24503 24436 0 -1 4194304 1840 0 0 0 10225 1 0 0 25 0 1 0 1099588252 9277440 1800 1992294400 4194304 5102648 548682068784 18446744073709551615 4225557 0 0 4096 3 0 0 0 17 1 0 0
/proc/24503/statm: 2265 1800 110 221 0 2041 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 9060

[startup+162.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/75 24504
/proc/meminfo: memFree=957944/2055920 swapFree=4173168/4192956
[pid=24503] ppid=24501 vsize=10008 CPUtime=162.23
/proc/24503/stat : 24503 (varsat-industri) R 24501 24503 24436 0 -1 4194304 2062 0 0 0 16222 1 0 0 25 0 1 0 1099588252 10248192 2022 1992294400 4194304 5102648 548682068784 18446744073709551615 4249787 0 0 4096 3 0 0 0 17 1 0 0
/proc/24503/statm: 2502 2022 110 221 0 2278 0
Current children cumulated CPU time (s) 162.23
Current children cumulated vsize (KiB) 10008

[startup+222.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/75 24504
/proc/meminfo: memFree=957304/2055920 swapFree=4173168/4192956
[pid=24503] ppid=24501 vsize=10612 CPUtime=222.22
/proc/24503/stat : 24503 (varsat-industri) R 24501 24503 24436 0 -1 4194304 2230 0 0 0 22220 2 0 0 25 0 1 0 1099588252 10866688 2190 1992294400 4194304 5102648 548682068784 18446744073709551615 4249876 0 0 4096 3 0 0 0 17 1 0 0
/proc/24503/statm: 2653 2190 110 221 0 2429 0
Current children cumulated CPU time (s) 222.22
Current children cumulated vsize (KiB) 10612

[startup+282.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/75 24504
/proc/meminfo: memFree=956664/2055920 swapFree=4173168/4192956
[pid=24503] ppid=24501 vsize=11396 CPUtime=282.19
/proc/24503/stat : 24503 (varsat-industri) R 24501 24503 24436 0 -1 4194304 2382 0 0 0 28217 2 0 0 25 0 1 0 1099588252 11669504 2342 1992294400 4194304 5102648 548682068784 18446744073709551615 4225406 0 0 4096 3 0 0 0 17 1 0 0
/proc/24503/statm: 2849 2342 110 221 0 2625 0
Current children cumulated CPU time (s) 282.19
Current children cumulated vsize (KiB) 11396

[startup+342.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/75 24504
/proc/meminfo: memFree=956344/2055920 swapFree=4173168/4192956
[pid=24503] ppid=24501 vsize=11776 CPUtime=342.17
/proc/24503/stat : 24503 (varsat-industri) R 24501 24503 24436 0 -1 4194304 2476 0 0 0 34215 2 0 0 25 0 1 0 1099588252 12058624 2436 1992294400 4194304 5102648 548682068784 18446744073709551615 4249945 0 0 4096 3 0 0 0 17 1 0 0
/proc/24503/statm: 2944 2436 110 221 0 2720 0
Current children cumulated CPU time (s) 342.17
Current children cumulated vsize (KiB) 11776

[startup+402.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/75 24504
/proc/meminfo: memFree=955960/2055920 swapFree=4173168/4192956
[pid=24503] ppid=24501 vsize=12152 CPUtime=402.15
/proc/24503/stat : 24503 (varsat-industri) R 24501 24503 24436 0 -1 4194304 2571 0 0 0 40213 2 0 0 25 0 1 0 1099588252 12443648 2531 1992294400 4194304 5102648 548682068784 18446744073709551615 4250288 0 0 4096 3 0 0 0 17 1 0 0
/proc/24503/statm: 3038 2531 110 221 0 2814 0
Current children cumulated CPU time (s) 402.15
Current children cumulated vsize (KiB) 12152

[startup+462.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/75 24504
/proc/meminfo: memFree=955512/2055920 swapFree=4173168/4192956
[pid=24503] ppid=24501 vsize=12724 CPUtime=462.12
/proc/24503/stat : 24503 (varsat-industri) R 24501 24503 24436 0 -1 4194304 2675 0 0 0 46210 2 0 0 25 0 1 0 1099588252 13029376 2635 1992294400 4194304 5102648 548682068784 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/24503/statm: 3181 2635 110 221 0 2957 0
Current children cumulated CPU time (s) 462.12
Current children cumulated vsize (KiB) 12724

[startup+522.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/75 24504
/proc/meminfo: memFree=955192/2055920 swapFree=4173168/4192956
[pid=24503] ppid=24501 vsize=12912 CPUtime=522.11
/proc/24503/stat : 24503 (varsat-industri) R 24501 24503 24436 0 -1 4194304 2745 0 0 0 52208 3 0 0 25 0 1 0 1099588252 13221888 2705 1992294400 4194304 5102648 548682068784 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/24503/statm: 3228 2705 110 221 0 3004 0
Current children cumulated CPU time (s) 522.11
Current children cumulated vsize (KiB) 12912

[startup+582.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/75 24504
/proc/meminfo: memFree=954936/2055920 swapFree=4173168/4192956
[pid=24503] ppid=24501 vsize=13292 CPUtime=582.09
/proc/24503/stat : 24503 (varsat-industri) R 24501 24503 24436 0 -1 4194304 2827 0 0 0 58206 3 0 0 25 0 1 0 1099588252 13611008 2787 1992294400 4194304 5102648 548682068784 18446744073709551615 4249362 0 0 4096 3 0 0 0 17 1 0 0
/proc/24503/statm: 3323 2787 110 221 0 3099 0
Current children cumulated CPU time (s) 582.09
Current children cumulated vsize (KiB) 13292

[startup+642.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/75 24504
/proc/meminfo: memFree=954680/2055920 swapFree=4173168/4192956
[pid=24503] ppid=24501 vsize=13480 CPUtime=642.07
/proc/24503/stat : 24503 (varsat-industri) R 24501 24503 24436 0 -1 4194304 2859 0 0 0 64204 3 0 0 25 0 1 0 1099588252 13803520 2819 1992294400 4194304 5102648 548682068784 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/24503/statm: 3370 2819 110 221 0 3146 0
Current children cumulated CPU time (s) 642.07
Current children cumulated vsize (KiB) 13480

[startup+702.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/75 24504
/proc/meminfo: memFree=954360/2055920 swapFree=4173168/4192956
[pid=24503] ppid=24501 vsize=13672 CPUtime=702.04
/proc/24503/stat : 24503 (varsat-industri) R 24501 24503 24436 0 -1 4194304 2934 0 0 0 70201 3 0 0 25 0 1 0 1099588252 14000128 2894 1992294400 4194304 5102648 548682068784 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/24503/statm: 3418 2894 110 221 0 3194 0
Current children cumulated CPU time (s) 702.04
Current children cumulated vsize (KiB) 13672

[startup+762.307 s]
/proc/loadavg: 0.99 0.98 0.99 2/75 24504
/proc/meminfo: memFree=953976/2055920 swapFree=4173168/4192956
[pid=24503] ppid=24501 vsize=14192 CPUtime=762.03
/proc/24503/stat : 24503 (varsat-industri) R 24501 24503 24436 0 -1 4194304 3030 0 0 0 76200 3 0 0 25 0 1 0 1099588252 14532608 2990 1992294400 4194304 5102648 548682068784 18446744073709551615 4249876 0 0 4096 3 0 0 0 17 1 0 0
/proc/24503/statm: 3548 2990 110 221 0 3324 0
Current children cumulated CPU time (s) 762.03
Current children cumulated vsize (KiB) 14192

[startup+822.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/75 24504
/proc/meminfo: memFree=953976/2055920 swapFree=4173168/4192956
[pid=24503] ppid=24501 vsize=14192 CPUtime=822
/proc/24503/stat : 24503 (varsat-industri) R 24501 24503 24436 0 -1 4194304 3042 0 0 0 82197 3 0 0 25 0 1 0 1099588252 14532608 3002 1992294400 4194304 5102648 548682068784 18446744073709551615 4249876 0 0 4096 3 0 0 0 17 1 0 0
/proc/24503/statm: 3548 3002 110 221 0 3324 0
Current children cumulated CPU time (s) 822
Current children cumulated vsize (KiB) 14192

[startup+882.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/75 24504
/proc/meminfo: memFree=953848/2055920 swapFree=4173168/4192956
[pid=24503] ppid=24501 vsize=14384 CPUtime=881.98
/proc/24503/stat : 24503 (varsat-industri) R 24501 24503 24436 0 -1 4194304 3090 0 0 0 88194 4 0 0 25 0 1 0 1099588252 14729216 3050 1992294400 4194304 5102648 548682068784 18446744073709551615 4249967 0 0 4096 3 0 0 0 17 1 0 0
/proc/24503/statm: 3596 3050 110 221 0 3372 0
Current children cumulated CPU time (s) 881.98
Current children cumulated vsize (KiB) 14384

[startup+942.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/75 24504
/proc/meminfo: memFree=953656/2055920 swapFree=4173168/4192956
[pid=24503] ppid=24501 vsize=14620 CPUtime=941.96
/proc/24503/stat : 24503 (varsat-industri) R 24501 24503 24436 0 -1 4194304 3142 0 0 0 94192 4 0 0 25 0 1 0 1099588252 14970880 3102 1992294400 4194304 5102648 548682068784 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/24503/statm: 3655 3102 110 221 0 3431 0
Current children cumulated CPU time (s) 941.96
Current children cumulated vsize (KiB) 14620

[startup+1002.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/75 24504
/proc/meminfo: memFree=953464/2055920 swapFree=4173168/4192956
[pid=24503] ppid=24501 vsize=14808 CPUtime=1001.94
/proc/24503/stat : 24503 (varsat-industri) R 24501 24503 24436 0 -1 4194304 3194 0 0 0 100190 4 0 0 25 0 1 0 1099588252 15163392 3154 1992294400 4194304 5102648 548682068784 18446744073709551615 4255498 0 0 4096 3 0 0 0 17 1 0 0
/proc/24503/statm: 3702 3154 110 221 0 3478 0
Current children cumulated CPU time (s) 1001.94
Current children cumulated vsize (KiB) 14808

[startup+1062.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/75 24504
/proc/meminfo: memFree=953400/2055920 swapFree=4173168/4192956
[pid=24503] ppid=24501 vsize=14808 CPUtime=1061.92
/proc/24503/stat : 24503 (varsat-industri) R 24501 24503 24436 0 -1 4194304 3207 0 0 0 106188 4 0 0 25 0 1 0 1099588252 15163392 3167 1992294400 4194304 5102648 548682068784 18446744073709551615 4249932 0 0 4096 3 0 0 0 17 1 0 0
/proc/24503/statm: 3702 3167 110 221 0 3478 0
Current children cumulated CPU time (s) 1061.92
Current children cumulated vsize (KiB) 14808

[startup+1122.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/75 24504
/proc/meminfo: memFree=953272/2055920 swapFree=4173168/4192956
[pid=24503] ppid=24501 vsize=14808 CPUtime=1121.91
/proc/24503/stat : 24503 (varsat-industri) R 24501 24503 24436 0 -1 4194304 3236 0 0 0 112186 5 0 0 25 0 1 0 1099588252 15163392 3196 1992294400 4194304 5102648 548682068784 18446744073709551615 4249879 0 0 4096 3 0 0 0 17 1 0 0
/proc/24503/statm: 3702 3196 110 221 0 3478 0
Current children cumulated CPU time (s) 1121.91
Current children cumulated vsize (KiB) 14808

[startup+1182.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/75 24504
/proc/meminfo: memFree=953016/2055920 swapFree=4173168/4192956
[pid=24503] ppid=24501 vsize=15188 CPUtime=1181.88
/proc/24503/stat : 24503 (varsat-industri) R 24501 24503 24436 0 -1 4194304 3292 0 0 0 118183 5 0 0 25 0 1 0 1099588252 15552512 3252 1992294400 4194304 5102648 548682068784 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/24503/statm: 3797 3252 110 221 0 3573 0
Current children cumulated CPU time (s) 1181.88
Current children cumulated vsize (KiB) 15188



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.5 s]
/proc/loadavg: 0.99 0.98 0.99 2/75 24510
/proc/meminfo: memFree=952696/2055920 swapFree=4173168/4192956
[pid=24503] ppid=24501 vsize=15332 CPUtime=1200.07
/proc/24503/stat : 24503 (varsat-industri) R 24501 24503 24436 0 -1 4194304 3319 0 0 0 120002 5 0 0 25 0 1 0 1099588252 15699968 3279 1992294400 4194304 5102648 548682068784 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/24503/statm: 3833 3279 110 221 0 3609 0
Current children cumulated CPU time (s) 1200.07
Current children cumulated vsize (KiB) 15332

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.98 0.99 2/75 24510
/proc/meminfo: memFree=952696/2055920 swapFree=4173168/4192956
[pid=24503] ppid=24501 vsize=15332 CPUtime=1200.07
/proc/24503/stat : 24503 (varsat-industri) R 24501 24503 24436 0 -1 4194304 3319 0 0 0 120002 5 0 0 25 0 1 0 1099588252 15699968 3279 1992294400 4194304 5102648 548682068784 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/24503/statm: 3833 3279 110 221 0 3609 0
Current children cumulated CPU time (s) 1200.07
Current children cumulated vsize (KiB) 15332

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1200.51
CPU time (s): 1200.08
CPU user time (s): 1200.03
CPU system time (s): 0.054991
CPU usage (%): 99.9647
Max. virtual memory (cumulated for all children) (KiB): 15332

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

runsolver used 1.10383 second user time and 3.2785 second system time

The end

Launcher Data

Begin job on node68 at 2009-03-28 20:41:12
IDJOB=1516420
IDBENCH=70511
IDSOLVER=538
FILE ID=node68/1516420-1238269272
PBS_JOBID= 9060899
Free space on /tmp= 66288 MiB

SOLVER NAME= VARSAT-industrial 2009-03-22
BENCH NAME= SAT09/RANDOM/MEDIUM/7SAT/SATISFIABLE/70/unif-k7-r89-v70-c6230-S284173264-081.cnf
COMMAND LINE= HOME/varsat-industrial_static -seed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1516420-1238269272/watcher-1516420-1238269272 -o /tmp/evaluation-result-1516420-1238269272/solver-1516420-1238269272 -C 1200 -W 1800 -M 1800 --output-limit 1,15  HOME/varsat-industrial_static -seed=1970788611 HOME/instance-1516420-1238269272.cnf

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

MD5SUM BENCH= e8f7903d690618b3eb32880d64fd6acf
RANDOM SEED=1970788611

node68.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.270
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.270
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:        966432 kB
Buffers:         84012 kB
Cached:         914972 kB
SwapCached:       9864 kB
Active:         122664 kB
Inactive:       888164 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        966432 kB
SwapTotal:     4192956 kB
SwapFree:      4173168 kB
Dirty:            1168 kB
Writeback:           0 kB
Mapped:          17728 kB
Slab:            63540 kB
Committed_AS:  2889528 kB
PageTables:       2136 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264960 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66288 MiB
End job on node68 at 2009-03-28 21:01:14