Trace number 1513024

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

General information on the benchmark

NameRANDOM/LARGE/5SAT/UNKNOWN/700/
unif-k5-r20-v700-c14000-S1970456972-046.cnf
MD5SUMa92f5808dbdbecf675a4a3e4cbc41fbd
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark13.7359
Satisfiable
(Un)Satisfiability was proved
Number of variables700
Number of clauses14000
Sum of the clauses size70000
Maximum clause length5
Minimum clause length5
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 514000
Number of clauses of size over 50

Solver Data

0.00/0.00	c ============================[ Problem Statistics ]=============================
0.00/0.00	c |                                                                             |
0.00/0.00	c |  Number of variables:  700                                                  |
0.00/0.00	c |  Number of clauses:    14000                                                |
0.00/0.02	c |  Parsing time:         0.02         s                                       |
0.00/0.02	c |  Timeout:              43200 s
0.00/0.02	c |  Random Seed:          135550524.000000
0.00/0.02	c |  Heuristic:            EMBP-G, threshold 0.950                              |
0.00/0.02	c |  Branching Rule:       default (solution-guided)                            |
0.00/0.02	c |  Learned clauses in surveys?  Using NO learned clauses.                     |
0.00/0.02	c |                                                                             |
0.09/0.10	c ============================[ Search Statistics ]==============================
0.09/0.10	c | Conflicts |          ORIGINAL         |          LEARNT          | Progress |
0.09/0.10	c |           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
0.09/0.10	c ===============================================================================
0.09/0.10	c |         0 |     700    14000    70000 |     4666        0    nan |  0.000 % |
0.09/0.13	c |       101 |     700    14000    70000 |     5133      101     93 |  0.000 % |
0.09/0.17	c |       251 |     700    14000    70000 |     5646      251     93 |  0.000 % |
0.19/0.21	c |       476 |     700    14000    70000 |     6211      476     93 |  0.000 % |
0.19/0.27	c |       814 |     700    14000    70000 |     6832      814     91 |  0.000 % |
0.29/0.34	c |      1321 |     700    14000    70000 |     7515     1321     96 |  0.000 % |
0.39/0.43	c |      2080 |     700    14000    70000 |     8267     2080     97 |  0.000 % |
0.49/0.56	c |      3219 |     700    14000    70000 |     9094     3219     99 |  0.000 % |
0.69/0.77	c |      4927 |     700    14000    70000 |    10003     4927     99 |  0.000 % |
1.09/1.11	c |      7489 |     700    14000    70000 |    11003     7489    102 |  0.000 % |
1.69/1.75	c |     11334 |     700    14000    70000 |    12104     5717    100 |  0.000 % |
2.59/2.67	c |     17103 |     700    14000    70000 |    13314    11486    104 |  0.000 % |
4.19/4.22	c |     25752 |     700    14000    70000 |    14645    13357    105 |  0.000 % |
6.79/6.83	c |     38726 |     700    14000    70000 |    16110    11428    109 |  0.000 % |
11.09/11.10	c |     58187 |     700    14000    70000 |    17721    14537    108 |  0.000 % |
18.39/18.44	c |     87380 |     700    14000    70000 |    19493    16792    105 |  0.000 % |
31.18/31.25	c |    131169 |     700    14000    70000 |    21443    11254    103 |  0.000 % |
51.58/51.67	c |    196853 |     700    14000    70000 |    23587    11842    100 |  0.000 % |
86.47/86.55	c |    295380 |     700    14000    70000 |    25946    14056    106 |  0.000 % |
141.54/141.62	c |    443170 |     700    14000    70000 |    28540    25340    112 |  0.000 % |
227.43/227.55	c |    664854 |     700    14000    70000 |    31394    26541    107 |  0.000 % |
358.28/358.49	c |    997379 |     700    14000    70000 |    34534    22200    105 |  0.000 % |
585.12/585.38	c |   1496169 |     700    14000    70000 |    37987    28894    112 |  0.000 % |
931.72/932.05	c |   2244352 |     700    14000    70000 |    41786    30006    109 |  0.000 % |

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-1513024-1238212533/watcher-1513024-1238212533 -o /tmp/evaluation-result-1513024-1238212533/solver-1513024-1238212533 -C 1200 -W 1800 -M 1800 --output-limit 1,15 HOME/varsat-industrial_static -seed=135550524 HOME/instance-1513024-1238212533.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.94 3/73 10465
/proc/meminfo: memFree=1680768/2055920 swapFree=4164824/4192956
[pid=10465] ppid=10463 vsize=2684 CPUtime=0
/proc/10465/stat : 10465 (varsat-industri) R 10463 10465 9738 0 -1 4194304 330 0 0 0 0 0 0 0 20 0 1 0 1093918142 2748416 315 1992294400 4194304 5102648 548682068784 18446744073709551615 4491703 0 0 4096 3 0 0 0 17 1 0 0
/proc/10465/statm: 671 316 87 221 0 447 0

