Trace number 1513060

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/LARGE/5SAT/UNKNOWN/700/
unif-k5-r20-v700-c14000-S1611899384-022.cnf
MD5SUM66fb9b1d9d1970f097747a014bb15243
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark1.93271
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:          1565195688.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.14	c |       103 |     700    14000    70000 |     5133      103    110 |  0.000 % |
0.09/0.18	c |       255 |     700    14000    70000 |     5646      255    109 |  0.000 % |
0.19/0.22	c |       481 |     700    14000    70000 |     6211      481    103 |  0.000 % |
0.19/0.28	c |       818 |     700    14000    70000 |     6832      818    100 |  0.000 % |
0.29/0.35	c |      1324 |     700    14000    70000 |     7515     1324    100 |  0.000 % |
0.39/0.45	c |      2085 |     700    14000    70000 |     8267     2085    100 |  0.000 % |
0.49/0.59	c |      3227 |     700    14000    70000 |     9094     3227    100 |  0.000 % |
0.79/0.80	c |      4936 |     700    14000    70000 |    10003     4936    101 |  0.000 % |
1.09/1.16	c |      7502 |     700    14000    70000 |    11003     7502    102 |  0.000 % |
1.79/1.84	c |     11346 |     700    14000    70000 |    12104     5720    101 |  0.000 % |
2.69/2.77	c |     17112 |     700    14000    70000 |    13314    11486    102 |  0.000 % |
4.29/4.37	c |     25761 |     700    14000    70000 |    14645    13356    101 |  0.000 % |
7.29/7.33	c |     38735 |     700    14000    70000 |    16110    11453    102 |  0.000 % |
12.09/12.17	c |     58197 |     700    14000    70000 |    17721    14553    105 |  0.000 % |
20.38/20.46	c |     87389 |     700    14000    70000 |    19493    16808    107 |  0.000 % |
33.88/33.94	c |    131178 |     700    14000    70000 |    21443    11236    107 |  0.000 % |
55.16/55.28	c |    196863 |     700    14000    70000 |    23587    11845    100 |  0.000 % |
89.16/89.28	c |    295389 |     700    14000    70000 |    25946    13903    105 |  0.000 % |
144.44/144.59	c |    443179 |     700    14000    70000 |    28540    21691    108 |  0.000 % |
232.70/232.89	c |    664864 |     700    14000    70000 |    31394    17196    105 |  0.000 % |
375.25/375.46	c |    997389 |     700    14000    70000 |    34534    15690    100 |  0.000 % |
599.56/599.89	c |   1496177 |     700    14000    70000 |    37987    18489    102 |  0.000 % |
980.13/980.59	c |   2244361 |     700    14000    70000 |    41786    25856    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-1513060-1238212544/watcher-1513060-1238212544 -o /tmp/evaluation-result-1513060-1238212544/solver-1513060-1238212544 -C 1200 -W 1800 -M 1800 --output-limit 1,15 HOME/varsat-industrial_static -seed=1565195688 HOME/instance-1513060-1238212544.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.99 0.97 0.91 3/70 26696
/proc/meminfo: memFree=918472/2055920 swapFree=4170584/4192956
[pid=26696] ppid=26694 vsize=2548 CPUtime=0
/proc/26696/stat : 26696 (varsat-industri) R 26694 26696 25985 0 -1 4194304 318 0 0 0 0 0 0 0 18 0 1 0 1093917061 2609152 303 1992294400 4194304 5102648 548682068784 18446744073709551615 4491703 0 0 4096 3 0 0 0 17 1 0 0
/proc/26696/statm: 637 307 87 221 0 413 0

[startup+0.038188 s]
/proc/loadavg: 0.99 0.97 0.91 3/70 26696
/proc/meminfo: memFree=918472/2055920 swapFree=4170584/4192956
[pid=26696] ppid=26694 vsize=5044 CPUtime=0.03
/proc/26696/stat : 26696 (varsat-industri) R 26694 26696 25985 0 -1 4194304 942 0 0 0 3 0 0 0 18 0 1 0 1093917061 5165056 927 1992294400 4194304 5102648 548682068784 18446744073709551615 4272870 0 0 4096 3 0 0 0 17 1 0 0
/proc/26696/statm: 1261 927 98 221 0 1037 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 5044

