Trace number 1785250

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.07 5001.41

General information on the benchmark

Namecrafted/Difficult/contest05/others/
pmg-13-UNSAT.sat05-3941.reshuffled-07.cnf
MD5SUM9ce7a6a007310fa075cda4060c50d29c
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark16.0286
Satisfiable
(Un)Satisfiability was proved
Number of variables409
Number of clauses1362
Sum of the clauses size4084
Maximum clause length3
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 22
Number of clauses of size 31360
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:  409                                                  |
0.00/0.00	c |  Number of clauses:    1362                                                 |
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:          588681544.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 |     223      816     2432 |      272        0    nan |  0.000 % |
0.00/0.01	c |       100 |     223      816     2432 |      299      100     26 |  0.001 % |
0.00/0.01	c |       250 |     223      816     2432 |      329      250     29 |  0.001 % |
0.00/0.02	c |       475 |     223      816     2432 |      362      475     29 |  0.001 % |
0.00/0.03	c |       812 |     223      816     2432 |      398      313     25 |  0.001 % |
0.00/0.04	c |      1319 |     223      816     2432 |      438      547     27 |  0.001 % |
0.00/0.06	c |      2078 |     223      816     2432 |      481      444     24 |  0.001 % |
0.08/0.09	c |      3218 |     223      816     2432 |      530      626     28 |  0.001 % |
0.09/0.15	c |      4926 |     223      816     2432 |      583      663     29 |  0.001 % |
0.19/0.23	c |      7488 |     223      816     2432 |      641      382     22 |  0.001 % |
0.29/0.35	c |     11332 |     223      816     2432 |      705      419     19 |  0.001 % |
0.49/0.55	c |     17099 |     223      816     2432 |      776      722     30 |  0.001 % |
0.79/0.83	c |     25750 |     223      816     2432 |      853      665     27 |  0.001 % |
1.19/1.29	c |     38726 |     223      816     2432 |      939      985     32 |  0.001 % |
1.99/2.03	c |     58190 |     223      816     2432 |     1032      870     29 |  0.001 % |
3.09/3.14	c |     87385 |     223      816     2432 |     1136      936     32 |  0.001 % |
4.79/4.90	c |    131174 |     223      816     2432 |     1249      850     29 |  0.001 % |
7.39/7.49	c |    196859 |     223      816     2432 |     1374     1254     35 |  0.001 % |
11.49/11.51	c |    295385 |     223      816     2432 |     1512     1071     30 |  0.001 % |
17.69/17.72	c |    443175 |     223      816     2432 |     1663     1279     36 |  0.001 % |
27.28/27.34	c |    664858 |     223      816     2432 |     1829     1192     34 |  0.001 % |
42.28/42.35	c |    997383 |     223      816     2432 |     2012     1117     31 |  0.001 % |
66.37/66.41	c |   1496172 |     223      816     2432 |     2214     1329     37 |  0.001 % |
103.46/103.53	c |   2244355 |     223      816     2432 |     2435     1426     33 |  0.001 % |
161.55/161.64	c |   3366629 |     223      816     2432 |     2679     1516     34 |  0.001 % |
252.22/252.31	c |   5050041 |     223      816     2432 |     2947     2649     34 |  0.001 % |
392.99/393.12	c |   7575159 |     223      816     2432 |     3241     2518     38 |  0.001 % |
614.64/614.83	c |  11362835 |     223      816     2432 |     3565     1708     31 |  0.001 % |
948.04/948.39	c |  17044347 |     223      816     2432 |     3922     2780     37 |  0.001 % |
1486.20/1486.64	c |  25566617 |     223      816     2432 |     4314     2459     38 |  0.001 % |
2310.27/2310.97	c |  38350023 |     223      816     2432 |     4746     3061     40 |  0.001 % |
3641.61/3642.60	c |  57525129 |     223      816     2432 |     5220     3709     41 |  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-1785250-1241899880/watcher-1785250-1241899880 -o /tmp/evaluation-result-1785250-1241899880/solver-1785250-1241899880 -C 5000 -W 6000 -M 1800 HOME/varsat-industrial_static -seed=588681544 HOME/instance-1785250-1241899880.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: 0.99 0.97 0.98 3/65 28277
/proc/meminfo: memFree=1871456/2055920 swapFree=4159908/4192956
[pid=28277] ppid=28275 vsize=2416 CPUtime=0
/proc/28277/stat : 28277 (varsat-industri) R 28275 28277 28047 0 -1 4194304 217 0 0 0 0 0 0 0 18 0 1 0 218021154 2473984 202 1992294400 4194304 5102648 548682068784 18446744073709551615 4516080 0 0 4096 3 0 0 0 17 1 0 0
/proc/28277/statm: 604 202 100 221 0 380 0

