Trace number 1820427

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
APTUSAT 2009-03-22? (TO) 1200.05 1200.02

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 Parsing...
0.00/0.03	c ==============================================================================
0.00/0.03	c |           |     ORIGINAL     |              LEARNT              |          |
0.00/0.03	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.00/0.03	c ==============================================================================
0.00/0.03	c |         0 |   30972    81428 |    9291       0        0     nan |  0.000 % |
0.23/0.25	c |         0 |   22056    71256 |      --       0       --      -- |     --   | -8916/-10172
0.23/0.25	c ==============================================================================
0.23/0.25	c Result  :   #vars: 3830   #clauses: 22056   #literals: 71256
0.23/0.25	c CPU time:   0.25 s
0.23/0.25	c ==============================================================================
0.23/0.28	This is MiniSat 2.0 beta
0.23/0.28	WARNING: for repeatability, setting FPU to use double precision
0.23/0.28	============================[ Problem Statistics ]=============================
0.23/0.28	|                                                                             |
0.23/0.28	|  Number of variables:  3830                                                 |
0.23/0.28	|  Number of clauses:    22056                                                |
0.23/0.29	|  Parsing time:         0.01         s                                       |
0.23/0.29	============================[ Search Statistics ]==============================
0.23/0.29	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
0.23/0.29	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
0.23/0.29	===============================================================================
0.23/0.29	|         0 |    3830    22056    71256 |     7352        0    nan |  0.000 % |
0.23/0.30	|       100 |    3830    22056    71256 |     8087      100      7 |  0.000 % |
0.23/0.30	|       250 |    3830    22056    71256 |     8895      250     12 |  0.000 % |
0.23/0.32	|       478 |    3830    22056    71256 |     9785      478     12 |  0.000 % |
0.28/0.34	|       816 |    3830    22056    71256 |    10764      816     14 |  0.000 % |
0.28/0.39	|      1322 |    3830    22056    71256 |    11840     1322     14 |  0.000 % |
0.28/0.45	|      2081 |    3830    22056    71256 |    13024     2081     17 |  0.000 % |
0.28/0.58	|      3222 |    3830    22056    71256 |    14326     3222     23 |  0.000 % |
0.28/0.89	|      4931 |    3830    22056    71256 |    15759     4931     30 |  0.000 % |
1.23/1.29	|      7493 |    3830    22056    71256 |    17335     7493     29 |  0.000 % |
2.13/2.14	|     11337 |    3830    22056    71256 |    19069    11337     35 |  0.000 % |
4.03/4.08	|     17103 |    3829    22047    71236 |    20976    17102     33 |  0.026 % |
7.93/7.99	|     25752 |    3829    22047    71236 |    23073    15228     26 |  0.026 % |
12.61/12.64	|     38726 |    3829    22047    71236 |    25381    16345     37 |  0.026 % |
19.91/19.95	|     58187 |    3829    22047    71236 |    27919    23021     31 |  0.026 % |
28.91/28.96	|     87379 |    3829    22047    71236 |    30711    22383     76 |  0.026 % |
49.31/49.40	|    131168 |    3829    22047    71236 |    33782    14338     53 |  0.026 % |
84.81/84.87	|    196852 |    3829    22047    71236 |    37160    22508     44 |  0.026 % |
138.71/138.78	|    295378 |    3828    22038    71216 |    40876    32065     35 |  0.052 % |
222.61/222.61	|    443168 |    3828    22038    71216 |    44964    20660     43 |  0.052 % |
336.92/336.97	|    664854 |    3826    22020    71176 |    49460    33119     56 |  0.104 % |
550.61/550.63	|    997379 |    3825    22014    71162 |    54406    26790     37 |  0.131 % |
831.23/831.29	|   1496167 |    3825    22014    71162 |    59847    17292     54 |  0.131 % |
1200.04/1200.01	HOME/SatELiteGTI: line 36: 14168 Terminated              $MS $2 $TMP.cnf $TMP.result

Verifier Data

ERROR: Unexpected answer ! (SATISFIABLE/UNSATISFIABLE expected)
Got answer: <no 's ' line found>

Watcher Data

runsolver version 3.2.9 (svn:503) (c) roussel@cril.univ-artois.fr

command line: runsolver --timestamp -w /tmp/evaluation-result-1820427-1242442762/watcher-1820427-1242442762 -o /tmp/evaluation-result-1820427-1242442762/solver-1820427-1242442762 -C 1200 -W 1800 -M 1800 SatELiteGTI HOME/instance-1820427-1242442762.cnf -restarts=1 

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
Current StackSize limit: 8192 KiB


[startup+0 s]
/proc/loadavg: 1.00 1.00 1.00 2/91 14162
/proc/meminfo: memFree=788896/2074464 swapFree=1953004/1959888
[pid=14162] ppid=14160 vsize=2412 CPUtime=0.01
/proc/14162/stat : 14162 (SatELiteGTI) S 14160 14162 9090 0 -1 4194304 365 649 0 0 0 0 1 0 18 0 1 0 1008776488 2469888 276 4294967295 134512640 135169312 3216830224 3216828760 3085332206 0 65536 4 65538 3222381614 0 0 17 1 0 0 0
/proc/14162/statm: 603 276 235 161 0 42 0
[pid=14166] ppid=14162 vsize=812 CPUtime=0
/proc/14166/stat : 14166 (SatELite_releas) R 14162 14162 9090 0 -1 4194304 71 0 0 0 0 0 0 0 20 0 1 0 1008776489 831488 8 4294967295 134512640 135223648 3220374128 3220373952 134743616 0 0 0 0 0 0 0 17 0 0 0 0
/proc/14166/statm: 204 20 15 174 0 29 0

