Trace number 1832046

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
MiniSAT 09z 2009-03-22? (TO) 1200.12 1200.61

General information on the benchmark

Nameindustrial/fuhs/hard/
AProVE07-01.cnf
MD5SUMd2f77e32530988f77dca5112174eee00
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 variables7502
Number of clauses28770
Sum of the clauses size76290
Maximum clause length847
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 215814
Number of clauses of size 311119
Number of clauses of size 4733
Number of clauses of size 5172
Number of clauses of size over 5931

Solver Data

0.00/0.00	c Parsing...
0.00/0.02	c ==============================================================================
0.00/0.02	c |           |     ORIGINAL     |              LEARNT              |          |
0.00/0.02	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.00/0.02	c ==============================================================================
0.00/0.02	c |         0 |   23237    63534 |    6971       0        0     nan |  0.000 % |
0.00/0.19	c |         0 |   15594    54914 |      --       0       --      -- |     --   | -7643/-8620
0.00/0.19	c ==============================================================================
0.00/0.19	c Result  :   #vars: 2673   #clauses: 15594   #literals: 54914
0.00/0.19	c CPU time:   0.178972 s
0.00/0.19	c ==============================================================================
0.00/0.21	c WARNING: for repeatability, setting FPU to use double precision
0.00/0.21	c Number of variables   : 2673         
0.00/0.21	c Number of clauses     : 15594        
0.00/0.22	c Parsing time: 0.01         s
1200.08/1200.61	HOME/SatELiteGTI: line 36:   959 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:492) (c) roussel@cril.univ-artois.fr

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-1832046-1242768798/watcher-1832046-1242768798 -o /tmp/evaluation-result-1832046-1242768798/solver-1832046-1242768798 -C 1200 -W 1800 -M 1800 SatELiteGTI HOME/instance-1832046-1242768798.cnf -random-seed=1035975653 

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: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.05 1.01 0.98 3/67 953
/proc/meminfo: memFree=1866760/2055920 swapFree=4177268/4192956
[pid=953] ppid=951 vsize=5356 CPUtime=0
/proc/953/stat : 953 (SatELiteGTI) R 951 953 549 0 -1 4194304 292 250 0 0 0 0 0 0 18 0 1 0 304906005 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 209560595103 0 65538 4100 65536 0 0 0 17 0 0 0
/proc/953/statm: 1339 237 197 169 0 50 0

[startup+0.0966261 s]
/proc/loadavg: 1.05 1.01 0.98 3/67 953
/proc/meminfo: memFree=1866760/2055920 swapFree=4177268/4192956
[pid=953] ppid=951 vsize=5356 CPUtime=0
/proc/953/stat : 953 (SatELiteGTI) S 951 953 549 0 -1 4194304 310 250 0 0 0 0 0 0 18 0 1 0 304906005 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 209560593220 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/953/statm: 1339 237 197 169 0 50 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5356

[startup+0.101626 s]
/proc/loadavg: 1.05 1.01 0.98 3/67 953
/proc/meminfo: memFree=1866760/2055920 swapFree=4177268/4192956
[pid=953] ppid=951 vsize=5356 CPUtime=0
/proc/953/stat : 953 (SatELiteGTI) S 951 953 549 0 -1 4194304 310 250 0 0 0 0 0 0 18 0 1 0 304906005 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 209560593220 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/953/statm: 1339 237 197 169 0 50 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5356

[startup+0.301647 s]
/proc/loadavg: 1.05 1.01 0.98 3/67 953
/proc/meminfo: memFree=1866760/2055920 swapFree=4177268/4192956
[pid=953] ppid=951 vsize=5356 CPUtime=0.19
/proc/953/stat : 953 (SatELiteGTI) S 951 953 549 0 -1 4194304 335 1375 0 0 0 0 19 0 16 0 1 0 304906005 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 209560593220 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/953/statm: 1339 239 197 169 0 50 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 5356

