Trace number 1820311

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
MiniSat2hack 2009-03-23? (TO) 1200.02 1200.02

General information on the benchmark

Nameindustrial/anbulagan/
hard-unsat/total-10-17-u.cnf
MD5SUM9ce7c48a28ddd5790e38607bb893dd38
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 variables293864
Number of clauses1370917
Sum of the clauses size3163902
Maximum clause length10
Minimum clause length1
Number of clauses of size 124516
Number of clauses of size 21065117
Number of clauses of size 3226184
Number of clauses of size 46120
Number of clauses of size 524480
Number of clauses of size over 524500

Solver Data

0.00/0.00	c Parsing...
1.33/1.33	c ==============================================================================
1.33/1.33	c |           |     ORIGINAL     |              LEARNT              |          |
1.33/1.33	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
1.33/1.33	c ==============================================================================
1.33/1.33	c |         0 | 1346401  3139386 |  403920       0        0     nan |  0.000 % |
9.51/9.62	c |         0 |  534198  1400252 |      --       0       --      -- |     --   | -504732/-1043370
9.61/9.62	c ==============================================================================
9.61/9.62	c Result  :   #vars: 84762   #clauses: 534198   #literals: 1400252
9.61/9.62	c CPU time:   9.25 s
9.61/9.62	c ==============================================================================
10.10/10.20	This is MiniSat 2.0 beta with hacks by AVG
10.10/10.20	WARNING: for repeatability, setting FPU to use double precision
10.10/10.20	============================[ Problem Statistics ]=============================
10.10/10.20	|                                                                             |
10.10/10.20	|  Number of variables:  84762                                                |
10.10/10.20	|  Number of clauses:    534198                                               |
10.18/10.58	|  Parsing time:         0.35         s                                       |
1200.00/1200.02	HOME/SatELiteGTI: line 36: 31725 Terminated              $MS $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-1820311-1242425645/watcher-1820311-1242425645 -o /tmp/evaluation-result-1820311-1242425645/solver-1820311-1242425645 -C 1200 -W 1800 -M 1800 SatELiteGTI HOME/instance-1820311-1242425645.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
Current StackSize limit: 8192 KiB


[startup+0 s]
/proc/loadavg: 1.00 1.00 0.97 2/97 31718
/proc/meminfo: memFree=1028636/2074464 swapFree=1949244/1959888
[pid=31718] ppid=31716 vsize=2416 CPUtime=0.01
/proc/31718/stat : 31718 (SatELiteGTI) S 31716 31718 16367 0 -1 4194304 365 647 0 0 0 0 0 1 18 0 1 0 1007065732 2473984 276 4294967295 134512640 135169312 3218387104 3218385640 3085172462 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/31718/statm: 604 276 235 161 0 43 0
[pid=31722] ppid=31718 vsize=1092 CPUtime=0
/proc/31722/stat : 31722 (SatELite_releas) R 31718 31718 16367 0 -1 4202496 152 0 0 0 0 0 0 0 21 0 1 0 1007065733 1118208 88 4294967295 134512640 135223648 3213464528 3213463408 134543108 0 0 0 3 0 0 0 17 0 0 0 0
/proc/31722/statm: 273 88 46 174 0 98 0

[startup+0.092316 s]
/proc/loadavg: 1.00 1.00 0.97 2/97 31718
/proc/meminfo: memFree=1028636/2074464 swapFree=1949244/1959888
[pid=31718] ppid=31716 vsize=2416 CPUtime=0.01
/proc/31718/stat : 31718 (SatELiteGTI) S 31716 31718 16367 0 -1 4194304 365 647 0 0 0 0 0 1 18 0 1 0 1007065732 2473984 276 4294967295 134512640 135169312 3218387104 3218385640 3085172462 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/31718/statm: 604 276 235 161 0 43 0
[pid=31722] ppid=31718 vsize=14512 CPUtime=0.09
/proc/31722/stat : 31722 (SatELite_releas) R 31718 31718 16367 0 -1 4202496 3370 0 0 0 7 2 0 0 21 0 1 0 1007065733 14860288 3306 4294967295 134512640 135223648 3213464528 3213463112 134718983 0 0 0 3 0 0 0 17 0 0 0 0
/proc/31722/statm: 3628 3306 46 174 0 3453 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 16928

