Trace number 1728344

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

Namecrafted/Hard/contest05/others/
linvrinv9.sat05-568.reshuffled-07.cnf
MD5SUM0457634d4b446c9bbce48df93abd0143
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables2754
Number of clauses9154
Sum of the clauses size24624
Maximum clause length81
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 22916
Number of clauses of size 36237
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 51

Solver Data

0.00/0.00	c ============================[ Problem Statistics ]=============================
0.00/0.00	c |                                                                             |
0.00/0.00	c |  Number of variables:  2754                                                 |
0.00/0.00	c |  Number of clauses:    9154                                                 |
0.00/0.01	c |  Parsing time:         0.01         s                                       |
0.00/0.01	c |  Timeout:              43200 s
0.00/0.01	c |  Random Seed:          987117486.000000
0.00/0.01	c |  Heuristic:            EMBP-G, threshold 0.950                              |
0.00/0.01	c |  Branching Rule:       default (solution-guided)                            |
0.00/0.01	c |  Learned clauses in surveys?  Using NO learned clauses.                     |
0.00/0.01	c |                                                                             |
0.01/0.06	c ============================[ Search Statistics ]==============================
0.01/0.06	c | Conflicts |          ORIGINAL         |          LEARNT          | Progress |
0.01/0.06	c |           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
0.01/0.06	c ===============================================================================
0.01/0.06	c |         0 |    1317     7908    27772 |     2636        0    nan |  0.000 % |
0.01/0.09	c |       100 |    1317     7908    27772 |     2899      100     35 |  0.000 % |
0.09/0.11	c |       250 |    1317     7908    27772 |     3189      250     30 |  0.000 % |
0.09/0.14	c |       475 |    1317     7908    27772 |     3508      475     30 |  0.000 % |
0.09/0.17	c |       813 |    1317     7908    27772 |     3859      813     36 |  0.000 % |
0.19/0.21	c |      1319 |    1317     7908    27772 |     4245     1319     37 |  0.000 % |
0.19/0.28	c |      2078 |    1317     7908    27772 |     4669     2078     40 |  0.000 % |
0.29/0.35	c |      3217 |    1317     7908    27772 |     5136     3217     42 |  0.000 % |
0.39/0.47	c |      4925 |    1317     7908    27772 |     5650     4925     43 |  0.000 % |
0.69/0.74	c |      7487 |    1317     7908    27772 |     6215     4480     52 |  0.000 % |
1.00/1.02	c |     11332 |    1317     7908    27772 |     6837     5121     52 |  0.000 % |
1.59/1.61	c |     17098 |    1317     7908    27772 |     7520     3753     61 |  0.000 % |
2.49/2.56	c |     25747 |    1317     7908    27772 |     8272     4553     59 |  0.000 % |
4.79/4.87	c |     38721 |    1317     7908    27772 |     9100     4830     72 |  0.000 % |
7.09/7.15	c |     58182 |    1317     7908    27772 |    10010     5845     64 |  0.000 % |
10.79/10.86	c |     87375 |    1317     7908    27772 |    11011     9565     59 |  0.000 % |
18.99/19.09	c |    131165 |    1317     7908    27772 |    12112     8399     55 |  0.000 % |
31.38/31.49	c |    196849 |    1317     7908    27772 |    13323    11803     63 |  0.000 % |
45.97/46.07	c |    295375 |    1317     7908    27772 |    14655     9033     58 |  0.000 % |
72.47/72.50	c |    443165 |    1317     7908    27772 |    16121     8244     67 |  0.000 % |
103.36/103.41	c |    664850 |    1317     7908    27772 |    17733     9325     50 |  0.000 % |
177.42/177.50	c |    997375 |    1317     7908    27772 |    19507     9479     61 |  0.000 % |
296.68/296.86	c |   1496164 |    1317     7908    27772 |    21457    14118     65 |  0.000 % |
514.91/515.19	c |   2244346 |    1317     7908    27772 |    23603    11251     70 |  0.000 % |
802.40/802.73	c |   3366621 |    1317     7908    27772 |    25963    14531     65 |  0.000 % |

