Trace number 1785142

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) 5000.05 5001.81

General information on the benchmark

Namecrafted/Hard/contest03/looksrandom/
hgen6-4-24-n650-03-S528656311.sat05-477.reshuffled-07.cnf
MD5SUMe6cd66a115f70af2c02b5cac2d51607a
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 variables650
Number of clauses2756
Sum of the clauses size8268
Maximum clause length3
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 32756
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:  650                                                  |
0.00/0.00	c |  Number of clauses:    2756                                                 |
0.00/0.00	c |  Parsing time:         0.00         s                                       |
0.00/0.00	c |  Timeout:              43200 s
0.00/0.00	c |  Random Seed:          2073945985.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.00	c ============================[ Search Statistics ]==============================
0.00/0.00	c | Conflicts |          ORIGINAL         |          LEARNT          | Progress |
0.00/0.00	c |           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
0.00/0.00	c ===============================================================================
0.00/0.00	c |         0 |     650     2756     8268 |      918        0    nan |  0.000 % |
0.00/0.01	c |       100 |     650     2756     8268 |     1010      100     37 |  0.000 % |
0.00/0.02	c |       254 |     650     2756     8268 |     1111      254     37 |  0.000 % |
0.00/0.03	c |       481 |     650     2756     8268 |     1222      481     36 |  0.000 % |
0.00/0.05	c |       819 |     650     2756     8268 |     1345      819     36 |  0.000 % |
0.07/0.07	c |      1325 |     650     2756     8268 |     1479     1325     37 |  0.000 % |
0.09/0.12	c |      2084 |     650     2756     8268 |     1627     1286     37 |  0.000 % |
0.09/0.18	c |      3224 |     650     2756     8268 |     1790     1557     35 |  0.000 % |
0.19/0.27	c |      4932 |     650     2756     8268 |     1969     1365     37 |  0.000 % |
0.39/0.42	c |      7494 |     650     2756     8268 |     2166     1846     37 |  0.000 % |
0.59/0.65	c |     11339 |     650     2756     8268 |     2382     2289     36 |  0.000 % |
1.00/1.00	c |     17106 |     650     2756     8268 |     2621     1857     35 |  0.000 % |
1.49/1.53	c |     25757 |     650     2756     8268 |     2883     2315     36 |  0.000 % |
2.29/2.38	c |     38732 |     650     2756     8268 |     3171     1802     35 |  0.000 % |
3.59/3.69	c |     58193 |     650     2756     8268 |     3488     3266     36 |  0.000 % |
5.69/5.77	c |     87387 |     650     2756     8268 |     3837     1892     35 |  0.000 % |
8.98/9.01	c |    131176 |     650     2756     8268 |     4221     2269     37 |  0.000 % |
13.98/14.10	c |    196864 |     650     2756     8268 |     4643     3029     38 |  0.000 % |
22.08/22.10	c |    295392 |     650     2756     8268 |     5107     4070     36 |  0.000 % |
34.47/34.54	c |    443183 |     650     2756     8268 |     5618     3260     37 |  0.000 % |
54.17/54.29	c |    664866 |     650     2756     8268 |     6180     4437     37 |  0.000 % |
84.96/85.08	c |    997392 |     650     2756     8268 |     6798     3963     38 |  0.000 % |
132.64/132.77	c |   1496182 |     650     2756     8268 |     7478     5490     37 |  0.000 % |
207.52/207.68	c |   2244364 |     650     2756     8268 |     8226     6510     39 |  0.000 % |
324.58/324.71	c |   3366639 |     650     2756     8268 |     9048     8313     38 |  0.000 % |
512.71/512.94	c |   5050051 |     650     2756     8268 |     9953     8169     39 |  0.000 % |
818.11/818.46	c |   7575168 |     650     2756     8268 |    10948     9107     39 |  0.000 % |
1312.23/1312.72	c |  11362843 |     650     2756     8268 |    12043     6370     41 |  0.000 % |
2085.56/2086.31	c |  17044356 |     650     2756     8268 |    13248     8905     40 |  0.000 % |
3349.81/3351.00	c |  25566625 |     650     2756     8268 |    14572    11199     38 |  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-1785142-1241894324/watcher-1785142-1241894324 -o /tmp/evaluation-result-1785142-1241894324/solver-1785142-1241894324 -C 5000 -W 6000 -M 1800 HOME/varsat-industrial_static -seed=2073945985 HOME/instance-1785142-1241894324.cnf 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 5000 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 5030 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 6000 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
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.00 1.00 1.00 3/65 18914
/proc/meminfo: memFree=1522192/2055920 swapFree=4180628/4192956
[pid=18914] ppid=18912 vsize=2696 CPUtime=0
/proc/18914/stat : 18914 (varsat-industri) R 18912 18914 18839 0 -1 4194304 263 0 0 0 0 0 0 0 20 0 1 0 217462736 2760704 248 1992294400 4194304 5102648 548682068784 18446744073709551615 4491703 0 0 4096 3 0 0 0 17 1 0 0
/proc/18914/statm: 674 249 87 221 0 450 0