[startup+0.073622 s]
/proc/loadavg: 1.00 1.00 1.00 2/91 14162
/proc/meminfo: memFree=788896/2074464 swapFree=1953004/1959888
[pid=14162] ppid=14160 vsize=2412 CPUtime=0.01
/proc/14162/stat : 14162 (SatELiteGTI) S 14160 14162 9090 0 -1 4194304 365 649 0 0 0 0 1 0 18 0 1 0 1008776488 2469888 276 4294967295 134512640 135169312 3216830224 3216828760 3085332206 0 65536 4 65538 3222381614 0 0 17 1 0 0 0
/proc/14162/statm: 603 276 235 161 0 42 0
[pid=14166] ppid=14162 vsize=6240 CPUtime=0.07
/proc/14166/stat : 14166 (SatELite_releas) R 14162 14162 9090 0 -1 4202496 1286 0 0 0 7 0 0 0 21 0 1 0 1008776489 6389760 1222 4294967295 134512640 135223648 3220374128 3220372080 134564015 0 0 0 3 0 0 0 17 0 0 0 0
/proc/14166/statm: 1560 1222 73 174 0 1385 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 8652

[startup+0.123627 s]
/proc/loadavg: 1.00 1.00 1.00 2/91 14162
/proc/meminfo: memFree=788896/2074464 swapFree=1953004/1959888
[pid=14162] ppid=14160 vsize=2412 CPUtime=0.01
/proc/14162/stat : 14162 (SatELiteGTI) S 14160 14162 9090 0 -1 4194304 365 649 0 0 0 0 1 0 18 0 1 0 1008776488 2469888 276 4294967295 134512640 135169312 3216830224 3216828760 3085332206 0 65536 4 65538 3222381614 0 0 17 1 0 0 0
/proc/14162/statm: 603 276 235 161 0 42 0
[pid=14166] ppid=14162 vsize=6504 CPUtime=0.12
/proc/14166/stat : 14166 (SatELite_releas) R 14162 14162 9090 0 -1 4202496 1389 0 0 0 12 0 0 0 21 0 1 0 1008776489 6660096 1325 4294967295 134512640 135223648 3220374128 3220372224 134596463 0 0 0 3 0 0 0 17 0 0 0 0
/proc/14166/statm: 1626 1325 73 174 0 1451 0
Current children cumulated CPU time (s) 0.13
Current children cumulated vsize (KiB) 8916

[startup+0.323611 s]
/proc/loadavg: 1.00 1.00 1.00 2/91 14162
/proc/meminfo: memFree=788896/2074464 swapFree=1953004/1959888
[pid=14162] ppid=14160 vsize=2416 CPUtime=0.28
/proc/14162/stat : 14162 (SatELiteGTI) S 14160 14162 9090 0 -1 4194304 384 2199 0 0 0 0 28 0 17 0 1 0 1008776488 2473984 278 4294967295 134512640 135169312 3216830224 3216826440 3085332206 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/14162/statm: 604 278 235 161 0 43 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 2416

[startup+0.723591 s]
/proc/loadavg: 1.00 1.00 1.00 2/91 14162
/proc/meminfo: memFree=788896/2074464 swapFree=1953004/1959888
[pid=14162] ppid=14160 vsize=2416 CPUtime=0.28
/proc/14162/stat : 14162 (SatELiteGTI) S 14160 14162 9090 0 -1 4194304 384 2199 0 0 0 0 28 0 17 0 1 0 1008776488 2473984 278 4294967295 134512640 135169312 3216830224 3216826440 3085332206 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/14162/statm: 604 278 235 161 0 43 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 2416

[startup+1.52355 s]
/proc/loadavg: 1.00 1.00 1.00 2/93 14168
/proc/meminfo: memFree=785284/2074464 swapFree=1953004/1959888
[pid=14162] ppid=14160 vsize=2416 CPUtime=0.28
/proc/14162/stat : 14162 (SatELiteGTI) S 14160 14162 9090 0 -1 4194304 384 2199 0 0 0 0 28 0 17 0 1 0 1008776488 2473984 278 4294967295 134512640 135169312 3216830224 3216826440 3085332206 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/14162/statm: 604 278 235 161 0 43 0
[pid=14168] ppid=14162 vsize=4560 CPUtime=1.25
/proc/14168/stat : 14168 (minisat_static) R 14162 14162 9090 0 -1 4202496 930 0 0 0 124 1 0 0 22 0 1 0 1008776516 4669440 864 4294967295 134512640 135213731 3216643904 3216642384 134530028 0 0 0 3 0 0 0 17 1 0 0 0
/proc/14168/statm: 1140 864 73 172 0 966 0
Current children cumulated CPU time (s) 1.53
Current children cumulated vsize (KiB) 6976