Verifier Data

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

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-1728344-1240735696/watcher-1728344-1240735696 -o /tmp/evaluation-result-1728344-1240735696/solver-1728344-1240735696 -C 1200 -W 1800 -M 1800 --output-limit 1,15 HOME/varsat-industrial_static -seed=987117486 HOME/instance-1728344-1240735696.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.97 0.99 3/64 21584
/proc/meminfo: memFree=1861136/2055920 swapFree=4191900/4192956
[pid=21584] ppid=21582 vsize=3064 CPUtime=0
/proc/21584/stat : 21584 (varsat-industri) R 21582 21584 21515 0 -1 4194304 367 0 0 0 0 0 0 0 18 0 1 0 101604249 3137536 352 1992294400 4194304 5102648 548682068800 18446744073709551615 4491703 0 0 4096 3 0 0 0 17 1 0 0
/proc/21584/statm: 766 354 87 221 0 542 0

[startup+0.0216841 s]
/proc/loadavg: 0.91 0.97 0.99 3/64 21584
/proc/meminfo: memFree=1861136/2055920 swapFree=4191900/4192956
[pid=21584] ppid=21582 vsize=3952 CPUtime=0.01
/proc/21584/stat : 21584 (varsat-industri) R 21582 21584 21515 0 -1 4194304 622 0 0 0 1 0 0 0 18 0 1 0 101604249 4046848 607 1992294400 4194304 5102648 548682068800 18446744073709551615 4491703 0 0 4096 3 0 0 0 17 1 0 0
/proc/21584/statm: 988 607 99 221 0 764 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 3952

[startup+0.1027 s]
/proc/loadavg: 0.91 0.97 0.99 3/64 21584
/proc/meminfo: memFree=1861136/2055920 swapFree=4191900/4192956
[pid=21584] ppid=21582 vsize=5324 CPUtime=0.09
/proc/21584/stat : 21584 (varsat-industri) R 21582 21584 21515 0 -1 4194304 1003 0 0 0 9 0 0 0 18 0 1 0 101604249 5451776 936 1992294400 4194304 5102648 548682068800 18446744073709551615 4215205 0 0 4096 3 0 0 0 17 1 0 0
/proc/21584/statm: 1331 936 113 221 0 1107 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 5324

[startup+0.301739 s]
/proc/loadavg: 0.91 0.97 0.99 3/64 21584
/proc/meminfo: memFree=1861136/2055920 swapFree=4191900/4192956
[pid=21584] ppid=21582 vsize=5324 CPUtime=0.29
/proc/21584/stat : 21584 (varsat-industri) R 21582 21584 21515 0 -1 4194304 1003 0 0 0 29 0 0 0 19 0 1 0 101604249 5451776 936 1992294400 4194304 5102648 548682068800 18446744073709551615 4254625 0 0 4096 3 0 0 0 17 1 0 0
/proc/21584/statm: 1331 936 113 221 0 1107 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 5324

[startup+0.70182 s]
/proc/loadavg: 0.91 0.97 0.99 3/64 21584
/proc/meminfo: memFree=1861136/2055920 swapFree=4191900/4192956
[pid=21584] ppid=21582 vsize=6036 CPUtime=0.69
/proc/21584/stat : 21584 (varsat-industri) R 21582 21584 21515 0 -1 4194304 1170 0 0 0 69 0 0 0 22 0 1 0 101604249 6180864 1103 1992294400 4194304 5102648 548682068800 18446744073709551615 4250291 0 0 4096 3 0 0 0 17 1 0 0
/proc/21584/statm: 1509 1103 113 221 0 1285 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 6036

[startup+1.50198 s]
/proc/loadavg: 0.91 0.97 0.99 2/65 21585
/proc/meminfo: memFree=1856648/2055920 swapFree=4191900/4192956
[pid=21584] ppid=21582 vsize=6828 CPUtime=1.49
/proc/21584/stat : 21584 (varsat-industri) R 21582 21584 21515 0 -1 4194304 1392 0 0 0 149 0 0 0 25 0 1 0 101604249 6991872 1325 1992294400 4194304 5102648 548682068800 18446744073709551615 4249858 0 0 4096 3 0 0 0 17 1 0 0
/proc/21584/statm: 1707 1325 113 221 0 1483 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 6828

[startup+3.10129 s]
/proc/loadavg: 0.91 0.97 0.99 2/65 21585
/proc/meminfo: memFree=1855624/2055920 swapFree=4191900/4192956
[pid=21584] ppid=21582 vsize=7676 CPUtime=3.09
/proc/21584/stat : 21584 (varsat-industri) R 21582 21584 21515 0 -1 4194304 1588 0 0 0 309 0 0 0 25 0 1 0 101604249 7860224 1521 1992294400 4194304 5102648 548682068800 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/21584/statm: 1919 1521 113 221 0 1695 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 7676

