Trace number 1730517

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

General information on the benchmark

Namecrafted/Difficult/contest05/sabharwal/
counting-harder-php-018-017.sat05-1189.reshuffled-07.cnf
MD5SUM51a1a3a012cf07e3662164064eca4702
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark179.938
Satisfiable
(Un)Satisfiability was proved
Number of variables306
Number of clauses2619
Sum of the clauses size5508
Maximum clause length17
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 22601
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 518

Solver Data

0.00/0.00	c ============================[ Problem Statistics ]=============================
0.00/0.00	c |                                                                             |
0.00/0.00	c |  Number of variables:  306                                                  |
0.00/0.00	c |  Number of clauses:    2619                                                 |
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:          1378162667.000000
0.00/0.00	c |  Heuristic:            EMBP-G, threshold 0.950                              |
0.00/0.00	c |  Branching Rule:       default (solution-guided)                            |
0.00/0.00	c |  Learned clauses in surveys?  Using NO learned clauses.                     |
0.00/0.00	c |                                                                             |
0.00/0.01	c ============================[ Search Statistics ]==============================
0.00/0.01	c | Conflicts |          ORIGINAL         |          LEARNT          | Progress |
0.00/0.01	c |           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
0.00/0.01	c ===============================================================================
0.00/0.01	c |         0 |     288     2601     9792 |      867        0    nan |  0.000 % |
0.00/0.02	c |       100 |     288     2601     9792 |      953      100     69 |  0.001 % |
0.00/0.03	c |       254 |     288     2601     9792 |     1049      254     79 |  0.001 % |
0.00/0.04	c |       479 |     288     2601     9792 |     1153      479     83 |  0.001 % |
0.05/0.06	c |       816 |     288     2601     9792 |     1269      816     85 |  0.001 % |
0.05/0.09	c |      1323 |     288     2601     9792 |     1396     1323     89 |  0.001 % |
0.09/0.15	c |      2085 |     288     2601     9792 |     1535     1282    106 |  0.001 % |
0.19/0.23	c |      3224 |     288     2601     9792 |     1689     1553    104 |  0.001 % |
0.29/0.38	c |      4933 |     288     2601     9792 |     1858     1363    111 |  0.001 % |
0.59/0.65	c |      7497 |     288     2601     9792 |     2044     1851    122 |  0.001 % |
1.00/1.06	c |     11341 |     288     2601     9792 |     2248     1180    107 |  0.001 % |
1.69/1.78	c |     17107 |     288     2601     9792 |     2473     2035    118 |  0.001 % |
2.59/2.68	c |     25756 |     288     2601     9792 |     2721     2601    113 |  0.001 % |
4.40/4.49	c |     38730 |     288     2601     9792 |     2993     2368    127 |  0.001 % |
7.39/7.43	c |     58191 |     288     2601     9792 |     3292     2627    128 |  0.001 % |
11.89/11.95	c |     87383 |     288     2601     9792 |     3621     2005    120 |  0.001 % |
18.99/19.06	c |    131175 |     288     2601     9792 |     3983     3667    117 |  0.001 % |
29.98/30.01	c |    196860 |     288     2601     9792 |     4382     2215    117 |  0.001 % |
47.98/48.08	c |    295387 |     288     2601     9792 |     4820     4312    125 |  0.001 % |
77.07/77.17	c |    443177 |     288     2601     9792 |     5302     3873    121 |  0.001 % |
119.46/119.50	c |    664861 |     288     2601     9792 |     5832     5162    113 |  0.001 % |
186.84/186.93	c |    997386 |     288     2601     9792 |     6416     5808    118 |  0.001 % |
300.71/300.89	c |   1496176 |     288     2601     9792 |     7057     5015    114 |  0.001 % |
481.07/481.27	c |   2244358 |     288     2601     9792 |     7763     5754    116 |  0.001 % |
764.09/764.39	c |   3366634 |     288     2601     9792 |     8539     5384    120 |  0.001 % |

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-1730517-1240760330/watcher-1730517-1240760330 -o /tmp/evaluation-result-1730517-1240760330/solver-1730517-1240760330 -C 1200 -W 1800 -M 1800 --output-limit 1,15 HOME/varsat-industrial_static -seed=1378162667 HOME/instance-1730517-1240760330.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.07 3/65 25081
/proc/meminfo: memFree=1468864/2055920 swapFree=4181316/4192956
[pid=25081] ppid=25079 vsize=2552 CPUtime=0
/proc/25081/stat : 25081 (varsat-industri) R 25079 25081 24571 0 -1 4194304 241 0 0 0 0 0 0 0 20 0 1 0 104062996 2613248 226 1992294400 4194304 5102648 548682068768 18446744073709551615 4263318 0 0 4096 3 0 0 0 17 1 0 0
/proc/25081/statm: 638 227 99 221 0 414 0