[startup+0.0747271 s]
/proc/loadavg: 1.00 1.00 1.00 3/65 18914
/proc/meminfo: memFree=1522192/2055920 swapFree=4180628/4192956
[pid=18914] ppid=18912 vsize=2824 CPUtime=0.07
/proc/18914/stat : 18914 (varsat-industri) R 18912 18914 18839 0 -1 4194304 328 0 0 0 7 0 0 0 20 0 1 0 217462736 2891776 313 1992294400 4194304 5102648 548682068784 18446744073709551615 4491703 0 0 4096 3 0 0 0 17 1 0 0
/proc/18914/statm: 706 313 110 221 0 482 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 2824

[startup+0.101733 s]
/proc/loadavg: 1.00 1.00 1.00 3/65 18914
/proc/meminfo: memFree=1522192/2055920 swapFree=4180628/4192956
[pid=18914] ppid=18912 vsize=2956 CPUtime=0.09
/proc/18914/stat : 18914 (varsat-industri) R 18912 18914 18839 0 -1 4194304 353 0 0 0 9 0 0 0 20 0 1 0 217462736 3026944 338 1992294400 4194304 5102648 548682068784 18446744073709551615 4254978 0 0 4096 3 0 0 0 17 1 0 0
/proc/18914/statm: 739 338 110 221 0 515 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 2956

[startup+0.301772 s]
/proc/loadavg: 1.00 1.00 1.00 3/65 18914
/proc/meminfo: memFree=1522192/2055920 swapFree=4180628/4192956
[pid=18914] ppid=18912 vsize=3088 CPUtime=0.29
/proc/18914/stat : 18914 (varsat-industri) R 18912 18914 18839 0 -1 4194304 385 0 0 0 29 0 0 0 22 0 1 0 217462736 3162112 370 1992294400 4194304 5102648 548682068784 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/18914/statm: 772 370 110 221 0 548 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 3088

[startup+0.701851 s]
/proc/loadavg: 1.00 1.00 1.00 3/65 18914
/proc/meminfo: memFree=1522192/2055920 swapFree=4180628/4192956
[pid=18914] ppid=18912 vsize=3220 CPUtime=0.69
/proc/18914/stat : 18914 (varsat-industri) R 18912 18914 18839 0 -1 4194304 442 0 0 0 69 0 0 0 25 0 1 0 217462736 3297280 427 1992294400 4194304 5102648 548682068784 18446744073709551615 4249033 0 0 4096 3 0 0 0 17 1 0 0
/proc/18914/statm: 805 427 110 221 0 581 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 3220