[startup+3.12348 s]
/proc/loadavg: 1.00 1.00 1.00 2/93 14168
/proc/meminfo: memFree=784168/2074464 swapFree=1953004/1959888
[pid=14162] ppid=14160 vsize=2416 CPUtime=0.28
/proc/14162/stat : 14162 (SatELiteGTI) S 14160 14162 9090 0 -1 4194304 384 2199 0 0 0 0 28 0 17 0 1 0 1008776488 2473984 278 4294967295 134512640 135169312 3216830224 3216826440 3085332206 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/14162/statm: 604 278 235 161 0 43 0
[pid=14168] ppid=14162 vsize=5800 CPUtime=2.85
/proc/14168/stat : 14168 (minisat_static) R 14162 14162 9090 0 -1 4202496 1229 0 0 0 284 1 0 0 25 0 1 0 1008776516 5939200 1163 4294967295 134512640 135213731 3216643904 3216642256 134736239 0 0 0 3 0 0 0 17 1 0 0 0
/proc/14168/statm: 1450 1163 73 172 0 1276 0
Current children cumulated CPU time (s) 3.13
Current children cumulated vsize (KiB) 8216

[startup+6.32333 s]
/proc/loadavg: 1.00 1.00 1.00 2/93 14170
/proc/meminfo: memFree=782928/2074464 swapFree=1953004/1959888
[pid=14162] ppid=14160 vsize=2416 CPUtime=0.28
/proc/14162/stat : 14162 (SatELiteGTI) S 14160 14162 9090 0 -1 4194304 384 2199 0 0 0 0 28 0 17 0 1 0 1008776488 2473984 278 4294967295 134512640 135169312 3216830224 3216826440 3085332206 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/14162/statm: 604 278 235 161 0 43 0
[pid=14168] ppid=14162 vsize=6628 CPUtime=6.05
/proc/14168/stat : 14168 (minisat_static) R 14162 14162 9090 0 -1 4202496 1442 0 0 0 604 1 0 0 25 0 1 0 1008776516 6787072 1376 4294967295 134512640 135213731 3216643904 3216642384 134529947 0 0 0 3 0 0 0 17 1 0 0 0
/proc/14168/statm: 1657 1376 73 172 0 1483 0
Current children cumulated CPU time (s) 6.33
Current children cumulated vsize (KiB) 9044

[startup+12.723 s]
/proc/loadavg: 1.00 1.00 1.00 2/93 14171
/proc/meminfo: memFree=782156/2074464 swapFree=1953004/1959888
[pid=14162] ppid=14160 vsize=2416 CPUtime=0.28
/proc/14162/stat : 14162 (SatELiteGTI) S 14160 14162 9090 0 -1 4194304 384 2199 0 0 0 0 28 0 17 0 1 0 1008776488 2473984 278 4294967295 134512640 135169312 3216830224 3216826440 3085332206 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/14162/statm: 604 278 235 161 0 43 0
[pid=14168] ppid=14162 vsize=7164 CPUtime=12.43
/proc/14168/stat : 14168 (minisat_static) R 14162 14162 9090 0 -1 4202496 1583 0 0 0 1242 1 0 0 25 0 1 0 1008776516 7335936 1517 4294967295 134512640 135213731 3216643904 3216642384 134530636 0 0 0 3 0 0 0 17 0 0 0 0
/proc/14168/statm: 1791 1517 73 172 0 1617 0
Current children cumulated CPU time (s) 12.71
Current children cumulated vsize (KiB) 9580

[startup+25.5224 s]
/proc/loadavg: 1.00 1.00 1.00 3/93 14171
/proc/meminfo: memFree=780516/2074464 swapFree=1953004/1959888
[pid=14162] ppid=14160 vsize=2416 CPUtime=0.28
/proc/14162/stat : 14162 (SatELiteGTI) S 14160 14162 9090 0 -1 4194304 384 2199 0 0 0 0 28 0 17 0 1 0 1008776488 2473984 278 4294967295 134512640 135169312 3216830224 3216826440 3085332206 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/14162/statm: 604 278 235 161 0 43 0
[pid=14168] ppid=14162 vsize=9968 CPUtime=25.23
/proc/14168/stat : 14168 (minisat_static) R 14162 14162 9090 0 -1 4202496 2279 0 0 0 2522 1 0 0 25 0 1 0 1008776516 10207232 2213 4294967295 134512640 135213731 3216643904 3216642384 134530208 0 0 0 3 0 0 0 17 0 0 0 0
/proc/14168/statm: 2492 2213 73 172 0 2318 0
Current children cumulated CPU time (s) 25.51
Current children cumulated vsize (KiB) 12384

[startup+51.1212 s]
/proc/loadavg: 1.00 1.00 1.00 2/93 14356
/proc/meminfo: memFree=776324/2074464 swapFree=1953004/1959888
[pid=14162] ppid=14160 vsize=2416 CPUtime=0.28
/proc/14162/stat : 14162 (SatELiteGTI) S 14160 14162 9090 0 -1 4194304 384 2199 0 0 0 0 28 0 17 0 1 0 1008776488 2473984 278 4294967295 134512640 135169312 3216830224 3216826440 3085332206 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/14162/statm: 604 278 235 161 0 43 0
[pid=14168] ppid=14162 vsize=13420 CPUtime=50.83
/proc/14168/stat : 14168 (minisat_static) R 14162 14162 9090 0 -1 4202496 3143 0 0 0 5082 1 0 0 25 0 1 0 1008776516 13742080 3077 4294967295 134512640 135213731 3216643904 3216642160 134536798 0 0 0 3 0 0 0 17 0 0 0 0
/proc/14168/statm: 3355 3077 73 172 0 3181 0
Current children cumulated CPU time (s) 51.11
Current children cumulated vsize (KiB) 15836