[startup+6.30193 s]
/proc/loadavg: 0.92 0.97 0.99 2/65 21585
/proc/meminfo: memFree=1854408/2055920 swapFree=4191900/4192956
[pid=21584] ppid=21582 vsize=8344 CPUtime=6.29
/proc/21584/stat : 21584 (varsat-industri) R 21582 21584 21515 0 -1 4194304 1775 0 0 0 628 1 0 0 25 0 1 0 101604249 8544256 1708 1992294400 4194304 5102648 548682068800 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/21584/statm: 2086 1708 113 221 0 1862 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 8344

[startup+12.7012 s]
/proc/loadavg: 0.93 0.97 0.99 2/65 21585
/proc/meminfo: memFree=1853648/2055920 swapFree=4191900/4192956
[pid=21584] ppid=21582 vsize=9188 CPUtime=12.69
/proc/21584/stat : 21584 (varsat-industri) R 21582 21584 21515 0 -1 4194304 1985 0 0 0 1268 1 0 0 25 0 1 0 101604249 9408512 1918 1992294400 4194304 5102648 548682068800 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/21584/statm: 2297 1918 113 221 0 2073 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 9188

[startup+25.5017 s]
/proc/loadavg: 0.94 0.97 0.99 2/65 21585
/proc/meminfo: memFree=1852048/2055920 swapFree=4191900/4192956
[pid=21584] ppid=21582 vsize=10824 CPUtime=25.48
/proc/21584/stat : 21584 (varsat-industri) R 21582 21584 21515 0 -1 4194304 2359 0 0 0 2547 1 0 0 25 0 1 0 101604249 11083776 2292 1992294400 4194304 5102648 548682068800 18446744073709551615 4249858 0 0 4096 3 0 0 0 17 1 0 0
/proc/21584/statm: 2706 2292 113 221 0 2482 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 10824

[startup+51.1018 s]
/proc/loadavg: 0.96 0.97 0.99 2/65 21585
/proc/meminfo: memFree=1850704/2055920 swapFree=4191900/4192956
[pid=21584] ppid=21582 vsize=12204 CPUtime=51.07
/proc/21584/stat : 21584 (varsat-industri) R 21582 21584 21515 0 -1 4194304 2710 0 0 0 5106 1 0 0 25 0 1 0 101604249 12496896 2643 1992294400 4194304 5102648 548682068800 18446744073709551615 4249876 0 0 4096 3 0 0 0 17 1 0 0
/proc/21584/statm: 3051 2643 113 221 0 2827 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 12204

[startup+102.305 s]
/proc/loadavg: 0.98 0.97 0.99 2/65 21585
/proc/meminfo: memFree=1848848/2055920 swapFree=4191900/4192956
[pid=21584] ppid=21582 vsize=14032 CPUtime=102.26
/proc/21584/stat : 21584 (varsat-industri) R 21582 21584 21515 0 -1 4194304 3162 0 0 0 10224 2 0 0 25 0 1 0 101604249 14368768 3095 1992294400 4194304 5102648 548682068800 18446744073709551615 4249855 0 0 4096 3 0 0 0 17 1 0 0
/proc/21584/statm: 3508 3095 113 221 0 3284 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 14032