[startup+0.122314 s]
/proc/loadavg: 1.00 1.00 0.97 2/97 31718
/proc/meminfo: memFree=1028636/2074464 swapFree=1949244/1959888
[pid=31718] ppid=31716 vsize=2416 CPUtime=0.01
/proc/31718/stat : 31718 (SatELiteGTI) S 31716 31718 16367 0 -1 4194304 365 647 0 0 0 0 0 1 18 0 1 0 1007065732 2473984 276 4294967295 134512640 135169312 3218387104 3218385640 3085172462 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/31718/statm: 604 276 235 161 0 43 0
[pid=31722] ppid=31718 vsize=22852 CPUtime=0.12
/proc/31722/stat : 31722 (SatELite_releas) R 31718 31718 16367 0 -1 4202496 4766 0 0 0 10 2 0 0 21 0 1 0 1007065733 23400448 4702 4294967295 134512640 135223648 3213464528 3213463480 134737310 0 0 0 3 0 0 0 17 0 0 0 0
/proc/31722/statm: 5713 4703 46 174 0 5538 0
Current children cumulated CPU time (s) 0.13
Current children cumulated vsize (KiB) 25268

[startup+0.322303 s]
/proc/loadavg: 1.00 1.00 0.97 2/97 31718
/proc/meminfo: memFree=1028636/2074464 swapFree=1949244/1959888
[pid=31718] ppid=31716 vsize=2416 CPUtime=0.01
/proc/31718/stat : 31718 (SatELiteGTI) S 31716 31718 16367 0 -1 4194304 365 647 0 0 0 0 0 1 18 0 1 0 1007065732 2473984 276 4294967295 134512640 135169312 3218387104 3218385640 3085172462 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/31718/statm: 604 276 235 161 0 43 0
[pid=31722] ppid=31718 vsize=76308 CPUtime=0.32
/proc/31722/stat : 31722 (SatELite_releas) R 31718 31718 16367 0 -1 4202496 12784 0 0 0 29 3 0 0 21 0 1 0 1007065733 78139392 12720 4294967295 134512640 135223648 3213464528 3213463480 134737310 0 0 0 3 0 0 0 17 0 0 0 0
/proc/31722/statm: 19077 12720 46 174 0 18902 0
Current children cumulated CPU time (s) 0.33
Current children cumulated vsize (KiB) 78724

[startup+0.722281 s]
/proc/loadavg: 1.00 1.00 0.97 2/97 31718
/proc/meminfo: memFree=1028636/2074464 swapFree=1949244/1959888
[pid=31718] ppid=31716 vsize=2416 CPUtime=0.01
/proc/31718/stat : 31718 (SatELiteGTI) S 31716 31718 16367 0 -1 4194304 365 647 0 0 0 0 0 1 18 0 1 0 1007065732 2473984 276 4294967295 134512640 135169312 3218387104 3218385640 3085172462 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/31718/statm: 604 276 235 161 0 43 0
[pid=31722] ppid=31718 vsize=106736 CPUtime=0.72
/proc/31722/stat : 31722 (SatELite_releas) R 31718 31718 16367 0 -1 4202496 20415 0 0 0 56 16 0 0 22 0 1 0 1007065733 109297664 20351 4294967295 134512640 135223648 3213464528 3213463480 134737310 0 0 0 3 0 0 0 17 0 0 0 0
/proc/31722/statm: 26684 20351 46 174 0 26509 0
Current children cumulated CPU time (s) 0.73
Current children cumulated vsize (KiB) 109152

[startup+1.52223 s]
/proc/loadavg: 1.00 1.00 0.97 2/99 31723
/proc/meminfo: memFree=927660/2074464 swapFree=1949244/1959888
[pid=31718] ppid=31716 vsize=2416 CPUtime=0.01
/proc/31718/stat : 31718 (SatELiteGTI) S 31716 31718 16367 0 -1 4194304 365 647 0 0 0 0 0 1 18 0 1 0 1007065732 2473984 276 4294967295 134512640 135169312 3218387104 3218385640 3085172462 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/31718/statm: 604 276 235 161 0 43 0
[pid=31722] ppid=31718 vsize=152312 CPUtime=1.52
/proc/31722/stat : 31722 (SatELite_releas) R 31718 31718 16367 0 -1 4202496 31959 0 0 0 131 21 0 0 25 0 1 0 1007065733 155967488 31799 4294967295 134512640 135223648 3213464528 3213463120 134548870 0 0 0 3 0 0 0 17 0 0 0 0
/proc/31722/statm: 38078 31799 68 174 0 37903 0
Current children cumulated CPU time (s) 1.53
Current children cumulated vsize (KiB) 154728

[startup+3.12214 s]
/proc/loadavg: 1.00 1.00 0.97 2/99 31723
/proc/meminfo: memFree=891948/2074464 swapFree=1949244/1959888
[pid=31718] ppid=31716 vsize=2416 CPUtime=0.01
/proc/31718/stat : 31718 (SatELiteGTI) S 31716 31718 16367 0 -1 4194304 365 647 0 0 0 0 0 1 18 0 1 0 1007065732 2473984 276 4294967295 134512640 135169312 3218387104 3218385640 3085172462 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/31718/statm: 604 276 235 161 0 43 0
[pid=31722] ppid=31718 vsize=174056 CPUtime=3.12
/proc/31722/stat : 31722 (SatELite_releas) R 31718 31718 16367 0 -1 4202496 39177 0 0 0 286 26 0 0 25 0 1 0 1007065733 178233344 35752 4294967295 134512640 135223648 3213464528 3213462544 134586740 0 0 0 3 0 0 0 17 0 0 0 0
/proc/31722/statm: 43514 35752 73 174 0 43339 0
Current children cumulated CPU time (s) 3.13
Current children cumulated vsize (KiB) 176472