[startup+102.329 s]
/proc/loadavg: 1.00 1.00 1.00 2/93 14543
/proc/meminfo: memFree=776004/2074464 swapFree=1953004/1959888
[pid=14162] ppid=14160 vsize=2416 CPUtime=0.28
/proc/14162/stat : 14162 (SatELiteGTI) S 14160 14162 9090 0 -1 4194304 384 2199 0 0 0 0 28 0 17 0 1 0 1008776488 2473984 278 4294967295 134512640 135169312 3216830224 3216826440 3085332206 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/14162/statm: 604 278 235 161 0 43 0
[pid=14168] ppid=14162 vsize=13420 CPUtime=102.04
/proc/14168/stat : 14168 (minisat_static) R 14162 14162 9090 0 -1 4202496 3149 0 0 0 10203 1 0 0 25 0 1 0 1008776516 13742080 3083 4294967295 134512640 135213731 3216643904 3216642384 134530193 0 0 0 3 0 0 0 17 0 0 0 0
/proc/14168/statm: 3355 3083 73 172 0 3181 0
Current children cumulated CPU time (s) 102.32
Current children cumulated vsize (KiB) 15836

[startup+162.306 s]
/proc/loadavg: 1.06 1.02 1.00 2/93 14747
/proc/meminfo: memFree=774468/2074464 swapFree=1953004/1959888
[pid=14162] ppid=14160 vsize=2416 CPUtime=0.28
/proc/14162/stat : 14162 (SatELiteGTI) S 14160 14162 9090 0 -1 4194304 384 2199 0 0 0 0 28 0 17 0 1 0 1008776488 2473984 278 4294967295 134512640 135169312 3216830224 3216826440 3085332206 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/14162/statm: 604 278 235 161 0 43 0
[pid=14168] ppid=14162 vsize=14688 CPUtime=162.02
/proc/14168/stat : 14168 (minisat_static) R 14162 14162 9090 0 -1 4202496 3444 0 0 0 16199 3 0 0 25 0 1 0 1008776516 15040512 3378 4294967295 134512640 135213731 3216643904 3216642384 134530117 0 0 0 3 0 0 0 17 0 0 0 0
/proc/14168/statm: 3672 3378 73 172 0 3498 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 17104

[startup+222.313 s]
/proc/loadavg: 1.08 1.03 1.00 2/93 14932
/proc/meminfo: memFree=773004/2074464 swapFree=1953004/1959888
[pid=14162] ppid=14160 vsize=2416 CPUtime=0.28
/proc/14162/stat : 14162 (SatELiteGTI) S 14160 14162 9090 0 -1 4194304 384 2199 0 0 0 0 28 0 17 0 1 0 1008776488 2473984 278 4294967295 134512640 135169312 3216830224 3216826440 3085332206 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/14162/statm: 604 278 235 161 0 43 0
[pid=14168] ppid=14162 vsize=16356 CPUtime=222.03
/proc/14168/stat : 14168 (minisat_static) R 14162 14162 9090 0 -1 4202496 3845 0 0 0 22199 4 0 0 25 0 1 0 1008776516 16748544 3779 4294967295 134512640 135213731 3216643904 3216642160 134537733 0 0 0 3 0 0 0 17 0 0 0 0
/proc/14168/statm: 4089 3779 73 172 0 3915 0
Current children cumulated CPU time (s) 222.31
Current children cumulated vsize (KiB) 18772

[startup+282.31 s]
/proc/loadavg: 1.09 1.04 1.00 2/93 15121
/proc/meminfo: memFree=772912/2074464 swapFree=1953004/1959888
[pid=14162] ppid=14160 vsize=2416 CPUtime=0.28
/proc/14162/stat : 14162 (SatELiteGTI) S 14160 14162 9090 0 -1 4194304 384 2199 0 0 0 0 28 0 17 0 1 0 1008776488 2473984 278 4294967295 134512640 135169312 3216830224 3216826440 3085332206 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/14162/statm: 604 278 235 161 0 43 0
[pid=14168] ppid=14162 vsize=16524 CPUtime=282.03
/proc/14168/stat : 14168 (minisat_static) R 14162 14162 9090 0 -1 4202496 3893 0 0 0 28199 4 0 0 25 0 1 0 1008776516 16920576 3827 4294967295 134512640 135213731 3216643904 3216642160 134536440 0 0 0 3 0 0 0 17 0 0 0 0
/proc/14168/statm: 4131 3827 73 172 0 3957 0
Current children cumulated CPU time (s) 282.31
Current children cumulated vsize (KiB) 18940

[startup+342.317 s]
/proc/loadavg: 1.09 1.04 1.00 3/93 15310
/proc/meminfo: memFree=770664/2074464 swapFree=1953004/1959888
[pid=14162] ppid=14160 vsize=2416 CPUtime=0.28
/proc/14162/stat : 14162 (SatELiteGTI) S 14160 14162 9090 0 -1 4194304 384 2199 0 0 0 0 28 0 17 0 1 0 1008776488 2473984 278 4294967295 134512640 135169312 3216830224 3216826440 3085332206 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/14162/statm: 604 278 235 161 0 43 0
[pid=14168] ppid=14162 vsize=18756 CPUtime=342.04
/proc/14168/stat : 14168 (minisat_static) R 14162 14162 9090 0 -1 4202496 4421 0 0 0 34200 4 0 0 25 0 1 0 1008776516 19206144 4355 4294967295 134512640 135213731 3216643904 3216642384 134530208 0 0 0 3 0 0 0 17 0 0 0 0
/proc/14168/statm: 4689 4355 73 172 0 4515 0
Current children cumulated CPU time (s) 342.32
Current children cumulated vsize (KiB) 21172

