Trace number 1726913

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

Namecrafted/Hard/contest04/others/
equilarge_l2.sat05-519.reshuffled-07.cnf
MD5SUM5344c68d1511d70cde59fef7dc46c3a5
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 variables4487
Number of clauses18555
Sum of the clauses size54310
Maximum clause length3
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 21355
Number of clauses of size 317200
Number of clauses of size 40
Number of clauses of size 50
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:  4487                                                 |
0.00/0.00	c |  Number of clauses:    18555                                                |
0.00/0.03	c |  Parsing time:         0.03         s                                       |
0.00/0.03	c |  Timeout:              43200 s
0.00/0.03	c |  Random Seed:          268749375.000000
0.00/0.03	c |  Heuristic:            EMBP-G, threshold 0.950                              |
0.00/0.03	c |  Branching Rule:       default (solution-guided)                            |
0.00/0.03	c |  Learned clauses in surveys?  Using NO learned clauses.                     |
0.00/0.03	c |                                                                             |
0.09/0.12	c ============================[ Search Statistics ]==============================
0.09/0.12	c | Conflicts |          ORIGINAL         |          LEARNT          | Progress |
0.09/0.12	c |           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
0.09/0.12	c ===============================================================================
0.09/0.12	c |         0 |    2783    18113    66091 |     6037        0    nan |  0.000 % |
0.09/0.17	c |       100 |    2783    18113    66091 |     6641      100     16 |  0.000 % |
0.19/0.22	c |       250 |    2783    18113    66091 |     7305      250     16 |  0.000 % |
0.29/0.31	c |       475 |    2783    18113    66091 |     8036      475     27 |  0.000 % |
0.29/0.38	c |       813 |    2783    18113    66091 |     8839      813     23 |  0.000 % |
0.49/0.50	c |      1320 |    2783    18113    66091 |     9723     1320     26 |  0.000 % |
0.59/0.62	c |      2079 |    2783    18113    66091 |    10696     2079     24 |  0.000 % |
1.19/1.23	c |      3218 |    2783    18113    66091 |    11765     3218     35 |  0.000 % |
1.49/1.50	c |      4926 |    2783    18113    66091 |    12942     4926     30 |  0.000 % |
2.49/2.53	c |      7491 |    2783    18113    66091 |    14236     7491     36 |  0.000 % |
3.19/3.28	c |     11335 |    2783    18113    66091 |    15660    11335     32 |  0.000 % |
4.99/5.01	c |     17101 |    2783    18113    66091 |    17226     8654     35 |  0.000 % |
6.49/6.51	c |     25750 |    2783    18113    66091 |    18948    17303     30 |  0.000 % |
11.78/11.89	c |     38724 |    2783    18113    66091 |    20843    10126     43 |  0.000 % |
15.99/16.02	c |     58187 |    2783    18113    66091 |    22928    17726     24 |  0.000 % |
28.18/28.23	c |     87380 |    2783    18113    66091 |    25220    20683     52 |  0.000 % |
41.18/41.20	c |    131170 |    2783    18113    66091 |    27742    19767     24 |  0.000 % |
76.07/76.13	c |    196854 |    2783    18113    66091 |    30517    17413     39 |  0.000 % |
120.36/120.45	c |    295381 |    2783    18113    66091 |    33568    16171     27 |  0.000 % |
244.03/244.14	c |    443170 |    2783    18113    66091 |    36925    19871     49 |  0.000 % |
375.99/376.18	c |    664853 |    2783    18113    66091 |    40618    33129     31 |  0.000 % |
624.43/624.63	c |    997379 |    2783    18113    66091 |    44680    15131     46 |  0.000 % |
932.54/932.84	c |   1496167 |    2783    18113    66091 |    49148    22645     58 |  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-1726913-1240718529/watcher-1726913-1240718529 -o /tmp/evaluation-result-1726913-1240718529/solver-1726913-1240718529 -C 1200 -W 1800 -M 1800 --output-limit 1,15 HOME/varsat-industrial_static -seed=268749375 HOME/instance-1726913-1240718529.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: 1.00 1.00 1.12 3/64 10028
/proc/meminfo: memFree=1801608/2055920 swapFree=4191900/4192956
[pid=10028] ppid=10026 vsize=3304 CPUtime=0
/proc/10028/stat : 10028 (varsat-industri) R 10026 10028 9924 0 -1 4194304 493 0 0 0 0 0 0 0 20 0 1 0 99880944 3383296 478 1992294400 4194304 5102648 548682068768 18446744073709551615 4279684 0 0 4096 3 0 0 0 17 1 0 0
/proc/10028/statm: 826 478 87 221 0 602 0