[startup+0.0356471 s]
/proc/loadavg: 0.92 0.98 0.94 3/73 10465
/proc/meminfo: memFree=1680768/2055920 swapFree=4164824/4192956
[pid=10465] ppid=10463 vsize=5188 CPUtime=0.02
/proc/10465/stat : 10465 (varsat-industri) R 10463 10465 9738 0 -1 4194304 954 0 0 0 2 0 0 0 20 0 1 0 1093918142 5312512 939 1992294400 4194304 5102648 548682068784 18446744073709551615 4273025 0 0 4096 3 0 0 0 17 1 0 0
/proc/10465/statm: 1297 939 98 221 0 1073 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 5188

[startup+0.101651 s]
/proc/loadavg: 0.92 0.98 0.94 3/73 10465
/proc/meminfo: memFree=1680768/2055920 swapFree=4164824/4192956
[pid=10465] ppid=10463 vsize=5368 CPUtime=0.09
/proc/10465/stat : 10465 (varsat-industri) R 10463 10465 9738 0 -1 4194304 981 0 0 0 9 0 0 0 20 0 1 0 1093918142 5496832 966 1992294400 4194304 5102648 548682068784 18446744073709551615 4273025 0 0 4096 3 0 0 0 17 1 0 0
/proc/10465/statm: 1342 966 98 221 0 1118 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 5368

[startup+0.301672 s]
/proc/loadavg: 0.92 0.98 0.94 3/73 10465
/proc/meminfo: memFree=1680768/2055920 swapFree=4164824/4192956
[pid=10465] ppid=10463 vsize=4880 CPUtime=0.29
/proc/10465/stat : 10465 (varsat-industri) R 10463 10465 9738 0 -1 4194304 996 0 0 0 29 0 0 0 22 0 1 0 1093918142 4997120 913 1992294400 4194304 5102648 548682068784 18446744073709551615 4250291 0 0 4096 3 0 0 0 17 1 0 0
/proc/10465/statm: 1220 913 113 221 0 996 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 4880

[startup+0.701715 s]
/proc/loadavg: 0.92 0.98 0.94 3/73 10465
/proc/meminfo: memFree=1680768/2055920 swapFree=4164824/4192956
[pid=10465] ppid=10463 vsize=6200 CPUtime=0.69
/proc/10465/stat : 10465 (varsat-industri) R 10463 10465 9738 0 -1 4194304 1318 0 0 0 69 0 0 0 25 0 1 0 1093918142 6348800 1235 1992294400 4194304 5102648 548682068784 18446744073709551615 4491703 0 0 4096 3 0 0 0 17 1 0 0
/proc/10465/statm: 1550 1235 113 221 0 1326 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 6200