[startup+402.314 s]
/proc/loadavg: 1.28 1.09 1.02 2/93 15499
/proc/meminfo: memFree=770540/2074464 swapFree=1953004/1959888
[pid=14162] ppid=14160 vsize=2416 CPUtime=0.28

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

/proc/14162/statm: 604 278 235 161 0 43 0
[pid=14168] ppid=14162 vsize=20124 CPUtime=462.05
/proc/14168/stat : 14168 (minisat_static) R 14162 14162 9090 0 -1 4202496 4760 0 0 0 46200 5 0 0 25 0 1 0 1008776516 20606976 4694 4294967295 134512640 135213731 3216643904 3216642096 134527004 0 0 0 3 0 0 0 17 0 0 0 0
/proc/14168/statm: 5031 4694 73 172 0 4857 0
Current children cumulated CPU time (s) 462.33
Current children cumulated vsize (KiB) 22540

[startup+522.309 s]
/proc/loadavg: 1.13 1.09 1.02 3/93 15873
/proc/meminfo: memFree=768060/2074464 swapFree=1953004/1959888
[pid=14162] ppid=14160 vsize=2416 CPUtime=0.28
/proc/14162/stat : 14162 (SatELiteGTI) S 14160 14162 9090 0 -1 4194304 384 2199 0 0 0 0 28 0 17 0 1 0 1008776488 2473984 278 4294967295 134512640 135169312 3216830224 3216826440 3085332206 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/14162/statm: 604 278 235 161 0 43 0
[pid=14168] ppid=14162 vsize=21536 CPUtime=522.04
/proc/14168/stat : 14168 (minisat_static) R 14162 14162 9090 0 -1 4202496 5081 0 0 0 52198 6 0 0 25 0 1 0 1008776516 22052864 5015 4294967295 134512640 135213731 3216643904 3216642384 134530208 0 0 0 3 0 0 0 17 3 0 0 0
/proc/14168/statm: 5384 5015 73 172 0 5210 0
Current children cumulated CPU time (s) 522.32
Current children cumulated vsize (KiB) 23952

[startup+582.316 s]
/proc/loadavg: 1.11 1.08 1.02 3/93 16066
/proc/meminfo: memFree=767812/2074464 swapFree=1953004/1959888
[pid=14162] ppid=14160 vsize=2416 CPUtime=0.28
/proc/14162/stat : 14162 (SatELiteGTI) S 14160 14162 9090 0 -1 4194304 384 2199 0 0 0 0 28 0 17 0 1 0 1008776488 2473984 278 4294967295 134512640 135169312 3216830224 3216826440 3085332206 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/14162/statm: 604 278 235 161 0 43 0
[pid=14168] ppid=14162 vsize=21536 CPUtime=582.04
/proc/14168/stat : 14168 (minisat_static) R 14162 14162 9090 0 -1 4202496 5085 0 0 0 58198 6 0 0 25 0 1 0 1008776516 22052864 5019 4294967295 134512640 135213731 3216643904 3216642384 134530208 0 0 0 3 0 0 0 17 3 0 0 0
/proc/14168/statm: 5384 5019 73 172 0 5210 0
Current children cumulated CPU time (s) 582.32
Current children cumulated vsize (KiB) 23952

[startup+642.313 s]
/proc/loadavg: 1.26 1.12 1.03 3/93 16253
/proc/meminfo: memFree=767688/2074464 swapFree=1953004/1959888
[pid=14162] ppid=14160 vsize=2416 CPUtime=0.28
/proc/14162/stat : 14162 (SatELiteGTI) S 14160 14162 9090 0 -1 4194304 384 2199 0 0 0 0 28 0 17 0 1 0 1008776488 2473984 278 4294967295 134512640 135169312 3216830224 3216826440 3085332206 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/14162/statm: 604 278 235 161 0 43 0
[pid=14168] ppid=14162 vsize=21748 CPUtime=642.04
/proc/14168/stat : 14168 (minisat_static) R 14162 14162 9090 0 -1 4202496 5130 0 0 0 64198 6 0 0 25 0 1 0 1008776516 22269952 5064 4294967295 134512640 135213731 3216643904 3216642384 134530096 0 0 0 3 0 0 0 17 3 0 0 0
/proc/14168/statm: 5437 5064 73 172 0 5263 0
Current children cumulated CPU time (s) 642.32
Current children cumulated vsize (KiB) 24164