[startup+6.32197 s]
/proc/loadavg: 1.00 1.00 0.97 2/99 31724
/proc/meminfo: memFree=870000/2074464 swapFree=1949244/1959888
[pid=31718] ppid=31716 vsize=2416 CPUtime=0.01
/proc/31718/stat : 31718 (SatELiteGTI) S 31716 31718 16367 0 -1 4194304 365 647 0 0 0 0 0 1 18 0 1 0 1007065732 2473984 276 4294967295 134512640 135169312 3218387104 3218385640 3085172462 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/31718/statm: 604 276 235 161 0 43 0
[pid=31722] ppid=31718 vsize=196440 CPUtime=6.32
/proc/31722/stat : 31722 (SatELite_releas) R 31718 31718 16367 0 -1 4202496 43602 0 0 0 604 28 0 0 25 0 1 0 1007065733 201154560 39428 4294967295 134512640 135223648 3213464528 3213462624 134586218 0 0 0 3 0 0 0 17 0 0 0 0
/proc/31722/statm: 49110 39428 73 174 0 48935 0
Current children cumulated CPU time (s) 6.33
Current children cumulated vsize (KiB) 198856

[startup+12.7216 s]
/proc/loadavg: 1.00 1.00 0.97 2/99 31725
/proc/meminfo: memFree=981012/2074464 swapFree=1949244/1959888
[pid=31718] ppid=31716 vsize=2420 CPUtime=10.18
/proc/31718/stat : 31718 (SatELiteGTI) S 31716 31718 16367 0 -1 4194304 385 60293 0 0 0 0 978 40 18 0 1 0 1007065732 2478080 278 4294967295 134512640 135169312 3218387104 3218383320 3085172462 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/31718/statm: 605 278 235 161 0 44 0
[pid=31725] ppid=31718 vsize=30348 CPUtime=2.52
/proc/31725/stat : 31725 (minisat_static) R 31718 31718 16367 0 -1 4202496 7216 0 0 0 248 4 0 0 25 0 1 0 1007066753 31076352 7132 4294967295 134512640 135214715 3216283376 3216281840 134528539 0 0 0 3 0 0 0 17 1 0 0 0
/proc/31725/statm: 7587 7132 73 172 0 7414 0
Current children cumulated CPU time (s) 12.7
Current children cumulated vsize (KiB) 32768

[startup+25.5209 s]
/proc/loadavg: 1.00 1.00 0.97 2/99 31725
/proc/meminfo: memFree=980952/2074464 swapFree=1949244/1959888
[pid=31718] ppid=31716 vsize=2420 CPUtime=10.18
/proc/31718/stat : 31718 (SatELiteGTI) S 31716 31718 16367 0 -1 4194304 385 60293 0 0 0 0 978 40 18 0 1 0 1007065732 2478080 278 4294967295 134512640 135169312 3218387104 3218383320 3085172462 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/31718/statm: 605 278 235 161 0 44 0
[pid=31725] ppid=31718 vsize=30500 CPUtime=15.27
/proc/31725/stat : 31725 (minisat_static) R 31718 31718 16367 0 -1 4202496 7236 0 0 0 1520 7 0 0 25 0 1 0 1007066753 31232000 7152 4294967295 134512640 135214715 3216283376 3216281936 134543084 0 0 0 3 0 0 0 17 0 0 0 0
/proc/31725/statm: 7625 7152 73 172 0 7452 0
Current children cumulated CPU time (s) 25.45
Current children cumulated vsize (KiB) 32920

[startup+51.1194 s]
/proc/loadavg: 1.00 1.00 0.97 3/99 31910
/proc/meminfo: memFree=977540/2074464 swapFree=1949244/1959888
[pid=31718] ppid=31716 vsize=2420 CPUtime=10.18
/proc/31718/stat : 31718 (SatELiteGTI) S 31716 31718 16367 0 -1 4194304 385 60293 0 0 0 0 978 40 18 0 1 0 1007065732 2478080 278 4294967295 134512640 135169312 3218387104 3218383320 3085172462 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/31718/statm: 605 278 235 161 0 44 0
[pid=31725] ppid=31718 vsize=34292 CPUtime=40.87
/proc/31725/stat : 31725 (minisat_static) R 31718 31718 16367 0 -1 4202496 8208 0 0 0 4076 11 0 0 25 0 1 0 1007066753 35115008 8124 4294967295 134512640 135214715 3216283376 3216281840 134528509 0 0 0 3 0 0 0 17 0 0 0 0
/proc/31725/statm: 8573 8124 73 172 0 8400 0
Current children cumulated CPU time (s) 51.05
Current children cumulated vsize (KiB) 36712