[startup+0.053684 s]
/proc/loadavg: 1.00 1.00 1.07 3/65 25081
/proc/meminfo: memFree=1468864/2055920 swapFree=4181316/4192956
[pid=25081] ppid=25079 vsize=2684 CPUtime=0.05
/proc/25081/stat : 25081 (varsat-industri) R 25079 25081 24571 0 -1 4194304 304 0 0 0 5 0 0 0 20 0 1 0 104062996 2748416 289 1992294400 4194304 5102648 548682068768 18446744073709551615 4491703 0 0 4096 3 0 0 0 17 1 0 0
/proc/25081/statm: 671 290 111 221 0 447 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 2684

[startup+0.10169 s]
/proc/loadavg: 1.00 1.00 1.07 3/65 25081
/proc/meminfo: memFree=1468864/2055920 swapFree=4181316/4192956
[pid=25081] ppid=25079 vsize=3080 CPUtime=0.09
/proc/25081/stat : 25081 (varsat-industri) R 25079 25081 24571 0 -1 4194304 400 0 0 0 9 0 0 0 20 0 1 0 104062996 3153920 385 1992294400 4194304 5102648 548682068768 18446744073709551615 4491703 0 0 4096 3 0 0 0 17 1 0 0
/proc/25081/statm: 770 385 111 221 0 546 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 3080

[startup+0.30171 s]
/proc/loadavg: 1.00 1.00 1.07 3/65 25081
/proc/meminfo: memFree=1468864/2055920 swapFree=4181316/4192956
[pid=25081] ppid=25079 vsize=3608 CPUtime=0.29
/proc/25081/stat : 25081 (varsat-industri) R 25079 25081 24571 0 -1 4194304 522 0 0 0 29 0 0 0 22 0 1 0 104062996 3694592 507 1992294400 4194304 5102648 548682068768 18446744073709551615 4249876 0 0 4096 3 0 0 0 17 1 0 0
/proc/25081/statm: 902 507 111 221 0 678 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 3608

[startup+0.701752 s]
/proc/loadavg: 1.00 1.00 1.07 3/65 25081
/proc/meminfo: memFree=1468864/2055920 swapFree=4181316/4192956
[pid=25081] ppid=25079 vsize=4004 CPUtime=0.69
/proc/25081/stat : 25081 (varsat-industri) R 25079 25081 24571 0 -1 4194304 640 0 0 0 69 0 0 0 25 0 1 0 104062996 4100096 625 1992294400 4194304 5102648 548682068768 18446744073709551615 4227576 0 0 4096 3 0 0 0 17 1 0 0
/proc/25081/statm: 1001 625 111 221 0 777 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 4004

[startup+1.50184 s]
/proc/loadavg: 1.00 1.00 1.07 2/66 25082
/proc/meminfo: memFree=1466680/2055920 swapFree=4181316/4192956
[pid=25081] ppid=25079 vsize=4536 CPUtime=1.49
/proc/25081/stat : 25081 (varsat-industri) R 25079 25081 24571 0 -1 4194304 745 0 0 0 149 0 0 0 25 0 1 0 104062996 4644864 730 1992294400 4194304 5102648 548682068768 18446744073709551615 4249872 0 0 4096 3 0 0 0 17 1 0 0
/proc/25081/statm: 1134 730 111 221 0 910 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 4536