[startup+0.101185 s]
/proc/loadavg: 0.99 0.97 0.91 3/70 26696
/proc/meminfo: memFree=918472/2055920 swapFree=4170584/4192956
[pid=26696] ppid=26694 vsize=5224 CPUtime=0.09
/proc/26696/stat : 26696 (varsat-industri) R 26694 26696 25985 0 -1 4194304 969 0 0 0 9 0 0 0 18 0 1 0 1093917061 5349376 954 1992294400 4194304 5102648 548682068784 18446744073709551615 4273022 0 0 4096 3 0 0 0 17 1 0 0
/proc/26696/statm: 1306 954 98 221 0 1082 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 5224

[startup+0.301221 s]
/proc/loadavg: 0.99 0.97 0.91 3/70 26696
/proc/meminfo: memFree=918472/2055920 swapFree=4170584/4192956
[pid=26696] ppid=26694 vsize=4812 CPUtime=0.29
/proc/26696/stat : 26696 (varsat-industri) R 26694 26696 25985 0 -1 4194304 984 0 0 0 29 0 0 0 19 0 1 0 1093917061 4927488 896 1992294400 4194304 5102648 548682068784 18446744073709551615 4213880 0 0 4096 3 0 0 0 17 1 0 0
/proc/26696/statm: 1203 896 113 221 0 979 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 4812

[startup+0.701293 s]
/proc/loadavg: 0.99 0.97 0.91 3/70 26696
/proc/meminfo: memFree=918472/2055920 swapFree=4170584/4192956
[pid=26696] ppid=26694 vsize=6172 CPUtime=0.69
/proc/26696/stat : 26696 (varsat-industri) R 26694 26696 25985 0 -1 4194304 1301 0 0 0 69 0 0 0 22 0 1 0 1093917061 6320128 1213 1992294400 4194304 5102648 548682068784 18446744073709551615 4249872 0 0 4096 3 0 0 0 17 1 0 0
/proc/26696/statm: 1543 1213 113 221 0 1319 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 6172

[startup+1.50144 s]
/proc/loadavg: 0.99 0.97 0.91 2/71 26697
/proc/meminfo: memFree=912960/2055920 swapFree=4170584/4192956
[pid=26696] ppid=26694 vsize=8740 CPUtime=1.49
/proc/26696/stat : 26696 (varsat-industri) R 26694 26696 25985 0 -1 4194304 1943 0 0 0 149 0 0 0 25 0 1 0 1093917061 8949760 1855 1992294400 4194304 5102648 548682068784 18446744073709551615 4491703 0 0 4096 3 0 0 0 17 1 0 0
/proc/26696/statm: 2185 1855 113 221 0 1961 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 8740

[startup+3.10173 s]
/proc/loadavg: 0.99 0.97 0.91 2/71 26697
/proc/meminfo: memFree=910464/2055920 swapFree=4170584/4192956
[pid=26696] ppid=26694 vsize=10696 CPUtime=3.09
/proc/26696/stat : 26696 (varsat-industri) R 26694 26696 25985 0 -1 4194304 2416 0 0 0 309 0 0 0 25 0 1 0 1093917061 10952704 2328 1992294400 4194304 5102648 548682068784 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/26696/statm: 2674 2328 113 221 0 2450 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 10696

[startup+6.30131 s]
/proc/loadavg: 0.99 0.97 0.91 2/71 26697
/proc/meminfo: memFree=908480/2055920 swapFree=4170584/4192956
[pid=26696] ppid=26694 vsize=11752 CPUtime=6.29
/proc/26696/stat : 26696 (varsat-industri) R 26694 26696 25985 0 -1 4194304 2686 0 0 0 628 1 0 0 25 0 1 0 1093917061 12034048 2598 1992294400 4194304 5102648 548682068784 18446744073709551615 4249923 0 0 4096 3 0 0 0 17 1 0 0
/proc/26696/statm: 2938 2598 113 221 0 2714 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 11752

[startup+12.7015 s]
/proc/loadavg: 0.99 0.97 0.91 2/71 26697
/proc/meminfo: memFree=907008/2055920 swapFree=4170584/4192956
[pid=26696] ppid=26694 vsize=13604 CPUtime=12.68
/proc/26696/stat : 26696 (varsat-industri) R 26694 26696 25985 0 -1 4194304 3168 0 0 0 1267 1 0 0 25 0 1 0 1093917061 13930496 3080 1992294400 4194304 5102648 548682068784 18446744073709551615 4249797 0 0 4096 3 0 0 0 17 1 0 0
/proc/26696/statm: 3401 3080 113 221 0 3177 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 13604