[startup+0.701685 s]
/proc/loadavg: 1.05 1.01 0.98 3/67 953
/proc/meminfo: memFree=1866760/2055920 swapFree=4177268/4192956
[pid=953] ppid=951 vsize=5356 CPUtime=0.19
/proc/953/stat : 953 (SatELiteGTI) S 951 953 549 0 -1 4194304 335 1375 0 0 0 0 19 0 16 0 1 0 304906005 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 209560593220 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/953/statm: 1339 239 197 169 0 50 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 5356

[startup+1.50175 s]
/proc/loadavg: 1.05 1.01 0.98 2/69 959
/proc/meminfo: memFree=1863352/2055920 swapFree=4177268/4192956
[pid=953] ppid=951 vsize=5356 CPUtime=0.19
/proc/953/stat : 953 (SatELiteGTI) S 951 953 549 0 -1 4194304 335 1375 0 0 0 0 19 0 16 0 1 0 304906005 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 209560593220 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/953/statm: 1339 239 197 169 0 50 0
[pid=959] ppid=953 vsize=4252 CPUtime=1.28
/proc/959/stat : 959 (minisat_static) R 953 953 549 0 -1 4194304 793 0 0 0 128 0 0 0 25 0 1 0 304906026 4354048 779 1992294400 134512640 135212243 4294956256 18446744073709551615 134526220 0 0 4096 3 0 0 0 17 0 0 0
/proc/959/statm: 1063 779 76 170 0 890 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 9608

[startup+3.10289 s]
/proc/loadavg: 1.05 1.01 0.98 2/69 959
/proc/meminfo: memFree=1862136/2055920 swapFree=4177268/4192956
[pid=953] ppid=951 vsize=5356 CPUtime=0.19
/proc/953/stat : 953 (SatELiteGTI) S 951 953 549 0 -1 4194304 335 1375 0 0 0 0 19 0 16 0 1 0 304906005 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 209560593220 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/953/statm: 1339 239 197 169 0 50 0
[pid=959] ppid=953 vsize=6012 CPUtime=2.88
/proc/959/stat : 959 (minisat_static) R 953 953 549 0 -1 4194304 1222 0 0 0 288 0 0 0 25 0 1 0 304906026 6156288 1208 1992294400 134512640 135212243 4294956256 18446744073709551615 134526072 0 0 4096 3 0 0 0 17 0 0 0
/proc/959/statm: 1503 1208 76 170 0 1330 0
Current children cumulated CPU time (s) 3.07
Current children cumulated vsize (KiB) 11368

[startup+6.30118 s]
/proc/loadavg: 1.05 1.01 0.98 2/69 959
/proc/meminfo: memFree=1859128/2055920 swapFree=4177268/4192956
[pid=953] ppid=951 vsize=5356 CPUtime=0.19
/proc/953/stat : 953 (SatELiteGTI) S 951 953 549 0 -1 4194304 335 1375 0 0 0 0 19 0 16 0 1 0 304906005 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 209560593220 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/953/statm: 1339 239 197 169 0 50 0
[pid=959] ppid=953 vsize=8256 CPUtime=6.07
/proc/959/stat : 959 (minisat_static) R 953 953 549 0 -1 4194304 1788 0 0 0 607 0 0 0 25 0 1 0 304906026 8454144 1774 1992294400 134512640 135212243 4294956256 18446744073709551615 134528016 0 0 4096 3 0 0 0 17 0 0 0
/proc/959/statm: 2064 1774 76 170 0 1891 0
Current children cumulated CPU time (s) 6.26
Current children cumulated vsize (KiB) 13612

[startup+12.7028 s]
/proc/loadavg: 1.04 1.01 0.98 2/69 959
/proc/meminfo: memFree=1855672/2055920 swapFree=4177268/4192956
[pid=953] ppid=951 vsize=5356 CPUtime=0.19
/proc/953/stat : 953 (SatELiteGTI) S 951 953 549 0 -1 4194304 335 1375 0 0 0 0 19 0 16 0 1 0 304906005 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 209560593220 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/953/statm: 1339 239 197 169 0 50 0
[pid=959] ppid=953 vsize=11456 CPUtime=12.47
/proc/959/stat : 959 (minisat_static) R 953 953 549 0 -1 4194304 2580 0 0 0 1245 2 0 0 25 0 1 0 304906026 11730944 2566 1992294400 134512640 135212243 4294956256 18446744073709551615 134526078 0 0 4096 3 0 0 0 17 0 0 0
/proc/959/statm: 2864 2566 76 170 0 2691 0
Current children cumulated CPU time (s) 12.66
Current children cumulated vsize (KiB) 16812