[startup+0.0946131 s]
/proc/loadavg: 1.00 1.00 1.12 3/64 10028
/proc/meminfo: memFree=1801608/2055920 swapFree=4191900/4192956
[pid=10028] ppid=10026 vsize=7836 CPUtime=0.08
/proc/10028/stat : 10028 (varsat-industri) R 10026 10028 9924 0 -1 4194304 1592 0 0 0 8 0 0 0 20 0 1 0 99880944 8024064 1577 1992294400 4194304 5102648 548682068768 18446744073709551615 4515739 0 0 4096 3 0 0 0 17 1 0 0
/proc/10028/statm: 1959 1577 100 221 0 1735 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 7836

[startup+0.101613 s]
/proc/loadavg: 1.00 1.00 1.12 3/64 10028
/proc/meminfo: memFree=1801608/2055920 swapFree=4191900/4192956
[pid=10028] ppid=10026 vsize=7836 CPUtime=0.09
/proc/10028/stat : 10028 (varsat-industri) R 10026 10028 9924 0 -1 4194304 1606 0 0 0 9 0 0 0 20 0 1 0 99880944 8024064 1591 1992294400 4194304 5102648 548682068768 18446744073709551615 4282918 0 0 4096 3 0 0 0 17 1 0 0
/proc/10028/statm: 1959 1591 100 221 0 1735 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 7836

[startup+0.301636 s]
/proc/loadavg: 1.00 1.00 1.12 3/64 10028
/proc/meminfo: memFree=1801608/2055920 swapFree=4191900/4192956
[pid=10028] ppid=10026 vsize=7636 CPUtime=0.29
/proc/10028/stat : 10028 (varsat-industri) R 10026 10028 9924 0 -1 4194304 1661 0 0 0 29 0 0 0 22 0 1 0 99880944 7819264 1546 1992294400 4194304 5102648 548682068768 18446744073709551615 4249753 0 0 4096 3 0 0 0 17 1 0 0
/proc/10028/statm: 1909 1546 114 221 0 1685 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 7636

[startup+0.701684 s]
/proc/loadavg: 1.00 1.00 1.12 3/64 10028
/proc/meminfo: memFree=1801608/2055920 swapFree=4191900/4192956
[pid=10028] ppid=10026 vsize=7636 CPUtime=0.69
/proc/10028/stat : 10028 (varsat-industri) R 10026 10028 9924 0 -1 4194304 1661 0 0 0 69 0 0 0 25 0 1 0 99880944 7819264 1546 1992294400 4194304 5102648 548682068768 18446744073709551615 4255151 0 0 4096 3 0 0 0 17 1 0 0
/proc/10028/statm: 1909 1546 114 221 0 1685 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 7636

[startup+1.50178 s]
/proc/loadavg: 1.00 1.00 1.12 2/65 10029
/proc/meminfo: memFree=1795648/2055920 swapFree=4191900/4192956
[pid=10028] ppid=10026 vsize=7636 CPUtime=1.49
/proc/10028/stat : 10028 (varsat-industri) R 10026 10028 9924 0 -1 4194304 1661 0 0 0 149 0 0 0 25 0 1 0 99880944 7819264 1546 1992294400 4194304 5102648 548682068768 18446744073709551615 4249791 0 0 4096 3 0 0 0 17 1 0 0
/proc/10028/statm: 1909 1546 114 221 0 1685 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 7636

[startup+3.10196 s]
/proc/loadavg: 1.00 1.00 1.12 2/65 10029
/proc/meminfo: memFree=1795456/2055920 swapFree=4191900/4192956
[pid=10028] ppid=10026 vsize=8580 CPUtime=3.09
/proc/10028/stat : 10028 (varsat-industri) R 10026 10028 9924 0 -1 4194304 1898 0 0 0 309 0 0 0 25 0 1 0 99880944 8785920 1783 1992294400 4194304 5102648 548682068768 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/10028/statm: 2145 1783 114 221 0 1921 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 8580