[startup+3.102 s]
/proc/loadavg: 1.00 1.00 1.07 2/66 25082
/proc/meminfo: memFree=1466040/2055920 swapFree=4181316/4192956
[pid=25081] ppid=25079 vsize=5064 CPUtime=3.09
/proc/25081/stat : 25081 (varsat-industri) R 25079 25081 24571 0 -1 4194304 888 0 0 0 309 0 0 0 25 0 1 0 104062996 5185536 873 1992294400 4194304 5102648 548682068768 18446744073709551615 4249876 0 0 4096 3 0 0 0 17 1 0 0
/proc/25081/statm: 1266 873 111 221 0 1042 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 5064

[startup+6.30134 s]
/proc/loadavg: 1.00 1.00 1.07 2/66 25082
/proc/meminfo: memFree=1464824/2055920 swapFree=4181316/4192956
[pid=25081] ppid=25079 vsize=5724 CPUtime=6.29
/proc/25081/stat : 25081 (varsat-industri) R 25079 25081 24571 0 -1 4194304 1055 0 0 0 629 0 0 0 25 0 1 0 104062996 5861376 1040 1992294400 4194304 5102648 548682068768 18446744073709551615 4228023 0 0 4096 3 0 0 0 17 1 0 0
/proc/25081/statm: 1431 1040 111 221 0 1207 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 5724

[startup+12.702 s]
/proc/loadavg: 1.00 1.00 1.07 2/66 25082
/proc/meminfo: memFree=1464184/2055920 swapFree=4181316/4192956
[pid=25081] ppid=25079 vsize=6396 CPUtime=12.69
/proc/25081/stat : 25081 (varsat-industri) R 25079 25081 24571 0 -1 4194304 1235 0 0 0 1269 0 0 0 25 0 1 0 104062996 6549504 1220 1992294400 4194304 5102648 548682068768 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/25081/statm: 1599 1220 111 221 0 1375 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 6396

[startup+25.5013 s]
/proc/loadavg: 1.00 1.00 1.07 2/66 25082
/proc/meminfo: memFree=1463032/2055920 swapFree=4181316/4192956
[pid=25081] ppid=25079 vsize=7472 CPUtime=25.48
/proc/25081/stat : 25081 (varsat-industri) R 25079 25081 24571 0 -1 4194304 1502 0 0 0 2548 0 0 0 25 0 1 0 104062996 7651328 1487 1992294400 4194304 5102648 548682068768 18446744073709551615 4249876 0 0 4096 3 0 0 0 17 1 0 0
/proc/25081/statm: 1868 1487 111 221 0 1644 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 7472

[startup+51.102 s]
/proc/loadavg: 1.00 1.00 1.07 2/66 25082
/proc/meminfo: memFree=1461688/2055920 swapFree=4181316/4192956
[pid=25081] ppid=25079 vsize=8840 CPUtime=51.08
/proc/25081/stat : 25081 (varsat-industri) R 25079 25081 24571 0 -1 4194304 1839 0 0 0 5108 0 0 0 25 0 1 0 104062996 9052160 1824 1992294400 4194304 5102648 548682068768 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/25081/statm: 2210 1824 111 221 0 1986 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 8840

[startup+102.305 s]
/proc/loadavg: 1.00 1.00 1.06 2/66 25082
/proc/meminfo: memFree=1459960/2055920 swapFree=4181316/4192956
[pid=25081] ppid=25079 vsize=10700 CPUtime=102.27
/proc/25081/stat : 25081 (varsat-industri) R 25079 25081 24571 0 -1 4194304 2249 0 0 0 10226 1 0 0 25 0 1 0 104062996 10956800 2234 1992294400 4194304 5102648 548682068768 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/25081/statm: 2675 2234 111 221 0 2451 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 10700