[startup+0.0834 s]
/proc/loadavg: 0.99 0.97 0.98 3/65 28277
/proc/meminfo: memFree=1871456/2055920 swapFree=4159908/4192956
[pid=28277] ppid=28275 vsize=2548 CPUtime=0.08
/proc/28277/stat : 28277 (varsat-industri) R 28275 28277 28047 0 -1 4194304 257 0 0 0 8 0 0 0 18 0 1 0 218021154 2609152 242 1992294400 4194304 5102648 548682068784 18446744073709551615 4249797 0 0 4096 3 0 0 0 17 1 0 0
/proc/28277/statm: 637 242 112 221 0 413 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 2548

[startup+0.101402 s]
/proc/loadavg: 0.99 0.97 0.98 3/65 28277
/proc/meminfo: memFree=1871456/2055920 swapFree=4159908/4192956
[pid=28277] ppid=28275 vsize=2548 CPUtime=0.09
/proc/28277/stat : 28277 (varsat-industri) R 28275 28277 28047 0 -1 4194304 259 0 0 0 9 0 0 0 18 0 1 0 218021154 2609152 244 1992294400 4194304 5102648 548682068784 18446744073709551615 4250196 0 0 4096 3 0 0 0 17 1 0 0
/proc/28277/statm: 637 244 112 221 0 413 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 2548

[startup+0.301424 s]
/proc/loadavg: 0.99 0.97 0.98 3/65 28277
/proc/meminfo: memFree=1871456/2055920 swapFree=4159908/4192956
[pid=28277] ppid=28275 vsize=2676 CPUtime=0.29
/proc/28277/stat : 28277 (varsat-industri) R 28275 28277 28047 0 -1 4194304 278 0 0 0 29 0 0 0 19 0 1 0 218021154 2740224 263 1992294400 4194304 5102648 548682068784 18446744073709551615 4249791 0 0 4096 3 0 0 0 17 1 0 0
/proc/28277/statm: 669 263 112 221 0 445 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 2676

[startup+0.70147 s]
/proc/loadavg: 0.99 0.97 0.98 3/65 28277
/proc/meminfo: memFree=1871456/2055920 swapFree=4159908/4192956
[pid=28277] ppid=28275 vsize=2676 CPUtime=0.69
/proc/28277/stat : 28277 (varsat-industri) R 28275 28277 28047 0 -1 4194304 301 0 0 0 69 0 0 0 22 0 1 0 218021154 2740224 286 1992294400 4194304 5102648 548682068784 18446744073709551615 4227658 0 0 4096 3 0 0 0 17 1 0 0
/proc/28277/statm: 669 286 112 221 0 445 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 2676

[startup+1.50156 s]
/proc/loadavg: 0.99 0.97 0.98 2/66 28278
/proc/meminfo: memFree=1870680/2055920 swapFree=4159908/4192956
[pid=28277] ppid=28275 vsize=2808 CPUtime=1.49
/proc/28277/stat : 28277 (varsat-industri) R 28275 28277 28047 0 -1 4194304 335 0 0 0 149 0 0 0 25 0 1 0 218021154 2875392 320 1992294400 4194304 5102648 548682068784 18446744073709551615 4249806 0 0 4096 3 0 0 0 17 1 0 0
/proc/28277/statm: 702 320 112 221 0 478 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 2808