[startup+1.5018 s]
/proc/loadavg: 0.92 0.98 0.94 2/74 10466
/proc/meminfo: memFree=1675128/2055920 swapFree=4164824/4192956
[pid=10465] ppid=10463 vsize=9008 CPUtime=1.49
/proc/10465/stat : 10465 (varsat-industri) R 10463 10465 9738 0 -1 4194304 1998 0 0 0 149 0 0 0 25 0 1 0 1093918142 9224192 1915 1992294400 4194304 5102648 548682068784 18446744073709551615 4491703 0 0 4096 3 0 0 0 17 1 0 0
/proc/10465/statm: 2252 1915 113 221 0 2028 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 9008

[startup+3.10197 s]
/proc/loadavg: 0.92 0.98 0.94 2/74 10466
/proc/meminfo: memFree=1672696/2055920 swapFree=4164824/4192956
[pid=10465] ppid=10463 vsize=10980 CPUtime=3.09
/proc/10465/stat : 10465 (varsat-industri) R 10463 10465 9738 0 -1 4194304 2483 0 0 0 308 1 0 0 25 0 1 0 1093918142 11243520 2400 1992294400 4194304 5102648 548682068784 18446744073709551615 4249077 0 0 4096 3 0 0 0 17 1 0 0
/proc/10465/statm: 2745 2400 113 221 0 2521 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 10980

[startup+6.30131 s]
/proc/loadavg: 0.93 0.98 0.94 2/74 10466
/proc/meminfo: memFree=1670392/2055920 swapFree=4164824/4192956
[pid=10465] ppid=10463 vsize=12036 CPUtime=6.29
/proc/10465/stat : 10465 (varsat-industri) R 10463 10465 9738 0 -1 4194304 2774 0 0 0 628 1 0 0 25 0 1 0 1093918142 12324864 2691 1992294400 4194304 5102648 548682068784 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/10465/statm: 3009 2691 113 221 0 2785 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 12036

[startup+12.702 s]
/proc/loadavg: 0.93 0.98 0.94 2/74 10466
/proc/meminfo: memFree=1667968/2055920 swapFree=4164824/4192956
[pid=10465] ppid=10463 vsize=14148 CPUtime=12.69
/proc/10465/stat : 10465 (varsat-industri) R 10463 10465 9738 0 -1 4194304 3314 0 0 0 1268 1 0 0 25 0 1 0 1093918142 14487552 3231 1992294400 4194304 5102648 548682068784 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/10465/statm: 3537 3231 113 221 0 3313 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 14148

[startup+25.5014 s]
/proc/loadavg: 0.95 0.98 0.94 2/74 10466
/proc/meminfo: memFree=1665920/2055920 swapFree=4164824/4192956
[pid=10465] ppid=10463 vsize=16340 CPUtime=25.48
/proc/10465/stat : 10465 (varsat-industri) R 10463 10465 9738 0 -1 4194304 3827 0 0 0 2546 2 0 0 25 0 1 0 1093918142 16732160 3744 1992294400 4194304 5102648 548682068784 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/10465/statm: 4085 3744 113 221 0 3861 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 16340

[startup+51.1011 s]
/proc/loadavg: 1.02 1.00 0.94 2/74 10466
/proc/meminfo: memFree=1664192/2055920 swapFree=4164824/4192956
[pid=10465] ppid=10463 vsize=18068 CPUtime=51.08
/proc/10465/stat : 10465 (varsat-industri) R 10463 10465 9738 0 -1 4194304 4245 0 0 0 5105 3 0 0 25 0 1 0 1093918142 18501632 4162 1992294400 4194304 5102648 548682068784 18446744073709551615 4249858 0 0 4096 3 0 0 0 17 1 0 0
/proc/10465/statm: 4517 4162 113 221 0 4293 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 18068

[startup+102.306 s]
/proc/loadavg: 1.01 1.00 0.94 2/74 10466
/proc/meminfo: memFree=1660032/2055920 swapFree=4164824/4192956
[pid=10465] ppid=10463 vsize=22224 CPUtime=102.26
/proc/10465/stat : 10465 (varsat-industri) R 10463 10465 9738 0 -1 4194304 5286 0 0 0 10223 3 0 0 25 0 1 0 1093918142 22757376 5203 1992294400 4194304 5102648 548682068784 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/10465/statm: 5556 5203 113 221 0 5332 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 22224

