Trace number 1513348

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

General information on the benchmark

NameRANDOM/LARGE/7SAT/UNKNOWN/180/
unif-k7-r85-v180-c15300-S1049921489-034.cnf
MD5SUM5f6d9d113e535105e77af29b0e165b23
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark602.167
Satisfiable
(Un)Satisfiability was proved
Number of variables180
Number of clauses15300
Sum of the clauses size107100
Maximum clause length7
Minimum clause length7
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 515300

Solver Data

0.00/0.00	c ============================[ Problem Statistics ]=============================
0.00/0.00	c |                                                                             |
0.00/0.00	c |  Number of variables:  180                                                  |
0.00/0.00	c |  Number of clauses:    15300                                                |
0.02/0.03	c |  Parsing time:         0.03         s                                       |
0.02/0.03	c |  Timeout:              43200 s
0.02/0.03	c |  Random Seed:          2092906116.000000
0.02/0.03	c |  Heuristic:            EMBP-G, threshold 0.950                              |
0.02/0.03	c |  Branching Rule:       default (solution-guided)                            |
0.02/0.03	c |  Learned clauses in surveys?  Using NO learned clauses.                     |
0.02/0.03	c |                                                                             |
0.39/0.46	c ============================[ Search Statistics ]==============================
0.39/0.46	c | Conflicts |          ORIGINAL         |          LEARNT          | Progress |
0.39/0.46	c |           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
0.39/0.46	c ===============================================================================
0.39/0.46	c |         0 |     180    15300   107100 |     5100        0    nan |  0.000 % |
0.49/0.53	c |       100 |     180    15300   107100 |     5610      100     50 |  0.003 % |
0.49/0.59	c |       251 |     180    15300   107100 |     6171      251     52 |  0.003 % |
0.59/0.66	c |       477 |     180    15300   107100 |     6788      477     53 |  0.003 % |
0.69/0.74	c |       815 |     180    15300   107100 |     7466      815     52 |  0.003 % |
0.79/0.84	c |      1321 |     180    15300   107100 |     8213     1321     51 |  0.003 % |
0.89/0.96	c |      2081 |     180    15300   107100 |     9034     2081     52 |  0.003 % |
1.09/1.11	c |      3220 |     180    15300   107100 |     9938     3220     52 |  0.003 % |
1.29/1.34	c |      4928 |     180    15300   107100 |    10932     4928     52 |  0.003 % |
1.69/1.73	c |      7490 |     180    15300   107100 |    12025     7490     52 |  0.003 % |
2.39/2.41	c |     11335 |     180    15300   107100 |    13228    11335     52 |  0.003 % |
3.39/3.44	c |     17101 |     180    15300   107100 |    14550    10441     53 |  0.003 % |
5.09/5.10	c |     25751 |     180    15300   107100 |    16005    11774     54 |  0.003 % |
7.79/7.84	c |     38725 |     180    15300   107100 |    17606     8661     53 |  0.003 % |
12.10/12.12	c |     58188 |     180    15300   107100 |    19367    10438     53 |  0.003 % |
18.49/18.57	c |     87380 |     180    15300   107100 |    21303    10450     52 |  0.003 % |
29.19/29.28	c |    131171 |     180    15300   107100 |    23434    11472     52 |  0.003 % |
46.67/46.73	c |    196858 |     180    15300   107100 |    25777    17822     54 |  0.003 % |
76.18/76.28	c |    295384 |     180    15300   107100 |    28355    21123     52 |  0.003 % |
121.86/121.92	c |    443173 |     180    15300   107100 |    31191    25673     53 |  0.003 % |
196.54/196.60	c |    664856 |     180    15300   107100 |    34310    23199     53 |  0.003 % |
314.80/314.96	c |    997382 |     180    15300   107100 |    37741    33570     55 |  0.003 % |
495.96/496.15	c |   1496171 |     180    15300   107100 |    41515    34400     54 |  0.003 % |
799.48/799.72	c |   2244354 |     180    15300   107100 |    45666    14876     50 |  0.003 % |

Verifier Data