[startup+25.5018 s]
/proc/loadavg: 0.99 0.97 0.91 2/71 26697
/proc/meminfo: memFree=904000/2055920 swapFree=4170584/4192956
[pid=26696] ppid=26694 vsize=16032 CPUtime=25.49
/proc/26696/stat : 26696 (varsat-industri) R 26694 26696 25985 0 -1 4194304 3744 0 0 0 2547 2 0 0 25 0 1 0 1093917061 16416768 3656 1992294400 4194304 5102648 548682068784 18446744073709551615 4249858 0 0 4096 3 0 0 0 17 1 0 0
/proc/26696/statm: 4008 3656 113 221 0 3784 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 16032

[startup+51.1015 s]
/proc/loadavg: 0.99 0.97 0.91 2/71 26697
/proc/meminfo: memFree=901632/2055920 swapFree=4170584/4192956
[pid=26696] ppid=26694 vsize=18296 CPUtime=51.07
/proc/26696/stat : 26696 (varsat-industri) R 26694 26696 25985 0 -1 4194304 4327 0 0 0 5105 2 0 0 25 0 1 0 1093917061 18735104 4239 1992294400 4194304 5102648 548682068784 18446744073709551615 4249876 0 0 4096 3 0 0 0 17 1 0 0
/proc/26696/statm: 4574 4239 113 221 0 4350 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 18296

[startup+102.307 s]
/proc/loadavg: 0.99 0.97 0.91 2/71 26697
/proc/meminfo: memFree=898112/2055920 swapFree=4170584/4192956
[pid=26696] ppid=26694 vsize=21880 CPUtime=102.26
/proc/26696/stat : 26696 (varsat-industri) R 26694 26696 25985 0 -1 4194304 5222 0 0 0 10222 4 0 0 25 0 1 0 1093917061 22405120 5134 1992294400 4194304 5102648 548682068784 18446744073709551615 4249879 0 0 4096 3 0 0 0 17 1 0 0
/proc/26696/statm: 5470 5134 113 221 0 5246 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 21880

[startup+162.302 s]
/proc/loadavg: 0.99 0.97 0.91 2/71 26697
/proc/meminfo: memFree=895040/2055920 swapFree=4170584/4192956
[pid=26696] ppid=26694 vsize=25016 CPUtime=162.23
/proc/26696/stat : 26696 (varsat-industri) R 26694 26696 25985 0 -1 4194304 5979 0 0 0 16218 5 0 0 25 0 1 0 1093917061 25616384 5891 1992294400 4194304 5102648 548682068784 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/26696/statm: 6254 5891 113 221 0 6030 0
Current children cumulated CPU time (s) 162.23
Current children cumulated vsize (KiB) 25016

[startup+222.302 s]
/proc/loadavg: 0.99 0.97 0.91 2/71 26697
/proc/meminfo: memFree=894144/2055920 swapFree=4170584/4192956
[pid=26696] ppid=26694 vsize=26036 CPUtime=222.21
/proc/26696/stat : 26696 (varsat-industri) R 26694 26696 25985 0 -1 4194304 6198 0 0 0 22216 5 0 0 25 0 1 0 1093917061 26660864 6110 1992294400 4194304 5102648 548682068784 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/26696/statm: 6509 6110 113 221 0 6285 0
Current children cumulated CPU time (s) 222.21
Current children cumulated vsize (KiB) 26036

[startup+282.302 s]
/proc/loadavg: 0.99 0.97 0.91 2/71 26697
/proc/meminfo: memFree=891712/2055920 swapFree=4170584/4192956
[pid=26696] ppid=26694 vsize=28348 CPUtime=282.18
/proc/26696/stat : 26696 (varsat-industri) R 26694 26696 25985 0 -1 4194304 6800 0 0 0 28213 5 0 0 25 0 1 0 1093917061 29028352 6712 1992294400 4194304 5102648 548682068784 18446744073709551615 4249849 0 0 4096 3 0 0 0 17 1 0 0
/proc/26696/statm: 7087 6712 113 221 0 6863 0
Current children cumulated CPU time (s) 282.18
Current children cumulated vsize (KiB) 28348