[startup+3.10174 s]
/proc/loadavg: 0.99 0.97 0.98 2/66 28278
/proc/meminfo: memFree=1870488/2055920 swapFree=4159908/4192956
[pid=28277] ppid=28275 vsize=2940 CPUtime=3.09
/proc/28277/stat : 28277 (varsat-industri) R 28275 28277 28047 0 -1 4194304 368 0 0 0 309 0 0 0 25 0 1 0 218021154 3010560 353 1992294400 4194304 5102648 548682068784 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/28277/statm: 735 353 112 221 0 511 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 2940

[startup+6.3011 s]
/proc/loadavg: 0.99 0.97 0.98 2/66 28278
/proc/meminfo: memFree=1870112/2055920 swapFree=4159908/4192956
[pid=28277] ppid=28275 vsize=3204 CPUtime=6.29
/proc/28277/stat : 28277 (varsat-industri) R 28275 28277 28047 0 -1 4194304 414 0 0 0 629 0 0 0 25 0 1 0 218021154 3280896 399 1992294400 4194304 5102648 548682068784 18446744073709551615 4249884 0 0 4096 3 0 0 0 17 1 0 0
/proc/28277/statm: 801 399 112 221 0 577 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 3204

[startup+12.7018 s]
/proc/loadavg: 0.99 0.97 0.98 2/66 28278
/proc/meminfo: memFree=1869856/2055920 swapFree=4159908/4192956
[pid=28277] ppid=28275 vsize=3472 CPUtime=12.69
/proc/28277/stat : 28277 (varsat-industri) R 28275 28277 28047 0 -1 4194304 479 0 0 0 1269 0 0 0 25 0 1 0 218021154 3555328 464 1992294400 4194304 5102648 548682068784 18446744073709551615 4249876 0 0 4096 3 0 0 0 17 1 0 0
/proc/28277/statm: 868 464 112 221 0 644 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 3472

[startup+25.5013 s]
/proc/loadavg: 1.07 0.99 0.99 2/66 28278
/proc/meminfo: memFree=1869536/2055920 swapFree=4159908/4192956
[pid=28277] ppid=28275 vsize=3740 CPUtime=25.48
/proc/28277/stat : 28277 (varsat-industri) R 28275 28277 28047 0 -1 4194304 543 0 0 0 2548 0 0 0 25 0 1 0 218021154 3829760 528 1992294400 4194304 5102648 548682068784 18446744073709551615 4255312 0 0 4096 3 0 0 0 17 1 0 0
/proc/28277/statm: 935 528 112 221 0 711 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 3740

[startup+51.1012 s]
/proc/loadavg: 1.04 0.99 0.99 2/66 28278
/proc/meminfo: memFree=1869088/2055920 swapFree=4159908/4192956
[pid=28277] ppid=28275 vsize=4136 CPUtime=51.07
/proc/28277/stat : 28277 (varsat-industri) R 28275 28277 28047 0 -1 4194304 650 0 0 0 5107 0 0 0 25 0 1 0 218021154 4235264 635 1992294400 4194304 5102648 548682068784 18446744073709551615 4255299 0 0 4096 3 0 0 0 17 1 0 0
/proc/28277/statm: 1034 635 112 221 0 810 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 4136

[startup+102.306 s]
/proc/loadavg: 1.06 1.00 0.99 2/66 28278
/proc/meminfo: memFree=1868640/2055920 swapFree=4159908/4192956
[pid=28277] ppid=28275 vsize=4536 CPUtime=102.27
/proc/28277/stat : 28277 (varsat-industri) R 28275 28277 28047 0 -1 4194304 752 0 0 0 10227 0 0 0 25 0 1 0 218021154 4644864 737 1992294400 4194304 5102648 548682068784 18446744073709551615 4249806 0 0 4096 3 0 0 0 17 1 0 0
/proc/28277/statm: 1134 737 112 221 0 910 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 4536