[startup+102.327 s]
/proc/loadavg: 1.00 1.00 0.97 2/99 32097
/proc/meminfo: memFree=966340/2074464 swapFree=1949244/1959888
[pid=31718] ppid=31716 vsize=2420 CPUtime=10.18
/proc/31718/stat : 31718 (SatELiteGTI) S 31716 31718 16367 0 -1 4194304 385 60293 0 0 0 0 978 40 18 0 1 0 1007065732 2478080 278 4294967295 134512640 135169312 3218387104 3218383320 3085172462 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/31718/statm: 605 278 235 161 0 44 0
[pid=31725] ppid=31718 vsize=45128 CPUtime=92.08
/proc/31725/stat : 31725 (minisat_static) R 31718 31718 16367 0 -1 4202496 10921 0 0 0 9190 18 0 0 25 0 1 0 1007066753 46211072 10837 4294967295 134512640 135214715 3216283376 3216281520 134536213 0 0 0 3 0 0 0 17 0 0 0 0
/proc/31725/statm: 11282 10837 73 172 0 11109 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 47548

[startup+162.313 s]
/proc/loadavg: 1.00 1.00 0.97 2/99 32286
/proc/meminfo: memFree=957224/2074464 swapFree=1949244/1959888
[pid=31718] ppid=31716 vsize=2420 CPUtime=10.18
/proc/31718/stat : 31718 (SatELiteGTI) S 31716 31718 16367 0 -1 4194304 385 60293 0 0 0 0 978 40 18 0 1 0 1007065732 2478080 278 4294967295 134512640 135169312 3218387104 3218383320 3085172462 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/31718/statm: 605 278 235 161 0 44 0
[pid=31725] ppid=31718 vsize=53984 CPUtime=152.07
/proc/31725/stat : 31725 (minisat_static) R 31718 31718 16367 0 -1 4202496 13109 0 0 0 15189 18 0 0 25 0 1 0 1007066753 55279616 13025 4294967295 134512640 135214715 3216283376 3216281584 134537834 0 0 0 3 0 0 0 17 0 0 0 0
/proc/31725/statm: 13496 13025 73 172 0 13323 0
Current children cumulated CPU time (s) 162.25
Current children cumulated vsize (KiB) 56404

[startup+222.32 s]
/proc/loadavg: 1.00 1.00 0.97 2/99 32480
/proc/meminfo: memFree=948948/2074464 swapFree=1949244/1959888
[pid=31718] ppid=31716 vsize=2420 CPUtime=10.18
/proc/31718/stat : 31718 (SatELiteGTI) S 31716 31718 16367 0 -1 4194304 385 60293 0 0 0 0 978 40 18 0 1 0 1007065732 2478080 278 4294967295 134512640 135169312 3218387104 3218383320 3085172462 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/31718/statm: 605 278 235 161 0 44 0
[pid=31725] ppid=31718 vsize=62440 CPUtime=212.08
/proc/31725/stat : 31725 (minisat_static) R 31718 31718 16367 0 -1 4202496 15203 0 0 0 21186 22 0 0 25 0 1 0 1007066753 63938560 15119 4294967295 134512640 135214715 3216283376 3216281840 134528800 0 0 0 3 0 0 0 17 0 0 0 0
/proc/31725/statm: 15610 15119 73 172 0 15437 0
Current children cumulated CPU time (s) 222.26
Current children cumulated vsize (KiB) 64860

[startup+282.316 s]
/proc/loadavg: 1.00 1.00 0.97 3/99 32667
/proc/meminfo: memFree=939840/2074464 swapFree=1949244/1959888
[pid=31718] ppid=31716 vsize=2420 CPUtime=10.18
/proc/31718/stat : 31718 (SatELiteGTI) S 31716 31718 16367 0 -1 4194304 385 60293 0 0 0 0 978 40 18 0 1 0 1007065732 2478080 278 4294967295 134512640 135169312 3218387104 3218383320 3085172462 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/31718/statm: 605 278 235 161 0 44 0
[pid=31725] ppid=31718 vsize=71384 CPUtime=272.08
/proc/31725/stat : 31725 (minisat_static) R 31718 31718 16367 0 -1 4202496 17466 0 0 0 27184 24 0 0 25 0 1 0 1007066753 73097216 17382 4294967295 134512640 135214715 3216283376 3216281840 134528800 0 0 0 3 0 0 0 17 0 0 0 0
/proc/31725/statm: 17846 17382 73 172 0 17673 0
Current children cumulated CPU time (s) 282.26
Current children cumulated vsize (KiB) 73804