[startup+162.302 s]
/proc/loadavg: 1.00 1.00 0.94 2/74 10466
/proc/meminfo: memFree=1656768/2055920 swapFree=4164824/4192956
[pid=10465] ppid=10463 vsize=25516 CPUtime=162.25
/proc/10465/stat : 10465 (varsat-industri) R 10463 10465 9738 0 -1 4194304 6082 0 0 0 16221 4 0 0 25 0 1 0 1093918142 26128384 5999 1992294400 4194304 5102648 548682068784 18446744073709551615 4249797 0 0 4096 3 0 0 0 17 1 0 0
/proc/10465/statm: 6379 5999 113 221 0 6155 0
Current children cumulated CPU time (s) 162.25
Current children cumulated vsize (KiB) 25516

[startup+222.301 s]
/proc/loadavg: 1.00 1.00 0.94 2/74 10466
/proc/meminfo: memFree=1655872/2055920 swapFree=4164824/4192956
[pid=10465] ppid=10463 vsize=26372 CPUtime=222.23
/proc/10465/stat : 10465 (varsat-industri) R 10463 10465 9738 0 -1 4194304 6290 0 0 0 22219 4 0 0 25 0 1 0 1093918142 27004928 6207 1992294400 4194304 5102648 548682068784 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/10465/statm: 6593 6207 113 221 0 6369 0
Current children cumulated CPU time (s) 222.23
Current children cumulated vsize (KiB) 26372

[startup+282.302 s]
/proc/loadavg: 1.00 1.00 0.94 2/74 10466
/proc/meminfo: memFree=1652736/2055920 swapFree=4164824/4192956
[pid=10465] ppid=10463 vsize=29408 CPUtime=282.21
/proc/10465/stat : 10465 (varsat-industri) R 10463 10465 9738 0 -1 4194304 7057 0 0 0 28216 5 0 0 25 0 1 0 1093918142 30113792 6974 1992294400 4194304 5102648 548682068784 18446744073709551615 4249843 0 0 4096 3 0 0 0 17 1 0 0
/proc/10465/statm: 7352 6974 113 221 0 7128 0
Current children cumulated CPU time (s) 282.21
Current children cumulated vsize (KiB) 29408

[startup+342.301 s]
/proc/loadavg: 1.00 1.00 0.94 2/74 10472
/proc/meminfo: memFree=1652416/2055920 swapFree=4164824/4192956
[pid=10465] ppid=10463 vsize=29732 CPUtime=342.19
/proc/10465/stat : 10465 (varsat-industri) R 10463 10465 9738 0 -1 4194304 7114 0 0 0 34214 5 0 0 25 0 1 0 1093918142 30445568 7031 1992294400 4194304 5102648 548682068784 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/10465/statm: 7433 7031 113 221 0 7209 0
Current children cumulated CPU time (s) 342.19
Current children cumulated vsize (KiB) 29732

[startup+402.302 s]
/proc/loadavg: 1.00 1.00 0.94 2/74 10472
/proc/meminfo: memFree=1649280/2055920 swapFree=4164824/4192956
[pid=10465] ppid=10463 vsize=32884 CPUtime=402.17
/proc/10465/stat : 10465 (varsat-industri) R 10463 10465 9738 0 -1 4194304 7892 0 0 0 40211 6 0 0 25 0 1 0 1093918142 33673216 7809 1992294400 4194304 5102648 548682068784 18446744073709551615 4249879 0 0 4096 3 0 0 0 17 1 0 0
/proc/10465/statm: 8221 7809 113 221 0 7997 0
Current children cumulated CPU time (s) 402.17
Current children cumulated vsize (KiB) 32884