[startup+162.302 s]
/proc/loadavg: 1.00 1.00 1.06 2/66 25082
/proc/meminfo: memFree=1459256/2055920 swapFree=4181316/4192956
[pid=25081] ppid=25079 vsize=11392 CPUtime=162.25
/proc/25081/stat : 25081 (varsat-industri) R 25079 25081 24571 0 -1 4194304 2430 0 0 0 16224 1 0 0 25 0 1 0 104062996 11665408 2415 1992294400 4194304 5102648 548682068768 18446744073709551615 4249064 0 0 4096 3 0 0 0 17 1 0 0
/proc/25081/statm: 2848 2415 111 221 0 2624 0
Current children cumulated CPU time (s) 162.25
Current children cumulated vsize (KiB) 11392

[startup+222.302 s]
/proc/loadavg: 1.00 1.00 1.05 2/66 25082
/proc/meminfo: memFree=1458104/2055920 swapFree=4181316/4192956
[pid=25081] ppid=25079 vsize=12524 CPUtime=222.23
/proc/25081/stat : 25081 (varsat-industri) R 25079 25081 24571 0 -1 4194304 2707 0 0 0 22222 1 0 0 25 0 1 0 104062996 12824576 2692 1992294400 4194304 5102648 548682068768 18446744073709551615 4249070 0 0 4096 3 0 0 0 17 1 0 0
/proc/25081/statm: 3131 2692 111 221 0 2907 0
Current children cumulated CPU time (s) 222.23
Current children cumulated vsize (KiB) 12524

[startup+282.301 s]
/proc/loadavg: 1.00 1.00 1.05 2/66 25082
/proc/meminfo: memFree=1457784/2055920 swapFree=4181316/4192956
[pid=25081] ppid=25079 vsize=12852 CPUtime=282.21
/proc/25081/stat : 25081 (varsat-industri) R 25079 25081 24571 0 -1 4194304 2777 0 0 0 28220 1 0 0 25 0 1 0 104062996 13160448 2762 1992294400 4194304 5102648 548682068768 18446744073709551615 4249879 0 0 4096 3 0 0 0 17 1 0 0
/proc/25081/statm: 3213 2762 111 221 0 2989 0
Current children cumulated CPU time (s) 282.21
Current children cumulated vsize (KiB) 12852

[startup+342.301 s]
/proc/loadavg: 1.00 1.00 1.04 2/66 25082
/proc/meminfo: memFree=1456632/2055920 swapFree=4181316/4192956
[pid=25081] ppid=25079 vsize=14000 CPUtime=342.2
/proc/25081/stat : 25081 (varsat-industri) R 25079 25081 24571 0 -1 4194304 3076 0 0 0 34218 2 0 0 25 0 1 0 104062996 14336000 3061 1992294400 4194304 5102648 548682068768 18446744073709551615 4249879 0 0 4096 3 0 0 0 17 1 0 0
/proc/25081/statm: 3500 3061 111 221 0 3276 0
Current children cumulated CPU time (s) 342.2
Current children cumulated vsize (KiB) 14000

[startup+402.302 s]
/proc/loadavg: 1.00 1.00 1.04 2/66 25082
/proc/meminfo: memFree=1456120/2055920 swapFree=4181316/4192956
[pid=25081] ppid=25079 vsize=14508 CPUtime=402.19
/proc/25081/stat : 25081 (varsat-industri) R 25079 25081 24571 0 -1 4194304 3189 0 0 0 40217 2 0 0 25 0 1 0 104062996 14856192 3174 1992294400 4194304 5102648 548682068768 18446744073709551615 4249879 0 0 4096 3 0 0 0 17 1 0 0
/proc/25081/statm: 3627 3174 111 221 0 3403 0
Current children cumulated CPU time (s) 402.19
Current children cumulated vsize (KiB) 14508