[startup+342.313 s]
/proc/loadavg: 1.00 1.00 0.97 3/99 389
/proc/meminfo: memFree=931092/2074464 swapFree=1949244/1959888
[pid=31718] ppid=31716 vsize=2420 CPUtime=10.18
/proc/31718/stat : 31718 (SatELiteGTI) S 31716 31718 16367 0 -1 4194304 385 60293 0 0 0 0 978 40 18 0 1 0 1007065732 2478080 278 4294967295 134512640 135169312 3218387104 3218383320 3085172462 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/31718/statm: 605 278 235 161 0 44 0
[pid=31725] ppid=31718 vsize=80280 CPUtime=332.08
/proc/31725/stat : 31725 (minisat_static) R 31718 31718 16367 0 -1 4202496 19647 0 0 0 33183 25 0 0 25 0 1 0 1007066753 82206720 19563 4294967295 134512640 135214715 3216283376 3216281840 134528588 0 0 0 3 0 0 0 17 0 0 0 0
/proc/31725/statm: 20070 19563 73 172 0 19897 0
Current children cumulated CPU time (s) 342.26

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

[pid=31725] ppid=31718 vsize=96356 CPUtime=452.09
/proc/31725/stat : 31725 (minisat_static) R 31718 31718 16367 0 -1 4202496 23653 0 0 0 45183 26 0 0 25 0 1 0 1007066753 98668544 23569 4294967295 134512640 135214715 3216283376 3216281840 134528800 0 0 0 3 0 0 0 17 0 0 0 0
/proc/31725/statm: 24089 23569 73 172 0 23916 0
Current children cumulated CPU time (s) 462.27
Current children cumulated vsize (KiB) 98776

[startup+522.313 s]
/proc/loadavg: 1.00 1.00 0.97 2/99 966
/proc/meminfo: memFree=908856/2074464 swapFree=1949244/1959888
[pid=31718] ppid=31716 vsize=2420 CPUtime=10.18
/proc/31718/stat : 31718 (SatELiteGTI) S 31716 31718 16367 0 -1 4194304 385 60293 0 0 0 0 978 40 18 0 1 0 1007065732 2478080 278 4294967295 134512640 135169312 3218387104 3218383320 3085172462 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/31718/statm: 605 278 235 161 0 44 0
[pid=31725] ppid=31718 vsize=103032 CPUtime=512.09
/proc/31725/stat : 31725 (minisat_static) R 31718 31718 16367 0 -1 4202496 25240 0 0 0 51180 29 0 0 25 0 1 0 1007066753 105504768 25156 4294967295 134512640 135214715 3216283376 3216281840 134528800 0 0 0 3 0 0 0 17 0 0 0 0
/proc/31725/statm: 25758 25156 73 172 0 25585 0
Current children cumulated CPU time (s) 522.27
Current children cumulated vsize (KiB) 105452

[startup+582.31 s]
/proc/loadavg: 1.07 1.03 0.98 3/99 1158
/proc/meminfo: memFree=902640/2074464 swapFree=1949244/1959888
[pid=31718] ppid=31716 vsize=2420 CPUtime=10.18
/proc/31718/stat : 31718 (SatELiteGTI) S 31716 31718 16367 0 -1 4194304 385 60293 0 0 0 0 978 40 18 0 1 0 1007065732 2478080 278 4294967295 134512640 135169312 3218387104 3218383320 3085172462 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/31718/statm: 605 278 235 161 0 44 0
[pid=31725] ppid=31718 vsize=109248 CPUtime=572.09
/proc/31725/stat : 31725 (minisat_static) R 31718 31718 16367 0 -1 4202496 26799 0 0 0 57179 30 0 0 25 0 1 0 1007066753 111869952 26715 4294967295 134512640 135214715 3216283376 3216281840 134528800 0 0 0 3 0 0 0 17 0 0 0 0
/proc/31725/statm: 27312 26715 73 172 0 27139 0
Current children cumulated CPU time (s) 582.27
Current children cumulated vsize (KiB) 111668

[startup+642.316 s]
/proc/loadavg: 1.02 1.02 0.98 4/99 1346
/proc/meminfo: memFree=897016/2074464 swapFree=1949244/1959888
[pid=31718] ppid=31716 vsize=2420 CPUtime=10.18
/proc/31718/stat : 31718 (SatELiteGTI) S 31716 31718 16367 0 -1 4194304 385 60293 0 0 0 0 978 40 18 0 1 0 1007065732 2478080 278 4294967295 134512640 135169312 3218387104 3218383320 3085172462 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/31718/statm: 605 278 235 161 0 44 0
[pid=31725] ppid=31718 vsize=114820 CPUtime=632.1
/proc/31725/stat : 31725 (minisat_static) R 31718 31718 16367 0 -1 4202496 28203 0 0 0 63180 30 0 0 25 0 1 0 1007066753 117575680 28119 4294967295 134512640 135214715 3216283376 3216281840 134528800 0 0 0 3 0 0 0 17 0 0 0 0
/proc/31725/statm: 28705 28119 73 172 0 28532 0
Current children cumulated CPU time (s) 642.28
Current children cumulated vsize (KiB) 117240

