Trace number 1515700

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

General information on the benchmark

NameRANDOM/MEDIUM/5SAT/SATISFIABLE/120/
unif-k5-r21.3-v120-c2556-S1017443264-065.cnf
MD5SUMa3624ecf3a9b6c1696f882edd6a86cc4
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.441932
Satisfiable
(Un)Satisfiability was proved
Number of variables120
Number of clauses2556
Sum of the clauses size12780
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 52556
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:  120                                                  |
0.00/0.00	c |  Number of clauses:    2556                                                 |
0.00/0.00	c |  Parsing time:         0.01         s                                       |
0.00/0.00	c |  Timeout:              43200 s
0.00/0.00	c |  Random Seed:          179029177.000000
0.00/0.00	c |  Heuristic:            EMBP-G, threshold 0.950                              |
0.00/0.00	c |  Branching Rule:       default (solution-guided)                            |
0.00/0.00	c |  Learned clauses in surveys?  Using NO learned clauses.                     |
0.00/0.00	c |                                                                             |
0.00/0.01	c ============================[ Search Statistics ]==============================
0.00/0.01	c | Conflicts |          ORIGINAL         |          LEARNT          | Progress |
0.00/0.01	c |           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
0.00/0.01	c ===============================================================================
0.00/0.01	c |         0 |     120     2556    12780 |      852        0    nan |  0.000 % |
0.00/0.02	c |       100 |     120     2556    12780 |      937      100     25 |  0.007 % |
0.00/0.03	c |       250 |     120     2556    12780 |     1030      250     26 |  0.007 % |
0.00/0.04	c |       477 |     120     2556    12780 |     1134      477     26 |  0.007 % |
0.00/0.05	c |       815 |     120     2556    12780 |     1247      815     26 |  0.007 % |
0.00/0.07	c |      1321 |     120     2556    12780 |     1372      686     24 |  0.007 % |
0.10/0.10	c |      2080 |     120     2556    12780 |     1509      746     24 |  0.007 % |
0.10/0.14	c |      3222 |     120     2556    12780 |     1660     1114     24 |  0.007 % |
0.20/0.21	c |      4930 |     120     2556    12780 |     1826     1130     24 |  0.007 % |
0.30/0.31	c |      7492 |     120     2556    12780 |     2008     1830     24 |  0.007 % |
0.39/0.46	c |     11338 |     120     2556    12780 |     2209     1577     24 |  0.007 % |
0.59/0.69	c |     17105 |     120     2556    12780 |     2430     1724     25 |  0.007 % |
1.00/1.06	c |     25754 |     120     2556    12780 |     2673     1740     24 |  0.007 % |
1.59/1.61	c |     38728 |     120     2556    12780 |     2941     2520     25 |  0.007 % |
2.39/2.49	c |     58189 |     120     2556    12780 |     3235     2623     24 |  0.007 % |
3.79/3.86	c |     87383 |     120     2556    12780 |     3559     2367     24 |  0.007 % |
5.89/5.95	c |    131173 |     120     2556    12780 |     3914     3032     24 |  0.007 % |
9.19/9.25	c |    196857 |     120     2556    12780 |     4306     3561     24 |  0.007 % |
14.39/14.46	c |    295387 |     120     2556    12780 |     4737     2237     24 |  0.007 % |
22.29/22.37	c |    443176 |     120     2556    12780 |     5210     4488     23 |  0.007 % |
34.98/35.00	c |    664860 |     120     2556    12780 |     5731     3327     23 |  0.007 % |
54.68/54.71	c |    997388 |     120     2556    12780 |     6305     4469     24 |  0.007 % |
85.57/85.65	c |   1496178 |     120     2556    12780 |     6935     5821     22 |  0.007 % |
133.76/133.81	c |   2244360 |     120     2556    12780 |     7629     4866     24 |  0.007 % |
209.94/210.01	c |   3366635 |     120     2556    12780 |     8391     4608     23 |  0.007 % |
331.91/332.04	c |   5050047 |     120     2556    12780 |     9231     7603     24 |  0.007 % |
525.66/525.86	c |   7575164 |     120     2556    12780 |    10154     8393     24 |  0.007 % |
838.57/838.85	c |  11362840 |     120     2556    12780 |    11169     7191     24 |  0.007 % |

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-1515700-1238257806/watcher-1515700-1238257806 -o /tmp/evaluation-result-1515700-1238257806/solver-1515700-1238257806 -C 1200 -W 1800 -M 1800 --output-limit 1,15 HOME/varsat-industrial_static -seed=179029177 HOME/instance-1515700-1238257806.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.98 3/70 32174
/proc/meminfo: memFree=1590200/2055920 swapFree=4173984/4192956
[pid=32174] ppid=32172 vsize=2556 CPUtime=0
/proc/32174/stat : 32174 (varsat-industri) R 32172 32174 31916 0 -1 4194304 259 0 0 0 0 0 0 0 18 0 1 0 1098445636 2617344 244 1992294400 4194304 5102648 548682068784 18446744073709551615 4491703 0 0 4096 3 0 0 0 17 1 0 0
/proc/32174/statm: 672 245 87 221 0 448 0