[startup+342.301 s]
/proc/loadavg: 1.04 0.99 0.91 2/71 26703
/proc/meminfo: memFree=891264/2055920 swapFree=4170584/4192956
[pid=26696] ppid=26694 vsize=28684 CPUtime=342.16
/proc/26696/stat : 26696 (varsat-industri) R 26694 26696 25985 0 -1 4194304 6882 0 0 0 34210 6 0 0 25 0 1 0 1093917061 29372416 6794 1992294400 4194304 5102648 548682068784 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/26696/statm: 7171 6794 113 221 0 6947 0
Current children cumulated CPU time (s) 342.16
Current children cumulated vsize (KiB) 28684

[startup+402.301 s]
/proc/loadavg: 1.01 0.99 0.91 2/71 26703
/proc/meminfo: memFree=888768/2055920 swapFree=4170584/4192956
[pid=26696] ppid=26694 vsize=31296 CPUtime=402.14
/proc/26696/stat : 26696 (varsat-industri) R 26694 26696 25985 0 -1 4194304 7498 0 0 0 40208 6 0 0 25 0 1 0 1093917061 32047104 7410 1992294400 4194304 5102648 548682068784 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/26696/statm: 7824 7410 113 221 0 7600 0
Current children cumulated CPU time (s) 402.14
Current children cumulated vsize (KiB) 31296

[startup+462.301 s]
/proc/loadavg: 1.00 0.99 0.91 2/71 26703
/proc/meminfo: memFree=888448/2055920 swapFree=4170584/4192956
[pid=26696] ppid=26694 vsize=31656 CPUtime=462.12
/proc/26696/stat : 26696 (varsat-industri) R 26694 26696 25985 0 -1 4194304 7608 0 0 0 46205 7 0 0 25 0 1 0 1093917061 32415744 7520 1992294400 4194304 5102648 548682068784 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/26696/statm: 7914 7520 113 221 0 7690 0
Current children cumulated CPU time (s) 462.12
Current children cumulated vsize (KiB) 31656

[startup+522.301 s]
/proc/loadavg: 1.00 0.99 0.91 2/71 26703
/proc/meminfo: memFree=887552/2055920 swapFree=4170584/4192956
[pid=26696] ppid=26694 vsize=32664 CPUtime=522.09
/proc/26696/stat : 26696 (varsat-industri) R 26694 26696 25985 0 -1 4194304 7835 0 0 0 52202 7 0 0 25 0 1 0 1093917061 33447936 7747 1992294400 4194304 5102648 548682068784 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/26696/statm: 8166 7747 113 221 0 7942 0
Current children cumulated CPU time (s) 522.09
Current children cumulated vsize (KiB) 32664

[startup+582.301 s]
/proc/loadavg: 1.00 0.99 0.91 2/71 26703
/proc/meminfo: memFree=887360/2055920 swapFree=4170584/4192956
[pid=26696] ppid=26694 vsize=32928 CPUtime=582.07
/proc/26696/stat : 26696 (varsat-industri) R 26694 26696 25985 0 -1 4194304 7897 0 0 0 58200 7 0 0 25 0 1 0 1093917061 33718272 7809 1992294400 4194304 5102648 548682068784 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/26696/statm: 8232 7809 113 221 0 8008 0
Current children cumulated CPU time (s) 582.07
Current children cumulated vsize (KiB) 32928

[startup+642.301 s]
/proc/loadavg: 1.00 0.99 0.91 2/71 26703
/proc/meminfo: memFree=883648/2055920 swapFree=4170584/4192956
[pid=26696] ppid=26694 vsize=36556 CPUtime=642.06
/proc/26696/stat : 26696 (varsat-industri) R 26694 26696 25985 0 -1 4194304 8802 0 0 0 64197 9 0 0 25 0 1 0 1093917061 37433344 8714 1992294400 4194304 5102648 548682068784 18446744073709551615 4249791 0 0 4096 3 0 0 0 17 1 0 0
/proc/26696/statm: 9139 8714 113 221 0 8915 0
Current children cumulated CPU time (s) 642.06
Current children cumulated vsize (KiB) 36556

[startup+702.302 s]
/proc/loadavg: 1.00 0.99 0.91 2/71 26703
/proc/meminfo: memFree=882752/2055920 swapFree=4170584/4192956
[pid=26696] ppid=26694 vsize=37548 CPUtime=702.04
/proc/26696/stat : 26696 (varsat-industri) R 26694 26696 25985 0 -1 4194304 9033 0 0 0 70195 9 0 0 25 0 1 0 1093917061 38449152 8945 1992294400 4194304 5102648 548682068784 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/26696/statm: 9387 8945 113 221 0 9163 0
Current children cumulated CPU time (s) 702.04
Current children cumulated vsize (KiB) 37548

