Trace number 1513600

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.05 1200.41

General information on the benchmark

NameRANDOM/LARGE/7SAT/UNKNOWN/140/
unif-k7-r85-v140-c11900-S1818639567-059.cnf
MD5SUM7d306f2c24913eb95b4eca32110fa72f
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark6.08807
Satisfiable
(Un)Satisfiability was proved
Number of variables140
Number of clauses11900
Sum of the clauses size83300
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 511900

Solver Data

0.00/0.00	c ============================[ Problem Statistics ]=============================
0.00/0.00	c |                                                                             |
0.00/0.00	c |  Number of variables:  140                                                  |
0.00/0.00	c |  Number of clauses:    11900                                                |
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:          1560810421.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.29/0.34	c ============================[ Search Statistics ]==============================
0.29/0.34	c | Conflicts |          ORIGINAL         |          LEARNT          | Progress |
0.29/0.34	c |           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
0.29/0.34	c ===============================================================================
0.29/0.34	c |         0 |     140    11900    83300 |     3966        0    nan |  0.000 % |
0.29/0.39	c |       101 |     140    11900    83300 |     4363      101     42 |  0.005 % |
0.39/0.44	c |       251 |     140    11900    83300 |     4799      251     41 |  0.005 % |
0.49/0.50	c |       476 |     140    11900    83300 |     5279      476     41 |  0.005 % |
0.49/0.56	c |       813 |     140    11900    83300 |     5807      813     41 |  0.005 % |
0.59/0.63	c |      1320 |     140    11900    83300 |     6388     1320     42 |  0.005 % |
0.69/0.73	c |      2079 |     140    11900    83300 |     7027     2079     42 |  0.005 % |
0.79/0.86	c |      3221 |     140    11900    83300 |     7729     3221     42 |  0.005 % |
1.00/1.04	c |      4929 |     140    11900    83300 |     8502     4929     43 |  0.005 % |
1.29/1.35	c |      7492 |     140    11900    83300 |     9353     7492     43 |  0.005 % |
1.79/1.84	c |     11336 |     140    11900    83300 |    10288     6625     44 |  0.005 % |
2.59/2.63	c |     17102 |     140    11900    83300 |    11317     7214     43 |  0.005 % |
3.79/3.82	c |     25751 |     140    11900    83300 |    12449    10181     42 |  0.005 % |
5.59/5.62	c |     38726 |     140    11900    83300 |    13694    10639     43 |  0.005 % |
8.49/8.60	c |     58188 |     140    11900    83300 |    15063     9454     44 |  0.005 % |
13.19/13.28	c |     87383 |     140    11900    83300 |    16569     8400     42 |  0.005 % |
20.88/20.95	c |    131172 |     140    11900    83300 |    18226    10618     42 |  0.005 % |
33.48/33.59	c |    196857 |     140    11900    83300 |    20049    12294     42 |  0.005 % |
54.57/54.67	c |    295383 |     140    11900    83300 |    22054    10281     41 |  0.005 % |
87.76/87.80	c |    443173 |     140    11900    83300 |    24259    14304     42 |  0.005 % |
141.85/141.94	c |    664856 |     140    11900    83300 |    26685    13937     42 |  0.005 % |
230.32/230.50	c |    997381 |     140    11900    83300 |    29354    14399     41 |  0.005 % |
369.87/370.06	c |   1496169 |     140    11900    83300 |    32289    21401     43 |  0.005 % |
594.71/594.93	c |   2244351 |     140    11900    83300 |    35518    24317     44 |  0.005 % |
957.71/958.06	c |   3366625 |     140    11900    83300 |    39070    34132     44 |  0.005 % |

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-1513600-1238219763/watcher-1513600-1238219763 -o /tmp/evaluation-result-1513600-1238219763/solver-1513600-1238219763 -C 1200 -W 1800 -M 1800 --output-limit 1,15 HOME/varsat-industrial_static -seed=1560810421 HOME/instance-1513600-1238219763.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.98 3/64 9083
/proc/meminfo: memFree=1249920/2055920 swapFree=4176920/4192956
[pid=9083] ppid=9081 vsize=2412 CPUtime=0
/proc/9083/stat : 9083 (varsat-industri) R 9081 9083 8186 0 -1 4194304 290 0 0 0 0 0 0 0 18 0 1 0 1094641192 2469888 275 1992294400 4194304 5102648 548682068784 18446744073709551615 4491703 0 0 4096 3 0 0 0 17 1 0 0
/proc/9083/statm: 603 276 87 221 0 379 0