[startup+0.0892389 s]
/proc/loadavg: 0.99 0.97 0.98 3/70 32174
/proc/meminfo: memFree=1590200/2055920 swapFree=4173984/4192956
[pid=32174] ppid=32172 vsize=2684 CPUtime=0.08
/proc/32174/stat : 32174 (varsat-industri) R 32172 32174 31916 0 -1 4194304 303 0 0 0 8 0 0 0 18 0 1 0 1098445636 2748416 288 1992294400 4194304 5102648 548682068784 18446744073709551615 4249797 0 0 4096 3 0 0 0 17 1 0 0
/proc/32174/statm: 671 288 110 221 0 447 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 2684

[startup+0.101239 s]
/proc/loadavg: 0.99 0.97 0.98 3/70 32174
/proc/meminfo: memFree=1590200/2055920 swapFree=4173984/4192956
[pid=32174] ppid=32172 vsize=2684 CPUtime=0.1
/proc/32174/stat : 32174 (varsat-industri) R 32172 32174 31916 0 -1 4194304 307 0 0 0 10 0 0 0 18 0 1 0 1098445636 2748416 292 1992294400 4194304 5102648 548682068784 18446744073709551615 4249806 0 0 4096 3 0 0 0 17 1 0 0
/proc/32174/statm: 671 292 110 221 0 447 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 2684

[startup+0.301263 s]
/proc/loadavg: 0.99 0.97 0.98 3/70 32174
/proc/meminfo: memFree=1590200/2055920 swapFree=4173984/4192956
[pid=32174] ppid=32172 vsize=2816 CPUtime=0.3
/proc/32174/stat : 32174 (varsat-industri) R 32172 32174 31916 0 -1 4194304 348 0 0 0 30 0 0 0 20 0 1 0 1098445636 2883584 333 1992294400 4194304 5102648 548682068784 18446744073709551615 4255995 0 0 4096 3 0 0 0 17 1 0 0
/proc/32174/statm: 704 333 110 221 0 480 0
Current children cumulated CPU time (s) 0.3
Current children cumulated vsize (KiB) 2816

[startup+0.70131 s]
/proc/loadavg: 0.99 0.97 0.98 3/70 32174
/proc/meminfo: memFree=1590200/2055920 swapFree=4173984/4192956
[pid=32174] ppid=32172 vsize=3080 CPUtime=0.69
/proc/32174/stat : 32174 (varsat-industri) R 32172 32174 31916 0 -1 4194304 393 0 0 0 69 0 0 0 22 0 1 0 1098445636 3153920 378 1992294400 4194304 5102648 548682068784 18446744073709551615 4215158 0 0 4096 3 0 0 0 17 1 0 0
/proc/32174/statm: 770 378 110 221 0 546 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 3080