[startup+702.313 s]
/proc/loadavg: 1.01 1.01 0.98 3/99 1534
/proc/meminfo: memFree=891224/2074464 swapFree=1949244/1959888
[pid=31718] ppid=31716 vsize=2420 CPUtime=10.18
/proc/31718/stat : 31718 (SatELiteGTI) S 31716 31718 16367 0 -1 4194304 385 60293 0 0 0 0 978 40 18 0 1 0 1007065732 2478080 278 4294967295 134512640 135169312 3218387104 3218383320 3085172462 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/31718/statm: 605 278 235 161 0 44 0
[pid=31725] ppid=31718 vsize=120532 CPUtime=692.1
/proc/31725/stat : 31725 (minisat_static) R 31718 31718 16367 0 -1 4202496 29626 0 0 0 69179 31 0 0 25 0 1 0 1007066753 123424768 29542 4294967295 134512640 135214715 3216283376 3216281840 134528800 0 0 0 3 0 0 0 17 0 0 0 0
/proc/31725/statm: 30133 29542 73 172 0 29960 0
Current children cumulated CPU time (s) 702.28
Current children cumulated vsize (KiB) 122952

[startup+762.319 s]
/proc/loadavg: 1.00 1.01 0.98 2/99 1723
/proc/meminfo: memFree=882764/2074464 swapFree=1949244/1959888
[pid=31718] ppid=31716 vsize=2420 CPUtime=10.18
/proc/31718/stat : 31718 (SatELiteGTI) S 31716 31718 16367 0 -1 4194304 385 60293 0 0 0 0 978 40 18 0 1 0 1007065732 2478080 278 4294967295 134512640 135169312 3218387104 3218383320 3085172462 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/31718/statm: 605 278 235 161 0 44 0
[pid=31725] ppid=31718 vsize=128960 CPUtime=752.11
/proc/31725/stat : 31725 (minisat_static) R 31718 31718 16367 0 -1 4202496 31732 0 0 0 75180 31 0 0 25 0 1 0 1007066753 132055040 31648 4294967295 134512640 135214715 3216283376 3216281840 134528800 0 0 0 3 0 0 0 17 0 0 0 0
/proc/31725/statm: 32240 31648 73 172 0 32067 0
Current children cumulated CPU time (s) 762.29
Current children cumulated vsize (KiB) 131380

[startup+822.316 s]
/proc/loadavg: 1.00 1.00 0.98 2/99 1910
/proc/meminfo: memFree=875360/2074464 swapFree=1949244/1959888
[pid=31718] ppid=31716 vsize=2420 CPUtime=10.18
/proc/31718/stat : 31718 (SatELiteGTI) S 31716 31718 16367 0 -1 4194304 385 60293 0 0 0 0 978 40 18 0 1 0 1007065732 2478080 278 4294967295 134512640 135169312 3218387104 3218383320 3085172462 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/31718/statm: 605 278 235 161 0 44 0
[pid=31725] ppid=31718 vsize=136156 CPUtime=812.11
/proc/31725/stat : 31725 (minisat_static) R 31718 31718 16367 0 -1 4202496 33564 0 0 0 81179 32 0 0 25 0 1 0 1007066753 139423744 33480 4294967295 134512640 135214715 3216283376 3216281840 134528800 0 0 0 3 0 0 0 17 0 0 0 0
/proc/31725/statm: 34039 33480 73 172 0 33866 0
Current children cumulated CPU time (s) 822.29
Current children cumulated vsize (KiB) 138576

[startup+882.313 s]
/proc/loadavg: 1.00 1.00 0.98 3/99 2097
/proc/meminfo: memFree=869216/2074464 swapFree=1949244/1959888
[pid=31718] ppid=31716 vsize=2420 CPUtime=10.18
/proc/31718/stat : 31718 (SatELiteGTI) S 31716 31718 16367 0 -1 4194304 385 60293 0 0 0 0 978 40 18 0 1 0 1007065732 2478080 278 4294967295 134512640 135169312 3218387104 3218383320 3085172462 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/31718/statm: 605 278 235 161 0 44 0
[pid=31725] ppid=31718 vsize=142252 CPUtime=872.11
/proc/31725/stat : 31725 (minisat_static) R 31718 31718 16367 0 -1 4202496 35043 0 0 0 87178 33 0 0 25 0 1 0 1007066753 145666048 34959 4294967295 134512640 135214715 3216283376 3216281840 134528800 0 0 0 3 0 0 0 17 0 0 0 0
/proc/31725/statm: 35563 34959 73 172 0 35390 0
Current children cumulated CPU time (s) 882.29
Current children cumulated vsize (KiB) 144672