[startup+702.32 s]
/proc/loadavg: 1.34 1.16 1.04 2/93 16442
/proc/meminfo: memFree=766324/2074464 swapFree=1953004/1959888
[pid=14162] ppid=14160 vsize=2416 CPUtime=0.28
/proc/14162/stat : 14162 (SatELiteGTI) S 14160 14162 9090 0 -1 4194304 384 2199 0 0 0 0 28 0 17 0 1 0 1008776488 2473984 278 4294967295 134512640 135169312 3216830224 3216826440 3085332206 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/14162/statm: 604 278 235 161 0 43 0
[pid=14168] ppid=14162 vsize=23428 CPUtime=702.05
/proc/14168/stat : 14168 (minisat_static) R 14162 14162 9090 0 -1 4202496 5545 0 0 0 70199 6 0 0 25 0 1 0 1008776516 23990272 5479 4294967295 134512640 135213731 3216643904 3216642384 134530208 0 0 0 3 0 0 0 17 3 0 0 0
/proc/14168/statm: 5857 5479 73 172 0 5683 0
Current children cumulated CPU time (s) 702.33
Current children cumulated vsize (KiB) 25844

[startup+762.327 s]
/proc/loadavg: 1.18 1.14 1.04 3/93 16631
/proc/meminfo: memFree=763456/2074464 swapFree=1953004/1959888
[pid=14162] ppid=14160 vsize=2416 CPUtime=0.28
/proc/14162/stat : 14162 (SatELiteGTI) S 14160 14162 9090 0 -1 4194304 384 2199 0 0 0 0 28 0 17 0 1 0 1008776488 2473984 278 4294967295 134512640 135169312 3216830224 3216826440 3085332206 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/14162/statm: 604 278 235 161 0 43 0
[pid=14168] ppid=14162 vsize=26216 CPUtime=762.06
/proc/14168/stat : 14168 (minisat_static) R 14162 14162 9090 0 -1 4202496 6266 0 0 0 76200 6 0 0 25 0 1 0 1008776516 26845184 6200 4294967295 134512640 135213731 3216643904 3216642384 134530208 0 0 0 3 0 0 0 17 3 0 0 0
/proc/14168/statm: 6554 6200 73 172 0 6380 0
Current children cumulated CPU time (s) 762.34
Current children cumulated vsize (KiB) 28632

[startup+822.325 s]
/proc/loadavg: 1.06 1.11 1.04 3/93 16816
/proc/meminfo: memFree=762960/2074464 swapFree=1953004/1959888
[pid=14162] ppid=14160 vsize=2416 CPUtime=0.28
/proc/14162/stat : 14162 (SatELiteGTI) S 14160 14162 9090 0 -1 4194304 384 2199 0 0 0 0 28 0 17 0 1 0 1008776488 2473984 278 4294967295 134512640 135169312 3216830224 3216826440 3085332206 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/14162/statm: 604 278 235 161 0 43 0
[pid=14168] ppid=14162 vsize=26876 CPUtime=822.06
/proc/14168/stat : 14168 (minisat_static) R 14162 14162 9090 0 -1 4202496 6423 0 0 0 82200 6 0 0 25 0 1 0 1008776516 27521024 6357 4294967295 134512640 135213731 3216643904 3216642384 134529947 0 0 0 3 0 0 0 17 3 0 0 0
/proc/14168/statm: 6719 6357 73 172 0 6545 0
Current children cumulated CPU time (s) 822.34
Current children cumulated vsize (KiB) 29292

[startup+882.312 s]
/proc/loadavg: 1.12 1.12 1.04 3/93 17005
/proc/meminfo: memFree=757628/2074464 swapFree=1953004/1959888
[pid=14162] ppid=14160 vsize=2416 CPUtime=0.28
/proc/14162/stat : 14162 (SatELiteGTI) S 14160 14162 9090 0 -1 4194304 384 2199 0 0 0 0 28 0 17 0 1 0 1008776488 2473984 278 4294967295 134512640 135169312 3216830224 3216826440 3085332206 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/14162/statm: 604 278 235 161 0 43 0
[pid=14168] ppid=14162 vsize=32228 CPUtime=882.05
/proc/14168/stat : 14168 (minisat_static) R 14162 14162 9090 0 -1 4202496 7711 0 0 0 88198 7 0 0 25 0 1 0 1008776516 33001472 7645 4294967295 134512640 135213731 3216643904 3216642384 134530034 0 0 0 3 0 0 0 17 3 0 0 0
/proc/14168/statm: 8057 7645 73 172 0 7883 0
Current children cumulated CPU time (s) 882.33
Current children cumulated vsize (KiB) 34644

[startup+942.319 s]
/proc/loadavg: 1.11 1.12 1.05 3/93 17196
/proc/meminfo: memFree=757628/2074464 swapFree=1953004/1959888
[pid=14162] ppid=14160 vsize=2416 CPUtime=0.28
/proc/14162/stat : 14162 (SatELiteGTI) S 14160 14162 9090 0 -1 4194304 384 2199 0 0 0 0 28 0 17 0 1 0 1008776488 2473984 278 4294967295 134512640 135169312 3216830224 3216826440 3085332206 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/14162/statm: 604 278 235 161 0 43 0
[pid=14168] ppid=14162 vsize=32180 CPUtime=942.06
/proc/14168/stat : 14168 (minisat_static) R 14162 14162 9090 0 -1 4202496 7714 0 0 0 94199 7 0 0 25 0 1 0 1008776516 32952320 7648 4294967295 134512640 135213731 3216643904 3216642384 134530034 0 0 0 3 0 0 0 17 3 0 0 0
/proc/14168/statm: 8045 7648 73 172 0 7871 0
Current children cumulated CPU time (s) 942.34
Current children cumulated vsize (KiB) 34596