[startup+1.5014 s]
/proc/loadavg: 0.99 0.97 0.98 2/71 32175
/proc/meminfo: memFree=1589048/2055920 swapFree=4173984/4192956
[pid=32174] ppid=32172 vsize=3344 CPUtime=1.49
/proc/32174/stat : 32174 (varsat-industri) R 32172 32174 31916 0 -1 4194304 453 0 0 0 149 0 0 0 25 0 1 0 1098445636 3424256 438 1992294400 4194304 5102648 548682068784 18446744073709551615 4254978 0 0 4096 3 0 0 0 17 1 0 0
/proc/32174/statm: 836 438 110 221 0 612 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 3344

[startup+3.10159 s]
/proc/loadavg: 0.99 0.97 0.98 2/71 32175
/proc/meminfo: memFree=1588600/2055920 swapFree=4173984/4192956
[pid=32174] ppid=32172 vsize=3612 CPUtime=3.09
/proc/32174/stat : 32174 (varsat-industri) R 32172 32174 31916 0 -1 4194304 521 0 0 0 309 0 0 0 25 0 1 0 1098445636 3698688 506 1992294400 4194304 5102648 548682068784 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/32174/statm: 903 506 110 221 0 679 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 3612

[startup+6.30196 s]
/proc/loadavg: 0.99 0.97 0.98 2/71 32175
/proc/meminfo: memFree=1588216/2055920 swapFree=4173984/4192956
[pid=32174] ppid=32172 vsize=3900 CPUtime=6.29
/proc/32174/stat : 32174 (varsat-industri) R 32172 32174 31916 0 -1 4194304 605 0 0 0 629 0 0 0 25 0 1 0 1098445636 3993600 590 1992294400 4194304 5102648 548682068784 18446744073709551615 4249017 0 0 4096 3 0 0 0 17 1 0 0
/proc/32174/statm: 975 590 110 221 0 751 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 3900

[startup+12.7017 s]
/proc/loadavg: 0.99 0.97 0.98 2/71 32175
/proc/meminfo: memFree=1587640/2055920 swapFree=4173984/4192956
[pid=32174] ppid=32172 vsize=4308 CPUtime=12.69
/proc/32174/stat : 32174 (varsat-industri) R 32172 32174 31916 0 -1 4194304 713 0 0 0 1269 0 0 0 25 0 1 0 1098445636 4411392 698 1992294400 4194304 5102648 548682068784 18446744073709551615 4249797 0 0 4096 3 0 0 0 17 1 0 0
/proc/32174/statm: 1077 698 110 221 0 853 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 4308

[startup+25.5012 s]
/proc/loadavg: 0.99 0.97 0.98 2/71 32175
/proc/meminfo: memFree=1587128/2055920 swapFree=4173984/4192956
[pid=32174] ppid=32172 vsize=4840 CPUtime=25.49
/proc/32174/stat : 32174 (varsat-industri) R 32172 32174 31916 0 -1 4194304 830 0 0 0 2548 1 0 0 25 0 1 0 1098445636 4956160 815 1992294400 4194304 5102648 548682068784 18446744073709551615 4249741 0 0 4096 3 0 0 0 17 1 0 0
/proc/32174/statm: 1210 815 110 221 0 986 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 4840

[startup+51.1011 s]
/proc/loadavg: 0.99 0.97 0.98 2/71 32175
/proc/meminfo: memFree=1586424/2055920 swapFree=4173984/4192956
[pid=32174] ppid=32172 vsize=5532 CPUtime=51.08
/proc/32174/stat : 32174 (varsat-industri) R 32172 32174 31916 0 -1 4194304 990 0 0 0 5107 1 0 0 25 0 1 0 1098445636 5664768 975 1992294400 4194304 5102648 548682068784 18446744073709551615 4249876 0 0 4096 3 0 0 0 17 1 0 0
/proc/32174/statm: 1383 975 110 221 0 1159 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 5532

[startup+102.305 s]
/proc/loadavg: 0.99 0.97 0.98 2/71 32175
/proc/meminfo: memFree=1585720/2055920 swapFree=4173984/4192956
[pid=32174] ppid=32172 vsize=6244 CPUtime=102.27
/proc/32174/stat : 32174 (varsat-industri) R 32172 32174 31916 0 -1 4194304 1157 0 0 0 10226 1 0 0 25 0 1 0 1098445636 6393856 1142 1992294400 4194304 5102648 548682068784 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/32174/statm: 1561 1142 110 221 0 1337 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 6244