[startup+0.0871551 s]
/proc/loadavg: 0.91 0.95 0.98 3/64 9083
/proc/meminfo: memFree=1249920/2055920 swapFree=4176920/4192956
[pid=9083] ppid=9081 vsize=4912 CPUtime=0.08
/proc/9083/stat : 9083 (varsat-industri) R 9081 9083 8186 0 -1 4194304 930 0 0 0 8 0 0 0 18 0 1 0 1094641192 5029888 915 1992294400 4194304 5102648 548682068784 18446744073709551615 4273025 0 0 4096 3 0 0 0 17 1 0 0
/proc/9083/statm: 1228 915 98 221 0 1004 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 4912

[startup+0.101156 s]
/proc/loadavg: 0.91 0.95 0.98 3/64 9083
/proc/meminfo: memFree=1249920/2055920 swapFree=4176920/4192956
[pid=9083] ppid=9081 vsize=4912 CPUtime=0.09
/proc/9083/stat : 9083 (varsat-industri) R 9081 9083 8186 0 -1 4194304 930 0 0 0 9 0 0 0 18 0 1 0 1094641192 5029888 915 1992294400 4194304 5102648 548682068784 18446744073709551615 4273072 0 0 4096 3 0 0 0 17 1 0 0
/proc/9083/statm: 1228 915 98 221 0 1004 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 4912

[startup+0.301177 s]
/proc/loadavg: 0.91 0.95 0.98 3/64 9083
/proc/meminfo: memFree=1249920/2055920 swapFree=4176920/4192956
[pid=9083] ppid=9081 vsize=5128 CPUtime=0.29
/proc/9083/stat : 9083 (varsat-industri) R 9081 9083 8186 0 -1 4194304 977 0 0 0 29 0 0 0 19 0 1 0 1094641192 5251072 962 1992294400 4194304 5102648 548682068784 18446744073709551615 4273025 0 0 4096 3 0 0 0 17 1 0 0
/proc/9083/statm: 1282 962 98 221 0 1058 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 5128

[startup+0.701223 s]
/proc/loadavg: 0.91 0.95 0.98 3/64 9083
/proc/meminfo: memFree=1249920/2055920 swapFree=4176920/4192956
[pid=9083] ppid=9081 vsize=4564 CPUtime=0.69
/proc/9083/stat : 9083 (varsat-industri) R 9081 9083 8186 0 -1 4194304 990 0 0 0 69 0 0 0 22 0 1 0 1094641192 4673536 841 1992294400 4194304 5102648 548682068784 18446744073709551615 4255108 0 0 4096 3 0 0 0 17 1 0 0
/proc/9083/statm: 1141 841 110 221 0 917 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 4564

[startup+1.50231 s]
/proc/loadavg: 0.91 0.95 0.98 2/65 9084
/proc/meminfo: memFree=1246584/2055920 swapFree=4176920/4192956
[pid=9083] ppid=9081 vsize=6060 CPUtime=1.49
/proc/9083/stat : 9083 (varsat-industri) R 9081 9083 8186 0 -1 4194304 1325 0 0 0 149 0 0 0 25 0 1 0 1094641192 6205440 1176 1992294400 4194304 5102648 548682068784 18446744073709551615 4249791 0 0 4096 3 0 0 0 17 1 0 0
/proc/9083/statm: 1515 1176 110 221 0 1291 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 6060