[startup+762.307 s]
/proc/loadavg: 1.00 0.99 0.91 2/71 26703
/proc/meminfo: memFree=882368/2055920 swapFree=4170584/4192956
[pid=26696] ppid=26694 vsize=37956 CPUtime=762.02
/proc/26696/stat : 26696 (varsat-industri) R 26694 26696 25985 0 -1 4194304 9116 0 0 0 76193 9 0 0 25 0 1 0 1093917061 38866944 9028 1992294400 4194304 5102648 548682068784 18446744073709551615 4249884 0 0 4096 3 0 0 0 17 1 0 0
/proc/26696/statm: 9489 9028 113 221 0 9265 0
Current children cumulated CPU time (s) 762.02
Current children cumulated vsize (KiB) 37956

[startup+822.302 s]
/proc/loadavg: 1.00 0.99 0.91 2/71 26703
/proc/meminfo: memFree=881920/2055920 swapFree=4170584/4192956
[pid=26696] ppid=26694 vsize=38544 CPUtime=821.99
/proc/26696/stat : 26696 (varsat-industri) R 26694 26696 25985 0 -1 4194304 9256 0 0 0 82190 9 0 0 25 0 1 0 1093917061 39469056 9168 1992294400 4194304 5102648 548682068784 18446744073709551615 4249945 0 0 4096 3 0 0 0 17 1 0 0
/proc/26696/statm: 9636 9168 113 221 0 9412 0
Current children cumulated CPU time (s) 821.99
Current children cumulated vsize (KiB) 38544

[startup+882.302 s]
/proc/loadavg: 1.00 0.99 0.91 2/71 26703
/proc/meminfo: memFree=881280/2055920 swapFree=4170584/4192956
[pid=26696] ppid=26694 vsize=39072 CPUtime=881.97
/proc/26696/stat : 26696 (varsat-industri) R 26694 26696 25985 0 -1 4194304 9401 0 0 0 88187 10 0 0 25 0 1 0 1093917061 40009728 9313 1992294400 4194304 5102648 548682068784 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/26696/statm: 9768 9313 113 221 0 9544 0
Current children cumulated CPU time (s) 881.97
Current children cumulated vsize (KiB) 39072

[startup+942.302 s]
/proc/loadavg: 1.00 0.99 0.91 2/71 26703
/proc/meminfo: memFree=881216/2055920 swapFree=4170584/4192956
[pid=26696] ppid=26694 vsize=39072 CPUtime=941.95
/proc/26696/stat : 26696 (varsat-industri) R 26694 26696 25985 0 -1 4194304 9401 0 0 0 94185 10 0 0 25 0 1 0 1093917061 40009728 9313 1992294400 4194304 5102648 548682068784 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/26696/statm: 9768 9313 113 221 0 9544 0
Current children cumulated CPU time (s) 941.95
Current children cumulated vsize (KiB) 39072

[startup+1002.3 s]
/proc/loadavg: 1.00 0.99 0.91 2/71 26703
/proc/meminfo: memFree=879872/2055920 swapFree=4170584/4192956
[pid=26696] ppid=26694 vsize=40548 CPUtime=1001.92
/proc/26696/stat : 26696 (varsat-industri) R 26694 26696 25985 0 -1 4194304 9727 0 0 0 100182 10 0 0 25 0 1 0 1093917061 41521152 9639 1992294400 4194304 5102648 548682068784 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/26696/statm: 10137 9639 113 221 0 9913 0
Current children cumulated CPU time (s) 1001.92
Current children cumulated vsize (KiB) 40548

[startup+1062.3 s]
/proc/loadavg: 1.00 0.99 0.91 2/71 26703
/proc/meminfo: memFree=879104/2055920 swapFree=4170584/4192956
[pid=26696] ppid=26694 vsize=41476 CPUtime=1061.9
/proc/26696/stat : 26696 (varsat-industri) R 26694 26696 25985 0 -1 4194304 9948 0 0 0 106179 11 0 0 25 0 1 0 1093917061 42471424 9860 1992294400 4194304 5102648 548682068784 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/26696/statm: 10369 9860 113 221 0 10145 0
Current children cumulated CPU time (s) 1061.9
Current children cumulated vsize (KiB) 41476