[startup+942.309 s]
/proc/loadavg: 1.00 1.00 0.98 2/99 2289
/proc/meminfo: memFree=863820/2074464 swapFree=1949244/1959888
[pid=31718] ppid=31716 vsize=2420 CPUtime=10.18
/proc/31718/stat : 31718 (SatELiteGTI) S 31716 31718 16367 0 -1 4194304 385 60293 0 0 0 0 978 40 18 0 1 0 1007065732 2478080 278 4294967295 134512640 135169312 3218387104 3218383320 3085172462 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/31718/statm: 605 278 235 161 0 44 0
[pid=31725] ppid=31718 vsize=148324 CPUtime=932.11
/proc/31725/stat : 31725 (minisat_static) R 31718 31718 16367 0 -1 4202496 36426 0 0 0 93177 34 0 0 25 0 1 0 1007066753 151883776 36342 4294967295 134512640 135214715 3216283376 3216281840 134528800 0 0 0 3 0 0 0 17 0 0 0 0
/proc/31725/statm: 37081 36342 73 172 0 36908 0
Current children cumulated CPU time (s) 942.29
Current children cumulated vsize (KiB) 150744

[startup+1002.32 s]
/proc/loadavg: 1.00 1.00 0.98 3/99 2477
/proc/meminfo: memFree=858528/2074464 swapFree=1949244/1959888
[pid=31718] ppid=31716 vsize=2420 CPUtime=10.18
/proc/31718/stat : 31718 (SatELiteGTI) S 31716 31718 16367 0 -1 4194304 385 60293 0 0 0 0 978 40 18 0 1 0 1007065732 2478080 278 4294967295 134512640 135169312 3218387104 3218383320 3085172462 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/31718/statm: 605 278 235 161 0 44 0
[pid=31725] ppid=31718 vsize=153492 CPUtime=992.12
/proc/31725/stat : 31725 (minisat_static) R 31718 31718 16367 0 -1 4202496 37747 0 0 0 99177 35 0 0 25 0 1 0 1007066753 157175808 37663 4294967295 134512640 135214715 3216283376 3216281840 134528800 0 0 0 3 0 0 0 17 0 0 0 0
/proc/31725/statm: 38373 37663 73 172 0 38200 0
Current children cumulated CPU time (s) 1002.3
Current children cumulated vsize (KiB) 155912

[startup+1062.31 s]
/proc/loadavg: 1.00 1.00 0.98 3/99 2673
/proc/meminfo: memFree=854288/2074464 swapFree=1949244/1959888
[pid=31718] ppid=31716 vsize=2420 CPUtime=10.18
/proc/31718/stat : 31718 (SatELiteGTI) S 31716 31718 16367 0 -1 4194304 385 60293 0 0 0 0 978 40 18 0 1 0 1007065732 2478080 278 4294967295 134512640 135169312 3218387104 3218383320 3085172462 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/31718/statm: 605 278 235 161 0 44 0
[pid=31725] ppid=31718 vsize=157864 CPUtime=1052.12
/proc/31725/stat : 31725 (minisat_static) R 31718 31718 16367 0 -1 4202496 38818 0 0 0 105177 35 0 0 25 0 1 0 1007066753 161652736 38734 4294967295 134512640 135214715 3216283376 3216281840 134528800 0 0 0 3 0 0 0 17 0 0 0 0
/proc/31725/statm: 39466 38734 73 172 0 39293 0
Current children cumulated CPU time (s) 1062.3
Current children cumulated vsize (KiB) 160284

[startup+1122.32 s]
/proc/loadavg: 1.00 1.00 0.98 3/99 2867
/proc/meminfo: memFree=850220/2074464 swapFree=1949244/1959888
[pid=31718] ppid=31716 vsize=2420 CPUtime=10.18
/proc/31718/stat : 31718 (SatELiteGTI) S 31716 31718 16367 0 -1 4194304 385 60293 0 0 0 0 978 40 18 0 1 0 1007065732 2478080 278 4294967295 134512640 135169312 3218387104 3218383320 3085172462 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/31718/statm: 605 278 235 161 0 44 0
[pid=31725] ppid=31718 vsize=161788 CPUtime=1112.13
/proc/31725/stat : 31725 (minisat_static) R 31718 31718 16367 0 -1 4202496 39798 0 0 0 111177 36 0 0 25 0 1 0 1007066753 165670912 39714 4294967295 134512640 135214715 3216283376 3216281840 134528800 0 0 0 3 0 0 0 17 0 0 0 0
/proc/31725/statm: 40447 39714 73 172 0 40274 0
Current children cumulated CPU time (s) 1122.31
Current children cumulated vsize (KiB) 164208