[startup+25.5019 s]
/proc/loadavg: 1.03 1.01 0.98 2/69 959
/proc/meminfo: memFree=1852864/2055920 swapFree=4177268/4192956
[pid=953] ppid=951 vsize=5356 CPUtime=0.19
/proc/953/stat : 953 (SatELiteGTI) S 951 953 549 0 -1 4194304 335 1375 0 0 0 0 19 0 16 0 1 0 304906005 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 209560593220 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/953/statm: 1339 239 197 169 0 50 0
[pid=959] ppid=953 vsize=14056 CPUtime=25.27
/proc/959/stat : 959 (minisat_static) R 953 953 549 0 -1 4194304 3211 0 0 0 2524 3 0 0 25 0 1 0 304906026 14393344 3197 1992294400 134512640 135212243 4294956256 18446744073709551615 134526078 0 0 4096 3 0 0 0 17 0 0 0
/proc/959/statm: 3514 3197 76 170 0 3341 0
Current children cumulated CPU time (s) 25.46
Current children cumulated vsize (KiB) 19412

[startup+51.1012 s]
/proc/loadavg: 1.02 1.01 0.98 2/69 959
/proc/meminfo: memFree=1852096/2055920 swapFree=4177268/4192956
[pid=953] ppid=951 vsize=5356 CPUtime=0.19
/proc/953/stat : 953 (SatELiteGTI) S 951 953 549 0 -1 4194304 335 1375 0 0 0 0 19 0 16 0 1 0 304906005 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 209560593220 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/953/statm: 1339 239 197 169 0 50 0
[pid=959] ppid=953 vsize=14864 CPUtime=50.86
/proc/959/stat : 959 (minisat_static) R 953 953 549 0 -1 4194304 3425 0 0 0 5083 3 0 0 25 0 1 0 304906026 15220736 3411 1992294400 134512640 135212243 4294956256 18446744073709551615 134526154 0 0 4096 3 0 0 0 17 0 0 0
/proc/959/statm: 3716 3411 76 170 0 3543 0
Current children cumulated CPU time (s) 51.05
Current children cumulated vsize (KiB) 20220

[startup+102.306 s]
/proc/loadavg: 1.01 1.00 0.98 2/69 959
/proc/meminfo: memFree=1849984/2055920 swapFree=4177268/4192956
[pid=953] ppid=951 vsize=5356 CPUtime=0.19
/proc/953/stat : 953 (SatELiteGTI) S 951 953 549 0 -1 4194304 335 1375 0 0 0 0 19 0 16 0 1 0 304906005 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 209560593220 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/953/statm: 1339 239 197 169 0 50 0
[pid=959] ppid=953 vsize=16996 CPUtime=102.04
/proc/959/stat : 959 (minisat_static) R 953 953 549 0 -1 4194304 3926 0 0 0 10200 4 0 0 25 0 1 0 304906026 17403904 3912 1992294400 134512640 135212243 4294956256 18446744073709551615 134526136 0 0 4096 3 0 0 0 17 0 0 0
/proc/959/statm: 4249 3912 76 170 0 4076 0
Current children cumulated CPU time (s) 102.23
Current children cumulated vsize (KiB) 22352

[startup+162.301 s]
/proc/loadavg: 1.00 1.00 0.98 2/69 959
/proc/meminfo: memFree=1848192/2055920 swapFree=4177268/4192956
[pid=953] ppid=951 vsize=5356 CPUtime=0.19
/proc/953/stat : 953 (SatELiteGTI) S 951 953 549 0 -1 4194304 335 1375 0 0 0 0 19 0 16 0 1 0 304906005 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 209560593220 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/953/statm: 1339 239 197 169 0 50 0
[pid=959] ppid=953 vsize=18712 CPUtime=162.01
/proc/959/stat : 959 (minisat_static) R 953 953 549 0 -1 4194304 4356 0 0 0 16197 4 0 0 25 0 1 0 304906026 19161088 4342 1992294400 134512640 135212243 4294956256 18446744073709551615 134526461 0 0 4096 3 0 0 0 17 0 0 0
/proc/959/statm: 4678 4342 76 170 0 4505 0
Current children cumulated CPU time (s) 162.2
Current children cumulated vsize (KiB) 24068