[startup+3.10149 s]
/proc/loadavg: 0.91 0.95 0.98 2/65 9084
/proc/meminfo: memFree=1245240/2055920 swapFree=4176920/4192956
[pid=9083] ppid=9081 vsize=6728 CPUtime=3.09
/proc/9083/stat : 9083 (varsat-industri) R 9081 9083 8186 0 -1 4194304 1515 0 0 0 309 0 0 0 25 0 1 0 1094641192 6889472 1366 1992294400 4194304 5102648 548682068784 18446744073709551615 4249791 0 0 4096 3 0 0 0 17 1 0 0
/proc/9083/statm: 1682 1366 110 221 0 1458 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 6728

[startup+6.30185 s]
/proc/loadavg: 0.92 0.95 0.98 2/65 9084
/proc/meminfo: memFree=1244024/2055920 swapFree=4176920/4192956
[pid=9083] ppid=9081 vsize=7820 CPUtime=6.29
/proc/9083/stat : 9083 (varsat-industri) R 9081 9083 8186 0 -1 4194304 1794 0 0 0 629 0 0 0 25 0 1 0 1094641192 8007680 1645 1992294400 4194304 5102648 548682068784 18446744073709551615 4250276 0 0 4096 3 0 0 0 17 1 0 0
/proc/9083/statm: 1955 1645 110 221 0 1731 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 7820

[startup+12.7016 s]
/proc/loadavg: 0.93 0.95 0.98 2/65 9084
/proc/meminfo: memFree=1242808/2055920 swapFree=4176920/4192956
[pid=9083] ppid=9081 vsize=8668 CPUtime=12.69
/proc/9083/stat : 9083 (varsat-industri) R 9081 9083 8186 0 -1 4194304 1987 0 0 0 1268 1 0 0 25 0 1 0 1094641192 8876032 1838 1992294400 4194304 5102648 548682068784 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/9083/statm: 2167 1838 110 221 0 1943 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 8668

[startup+25.502 s]
/proc/loadavg: 0.94 0.96 0.98 2/65 9084
/proc/meminfo: memFree=1241464/2055920 swapFree=4176920/4192956
[pid=9083] ppid=9081 vsize=10044 CPUtime=25.49
/proc/9083/stat : 9083 (varsat-industri) R 9081 9083 8186 0 -1 4194304 2306 0 0 0 2547 2 0 0 25 0 1 0 1094641192 10285056 2157 1992294400 4194304 5102648 548682068784 18446744073709551615 4249872 0 0 4096 3 0 0 0 17 1 0 0
/proc/9083/statm: 2511 2157 110 221 0 2287 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 10044

[startup+51.1018 s]
/proc/loadavg: 0.96 0.96 0.98 2/65 9084
/proc/meminfo: memFree=1239992/2055920 swapFree=4176920/4192956
[pid=9083] ppid=9081 vsize=11524 CPUtime=51.07
/proc/9083/stat : 9083 (varsat-industri) R 9081 9083 8186 0 -1 4194304 2675 0 0 0 5105 2 0 0 25 0 1 0 1094641192 11800576 2526 1992294400 4194304 5102648 548682068784 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/9083/statm: 2881 2526 110 221 0 2657 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 11524

[startup+102.306 s]
/proc/loadavg: 0.98 0.96 0.98 2/65 9084
/proc/meminfo: memFree=1237624/2055920 swapFree=4176920/4192956
[pid=9083] ppid=9081 vsize=14096 CPUtime=102.27
/proc/9083/stat : 9083 (varsat-industri) R 9081 9083 8186 0 -1 4194304 3246 0 0 0 10224 3 0 0 25 0 1 0 1094641192 14434304 3097 1992294400 4194304 5102648 548682068784 18446744073709551615 4249945 0 0 4096 3 0 0 0 17 1 0 0
/proc/9083/statm: 3524 3097 110 221 0 3300 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 14096