[startup+1002.32 s]
/proc/loadavg: 1.04 1.10 1.04 2/93 17385
/proc/meminfo: memFree=757628/2074464 swapFree=1953004/1959888
[pid=14162] ppid=14160 vsize=2416 CPUtime=0.28
/proc/14162/stat : 14162 (SatELiteGTI) S 14160 14162 9090 0 -1 4194304 384 2199 0 0 0 0 28 0 17 0 1 0 1008776488 2473984 278 4294967295 134512640 135169312 3216830224 3216826440 3085332206 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/14162/statm: 604 278 235 161 0 43 0
[pid=14168] ppid=14162 vsize=32180 CPUtime=1002.06
/proc/14168/stat : 14168 (minisat_static) R 14162 14162 9090 0 -1 4202496 7714 0 0 0 100199 7 0 0 25 0 1 0 1008776516 32952320 7648 4294967295 134512640 135213731 3216643904 3216642160 134536430 0 0 0 3 0 0 0 17 3 0 0 0
/proc/14168/statm: 8045 7648 73 172 0 7871 0
Current children cumulated CPU time (s) 1002.34
Current children cumulated vsize (KiB) 34596

[startup+1062.31 s]
/proc/loadavg: 1.01 1.08 1.04 2/93 17577
/proc/meminfo: memFree=757628/2074464 swapFree=1953004/1959888
[pid=14162] ppid=14160 vsize=2416 CPUtime=0.28
/proc/14162/stat : 14162 (SatELiteGTI) S 14160 14162 9090 0 -1 4194304 384 2199 0 0 0 0 28 0 17 0 1 0 1008776488 2473984 278 4294967295 134512640 135169312 3216830224 3216826440 3085332206 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/14162/statm: 604 278 235 161 0 43 0
[pid=14168] ppid=14162 vsize=32180 CPUtime=1062.06
/proc/14168/stat : 14168 (minisat_static) R 14162 14162 9090 0 -1 4202496 7714 0 0 0 106199 7 0 0 25 0 1 0 1008776516 32952320 7648 4294967295 134512640 135213731 3216643904 3216642384 134529996 0 0 0 3 0 0 0 17 3 0 0 0
/proc/14168/statm: 8045 7648 73 172 0 7871 0
Current children cumulated CPU time (s) 1062.34
Current children cumulated vsize (KiB) 34596

[startup+1122.31 s]
/proc/loadavg: 1.00 1.06 1.03 3/93 17762
/proc/meminfo: memFree=757752/2074464 swapFree=1953004/1959888
[pid=14162] ppid=14160 vsize=2416 CPUtime=0.28
/proc/14162/stat : 14162 (SatELiteGTI) S 14160 14162 9090 0 -1 4194304 384 2199 0 0 0 0 28 0 17 0 1 0 1008776488 2473984 278 4294967295 134512640 135169312 3216830224 3216826440 3085332206 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/14162/statm: 604 278 235 161 0 43 0
[pid=14168] ppid=14162 vsize=32180 CPUtime=1122.06
/proc/14168/stat : 14168 (minisat_static) R 14162 14162 9090 0 -1 4202496 7717 0 0 0 112199 7 0 0 25 0 1 0 1008776516 32952320 7651 4294967295 134512640 135213731 3216643904 3216642384 134529987 0 0 0 3 0 0 0 17 3 0 0 0
/proc/14168/statm: 8045 7651 73 172 0 7871 0
Current children cumulated CPU time (s) 1122.34
Current children cumulated vsize (KiB) 34596

[startup+1182.32 s]
/proc/loadavg: 1.00 1.05 1.02 3/93 17951
/proc/meminfo: memFree=757628/2074464 swapFree=1953004/1959888
[pid=14162] ppid=14160 vsize=2416 CPUtime=0.28
/proc/14162/stat : 14162 (SatELiteGTI) S 14160 14162 9090 0 -1 4194304 384 2199 0 0 0 0 28 0 17 0 1 0 1008776488 2473984 278 4294967295 134512640 135169312 3216830224 3216826440 3085332206 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/14162/statm: 604 278 235 161 0 43 0
[pid=14168] ppid=14162 vsize=32180 CPUtime=1182.07
/proc/14168/stat : 14168 (minisat_static) R 14162 14162 9090 0 -1 4202496 7717 0 0 0 118200 7 0 0 25 0 1 0 1008776516 32952320 7651 4294967295 134512640 135213731 3216643904 3216642384 134530208 0 0 0 3 0 0 0 17 3 0 0 0
/proc/14168/statm: 8045 7651 73 172 0 7871 0
Current children cumulated CPU time (s) 1182.35
Current children cumulated vsize (KiB) 34596



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.01 s]
/proc/loadavg: 1.00 1.04 1.02 3/93 17952
/proc/meminfo: memFree=757848/2074464 swapFree=1953004/1959888
[pid=14162] ppid=14160 vsize=2416 CPUtime=0.28
/proc/14162/stat : 14162 (SatELiteGTI) S 14160 14162 9090 0 -1 4194304 384 2199 0 0 0 0 28 0 17 0 1 0 1008776488 2473984 278 4294967295 134512640 135169312 3216830224 3216826440 3085332206 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/14162/statm: 604 278 235 161 0 43 0
[pid=14168] ppid=14162 vsize=32180 CPUtime=1199.76
/proc/14168/stat : 14168 (minisat_static) R 14162 14162 9090 0 -1 4202496 7717 0 0 0 119969 7 0 0 25 0 1 0 1008776516 32952320 7651 4294967295 134512640 135213731 3216643904 3216642384 134530208 0 0 0 3 0 0 0 17 3 0 0 0
/proc/14168/statm: 8045 7651 73 172 0 7871 0
Current children cumulated CPU time (s) 1200.04
Current children cumulated vsize (KiB) 34596

