Trace number 1785040

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? (MO) 3980.92 3981.98

General information on the benchmark

Namecrafted/Hard/contest02/
ezfact256_1.sat05-464.reshuffled-07.cnf
MD5SUM69151394f3e0e8838dc6693844061945
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 variables49153
Number of clauses324873
Sum of the clauses size1232169
Maximum clause length4
Minimum clause length1
Number of clauses of size 1257
Number of clauses of size 20
Number of clauses of size 366552
Number of clauses of size 4258064
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:  49153                                                |
0.00/0.00	c |  Number of clauses:    324873                                               |
1.69/1.78	c |  Parsing time:         1.69         s                                       |
1.69/1.78	c |  Timeout:              43200 s
1.69/1.78	c |  Random Seed:          68645781.000000
1.69/1.78	c |  Heuristic:            EMBP-G, threshold 0.950                              |
1.69/1.78	c |  Branching Rule:       default (solution-guided)                            |
1.69/1.78	c |  Learned clauses in surveys?  Using NO learned clauses.                     |
1.69/1.78	c |                                                                             |
3.89/3.95	c ============================[ Search Statistics ]==============================
3.89/3.95	c | Conflicts |          ORIGINAL         |          LEARNT          | Progress |
3.89/3.95	c |           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
3.89/3.95	c ===============================================================================
3.89/3.95	c |         0 |   48480   271235   907829 |    90411        0    nan |  0.000 % |
5.29/5.36	c |       100 |   48480   271235   907829 |    99452      100     28 |  0.948 % |
6.69/6.77	c |       250 |   48480   271235   907829 |   109398      250     19 |  0.948 % |
7.89/7.93	c |       476 |   48480   271235   907829 |   120337      476     18 |  0.948 % |
9.29/9.39	c |       813 |   48480   271235   907829 |   132371      813     23 |  0.948 % |
11.69/11.78	c |      1320 |   48480   271235   907829 |   145608     1320    117 |  0.948 % |
14.79/14.80	c |      2079 |   48480   271235   907829 |   160169     2079    135 |  0.948 % |
19.29/19.33	c |      3218 |   48480   271235   907829 |   176186     3218    300 |  0.948 % |
22.59/22.68	c |      4927 |   48480   271235   907829 |   193805     4927    243 |  0.948 % |
45.28/45.31	c |      7489 |   48472   271055   907398 |   213185     7485    676 |  0.964 % |
56.08/56.13	c |     11333 |   48472   271055   907398 |   234504    11329    564 |  0.964 % |
68.97/69.03	c |     17102 |   48472   271055   907398 |   257955    17098    439 |  0.964 % |
99.66/99.78	c |     25751 |   48462   270862   906928 |   283750    25744    473 |  0.985 % |
136.85/136.92	c |     38727 |   48462   270862   906928 |   312125    38720    523 |  0.985 % |
239.02/239.15	c |     58190 |   48462   270862   906928 |   343338    58183    581 |  0.985 % |
421.67/421.85	c |     87382 |   48462   270862   906928 |   377671    87375    695 |  0.985 % |
646.91/647.20	c |    131172 |   48462   270862   906928 |   415439   131165    721 |  0.985 % |
1238.66/1239.07	c |    196856 |   48462   270862   906928 |   456983   196849    854 |  0.985 % |
1974.26/1974.83	c |    295382 |   48462   270862   906928 |   502681   295375    893 |  0.985 % |
2950.41/2951.23	c |    443172 |   48462   270862   906928 |   552949   443165    806 |  0.985 % |

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-1785040-1241884490/watcher-1785040-1241884490 -o /tmp/evaluation-result-1785040-1241884490/solver-1785040-1241884490 -C 5000 -W 6000 -M 1800 HOME/varsat-industrial_static -seed=68645781 HOME/instance-1785040-1241884490.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/64 4775
/proc/meminfo: memFree=1901420/2055920 swapFree=4181220/4192956
[pid=4775] ppid=4773 vsize=4084 CPUtime=0
/proc/4775/stat : 4775 (varsat-industri) R 4773 4775 4667 0 -1 4194304 839 0 0 0 0 0 0 0 18 0 1 0 216481647 4182016 824 1992294400 4194304 5102648 548682068800 18446744073709551615 4200452 0 0 4096 3 0 0 0 17 1 0 0
/proc/4775/statm: 1021 831 80 221 0 797 0