[startup+162.302 s]
/proc/loadavg: 0.99 0.97 0.98 2/71 32175
/proc/meminfo: memFree=1585016/2055920 swapFree=4173984/4192956
[pid=32174] ppid=32172 vsize=6944 CPUtime=162.25
/proc/32174/stat : 32174 (varsat-industri) R 32172 32174 31916 0 -1 4194304 1318 0 0 0 16224 1 0 0 25 0 1 0 1098445636 7110656 1303 1992294400 4194304 5102648 548682068784 18446744073709551615 4249945 0 0 4096 3 0 0 0 17 1 0 0
/proc/32174/statm: 1736 1303 110 221 0 1512 0
Current children cumulated CPU time (s) 162.25
Current children cumulated vsize (KiB) 6944

[startup+222.302 s]
/proc/loadavg: 0.99 0.97 0.98 2/71 32175
/proc/meminfo: memFree=1584696/2055920 swapFree=4173984/4192956
[pid=32174] ppid=32172 vsize=7264 CPUtime=222.23
/proc/32174/stat : 32174 (varsat-industri) R 32172 32174 31916 0 -1 4194304 1407 0 0 0 22222 1 0 0 25 0 1 0 1098445636 7438336 1392 1992294400 4194304 5102648 548682068784 18446744073709551615 4249874 0 0 4096 3 0 0 0 17 1 0 0
/proc/32174/statm: 1816 1392 110 221 0 1592 0
Current children cumulated CPU time (s) 222.23
Current children cumulated vsize (KiB) 7264

[startup+282.302 s]
/proc/loadavg: 0.99 0.97 0.98 2/71 32175
/proc/meminfo: memFree=1584248/2055920 swapFree=4173984/4192956
[pid=32174] ppid=32172 vsize=7716 CPUtime=282.22
/proc/32174/stat : 32174 (varsat-industri) R 32172 32174 31916 0 -1 4194304 1514 0 0 0 28220 2 0 0 25 0 1 0 1098445636 7901184 1499 1992294400 4194304 5102648 548682068784 18446744073709551615 4249797 0 0 4096 3 0 0 0 17 1 0 0
/proc/32174/statm: 1929 1499 110 221 0 1705 0
Current children cumulated CPU time (s) 282.22
Current children cumulated vsize (KiB) 7716

[startup+342.302 s]
/proc/loadavg: 0.99 0.97 0.98 2/71 32175
/proc/meminfo: memFree=1584056/2055920 swapFree=4173984/4192956
[pid=32174] ppid=32172 vsize=7868 CPUtime=342.2
/proc/32174/stat : 32174 (varsat-industri) R 32172 32174 31916 0 -1 4194304 1552 0 0 0 34218 2 0 0 25 0 1 0 1098445636 8056832 1537 1992294400 4194304 5102648 548682068784 18446744073709551615 4249923 0 0 4096 3 0 0 0 17 1 0 0
/proc/32174/statm: 1967 1537 110 221 0 1743 0
Current children cumulated CPU time (s) 342.2
Current children cumulated vsize (KiB) 7868

[startup+402.302 s]
/proc/loadavg: 0.99 0.97 0.98 2/71 32175
/proc/meminfo: memFree=1583800/2055920 swapFree=4173984/4192956
[pid=32174] ppid=32172 vsize=8208 CPUtime=402.19
/proc/32174/stat : 32174 (varsat-industri) R 32172 32174 31916 0 -1 4194304 1620 0 0 0 40217 2 0 0 25 0 1 0 1098445636 8404992 1605 1992294400 4194304 5102648 548682068784 18446744073709551615 4249895 0 0 4096 3 0 0 0 17 1 0 0
/proc/32174/statm: 2052 1605 110 221 0 1828 0
Current children cumulated CPU time (s) 402.19
Current children cumulated vsize (KiB) 8208

