Trace number 1717016

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

General information on the benchmark

Nameindustrial/fuhs/hard/
AProVE07-25.cnf
MD5SUM0acd143a4e60b38309663b5993b5ded9
Bench CategoryAPPLICATION (applications 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 variables8920
Number of clauses31884
Sum of the clauses size83706
Maximum clause length229
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 215331
Number of clauses of size 314327
Number of clauses of size 41469
Number of clauses of size 5588
Number of clauses of size over 5168

Solver Data

0.00/0.00	c ============================[ Problem Statistics ]=============================
0.00/0.00	c |                                                                             |
0.00/0.00	c |  Number of variables:  8920                                                 |
0.00/0.00	c |  Number of clauses:    31884                                                |
0.00/0.04	c |  Parsing time:         0.03         s                                       |
0.00/0.04	c |  Timeout:              43200 s
0.00/0.04	c |  Random Seed:          1163888748.000000
0.00/0.04	c |  Heuristic:            EMBP-G, threshold 0.950                              |
0.00/0.04	c |  Branching Rule:       default (solution-guided)                            |
0.00/0.04	c |  Learned clauses in surveys?  Using NO learned clauses.                     |
0.00/0.04	c |                                                                             |
0.19/0.20	c ============================[ Search Statistics ]==============================
0.19/0.20	c | Conflicts |          ORIGINAL         |          LEARNT          | Progress |
0.19/0.20	c |           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
0.19/0.20	c ===============================================================================
0.19/0.20	c |         0 |    3746    21718    70557 |     7239        0    nan |  0.000 % |
0.19/0.27	c |       100 |    3746    21718    70557 |     7963      100     15 |  3.890 % |
0.29/0.33	c |       252 |    3746    21718    70557 |     8759      252     25 |  3.890 % |
0.39/0.40	c |       480 |    3746    21718    70557 |     9635      480     26 |  3.890 % |
0.49/0.50	c |       817 |    3746    21718    70557 |    10599      817     24 |  3.890 % |
0.59/0.61	c |      1323 |    3746    21718    70557 |    11659     1323     28 |  3.890 % |
0.69/0.78	c |      2082 |    3746    21718    70557 |    12824     2082     27 |  3.890 % |
0.89/0.99	c |      3222 |    3746    21718    70557 |    14107     3222     28 |  3.890 % |
1.29/1.37	c |      4931 |    3746    21718    70557 |    15518     4931     29 |  3.890 % |
1.99/2.01	c |      7494 |    3744    21703    70525 |    17069     7492     31 |  3.913 % |
2.99/3.07	c |     11339 |    3744    21703    70525 |    18776    11337     31 |  3.913 % |
4.49/4.55	c |     17105 |    3742    21688    70493 |    20654    17100     36 |  3.935 % |
7.69/7.76	c |     25755 |    3742    21688    70493 |    22720    14605     45 |  3.935 % |
12.68/12.71	c |     38729 |    3741    21679    70473 |    24992    15257     40 |  3.946 % |
20.78/20.89	c |     58190 |    3740    21670    70453 |    27491    21375     26 |  3.957 % |
35.78/35.82	c |     87383 |    3740    21670    70453 |    30240    22285     27 |  3.957 % |
55.47/55.50	c |    131172 |    3736    21637    70381 |    33264    30767     40 |  4.002 % |
87.16/87.28	c |    196856 |    3736    21637    70381 |    36590    19513     29 |  4.002 % |
142.25/142.34	c |    295383 |    3736    21637    70381 |    40250    31206     37 |  4.002 % |
215.32/215.49	c |    443172 |    3736    21637    70381 |    44275    17769     50 |  4.002 % |
348.18/348.35	c |    664855 |    3735    21628    70361 |    48702    22593     40 |  4.013 % |
559.90/560.12	c |    997380 |    3735    21628    70361 |    53572    46823     36 |  4.013 % |
908.30/908.60	c |   1496168 |    3735    21628    70361 |    58930    54656     37 |  4.013 % |

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-1717016-1240623058/watcher-1717016-1240623058 -o /tmp/evaluation-result-1717016-1240623058/solver-1717016-1240623058 -C 1200 -W 1800 -M 1800 --output-limit 1,15 HOME/varsat-industrial_static -seed=1163888748 HOME/instance-1717016-1240623058.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: 0.92 0.98 0.99 3/64 25388
/proc/meminfo: memFree=1164728/2055920 swapFree=4192956/4192956
[pid=25388] ppid=25386 vsize=3548 CPUtime=0
/proc/25388/stat : 25388 (varsat-industri) R 25386 25388 25289 0 -1 4194304 607 0 0 0 0 0 0 0 18 0 1 0 90334188 3633152 592 1992294400 4194304 5102648 548682068784 18446744073709551615 4245145 0 0 4096 3 0 0 0 17 1 0 0
/proc/25388/statm: 887 593 82 221 0 663 0

[startup+0.076156 s]
/proc/loadavg: 0.92 0.98 0.99 3/64 25388
/proc/meminfo: memFree=1164728/2055920 swapFree=4192956/4192956
[pid=25388] ppid=25386 vsize=8948 CPUtime=0.07
/proc/25388/stat : 25388 (varsat-industri) R 25386 25388 25289 0 -1 4194304 1946 0 0 0 6 1 0 0 18 0 1 0 90334188 9162752 1901 1992294400 4194304 5102648 548682068784 18446744073709551615 4491703 0 0 4096 3 0 0 0 17 1 0 0
/proc/25388/statm: 2237 1902 100 221 0 2013 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 8948

[startup+0.101159 s]
/proc/loadavg: 0.92 0.98 0.99 3/64 25388
/proc/meminfo: memFree=1164728/2055920 swapFree=4192956/4192956
[pid=25388] ppid=25386 vsize=10192 CPUtime=0.09
/proc/25388/stat : 25388 (varsat-industri) R 25386 25388 25289 0 -1 4194304 2210 0 0 0 8 1 0 0 18 0 1 0 90334188 10436608 2165 1992294400 4194304 5102648 548682068784 18446744073709551615 4491703 0 0 4096 3 0 0 0 17 1 0 0
/proc/25388/statm: 2548 2165 100 221 0 2324 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 10192

[startup+0.301189 s]
/proc/loadavg: 0.92 0.98 0.99 3/64 25388
/proc/meminfo: memFree=1164728/2055920 swapFree=4192956/4192956
[pid=25388] ppid=25386 vsize=11344 CPUtime=0.29
/proc/25388/stat : 25388 (varsat-industri) R 25386 25388 25289 0 -1 4194304 2772 0 0 0 28 1 0 0 19 0 1 0 90334188 11616256 2515 1992294400 4194304 5102648 548682068784 18446744073709551615 4213965 0 0 4096 3 0 0 0 17 1 0 0
/proc/25388/statm: 2836 2515 114 221 0 2612 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 11344

[startup+0.701247 s]
/proc/loadavg: 0.92 0.98 0.99 3/64 25388
/proc/meminfo: memFree=1164728/2055920 swapFree=4192956/4192956
[pid=25388] ppid=25386 vsize=11344 CPUtime=0.69
/proc/25388/stat : 25388 (varsat-industri) R 25386 25388 25289 0 -1 4194304 2772 0 0 0 68 1 0 0 22 0 1 0 90334188 11616256 2515 1992294400 4194304 5102648 548682068784 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/25388/statm: 2836 2515 114 221 0 2612 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 11344

[startup+1.50238 s]
/proc/loadavg: 0.92 0.98 0.99 2/65 25389
/proc/meminfo: memFree=1154928/2055920 swapFree=4192956/4192956
[pid=25388] ppid=25386 vsize=11344 CPUtime=1.49
/proc/25388/stat : 25388 (varsat-industri) R 25386 25388 25289 0 -1 4194304 2772 0 0 0 148 1 0 0 25 0 1 0 90334188 11616256 2515 1992294400 4194304 5102648 548682068784 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/25388/statm: 2836 2515 114 221 0 2612 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 11344

[startup+3.1016 s]
/proc/loadavg: 0.92 0.98 0.99 2/65 25389
/proc/meminfo: memFree=1154736/2055920 swapFree=4192956/4192956
[pid=25388] ppid=25386 vsize=11476 CPUtime=3.09
/proc/25388/stat : 25388 (varsat-industri) R 25386 25388 25289 0 -1 4194304 2806 0 0 0 308 1 0 0 25 0 1 0 90334188 11751424 2549 1992294400 4194304 5102648 548682068784 18446744073709551615 4214097 0 0 4096 3 0 0 0 17 1 0 0
/proc/25388/statm: 2869 2549 114 221 0 2645 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 11476

[startup+6.30107 s]
/proc/loadavg: 0.93 0.98 0.99 2/65 25389
/proc/meminfo: memFree=1152688/2055920 swapFree=4192956/4192956
[pid=25388] ppid=25386 vsize=14152 CPUtime=6.29
/proc/25388/stat : 25388 (varsat-industri) R 25386 25388 25289 0 -1 4194304 3473 0 0 0 627 2 0 0 25 0 1 0 90334188 14491648 3216 1992294400 4194304 5102648 548682068784 18446744073709551615 4249989 0 0 4096 3 0 0 0 17 1 0 0
/proc/25388/statm: 3538 3216 114 221 0 3314 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 14152

[startup+12.702 s]
/proc/loadavg: 0.93 0.98 0.99 2/65 25389
/proc/meminfo: memFree=1150512/2055920 swapFree=4192956/4192956
[pid=25388] ppid=25386 vsize=15644 CPUtime=12.68
/proc/25388/stat : 25388 (varsat-industri) R 25386 25388 25289 0 -1 4194304 3841 0 0 0 1266 2 0 0 25 0 1 0 90334188 16019456 3584 1992294400 4194304 5102648 548682068784 18446744073709551615 4255060 0 0 4096 3 0 0 0 17 1 0 0
/proc/25388/statm: 3911 3584 114 221 0 3687 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 15644

[startup+25.5019 s]
/proc/loadavg: 0.95 0.98 0.99 2/65 25389
/proc/meminfo: memFree=1150064/2055920 swapFree=4192956/4192956
[pid=25388] ppid=25386 vsize=16196 CPUtime=25.49
/proc/25388/stat : 25388 (varsat-industri) R 25386 25388 25289 0 -1 4194304 3948 0 0 0 2546 3 0 0 25 0 1 0 90334188 16584704 3691 1992294400 4194304 5102648 548682068784 18446744073709551615 4249732 0 0 4096 3 0 0 0 17 1 0 0
/proc/25388/statm: 4049 3691 114 221 0 3825 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 16196

[startup+51.1016 s]
/proc/loadavg: 0.96 0.98 0.99 2/65 25389
/proc/meminfo: memFree=1148784/2055920 swapFree=4192956/4192956
[pid=25388] ppid=25386 vsize=17640 CPUtime=51.08
/proc/25388/stat : 25388 (varsat-industri) R 25386 25388 25289 0 -1 4194304 4298 0 0 0 5105 3 0 0 25 0 1 0 90334188 18063360 4041 1992294400 4194304 5102648 548682068784 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/25388/statm: 4410 4041 114 221 0 4186 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 17640

[startup+102.305 s]
/proc/loadavg: 0.98 0.98 0.99 2/65 25389
/proc/meminfo: memFree=1146928/2055920 swapFree=4192956/4192956
[pid=25388] ppid=25386 vsize=19388 CPUtime=102.26
/proc/25388/stat : 25388 (varsat-industri) R 25386 25388 25289 0 -1 4194304 4734 0 0 0 10223 3 0 0 25 0 1 0 90334188 19853312 4477 1992294400 4194304 5102648 548682068784 18446744073709551615 4249787 0 0 4096 3 0 0 0 17 1 0 0
/proc/25388/statm: 4847 4477 114 221 0 4623 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 19388

[startup+162.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 25389
/proc/meminfo: memFree=1143088/2055920 swapFree=4192956/4192956
[pid=25388] ppid=25386 vsize=23504 CPUtime=162.24
/proc/25388/stat : 25388 (varsat-industri) R 25386 25388 25289 0 -1 4194304 5693 0 0 0 16219 5 0 0 25 0 1 0 90334188 24068096 5436 1992294400 4194304 5102648 548682068784 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/25388/statm: 5876 5436 114 221 0 5652 0
Current children cumulated CPU time (s) 162.24
Current children cumulated vsize (KiB) 23504

[startup+222.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 25389
/proc/meminfo: memFree=1142640/2055920 swapFree=4192956/4192956
[pid=25388] ppid=25386 vsize=24008 CPUtime=222.22
/proc/25388/stat : 25388 (varsat-industri) R 25386 25388 25289 0 -1 4194304 5810 0 0 0 22217 5 0 0 25 0 1 0 90334188 24584192 5553 1992294400 4194304 5102648 548682068784 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/25388/statm: 6002 5553 114 221 0 5778 0
Current children cumulated CPU time (s) 222.22
Current children cumulated vsize (KiB) 24008

[startup+282.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 25389
/proc/meminfo: memFree=1139184/2055920 swapFree=4192956/4192956
[pid=25388] ppid=25386 vsize=27464 CPUtime=282.2
/proc/25388/stat : 25388 (varsat-industri) R 25386 25388 25289 0 -1 4194304 6657 0 0 0 28215 5 0 0 25 0 1 0 90334188 28123136 6400 1992294400 4194304 5102648 548682068784 18446744073709551615 4249806 0 0 4096 3 0 0 0 17 1 0 0
/proc/25388/statm: 6866 6400 114 221 0 6642 0
Current children cumulated CPU time (s) 282.2
Current children cumulated vsize (KiB) 27464

[startup+342.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 25389
/proc/meminfo: memFree=1137328/2055920 swapFree=4192956/4192956
[pid=25388] ppid=25386 vsize=29352 CPUtime=342.18
/proc/25388/stat : 25388 (varsat-industri) R 25386 25388 25289 0 -1 4194304 7094 0 0 0 34212 6 0 0 25 0 1 0 90334188 30056448 6837 1992294400 4194304 5102648 548682068784 18446744073709551615 4249791 0 0 4096 3 0 0 0 17 1 0 0
/proc/25388/statm: 7338 6837 114 221 0 7114 0
Current children cumulated CPU time (s) 342.18
Current children cumulated vsize (KiB) 29352

[startup+402.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 25389
/proc/meminfo: memFree=1136560/2055920 swapFree=4192956/4192956
[pid=25388] ppid=25386 vsize=30064 CPUtime=402.16
/proc/25388/stat : 25388 (varsat-industri) R 25386 25388 25289 0 -1 4194304 7283 0 0 0 40210 6 0 0 25 0 1 0 90334188 30785536 7026 1992294400 4194304 5102648 548682068784 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/25388/statm: 7516 7026 114 221 0 7292 0
Current children cumulated CPU time (s) 402.16
Current children cumulated vsize (KiB) 30064

[startup+462.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 25391
/proc/meminfo: memFree=1136048/2055920 swapFree=4192956/4192956
[pid=25388] ppid=25386 vsize=30776 CPUtime=462.14
/proc/25388/stat : 25388 (varsat-industri) R 25386 25388 25289 0 -1 4194304 7452 0 0 0 46208 6 0 0 25 0 1 0 90334188 31514624 7195 1992294400 4194304 5102648 548682068784 18446744073709551615 4249732 0 0 4096 3 0 0 0 17 1 0 0
/proc/25388/statm: 7694 7195 114 221 0 7470 0
Current children cumulated CPU time (s) 462.14
Current children cumulated vsize (KiB) 30776

[startup+522.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 25391
/proc/meminfo: memFree=1135856/2055920 swapFree=4192956/4192956
[pid=25388] ppid=25386 vsize=31096 CPUtime=522.12
/proc/25388/stat : 25388 (varsat-industri) R 25386 25388 25289 0 -1 4194304 7493 0 0 0 52206 6 0 0 25 0 1 0 90334188 31842304 7236 1992294400 4194304 5102648 548682068784 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/25388/statm: 7774 7236 114 221 0 7550 0
Current children cumulated CPU time (s) 522.12
Current children cumulated vsize (KiB) 31096

[startup+582.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 25391
/proc/meminfo: memFree=1135344/2055920 swapFree=4192956/4192956
[pid=25388] ppid=25386 vsize=31556 CPUtime=582.11
/proc/25388/stat : 25388 (varsat-industri) R 25386 25388 25289 0 -1 4194304 7607 0 0 0 58204 7 0 0 25 0 1 0 90334188 32313344 7350 1992294400 4194304 5102648 548682068784 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/25388/statm: 7889 7350 114 221 0 7665 0
Current children cumulated CPU time (s) 582.11
Current children cumulated vsize (KiB) 31556

[startup+642.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 25391
/proc/meminfo: memFree=1135024/2055920 swapFree=4192956/4192956
[pid=25388] ppid=25386 vsize=31960 CPUtime=642.09
/proc/25388/stat : 25388 (varsat-industri) R 25386 25388 25289 0 -1 4194304 7692 0 0 0 64202 7 0 0 25 0 1 0 90334188 32727040 7435 1992294400 4194304 5102648 548682068784 18446744073709551615 4249858 0 0 4096 3 0 0 0 17 1 0 0
/proc/25388/statm: 7990 7435 114 221 0 7766 0
Current children cumulated CPU time (s) 642.09
Current children cumulated vsize (KiB) 31960

[startup+702.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 25391
/proc/meminfo: memFree=1134768/2055920 swapFree=4192956/4192956
[pid=25388] ppid=25386 vsize=32364 CPUtime=702.07
/proc/25388/stat : 25388 (varsat-industri) R 25386 25388 25289 0 -1 4194304 7766 0 0 0 70200 7 0 0 25 0 1 0 90334188 33140736 7509 1992294400 4194304 5102648 548682068784 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/25388/statm: 8091 7509 114 221 0 7867 0
Current children cumulated CPU time (s) 702.07
Current children cumulated vsize (KiB) 32364

[startup+762.305 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 25391
/proc/meminfo: memFree=1134320/2055920 swapFree=4192956/4192956
[pid=25388] ppid=25386 vsize=32836 CPUtime=762.05
/proc/25388/stat : 25388 (varsat-industri) R 25386 25388 25289 0 -1 4194304 7877 0 0 0 76198 7 0 0 25 0 1 0 90334188 33624064 7620 1992294400 4194304 5102648 548682068784 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/25388/statm: 8209 7620 114 221 0 7985 0
Current children cumulated CPU time (s) 762.05
Current children cumulated vsize (KiB) 32836

[startup+822.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 25391
/proc/meminfo: memFree=1134192/2055920 swapFree=4192956/4192956
[pid=25388] ppid=25386 vsize=33028 CPUtime=822.02
/proc/25388/stat : 25388 (varsat-industri) R 25386 25388 25289 0 -1 4194304 7918 0 0 0 82195 7 0 0 25 0 1 0 90334188 33820672 7661 1992294400 4194304 5102648 548682068784 18446744073709551615 4249732 0 0 4096 3 0 0 0 17 1 0 0
/proc/25388/statm: 8257 7661 114 221 0 8033 0
Current children cumulated CPU time (s) 822.02
Current children cumulated vsize (KiB) 33028

[startup+882.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 25391
/proc/meminfo: memFree=1134000/2055920 swapFree=4192956/4192956
[pid=25388] ppid=25386 vsize=33168 CPUtime=882
/proc/25388/stat : 25388 (varsat-industri) R 25386 25388 25289 0 -1 4194304 7952 0 0 0 88193 7 0 0 25 0 1 0 90334188 33964032 7695 1992294400 4194304 5102648 548682068784 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/25388/statm: 8292 7695 114 221 0 8068 0
Current children cumulated CPU time (s) 882
Current children cumulated vsize (KiB) 33168

[startup+942.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 25391
/proc/meminfo: memFree=1133616/2055920 swapFree=4192956/4192956
[pid=25388] ppid=25386 vsize=33500 CPUtime=941.98
/proc/25388/stat : 25388 (varsat-industri) R 25386 25388 25289 0 -1 4194304 8041 0 0 0 94191 7 0 0 25 0 1 0 90334188 34304000 7784 1992294400 4194304 5102648 548682068784 18446744073709551615 4249675 0 0 4096 3 0 0 0 17 1 0 0
/proc/25388/statm: 8375 7784 114 221 0 8151 0
Current children cumulated CPU time (s) 941.98
Current children cumulated vsize (KiB) 33500

[startup+1002.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 25391
/proc/meminfo: memFree=1131952/2055920 swapFree=4192956/4192956
[pid=25388] ppid=25386 vsize=35336 CPUtime=1001.97
/proc/25388/stat : 25388 (varsat-industri) R 25386 25388 25289 0 -1 4194304 8484 0 0 0 100189 8 0 0 25 0 1 0 90334188 36184064 8227 1992294400 4194304 5102648 548682068784 18446744073709551615 4249879 0 0 4096 3 0 0 0 17 1 0 0
/proc/25388/statm: 8834 8227 114 221 0 8610 0
Current children cumulated CPU time (s) 1001.97
Current children cumulated vsize (KiB) 35336

[startup+1062.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 25391
/proc/meminfo: memFree=1127600/2055920 swapFree=4192956/4192956
[pid=25388] ppid=25386 vsize=39752 CPUtime=1061.94
/proc/25388/stat : 25388 (varsat-industri) R 25386 25388 25289 0 -1 4194304 9568 0 0 0 106186 8 0 0 25 0 1 0 90334188 40706048 9311 1992294400 4194304 5102648 548682068784 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/25388/statm: 9938 9311 114 221 0 9714 0
Current children cumulated CPU time (s) 1061.94
Current children cumulated vsize (KiB) 39752

[startup+1122.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 25391
/proc/meminfo: memFree=1126960/2055920 swapFree=4192956/4192956
[pid=25388] ppid=25386 vsize=40392 CPUtime=1121.93
/proc/25388/stat : 25388 (varsat-industri) R 25386 25388 25289 0 -1 4194304 9715 0 0 0 112184 9 0 0 25 0 1 0 90334188 41361408 9458 1992294400 4194304 5102648 548682068784 18446744073709551615 4249732 0 0 4096 3 0 0 0 17 1 0 0
/proc/25388/statm: 10098 9458 114 221 0 9874 0
Current children cumulated CPU time (s) 1121.93
Current children cumulated vsize (KiB) 40392

[startup+1182.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 25391
/proc/meminfo: memFree=1126576/2055920 swapFree=4192956/4192956
[pid=25388] ppid=25386 vsize=40816 CPUtime=1181.91
/proc/25388/stat : 25388 (varsat-industri) R 25386 25388 25289 0 -1 4194304 9799 0 0 0 118182 9 0 0 25 0 1 0 90334188 41795584 9542 1992294400 4194304 5102648 548682068784 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/25388/statm: 10204 9542 114 221 0 9980 0
Current children cumulated CPU time (s) 1181.91
Current children cumulated vsize (KiB) 40816



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.4 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 25391
/proc/meminfo: memFree=1126576/2055920 swapFree=4192956/4192956
[pid=25388] ppid=25386 vsize=40816 CPUtime=1200.01
/proc/25388/stat : 25388 (varsat-industri) R 25386 25388 25289 0 -1 4194304 9801 0 0 0 119992 9 0 0 25 0 1 0 90334188 41795584 9544 1992294400 4194304 5102648 548682068784 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/25388/statm: 10204 9544 114 221 0 9980 0
Current children cumulated CPU time (s) 1200.01
Current children cumulated vsize (KiB) 40816

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.02
CPU user time (s): 1199.92
CPU system time (s): 0.098984
CPU usage (%): 99.9675
Max. virtual memory (cumulated for all children) (KiB): 40816

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

runsolver used 0.829873 second user time and 2.6356 second system time

The end

Launcher Data

Begin job on node39 at 2009-04-25 03:30:58
IDJOB=1717016
IDBENCH=20402
IDSOLVER=538
FILE ID=node39/1717016-1240623058
PBS_JOBID= 9186365
Free space on /tmp= 66276 MiB

SOLVER NAME= VARSAT-industrial 2009-03-22
BENCH NAME= SAT07/industrial/fuhs/hard/AProVE07-25.cnf
COMMAND LINE= HOME/varsat-industrial_static -seed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1717016-1240623058/watcher-1717016-1240623058 -o /tmp/evaluation-result-1717016-1240623058/solver-1717016-1240623058 -C 1200 -W 1800 -M 1800 --output-limit 1,15  HOME/varsat-industrial_static -seed=1163888748 HOME/instance-1717016-1240623058.cnf

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

MD5SUM BENCH= 0acd143a4e60b38309663b5993b5ded9
RANDOM SEED=1163888748

node39.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.281
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.281
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:       1165208 kB
Buffers:         97448 kB
Cached:         683804 kB
SwapCached:          0 kB
Active:          37048 kB
Inactive:       758076 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1165208 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:            1520 kB
Writeback:           0 kB
Mapped:          23644 kB
Slab:            81656 kB
Committed_AS:   405840 kB
PageTables:       1380 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= 66276 MiB
End job on node39 at 2009-04-25 03:51:00