[startup+6.30134 s]
/proc/loadavg: 1.00 1.00 1.12 2/65 10029
/proc/meminfo: memFree=1793152/2055920 swapFree=4191900/4192956
[pid=10028] ppid=10026 vsize=10128 CPUtime=6.29
/proc/10028/stat : 10028 (varsat-industri) R 10026 10028 9924 0 -1 4194304 2277 0 0 0 628 1 0 0 25 0 1 0 99880944 10371072 2162 1992294400 4194304 5102648 548682068768 18446744073709551615 4249797 0 0 4096 3 0 0 0 17 1 0 0
/proc/10028/statm: 2532 2162 114 221 0 2308 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 10128

[startup+12.7011 s]
/proc/loadavg: 1.00 1.00 1.11 2/65 10029
/proc/meminfo: memFree=1791744/2055920 swapFree=4191900/4192956
[pid=10028] ppid=10026 vsize=11372 CPUtime=12.68
/proc/10028/stat : 10028 (varsat-industri) R 10026 10028 9924 0 -1 4194304 2603 0 0 0 1267 1 0 0 25 0 1 0 99880944 11644928 2488 1992294400 4194304 5102648 548682068768 18446744073709551615 4249760 0 0 4096 3 0 0 0 17 1 0 0
/proc/10028/statm: 2843 2488 114 221 0 2619 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 11372

[startup+25.5016 s]
/proc/loadavg: 1.00 1.00 1.11 2/65 10029
/proc/meminfo: memFree=1787840/2055920 swapFree=4191900/4192956
[pid=10028] ppid=10026 vsize=15480 CPUtime=25.49
/proc/10028/stat : 10028 (varsat-industri) R 10026 10028 9924 0 -1 4194304 3595 0 0 0 2546 3 0 0 25 0 1 0 99880944 15851520 3480 1992294400 4194304 5102648 548682068768 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/10028/statm: 3870 3480 114 221 0 3646 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 15480

[startup+51.1016 s]
/proc/loadavg: 1.00 1.00 1.11 2/65 10029
/proc/meminfo: memFree=1787200/2055920 swapFree=4191900/4192956
[pid=10028] ppid=10026 vsize=16124 CPUtime=51.08
/proc/10028/stat : 10028 (varsat-industri) R 10026 10028 9924 0 -1 4194304 3758 0 0 0 5105 3 0 0 25 0 1 0 99880944 16510976 3643 1992294400 4194304 5102648 548682068768 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/10028/statm: 4031 3643 114 221 0 3807 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 16124

[startup+102.306 s]
/proc/loadavg: 1.00 1.00 1.10 2/65 10029
/proc/meminfo: memFree=1784960/2055920 swapFree=4191900/4192956
[pid=10028] ppid=10026 vsize=18556 CPUtime=102.26
/proc/10028/stat : 10028 (varsat-industri) R 10026 10028 9924 0 -1 4194304 4310 0 0 0 10223 3 0 0 25 0 1 0 99880944 19001344 4195 1992294400 4194304 5102648 548682068768 18446744073709551615 4250012 0 0 4096 3 0 0 0 17 1 0 0
/proc/10028/statm: 4639 4195 114 221 0 4415 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 18556

[startup+162.302 s]
/proc/loadavg: 1.00 1.00 1.09 2/65 10029
/proc/meminfo: memFree=1782272/2055920 swapFree=4191900/4192956
[pid=10028] ppid=10026 vsize=21200 CPUtime=162.24
/proc/10028/stat : 10028 (varsat-industri) R 10026 10028 9924 0 -1 4194304 4969 0 0 0 16220 4 0 0 25 0 1 0 99880944 21708800 4854 1992294400 4194304 5102648 548682068768 18446744073709551615 4249791 0 0 4096 3 0 0 0 17 1 0 0
/proc/10028/statm: 5300 4854 114 221 0 5076 0
Current children cumulated CPU time (s) 162.24
Current children cumulated vsize (KiB) 21200

[startup+222.302 s]
/proc/loadavg: 1.00 1.00 1.08 2/65 10029
/proc/meminfo: memFree=1780992/2055920 swapFree=4191900/4192956
[pid=10028] ppid=10026 vsize=22596 CPUtime=222.23
/proc/10028/stat : 10028 (varsat-industri) R 10026 10028 9924 0 -1 4194304 5267 0 0 0 22218 5 0 0 25 0 1 0 99880944 23138304 5152 1992294400 4194304 5102648 548682068768 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/10028/statm: 5649 5152 114 221 0 5425 0
Current children cumulated CPU time (s) 222.23
Current children cumulated vsize (KiB) 22596