[startup+222.301 s]
/proc/loadavg: 1.00 1.00 0.98 2/69 959
/proc/meminfo: memFree=1846656/2055920 swapFree=4177268/4192956
[pid=953] ppid=951 vsize=5356 CPUtime=0.19
/proc/953/stat : 953 (SatELiteGTI) S 951 953 549 0 -1 4194304 335 1375 0 0 0 0 19 0 16 0 1 0 304906005 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 209560593220 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/953/statm: 1339 239 197 169 0 50 0
[pid=959] ppid=953 vsize=20248 CPUtime=221.98
/proc/959/stat : 959 (minisat_static) R 953 953 549 0 -1 4194304 4743 0 0 0 22193 5 0 0 25 0 1 0 304906026 20733952 4729 1992294400 134512640 135212243 4294956256 18446744073709551615 134526211 0 0 4096 3 0 0 0 17 0 0 0
/proc/959/statm: 5062 4729 76 170 0 4889 0
Current children cumulated CPU time (s) 222.17
Current children cumulated vsize (KiB) 25604

[startup+282.302 s]
/proc/loadavg: 1.00 1.00 0.98 2/69 959
/proc/meminfo: memFree=1845568/2055920 swapFree=4177268/4192956
[pid=953] ppid=951 vsize=5356 CPUtime=0.19
/proc/953/stat : 953 (SatELiteGTI) S 951 953 549 0 -1 4194304 335 1375 0 0 0 0 19 0 16 0 1 0 304906005 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 209560593220 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/953/statm: 1339 239 197 169 0 50 0
[pid=959] ppid=953 vsize=21172 CPUtime=281.96
/proc/959/stat : 959 (minisat_static) R 953 953 549 0 -1 4194304 5004 0 0 0 28191 5 0 0 25 0 1 0 304906026 21680128 4990 1992294400 134512640 135212243 4294956256 18446744073709551615 134526248 0 0 4096 3 0 0 0 17 0 0 0
/proc/959/statm: 5293 4990 76 170 0 5120 0
Current children cumulated CPU time (s) 282.15
Current children cumulated vsize (KiB) 26528

[startup+342.301 s]
/proc/loadavg: 1.00 1.00 0.98 2/69 959
/proc/meminfo: memFree=1843392/2055920 swapFree=4177268/4192956
[pid=953] ppid=951 vsize=5356 CPUtime=0.19
/proc/953/stat : 953 (SatELiteGTI) S 951 953 549 0 -1 4194304 335 1375 0 0 0 0 19 0 16 0 1 0 304906005 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 209560593220 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/953/statm: 1339 239 197 169 0 50 0
[pid=959] ppid=953 vsize=23596 CPUtime=341.93
/proc/959/stat : 959 (minisat_static) R 953 953 549 0 -1 4194304 5550 0 0 0 34187 6 0 0 25 0 1 0 304906026 24162304 5536 1992294400 134512640 135212243 4294956256 18446744073709551615 134526197 0 0 4096 3 0 0 0 17 0 0 0
/proc/959/statm: 5899 5536 76 170 0 5726 0
Current children cumulated CPU time (s) 342.12
Current children cumulated vsize (KiB) 28952

[startup+402.302 s]
/proc/loadavg: 1.00 1.00 0.98 2/69 959
/proc/meminfo: memFree=1841920/2055920 swapFree=4177268/4192956
[pid=953] ppid=951 vsize=5356 CPUtime=0.19
/proc/953/stat : 953 (SatELiteGTI) S 951 953 549 0 -1 4194304 335 1375 0 0 0 0 19 0 16 0 1 0 304906005 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 209560593220 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/953/statm: 1339 239 197 169 0 50 0
[pid=959] ppid=953 vsize=25152 CPUtime=401.92
/proc/959/stat : 959 (minisat_static) R 953 953 549 0 -1 4194304 5951 0 0 0 40185 7 0 0 25 0 1 0 304906026 25755648 5937 1992294400 134512640 135212243 4294956256 18446744073709551615 134526010 0 0 4096 3 0 0 0 17 0 0 0
/proc/959/statm: 6288 5937 76 170 0 6115 0
Current children cumulated CPU time (s) 402.11
Current children cumulated vsize (KiB) 30508