ERROR: Unexpected answer ! (SATISFIABLE/UNSATISFIABLE expected)
Got answer: <no 's ' line found>

Watcher Data

runsolver version 3.2.9 (svn:489) (c) roussel@cril.univ-artois.fr

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-1513348-1238216160/watcher-1513348-1238216160 -o /tmp/evaluation-result-1513348-1238216160/solver-1513348-1238216160 -C 1200 -W 1800 -M 1800 --output-limit 1,15 HOME/varsat-industrial_static -seed=2092906116 HOME/instance-1513348-1238216160.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.98 0.99 3/64 690
/proc/meminfo: memFree=774960/2055920 swapFree=4178472/4192956
[pid=690] ppid=688 vsize=2412 CPUtime=0
/proc/690/stat : 690 (varsat-industri) R 688 690 30735 0 -1 4194304 315 0 0 0 0 0 0 0 18 0 1 0 1094282984 2469888 300 1992294400 4194304 5102648 548682068784 18446744073709551615 4491703 0 0 4096 3 0 0 0 17 1 0 0
/proc/690/statm: 603 300 87 221 0 379 0

[startup+0.029269 s]
/proc/loadavg: 0.99 0.98 0.99 3/64 690
/proc/meminfo: memFree=774960/2055920 swapFree=4178472/4192956
[pid=690] ppid=688 vsize=5672 CPUtime=0.02
/proc/690/stat : 690 (varsat-industri) R 688 690 30735 0 -1 4194304 1113 0 0 0 2 0 0 0 18 0 1 0 1094282984 5808128 1098 1992294400 4194304 5102648 548682068784 18446744073709551615 4491703 0 0 4096 3 0 0 0 17 1 0 0
/proc/690/statm: 1451 1100 87 221 0 1227 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 5672

[startup+0.101278 s]
/proc/loadavg: 0.99 0.98 0.99 3/64 690
/proc/meminfo: memFree=774960/2055920 swapFree=4178472/4192956
[pid=690] ppid=688 vsize=5932 CPUtime=0.09
/proc/690/stat : 690 (varsat-industri) R 688 690 30735 0 -1 4194304 1171 0 0 0 9 0 0 0 18 0 1 0 1094282984 6074368 1156 1992294400 4194304 5102648 548682068784 18446744073709551615 4273025 0 0 4096 3 0 0 0 17 1 0 0
/proc/690/statm: 1483 1156 98 221 0 1259 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 5932

[startup+0.3013 s]
/proc/loadavg: 0.99 0.98 0.99 3/64 690
/proc/meminfo: memFree=774960/2055920 swapFree=4178472/4192956
[pid=690] ppid=688 vsize=6112 CPUtime=0.29
/proc/690/stat : 690 (varsat-industri) R 688 690 30735 0 -1 4194304 1201 0 0 0 29 0 0 0 19 0 1 0 1094282984 6258688 1186 1992294400 4194304 5102648 548682068784 18446744073709551615 4273025 0 0 4096 3 0 0 0 17 1 0 0
/proc/690/statm: 1528 1186 98 221 0 1304 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 6112

[startup+0.701348 s]
/proc/loadavg: 0.99 0.98 0.99 3/64 690
/proc/meminfo: memFree=774960/2055920 swapFree=4178472/4192956
[pid=690] ppid=688 vsize=5788 CPUtime=0.69
/proc/690/stat : 690 (varsat-industri) R 688 690 30735 0 -1 4194304 1212 0 0 0 69 0 0 0 22 0 1 0 1094282984 5926912 1137 1992294400 4194304 5102648 548682068784 18446744073709551615 4213899 0 0 4096 3 0 0 0 17 1 0 0
/proc/690/statm: 1447 1137 109 221 0 1223 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 5788