[startup+162.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 21585
/proc/meminfo: memFree=1846992/2055920 swapFree=4191900/4192956
[pid=21584] ppid=21582 vsize=15936 CPUtime=162.23
/proc/21584/stat : 21584 (varsat-industri) R 21582 21584 21515 0 -1 4194304 3627 0 0 0 16221 2 0 0 25 0 1 0 101604249 16318464 3560 1992294400 4194304 5102648 548682068800 18446744073709551615 4249797 0 0 4096 3 0 0 0 17 1 0 0
/proc/21584/statm: 3984 3560 113 221 0 3760 0
Current children cumulated CPU time (s) 162.23
Current children cumulated vsize (KiB) 15936

[startup+222.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 21585
/proc/meminfo: memFree=1844816/2055920 swapFree=4191900/4192956
[pid=21584] ppid=21582 vsize=18228 CPUtime=222.21
/proc/21584/stat : 21584 (varsat-industri) R 21582 21584 21515 0 -1 4194304 4163 0 0 0 22218 3 0 0 25 0 1 0 101604249 18665472 4096 1992294400 4194304 5102648 548682068800 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/21584/statm: 4557 4096 113 221 0 4333 0
Current children cumulated CPU time (s) 222.21
Current children cumulated vsize (KiB) 18228

[startup+282.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 21585
/proc/meminfo: memFree=1844048/2055920 swapFree=4191900/4192956
[pid=21584] ppid=21582 vsize=18936 CPUtime=282.19
/proc/21584/stat : 21584 (varsat-industri) R 21582 21584 21515 0 -1 4194304 4329 0 0 0 28216 3 0 0 25 0 1 0 101604249 19390464 4262 1992294400 4194304 5102648 548682068800 18446744073709551615 4249791 0 0 4096 3 0 0 0 17 1 0 0
/proc/21584/statm: 4734 4262 113 221 0 4510 0
Current children cumulated CPU time (s) 282.19
Current children cumulated vsize (KiB) 18936

[startup+342.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 21585
/proc/meminfo: memFree=1842896/2055920 swapFree=4191900/4192956
[pid=21584] ppid=21582 vsize=20208 CPUtime=342.17
/proc/21584/stat : 21584 (varsat-industri) R 21582 21584 21515 0 -1 4194304 4611 0 0 0 34213 4 0 0 25 0 1 0 101604249 20692992 4544 1992294400 4194304 5102648 548682068800 18446744073709551615 4255087 0 0 4096 3 0 0 0 17 1 0 0
/proc/21584/statm: 5052 4544 113 221 0 4828 0
Current children cumulated CPU time (s) 342.17
Current children cumulated vsize (KiB) 20208

[startup+402.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 21585
/proc/meminfo: memFree=1842448/2055920 swapFree=4191900/4192956
[pid=21584] ppid=21582 vsize=20664 CPUtime=402.15
/proc/21584/stat : 21584 (varsat-industri) R 21582 21584 21515 0 -1 4194304 4732 0 0 0 40211 4 0 0 25 0 1 0 101604249 21159936 4665 1992294400 4194304 5102648 548682068800 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/21584/statm: 5166 4665 113 221 0 4942 0
Current children cumulated CPU time (s) 402.15
Current children cumulated vsize (KiB) 20664

[startup+462.301 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 21585
/proc/meminfo: memFree=1842064/2055920 swapFree=4191900/4192956
[pid=21584] ppid=21582 vsize=21116 CPUtime=462.12
/proc/21584/stat : 21584 (varsat-industri) R 21582 21584 21515 0 -1 4194304 4820 0 0 0 46208 4 0 0 25 0 1 0 101604249 21622784 4753 1992294400 4194304 5102648 548682068800 18446744073709551615 4249787 0 0 4096 3 0 0 0 17 1 0 0
/proc/21584/statm: 5279 4753 113 221 0 5055 0
Current children cumulated CPU time (s) 462.12
Current children cumulated vsize (KiB) 21116

[startup+522.301 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 21585
/proc/meminfo: memFree=1841744/2055920 swapFree=4191900/4192956
[pid=21584] ppid=21582 vsize=21316 CPUtime=522.1
/proc/21584/stat : 21584 (varsat-industri) R 21582 21584 21515 0 -1 4194304 4880 0 0 0 52206 4 0 0 25 0 1 0 101604249 21827584 4813 1992294400 4194304 5102648 548682068800 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/21584/statm: 5329 4813 113 221 0 5105 0
Current children cumulated CPU time (s) 522.1
Current children cumulated vsize (KiB) 21316

[startup+582.301 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 21585
/proc/meminfo: memFree=1840720/2055920 swapFree=4191900/4192956
[pid=21584] ppid=21582 vsize=22288 CPUtime=582.08
/proc/21584/stat : 21584 (varsat-industri) R 21582 21584 21515 0 -1 4194304 5126 0 0 0 58204 4 0 0 25 0 1 0 101604249 22822912 5059 1992294400 4194304 5102648 548682068800 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/21584/statm: 5572 5059 113 221 0 5348 0
Current children cumulated CPU time (s) 582.08
Current children cumulated vsize (KiB) 22288

[startup+642.301 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 21585
/proc/meminfo: memFree=1840336/2055920 swapFree=4191900/4192956
[pid=21584] ppid=21582 vsize=22756 CPUtime=642.06
/proc/21584/stat : 21584 (varsat-industri) R 21582 21584 21515 0 -1 4194304 5218 0 0 0 64202 4 0 0 25 0 1 0 101604249 23302144 5151 1992294400 4194304 5102648 548682068800 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/21584/statm: 5689 5151 113 221 0 5465 0
Current children cumulated CPU time (s) 642.06
Current children cumulated vsize (KiB) 22756

[startup+702.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 21585
/proc/meminfo: memFree=1839568/2055920 swapFree=4191900/4192956
[pid=21584] ppid=21582 vsize=23440 CPUtime=702.05
/proc/21584/stat : 21584 (varsat-industri) R 21582 21584 21515 0 -1 4194304 5388 0 0 0 70200 5 0 0 25 0 1 0 101604249 24002560 5321 1992294400 4194304 5102648 548682068800 18446744073709551615 4249862 0 0 4096 3 0 0 0 17 1 0 0
/proc/21584/statm: 5860 5321 113 221 0 5636 0
Current children cumulated CPU time (s) 702.05
Current children cumulated vsize (KiB) 23440

[startup+762.306 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 21585
/proc/meminfo: memFree=1839248/2055920 swapFree=4191900/4192956
[pid=21584] ppid=21582 vsize=23880 CPUtime=762.03
/proc/21584/stat : 21584 (varsat-industri) R 21582 21584 21515 0 -1 4194304 5471 0 0 0 76198 5 0 0 25 0 1 0 101604249 24453120 5404 1992294400 4194304 5102648 548682068800 18446744073709551615 4249579 0 0 4096 3 0 0 0 17 1 0 0
/proc/21584/statm: 5970 5404 113 221 0 5746 0
Current children cumulated CPU time (s) 762.03
Current children cumulated vsize (KiB) 23880

[startup+822.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 21591
/proc/meminfo: memFree=1838416/2055920 swapFree=4191900/4192956
[pid=21584] ppid=21582 vsize=24828 CPUtime=822
/proc/21584/stat : 21584 (varsat-industri) R 21582 21584 21515 0 -1 4194304 5698 0 0 0 82194 6 0 0 25 0 1 0 101604249 25423872 5631 1992294400 4194304 5102648 548682068800 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/21584/statm: 6207 5631 113 221 0 5983 0
Current children cumulated CPU time (s) 822
Current children cumulated vsize (KiB) 24828

[startup+882.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 21591
/proc/meminfo: memFree=1837840/2055920 swapFree=4191900/4192956
[pid=21584] ppid=21582 vsize=25264 CPUtime=881.97
/proc/21584/stat : 21584 (varsat-industri) R 21582 21584 21515 0 -1 4194304 5817 0 0 0 88191 6 0 0 25 0 1 0 101604249 25870336 5750 1992294400 4194304 5102648 548682068800 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/21584/statm: 6316 5750 113 221 0 6092 0
Current children cumulated CPU time (s) 881.97
Current children cumulated vsize (KiB) 25264

[startup+942.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 21591
/proc/meminfo: memFree=1837584/2055920 swapFree=4191900/4192956
[pid=21584] ppid=21582 vsize=25456 CPUtime=941.95
/proc/21584/stat : 21584 (varsat-industri) R 21582 21584 21515 0 -1 4194304 5870 0 0 0 94189 6 0 0 25 0 1 0 101604249 26066944 5803 1992294400 4194304 5102648 548682068800 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/21584/statm: 6364 5803 113 221 0 6140 0
Current children cumulated CPU time (s) 941.95
Current children cumulated vsize (KiB) 25456

[startup+1002.3 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 21591
/proc/meminfo: memFree=1837392/2055920 swapFree=4191900/4192956
[pid=21584] ppid=21582 vsize=25756 CPUtime=1001.93
/proc/21584/stat : 21584 (varsat-industri) R 21582 21584 21515 0 -1 4194304 5918 0 0 0 100187 6 0 0 25 0 1 0 101604249 26374144 5851 1992294400 4194304 5102648 548682068800 18446744073709551615 4250711 0 0 4096 3 0 0 0 17 1 0 0
/proc/21584/statm: 6439 5851 113 221 0 6215 0
Current children cumulated CPU time (s) 1001.93
Current children cumulated vsize (KiB) 25756

[startup+1062.3 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 21591
/proc/meminfo: memFree=1836560/2055920 swapFree=4191900/4192956
[pid=21584] ppid=21582 vsize=26624 CPUtime=1061.91
/proc/21584/stat : 21584 (varsat-industri) R 21582 21584 21515 0 -1 4194304 6115 0 0 0 106184 7 0 0 25 0 1 0 101604249 27262976 6048 1992294400 4194304 5102648 548682068800 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/21584/statm: 6656 6048 113 221 0 6432 0
Current children cumulated CPU time (s) 1061.91
Current children cumulated vsize (KiB) 26624

[startup+1122.3 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 21591
/proc/meminfo: memFree=1836432/2055920 swapFree=4191900/4192956
[pid=21584] ppid=21582 vsize=26784 CPUtime=1121.89
/proc/21584/stat : 21584 (varsat-industri) R 21582 21584 21515 0 -1 4194304 6153 0 0 0 112182 7 0 0 25 0 1 0 101604249 27426816 6086 1992294400 4194304 5102648 548682068800 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/21584/statm: 6696 6086 113 221 0 6472 0
Current children cumulated CPU time (s) 1121.89
Current children cumulated vsize (KiB) 26784

[startup+1182.3 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 21591
/proc/meminfo: memFree=1836240/2055920 swapFree=4191900/4192956
[pid=21584] ppid=21582 vsize=26972 CPUtime=1181.87
/proc/21584/stat : 21584 (varsat-industri) R 21582 21584 21515 0 -1 4194304 6209 0 0 0 118180 7 0 0 25 0 1 0 101604249 27619328 6142 1992294400 4194304 5102648 548682068800 18446744073709551615 4249879 0 0 4096 3 0 0 0 17 1 0 0
/proc/21584/statm: 6743 6142 113 221 0 6519 0
Current children cumulated CPU time (s) 1181.87
Current children cumulated vsize (KiB) 26972



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.5 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 21591
/proc/meminfo: memFree=1836048/2055920 swapFree=4191900/4192956
[pid=21584] ppid=21582 vsize=27180 CPUtime=1200.06
/proc/21584/stat : 21584 (varsat-industri) R 21582 21584 21515 0 -1 4194304 6241 0 0 0 119999 7 0 0 25 0 1 0 101604249 27832320 6174 1992294400 4194304 5102648 548682068800 18446744073709551615 4249797 0 0 4096 3 0 0 0 17 1 0 0
/proc/21584/statm: 6795 6174 113 221 0 6571 0
Current children cumulated CPU time (s) 1200.06
Current children cumulated vsize (KiB) 27180

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: 0.99 0.97 0.99 2/65 21591
/proc/meminfo: memFree=1836048/2055920 swapFree=4191900/4192956
[pid=21584] ppid=21582 vsize=27180 CPUtime=1200.06
/proc/21584/stat : 21584 (varsat-industri) R 21582 21584 21515 0 -1 4194304 6241 0 0 0 119999 7 0 0 25 0 1 0 101604249 27832320 6174 1992294400 4194304 5102648 548682068800 18446744073709551615 4249797 0 0 4096 3 0 0 0 17 1 0 0
/proc/21584/statm: 6795 6174 113 221 0 6571 0
Current children cumulated CPU time (s) 1200.06
Current children cumulated vsize (KiB) 27180

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1200.51
CPU time (s): 1200.08
CPU user time (s): 1200
CPU system time (s): 0.083987
CPU usage (%): 99.9643
Max. virtual memory (cumulated for all children) (KiB): 27180

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

runsolver used 0.938857 second user time and 2.44763 second system time

The end

Launcher Data

Begin job on node1 at 2009-04-26 10:48:16
IDJOB=1728344
IDBENCH=24668
IDSOLVER=538
FILE ID=node1/1728344-1240735696
PBS_JOBID= 9187005
Free space on /tmp= 66336 MiB

SOLVER NAME= VARSAT-industrial 2009-03-22
BENCH NAME= SAT07/crafted/Hard/contest05/others/linvrinv9.sat05-568.reshuffled-07.cnf
COMMAND LINE= HOME/varsat-industrial_static -seed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1728344-1240735696/watcher-1728344-1240735696 -o /tmp/evaluation-result-1728344-1240735696/solver-1728344-1240735696 -C 1200 -W 1800 -M 1800 --output-limit 1,15  HOME/varsat-industrial_static -seed=987117486 HOME/instance-1728344-1240735696.cnf

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

MD5SUM BENCH= 0457634d4b446c9bbce48df93abd0143
RANDOM SEED=987117486

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.259
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	: 5931.00
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.259
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:       1861552 kB
Buffers:         12064 kB
Cached:          98800 kB
SwapCached:        384 kB
Active:          34780 kB
Inactive:        89496 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1861552 kB
SwapTotal:     4192956 kB
SwapFree:      4191900 kB
Dirty:            1160 kB
Writeback:           0 kB
Mapped:          21820 kB
Slab:            56068 kB
Committed_AS:   361868 kB
PageTables:       1436 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 node1 at 2009-04-26 11:08:18