[startup+462.301 s]
/proc/loadavg: 1.00 1.00 1.03 2/66 25082
/proc/meminfo: memFree=1455480/2055920 swapFree=4181316/4192956
[pid=25081] ppid=25079 vsize=15268 CPUtime=462.17
/proc/25081/stat : 25081 (varsat-industri) R 25079 25081 24571 0 -1 4194304 3351 0 0 0 46215 2 0 0 25 0 1 0 104062996 15634432 3336 1992294400 4194304 5102648 548682068768 18446744073709551615 4249876 0 0 4096 3 0 0 0 17 1 0 0
/proc/25081/statm: 3817 3336 111 221 0 3593 0
Current children cumulated CPU time (s) 462.17
Current children cumulated vsize (KiB) 15268

[startup+522.301 s]
/proc/loadavg: 1.00 1.00 1.02 2/66 25082
/proc/meminfo: memFree=1454712/2055920 swapFree=4181316/4192956
[pid=25081] ppid=25079 vsize=16100 CPUtime=522.15
/proc/25081/stat : 25081 (varsat-industri) R 25079 25081 24571 0 -1 4194304 3542 0 0 0 52213 2 0 0 25 0 1 0 104062996 16486400 3527 1992294400 4194304 5102648 548682068768 18446744073709551615 4249879 0 0 4096 3 0 0 0 17 1 0 0
/proc/25081/statm: 4025 3527 111 221 0 3801 0
Current children cumulated CPU time (s) 522.15
Current children cumulated vsize (KiB) 16100

[startup+582.302 s]
/proc/loadavg: 1.00 1.00 1.02 2/66 25082
/proc/meminfo: memFree=1454328/2055920 swapFree=4181316/4192956
[pid=25081] ppid=25079 vsize=16564 CPUtime=582.14
/proc/25081/stat : 25081 (varsat-industri) R 25079 25081 24571 0 -1 4194304 3637 0 0 0 58212 2 0 0 25 0 1 0 104062996 16961536 3622 1992294400 4194304 5102648 548682068768 18446744073709551615 4249923 0 0 4096 3 0 0 0 17 1 0 0
/proc/25081/statm: 4141 3622 111 221 0 3917 0
Current children cumulated CPU time (s) 582.14
Current children cumulated vsize (KiB) 16564

[startup+642.302 s]
/proc/loadavg: 1.00 1.00 1.01 2/66 25082
/proc/meminfo: memFree=1453944/2055920 swapFree=4181316/4192956
[pid=25081] ppid=25079 vsize=16904 CPUtime=642.13
/proc/25081/stat : 25081 (varsat-industri) R 25079 25081 24571 0 -1 4194304 3724 0 0 0 64211 2 0 0 25 0 1 0 104062996 17309696 3709 1992294400 4194304 5102648 548682068768 18446744073709551615 4249849 0 0 4096 3 0 0 0 17 1 0 0
/proc/25081/statm: 4226 3709 111 221 0 4002 0
Current children cumulated CPU time (s) 642.13
Current children cumulated vsize (KiB) 16904

[startup+702.301 s]
/proc/loadavg: 1.00 1.00 1.01 2/66 25082
/proc/meminfo: memFree=1453752/2055920 swapFree=4181316/4192956
[pid=25081] ppid=25079 vsize=17052 CPUtime=702.11
/proc/25081/stat : 25081 (varsat-industri) R 25079 25081 24571 0 -1 4194304 3773 0 0 0 70209 2 0 0 25 0 1 0 104062996 17461248 3758 1992294400 4194304 5102648 548682068768 18446744073709551615 4249797 0 0 4096 3 0 0 0 17 1 0 0
/proc/25081/statm: 4263 3758 111 221 0 4039 0
Current children cumulated CPU time (s) 702.11
Current children cumulated vsize (KiB) 17052