Sending SIGTERM to process tree (bottom up)

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

Child status: 143
Real time (s): 1200.02
CPU time (s): 1200.05
CPU user time (s): 1199.97
CPU system time (s): 0.08
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 34644

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1199.97
system time used= 0.08
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 10576
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= 20
involuntary context switches= 1933

runsolver used 0 second user time and 0.01 second system time

The end

Launcher Data

Begin job on tipi19 at 2009-05-16 04:59:22
IDJOB=1820427
IDBENCH=20402
IDSOLVER=662
FILE ID=tipi19/1820427-1242442762
PBS_JOBID=
Free space on /tmp= 10157 MiB

SOLVER NAME= APTUSAT 2009-03-22
BENCH NAME= SAT07/industrial/fuhs/hard/AProVE07-25.cnf
COMMAND LINE= SatELiteGTI BENCHNAME -restarts=1
RUNSOLVER COMMAND LINE= runsolver --timestamp  -w /tmp/evaluation-result-1820427-1242442762/watcher-1820427-1242442762 -o /tmp/evaluation-result-1820427-1242442762/solver-1820427-1242442762 -C 1200 -W 1800 -M 1800  SatELiteGTI HOME/instance-1820427-1242442762.cnf -restarts=1

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

MD5SUM BENCH= 0acd143a4e60b38309663b5993b5ded9
RANDOM SEED= 5659602

Linux tipi19 2.6.18 #19 SMP Tue Jun 19 11:27:27 CEST 2007 i686 GNU/Linux

/proc/cpuinfo:
processor	: 0
vendor_id	: AuthenticAMD
cpu family	: 15
model		: 33
model name	: Dual Core AMD Opteron(tm) Processor 265
stepping	: 2
cpu MHz		: 1808.426
cache size	: 1024 KB
physical id	: 0
siblings	: 2
core id		: 0
cpu cores	: 2
fdiv_bug	: no
hlt_bug		: no
f00f_bug	: no
coma_bug	: no
fpu		: yes
fpu_exception	: yes
cpuid level	: 1
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt lm 3dnowext 3dnow pni lahf_lm cmp_legacy ts fid vid ttp
bogomips	: 3618.39

processor	: 1
vendor_id	: AuthenticAMD
cpu family	: 15
model		: 33
model name	: Dual Core AMD Opteron(tm) Processor 265
stepping	: 2
cpu MHz		: 1808.426
cache size	: 1024 KB
physical id	: 0
siblings	: 2
core id		: 1
cpu cores	: 2
fdiv_bug	: no
hlt_bug		: no
f00f_bug	: no
coma_bug	: no
fpu		: yes
fpu_exception	: yes
cpuid level	: 1
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt lm 3dnowext 3dnow pni lahf_lm cmp_legacy ts fid vid ttp
bogomips	: 3616.77

processor	: 2
vendor_id	: AuthenticAMD
cpu family	: 15
model		: 33
model name	: Dual Core AMD Opteron(tm) Processor 265
stepping	: 2
cpu MHz		: 1808.426
cache size	: 1024 KB
physical id	: 1
siblings	: 2
core id		: 0
cpu cores	: 2
fdiv_bug	: no
hlt_bug		: no
f00f_bug	: no
coma_bug	: no
fpu		: yes
fpu_exception	: yes
cpuid level	: 1
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt lm 3dnowext 3dnow pni lahf_lm cmp_legacy ts fid vid ttp
bogomips	: 3616.77

processor	: 3
vendor_id	: AuthenticAMD
cpu family	: 15
model		: 33
model name	: Dual Core AMD Opteron(tm) Processor 265
stepping	: 2
cpu MHz		: 1808.426
cache size	: 1024 KB
physical id	: 1
siblings	: 2
core id		: 1
cpu cores	: 2
fdiv_bug	: no
hlt_bug		: no
f00f_bug	: no
coma_bug	: no
fpu		: yes
fpu_exception	: yes
cpuid level	: 1
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt lm 3dnowext 3dnow pni lahf_lm cmp_legacy ts fid vid ttp
bogomips	: 3616.77


/proc/meminfo:
MemTotal:      2074464 kB
MemFree:        788920 kB
Buffers:         27940 kB
Cached:        1163980 kB
SwapCached:       3036 kB
Active:         453088 kB
Inactive:       748336 kB
HighTotal:     1178688 kB
HighFree:       265784 kB
LowTotal:       895776 kB
LowFree:        523136 kB
SwapTotal:     1959888 kB
SwapFree:      1953004 kB
Dirty:            2068 kB
Writeback:           0 kB
AnonPages:        8464 kB
Mapped:           3424 kB
Slab:            75380 kB
PageTables:        552 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   2997120 kB
Committed_AS:    87784 kB
VmallocTotal:   114680 kB
VmallocUsed:      1324 kB
VmallocChunk:   113264 kB

Free space on /tmp at the end= 10157 MiB
End job on tipi19 at 2009-05-16 05:19:22