[startup+462.302 s]
/proc/loadavg: 1.00 1.00 0.94 2/74 10472
/proc/meminfo: memFree=1648832/2055920 swapFree=4164824/4192956
[pid=10465] ppid=10463 vsize=33360 CPUtime=462.16
/proc/10465/stat : 10465 (varsat-industri) R 10463 10465 9738 0 -1 4194304 7990 0 0 0 46210 6 0 0 25 0 1 0 1093918142 34160640 7907 1992294400 4194304 5102648 548682068784 18446744073709551615 4249855 0 0 4096 3 0 0 0 17 1 0 0
/proc/10465/statm: 8340 7907 113 221 0 8116 0
Current children cumulated CPU time (s) 462.16
Current children cumulated vsize (KiB) 33360

[startup+522.301 s]
/proc/loadavg: 1.00 1.00 0.94 2/74 10472
/proc/meminfo: memFree=1648448/2055920 swapFree=4164824/4192956
[pid=10465] ppid=10463 vsize=33776 CPUtime=522.14
/proc/10465/stat : 10465 (varsat-industri) R 10463 10465 9738 0 -1 4194304 8099 0 0 0 52208 6 0 0 25 0 1 0 1093918142 34586624 8016 1992294400 4194304 5102648 548682068784 18446744073709551615 4249945 0 0 4096 3 0 0 0 17 1 0 0
/proc/10465/statm: 8444 8016 113 221 0 8220 0
Current children cumulated CPU time (s) 522.14
Current children cumulated vsize (KiB) 33776

[startup+582.302 s]
/proc/loadavg: 1.00 1.00 0.94 2/74 10472
/proc/meminfo: memFree=1647680/2055920 swapFree=4164824/4192956
[pid=10465] ppid=10463 vsize=34604 CPUtime=582.12
/proc/10465/stat : 10465 (varsat-industri) R 10463 10465 9738 0 -1 4194304 8292 0 0 0 58206 6 0 0 25 0 1 0 1093918142 35434496 8209 1992294400 4194304 5102648 548682068784 18446744073709551615 4250291 0 0 4096 3 0 0 0 17 1 0 0
/proc/10465/statm: 8651 8209 113 221 0 8427 0
Current children cumulated CPU time (s) 582.12
Current children cumulated vsize (KiB) 34604

[startup+642.301 s]
/proc/loadavg: 1.00 1.00 0.94 2/74 10472
/proc/meminfo: memFree=1645632/2055920 swapFree=4164824/4192956
[pid=10465] ppid=10463 vsize=36500 CPUtime=642.11
/proc/10465/stat : 10465 (varsat-industri) R 10463 10465 9738 0 -1 4194304 8783 0 0 0 64204 7 0 0 25 0 1 0 1093918142 37376000 8700 1992294400 4194304 5102648 548682068784 18446744073709551615 4249876 0 0 4096 3 0 0 0 17 1 0 0
/proc/10465/statm: 9125 8700 113 221 0 8901 0
Current children cumulated CPU time (s) 642.11
Current children cumulated vsize (KiB) 36500

[startup+702.302 s]
/proc/loadavg: 1.00 1.00 0.94 2/74 10472
/proc/meminfo: memFree=1644928/2055920 swapFree=4164824/4192956
[pid=10465] ppid=10463 vsize=37284 CPUtime=702.09
/proc/10465/stat : 10465 (varsat-industri) R 10463 10465 9738 0 -1 4194304 8971 0 0 0 70202 7 0 0 25 0 1 0 1093918142 38178816 8888 1992294400 4194304 5102648 548682068784 18446744073709551615 4250181 0 0 4096 3 0 0 0 17 1 0 0
/proc/10465/statm: 9321 8888 113 221 0 9097 0
Current children cumulated CPU time (s) 702.09
Current children cumulated vsize (KiB) 37284