[startup+282.302 s]
/proc/loadavg: 1.00 1.00 1.08 2/65 10029
/proc/meminfo: memFree=1779904/2055920 swapFree=4191900/4192956
[pid=10028] ppid=10026 vsize=23824 CPUtime=282.22
/proc/10028/stat : 10028 (varsat-industri) R 10026 10028 9924 0 -1 4194304 5579 0 0 0 28217 5 0 0 25 0 1 0 99880944 24395776 5464 1992294400 4194304 5102648 548682068768 18446744073709551615 4491703 0 0 4096 3 0 0 0 17 1 0 0
/proc/10028/statm: 5956 5464 114 221 0 5732 0
Current children cumulated CPU time (s) 282.22
Current children cumulated vsize (KiB) 23824

[startup+342.302 s]
/proc/loadavg: 1.00 1.00 1.07 2/65 10029
/proc/meminfo: memFree=1778560/2055920 swapFree=4191900/4192956
[pid=10028] ppid=10026 vsize=25152 CPUtime=342.2
/proc/10028/stat : 10028 (varsat-industri) R 10026 10028 9924 0 -1 4194304 5872 0 0 0 34215 5 0 0 25 0 1 0 99880944 25755648 5757 1992294400 4194304 5102648 548682068768 18446744073709551615 4249876 0 0 4096 3 0 0 0 17 1 0 0
/proc/10028/statm: 6288 5757 114 221 0 6064 0
Current children cumulated CPU time (s) 342.2
Current children cumulated vsize (KiB) 25152

[startup+402.302 s]
/proc/loadavg: 1.00 1.00 1.06 2/65 10029
/proc/meminfo: memFree=1777984/2055920 swapFree=4191900/4192956
[pid=10028] ppid=10026 vsize=25776 CPUtime=402.18
/proc/10028/stat : 10028 (varsat-industri) R 10026 10028 9924 0 -1 4194304 6002 0 0 0 40213 5 0 0 25 0 1 0 99880944 26394624 5887 1992294400 4194304 5102648 548682068768 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/10028/statm: 6444 5887 114 221 0 6220 0
Current children cumulated CPU time (s) 402.18
Current children cumulated vsize (KiB) 25776

[startup+462.302 s]
/proc/loadavg: 1.00 1.00 1.06 2/65 10029
/proc/meminfo: memFree=1776320/2055920 swapFree=4191900/4192956
[pid=10028] ppid=10026 vsize=27468 CPUtime=462.16
/proc/10028/stat : 10028 (varsat-industri) R 10026 10028 9924 0 -1 4194304 6413 0 0 0 46211 5 0 0 25 0 1 0 99880944 28127232 6298 1992294400 4194304 5102648 548682068768 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/10028/statm: 6867 6298 114 221 0 6643 0
Current children cumulated CPU time (s) 462.16
Current children cumulated vsize (KiB) 27468

[startup+522.302 s]
/proc/loadavg: 1.00 1.00 1.05 2/65 10029
/proc/meminfo: memFree=1776064/2055920 swapFree=4191900/4192956
[pid=10028] ppid=10026 vsize=27864 CPUtime=522.14
/proc/10028/stat : 10028 (varsat-industri) R 10026 10028 9924 0 -1 4194304 6481 0 0 0 52209 5 0 0 25 0 1 0 99880944 28532736 6366 1992294400 4194304 5102648 548682068768 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/10028/statm: 6966 6366 114 221 0 6742 0
Current children cumulated CPU time (s) 522.14
Current children cumulated vsize (KiB) 27864

[startup+582.302 s]
/proc/loadavg: 1.00 1.00 1.05 2/65 10029
/proc/meminfo: memFree=1775744/2055920 swapFree=4191900/4192956
[pid=10028] ppid=10026 vsize=28068 CPUtime=582.14
/proc/10028/stat : 10028 (varsat-industri) R 10026 10028 9924 0 -1 4194304 6556 0 0 0 58208 6 0 0 25 0 1 0 99880944 28741632 6441 1992294400 4194304 5102648 548682068768 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/10028/statm: 7017 6441 114 221 0 6793 0
Current children cumulated CPU time (s) 582.14
Current children cumulated vsize (KiB) 28068