[startup+462.302 s]

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

[pid=959] ppid=953 vsize=26224 CPUtime=461.89
/proc/959/stat : 959 (minisat_static) R 953 953 549 0 -1 4194304 6208 0 0 0 46182 7 0 0 25 0 1 0 304906026 26853376 6194 1992294400 134512640 135212243 4294956256 18446744073709551615 134526248 0 0 4096 3 0 0 0 17 0 0 0
/proc/959/statm: 6556 6194 76 170 0 6383 0
Current children cumulated CPU time (s) 462.08
Current children cumulated vsize (KiB) 31580

[startup+522.301 s]
/proc/loadavg: 1.00 1.00 0.98 2/69 959
/proc/meminfo: memFree=1838208/2055920 swapFree=4177268/4192956
[pid=953] ppid=951 vsize=5356 CPUtime=0.19
/proc/953/stat : 953 (SatELiteGTI) S 951 953 549 0 -1 4194304 335 1375 0 0 0 0 19 0 16 0 1 0 304906005 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 209560593220 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/953/statm: 1339 239 197 169 0 50 0
[pid=959] ppid=953 vsize=28548 CPUtime=521.87
/proc/959/stat : 959 (minisat_static) R 953 953 549 0 -1 4194304 6809 0 0 0 52179 8 0 0 25 0 1 0 304906026 29233152 6795 1992294400 134512640 135212243 4294956256 18446744073709551615 134526123 0 0 4096 3 0 0 0 17 0 0 0
/proc/959/statm: 7137 6795 76 170 0 6964 0
Current children cumulated CPU time (s) 522.06
Current children cumulated vsize (KiB) 33904

[startup+582.302 s]
/proc/loadavg: 1.00 1.00 0.98 2/69 961
/proc/meminfo: memFree=1837824/2055920 swapFree=4177268/4192956
[pid=953] ppid=951 vsize=5356 CPUtime=0.19
/proc/953/stat : 953 (SatELiteGTI) S 951 953 549 0 -1 4194304 335 1375 0 0 0 0 19 0 16 0 1 0 304906005 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 209560593220 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/953/statm: 1339 239 197 169 0 50 0
[pid=959] ppid=953 vsize=28548 CPUtime=581.84
/proc/959/stat : 959 (minisat_static) R 953 953 549 0 -1 4194304 6809 0 0 0 58176 8 0 0 25 0 1 0 304906026 29233152 6795 1992294400 134512640 135212243 4294956256 18446744073709551615 134526162 0 0 4096 3 0 0 0 17 0 0 0
/proc/959/statm: 7137 6795 76 170 0 6964 0
Current children cumulated CPU time (s) 582.03
Current children cumulated vsize (KiB) 33904

[startup+642.302 s]
/proc/loadavg: 1.00 1.00 0.98 2/69 961
/proc/meminfo: memFree=1837248/2055920 swapFree=4177268/4192956
[pid=953] ppid=951 vsize=5356 CPUtime=0.19
/proc/953/stat : 953 (SatELiteGTI) S 951 953 549 0 -1 4194304 335 1375 0 0 0 0 19 0 16 0 1 0 304906005 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 209560593220 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/953/statm: 1339 239 197 169 0 50 0
[pid=959] ppid=953 vsize=29308 CPUtime=641.82
/proc/959/stat : 959 (minisat_static) R 953 953 549 0 -1 4194304 7008 0 0 0 64174 8 0 0 25 0 1 0 304906026 30011392 6994 1992294400 134512640 135212243 4294956256 18446744073709551615 134526157 0 0 4096 3 0 0 0 17 0 0 0
/proc/959/statm: 7327 6994 76 170 0 7154 0
Current children cumulated CPU time (s) 642.01
Current children cumulated vsize (KiB) 34664