[startup+762.305 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 25082
/proc/meminfo: memFree=1453560/2055920 swapFree=4181316/4192956
[pid=25081] ppid=25079 vsize=17368 CPUtime=762.1
/proc/25081/stat : 25081 (varsat-industri) R 25079 25081 24571 0 -1 4194304 3816 0 0 0 76208 2 0 0 25 0 1 0 104062996 17784832 3801 1992294400 4194304 5102648 548682068768 18446744073709551615 4249876 0 0 4096 3 0 0 0 17 1 0 0
/proc/25081/statm: 4342 3801 111 221 0 4118 0
Current children cumulated CPU time (s) 762.1
Current children cumulated vsize (KiB) 17368

[startup+822.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 25082
/proc/meminfo: memFree=1452600/2055920 swapFree=4181316/4192956
[pid=25081] ppid=25079 vsize=18384 CPUtime=822.08
/proc/25081/stat : 25081 (varsat-industri) R 25079 25081 24571 0 -1 4194304 4052 0 0 0 82206 2 0 0 25 0 1 0 104062996 18825216 4037 1992294400 4194304 5102648 548682068768 18446744073709551615 4249867 0 0 4096 3 0 0 0 17 1 0 0
/proc/25081/statm: 4596 4037 111 221 0 4372 0
Current children cumulated CPU time (s) 822.08
Current children cumulated vsize (KiB) 18384

[startup+882.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 25082
/proc/meminfo: memFree=1452216/2055920 swapFree=4181316/4192956
[pid=25081] ppid=25079 vsize=18736 CPUtime=882.07
/proc/25081/stat : 25081 (varsat-industri) R 25079 25081 24571 0 -1 4194304 4144 0 0 0 88204 3 0 0 25 0 1 0 104062996 19185664 4129 1992294400 4194304 5102648 548682068768 18446744073709551615 4249033 0 0 4096 3 0 0 0 17 1 0 0
/proc/25081/statm: 4684 4129 111 221 0 4460 0
Current children cumulated CPU time (s) 882.07
Current children cumulated vsize (KiB) 18736

[startup+942.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 25082
/proc/meminfo: memFree=1451704/2055920 swapFree=4181316/4192956
[pid=25081] ppid=25079 vsize=19224 CPUtime=942.05
/proc/25081/stat : 25081 (varsat-industri) R 25079 25081 24571 0 -1 4194304 4271 0 0 0 94202 3 0 0 25 0 1 0 104062996 19685376 4256 1992294400 4194304 5102648 548682068768 18446744073709551615 4249876 0 0 4096 3 0 0 0 17 1 0 0
/proc/25081/statm: 4806 4256 111 221 0 4582 0
Current children cumulated CPU time (s) 942.05
Current children cumulated vsize (KiB) 19224

[startup+1002.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 25082
/proc/meminfo: memFree=1451576/2055920 swapFree=4181316/4192956
[pid=25081] ppid=25079 vsize=19384 CPUtime=1002.04
/proc/25081/stat : 25081 (varsat-industri) R 25079 25081 24571 0 -1 4194304 4289 0 0 0 100201 3 0 0 25 0 1 0 104062996 19849216 4274 1992294400 4194304 5102648 548682068768 18446744073709551615 4249879 0 0 4096 3 0 0 0 17 1 0 0
/proc/25081/statm: 4846 4274 111 221 0 4622 0
Current children cumulated CPU time (s) 1002.04
Current children cumulated vsize (KiB) 19384

[startup+1062.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 25082
/proc/meminfo: memFree=1451512/2055920 swapFree=4181316/4192956
[pid=25081] ppid=25079 vsize=19384 CPUtime=1062.02
/proc/25081/stat : 25081 (varsat-industri) R 25079 25081 24571 0 -1 4194304 4315 0 0 0 106199 3 0 0 25 0 1 0 104062996 19849216 4300 1992294400 4194304 5102648 548682068768 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/25081/statm: 4846 4300 111 221 0 4622 0
Current children cumulated CPU time (s) 1062.02
Current children cumulated vsize (KiB) 19384

[startup+1122.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 25082
/proc/meminfo: memFree=1451064/2055920 swapFree=4181316/4192956
[pid=25081] ppid=25079 vsize=19800 CPUtime=1122
/proc/25081/stat : 25081 (varsat-industri) R 25079 25081 24571 0 -1 4194304 4416 0 0 0 112197 3 0 0 25 0 1 0 104062996 20275200 4401 1992294400 4194304 5102648 548682068768 18446744073709551615 4249867 0 0 4096 3 0 0 0 17 1 0 0
/proc/25081/statm: 4950 4401 111 221 0 4726 0
Current children cumulated CPU time (s) 1122
Current children cumulated vsize (KiB) 19800

[startup+1182.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 25082
/proc/meminfo: memFree=1451000/2055920 swapFree=4181316/4192956
[pid=25081] ppid=25079 vsize=19988 CPUtime=1181.99
/proc/25081/stat : 25081 (varsat-industri) R 25079 25081 24571 0 -1 4194304 4430 0 0 0 118196 3 0 0 25 0 1 0 104062996 20467712 4415 1992294400 4194304 5102648 548682068768 18446744073709551615 4249858 0 0 4096 3 0 0 0 17 1 0 0
/proc/25081/statm: 4997 4415 111 221 0 4773 0
Current children cumulated CPU time (s) 1181.99
Current children cumulated vsize (KiB) 19988



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.4 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 25082
/proc/meminfo: memFree=1450936/2055920 swapFree=4181316/4192956
[pid=25081] ppid=25079 vsize=19988 CPUtime=1200.09
/proc/25081/stat : 25081 (varsat-industri) R 25079 25081 24571 0 -1 4194304 4444 0 0 0 120006 3 0 0 25 0 1 0 104062996 20467712 4429 1992294400 4194304 5102648 548682068768 18446744073709551615 4249843 0 0 4096 3 0 0 0 17 1 0 0
/proc/25081/statm: 4997 4429 111 221 0 4773 0
Current children cumulated CPU time (s) 1200.09
Current children cumulated vsize (KiB) 19988

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.1
CPU user time (s): 1200.06
CPU system time (s): 0.035994
CPU usage (%): 99.9743
Max. virtual memory (cumulated for all children) (KiB): 19988

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

runsolver used 1.41778 second user time and 2.88256 second system time

The end

Launcher Data

Begin job on node79 at 2009-04-26 17:38:50
IDJOB=1730517
IDBENCH=24731
IDSOLVER=538
FILE ID=node79/1730517-1240760330
PBS_JOBID= 9187074
Free space on /tmp= 66164 MiB

SOLVER NAME= VARSAT-industrial 2009-03-22
BENCH NAME= SAT07/crafted/Difficult/contest05/sabharwal/counting-harder-php-018-017.sat05-1189.reshuffled-07.cnf
COMMAND LINE= HOME/varsat-industrial_static -seed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1730517-1240760330/watcher-1730517-1240760330 -o /tmp/evaluation-result-1730517-1240760330/solver-1730517-1240760330 -C 1200 -W 1800 -M 1800 --output-limit 1,15  HOME/varsat-industrial_static -seed=1378162667 HOME/instance-1730517-1240760330.cnf

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

MD5SUM BENCH= 51a1a3a012cf07e3662164064eca4702
RANDOM SEED=1378162667

node79.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.220
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.220
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:       1469344 kB
Buffers:         67048 kB
Cached:         442308 kB
SwapCached:       5880 kB
Active:         221284 kB
Inactive:       296256 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1469344 kB
SwapTotal:     4192956 kB
SwapFree:      4181316 kB
Dirty:            1044 kB
Writeback:           0 kB
Mapped:          13560 kB
Slab:            55052 kB
Committed_AS:   392052 kB
PageTables:       1384 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= 66164 MiB
End job on node79 at 2009-04-26 17:58:52