[startup+162.301 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 9084
/proc/meminfo: memFree=1236088/2055920 swapFree=4176920/4192956
[pid=9083] ppid=9081 vsize=15788 CPUtime=162.25
/proc/9083/stat : 9083 (varsat-industri) R 9081 9083 8186 0 -1 4194304 3642 0 0 0 16221 4 0 0 25 0 1 0 1094641192 16166912 3493 1992294400 4194304 5102648 548682068784 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/9083/statm: 3947 3493 110 221 0 3723 0
Current children cumulated CPU time (s) 162.25
Current children cumulated vsize (KiB) 15788

[startup+222.302 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 9084
/proc/meminfo: memFree=1235192/2055920 swapFree=4176920/4192956
[pid=9083] ppid=9081 vsize=16784 CPUtime=222.23
/proc/9083/stat : 9083 (varsat-industri) R 9081 9083 8186 0 -1 4194304 3863 0 0 0 22219 4 0 0 25 0 1 0 1094641192 17186816 3714 1992294400 4194304 5102648 548682068784 18446744073709551615 4225758 0 0 4096 3 0 0 0 17 1 0 0
/proc/9083/statm: 4196 3714 110 221 0 3972 0
Current children cumulated CPU time (s) 222.23
Current children cumulated vsize (KiB) 16784

[startup+282.302 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 9084
/proc/meminfo: memFree=1233976/2055920 swapFree=4176920/4192956
[pid=9083] ppid=9081 vsize=18000 CPUtime=282.21
/proc/9083/stat : 9083 (varsat-industri) R 9081 9083 8186 0 -1 4194304 4151 0 0 0 28216 5 0 0 25 0 1 0 1094641192 18432000 4002 1992294400 4194304 5102648 548682068784 18446744073709551615 4249901 0 0 4096 3 0 0 0 17 1 0 0
/proc/9083/statm: 4500 4002 110 221 0 4276 0
Current children cumulated CPU time (s) 282.21
Current children cumulated vsize (KiB) 18000

[startup+342.301 s]
/proc/loadavg: 1.04 0.99 0.98 2/65 9090
/proc/meminfo: memFree=1233144/2055920 swapFree=4176920/4192956
[pid=9083] ppid=9081 vsize=18876 CPUtime=342.18
/proc/9083/stat : 9083 (varsat-industri) R 9081 9083 8186 0 -1 4194304 4325 0 0 0 34213 5 0 0 25 0 1 0 1094641192 19329024 4176 1992294400 4194304 5102648 548682068784 18446744073709551615 4249843 0 0 4096 3 0 0 0 17 1 0 0
/proc/9083/statm: 4719 4176 110 221 0 4495 0
Current children cumulated CPU time (s) 342.18
Current children cumulated vsize (KiB) 18876

[startup+402.301 s]
/proc/loadavg: 1.01 0.99 0.98 2/65 9090
/proc/meminfo: memFree=1232120/2055920 swapFree=4176920/4192956
[pid=9083] ppid=9081 vsize=20064 CPUtime=402.16
/proc/9083/stat : 9083 (varsat-industri) R 9081 9083 8186 0 -1 4194304 4604 0 0 0 40211 5 0 0 25 0 1 0 1094641192 20545536 4455 1992294400 4194304 5102648 548682068784 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/9083/statm: 5016 4455 110 221 0 4792 0
Current children cumulated CPU time (s) 402.16
Current children cumulated vsize (KiB) 20064

[startup+462.302 s]
/proc/loadavg: 1.00 0.99 0.98 2/65 9090
/proc/meminfo: memFree=1231608/2055920 swapFree=4176920/4192956
[pid=9083] ppid=9081 vsize=20636 CPUtime=462.15
/proc/9083/stat : 9083 (varsat-industri) R 9081 9083 8186 0 -1 4194304 4737 0 0 0 46209 6 0 0 25 0 1 0 1094641192 21131264 4588 1992294400 4194304 5102648 548682068784 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/9083/statm: 5159 4588 110 221 0 4935 0
Current children cumulated CPU time (s) 462.15
Current children cumulated vsize (KiB) 20636

[startup+522.301 s]
/proc/loadavg: 1.00 0.99 0.98 2/65 9090
/proc/meminfo: memFree=1231160/2055920 swapFree=4176920/4192956
[pid=9083] ppid=9081 vsize=20952 CPUtime=522.13
/proc/9083/stat : 9083 (varsat-industri) R 9081 9083 8186 0 -1 4194304 4844 0 0 0 52207 6 0 0 25 0 1 0 1094641192 21454848 4695 1992294400 4194304 5102648 548682068784 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/9083/statm: 5238 4695 110 221 0 5014 0
Current children cumulated CPU time (s) 522.13
Current children cumulated vsize (KiB) 20952

[startup+582.301 s]
/proc/loadavg: 1.00 0.99 0.98 2/65 9090
/proc/meminfo: memFree=1230840/2055920 swapFree=4176920/4192956
[pid=9083] ppid=9081 vsize=21488 CPUtime=582.11
/proc/9083/stat : 9083 (varsat-industri) R 9081 9083 8186 0 -1 4194304 4933 0 0 0 58205 6 0 0 25 0 1 0 1094641192 22003712 4784 1992294400 4194304 5102648 548682068784 18446744073709551615 4249956 0 0 4096 3 0 0 0 17 1 0 0
/proc/9083/statm: 5372 4784 110 221 0 5148 0
Current children cumulated CPU time (s) 582.11
Current children cumulated vsize (KiB) 21488

[startup+642.302 s]
/proc/loadavg: 1.00 0.99 0.98 2/65 9090
/proc/meminfo: memFree=1229816/2055920 swapFree=4176920/4192956
[pid=9083] ppid=9081 vsize=22672 CPUtime=642.1
/proc/9083/stat : 9083 (varsat-industri) R 9081 9083 8186 0 -1 4194304 5185 0 0 0 64204 6 0 0 25 0 1 0 1094641192 23216128 5036 1992294400 4194304 5102648 548682068784 18446744073709551615 4249876 0 0 4096 3 0 0 0 17 1 0 0
/proc/9083/statm: 5668 5036 110 221 0 5444 0
Current children cumulated CPU time (s) 642.1
Current children cumulated vsize (KiB) 22672

[startup+702.302 s]
/proc/loadavg: 1.00 0.99 0.98 2/65 9090
/proc/meminfo: memFree=1229368/2055920 swapFree=4176920/4192956
[pid=9083] ppid=9081 vsize=23132 CPUtime=702.08
/proc/9083/stat : 9083 (varsat-industri) R 9081 9083 8186 0 -1 4194304 5309 0 0 0 70201 7 0 0 25 0 1 0 1094641192 23687168 5160 1992294400 4194304 5102648 548682068784 18446744073709551615 4249741 0 0 4096 3 0 0 0 17 1 0 0
/proc/9083/statm: 5783 5160 110 221 0 5559 0
Current children cumulated CPU time (s) 702.08
Current children cumulated vsize (KiB) 23132

[startup+762.305 s]
/proc/loadavg: 1.00 0.99 0.98 2/65 9090
/proc/meminfo: memFree=1229048/2055920 swapFree=4176920/4192956
[pid=9083] ppid=9081 vsize=23272 CPUtime=762.07
/proc/9083/stat : 9083 (varsat-industri) R 9081 9083 8186 0 -1 4194304 5373 0 0 0 76200 7 0 0 25 0 1 0 1094641192 23830528 5224 1992294400 4194304 5102648 548682068784 18446744073709551615 4249760 0 0 4096 3 0 0 0 17 1 0 0
/proc/9083/statm: 5818 5224 110 221 0 5594 0
Current children cumulated CPU time (s) 762.07
Current children cumulated vsize (KiB) 23272

[startup+822.302 s]
/proc/loadavg: 1.00 0.99 0.98 2/65 9090
/proc/meminfo: memFree=1228664/2055920 swapFree=4176920/4192956
[pid=9083] ppid=9081 vsize=23764 CPUtime=822.04
/proc/9083/stat : 9083 (varsat-industri) R 9081 9083 8186 0 -1 4194304 5478 0 0 0 82197 7 0 0 25 0 1 0 1094641192 24334336 5329 1992294400 4194304 5102648 548682068784 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/9083/statm: 5941 5329 110 221 0 5717 0
Current children cumulated CPU time (s) 822.04
Current children cumulated vsize (KiB) 23764

[startup+882.302 s]
/proc/loadavg: 1.00 0.99 0.98 2/65 9090
/proc/meminfo: memFree=1228216/2055920 swapFree=4176920/4192956
[pid=9083] ppid=9081 vsize=24380 CPUtime=882.02
/proc/9083/stat : 9083 (varsat-industri) R 9081 9083 8186 0 -1 4194304 5588 0 0 0 88195 7 0 0 25 0 1 0 1094641192 24965120 5439 1992294400 4194304 5102648 548682068784 18446744073709551615 4254617 0 0 4096 3 0 0 0 17 1 0 0
/proc/9083/statm: 6095 5439 110 221 0 5871 0
Current children cumulated CPU time (s) 882.02
Current children cumulated vsize (KiB) 24380

[startup+942.301 s]
/proc/loadavg: 1.00 0.99 0.98 2/65 9090
/proc/meminfo: memFree=1227832/2055920 swapFree=4176920/4192956
[pid=9083] ppid=9081 vsize=24760 CPUtime=942.01
/proc/9083/stat : 9083 (varsat-industri) R 9081 9083 8186 0 -1 4194304 5683 0 0 0 94193 8 0 0 25 0 1 0 1094641192 25354240 5534 1992294400 4194304 5102648 548682068784 18446744073709551615 4249840 0 0 4096 3 0 0 0 17 1 0 0
/proc/9083/statm: 6190 5534 110 221 0 5966 0
Current children cumulated CPU time (s) 942.01
Current children cumulated vsize (KiB) 24760

[startup+1002.3 s]
/proc/loadavg: 1.00 0.99 0.98 2/65 9090
/proc/meminfo: memFree=1226936/2055920 swapFree=4176920/4192956
[pid=9083] ppid=9081 vsize=25644 CPUtime=1001.99
/proc/9083/stat : 9083 (varsat-industri) R 9081 9083 8186 0 -1 4194304 5904 0 0 0 100191 8 0 0 25 0 1 0 1094641192 26259456 5755 1992294400 4194304 5102648 548682068784 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/9083/statm: 6411 5755 110 221 0 6187 0
Current children cumulated CPU time (s) 1001.99
Current children cumulated vsize (KiB) 25644

[startup+1062.3 s]
/proc/loadavg: 1.00 0.99 0.98 2/65 9090
/proc/meminfo: memFree=1226488/2055920 swapFree=4176920/4192956
[pid=9083] ppid=9081 vsize=26156 CPUtime=1061.97
/proc/9083/stat : 9083 (varsat-industri) R 9081 9083 8186 0 -1 4194304 6029 0 0 0 106189 8 0 0 25 0 1 0 1094641192 26783744 5880 1992294400 4194304 5102648 548682068784 18446744073709551615 4249876 0 0 4096 3 0 0 0 17 1 0 0
/proc/9083/statm: 6539 5880 110 221 0 6315 0
Current children cumulated CPU time (s) 1061.97
Current children cumulated vsize (KiB) 26156

[startup+1122.3 s]
/proc/loadavg: 1.00 0.99 0.98 2/65 9090
/proc/meminfo: memFree=1225976/2055920 swapFree=4176920/4192956
[pid=9083] ppid=9081 vsize=26676 CPUtime=1121.95
/proc/9083/stat : 9083 (varsat-industri) R 9081 9083 8186 0 -1 4194304 6141 0 0 0 112187 8 0 0 25 0 1 0 1094641192 27316224 5992 1992294400 4194304 5102648 548682068784 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/9083/statm: 6669 5992 110 221 0 6445 0
Current children cumulated CPU time (s) 1121.95
Current children cumulated vsize (KiB) 26676

[startup+1182.3 s]
/proc/loadavg: 1.00 0.99 0.98 2/65 9090
/proc/meminfo: memFree=1225720/2055920 swapFree=4176920/4192956
[pid=9083] ppid=9081 vsize=27056 CPUtime=1181.94
/proc/9083/stat : 9083 (varsat-industri) R 9081 9083 8186 0 -1 4194304 6219 0 0 0 118186 8 0 0 25 0 1 0 1094641192 27705344 6070 1992294400 4194304 5102648 548682068784 18446744073709551615 4249961 0 0 4096 3 0 0 0 17 1 0 0
/proc/9083/statm: 6764 6070 110 221 0 6540 0
Current children cumulated CPU time (s) 1181.94
Current children cumulated vsize (KiB) 27056



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.4 s]
/proc/loadavg: 1.00 0.99 0.98 2/65 9090
/proc/meminfo: memFree=1225656/2055920 swapFree=4176920/4192956
[pid=9083] ppid=9081 vsize=27056 CPUtime=1200.03
/proc/9083/stat : 9083 (varsat-industri) R 9081 9083 8186 0 -1 4194304 6219 0 0 0 119995 8 0 0 25 0 1 0 1094641192 27705344 6070 1992294400 4194304 5102648 548682068784 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/9083/statm: 6764 6070 110 221 0 6540 0
Current children cumulated CPU time (s) 1200.03
Current children cumulated vsize (KiB) 27056

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.05
CPU user time (s): 1199.96
CPU system time (s): 0.093985
CPU usage (%): 99.9702
Max. virtual memory (cumulated for all children) (KiB): 27056

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

runsolver used 0.964853 second user time and 2.38464 second system time

The end

Launcher Data

Begin job on node35 at 2009-03-28 06:56:03
IDJOB=1513600
IDBENCH=70276
IDSOLVER=538
FILE ID=node35/1513600-1238219763
PBS_JOBID= 9060529
Free space on /tmp= 66504 MiB

SOLVER NAME= VARSAT-industrial 2009-03-22
BENCH NAME= SAT09/RANDOM/LARGE/7SAT/UNKNOWN/140/unif-k7-r85-v140-c11900-S1818639567-059.cnf
COMMAND LINE= HOME/varsat-industrial_static -seed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1513600-1238219763/watcher-1513600-1238219763 -o /tmp/evaluation-result-1513600-1238219763/solver-1513600-1238219763 -C 1200 -W 1800 -M 1800 --output-limit 1,15  HOME/varsat-industrial_static -seed=1560810421 HOME/instance-1513600-1238219763.cnf

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

MD5SUM BENCH= 7d306f2c24913eb95b4eca32110fa72f
RANDOM SEED=1560810421

node35.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.229
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.229
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:       1250400 kB
Buffers:         95576 kB
Cached:         616824 kB
SwapCached:      10236 kB
Active:         188112 kB
Inactive:       536156 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1250400 kB
SwapTotal:     4192956 kB
SwapFree:      4176920 kB
Dirty:            1348 kB
Writeback:           0 kB
Mapped:          17580 kB
Slab:            67260 kB
Committed_AS:  2629788 kB
PageTables:       1404 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= 66500 MiB
End job on node35 at 2009-03-28 07:16:05