[startup+642.302 s]
/proc/loadavg: 1.00 1.00 1.04 2/65 10029
/proc/meminfo: memFree=1775296/2055920 swapFree=4191900/4192956
[pid=10028] ppid=10026 vsize=28388 CPUtime=642.12
/proc/10028/stat : 10028 (varsat-industri) R 10026 10028 9924 0 -1 4194304 6655 0 0 0 64206 6 0 0 25 0 1 0 99880944 29069312 6540 1992294400 4194304 5102648 548682068768 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/10028/statm: 7097 6540 114 221 0 6873 0
Current children cumulated CPU time (s) 642.12
Current children cumulated vsize (KiB) 28388

[startup+702.302 s]
/proc/loadavg: 1.00 1.00 1.03 2/65 10029
/proc/meminfo: memFree=1773760/2055920 swapFree=4191900/4192956
[pid=10028] ppid=10026 vsize=30128 CPUtime=702.1
/proc/10028/stat : 10028 (varsat-industri) R 10026 10028 9924 0 -1 4194304 7017 0 0 0 70204 6 0 0 25 0 1 0 99880944 30851072 6902 1992294400 4194304 5102648 548682068768 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/10028/statm: 7532 6902 114 221 0 7308 0
Current children cumulated CPU time (s) 702.1
Current children cumulated vsize (KiB) 30128

[startup+762.305 s]
/proc/loadavg: 1.00 1.00 1.03 2/65 10029
/proc/meminfo: memFree=1773120/2055920 swapFree=4191900/4192956
[pid=10028] ppid=10026 vsize=30700 CPUtime=762.09
/proc/10028/stat : 10028 (varsat-industri) R 10026 10028 9924 0 -1 4194304 7151 0 0 0 76203 6 0 0 25 0 1 0 99880944 31436800 7036 1992294400 4194304 5102648 548682068768 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/10028/statm: 7675 7036 114 221 0 7451 0
Current children cumulated CPU time (s) 762.09
Current children cumulated vsize (KiB) 30700

[startup+822.301 s]
/proc/loadavg: 1.00 1.00 1.02 2/65 10029
/proc/meminfo: memFree=1770816/2055920 swapFree=4191900/4192956
[pid=10028] ppid=10026 vsize=33096 CPUtime=822.07
/proc/10028/stat : 10028 (varsat-industri) R 10026 10028 9924 0 -1 4194304 7729 0 0 0 82200 7 0 0 25 0 1 0 99880944 33890304 7614 1992294400 4194304 5102648 548682068768 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/10028/statm: 8274 7614 114 221 0 8050 0
Current children cumulated CPU time (s) 822.07
Current children cumulated vsize (KiB) 33096

[startup+882.301 s]
/proc/loadavg: 1.00 1.00 1.02 2/65 10029
/proc/meminfo: memFree=1769600/2055920 swapFree=4191900/4192956
[pid=10028] ppid=10026 vsize=34328 CPUtime=882.05
/proc/10028/stat : 10028 (varsat-industri) R 10026 10028 9924 0 -1 4194304 8036 0 0 0 88198 7 0 0 25 0 1 0 99880944 35151872 7921 1992294400 4194304 5102648 548682068768 18446744073709551615 4250272 0 0 4096 3 0 0 0 17 1 0 0
/proc/10028/statm: 8582 7921 114 221 0 8358 0
Current children cumulated CPU time (s) 882.05
Current children cumulated vsize (KiB) 34328

[startup+942.301 s]
/proc/loadavg: 1.00 1.00 1.01 2/65 10029
/proc/meminfo: memFree=1769536/2055920 swapFree=4191900/4192956
[pid=10028] ppid=10026 vsize=34328 CPUtime=942.03
/proc/10028/stat : 10028 (varsat-industri) R 10026 10028 9924 0 -1 4194304 8037 0 0 0 94196 7 0 0 25 0 1 0 99880944 35151872 7922 1992294400 4194304 5102648 548682068768 18446744073709551615 4254103 0 0 4096 3 0 0 0 17 1 0 0
/proc/10028/statm: 8582 7922 114 221 0 8358 0
Current children cumulated CPU time (s) 942.03
Current children cumulated vsize (KiB) 34328