[startup+462.302 s]
/proc/loadavg: 0.99 0.97 0.98 2/71 32175
/proc/meminfo: memFree=1583608/2055920 swapFree=4173984/4192956
[pid=32174] ppid=32172 vsize=8376 CPUtime=462.17
/proc/32174/stat : 32174 (varsat-industri) R 32172 32174 31916 0 -1 4194304 1666 0 0 0 46215 2 0 0 25 0 1 0 1098445636 8577024 1651 1992294400 4194304 5102648 548682068784 18446744073709551615 4254641 0 0 4096 3 0 0 0 17 1 0 0
/proc/32174/statm: 2094 1651 110 221 0 1870 0
Current children cumulated CPU time (s) 462.17
Current children cumulated vsize (KiB) 8376

[startup+522.301 s]
/proc/loadavg: 0.99 0.97 0.98 2/71 32175
/proc/meminfo: memFree=1583480/2055920 swapFree=4173984/4192956
[pid=32174] ppid=32172 vsize=8544 CPUtime=522.15
/proc/32174/stat : 32174 (varsat-industri) R 32172 32174 31916 0 -1 4194304 1693 0 0 0 52213 2 0 0 25 0 1 0 1098445636 8749056 1678 1992294400 4194304 5102648 548682068784 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/32174/statm: 2136 1678 110 221 0 1912 0
Current children cumulated CPU time (s) 522.15
Current children cumulated vsize (KiB) 8544

[startup+582.301 s]
/proc/loadavg: 0.99 0.97 0.98 2/71 32175
/proc/meminfo: memFree=1583160/2055920 swapFree=4173984/4192956
[pid=32174] ppid=32172 vsize=8880 CPUtime=582.13
/proc/32174/stat : 32174 (varsat-industri) R 32172 32174 31916 0 -1 4194304 1772 0 0 0 58211 2 0 0 25 0 1 0 1098445636 9093120 1757 1992294400 4194304 5102648 548682068784 18446744073709551615 4249806 0 0 4096 3 0 0 0 17 1 0 0
/proc/32174/statm: 2220 1757 110 221 0 1996 0
Current children cumulated CPU time (s) 582.13
Current children cumulated vsize (KiB) 8880

[startup+642.301 s]
/proc/loadavg: 0.99 0.97 0.98 2/71 32175
/proc/meminfo: memFree=1582776/2055920 swapFree=4173984/4192956
[pid=32174] ppid=32172 vsize=9220 CPUtime=642.12
/proc/32174/stat : 32174 (varsat-industri) R 32172 32174 31916 0 -1 4194304 1853 0 0 0 64210 2 0 0 25 0 1 0 1098445636 9441280 1838 1992294400 4194304 5102648 548682068784 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/32174/statm: 2305 1838 110 221 0 2081 0
Current children cumulated CPU time (s) 642.12
Current children cumulated vsize (KiB) 9220

[startup+702.301 s]
/proc/loadavg: 0.99 0.97 0.98 2/71 32175
/proc/meminfo: memFree=1582584/2055920 swapFree=4173984/4192956
[pid=32174] ppid=32172 vsize=9556 CPUtime=702.11
/proc/32174/stat : 32174 (varsat-industri) R 32172 32174 31916 0 -1 4194304 1910 0 0 0 70208 3 0 0 25 0 1 0 1098445636 9785344 1895 1992294400 4194304 5102648 548682068784 18446744073709551615 4249384 0 0 4096 3 0 0 0 17 1 0 0
/proc/32174/statm: 2389 1895 110 221 0 2165 0
Current children cumulated CPU time (s) 702.11
Current children cumulated vsize (KiB) 9556

[startup+762.306 s]
/proc/loadavg: 0.99 0.97 0.98 2/71 32175
/proc/meminfo: memFree=1582456/2055920 swapFree=4173984/4192956
[pid=32174] ppid=32172 vsize=9556 CPUtime=762.1
/proc/32174/stat : 32174 (varsat-industri) R 32172 32174 31916 0 -1 4194304 1924 0 0 0 76207 3 0 0 25 0 1 0 1098445636 9785344 1909 1992294400 4194304 5102648 548682068784 18446744073709551615 4255508 0 0 4096 3 0 0 0 17 1 0 0
/proc/32174/statm: 2389 1909 110 221 0 2165 0
Current children cumulated CPU time (s) 762.1
Current children cumulated vsize (KiB) 9556