[startup+762.307 s]
/proc/loadavg: 1.00 1.00 0.94 2/74 10472
/proc/meminfo: memFree=1644160/2055920 swapFree=4164824/4192956
[pid=10465] ppid=10463 vsize=38000 CPUtime=762.08
/proc/10465/stat : 10465 (varsat-industri) R 10463 10465 9738 0 -1 4194304 9151 0 0 0 76201 7 0 0 25 0 1 0 1093918142 38912000 9068 1992294400 4194304 5102648 548682068784 18446744073709551615 4249791 0 0 4096 3 0 0 0 17 1 0 0
/proc/10465/statm: 9500 9068 113 221 0 9276 0
Current children cumulated CPU time (s) 762.08
Current children cumulated vsize (KiB) 38000

[startup+822.301 s]
/proc/loadavg: 1.00 1.00 0.94 2/74 10472
/proc/meminfo: memFree=1643904/2055920 swapFree=4164824/4192956
[pid=10465] ppid=10463 vsize=38264 CPUtime=822.05
/proc/10465/stat : 10465 (varsat-industri) R 10463 10465 9738 0 -1 4194304 9205 0 0 0 82198 7 0 0 25 0 1 0 1093918142 39182336 9122 1992294400 4194304 5102648 548682068784 18446744073709551615 4249858 0 0 4096 3 0 0 0 17 1 0 0
/proc/10465/statm: 9566 9122 113 221 0 9342 0
Current children cumulated CPU time (s) 822.05
Current children cumulated vsize (KiB) 38264

[startup+882.302 s]
/proc/loadavg: 1.00 1.00 0.94 2/74 10472
/proc/meminfo: memFree=1643392/2055920 swapFree=4164824/4192956
[pid=10465] ppid=10463 vsize=38820 CPUtime=882.03
/proc/10465/stat : 10465 (varsat-industri) R 10463 10465 9738 0 -1 4194304 9320 0 0 0 88196 7 0 0 25 0 1 0 1093918142 39751680 9237 1992294400 4194304 5102648 548682068784 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/10465/statm: 9705 9237 113 221 0 9481 0
Current children cumulated CPU time (s) 882.03
Current children cumulated vsize (KiB) 38820

[startup+942.301 s]
/proc/loadavg: 1.00 1.00 0.94 2/74 10472
/proc/meminfo: memFree=1641856/2055920 swapFree=4164824/4192956
[pid=10465] ppid=10463 vsize=40492 CPUtime=942.02
/proc/10465/stat : 10465 (varsat-industri) R 10463 10465 9738 0 -1 4194304 9711 0 0 0 94195 7 0 0 25 0 1 0 1093918142 41463808 9628 1992294400 4194304 5102648 548682068784 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/10465/statm: 10123 9628 113 221 0 9899 0
Current children cumulated CPU time (s) 942.02
Current children cumulated vsize (KiB) 40492

[startup+1002.3 s]
/proc/loadavg: 1.00 1.00 0.94 2/74 10472
/proc/meminfo: memFree=1640128/2055920 swapFree=4164824/4192956
[pid=10465] ppid=10463 vsize=42276 CPUtime=1002
/proc/10465/stat : 10465 (varsat-industri) R 10463 10465 9738 0 -1 4194304 10129 0 0 0 100192 8 0 0 25 0 1 0 1093918142 43290624 10046 1992294400 4194304 5102648 548682068784 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/10465/statm: 10569 10046 113 221 0 10345 0
Current children cumulated CPU time (s) 1002
Current children cumulated vsize (KiB) 42276

[startup+1062.3 s]
/proc/loadavg: 1.00 1.00 0.94 2/74 10472
/proc/meminfo: memFree=1639744/2055920 swapFree=4164824/4192956
[pid=10465] ppid=10463 vsize=42800 CPUtime=1061.99
/proc/10465/stat : 10465 (varsat-industri) R 10463 10465 9738 0 -1 4194304 10256 0 0 0 106191 8 0 0 25 0 1 0 1093918142 43827200 10173 1992294400 4194304 5102648 548682068784 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/10465/statm: 10700 10173 113 221 0 10476 0
Current children cumulated CPU time (s) 1061.99
Current children cumulated vsize (KiB) 42800