[startup+1122.3 s]
/proc/loadavg: 1.00 0.99 0.91 2/71 26703
/proc/meminfo: memFree=877760/2055920 swapFree=4170584/4192956
[pid=26696] ppid=26694 vsize=42796 CPUtime=1121.88
/proc/26696/stat : 26696 (varsat-industri) R 26694 26696 25985 0 -1 4194304 10266 0 0 0 112177 11 0 0 25 0 1 0 1093917061 43823104 10178 1992294400 4194304 5102648 548682068784 18446744073709551615 4249879 0 0 4096 3 0 0 0 17 1 0 0
/proc/26696/statm: 10699 10178 113 221 0 10475 0
Current children cumulated CPU time (s) 1121.88
Current children cumulated vsize (KiB) 42796

[startup+1182.3 s]
/proc/loadavg: 1.00 0.99 0.91 2/71 26703
/proc/meminfo: memFree=877632/2055920 swapFree=4170584/4192956
[pid=26696] ppid=26694 vsize=42928 CPUtime=1181.86
/proc/26696/stat : 26696 (varsat-industri) R 26694 26696 25985 0 -1 4194304 10311 0 0 0 118174 12 0 0 25 0 1 0 1093917061 43958272 10223 1992294400 4194304 5102648 548682068784 18446744073709551615 4249753 0 0 4096 3 0 0 0 17 1 0 0
/proc/26696/statm: 10732 10223 113 221 0 10508 0
Current children cumulated CPU time (s) 1181.86
Current children cumulated vsize (KiB) 42928



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.5 s]
/proc/loadavg: 1.00 0.99 0.91 2/71 26703
/proc/meminfo: memFree=877440/2055920 swapFree=4170584/4192956
[pid=26696] ppid=26694 vsize=43112 CPUtime=1200.06
/proc/26696/stat : 26696 (varsat-industri) R 26694 26696 25985 0 -1 4194304 10345 0 0 0 119994 12 0 0 25 0 1 0 1093917061 44146688 10257 1992294400 4194304 5102648 548682068784 18446744073709551615 4249923 0 0 4096 3 0 0 0 17 1 0 0
/proc/26696/statm: 10778 10257 113 221 0 10554 0
Current children cumulated CPU time (s) 1200.06
Current children cumulated vsize (KiB) 43112

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 0.99 0.91 2/71 26703
/proc/meminfo: memFree=877440/2055920 swapFree=4170584/4192956
[pid=26696] ppid=26694 vsize=43112 CPUtime=1200.06
/proc/26696/stat : 26696 (varsat-industri) R 26694 26696 25985 0 -1 4194304 10345 0 0 0 119994 12 0 0 25 0 1 0 1093917061 44146688 10257 1992294400 4194304 5102648 548682068784 18446744073709551615 4249923 0 0 4096 3 0 0 0 17 1 0 0
/proc/26696/statm: 10778 10257 113 221 0 10554 0
Current children cumulated CPU time (s) 1200.06
Current children cumulated vsize (KiB) 43112

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1200.51
CPU time (s): 1200.08
CPU user time (s): 1199.95
CPU system time (s): 0.12898
CPU usage (%): 99.9637
Max. virtual memory (cumulated for all children) (KiB): 43112

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

runsolver used 1.05184 second user time and 3.32649 second system time

The end

Launcher Data

Begin job on node45 at 2009-03-28 04:55:44
IDJOB=1513060
IDBENCH=70231
IDSOLVER=538
FILE ID=node45/1513060-1238212544
PBS_JOBID= 9060520
Free space on /tmp= 66336 MiB

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

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

MD5SUM BENCH= 66fb9b1d9d1970f097747a014bb15243
RANDOM SEED=1565195688

node45.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.285
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.285
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:        918888 kB
Buffers:         82920 kB
Cached:         953308 kB
SwapCached:      11516 kB
Active:         130548 kB
Inactive:       918696 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        918888 kB
SwapTotal:     4192956 kB
SwapFree:      4170584 kB
Dirty:            1340 kB
Writeback:           0 kB
Mapped:          18688 kB
Slab:            73132 kB
Committed_AS:  2497848 kB
PageTables:       1900 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= 66336 MiB
End job on node45 at 2009-03-28 05:15:47