[startup+1.50201 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 18915
/proc/meminfo: memFree=1520776/2055920 swapFree=4180628/4192956
[pid=18914] ppid=18912 vsize=3484 CPUtime=1.49
/proc/18914/stat : 18914 (varsat-industri) R 18912 18914 18839 0 -1 4194304 504 0 0 0 149 0 0 0 25 0 1 0 217462736 3567616 489 1992294400 4194304 5102648 548682068784 18446744073709551615 4249872 0 0 4096 3 0 0 0 17 1 0 0
/proc/18914/statm: 871 489 110 221 0 647 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 3484

[startup+3.10132 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 18915
/proc/meminfo: memFree=1520328/2055920 swapFree=4180628/4192956
[pid=18914] ppid=18912 vsize=3880 CPUtime=3.09
/proc/18914/stat : 18914 (varsat-industri) R 18912 18914 18839 0 -1 4194304 588 0 0 0 309 0 0 0 25 0 1 0 217462736 3973120 573 1992294400 4194304 5102648 548682068784 18446744073709551615 4255087 0 0 4096 3 0 0 0 17 1 0 0
/proc/18914/statm: 970 573 110 221 0 746 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 3880

[startup+6.30195 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 18915
/proc/meminfo: memFree=1519768/2055920 swapFree=4180628/4192956
[pid=18914] ppid=18912 vsize=4408 CPUtime=6.29
/proc/18914/stat : 18914 (varsat-industri) R 18912 18914 18839 0 -1 4194304 715 0 0 0 629 0 0 0 25 0 1 0 217462736 4513792 700 1992294400 4194304 5102648 548682068784 18446744073709551615 4249843 0 0 4096 3 0 0 0 17 1 0 0
/proc/18914/statm: 1102 700 110 221 0 878 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 4408

[startup+12.7012 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 18915
/proc/meminfo: memFree=1519008/2055920 swapFree=4180628/4192956
[pid=18914] ppid=18912 vsize=4940 CPUtime=12.68
/proc/18914/stat : 18914 (varsat-industri) R 18912 18914 18839 0 -1 4194304 860 0 0 0 1268 0 0 0 25 0 1 0 217462736 5058560 845 1992294400 4194304 5102648 548682068784 18446744073709551615 4262631 0 0 4096 3 0 0 0 17 1 0 0
/proc/18914/statm: 1235 845 110 221 0 1011 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 4940

[startup+25.5017 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 18915
/proc/meminfo: memFree=1518112/2055920 swapFree=4180628/4192956
[pid=18914] ppid=18912 vsize=5864 CPUtime=25.48
/proc/18914/stat : 18914 (varsat-industri) R 18912 18914 18839 0 -1 4194304 1078 0 0 0 2548 0 0 0 25 0 1 0 217462736 6004736 1063 1992294400 4194304 5102648 548682068784 18446744073709551615 4255155 0 0 4096 3 0 0 0 17 1 0 0
/proc/18914/statm: 1466 1063 110 221 0 1242 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 5864

[startup+51.1017 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 18915
/proc/meminfo: memFree=1517088/2055920 swapFree=4180628/4192956
[pid=18914] ppid=18912 vsize=6796 CPUtime=51.08
/proc/18914/stat : 18914 (varsat-industri) R 18912 18914 18839 0 -1 4194304 1333 0 0 0 5107 1 0 0 25 0 1 0 217462736 6959104 1318 1992294400 4194304 5102648 548682068784 18446744073709551615 4249791 0 0 4096 3 0 0 0 17 1 0 0
/proc/18914/statm: 1699 1318 110 221 0 1475 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 6796

[startup+102.307 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 18915
/proc/meminfo: memFree=1515424/2055920 swapFree=4180628/4192956
[pid=18914] ppid=18912 vsize=8392 CPUtime=102.26
/proc/18914/stat : 18914 (varsat-industri) R 18912 18914 18839 0 -1 4194304 1725 0 0 0 10225 1 0 0 25 0 1 0 217462736 8593408 1710 1992294400 4194304 5102648 548682068784 18446744073709551615 4249884 0 0 4096 3 0 0 0 17 1 0 0
/proc/18914/statm: 2098 1710 110 221 0 1874 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 8392

[startup+162.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 18915
/proc/meminfo: memFree=1514272/2055920 swapFree=4180628/4192956
[pid=18914] ppid=18912 vsize=9464 CPUtime=162.23
/proc/18914/stat : 18914 (varsat-industri) R 18912 18914 18839 0 -1 4194304 1988 0 0 0 16222 1 0 0 25 0 1 0 217462736 9691136 1973 1992294400 4194304 5102648 548682068784 18446744073709551615 4249884 0 0 4096 3 0 0 0 17 1 0 0
/proc/18914/statm: 2366 1973 110 221 0 2142 0
Current children cumulated CPU time (s) 162.23
Current children cumulated vsize (KiB) 9464

[startup+222.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 18916
/proc/meminfo: memFree=1513120/2055920 swapFree=4180628/4192956
[pid=18914] ppid=18912 vsize=10484 CPUtime=222.21
/proc/18914/stat : 18914 (varsat-industri) R 18912 18914 18839 0 -1 4194304 2235 0 0 0 22220 1 0 0 25 0 1 0 217462736 10735616 2220 1992294400 4194304 5102648 548682068784 18446744073709551615 4249879 0 0 4096 3 0 0 0 17 1 0 0
/proc/18914/statm: 2621 2220 110 221 0 2397 0
Current children cumulated CPU time (s) 222.21
Current children cumulated vsize (KiB) 10484

[startup+282.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 18916
/proc/meminfo: memFree=1512224/2055920 swapFree=4180628/4192956
[pid=18914] ppid=18912 vsize=11296 CPUtime=282.19
/proc/18914/stat : 18914 (varsat-industri) R 18912 18914 18839 0 -1 4194304 2451 0 0 0 28218 1 0 0 25 0 1 0 217462736 11567104 2436 1992294400 4194304 5102648 548682068784 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/18914/statm: 2824 2436 110 221 0 2600 0
Current children cumulated CPU time (s) 282.19
Current children cumulated vsize (KiB) 11296

[startup+342.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 18917
/proc/meminfo: memFree=1511712/2055920 swapFree=4180628/4192956
[pid=18914] ppid=18912 vsize=11960 CPUtime=342.17
/proc/18914/stat : 18914 (varsat-industri) R 18912 18914 18839 0 -1 4194304 2606 0 0 0 34215 2 0 0 25 0 1 0 217462736 12247040 2591 1992294400 4194304 5102648 548682068784 18446744073709551615 4249843 0 0 4096 3 0 0 0 17 1 0 0
/proc/18914/statm: 2990 2591 110 221 0 2766 0
Current children cumulated CPU time (s) 342.17
Current children cumulated vsize (KiB) 11960

[startup+402.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 18917
/proc/meminfo: memFree=1511008/2055920 swapFree=4180628/4192956
[pid=18914] ppid=18912 vsize=12656 CPUtime=402.15
/proc/18914/stat : 18914 (varsat-industri) R 18912 18914 18839 0 -1 4194304 2754 0 0 0 40213 2 0 0 25 0 1 0 217462736 12959744 2739 1992294400 4194304 5102648 548682068784 18446744073709551615 4249876 0 0 4096 3 0 0 0 17 1 0 0
/proc/18914/statm: 3164 2739 110 221 0 2940 0
Current children cumulated CPU time (s) 402.15
Current children cumulated vsize (KiB) 12656

[startup+462.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 18917
/proc/meminfo: memFree=1510624/2055920 swapFree=4180628/4192956
[pid=18914] ppid=18912 vsize=13072 CPUtime=462.13
/proc/18914/stat : 18914 (varsat-industri) R 18912 18914 18839 0 -1 4194304 2856 0 0 0 46211 2 0 0 25 0 1 0 217462736 13385728 2841 1992294400 4194304 5102648 548682068784 18446744073709551615 4249843 0 0 4096 3 0 0 0 17 1 0 0
/proc/18914/statm: 3268 2841 110 221 0 3044 0
Current children cumulated CPU time (s) 462.13
Current children cumulated vsize (KiB) 13072

[startup+522.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 18917
/proc/meminfo: memFree=1510112/2055920 swapFree=4180628/4192956
[pid=18914] ppid=18912 vsize=13476 CPUtime=522.11
/proc/18914/stat : 18914 (varsat-industri) R 18912 18914 18839 0 -1 4194304 2973 0 0 0 52209 2 0 0 25 0 1 0 217462736 13799424 2958 1992294400 4194304 5102648 548682068784 18446744073709551615 4254641 0 0 4096 3 0 0 0 17 1 0 0
/proc/18914/statm: 3369 2958 110 221 0 3145 0
Current children cumulated CPU time (s) 522.11
Current children cumulated vsize (KiB) 13476

[startup+582.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 18917
/proc/meminfo: memFree=1509536/2055920 swapFree=4180628/4192956
[pid=18914] ppid=18912 vsize=14040 CPUtime=582.09
/proc/18914/stat : 18914 (varsat-industri) R 18912 18914 18839 0 -1 4194304 3101 0 0 0 58207 2 0 0 25 0 1 0 217462736 14376960 3086 1992294400 4194304 5102648 548682068784 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/18914/statm: 3510 3086 110 221 0 3286 0
Current children cumulated CPU time (s) 582.09
Current children cumulated vsize (KiB) 14040

[startup+642.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 18917
/proc/meminfo: memFree=1509216/2055920 swapFree=4180628/4192956
[pid=18914] ppid=18912 vsize=14452 CPUtime=642.07
/proc/18914/stat : 18914 (varsat-industri) R 18912 18914 18839 0 -1 4194304 3196 0 0 0 64205 2 0 0 25 0 1 0 217462736 14798848 3181 1992294400 4194304 5102648 548682068784 18446744073709551615 4249818 0 0 4096 3 0 0 0 17 1 0 0
/proc/18914/statm: 3613 3181 110 221 0 3389 0
Current children cumulated CPU time (s) 642.07
Current children cumulated vsize (KiB) 14452

[startup+702.301 s]

################
# More data... #
################

[startup+4002.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 18925
/proc/meminfo: memFree=1497504/2055920 swapFree=4180628/4192956
[pid=18914] ppid=18912 vsize=25708 CPUtime=4000.89
/proc/18914/stat : 18914 (varsat-industri) R 18912 18914 18839 0 -1 4194304 5881 0 0 0 400085 4 0 0 25 0 1 0 217462736 26324992 5866 1992294400 4194304 5102648 548682068784 18446744073709551615 4249879 0 0 4096 3 0 0 0 17 1 0 0
/proc/18914/statm: 6427 5866 110 221 0 6203 0
Current children cumulated CPU time (s) 4000.89
Current children cumulated vsize (KiB) 25708

[startup+4062.31 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 18925
/proc/meminfo: memFree=1497376/2055920 swapFree=4180628/4192956
[pid=18914] ppid=18912 vsize=25988 CPUtime=4060.87
/proc/18914/stat : 18914 (varsat-industri) R 18912 18914 18839 0 -1 4194304 5925 0 0 0 406083 4 0 0 25 0 1 0 217462736 26611712 5910 1992294400 4194304 5102648 548682068784 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/18914/statm: 6497 5910 110 221 0 6273 0
Current children cumulated CPU time (s) 4060.87
Current children cumulated vsize (KiB) 25988

[startup+4122.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 18925
/proc/meminfo: memFree=1497248/2055920 swapFree=4180628/4192956
[pid=18914] ppid=18912 vsize=25988 CPUtime=4120.85
/proc/18914/stat : 18914 (varsat-industri) R 18912 18914 18839 0 -1 4194304 5945 0 0 0 412081 4 0 0 25 0 1 0 217462736 26611712 5930 1992294400 4194304 5102648 548682068784 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/18914/statm: 6497 5930 110 221 0 6273 0
Current children cumulated CPU time (s) 4120.85
Current children cumulated vsize (KiB) 25988

[startup+4182.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 18925
/proc/meminfo: memFree=1497184/2055920 swapFree=4180628/4192956
[pid=18914] ppid=18912 vsize=26144 CPUtime=4180.83
/proc/18914/stat : 18914 (varsat-industri) R 18912 18914 18839 0 -1 4194304 5970 0 0 0 418079 4 0 0 25 0 1 0 217462736 26771456 5955 1992294400 4194304 5102648 548682068784 18446744073709551615 4249797 0 0 4096 3 0 0 0 17 1 0 0
/proc/18914/statm: 6536 5955 110 221 0 6312 0
Current children cumulated CPU time (s) 4180.83
Current children cumulated vsize (KiB) 26144

[startup+4242.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 18925
/proc/meminfo: memFree=1496992/2055920 swapFree=4180628/4192956
[pid=18914] ppid=18912 vsize=26284 CPUtime=4240.81
/proc/18914/stat : 18914 (varsat-industri) R 18912 18914 18839 0 -1 4194304 6006 0 0 0 424077 4 0 0 25 0 1 0 217462736 26914816 5991 1992294400 4194304 5102648 548682068784 18446744073709551615 4249961 0 0 4096 3 0 0 0 17 1 0 0
/proc/18914/statm: 6571 5991 110 221 0 6347 0
Current children cumulated CPU time (s) 4240.81
Current children cumulated vsize (KiB) 26284

[startup+4302.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 18925
/proc/meminfo: memFree=1496928/2055920 swapFree=4180628/4192956
[pid=18914] ppid=18912 vsize=26284 CPUtime=4300.78
/proc/18914/stat : 18914 (varsat-industri) R 18912 18914 18839 0 -1 4194304 6014 0 0 0 430074 4 0 0 25 0 1 0 217462736 26914816 5999 1992294400 4194304 5102648 548682068784 18446744073709551615 4249879 0 0 4096 3 0 0 0 17 1 0 0
/proc/18914/statm: 6571 5999 110 221 0 6347 0
Current children cumulated CPU time (s) 4300.78
Current children cumulated vsize (KiB) 26284

[startup+4362.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 18925
/proc/meminfo: memFree=1496800/2055920 swapFree=4180628/4192956
[pid=18914] ppid=18912 vsize=26440 CPUtime=4360.76
/proc/18914/stat : 18914 (varsat-industri) R 18912 18914 18839 0 -1 4194304 6029 0 0 0 436072 4 0 0 25 0 1 0 217462736 27074560 6014 1992294400 4194304 5102648 548682068784 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/18914/statm: 6610 6014 110 221 0 6386 0
Current children cumulated CPU time (s) 4360.76
Current children cumulated vsize (KiB) 26440

[startup+4422.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 18925
/proc/meminfo: memFree=1496864/2055920 swapFree=4180628/4192956
[pid=18914] ppid=18912 vsize=26440 CPUtime=4420.74
/proc/18914/stat : 18914 (varsat-industri) R 18912 18914 18839 0 -1 4194304 6029 0 0 0 442070 4 0 0 25 0 1 0 217462736 27074560 6014 1992294400 4194304 5102648 548682068784 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/18914/statm: 6610 6014 110 221 0 6386 0
Current children cumulated CPU time (s) 4420.74
Current children cumulated vsize (KiB) 26440

[startup+4482.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 18925
/proc/meminfo: memFree=1496800/2055920 swapFree=4180628/4192956
[pid=18914] ppid=18912 vsize=26440 CPUtime=4480.72
/proc/18914/stat : 18914 (varsat-industri) R 18912 18914 18839 0 -1 4194304 6038 0 0 0 448068 4 0 0 25 0 1 0 217462736 27074560 6023 1992294400 4194304 5102648 548682068784 18446744073709551615 4249806 0 0 4096 3 0 0 0 17 1 0 0
/proc/18914/statm: 6610 6023 110 221 0 6386 0
Current children cumulated CPU time (s) 4480.72
Current children cumulated vsize (KiB) 26440

[startup+4542.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 18925
/proc/meminfo: memFree=1496736/2055920 swapFree=4180628/4192956
[pid=18914] ppid=18912 vsize=26440 CPUtime=4540.7
/proc/18914/stat : 18914 (varsat-industri) R 18912 18914 18839 0 -1 4194304 6044 0 0 0 454066 4 0 0 25 0 1 0 217462736 27074560 6029 1992294400 4194304 5102648 548682068784 18446744073709551615 4249876 0 0 4096 3 0 0 0 17 1 0 0
/proc/18914/statm: 6610 6029 110 221 0 6386 0
Current children cumulated CPU time (s) 4540.7
Current children cumulated vsize (KiB) 26440

[startup+4602.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 18925
/proc/meminfo: memFree=1496608/2055920 swapFree=4180628/4192956
[pid=18914] ppid=18912 vsize=26608 CPUtime=4600.68
/proc/18914/stat : 18914 (varsat-industri) R 18912 18914 18839 0 -1 4194304 6076 0 0 0 460064 4 0 0 25 0 1 0 217462736 27246592 6061 1992294400 4194304 5102648 548682068784 18446744073709551615 4249876 0 0 4096 3 0 0 0 17 1 0 0
/proc/18914/statm: 6652 6061 110 221 0 6428 0
Current children cumulated CPU time (s) 4600.68
Current children cumulated vsize (KiB) 26608

[startup+4662.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 18925
/proc/meminfo: memFree=1496480/2055920 swapFree=4180628/4192956
[pid=18914] ppid=18912 vsize=26764 CPUtime=4660.66
/proc/18914/stat : 18914 (varsat-industri) R 18912 18914 18839 0 -1 4194304 6099 0 0 0 466062 4 0 0 25 0 1 0 217462736 27406336 6084 1992294400 4194304 5102648 548682068784 18446744073709551615 4254025 0 0 4096 3 0 0 0 17 1 0 0
/proc/18914/statm: 6691 6084 110 221 0 6467 0
Current children cumulated CPU time (s) 4660.66
Current children cumulated vsize (KiB) 26764

[startup+4722.31 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 18925
/proc/meminfo: memFree=1496416/2055920 swapFree=4180628/4192956
[pid=18914] ppid=18912 vsize=26764 CPUtime=4720.64
/proc/18914/stat : 18914 (varsat-industri) R 18912 18914 18839 0 -1 4194304 6108 0 0 0 472060 4 0 0 25 0 1 0 217462736 27406336 6093 1992294400 4194304 5102648 548682068784 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/18914/statm: 6691 6093 110 221 0 6467 0
Current children cumulated CPU time (s) 4720.64
Current children cumulated vsize (KiB) 26764

[startup+4782.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 18925
/proc/meminfo: memFree=1496352/2055920 swapFree=4180628/4192956
[pid=18914] ppid=18912 vsize=26764 CPUtime=4780.62
/proc/18914/stat : 18914 (varsat-industri) R 18912 18914 18839 0 -1 4194304 6123 0 0 0 478058 4 0 0 25 0 1 0 217462736 27406336 6108 1992294400 4194304 5102648 548682068784 18446744073709551615 4254457 0 0 4096 3 0 0 0 17 1 0 0
/proc/18914/statm: 6691 6108 110 221 0 6467 0
Current children cumulated CPU time (s) 4780.62
Current children cumulated vsize (KiB) 26764

[startup+4842.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 18925
/proc/meminfo: memFree=1496288/2055920 swapFree=4180628/4192956
[pid=18914] ppid=18912 vsize=26916 CPUtime=4840.6
/proc/18914/stat : 18914 (varsat-industri) R 18912 18914 18839 0 -1 4194304 6144 0 0 0 484056 4 0 0 25 0 1 0 217462736 27561984 6129 1992294400 4194304 5102648 548682068784 18446744073709551615 4249879 0 0 4096 3 0 0 0 17 1 0 0
/proc/18914/statm: 6729 6129 110 221 0 6505 0
Current children cumulated CPU time (s) 4840.6
Current children cumulated vsize (KiB) 26916

[startup+4902.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 18925
/proc/meminfo: memFree=1496224/2055920 swapFree=4180628/4192956
[pid=18914] ppid=18912 vsize=26916 CPUtime=4900.57
/proc/18914/stat : 18914 (varsat-industri) R 18912 18914 18839 0 -1 4194304 6150 0 0 0 490053 4 0 0 25 0 1 0 217462736 27561984 6135 1992294400 4194304 5102648 548682068784 18446744073709551615 4249876 0 0 4096 3 0 0 0 17 1 0 0
/proc/18914/statm: 6729 6135 110 221 0 6505 0
Current children cumulated CPU time (s) 4900.57
Current children cumulated vsize (KiB) 26916

[startup+4962.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 18931
/proc/meminfo: memFree=1496096/2055920 swapFree=4180628/4192956
[pid=18914] ppid=18912 vsize=26916 CPUtime=4960.54
/proc/18914/stat : 18914 (varsat-industri) R 18912 18914 18839 0 -1 4194304 6153 0 0 0 496050 4 0 0 25 0 1 0 217462736 27561984 6138 1992294400 4194304 5102648 548682068784 18446744073709551615 4250291 0 0 4096 3 0 0 0 17 1 0 0
/proc/18914/statm: 6729 6138 110 221 0 6505 0
Current children cumulated CPU time (s) 4960.54
Current children cumulated vsize (KiB) 26916



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+5001.8 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 18931
/proc/meminfo: memFree=1496096/2055920 swapFree=4180628/4192956
[pid=18914] ppid=18912 vsize=26916 CPUtime=5000.03
/proc/18914/stat : 18914 (varsat-industri) R 18912 18914 18839 0 -1 4194304 6163 0 0 0 499999 4 0 0 25 0 1 0 217462736 27561984 6148 1992294400 4194304 5102648 548682068784 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/18914/statm: 6729 6148 110 221 0 6505 0
Current children cumulated CPU time (s) 5000.03
Current children cumulated vsize (KiB) 26916

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): 5001.81
CPU time (s): 5000.05
CPU user time (s): 5000
CPU system time (s): 0.050992
CPU usage (%): 99.9648
Max. virtual memory (cumulated for all children) (KiB): 26916

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

runsolver used 5.71713 second user time and 11.5992 second system time

The end

Launcher Data

Begin job on node77 at 2009-05-09 20:38:44
IDJOB=1785142
IDBENCH=24708
IDSOLVER=641
FILE ID=node77/1785142-1241894324
PBS_JOBID= 9264731
Free space on /tmp= 66180 MiB

SOLVER NAME= VARSAT-industrial 2009-03-22
BENCH NAME= SAT07/crafted/Hard/contest03/looksrandom/hgen6-4-24-n650-03-S528656311.sat05-477.reshuffled-07.cnf
COMMAND LINE= HOME/varsat-industrial_static -seed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1785142-1241894324/watcher-1785142-1241894324 -o /tmp/evaluation-result-1785142-1241894324/solver-1785142-1241894324 -C 5000 -W 6000 -M 1800  HOME/varsat-industrial_static -seed=2073945985 HOME/instance-1785142-1241894324.cnf

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

MD5SUM BENCH= e6cd66a115f70af2c02b5cac2d51607a
RANDOM SEED=2073945985

node77.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.270
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.270
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:       1522608 kB
Buffers:         49648 kB
Cached:         403712 kB
SwapCached:       6388 kB
Active:          68784 kB
Inactive:       393164 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1522608 kB
SwapTotal:     4192956 kB
SwapFree:      4180628 kB
Dirty:            1052 kB
Writeback:           0 kB
Mapped:          14192 kB
Slab:            57364 kB
Committed_AS:   748224 kB
PageTables:       1372 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= 66176 MiB
End job on node77 at 2009-05-09 22:02:07