[startup+1122.3 s]
/proc/loadavg: 1.00 1.00 0.94 2/74 10472
/proc/meminfo: memFree=1639168/2055920 swapFree=4164824/4192956
[pid=10465] ppid=10463 vsize=43368 CPUtime=1121.97
/proc/10465/stat : 10465 (varsat-industri) R 10463 10465 9738 0 -1 4194304 10405 0 0 0 112189 8 0 0 25 0 1 0 1093918142 44408832 10322 1992294400 4194304 5102648 548682068784 18446744073709551615 4249945 0 0 4096 3 0 0 0 17 1 0 0
/proc/10465/statm: 10842 10322 113 221 0 10618 0
Current children cumulated CPU time (s) 1121.97
Current children cumulated vsize (KiB) 43368

[startup+1182.3 s]
/proc/loadavg: 1.00 1.00 0.94 2/74 10472
/proc/meminfo: memFree=1638656/2055920 swapFree=4164824/4192956
[pid=10465] ppid=10463 vsize=43812 CPUtime=1181.95
/proc/10465/stat : 10465 (varsat-industri) R 10463 10465 9738 0 -1 4194304 10522 0 0 0 118187 8 0 0 25 0 1 0 1093918142 44863488 10439 1992294400 4194304 5102648 548682068784 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/10465/statm: 10953 10439 113 221 0 10729 0
Current children cumulated CPU time (s) 1181.95
Current children cumulated vsize (KiB) 43812



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.4 s]
/proc/loadavg: 1.00 1.00 0.94 2/74 10472
/proc/meminfo: memFree=1638528/2055920 swapFree=4164824/4192956
[pid=10465] ppid=10463 vsize=43948 CPUtime=1200.05
/proc/10465/stat : 10465 (varsat-industri) R 10463 10465 9738 0 -1 4194304 10548 0 0 0 119997 8 0 0 25 0 1 0 1093918142 45002752 10465 1992294400 4194304 5102648 548682068784 18446744073709551615 4255039 0 0 4096 3 0 0 0 17 1 0 0
/proc/10465/statm: 10987 10465 113 221 0 10763 0
Current children cumulated CPU time (s) 1200.05
Current children cumulated vsize (KiB) 43948

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.07
CPU user time (s): 1199.97
CPU system time (s): 0.095985
CPU usage (%): 99.9713
Max. virtual memory (cumulated for all children) (KiB): 43948

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

runsolver used 1.16082 second user time and 3.21751 second system time

The end

Launcher Data

Begin job on node81 at 2009-03-28 04:55:33
IDJOB=1513024
IDBENCH=70228
IDSOLVER=538
FILE ID=node81/1513024-1238212533
PBS_JOBID= 9060486
Free space on /tmp= 126236 MiB

SOLVER NAME= VARSAT-industrial 2009-03-22
BENCH NAME= SAT09/RANDOM/LARGE/5SAT/UNKNOWN/700/unif-k5-r20-v700-c14000-S1970456972-046.cnf
COMMAND LINE= HOME/varsat-industrial_static -seed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1513024-1238212533/watcher-1513024-1238212533 -o /tmp/evaluation-result-1513024-1238212533/solver-1513024-1238212533 -C 1200 -W 1800 -M 1800 --output-limit 1,15  HOME/varsat-industrial_static -seed=135550524 HOME/instance-1513024-1238212533.cnf

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

MD5SUM BENCH= a92f5808dbdbecf675a4a3e4cbc41fbd
RANDOM SEED=135550524

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


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1681184 kB
Buffers:         29576 kB
Cached:         249552 kB
SwapCached:      18984 kB
Active:          77624 kB
Inactive:       222344 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1681184 kB
SwapTotal:     4192956 kB
SwapFree:      4164824 kB
Dirty:            1336 kB
Writeback:           0 kB
Mapped:          26592 kB
Slab:            59612 kB
Committed_AS:  2804380 kB
PageTables:       2084 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= 126236 MiB
End job on node81 at 2009-03-28 05:15:36