[startup+822.301 s]
/proc/loadavg: 0.99 0.97 0.98 2/71 32175
/proc/meminfo: memFree=1582456/2055920 swapFree=4173984/4192956
[pid=32174] ppid=32172 vsize=9556 CPUtime=822.07
/proc/32174/stat : 32174 (varsat-industri) R 32172 32174 31916 0 -1 4194304 1935 0 0 0 82204 3 0 0 25 0 1 0 1098445636 9785344 1920 1992294400 4194304 5102648 548682068784 18446744073709551615 4255371 0 0 4096 3 0 0 0 17 1 0 0
/proc/32174/statm: 2389 1920 110 221 0 2165 0
Current children cumulated CPU time (s) 822.07
Current children cumulated vsize (KiB) 9556

[startup+882.302 s]
/proc/loadavg: 0.99 0.97 0.98 2/71 32176
/proc/meminfo: memFree=1582072/2055920 swapFree=4173984/4192956
[pid=32174] ppid=32172 vsize=9724 CPUtime=882.05
/proc/32174/stat : 32174 (varsat-industri) R 32172 32174 31916 0 -1 4194304 1975 0 0 0 88202 3 0 0 25 0 1 0 1098445636 9957376 1960 1992294400 4194304 5102648 548682068784 18446744073709551615 4250272 0 0 4096 3 0 0 0 17 1 0 0
/proc/32174/statm: 2431 1960 110 221 0 2207 0
Current children cumulated CPU time (s) 882.05
Current children cumulated vsize (KiB) 9724

[startup+942.302 s]
/proc/loadavg: 0.99 0.97 0.98 2/71 32177
/proc/meminfo: memFree=1582072/2055920 swapFree=4173984/4192956
[pid=32174] ppid=32172 vsize=9892 CPUtime=942.03
/proc/32174/stat : 32174 (varsat-industri) R 32172 32174 31916 0 -1 4194304 2023 0 0 0 94200 3 0 0 25 0 1 0 1098445636 10129408 2008 1992294400 4194304 5102648 548682068784 18446744073709551615 4249732 0 0 4096 3 0 0 0 17 1 0 0
/proc/32174/statm: 2473 2008 110 221 0 2249 0
Current children cumulated CPU time (s) 942.03
Current children cumulated vsize (KiB) 9892

[startup+1002.3 s]
/proc/loadavg: 0.99 0.97 0.98 2/71 32177
/proc/meminfo: memFree=1581944/2055920 swapFree=4173984/4192956
[pid=32174] ppid=32172 vsize=10064 CPUtime=1002.02
/proc/32174/stat : 32174 (varsat-industri) R 32172 32174 31916 0 -1 4194304 2054 0 0 0 100199 3 0 0 25 0 1 0 1098445636 10305536 2039 1992294400 4194304 5102648 548682068784 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/32174/statm: 2516 2039 110 221 0 2292 0
Current children cumulated CPU time (s) 1002.02
Current children cumulated vsize (KiB) 10064

[startup+1062.3 s]
/proc/loadavg: 0.99 0.97 0.98 2/71 32177
/proc/meminfo: memFree=1581816/2055920 swapFree=4173984/4192956
[pid=32174] ppid=32172 vsize=10232 CPUtime=1062.01
/proc/32174/stat : 32174 (varsat-industri) R 32172 32174 31916 0 -1 4194304 2086 0 0 0 106197 4 0 0 25 0 1 0 1098445636 10477568 2071 1992294400 4194304 5102648 548682068784 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/32174/statm: 2558 2071 110 221 0 2334 0
Current children cumulated CPU time (s) 1062.01
Current children cumulated vsize (KiB) 10232