[startup+0.0621751 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 4775
/proc/meminfo: memFree=1901420/2055920 swapFree=4181220/4192956
[pid=4775] ppid=4773 vsize=15128 CPUtime=0.06
/proc/4775/stat : 4775 (varsat-industri) R 4773 4775 4667 0 -1 4194304 3191 0 0 0 5 1 0 0 18 0 1 0 216481647 15491072 3152 1992294400 4194304 5102648 548682068800 18446744073709551615 4279992 0 0 4096 3 0 0 0 17 1 0 0
/proc/4775/statm: 3782 3152 87 221 0 3558 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 15128

[startup+0.101178 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 4775
/proc/meminfo: memFree=1901420/2055920 swapFree=4181220/4192956
[pid=4775] ppid=4773 vsize=17000 CPUtime=0.09
/proc/4775/stat : 4775 (varsat-industri) R 4773 4775 4667 0 -1 4194304 3712 0 0 0 8 1 0 0 18 0 1 0 216481647 17408000 3673 1992294400 4194304 5102648 548682068800 18446744073709551615 4723802 0 0 4096 3 0 0 0 17 1 0 0
/proc/4775/statm: 4283 3674 87 221 0 4059 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 17000

[startup+0.3012 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 4775
/proc/meminfo: memFree=1901420/2055920 swapFree=4181220/4192956
[pid=4775] ppid=4773 vsize=23884 CPUtime=0.29
/proc/4775/stat : 4775 (varsat-industri) R 4773 4775 4667 0 -1 4194304 5410 0 0 0 27 2 0 0 19 0 1 0 216481647 24457216 5371 1992294400 4194304 5102648 548682068800 18446744073709551615 4491703 0 0 4096 3 0 0 0 17 1 0 0
/proc/4775/statm: 5971 5371 87 221 0 5747 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 23884

[startup+0.701245 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 4775
/proc/meminfo: memFree=1901420/2055920 swapFree=4181220/4192956
[pid=4775] ppid=4773 vsize=35776 CPUtime=0.69
/proc/4775/stat : 4775 (varsat-industri) R 4773 4775 4667 0 -1 4194304 8352 0 0 0 65 4 0 0 22 0 1 0 216481647 36634624 8313 1992294400 4194304 5102648 548682068800 18446744073709551615 4491703 0 0 4096 3 0 0 0 17 1 0 0
/proc/4775/statm: 8944 8314 87 221 0 8720 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 35776

[startup+1.50133 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 4776
/proc/meminfo: memFree=1860004/2055920 swapFree=4181220/4192956
[pid=4775] ppid=4773 vsize=58800 CPUtime=1.49
/proc/4775/stat : 4775 (varsat-industri) R 4773 4775 4667 0 -1 4194304 13987 0 0 0 142 7 0 0 25 0 1 0 216481647 60211200 13948 1992294400 4194304 5102648 548682068800 18446744073709551615 4491703 0 0 4096 3 0 0 0 17 1 0 0
/proc/4775/statm: 14700 13949 87 221 0 14476 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 58800

[startup+3.10151 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 4776
/proc/meminfo: memFree=1838628/2055920 swapFree=4181220/4192956
[pid=4775] ppid=4773 vsize=67176 CPUtime=3.09
/proc/4775/stat : 4775 (varsat-industri) R 4773 4775 4667 0 -1 4194304 15943 0 0 0 300 9 0 0 25 0 1 0 216481647 68788224 15904 1992294400 4194304 5102648 548682068800 18446744073709551615 4272923 0 0 4096 3 0 0 0 17 1 0 0
/proc/4775/statm: 16794 15904 99 221 0 16570 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 67176

[startup+6.30187 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 4776
/proc/meminfo: memFree=1842276/2055920 swapFree=4181220/4192956
[pid=4775] ppid=4773 vsize=61808 CPUtime=6.29
/proc/4775/stat : 4775 (varsat-industri) R 4773 4775 4667 0 -1 4194304 16592 0 0 0 619 10 0 0 25 0 1 0 216481647 63291392 14730 1992294400 4194304 5102648 548682068800 18446744073709551615 4213632 0 0 4096 3 0 0 0 17 1 0 0
/proc/4775/statm: 15452 14730 115 221 0 15228 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 61808

[startup+12.7016 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 4776
/proc/meminfo: memFree=1842340/2055920 swapFree=4181220/4192956
[pid=4775] ppid=4773 vsize=61808 CPUtime=12.69
/proc/4775/stat : 4775 (varsat-industri) R 4773 4775 4667 0 -1 4194304 16592 0 0 0 1259 10 0 0 25 0 1 0 216481647 63291392 14730 1992294400 4194304 5102648 548682068800 18446744073709551615 4214101 0 0 4096 3 0 0 0 17 1 0 0
/proc/4775/statm: 15452 14730 115 221 0 15228 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 61808

[startup+25.502 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 4776
/proc/meminfo: memFree=1842212/2055920 swapFree=4181220/4192956
[pid=4775] ppid=4773 vsize=62476 CPUtime=25.49
/proc/4775/stat : 4775 (varsat-industri) R 4773 4775 4667 0 -1 4194304 16726 0 0 0 2539 10 0 0 25 0 1 0 216481647 63975424 14864 1992294400 4194304 5102648 548682068800 18446744073709551615 4254541 0 0 4096 3 0 0 0 17 1 0 0
/proc/4775/statm: 15619 14864 115 221 0 15395 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 62476

[startup+51.1019 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 4776
/proc/meminfo: memFree=1828068/2055920 swapFree=4181220/4192956
[pid=4775] ppid=4773 vsize=76476 CPUtime=51.08
/proc/4775/stat : 4775 (varsat-industri) R 4773 4775 4667 0 -1 4194304 20254 0 0 0 5096 12 0 0 25 0 1 0 216481647 78311424 18392 1992294400 4194304 5102648 548682068800 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/4775/statm: 19119 18392 115 221 0 18895 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 76476

[startup+102.306 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 4776
/proc/meminfo: memFree=1802212/2055920 swapFree=4181220/4192956
[pid=4775] ppid=4773 vsize=102180 CPUtime=102.26
/proc/4775/stat : 4775 (varsat-industri) R 4773 4775 4667 0 -1 4194304 26684 0 0 0 10208 18 0 0 25 0 1 0 216481647 104632320 24822 1992294400 4194304 5102648 548682068800 18446744073709551615 4249732 0 0 4096 3 0 0 0 17 1 0 0
/proc/4775/statm: 25545 24822 115 221 0 25321 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 102180

[startup+162.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 4776
/proc/meminfo: memFree=1756388/2055920 swapFree=4181220/4192956
[pid=4775] ppid=4773 vsize=148468 CPUtime=162.24
/proc/4775/stat : 4775 (varsat-industri) R 4773 4775 4667 0 -1 4194304 38192 0 0 0 16198 26 0 0 25 0 1 0 216481647 152031232 36330 1992294400 4194304 5102648 548682068800 18446744073709551615 4255151 0 0 4096 3 0 0 0 17 1 0 0
/proc/4775/statm: 37117 36330 115 221 0 36893 0
Current children cumulated CPU time (s) 162.24
Current children cumulated vsize (KiB) 148468

[startup+222.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 4776
/proc/meminfo: memFree=1723940/2055920 swapFree=4181220/4192956
[pid=4775] ppid=4773 vsize=180440 CPUtime=222.23
/proc/4775/stat : 4775 (varsat-industri) R 4773 4775 4667 0 -1 4194304 46210 0 0 0 22190 33 0 0 25 0 1 0 216481647 184770560 44348 1992294400 4194304 5102648 548682068800 18446744073709551615 4249732 0 0 4096 3 0 0 0 17 1 0 0
/proc/4775/statm: 45110 44348 115 221 0 44886 0
Current children cumulated CPU time (s) 222.23
Current children cumulated vsize (KiB) 180440

[startup+282.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 4776
/proc/meminfo: memFree=1688100/2055920 swapFree=4181220/4192956
[pid=4775] ppid=4773 vsize=216484 CPUtime=282.22
/proc/4775/stat : 4775 (varsat-industri) R 4773 4775 4667 0 -1 4194304 55201 0 0 0 28181 41 0 0 25 0 1 0 216481647 221679616 53339 1992294400 4194304 5102648 548682068800 18446744073709551615 4228851 0 0 4096 3 0 0 0 17 1 0 0
/proc/4775/statm: 54121 53339 115 221 0 53897 0
Current children cumulated CPU time (s) 282.22
Current children cumulated vsize (KiB) 216484

[startup+342.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 4776
/proc/meminfo: memFree=1653604/2055920 swapFree=4181220/4192956
[pid=4775] ppid=4773 vsize=250604 CPUtime=342.2
/proc/4775/stat : 4775 (varsat-industri) R 4773 4775 4667 0 -1 4194304 63757 0 0 0 34173 47 0 0 25 0 1 0 216481647 256618496 61895 1992294400 4194304 5102648 548682068800 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/4775/statm: 62651 61895 115 221 0 62427 0
Current children cumulated CPU time (s) 342.2
Current children cumulated vsize (KiB) 250604

[startup+402.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 4782
/proc/meminfo: memFree=1619172/2055920 swapFree=4181220/4192956
[pid=4775] ppid=4773 vsize=285156 CPUtime=402.17
/proc/4775/stat : 4775 (varsat-industri) R 4773 4775 4667 0 -1 4194304 72407 0 0 0 40164 53 0 0 25 0 1 0 216481647 291999744 70545 1992294400 4194304 5102648 548682068800 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/4775/statm: 71289 70545 115 221 0 71065 0
Current children cumulated CPU time (s) 402.17
Current children cumulated vsize (KiB) 285156

[startup+462.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 4782
/proc/meminfo: memFree=1582820/2055920 swapFree=4181220/4192956
[pid=4775] ppid=4773 vsize=321496 CPUtime=462.16
/proc/4775/stat : 4775 (varsat-industri) R 4773 4775 4667 0 -1 4194304 81420 0 0 0 46155 61 0 0 25 0 1 0 216481647 329211904 79558 1992294400 4194304 5102648 548682068800 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/4775/statm: 80374 79558 115 221 0 80150 0
Current children cumulated CPU time (s) 462.16
Current children cumulated vsize (KiB) 321496

[startup+522.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 4782
/proc/meminfo: memFree=1544164/2055920 swapFree=4181220/4192956
[pid=4775] ppid=4773 vsize=360356 CPUtime=522.14
/proc/4775/stat : 4775 (varsat-industri) R 4773 4775 4667 0 -1 4194304 91142 0 0 0 52147 67 0 0 25 0 1 0 216481647 369004544 89280 1992294400 4194304 5102648 548682068800 18446744073709551615 4491703 0 0 4096 3 0 0 0 17 1 0 0
/proc/4775/statm: 90089 89280 115 221 0 89865 0
Current children cumulated CPU time (s) 522.14
Current children cumulated vsize (KiB) 360356

[startup+582.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 4782
/proc/meminfo: memFree=1504420/2055920 swapFree=4181220/4192956
[pid=4775] ppid=4773 vsize=399720 CPUtime=582.13
/proc/4775/stat : 4775 (varsat-industri) R 4773 4775 4667 0 -1 4194304 101000 0 0 0 58139 74 0 0 25 0 1 0 216481647 409313280 99138 1992294400 4194304 5102648 548682068800 18446744073709551615 4254103 0 0 4096 3 0 0 0 17 1 0 0
/proc/4775/statm: 99930 99138 115 221 0 99706 0
Current children cumulated CPU time (s) 582.13
Current children cumulated vsize (KiB) 399720

[startup+642.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 4782
/proc/meminfo: memFree=1473764/2055920 swapFree=4181220/4192956
[pid=4775] ppid=4773 vsize=429900 CPUtime=642.12
/proc/4775/stat : 4775 (varsat-industri) R 4773 4775 4667 0 -1 4194304 108569 0 0 0 64130 82 0 0 25 0 1 0 216481647 440217600 106707 1992294400 4194304 5102648 548682068800 18446744073709551615 4249753 0 0 4096 3 0 0 0 17 1 0 0
/proc/4775/statm: 107475 106707 115 221 0 107251 0
Current children cumulated CPU time (s) 642.12
Current children cumulated vsize (KiB) 429900

[startup+702.301 s]

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

[startup+3102.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 4784
/proc/meminfo: memFree=364516/2055920 swapFree=4181220/4192956
[pid=4775] ppid=4773 vsize=1536356 CPUtime=3101.46
/proc/4775/stat : 4775 (varsat-industri) R 4773 4775 4667 0 -1 4194304 385140 0 0 0 309866 280 0 0 25 0 1 0 216481647 1573228544 383278 1992294400 4194304 5102648 548682068800 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/4775/statm: 384089 383278 115 221 0 383865 0
Current children cumulated CPU time (s) 3101.46
Current children cumulated vsize (KiB) 1536356

[startup+3162.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 4784
/proc/meminfo: memFree=342052/2055920 swapFree=4181220/4192956
[pid=4775] ppid=4773 vsize=1558848 CPUtime=3161.45
/proc/4775/stat : 4775 (varsat-industri) R 4773 4775 4667 0 -1 4194304 390796 0 0 0 315860 285 0 0 25 0 1 0 216481647 1596260352 388934 1992294400 4194304 5102648 548682068800 18446744073709551615 4249787 0 0 4096 3 0 0 0 17 1 0 0
/proc/4775/statm: 389712 388934 115 221 0 389488 0
Current children cumulated CPU time (s) 3161.45
Current children cumulated vsize (KiB) 1558848

[startup+3222.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 4784
/proc/meminfo: memFree=321124/2055920 swapFree=4181220/4192956
[pid=4775] ppid=4773 vsize=1581380 CPUtime=3221.44
/proc/4775/stat : 4775 (varsat-industri) R 4773 4775 4667 0 -1 4194304 395968 0 0 0 321855 289 0 0 25 0 1 0 216481647 1619333120 394106 1992294400 4194304 5102648 548682068800 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/4775/statm: 395345 394106 115 221 0 395121 0
Current children cumulated CPU time (s) 3221.44
Current children cumulated vsize (KiB) 1581380

[startup+3282.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 4784
/proc/meminfo: memFree=299620/2055920 swapFree=4181220/4192956
[pid=4775] ppid=4773 vsize=1602636 CPUtime=3281.42
/proc/4775/stat : 4775 (varsat-industri) R 4773 4775 4667 0 -1 4194304 401301 0 0 0 327850 292 0 0 25 0 1 0 216481647 1641099264 399439 1992294400 4194304 5102648 548682068800 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/4775/statm: 400659 399439 115 221 0 400435 0
Current children cumulated CPU time (s) 3281.42
Current children cumulated vsize (KiB) 1602636

[startup+3342.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 4784
/proc/meminfo: memFree=281892/2055920 swapFree=4181220/4192956
[pid=4775] ppid=4773 vsize=1620516 CPUtime=3341.41
/proc/4775/stat : 4775 (varsat-industri) R 4773 4775 4667 0 -1 4194304 405774 0 0 0 333846 295 0 0 25 0 1 0 216481647 1659408384 403912 1992294400 4194304 5102648 548682068800 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/4775/statm: 405129 403912 115 221 0 404905 0
Current children cumulated CPU time (s) 3341.41
Current children cumulated vsize (KiB) 1620516

[startup+3402.31 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 4784
/proc/meminfo: memFree=263652/2055920 swapFree=4181220/4192956
[pid=4775] ppid=4773 vsize=1638528 CPUtime=3401.39
/proc/4775/stat : 4775 (varsat-industri) R 4773 4775 4667 0 -1 4194304 410267 0 0 0 339841 298 0 0 25 0 1 0 216481647 1677852672 408405 1992294400 4194304 5102648 548682068800 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/4775/statm: 409632 408405 115 221 0 409408 0
Current children cumulated CPU time (s) 3401.39
Current children cumulated vsize (KiB) 1638528

[startup+3462.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 4784
/proc/meminfo: memFree=246244/2055920 swapFree=4181220/4192956
[pid=4775] ppid=4773 vsize=1655724 CPUtime=3461.37
/proc/4775/stat : 4775 (varsat-industri) R 4773 4775 4667 0 -1 4194304 414603 0 0 0 345836 301 0 0 25 0 1 0 216481647 1695461376 412741 1992294400 4194304 5102648 548682068800 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/4775/statm: 413931 412741 115 221 0 413707 0
Current children cumulated CPU time (s) 3461.37
Current children cumulated vsize (KiB) 1655724

[startup+3522.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 4784
/proc/meminfo: memFree=227492/2055920 swapFree=4181220/4192956
[pid=4775] ppid=4773 vsize=1674328 CPUtime=3521.35
/proc/4775/stat : 4775 (varsat-industri) R 4773 4775 4667 0 -1 4194304 419267 0 0 0 351832 303 0 0 25 0 1 0 216481647 1714511872 417405 1992294400 4194304 5102648 548682068800 18446744073709551615 4250370 0 0 4096 3 0 0 0 17 1 0 0
/proc/4775/statm: 418582 417405 115 221 0 418358 0
Current children cumulated CPU time (s) 3521.35
Current children cumulated vsize (KiB) 1674328

[startup+3582.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 4784
/proc/meminfo: memFree=205156/2055920 swapFree=4181220/4192956
[pid=4775] ppid=4773 vsize=1696880 CPUtime=3581.34
/proc/4775/stat : 4775 (varsat-industri) R 4773 4775 4667 0 -1 4194304 424889 0 0 0 357827 307 0 0 25 0 1 0 216481647 1737605120 423027 1992294400 4194304 5102648 548682068800 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/4775/statm: 424220 423027 115 221 0 423996 0
Current children cumulated CPU time (s) 3581.34
Current children cumulated vsize (KiB) 1696880

[startup+3642.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 4784
/proc/meminfo: memFree=186020/2055920 swapFree=4181220/4192956
[pid=4775] ppid=4773 vsize=1715556 CPUtime=3641.32
/proc/4775/stat : 4775 (varsat-industri) R 4773 4775 4667 0 -1 4194304 429595 0 0 0 363820 312 0 0 25 0 1 0 216481647 1756729344 427733 1992294400 4194304 5102648 548682068800 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/4775/statm: 428889 427733 115 221 0 428665 0
Current children cumulated CPU time (s) 3641.32
Current children cumulated vsize (KiB) 1715556

[startup+3702.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 4784
/proc/meminfo: memFree=162148/2055920 swapFree=4181220/4192956
[pid=4775] ppid=4773 vsize=1739680 CPUtime=3701.31
/proc/4775/stat : 4775 (varsat-industri) R 4773 4775 4667 0 -1 4194304 435634 0 0 0 369815 316 0 0 25 0 1 0 216481647 1781432320 433772 1992294400 4194304 5102648 548682068800 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/4775/statm: 434920 433772 115 221 0 434696 0
Current children cumulated CPU time (s) 3701.31
Current children cumulated vsize (KiB) 1739680

[startup+3762.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 4784
/proc/meminfo: memFree=139684/2055920 swapFree=4181220/4192956
[pid=4775] ppid=4773 vsize=1761816 CPUtime=3761.29
/proc/4775/stat : 4775 (varsat-industri) R 4773 4775 4667 0 -1 4194304 441190 0 0 0 375809 320 0 0 25 0 1 0 216481647 1804099584 439328 1992294400 4194304 5102648 548682068800 18446744073709551615 4249879 0 0 4096 3 0 0 0 17 1 0 0
/proc/4775/statm: 440454 439328 115 221 0 440230 0
Current children cumulated CPU time (s) 3761.29
Current children cumulated vsize (KiB) 1761816

[startup+3822.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 4784
/proc/meminfo: memFree=116772/2055920 swapFree=4181220/4192956
[pid=4775] ppid=4773 vsize=1784900 CPUtime=3821.28
/proc/4775/stat : 4775 (varsat-industri) R 4773 4775 4667 0 -1 4194304 446957 0 0 0 381804 324 0 0 25 0 1 0 216481647 1827737600 445095 1992294400 4194304 5102648 548682068800 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/4775/statm: 446225 445095 115 221 0 446001 0
Current children cumulated CPU time (s) 3821.28
Current children cumulated vsize (KiB) 1784900

[startup+3882.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 4784
/proc/meminfo: memFree=95140/2055920 swapFree=4181220/4192956
[pid=4775] ppid=4773 vsize=1806144 CPUtime=3881.27
/proc/4775/stat : 4775 (varsat-industri) R 4773 4775 4667 0 -1 4194304 452274 0 0 0 387799 328 0 0 25 0 1 0 216481647 1849491456 450412 1992294400 4194304 5102648 548682068800 18446744073709551615 4228851 0 0 4096 3 0 0 0 17 1 0 0
/proc/4775/statm: 451536 450412 115 221 0 451312 0
Current children cumulated CPU time (s) 3881.27
Current children cumulated vsize (KiB) 1806144

[startup+3942.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 4784
/proc/meminfo: memFree=72228/2055920 swapFree=4181220/4192956
[pid=4775] ppid=4773 vsize=1828824 CPUtime=3941.25
/proc/4775/stat : 4775 (varsat-industri) R 4773 4775 4667 0 -1 4194304 457956 0 0 0 393795 330 0 0 25 0 1 0 216481647 1872715776 456094 1992294400 4194304 5102648 548682068800 18446744073709551615 4249753 0 0 4096 3 0 0 0 17 1 0 0
/proc/4775/statm: 457206 456094 115 221 0 456982 0
Current children cumulated CPU time (s) 3941.25
Current children cumulated vsize (KiB) 1828824



Maximum VSize exceeded: sending SIGTERM then SIGKILL

[startup+3981.7 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 4790
/proc/meminfo: memFree=57764/2055920 swapFree=4181220/4192956
[pid=4775] ppid=4773 vsize=1843248 CPUtime=3980.64
/proc/4775/stat : 4775 (varsat-industri) R 4773 4775 4667 0 -1 4194304 461553 0 0 0 397731 333 0 0 25 0 1 0 216481647 1887485952 459691 1992294400 4194304 5102648 548682068800 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/4775/statm: 460812 459691 115 221 0 460588 0
Current children cumulated CPU time (s) 3980.64
Current children cumulated vsize (KiB) 1843248

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

Solver just ended. Dumping a history of the last processes samples

[startup+3981.81 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 4790
/proc/meminfo: memFree=57764/2055920 swapFree=4181220/4192956
[pid=4775] ppid=4773 vsize=0 CPUtime=3980.74
/proc/4775/stat : 4775 (varsat-industri) R 4773 4775 4667 0 -1 4195332 461553 0 0 0 397731 343 0 0 25 0 1 0 216481647 0 0 1992294400 0 0 0 0 0 0 0 4096 3 0 0 0 17 1 0 0
/proc/4775/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 3980.74
Current children cumulated vsize (KiB) 0

[startup+3981.9 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 4791
/proc/meminfo: memFree=1360156/2055920 swapFree=4181220/4192956
[pid=4775] ppid=4773 vsize=0 CPUtime=3980.84
/proc/4775/stat : 4775 (varsat-industri) R 4773 4775 4667 0 -1 4195332 461553 0 0 0 397731 353 0 0 25 0 1 0 216481647 0 0 1992294400 0 0 0 0 0 0 0 4096 3 0 0 0 17 1 0 0
/proc/4775/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 3980.84
Current children cumulated vsize (KiB) 0

Child ended because it received signal 15 (SIGTERM)
Real time (s): 3981.98
CPU time (s): 3980.92
CPU user time (s): 3977.31
CPU system time (s): 3.60845
CPU usage (%): 99.9733
Max. virtual memory (cumulated for all children) (KiB): 1843248

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

runsolver used 2.97155 second user time and 8.19075 second system time

The end

Launcher Data

Begin job on node35 at 2009-05-09 17:54:51
IDJOB=1785040
IDBENCH=24683
IDSOLVER=641
FILE ID=node35/1785040-1241884490
PBS_JOBID= 9264668
Free space on /tmp= 66284 MiB

SOLVER NAME= VARSAT-industrial 2009-03-22
BENCH NAME= SAT07/crafted/Hard/contest02/ezfact256_1.sat05-464.reshuffled-07.cnf
COMMAND LINE= HOME/varsat-industrial_static -seed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1785040-1241884490/watcher-1785040-1241884490 -o /tmp/evaluation-result-1785040-1241884490/solver-1785040-1241884490 -C 5000 -W 6000 -M 1800  HOME/varsat-industrial_static -seed=68645781 HOME/instance-1785040-1241884490.cnf

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

MD5SUM BENCH= 69151394f3e0e8838dc6693844061945
RANDOM SEED=68645781

node35.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.214
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.214
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:       1901836 kB
Buffers:         30460 kB
Cached:          77428 kB
SwapCached:       6148 kB
Active:          60416 kB
Inactive:        56016 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1901836 kB
SwapTotal:     4192956 kB
SwapFree:      4181220 kB
Dirty:            9188 kB
Writeback:           0 kB
Mapped:          13520 kB
Slab:            23628 kB
Committed_AS:   794544 kB
PageTables:       1396 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= 66284 MiB
End job on node35 at 2009-05-09 19:01:15