[startup+702.301 s]
/proc/loadavg: 1.00 1.00 0.98 2/69 961
/proc/meminfo: memFree=1836032/2055920 swapFree=4177268/4192956
[pid=953] ppid=951 vsize=5356 CPUtime=0.19
/proc/953/stat : 953 (SatELiteGTI) S 951 953 549 0 -1 4194304 335 1375 0 0 0 0 19 0 16 0 1 0 304906005 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 209560593220 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/953/statm: 1339 239 197 169 0 50 0
[pid=959] ppid=953 vsize=30512 CPUtime=701.8
/proc/959/stat : 959 (minisat_static) R 953 953 549 0 -1 4194304 7310 0 0 0 70171 9 0 0 25 0 1 0 304906026 31244288 7296 1992294400 134512640 135212243 4294956256 18446744073709551615 134526072 0 0 4096 3 0 0 0 17 0 0 0
/proc/959/statm: 7628 7296 76 170 0 7455 0
Current children cumulated CPU time (s) 701.99
Current children cumulated vsize (KiB) 35868

[startup+762.307 s]
/proc/loadavg: 1.00 1.00 0.98 2/69 961
/proc/meminfo: memFree=1835904/2055920 swapFree=4177268/4192956
[pid=953] ppid=951 vsize=5356 CPUtime=0.19
/proc/953/stat : 953 (SatELiteGTI) S 951 953 549 0 -1 4194304 335 1375 0 0 0 0 19 0 16 0 1 0 304906005 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 209560593220 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/953/statm: 1339 239 197 169 0 50 0
[pid=959] ppid=953 vsize=30696 CPUtime=761.77
/proc/959/stat : 959 (minisat_static) R 953 953 549 0 -1 4194304 7344 0 0 0 76168 9 0 0 25 0 1 0 304906026 31432704 7330 1992294400 134512640 135212243 4294956256 18446744073709551615 134526475 0 0 4096 3 0 0 0 17 0 0 0
/proc/959/statm: 7674 7330 76 170 0 7501 0
Current children cumulated CPU time (s) 761.96
Current children cumulated vsize (KiB) 36052

[startup+822.301 s]
/proc/loadavg: 1.00 1.00 0.98 2/69 961
/proc/meminfo: memFree=1832640/2055920 swapFree=4177268/4192956
[pid=953] ppid=951 vsize=5356 CPUtime=0.19
/proc/953/stat : 953 (SatELiteGTI) S 951 953 549 0 -1 4194304 335 1375 0 0 0 0 19 0 16 0 1 0 304906005 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 209560593220 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/953/statm: 1339 239 197 169 0 50 0
[pid=959] ppid=953 vsize=34208 CPUtime=821.75
/proc/959/stat : 959 (minisat_static) R 953 953 549 0 -1 4194304 8162 0 0 0 82165 10 0 0 25 0 1 0 304906026 35028992 8148 1992294400 134512640 135212243 4294956256 18446744073709551615 134526086 0 0 4096 3 0 0 0 17 0 0 0
/proc/959/statm: 8552 8148 76 170 0 8379 0
Current children cumulated CPU time (s) 821.94
Current children cumulated vsize (KiB) 39564

[startup+882.301 s]
/proc/loadavg: 1.00 1.00 0.98 2/69 961
/proc/meminfo: memFree=1832640/2055920 swapFree=4177268/4192956
[pid=953] ppid=951 vsize=5356 CPUtime=0.19
/proc/953/stat : 953 (SatELiteGTI) S 951 953 549 0 -1 4194304 335 1375 0 0 0 0 19 0 16 0 1 0 304906005 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 209560593220 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/953/statm: 1339 239 197 169 0 50 0
[pid=959] ppid=953 vsize=34208 CPUtime=881.72
/proc/959/stat : 959 (minisat_static) R 953 953 549 0 -1 4194304 8162 0 0 0 88162 10 0 0 25 0 1 0 304906026 35028992 8148 1992294400 134512640 135212243 4294956256 18446744073709551615 134526248 0 0 4096 3 0 0 0 17 0 0 0
/proc/959/statm: 8552 8148 76 170 0 8379 0
Current children cumulated CPU time (s) 881.91
Current children cumulated vsize (KiB) 39564