[startup+1.50144 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 691
/proc/meminfo: memFree=770600/2055920 swapFree=4178472/4192956
[pid=690] ppid=688 vsize=6184 CPUtime=1.49
/proc/690/stat : 690 (varsat-industri) R 688 690 30735 0 -1 4194304 1314 0 0 0 149 0 0 0 25 0 1 0 1094282984 6332416 1239 1992294400 4194304 5102648 548682068784 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/690/statm: 1546 1239 109 221 0 1322 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 6184

[startup+3.10163 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 691
/proc/meminfo: memFree=769256/2055920 swapFree=4178472/4192956
[pid=690] ppid=688 vsize=8264 CPUtime=3.09
/proc/690/stat : 690 (varsat-industri) R 688 690 30735 0 -1 4194304 1840 0 0 0 308 1 0 0 25 0 1 0 1094282984 8462336 1765 1992294400 4194304 5102648 548682068784 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/690/statm: 2066 1765 109 221 0 1842 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 8264

[startup+6.30201 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 691
/proc/meminfo: memFree=767528/2055920 swapFree=4178472/4192956
[pid=690] ppid=688 vsize=9452 CPUtime=6.29
/proc/690/stat : 690 (varsat-industri) R 688 690 30735 0 -1 4194304 2129 0 0 0 628 1 0 0 25 0 1 0 1094282984 9678848 2054 1992294400 4194304 5102648 548682068784 18446744073709551615 4249961 0 0 4096 3 0 0 0 17 1 0 0
/proc/690/statm: 2363 2054 109 221 0 2139 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 9452

[startup+12.7018 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 691
/proc/meminfo: memFree=765928/2055920 swapFree=4178472/4192956
[pid=690] ppid=688 vsize=10532 CPUtime=12.69
/proc/690/stat : 690 (varsat-industri) R 688 690 30735 0 -1 4194304 2395 0 0 0 1267 2 0 0 25 0 1 0 1094282984 10784768 2320 1992294400 4194304 5102648 548682068784 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/690/statm: 2633 2320 109 221 0 2409 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 10532

[startup+25.5013 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 691
/proc/meminfo: memFree=764072/2055920 swapFree=4178472/4192956
[pid=690] ppid=688 vsize=12340 CPUtime=25.49
/proc/690/stat : 690 (varsat-industri) R 688 690 30735 0 -1 4194304 2838 0 0 0 2547 2 0 0 25 0 1 0 1094282984 12636160 2763 1992294400 4194304 5102648 548682068784 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/690/statm: 3085 2763 109 221 0 2861 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 12340

[startup+51.1013 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 691
/proc/meminfo: memFree=762152/2055920 swapFree=4178472/4192956
[pid=690] ppid=688 vsize=14300 CPUtime=51.07
/proc/690/stat : 690 (varsat-industri) R 688 690 30735 0 -1 4194304 3322 0 0 0 5105 2 0 0 25 0 1 0 1094282984 14643200 3247 1992294400 4194304 5102648 548682068784 18446744073709551615 4249791 0 0 4096 3 0 0 0 17 1 0 0
/proc/690/statm: 3575 3247 109 221 0 3351 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 14300

[startup+102.305 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 691
/proc/meminfo: memFree=760040/2055920 swapFree=4178472/4192956
[pid=690] ppid=688 vsize=16648 CPUtime=102.27
/proc/690/stat : 690 (varsat-industri) R 688 690 30735 0 -1 4194304 3834 0 0 0 10224 3 0 0 25 0 1 0 1094282984 17047552 3759 1992294400 4194304 5102648 548682068784 18446744073709551615 4249872 0 0 4096 3 0 0 0 17 1 0 0
/proc/690/statm: 4162 3759 109 221 0 3938 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 16648

[startup+162.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 691
/proc/meminfo: memFree=757992/2055920 swapFree=4178472/4192956
[pid=690] ppid=688 vsize=18656 CPUtime=162.25
/proc/690/stat : 690 (varsat-industri) R 688 690 30735 0 -1 4194304 4339 0 0 0 16222 3 0 0 25 0 1 0 1094282984 19103744 4264 1992294400 4194304 5102648 548682068784 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/690/statm: 4664 4264 109 221 0 4440 0
Current children cumulated CPU time (s) 162.25
Current children cumulated vsize (KiB) 18656

[startup+222.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 691
/proc/meminfo: memFree=755880/2055920 swapFree=4178472/4192956
[pid=690] ppid=688 vsize=20840 CPUtime=222.23
/proc/690/stat : 690 (varsat-industri) R 688 690 30735 0 -1 4194304 4852 0 0 0 22219 4 0 0 25 0 1 0 1094282984 21340160 4777 1992294400 4194304 5102648 548682068784 18446744073709551615 4250276 0 0 4096 3 0 0 0 17 1 0 0
/proc/690/statm: 5210 4777 109 221 0 4986 0
Current children cumulated CPU time (s) 222.23
Current children cumulated vsize (KiB) 20840

[startup+282.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 691
/proc/meminfo: memFree=754984/2055920 swapFree=4178472/4192956
[pid=690] ppid=688 vsize=21808 CPUtime=282.21
/proc/690/stat : 690 (varsat-industri) R 688 690 30735 0 -1 4194304 5065 0 0 0 28217 4 0 0 25 0 1 0 1094282984 22331392 4990 1992294400 4194304 5102648 548682068784 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/690/statm: 5452 4990 109 221 0 5228 0
Current children cumulated CPU time (s) 282.21
Current children cumulated vsize (KiB) 21808

[startup+342.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 697
/proc/meminfo: memFree=753384/2055920 swapFree=4178472/4192956
[pid=690] ppid=688 vsize=23352 CPUtime=342.19
/proc/690/stat : 690 (varsat-industri) R 688 690 30735 0 -1 4194304 5441 0 0 0 34214 5 0 0 25 0 1 0 1094282984 23912448 5366 1992294400 4194304 5102648 548682068784 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/690/statm: 5838 5366 109 221 0 5614 0
Current children cumulated CPU time (s) 342.19
Current children cumulated vsize (KiB) 23352

[startup+402.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 697
/proc/meminfo: memFree=752744/2055920 swapFree=4178472/4192956
[pid=690] ppid=688 vsize=24116 CPUtime=402.18
/proc/690/stat : 690 (varsat-industri) R 688 690 30735 0 -1 4194304 5590 0 0 0 40213 5 0 0 25 0 1 0 1094282984 24694784 5515 1992294400 4194304 5102648 548682068784 18446744073709551615 4255087 0 0 4096 3 0 0 0 17 1 0 0
/proc/690/statm: 6029 5515 109 221 0 5805 0
Current children cumulated CPU time (s) 402.18
Current children cumulated vsize (KiB) 24116

[startup+462.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 697
/proc/meminfo: memFree=752360/2055920 swapFree=4178472/4192956
[pid=690] ppid=688 vsize=24508 CPUtime=462.16
/proc/690/stat : 690 (varsat-industri) R 688 690 30735 0 -1 4194304 5696 0 0 0 46211 5 0 0 25 0 1 0 1094282984 25096192 5621 1992294400 4194304 5102648 548682068784 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/690/statm: 6127 5621 109 221 0 5903 0
Current children cumulated CPU time (s) 462.16
Current children cumulated vsize (KiB) 24508

[startup+522.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 697
/proc/meminfo: memFree=751144/2055920 swapFree=4178472/4192956
[pid=690] ppid=688 vsize=26000 CPUtime=522.14
/proc/690/stat : 690 (varsat-industri) R 688 690 30735 0 -1 4194304 6014 0 0 0 52209 5 0 0 25 0 1 0 1094282984 26624000 5939 1992294400 4194304 5102648 548682068784 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/690/statm: 6500 5939 109 221 0 6276 0
Current children cumulated CPU time (s) 522.14
Current children cumulated vsize (KiB) 26000

[startup+582.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 697
/proc/meminfo: memFree=750568/2055920 swapFree=4178472/4192956
[pid=690] ppid=688 vsize=26596 CPUtime=582.12
/proc/690/stat : 690 (varsat-industri) R 688 690 30735 0 -1 4194304 6163 0 0 0 58207 5 0 0 25 0 1 0 1094282984 27234304 6088 1992294400 4194304 5102648 548682068784 18446744073709551615 4249879 0 0 4096 3 0 0 0 17 1 0 0
/proc/690/statm: 6649 6088 109 221 0 6425 0
Current children cumulated CPU time (s) 582.12
Current children cumulated vsize (KiB) 26596

[startup+642.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 697
/proc/meminfo: memFree=749864/2055920 swapFree=4178472/4192956
[pid=690] ppid=688 vsize=27332 CPUtime=642.12
/proc/690/stat : 690 (varsat-industri) R 688 690 30735 0 -1 4194304 6332 0 0 0 64206 6 0 0 25 0 1 0 1094282984 27987968 6257 1992294400 4194304 5102648 548682068784 18446744073709551615 4249750 0 0 4096 3 0 0 0 17 1 0 0
/proc/690/statm: 6833 6257 109 221 0 6609 0
Current children cumulated CPU time (s) 642.12
Current children cumulated vsize (KiB) 27332

[startup+702.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 697
/proc/meminfo: memFree=749672/2055920 swapFree=4178472/4192956
[pid=690] ppid=688 vsize=27760 CPUtime=702.1
/proc/690/stat : 690 (varsat-industri) R 688 690 30735 0 -1 4194304 6387 0 0 0 70204 6 0 0 25 0 1 0 1094282984 28426240 6312 1992294400 4194304 5102648 548682068784 18446744073709551615 4249884 0 0 4096 3 0 0 0 17 1 0 0
/proc/690/statm: 6940 6312 109 221 0 6716 0
Current children cumulated CPU time (s) 702.1
Current children cumulated vsize (KiB) 27760

[startup+762.306 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 697
/proc/meminfo: memFree=749288/2055920 swapFree=4178472/4192956
[pid=690] ppid=688 vsize=28092 CPUtime=762.09
/proc/690/stat : 690 (varsat-industri) R 688 690 30735 0 -1 4194304 6488 0 0 0 76203 6 0 0 25 0 1 0 1094282984 28766208 6413 1992294400 4194304 5102648 548682068784 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/690/statm: 7023 6413 109 221 0 6799 0
Current children cumulated CPU time (s) 762.09
Current children cumulated vsize (KiB) 28092

[startup+822.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 697
/proc/meminfo: memFree=748072/2055920 swapFree=4178472/4192956
[pid=690] ppid=688 vsize=29296 CPUtime=822.06
/proc/690/stat : 690 (varsat-industri) R 688 690 30735 0 -1 4194304 6782 0 0 0 82200 6 0 0 25 0 1 0 1094282984 29999104 6707 1992294400 4194304 5102648 548682068784 18446744073709551615 4249797 0 0 4096 3 0 0 0 17 1 0 0
/proc/690/statm: 7324 6707 109 221 0 7100 0
Current children cumulated CPU time (s) 822.06
Current children cumulated vsize (KiB) 29296

[startup+882.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 697
/proc/meminfo: memFree=746856/2055920 swapFree=4178472/4192956
[pid=690] ppid=688 vsize=30548 CPUtime=882.04
/proc/690/stat : 690 (varsat-industri) R 688 690 30735 0 -1 4194304 7075 0 0 0 88198 6 0 0 25 0 1 0 1094282984 31281152 7000 1992294400 4194304 5102648 548682068784 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/690/statm: 7637 7000 109 221 0 7413 0
Current children cumulated CPU time (s) 882.04
Current children cumulated vsize (KiB) 30548

[startup+942.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 697
/proc/meminfo: memFree=746472/2055920 swapFree=4178472/4192956
[pid=690] ppid=688 vsize=30976 CPUtime=942.03
/proc/690/stat : 690 (varsat-industri) R 688 690 30735 0 -1 4194304 7182 0 0 0 94197 6 0 0 25 0 1 0 1094282984 31719424 7107 1992294400 4194304 5102648 548682068784 18446744073709551615 4249843 0 0 4096 3 0 0 0 17 1 0 0
/proc/690/statm: 7744 7107 109 221 0 7520 0
Current children cumulated CPU time (s) 942.03
Current children cumulated vsize (KiB) 30976

[startup+1002.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 697
/proc/meminfo: memFree=745960/2055920 swapFree=4178472/4192956
[pid=690] ppid=688 vsize=31544 CPUtime=1002.01
/proc/690/stat : 690 (varsat-industri) R 688 690 30735 0 -1 4194304 7304 0 0 0 100195 6 0 0 25 0 1 0 1094282984 32301056 7229 1992294400 4194304 5102648 548682068784 18446744073709551615 4249791 0 0 4096 3 0 0 0 17 1 0 0
/proc/690/statm: 7886 7229 109 221 0 7662 0
Current children cumulated CPU time (s) 1002.01
Current children cumulated vsize (KiB) 31544

[startup+1062.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 697
/proc/meminfo: memFree=745832/2055920 swapFree=4178472/4192956
[pid=690] ppid=688 vsize=31544 CPUtime=1062
/proc/690/stat : 690 (varsat-industri) R 688 690 30735 0 -1 4194304 7325 0 0 0 106193 7 0 0 25 0 1 0 1094282984 32301056 7250 1992294400 4194304 5102648 548682068784 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/690/statm: 7886 7250 109 221 0 7662 0
Current children cumulated CPU time (s) 1062
Current children cumulated vsize (KiB) 31544

[startup+1122.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 697
/proc/meminfo: memFree=745576/2055920 swapFree=4178472/4192956
[pid=690] ppid=688 vsize=31972 CPUtime=1121.98
/proc/690/stat : 690 (varsat-industri) R 688 690 30735 0 -1 4194304 7401 0 0 0 112191 7 0 0 25 0 1 0 1094282984 32739328 7326 1992294400 4194304 5102648 548682068784 18446744073709551615 4254017 0 0 4096 3 0 0 0 17 1 0 0
/proc/690/statm: 7993 7326 109 221 0 7769 0
Current children cumulated CPU time (s) 1121.98
Current children cumulated vsize (KiB) 31972

[startup+1182.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 697
/proc/meminfo: memFree=745384/2055920 swapFree=4178472/4192956
[pid=690] ppid=688 vsize=32112 CPUtime=1181.97
/proc/690/stat : 690 (varsat-industri) R 688 690 30735 0 -1 4194304 7433 0 0 0 118190 7 0 0 25 0 1 0 1094282984 32882688 7358 1992294400 4194304 5102648 548682068784 18446744073709551615 4249732 0 0 4096 3 0 0 0 17 1 0 0
/proc/690/statm: 8028 7358 109 221 0 7804 0
Current children cumulated CPU time (s) 1181.97
Current children cumulated vsize (KiB) 32112



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.4 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 697
/proc/meminfo: memFree=745256/2055920 swapFree=4178472/4192956
[pid=690] ppid=688 vsize=32256 CPUtime=1200.06
/proc/690/stat : 690 (varsat-industri) R 688 690 30735 0 -1 4194304 7468 0 0 0 119999 7 0 0 25 0 1 0 1094282984 33030144 7393 1992294400 4194304 5102648 548682068784 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/690/statm: 8064 7393 109 221 0 7840 0
Current children cumulated CPU time (s) 1200.06
Current children cumulated vsize (KiB) 32256

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.08
CPU user time (s): 1200
CPU system time (s): 0.079987
CPU usage (%): 99.9725
Max. virtual memory (cumulated for all children) (KiB): 32256

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

runsolver used 0.966853 second user time and 2.6336 second system time

The end

Launcher Data

Begin job on node1 at 2009-03-28 05:56:00
IDJOB=1513348
IDBENCH=70255
IDSOLVER=538
FILE ID=node1/1513348-1238216160
PBS_JOBID= 9060563
Free space on /tmp= 66084 MiB

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

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

MD5SUM BENCH= 5f6d9d113e535105e77af29b0e165b23
RANDOM SEED=2092906116

node1.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:        775376 kB
Buffers:         85124 kB
Cached:        1095272 kB
SwapCached:       8380 kB
Active:         109512 kB
Inactive:      1080924 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        775376 kB
SwapTotal:     4192956 kB
SwapFree:      4178472 kB
Dirty:            1456 kB
Writeback:           0 kB
Mapped:          15816 kB
Slab:            76036 kB
Committed_AS:  2880448 kB
PageTables:       1440 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= 66084 MiB
End job on node1 at 2009-03-28 06:16:03