[startup+1182.32 s]
/proc/loadavg: 1.00 1.00 0.98 2/99 3056
/proc/meminfo: memFree=846972/2074464 swapFree=1949244/1959888
[pid=31718] ppid=31716 vsize=2420 CPUtime=10.18
/proc/31718/stat : 31718 (SatELiteGTI) S 31716 31718 16367 0 -1 4194304 385 60293 0 0 0 0 978 40 18 0 1 0 1007065732 2478080 278 4294967295 134512640 135169312 3218387104 3218383320 3085172462 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/31718/statm: 605 278 235 161 0 44 0
[pid=31725] ppid=31718 vsize=165176 CPUtime=1172.13
/proc/31725/stat : 31725 (minisat_static) R 31718 31718 16367 0 -1 4202496 40620 0 0 0 117177 36 0 0 25 0 1 0 1007066753 169140224 40536 4294967295 134512640 135214715 3216283376 3216281840 134528800 0 0 0 3 0 0 0 17 0 0 0 0
/proc/31725/statm: 41294 40536 73 172 0 41121 0
Current children cumulated CPU time (s) 1182.31
Current children cumulated vsize (KiB) 167596



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200 s]
/proc/loadavg: 1.00 1.00 0.98 2/99 3059
/proc/meminfo: memFree=845628/2074464 swapFree=1949244/1959888
[pid=31718] ppid=31716 vsize=2420 CPUtime=10.18
/proc/31718/stat : 31718 (SatELiteGTI) S 31716 31718 16367 0 -1 4194304 385 60293 0 0 0 0 978 40 18 0 1 0 1007065732 2478080 278 4294967295 134512640 135169312 3218387104 3218383320 3085172462 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/31718/statm: 605 278 235 161 0 44 0
[pid=31725] ppid=31718 vsize=166500 CPUtime=1189.82
/proc/31725/stat : 31725 (minisat_static) R 31718 31718 16367 0 -1 4202496 40978 0 0 0 118946 36 0 0 25 0 1 0 1007066753 170496000 40894 4294967295 134512640 135214715 3216283376 3216281840 134528800 0 0 0 3 0 0 0 17 0 0 0 0
/proc/31725/statm: 41625 40894 73 172 0 41452 0
Current children cumulated CPU time (s) 1200
Current children cumulated vsize (KiB) 168920

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.02
CPU time (s): 1200.02
CPU user time (s): 1199.24
CPU system time (s): 0.78
CPU usage (%): 99.9996
Max. virtual memory (cumulated for all children) (KiB): 201664

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1199.24
system time used= 0.78
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 101726
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= 17
involuntary context switches= 2162

runsolver used 0 second user time and 0.01 second system time

The end

Launcher Data

Begin job on tipi11 at 2009-05-16 00:14:05
IDJOB=1820311
IDBENCH=20365
IDSOLVER=660
FILE ID=tipi11/1820311-1242425645
PBS_JOBID=
Free space on /tmp= 10840 MiB

SOLVER NAME= MiniSat2hack 2009-03-23
BENCH NAME= SAT07/industrial/anbulagan/hard-unsat/total-10-17-u.cnf
COMMAND LINE= SatELiteGTI BENCHNAME
RUNSOLVER COMMAND LINE= runsolver --timestamp  -w /tmp/evaluation-result-1820311-1242425645/watcher-1820311-1242425645 -o /tmp/evaluation-result-1820311-1242425645/solver-1820311-1242425645 -C 1200 -W 1800 -M 1800  SatELiteGTI HOME/instance-1820311-1242425645.cnf

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

MD5SUM BENCH= 9ce7c48a28ddd5790e38607bb893dd38
RANDOM SEED= 1900622898

Linux tipi11 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.431
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.40

processor	: 1
vendor_id	: AuthenticAMD
cpu family	: 15
model		: 33
model name	: Dual Core AMD Opteron(tm) Processor 265
stepping	: 2
cpu MHz		: 1808.431
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.431
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.79

processor	: 3
vendor_id	: AuthenticAMD
cpu family	: 15
model		: 33
model name	: Dual Core AMD Opteron(tm) Processor 265
stepping	: 2
cpu MHz		: 1808.431
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:       1028660 kB
Buffers:         19612 kB
Cached:         940980 kB
SwapCached:       5336 kB
Active:         271660 kB
Inactive:       700908 kB
HighTotal:     1178688 kB
HighFree:       375384 kB
LowTotal:       895776 kB
LowFree:        653276 kB
SwapTotal:     1959888 kB
SwapFree:      1949244 kB
Dirty:           26860 kB
Writeback:           0 kB
AnonPages:       11220 kB
Mapped:           5272 kB
Slab:            63584 kB
PageTables:        612 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   2997120 kB
Committed_AS:    97128 kB
VmallocTotal:   114680 kB
VmallocUsed:      1324 kB
VmallocChunk:   113264 kB

Free space on /tmp at the end= 10823 MiB
End job on tipi11 at 2009-05-16 00:34:10