[startup+1122.3 s]
/proc/loadavg: 0.99 0.97 0.98 2/71 32177
/proc/meminfo: memFree=1581752/2055920 swapFree=4173984/4192956
[pid=32174] ppid=32172 vsize=10232 CPUtime=1121.99
/proc/32174/stat : 32174 (varsat-industri) R 32172 32174 31916 0 -1 4194304 2101 0 0 0 112195 4 0 0 25 0 1 0 1098445636 10477568 2086 1992294400 4194304 5102648 548682068784 18446744073709551615 4249945 0 0 4096 3 0 0 0 17 1 0 0
/proc/32174/statm: 2558 2086 110 221 0 2334 0
Current children cumulated CPU time (s) 1121.99
Current children cumulated vsize (KiB) 10232

[startup+1182.3 s]
/proc/loadavg: 0.99 0.97 0.98 2/71 32177
/proc/meminfo: memFree=1581624/2055920 swapFree=4173984/4192956
[pid=32174] ppid=32172 vsize=10400 CPUtime=1181.98
/proc/32174/stat : 32174 (varsat-industri) R 32172 32174 31916 0 -1 4194304 2128 0 0 0 118194 4 0 0 25 0 1 0 1098445636 10649600 2113 1992294400 4194304 5102648 548682068784 18446744073709551615 4250291 0 0 4096 3 0 0 0 17 1 0 0
/proc/32174/statm: 2600 2113 110 221 0 2376 0
Current children cumulated CPU time (s) 1181.98
Current children cumulated vsize (KiB) 10400



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.4 s]
/proc/loadavg: 0.99 0.97 0.98 2/71 32177
/proc/meminfo: memFree=1581624/2055920 swapFree=4173984/4192956
[pid=32174] ppid=32172 vsize=10400 CPUtime=1200.08
/proc/32174/stat : 32174 (varsat-industri) R 32172 32174 31916 0 -1 4194304 2128 0 0 0 120004 4 0 0 25 0 1 0 1098445636 10649600 2113 1992294400 4194304 5102648 548682068784 18446744073709551615 4254824 0 0 4096 3 0 0 0 17 1 0 0
/proc/32174/statm: 2600 2113 110 221 0 2376 0
Current children cumulated CPU time (s) 1200.08
Current children cumulated vsize (KiB) 10400

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.09
CPU user time (s): 1200.04
CPU system time (s): 0.043993
CPU usage (%): 99.9731
Max. virtual memory (cumulated for all children) (KiB): 10400

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

runsolver used 1.01585 second user time and 3.36449 second system time

The end

Launcher Data

Begin job on node74 at 2009-03-28 17:30:06
IDJOB=1515700
IDBENCH=70451
IDSOLVER=538
FILE ID=node74/1515700-1238257806
PBS_JOBID= 9060764
Free space on /tmp= 101912 MiB

SOLVER NAME= VARSAT-industrial 2009-03-22
BENCH NAME= SAT09/RANDOM/MEDIUM/5SAT/SATISFIABLE/120/unif-k5-r21.3-v120-c2556-S1017443264-065.cnf
COMMAND LINE= HOME/varsat-industrial_static -seed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1515700-1238257806/watcher-1515700-1238257806 -o /tmp/evaluation-result-1515700-1238257806/solver-1515700-1238257806 -C 1200 -W 1800 -M 1800 --output-limit 1,15  HOME/varsat-industrial_static -seed=179029177 HOME/instance-1515700-1238257806.cnf

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

MD5SUM BENCH= a3624ecf3a9b6c1696f882edd6a86cc4
RANDOM SEED=179029177

node74.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.236
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.236
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:       1590680 kB
Buffers:         57852 kB
Cached:         347836 kB
SwapCached:       7820 kB
Active:         125808 kB
Inactive:       289204 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1590680 kB
SwapTotal:     4192956 kB
SwapFree:      4173984 kB
Dirty:            1064 kB
Writeback:           0 kB
Mapped:          14856 kB
Slab:            35472 kB
Committed_AS:  2435608 kB
PageTables:       1852 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= 101912 MiB
End job on node74 at 2009-03-28 17:50:08