[startup+162.302 s]
/proc/loadavg: 1.07 1.01 1.00 2/66 28278
/proc/meminfo: memFree=1868256/2055920 swapFree=4159908/4192956
[pid=28277] ppid=28275 vsize=4940 CPUtime=162.24
/proc/28277/stat : 28277 (varsat-industri) R 28275 28277 28047 0 -1 4194304 842 0 0 0 16224 0 0 0 25 0 1 0 218021154 5058560 827 1992294400 4194304 5102648 548682068784 18446744073709551615 4249876 0 0 4096 3 0 0 0 17 1 0 0
/proc/28277/statm: 1235 827 112 221 0 1011 0
Current children cumulated CPU time (s) 162.24
Current children cumulated vsize (KiB) 4940

[startup+222.302 s]
/proc/loadavg: 1.06 1.02 1.00 2/66 28278
/proc/meminfo: memFree=1868000/2055920 swapFree=4159908/4192956
[pid=28277] ppid=28275 vsize=5076 CPUtime=222.23
/proc/28277/stat : 28277 (varsat-industri) R 28275 28277 28047 0 -1 4194304 903 0 0 0 22222 1 0 0 25 0 1 0 218021154 5197824 888 1992294400 4194304 5102648 548682068784 18446744073709551615 4249884 0 0 4096 3 0 0 0 17 1 0 0
/proc/28277/statm: 1269 888 112 221 0 1045 0
Current children cumulated CPU time (s) 222.23
Current children cumulated vsize (KiB) 5076

[startup+282.301 s]
/proc/loadavg: 1.13 1.05 1.01 2/66 28278
/proc/meminfo: memFree=1867616/2055920 swapFree=4159908/4192956
[pid=28277] ppid=28275 vsize=5492 CPUtime=282.22
/proc/28277/stat : 28277 (varsat-industri) R 28275 28277 28047 0 -1 4194304 987 0 0 0 28221 1 0 0 25 0 1 0 218021154 5623808 972 1992294400 4194304 5102648 548682068784 18446744073709551615 4250291 0 0 4096 3 0 0 0 17 1 0 0
/proc/28277/statm: 1373 972 112 221 0 1149 0
Current children cumulated CPU time (s) 282.22
Current children cumulated vsize (KiB) 5492

[startup+342.301 s]
/proc/loadavg: 1.15 1.07 1.01 2/66 28278
/proc/meminfo: memFree=1867496/2055920 swapFree=4159908/4192956
[pid=28277] ppid=28275 vsize=5492 CPUtime=342.19
/proc/28277/stat : 28277 (varsat-industri) R 28275 28277 28047 0 -1 4194304 1014 0 0 0 34218 1 0 0 25 0 1 0 218021154 5623808 999 1992294400 4194304 5102648 548682068784 18446744073709551615 4255135 0 0 4096 3 0 0 0 17 1 0 0
/proc/28277/statm: 1373 999 112 221 0 1149 0
Current children cumulated CPU time (s) 342.19
Current children cumulated vsize (KiB) 5492

[startup+402.302 s]
/proc/loadavg: 1.23 1.10 1.02 2/66 28278
/proc/meminfo: memFree=1867240/2055920 swapFree=4159908/4192956
[pid=28277] ppid=28275 vsize=5748 CPUtime=402.19
/proc/28277/stat : 28277 (varsat-industri) R 28275 28277 28047 0 -1 4194304 1075 0 0 0 40217 2 0 0 25 0 1 0 218021154 5885952 1060 1992294400 4194304 5102648 548682068784 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/28277/statm: 1437 1060 112 221 0 1213 0
Current children cumulated CPU time (s) 402.19
Current children cumulated vsize (KiB) 5748

[startup+462.302 s]
/proc/loadavg: 1.22 1.11 1.03 2/66 28278
/proc/meminfo: memFree=1866984/2055920 swapFree=4159908/4192956
[pid=28277] ppid=28275 vsize=6024 CPUtime=462.17
/proc/28277/stat : 28277 (varsat-industri) R 28275 28277 28047 0 -1 4194304 1134 0 0 0 46215 2 0 0 25 0 1 0 218021154 6168576 1119 1992294400 4194304 5102648 548682068784 18446744073709551615 4249019 0 0 4096 3 0 0 0 17 1 0 0
/proc/28277/statm: 1506 1119 112 221 0 1282 0
Current children cumulated CPU time (s) 462.17
Current children cumulated vsize (KiB) 6024