[startup+1002.3 s]
/proc/loadavg: 1.00 1.00 1.01 2/65 10029
/proc/meminfo: memFree=1767040/2055920 swapFree=4191900/4192956
[pid=10028] ppid=10026 vsize=36808 CPUtime=1002.02
/proc/10028/stat : 10028 (varsat-industri) R 10026 10028 9924 0 -1 4194304 8666 0 0 0 100194 8 0 0 25 0 1 0 99880944 37691392 8551 1992294400 4194304 5102648 548682068768 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/10028/statm: 9202 8551 114 221 0 8978 0
Current children cumulated CPU time (s) 1002.02
Current children cumulated vsize (KiB) 36808

[startup+1062.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 10029
/proc/meminfo: memFree=1766464/2055920 swapFree=4191900/4192956
[pid=10028] ppid=10026 vsize=37308 CPUtime=1062
/proc/10028/stat : 10028 (varsat-industri) R 10026 10028 9924 0 -1 4194304 8797 0 0 0 106192 8 0 0 25 0 1 0 99880944 38203392 8682 1992294400 4194304 5102648 548682068768 18446744073709551615 4249901 0 0 4096 3 0 0 0 17 1 0 0
/proc/10028/statm: 9327 8682 114 221 0 9103 0
Current children cumulated CPU time (s) 1062
Current children cumulated vsize (KiB) 37308

[startup+1122.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 10029
/proc/meminfo: memFree=1766144/2055920 swapFree=4191900/4192956
[pid=10028] ppid=10026 vsize=37688 CPUtime=1121.98
/proc/10028/stat : 10028 (varsat-industri) R 10026 10028 9924 0 -1 4194304 8871 0 0 0 112190 8 0 0 25 0 1 0 99880944 38592512 8756 1992294400 4194304 5102648 548682068768 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/10028/statm: 9422 8756 114 221 0 9198 0
Current children cumulated CPU time (s) 1121.98
Current children cumulated vsize (KiB) 37688

[startup+1182.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 10029
/proc/meminfo: memFree=1765888/2055920 swapFree=4191900/4192956
[pid=10028] ppid=10026 vsize=38092 CPUtime=1181.97
/proc/10028/stat : 10028 (varsat-industri) R 10026 10028 9924 0 -1 4194304 8936 0 0 0 118189 8 0 0 25 0 1 0 99880944 39006208 8821 1992294400 4194304 5102648 548682068768 18446744073709551615 4244315 0 0 4096 3 0 0 0 17 1 0 0
/proc/10028/statm: 9523 8821 114 221 0 9299 0
Current children cumulated CPU time (s) 1181.97
Current children cumulated vsize (KiB) 38092



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.4 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 10029
/proc/meminfo: memFree=1765696/2055920 swapFree=4191900/4192956
[pid=10028] ppid=10026 vsize=38304 CPUtime=1200.07
/proc/10028/stat : 10028 (varsat-industri) R 10026 10028 9924 0 -1 4194304 8978 0 0 0 119999 8 0 0 25 0 1 0 99880944 39223296 8863 1992294400 4194304 5102648 548682068768 18446744073709551615 4249797 0 0 4096 3 0 0 0 17 1 0 0
/proc/10028/statm: 9576 8863 114 221 0 9352 0
Current children cumulated CPU time (s) 1200.07
Current children cumulated vsize (KiB) 38304

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): 1199.99
CPU system time (s): 0.094985
CPU usage (%): 99.973
Max. virtual memory (cumulated for all children) (KiB): 38304

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

runsolver used 0.91886 second user time and 2.49962 second system time

The end

Launcher Data

Begin job on node53 at 2009-04-26 06:02:09
IDJOB=1726913
IDBENCH=24625
IDSOLVER=538
FILE ID=node53/1726913-1240718529
PBS_JOBID= 9186880
Free space on /tmp= 66476 MiB

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

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

MD5SUM BENCH= 5344c68d1511d70cde59fef7dc46c3a5
RANDOM SEED=268749375

node53.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.245
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.245
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	: 5996.54
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1802024 kB
Buffers:         14416 kB
Cached:         166556 kB
SwapCached:        384 kB
Active:          57380 kB
Inactive:       136936 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1802024 kB
SwapTotal:     4192956 kB
SwapFree:      4191900 kB
Dirty:            1328 kB
Writeback:           0 kB
Mapped:          21808 kB
Slab:            45564 kB
Committed_AS:   293120 kB
PageTables:       1376 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= 66476 MiB
End job on node53 at 2009-04-26 06:22:12