[startup+942.302 s]
/proc/loadavg: 1.00 1.00 0.98 2/69 961
/proc/meminfo: memFree=1832512/2055920 swapFree=4177268/4192956
[pid=953] ppid=951 vsize=5356 CPUtime=0.19
/proc/953/stat : 953 (SatELiteGTI) S 951 953 549 0 -1 4194304 335 1375 0 0 0 0 19 0 16 0 1 0 304906005 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 209560593220 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/953/statm: 1339 239 197 169 0 50 0
[pid=959] ppid=953 vsize=34352 CPUtime=941.69
/proc/959/stat : 959 (minisat_static) R 953 953 549 0 -1 4194304 8189 0 0 0 94159 10 0 0 25 0 1 0 304906026 35176448 8175 1992294400 134512640 135212243 4294956256 18446744073709551615 134526248 0 0 4096 3 0 0 0 17 0 0 0
/proc/959/statm: 8588 8175 76 170 0 8415 0
Current children cumulated CPU time (s) 941.88
Current children cumulated vsize (KiB) 39708

[startup+1002.3 s]
/proc/loadavg: 1.00 1.00 0.98 2/69 961
/proc/meminfo: memFree=1829696/2055920 swapFree=4177268/4192956
[pid=953] ppid=951 vsize=5356 CPUtime=0.19
/proc/953/stat : 953 (SatELiteGTI) S 951 953 549 0 -1 4194304 335 1375 0 0 0 0 19 0 16 0 1 0 304906005 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 209560593220 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/953/statm: 1339 239 197 169 0 50 0
[pid=959] ppid=953 vsize=37116 CPUtime=1001.67
/proc/959/stat : 959 (minisat_static) R 953 953 549 0 -1 4194304 8881 0 0 0 100156 11 0 0 25 0 1 0 304906026 38006784 8867 1992294400 134512640 135212243 4294956256 18446744073709551615 134526078 0 0 4096 3 0 0 0 17 0 0 0
/proc/959/statm: 9279 8867 76 170 0 9106 0
Current children cumulated CPU time (s) 1001.86
Current children cumulated vsize (KiB) 42472

[startup+1062.3 s]
/proc/loadavg: 1.00 1.00 0.98 2/69 961
/proc/meminfo: memFree=1829056/2055920 swapFree=4177268/4192956
[pid=953] ppid=951 vsize=5356 CPUtime=0.19
/proc/953/stat : 953 (SatELiteGTI) S 951 953 549 0 -1 4194304 335 1375 0 0 0 0 19 0 16 0 1 0 304906005 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 209560593220 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/953/statm: 1339 239 197 169 0 50 0
[pid=959] ppid=953 vsize=37676 CPUtime=1061.65
/proc/959/stat : 959 (minisat_static) R 953 953 549 0 -1 4194304 9034 0 0 0 106154 11 0 0 25 0 1 0 304906026 38580224 9020 1992294400 134512640 135212243 4294956256 18446744073709551615 134526248 0 0 4096 3 0 0 0 17 0 0 0
/proc/959/statm: 9419 9020 76 170 0 9246 0
Current children cumulated CPU time (s) 1061.84
Current children cumulated vsize (KiB) 43032

[startup+1122.3 s]
/proc/loadavg: 1.00 1.00 0.98 2/69 961
/proc/meminfo: memFree=1828992/2055920 swapFree=4177268/4192956
[pid=953] ppid=951 vsize=5356 CPUtime=0.19
/proc/953/stat : 953 (SatELiteGTI) S 951 953 549 0 -1 4194304 335 1375 0 0 0 0 19 0 16 0 1 0 304906005 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 209560593220 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/953/statm: 1339 239 197 169 0 50 0
[pid=959] ppid=953 vsize=37824 CPUtime=1121.62
/proc/959/stat : 959 (minisat_static) R 953 953 549 0 -1 4194304 9049 0 0 0 112151 11 0 0 25 0 1 0 304906026 38731776 9035 1992294400 134512640 135212243 4294956256 18446744073709551615 134526459 0 0 4096 3 0 0 0 17 0 0 0
/proc/959/statm: 9456 9035 76 170 0 9283 0
Current children cumulated CPU time (s) 1121.81
Current children cumulated vsize (KiB) 43180