[startup+522.301 s]
/proc/loadavg: 1.15 1.10 1.03 2/66 28278
/proc/meminfo: memFree=1866856/2055920 swapFree=4159908/4192956
[pid=28277] ppid=28275 vsize=6156 CPUtime=522.15
/proc/28277/stat : 28277 (varsat-industri) R 28275 28277 28047 0 -1 4194304 1153 0 0 0 52213 2 0 0 25 0 1 0 218021154 6303744 1138 1992294400 4194304 5102648 548682068784 18446744073709551615 4249843 0 0 4096 3 0 0 0 17 1 0 0
/proc/28277/statm: 1539 1138 112 221 0 1315 0
Current children cumulated CPU time (s) 522.15
Current children cumulated vsize (KiB) 6156

[startup+582.301 s]
/proc/loadavg: 1.11 1.10 1.03 2/66 28278
/proc/meminfo: memFree=1866856/2055920 swapFree=4159908/4192956
[pid=28277] ppid=28275 vsize=6156 CPUtime=582.13
/proc/28277/stat : 28277 (varsat-industri) R 28275 28277 28047 0 -1 4194304 1163 0 0 0 58211 2 0 0 25 0 1 0 218021154 6303744 1148 1992294400 4194304 5102648 548682068784 18446744073709551615 4249970 0 0 4096 3 0 0 0 17 1 0 0
/proc/28277/statm: 1539 1148 112 221 0 1315 0
Current children cumulated CPU time (s) 582.13
Current children cumulated vsize (KiB) 6156

[startup+642.301 s]
/proc/loadavg: 1.13 1.11 1.03 2/66 28278
/proc/meminfo: memFree=1866664/2055920 swapFree=4159908/4192956
[pid=28277] ppid=28275 vsize=6300 CPUtime=642.13
/proc/28277/stat : 28277 (varsat-industri) R 28275 28277 28047 0 -1 4194304 1194 0 0 0 64210 3 0 0 25 0 1 0 218021154 6451200 1179 1992294400 4194304 5102648 548682068784 18446744073709551615 4227412 0 0 4096 3 0 0 0 17 1 0 0
/proc/28277/statm: 1575 1179 112 221 0 1351 0
Current children cumulated CPU time (s) 642.13
Current children cumulated vsize (KiB) 6300

[startup+702.302 s]

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

[startup+4002.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 28286
/proc/meminfo: memFree=1862440/2055920 swapFree=4159908/4192956
[pid=28277] ppid=28275 vsize=9184 CPUtime=4001.22
/proc/28277/stat : 28277 (varsat-industri) R 28275 28277 28047 0 -1 4194304 1906 0 0 0 400109 13 0 0 25 0 1 0 218021154 9404416 1891 1992294400 4194304 5102648 548682068784 18446744073709551615 4249184 0 0 4096 3 0 0 0 17 1 0 0
/proc/28277/statm: 2296 1891 112 221 0 2072 0
Current children cumulated CPU time (s) 4001.22
Current children cumulated vsize (KiB) 9184

[startup+4062.31 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 28286
/proc/meminfo: memFree=1862440/2055920 swapFree=4159908/4192956
[pid=28277] ppid=28275 vsize=9184 CPUtime=4061.2
/proc/28277/stat : 28277 (varsat-industri) R 28275 28277 28047 0 -1 4194304 1910 0 0 0 406107 13 0 0 25 0 1 0 218021154 9404416 1895 1992294400 4194304 5102648 548682068784 18446744073709551615 4249791 0 0 4096 3 0 0 0 17 1 0 0
/proc/28277/statm: 2296 1895 112 221 0 2072 0
Current children cumulated CPU time (s) 4061.2
Current children cumulated vsize (KiB) 9184

[startup+4122.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 28286
/proc/meminfo: memFree=1862376/2055920 swapFree=4159908/4192956
[pid=28277] ppid=28275 vsize=9332 CPUtime=4121.19
/proc/28277/stat : 28277 (varsat-industri) R 28275 28277 28047 0 -1 4194304 1918 0 0 0 412105 14 0 0 25 0 1 0 218021154 9555968 1903 1992294400 4194304 5102648 548682068784 18446744073709551615 4249901 0 0 4096 3 0 0 0 17 1 0 0
/proc/28277/statm: 2333 1903 112 221 0 2109 0
Current children cumulated CPU time (s) 4121.19
Current children cumulated vsize (KiB) 9332

[startup+4182.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 28286
/proc/meminfo: memFree=1862376/2055920 swapFree=4159908/4192956
[pid=28277] ppid=28275 vsize=9332 CPUtime=4181.17
/proc/28277/stat : 28277 (varsat-industri) R 28275 28277 28047 0 -1 4194304 1922 0 0 0 418103 14 0 0 25 0 1 0 218021154 9555968 1907 1992294400 4194304 5102648 548682068784 18446744073709551615 4491080 0 0 4096 3 0 0 0 17 1 0 0
/proc/28277/statm: 2333 1907 112 221 0 2109 0
Current children cumulated CPU time (s) 4181.17
Current children cumulated vsize (KiB) 9332

[startup+4242.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 28286
/proc/meminfo: memFree=1862248/2055920 swapFree=4159908/4192956
[pid=28277] ppid=28275 vsize=9332 CPUtime=4241.16
/proc/28277/stat : 28277 (varsat-industri) R 28275 28277 28047 0 -1 4194304 1930 0 0 0 424102 14 0 0 25 0 1 0 218021154 9555968 1915 1992294400 4194304 5102648 548682068784 18446744073709551615 4255486 0 0 4096 3 0 0 0 17 1 0 0
/proc/28277/statm: 2333 1915 112 221 0 2109 0
Current children cumulated CPU time (s) 4241.16
Current children cumulated vsize (KiB) 9332

[startup+4302.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 28286
/proc/meminfo: memFree=1862184/2055920 swapFree=4159908/4192956
[pid=28277] ppid=28275 vsize=9332 CPUtime=4301.14
/proc/28277/stat : 28277 (varsat-industri) R 28275 28277 28047 0 -1 4194304 1936 0 0 0 430100 14 0 0 25 0 1 0 218021154 9555968 1921 1992294400 4194304 5102648 548682068784 18446744073709551615 4249803 0 0 4096 3 0 0 0 17 1 0 0
/proc/28277/statm: 2333 1921 112 221 0 2109 0
Current children cumulated CPU time (s) 4301.14
Current children cumulated vsize (KiB) 9332

[startup+4362.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 28286
/proc/meminfo: memFree=1862120/2055920 swapFree=4159908/4192956
[pid=28277] ppid=28275 vsize=9332 CPUtime=4361.12
/proc/28277/stat : 28277 (varsat-industri) R 28275 28277 28047 0 -1 4194304 1942 0 0 0 436098 14 0 0 25 0 1 0 218021154 9555968 1927 1992294400 4194304 5102648 548682068784 18446744073709551615 4249879 0 0 4096 3 0 0 0 17 1 0 0
/proc/28277/statm: 2333 1927 112 221 0 2109 0
Current children cumulated CPU time (s) 4361.12
Current children cumulated vsize (KiB) 9332

[startup+4422.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 28286
/proc/meminfo: memFree=1862120/2055920 swapFree=4159908/4192956
[pid=28277] ppid=28275 vsize=9468 CPUtime=4421.11
/proc/28277/stat : 28277 (varsat-industri) R 28275 28277 28047 0 -1 4194304 1946 0 0 0 442096 15 0 0 25 0 1 0 218021154 9695232 1931 1992294400 4194304 5102648 548682068784 18446744073709551615 4255091 0 0 4096 3 0 0 0 17 1 0 0
/proc/28277/statm: 2367 1931 112 221 0 2143 0
Current children cumulated CPU time (s) 4421.11
Current children cumulated vsize (KiB) 9468

[startup+4482.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 28286
/proc/meminfo: memFree=1862056/2055920 swapFree=4159908/4192956
[pid=28277] ppid=28275 vsize=9468 CPUtime=4481.09
/proc/28277/stat : 28277 (varsat-industri) R 28275 28277 28047 0 -1 4194304 1952 0 0 0 448094 15 0 0 25 0 1 0 218021154 9695232 1937 1992294400 4194304 5102648 548682068784 18446744073709551615 4249129 0 0 4096 3 0 0 0 17 1 0 0
/proc/28277/statm: 2367 1937 112 221 0 2143 0
Current children cumulated CPU time (s) 4481.09
Current children cumulated vsize (KiB) 9468

[startup+4542.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 28286
/proc/meminfo: memFree=1861992/2055920 swapFree=4159908/4192956
[pid=28277] ppid=28275 vsize=9468 CPUtime=4541.08
/proc/28277/stat : 28277 (varsat-industri) R 28275 28277 28047 0 -1 4194304 1970 0 0 0 454093 15 0 0 25 0 1 0 218021154 9695232 1955 1992294400 4194304 5102648 548682068784 18446744073709551615 4254501 0 0 4096 3 0 0 0 17 1 0 0
/proc/28277/statm: 2367 1955 112 221 0 2143 0
Current children cumulated CPU time (s) 4541.08
Current children cumulated vsize (KiB) 9468

[startup+4602.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 28286
/proc/meminfo: memFree=1861928/2055920 swapFree=4159908/4192956
[pid=28277] ppid=28275 vsize=9616 CPUtime=4601.06
/proc/28277/stat : 28277 (varsat-industri) R 28275 28277 28047 0 -1 4194304 1976 0 0 0 460091 15 0 0 25 0 1 0 218021154 9846784 1961 1992294400 4194304 5102648 548682068784 18446744073709551615 4249753 0 0 4096 3 0 0 0 17 1 0 0
/proc/28277/statm: 2404 1961 112 221 0 2180 0
Current children cumulated CPU time (s) 4601.06
Current children cumulated vsize (KiB) 9616

[startup+4662.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 28286
/proc/meminfo: memFree=1861864/2055920 swapFree=4159908/4192956
[pid=28277] ppid=28275 vsize=9616 CPUtime=4661.05
/proc/28277/stat : 28277 (varsat-industri) R 28275 28277 28047 0 -1 4194304 1976 0 0 0 466089 16 0 0 25 0 1 0 218021154 9846784 1961 1992294400 4194304 5102648 548682068784 18446744073709551615 4249876 0 0 4096 3 0 0 0 17 1 0 0
/proc/28277/statm: 2404 1961 112 221 0 2180 0
Current children cumulated CPU time (s) 4661.05
Current children cumulated vsize (KiB) 9616

[startup+4722.31 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 28286
/proc/meminfo: memFree=1861864/2055920 swapFree=4159908/4192956
[pid=28277] ppid=28275 vsize=9616 CPUtime=4721.04
/proc/28277/stat : 28277 (varsat-industri) R 28275 28277 28047 0 -1 4194304 1976 0 0 0 472088 16 0 0 25 0 1 0 218021154 9846784 1961 1992294400 4194304 5102648 548682068784 18446744073709551615 4244339 0 0 4096 3 0 0 0 17 1 0 0
/proc/28277/statm: 2404 1961 112 221 0 2180 0
Current children cumulated CPU time (s) 4721.04
Current children cumulated vsize (KiB) 9616

[startup+4782.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 28286
/proc/meminfo: memFree=1861864/2055920 swapFree=4159908/4192956
[pid=28277] ppid=28275 vsize=9616 CPUtime=4781.01
/proc/28277/stat : 28277 (varsat-industri) R 28275 28277 28047 0 -1 4194304 1983 0 0 0 478085 16 0 0 25 0 1 0 218021154 9846784 1968 1992294400 4194304 5102648 548682068784 18446744073709551615 4249884 0 0 4096 3 0 0 0 17 1 0 0
/proc/28277/statm: 2404 1968 112 221 0 2180 0
Current children cumulated CPU time (s) 4781.01
Current children cumulated vsize (KiB) 9616

[startup+4842.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 28286
/proc/meminfo: memFree=1861800/2055920 swapFree=4159908/4192956
[pid=28277] ppid=28275 vsize=9616 CPUtime=4841
/proc/28277/stat : 28277 (varsat-industri) R 28275 28277 28047 0 -1 4194304 1983 0 0 0 484084 16 0 0 25 0 1 0 218021154 9846784 1968 1992294400 4194304 5102648 548682068784 18446744073709551615 4250181 0 0 4096 3 0 0 0 17 1 0 0
/proc/28277/statm: 2404 1968 112 221 0 2180 0
Current children cumulated CPU time (s) 4841
Current children cumulated vsize (KiB) 9616

[startup+4902.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 28286
/proc/meminfo: memFree=1861800/2055920 swapFree=4159908/4192956
[pid=28277] ppid=28275 vsize=9616 CPUtime=4900.99
/proc/28277/stat : 28277 (varsat-industri) R 28275 28277 28047 0 -1 4194304 1983 0 0 0 490082 17 0 0 25 0 1 0 218021154 9846784 1968 1992294400 4194304 5102648 548682068784 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/28277/statm: 2404 1968 112 221 0 2180 0
Current children cumulated CPU time (s) 4900.99
Current children cumulated vsize (KiB) 9616

[startup+4962.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 28286
/proc/meminfo: memFree=1861736/2055920 swapFree=4159908/4192956
[pid=28277] ppid=28275 vsize=9616 CPUtime=4960.97
/proc/28277/stat : 28277 (varsat-industri) R 28275 28277 28047 0 -1 4194304 1983 0 0 0 496080 17 0 0 25 0 1 0 218021154 9846784 1968 1992294400 4194304 5102648 548682068784 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/28277/statm: 2404 1968 112 221 0 2180 0
Current children cumulated CPU time (s) 4960.97
Current children cumulated vsize (KiB) 9616



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+5001.4 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 28286
/proc/meminfo: memFree=1861736/2055920 swapFree=4159908/4192956
[pid=28277] ppid=28275 vsize=9616 CPUtime=5000.06
/proc/28277/stat : 28277 (varsat-industri) R 28275 28277 28047 0 -1 4194304 1983 0 0 0 499989 17 0 0 25 0 1 0 218021154 9846784 1968 1992294400 4194304 5102648 548682068784 18446744073709551615 4249753 0 0 4096 3 0 0 0 17 1 0 0
/proc/28277/statm: 2404 1968 112 221 0 2180 0
Current children cumulated CPU time (s) 5000.06
Current children cumulated vsize (KiB) 9616

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.41
CPU time (s): 5000.07
CPU user time (s): 4999.9
CPU system time (s): 0.175973
CPU usage (%): 99.9733
Max. virtual memory (cumulated for all children) (KiB): 9616

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

runsolver used 5.75612 second user time and 11.2463 second system time

The end

Launcher Data

Begin job on node32 at 2009-05-09 22:11:20
IDJOB=1785250
IDBENCH=24732
IDSOLVER=641
FILE ID=node32/1785250-1241899880
PBS_JOBID= 9264753
Free space on /tmp= 66032 MiB

SOLVER NAME= VARSAT-industrial 2009-03-22
BENCH NAME= SAT07/crafted/Difficult/contest05/others/pmg-13-UNSAT.sat05-3941.reshuffled-07.cnf
COMMAND LINE= HOME/varsat-industrial_static -seed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1785250-1241899880/watcher-1785250-1241899880 -o /tmp/evaluation-result-1785250-1241899880/solver-1785250-1241899880 -C 5000 -W 6000 -M 1800  HOME/varsat-industrial_static -seed=588681544 HOME/instance-1785250-1241899880.cnf

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

MD5SUM BENCH= 9ce7a6a007310fa075cda4060c50d29c
RANDOM SEED=588681544

node32.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.216
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.216
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:       1871936 kB
Buffers:         39932 kB
Cached:          77076 kB
SwapCached:      26540 kB
Active:          95464 kB
Inactive:        49528 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1871936 kB
SwapTotal:     4192956 kB
SwapFree:      4159908 kB
Dirty:            1040 kB
Writeback:           0 kB
Mapped:          14244 kB
Slab:            24732 kB
Committed_AS:   756664 kB
PageTables:       1488 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264960 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66032 MiB
End job on node32 at 2009-05-09 23:34:43