[startup+1182.3 s]
/proc/loadavg: 1.00 1.00 0.98 2/69 961
/proc/meminfo: memFree=1828736/2055920 swapFree=4177268/4192956
[pid=953] ppid=951 vsize=5356 CPUtime=0.19
/proc/953/stat : 953 (SatELiteGTI) S 951 953 549 0 -1 4194304 335 1375 0 0 0 0 19 0 16 0 1 0 304906005 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 209560593220 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/953/statm: 1339 239 197 169 0 50 0
[pid=959] ppid=953 vsize=37988 CPUtime=1181.59
/proc/959/stat : 959 (minisat_static) R 953 953 549 0 -1 4194304 9092 0 0 0 118148 11 0 0 25 0 1 0 304906026 38899712 9078 1992294400 134512640 135212243 4294956256 18446744073709551615 134526055 0 0 4096 3 0 0 0 17 0 0 0
/proc/959/statm: 9497 9078 76 170 0 9324 0
Current children cumulated CPU time (s) 1181.78
Current children cumulated vsize (KiB) 43344



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.6 s]
/proc/loadavg: 1.00 1.00 0.98 2/69 961
/proc/meminfo: memFree=1828672/2055920 swapFree=4177268/4192956
[pid=953] ppid=951 vsize=5356 CPUtime=0.19
/proc/953/stat : 953 (SatELiteGTI) S 951 953 549 0 -1 4194304 335 1375 0 0 0 0 19 0 16 0 1 0 304906005 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 209560593220 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/953/statm: 1339 239 197 169 0 50 0
[pid=959] ppid=953 vsize=37988 CPUtime=1199.89
/proc/959/stat : 959 (minisat_static) R 953 953 549 0 -1 4194304 9116 0 0 0 119978 11 0 0 25 0 1 0 304906026 38899712 9102 1992294400 134512640 135212243 4294956256 18446744073709551615 134526197 0 0 4096 3 0 0 0 17 0 0 0
/proc/959/statm: 9497 9102 76 170 0 9324 0
Current children cumulated CPU time (s) 1200.08
Current children cumulated vsize (KiB) 43344

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.61
CPU time (s): 1200.12
CPU user time (s): 1199.98
CPU system time (s): 0.132979
CPU usage (%): 99.9586
Max. virtual memory (cumulated for all children) (KiB): 43344

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1199.98
system time used= 0.132979
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 10835
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= 15
involuntary context switches= 3907

runsolver used 1.15382 second user time and 3.22451 second system time

The end

Launcher Data

Begin job on node68 at 2009-05-19 23:33:18
IDJOB=1832046
IDBENCH=20399
IDSOLVER=672
FILE ID=node68/1832046-1242768798
PBS_JOBID= 9322234
Free space on /tmp= 66172 MiB

SOLVER NAME= MiniSAT 09z 2009-03-22
BENCH NAME= SAT07/industrial/fuhs/hard/AProVE07-01.cnf
COMMAND LINE= SatELiteGTI BENCHNAME -random-seed=RANDOMSEED
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1832046-1242768798/watcher-1832046-1242768798 -o /tmp/evaluation-result-1832046-1242768798/solver-1832046-1242768798 -C 1200 -W 1800 -M 1800  SatELiteGTI HOME/instance-1832046-1242768798.cnf -random-seed=1035975653

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

MD5SUM BENCH= d2f77e32530988f77dca5112174eee00
RANDOM SEED=1035975653

node68.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.223
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.223
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:       1867176 kB
Buffers:          8416 kB
Cached:         141188 kB
SwapCached:       7272 kB
Active:          60196 kB
Inactive:        98224 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1867176 kB
SwapTotal:     4192956 kB
SwapFree:      4177268 kB
Dirty:            2028 kB
Writeback:           0 kB
Mapped:          14672 kB
Slab:            15884 kB
Committed_AS:   900444 kB
PageTables:       1580 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= 66172 MiB
End job on node68 at 2009-05-19 23:53:21