Trace number 1820335

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.09 1200.04

General information on the benchmark

Nameindustrial/anbulagan/
hard-unsat/dated-10-19-u.cnf
MD5SUM1f049803198bb32ab05476465773cc39
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 variables246502
Number of clauses1169243
Sum of the clauses size2711964
Maximum clause length10
Minimum clause length1
Number of clauses of size 120518
Number of clauses of size 2893029
Number of clauses of size 3209596
Number of clauses of size 45120
Number of clauses of size 520480
Number of clauses of size over 520500

Solver Data

0.00/0.00	c Parsing...
1.12/1.13	c ==============================================================================
1.12/1.13	c |           |     ORIGINAL     |              LEARNT              |          |
1.12/1.13	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
1.12/1.13	c ==============================================================================
1.12/1.13	c |         0 | 1148725  2691446 |  344617       0        0     nan |  0.000 % |
7.92/7.96	c |         0 |  447274  1174513 |      --       0       --      -- |     --   | -454311/-958149
7.92/7.97	c ==============================================================================
7.92/7.97	c Result  :   #vars: 68668   #clauses: 447274   #literals: 1174513
7.92/7.97	c CPU time:   7.67 s
7.92/7.97	c ==============================================================================
8.41/8.46	This is MiniSat 2.0 beta with hacks by AVG
8.41/8.46	WARNING: for repeatability, setting FPU to use double precision
8.41/8.46	============================[ Problem Statistics ]=============================
8.41/8.46	|                                                                             |
8.41/8.46	|  Number of variables:  68668                                                |
8.41/8.46	|  Number of clauses:    447274                                               |
8.71/8.76	|  Parsing time:         0.26         s                                       |
1200.07/1200.03	HOME/SatELiteGTI: line 36: 10791 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-1820335-1242429261/watcher-1820335-1242429261 -o /tmp/evaluation-result-1820335-1242429261/solver-1820335-1242429261 -C 1200 -W 1800 -M 1800 SatELiteGTI HOME/instance-1820335-1242429261.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: 0.92 0.98 0.99 3/97 10785
/proc/meminfo: memFree=957920/2074464 swapFree=1949244/1959888
[pid=10785] ppid=10783 vsize=2412 CPUtime=0
/proc/10785/stat : 10785 (SatELiteGTI) S 10783 10785 16367 0 -1 4194304 365 649 0 0 0 0 0 0 25 0 1 0 1007427339 2469888 276 4294967295 134512640 135169312 3216957248 3216955784 3085831918 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/10785/statm: 603 276 235 161 0 42 0
[pid=10789] ppid=10785 vsize=1092 CPUtime=0
/proc/10789/stat : 10789 (SatELite_releas) R 10785 10785 16367 0 -1 4202496 151 0 0 0 0 0 0 0 25 0 1 0 1007427340 1118208 87 4294967295 134512640 135223648 3215062368 3215061248 134543028 0 0 0 3 0 0 0 17 0 0 0 0
/proc/10789/statm: 273 88 46 174 0 98 0

[startup+0.066273 s]
/proc/loadavg: 0.92 0.98 0.99 3/97 10785
/proc/meminfo: memFree=957920/2074464 swapFree=1949244/1959888
[pid=10785] ppid=10783 vsize=2412 CPUtime=0
/proc/10785/stat : 10785 (SatELiteGTI) S 10783 10785 16367 0 -1 4194304 365 649 0 0 0 0 0 0 25 0 1 0 1007427339 2469888 276 4294967295 134512640 135169312 3216957248 3216955784 3085831918 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/10785/statm: 603 276 235 161 0 42 0
[pid=10789] ppid=10785 vsize=12720 CPUtime=0.07
/proc/10789/stat : 10789 (SatELite_releas) R 10785 10785 16367 0 -1 4202496 2518 0 0 0 5 2 0 0 25 0 1 0 1007427340 13025280 2454 4294967295 134512640 135223648 3215062368 3215061320 134737310 0 0 0 3 0 0 0 17 0 0 0 0
/proc/10789/statm: 3180 2454 46 174 0 3005 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 15132

[startup+0.116271 s]
/proc/loadavg: 0.92 0.98 0.99 3/97 10785
/proc/meminfo: memFree=957920/2074464 swapFree=1949244/1959888
[pid=10785] ppid=10783 vsize=2412 CPUtime=0
/proc/10785/stat : 10785 (SatELiteGTI) S 10783 10785 16367 0 -1 4194304 365 649 0 0 0 0 0 0 25 0 1 0 1007427339 2469888 276 4294967295 134512640 135169312 3216957248 3216955784 3085831918 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/10785/statm: 603 276 235 161 0 42 0
[pid=10789] ppid=10785 vsize=22648 CPUtime=0.12
/proc/10789/stat : 10789 (SatELite_releas) R 10785 10785 16367 0 -1 4202496 4938 0 0 0 7 5 0 0 25 0 1 0 1007427340 23191552 4874 4294967295 134512640 135223648 3215062368 3215061248 134543095 0 0 0 3 0 0 0 17 0 0 0 0
/proc/10789/statm: 5662 4874 46 174 0 5487 0
Current children cumulated CPU time (s) 0.12
Current children cumulated vsize (KiB) 25060

[startup+0.316258 s]
/proc/loadavg: 0.92 0.98 0.99 3/97 10785
/proc/meminfo: memFree=957920/2074464 swapFree=1949244/1959888
[pid=10785] ppid=10783 vsize=2412 CPUtime=0
/proc/10785/stat : 10785 (SatELiteGTI) S 10783 10785 16367 0 -1 4194304 365 649 0 0 0 0 0 0 25 0 1 0 1007427339 2469888 276 4294967295 134512640 135169312 3216957248 3216955784 3085831918 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/10785/statm: 603 276 235 161 0 42 0
[pid=10789] ppid=10785 vsize=52700 CPUtime=0.32
/proc/10789/stat : 10789 (SatELite_releas) R 10785 10785 16367 0 -1 4202496 11949 0 0 0 24 8 0 0 25 0 1 0 1007427340 53964800 11885 4294967295 134512640 135223648 3215062368 3215061320 134737310 0 0 0 3 0 0 0 17 0 0 0 0
/proc/10789/statm: 13175 11885 46 174 0 13000 0
Current children cumulated CPU time (s) 0.32
Current children cumulated vsize (KiB) 55112

[startup+0.716236 s]
/proc/loadavg: 0.92 0.98 0.99 3/97 10785
/proc/meminfo: memFree=957920/2074464 swapFree=1949244/1959888
[pid=10785] ppid=10783 vsize=2412 CPUtime=0
/proc/10785/stat : 10785 (SatELiteGTI) S 10783 10785 16367 0 -1 4194304 365 649 0 0 0 0 0 0 25 0 1 0 1007427339 2469888 276 4294967295 134512640 135169312 3216957248 3216955784 3085831918 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/10785/statm: 603 276 235 161 0 42 0
[pid=10789] ppid=10785 vsize=78776 CPUtime=0.72
/proc/10789/stat : 10789 (SatELite_releas) R 10785 10785 16367 0 -1 4202496 18856 0 0 0 58 14 0 0 25 0 1 0 1007427340 80666624 18792 4294967295 134512640 135223648 3215062368 3215061248 134543095 0 0 0 3 0 0 0 17 0 0 0 0
/proc/10789/statm: 19694 18795 47 174 0 19519 0
Current children cumulated CPU time (s) 0.72
Current children cumulated vsize (KiB) 81188

[startup+1.51619 s]
/proc/loadavg: 0.92 0.98 0.99 2/99 10790
/proc/meminfo: memFree=855860/2074464 swapFree=1949244/1959888
[pid=10785] ppid=10783 vsize=2412 CPUtime=0
/proc/10785/stat : 10785 (SatELiteGTI) S 10783 10785 16367 0 -1 4194304 365 649 0 0 0 0 0 0 25 0 1 0 1007427339 2469888 276 4294967295 134512640 135169312 3216957248 3216955784 3085831918 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/10785/statm: 603 276 235 161 0 42 0
[pid=10789] ppid=10785 vsize=119628 CPUtime=1.52
/proc/10789/stat : 10789 (SatELite_releas) R 10785 10785 16367 0 -1 4202496 30404 0 0 0 131 21 0 0 25 0 1 0 1007427340 122499072 27573 4294967295 134512640 135223648 3215062368 3215060368 134548278 0 0 0 3 0 0 0 17 0 0 0 0
/proc/10789/statm: 29907 27573 73 174 0 29732 0
Current children cumulated CPU time (s) 1.52
Current children cumulated vsize (KiB) 122040

[startup+3.1161 s]
/proc/loadavg: 0.93 0.98 0.99 2/99 10790
/proc/meminfo: memFree=838996/2074464 swapFree=1949244/1959888
[pid=10785] ppid=10783 vsize=2412 CPUtime=0
/proc/10785/stat : 10785 (SatELiteGTI) S 10783 10785 16367 0 -1 4194304 365 649 0 0 0 0 0 0 25 0 1 0 1007427339 2469888 276 4294967295 134512640 135169312 3216957248 3216955784 3085831918 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/10785/statm: 603 276 235 161 0 42 0
[pid=10789] ppid=10785 vsize=132652 CPUtime=3.12
/proc/10789/stat : 10789 (SatELite_releas) R 10785 10785 16367 0 -1 4202496 33158 0 0 0 289 23 0 0 25 0 1 0 1007427340 135835648 30327 4294967295 134512640 135223648 3215062368 3215060444 134587368 0 0 0 3 0 0 0 17 0 0 0 0
/proc/10789/statm: 33163 30327 73 174 0 32988 0
Current children cumulated CPU time (s) 3.12
Current children cumulated vsize (KiB) 135064

[startup+6.31592 s]
/proc/loadavg: 0.93 0.98 0.99 2/99 10790
/proc/meminfo: memFree=821636/2074464 swapFree=1949244/1959888
[pid=10785] ppid=10783 vsize=2412 CPUtime=0
/proc/10785/stat : 10785 (SatELiteGTI) S 10783 10785 16367 0 -1 4194304 365 649 0 0 0 0 0 0 25 0 1 0 1007427339 2469888 276 4294967295 134512640 135169312 3216957248 3216955784 3085831918 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/10785/statm: 603 276 235 161 0 42 0
[pid=10789] ppid=10785 vsize=138932 CPUtime=6.32
/proc/10789/stat : 10789 (SatELite_releas) R 10785 10785 16367 0 -1 4202496 37224 0 0 0 607 25 0 0 25 0 1 0 1007427340 142266368 31052 4294967295 134512640 135223648 3215062368 3215060384 134586627 0 0 0 3 0 0 0 17 0 0 0 0
/proc/10789/statm: 34733 31052 73 174 0 34558 0
Current children cumulated CPU time (s) 6.32
Current children cumulated vsize (KiB) 141344

[startup+12.7156 s]
/proc/loadavg: 0.94 0.98 0.99 2/99 10791
/proc/meminfo: memFree=918668/2074464 swapFree=1949244/1959888
[pid=10785] ppid=10783 vsize=2416 CPUtime=8.45
/proc/10785/stat : 10785 (SatELiteGTI) S 10783 10785 16367 0 -1 4194304 385 50243 0 0 0 0 810 35 18 0 1 0 1007427339 2473984 278 4294967295 134512640 135169312 3216957248 3216953464 3085831918 0 65536 4 65538 3222381614 0 0 17 1 0 0 0
/proc/10785/statm: 604 278 235 161 0 43 0
[pid=10791] ppid=10785 vsize=25204 CPUtime=4.26
/proc/10791/stat : 10791 (minisat_static) R 10785 10785 16367 0 -1 4202496 6056 0 0 0 421 5 0 0 25 0 1 0 1007428186 25808896 5980 4294967295 134512640 135214715 3219567120 3219565584 134528509 0 0 0 3 0 0 0 17 2 0 0 0
/proc/10791/statm: 6301 5980 73 172 0 6128 0
Current children cumulated CPU time (s) 12.71
Current children cumulated vsize (KiB) 27620

[startup+25.5148 s]
/proc/loadavg: 0.95 0.98 0.99 2/99 10975
/proc/meminfo: memFree=915872/2074464 swapFree=1949244/1959888
[pid=10785] ppid=10783 vsize=2416 CPUtime=8.45
/proc/10785/stat : 10785 (SatELiteGTI) S 10783 10785 16367 0 -1 4194304 385 50243 0 0 0 0 810 35 18 0 1 0 1007427339 2473984 278 4294967295 134512640 135169312 3216957248 3216953464 3085831918 0 65536 4 65538 3222381614 0 0 17 1 0 0 0
/proc/10785/statm: 604 278 235 161 0 43 0
[pid=10791] ppid=10785 vsize=27488 CPUtime=17.06
/proc/10791/stat : 10791 (minisat_static) R 10785 10785 16367 0 -1 4202496 6628 0 0 0 1701 5 0 0 25 0 1 0 1007428186 28147712 6552 4294967295 134512640 135214715 3219567120 3219565584 134529050 0 0 0 3 0 0 0 17 3 0 0 0
/proc/10791/statm: 6872 6552 73 172 0 6699 0
Current children cumulated CPU time (s) 25.51
Current children cumulated vsize (KiB) 29904

[startup+51.1134 s]
/proc/loadavg: 0.96 0.98 0.99 2/99 10978
/proc/meminfo: memFree=906356/2074464 swapFree=1949244/1959888
[pid=10785] ppid=10783 vsize=2416 CPUtime=8.45
/proc/10785/stat : 10785 (SatELiteGTI) S 10783 10785 16367 0 -1 4194304 385 50243 0 0 0 0 810 35 18 0 1 0 1007427339 2473984 278 4294967295 134512640 135169312 3216957248 3216953464 3085831918 0 65536 4 65538 3222381614 0 0 17 1 0 0 0
/proc/10785/statm: 604 278 235 161 0 43 0
[pid=10791] ppid=10785 vsize=37508 CPUtime=42.66
/proc/10791/stat : 10791 (minisat_static) R 10785 10785 16367 0 -1 4202496 9147 0 0 0 4258 8 0 0 25 0 1 0 1007428186 38408192 9071 4294967295 134512640 135214715 3219567120 3219565008 134536289 0 0 0 3 0 0 0 17 3 0 0 0
/proc/10791/statm: 9377 9071 73 172 0 9204 0
Current children cumulated CPU time (s) 51.11
Current children cumulated vsize (KiB) 39924

[startup+102.31 s]
/proc/loadavg: 1.06 1.00 1.00 2/99 11164
/proc/meminfo: memFree=885096/2074464 swapFree=1949244/1959888
[pid=10785] ppid=10783 vsize=2416 CPUtime=8.45
/proc/10785/stat : 10785 (SatELiteGTI) S 10783 10785 16367 0 -1 4194304 385 50243 0 0 0 0 810 35 18 0 1 0 1007427339 2473984 278 4294967295 134512640 135169312 3216957248 3216953464 3085831918 0 65536 4 65538 3222381614 0 0 17 1 0 0 0
/proc/10785/statm: 604 278 235 161 0 43 0
[pid=10791] ppid=10785 vsize=58500 CPUtime=93.86
/proc/10791/stat : 10791 (minisat_static) R 10785 10785 16367 0 -1 4202496 14366 0 0 0 9374 12 0 0 25 0 1 0 1007428186 59904000 14290 4294967295 134512640 135214715 3219567120 3219565584 134528688 0 0 0 3 0 0 0 17 3 0 0 0
/proc/10791/statm: 14625 14290 73 172 0 14452 0
Current children cumulated CPU time (s) 102.31
Current children cumulated vsize (KiB) 60916

[startup+162.307 s]
/proc/loadavg: 1.02 1.00 1.00 2/99 11355
/proc/meminfo: memFree=866108/2074464 swapFree=1949244/1959888
[pid=10785] ppid=10783 vsize=2416 CPUtime=8.45
/proc/10785/stat : 10785 (SatELiteGTI) S 10783 10785 16367 0 -1 4194304 385 50243 0 0 0 0 810 35 18 0 1 0 1007427339 2473984 278 4294967295 134512640 135169312 3216957248 3216953464 3085831918 0 65536 4 65538 3222381614 0 0 17 1 0 0 0
/proc/10785/statm: 604 278 235 161 0 43 0
[pid=10791] ppid=10785 vsize=77336 CPUtime=153.86
/proc/10791/stat : 10791 (minisat_static) R 10785 10785 16367 0 -1 4202496 19053 0 0 0 15368 18 0 0 25 0 1 0 1007428186 79192064 18977 4294967295 134512640 135214715 3219567120 3219565584 134528691 0 0 0 3 0 0 0 17 3 0 0 0
/proc/10791/statm: 19334 18977 73 172 0 19161 0
Current children cumulated CPU time (s) 162.31
Current children cumulated vsize (KiB) 79752

[startup+222.314 s]
/proc/loadavg: 1.00 1.00 1.00 4/99 11544
/proc/meminfo: memFree=849276/2074464 swapFree=1949244/1959888
[pid=10785] ppid=10783 vsize=2416 CPUtime=8.45
/proc/10785/stat : 10785 (SatELiteGTI) S 10783 10785 16367 0 -1 4194304 385 50243 0 0 0 0 810 35 18 0 1 0 1007427339 2473984 278 4294967295 134512640 135169312 3216957248 3216953464 3085831918 0 65536 4 65538 3222381614 0 0 17 1 0 0 0
/proc/10785/statm: 604 278 235 161 0 43 0
[pid=10791] ppid=10785 vsize=93964 CPUtime=213.87
/proc/10791/stat : 10791 (minisat_static) R 10785 10785 16367 0 -1 4202496 23204 0 0 0 21362 25 0 0 25 0 1 0 1007428186 96219136 23128 4294967295 134512640 135214715 3219567120 3219565584 134528800 0 0 0 3 0 0 0 17 3 0 0 0
/proc/10791/statm: 23491 23128 73 172 0 23318 0
Current children cumulated CPU time (s) 222.32
Current children cumulated vsize (KiB) 96380

[startup+282.31 s]
/proc/loadavg: 1.00 1.00 1.00 2/99 11735
/proc/meminfo: memFree=832720/2074464 swapFree=1949244/1959888
[pid=10785] ppid=10783 vsize=2416 CPUtime=8.45
/proc/10785/stat : 10785 (SatELiteGTI) S 10783 10785 16367 0 -1 4194304 385 50243 0 0 0 0 810 35 18 0 1 0 1007427339 2473984 278 4294967295 134512640 135169312 3216957248 3216953464 3085831918 0 65536 4 65538 3222381614 0 0 17 1 0 0 0
/proc/10785/statm: 604 278 235 161 0 43 0
[pid=10791] ppid=10785 vsize=110856 CPUtime=273.87
/proc/10791/stat : 10791 (minisat_static) R 10785 10785 16367 0 -1 4202496 27389 0 0 0 27358 29 0 0 25 0 1 0 1007428186 113516544 27313 4294967295 134512640 135214715 3219567120 3219565584 134528800 0 0 0 3 0 0 0 17 3 0 0 0
/proc/10791/statm: 27714 27313 73 172 0 27541 0
Current children cumulated CPU time (s) 282.32
Current children cumulated vsize (KiB) 113272

[startup+342.317 s]
/proc/loadavg: 1.00 1.00 1.00 3/99 11922
/proc/meminfo: memFree=811860/2074464 swapFree=1949244/1959888
[pid=10785] ppid=10783 vsize=2416 CPUtime=8.45
/proc/10785/stat : 10785 (SatELiteGTI) S 10783 10785 16367 0 -1 4194304 385 50243 0 0 0 0 810 35 18 0 1 0 1007427339 2473984 278 4294967295 134512640 135169312 3216957248 3216953464 3085831918 0 65536 4 65538 3222381614 0 0 17 1 0 0 0
/proc/10785/statm: 604 278 235 161 0 43 0
[pid=10791] ppid=10785 vsize=131332 CPUtime=333.88
/proc/10791/stat : 10791 (minisat_static) R 10785 10785 16367 0 -1 4202496 32549 0 0 0 33354 34 0 0 25 0 1 0 1007428186 134483968 32473 4294967295 134512640 135214715 3219567120 3219565584 134528800 0 0 0 3 0 0 0 17 3 0 0 0
/proc/10791/statm: 32833 32473 73 172 0 32660 0
Current children cumulated CPU time (s) 342.33

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

[pid=10791] ppid=10785 vsize=159200 CPUtime=453.89
/proc/10791/stat : 10791 (minisat_static) R 10785 10785 16367 0 -1 4202496 39361 0 0 0 45351 38 0 0 25 0 1 0 1007428186 163020800 39285 4294967295 134512640 135214715 3219567120 3219565584 134528800 0 0 0 3 0 0 0 17 3 0 0 0
/proc/10791/statm: 39800 39285 73 172 0 39627 0
Current children cumulated CPU time (s) 462.34
Current children cumulated vsize (KiB) 161616

[startup+522.317 s]
/proc/loadavg: 1.00 1.00 1.00 3/99 12489
/proc/meminfo: memFree=773200/2074464 swapFree=1949244/1959888
[pid=10785] ppid=10783 vsize=2416 CPUtime=8.45
/proc/10785/stat : 10785 (SatELiteGTI) S 10783 10785 16367 0 -1 4194304 385 50243 0 0 0 0 810 35 18 0 1 0 1007427339 2473984 278 4294967295 134512640 135169312 3216957248 3216953464 3085831918 0 65536 4 65538 3222381614 0 0 17 1 0 0 0
/proc/10785/statm: 604 278 235 161 0 43 0
[pid=10791] ppid=10785 vsize=170800 CPUtime=513.89
/proc/10791/stat : 10791 (minisat_static) R 10785 10785 16367 0 -1 4202496 42288 0 0 0 51346 43 0 0 25 0 1 0 1007428186 174899200 42212 4294967295 134512640 135214715 3219567120 3219565584 134528800 0 0 0 3 0 0 0 17 3 0 0 0
/proc/10791/statm: 42700 42212 73 172 0 42527 0
Current children cumulated CPU time (s) 522.34
Current children cumulated vsize (KiB) 173216

[startup+582.323 s]
/proc/loadavg: 1.00 1.00 1.00 3/99 12676
/proc/meminfo: memFree=763000/2074464 swapFree=1949244/1959888
[pid=10785] ppid=10783 vsize=2416 CPUtime=8.45
/proc/10785/stat : 10785 (SatELiteGTI) S 10783 10785 16367 0 -1 4194304 385 50243 0 0 0 0 810 35 18 0 1 0 1007427339 2473984 278 4294967295 134512640 135169312 3216957248 3216953464 3085831918 0 65536 4 65538 3222381614 0 0 17 1 0 0 0
/proc/10785/statm: 604 278 235 161 0 43 0
[pid=10791] ppid=10785 vsize=180824 CPUtime=573.9
/proc/10791/stat : 10791 (minisat_static) R 10785 10785 16367 0 -1 4202496 44768 0 0 0 57347 43 0 0 25 0 1 0 1007428186 185163776 44692 4294967295 134512640 135214715 3219567120 3219565584 134528800 0 0 0 3 0 0 0 17 3 0 0 0
/proc/10791/statm: 45206 44692 73 172 0 45033 0
Current children cumulated CPU time (s) 582.35
Current children cumulated vsize (KiB) 183240

[startup+642.32 s]
/proc/loadavg: 1.00 1.00 1.00 2/99 12869
/proc/meminfo: memFree=751912/2074464 swapFree=1949244/1959888
[pid=10785] ppid=10783 vsize=2416 CPUtime=8.45
/proc/10785/stat : 10785 (SatELiteGTI) S 10783 10785 16367 0 -1 4194304 385 50243 0 0 0 0 810 35 18 0 1 0 1007427339 2473984 278 4294967295 134512640 135169312 3216957248 3216953464 3085831918 0 65536 4 65538 3222381614 0 0 17 1 0 0 0
/proc/10785/statm: 604 278 235 161 0 43 0
[pid=10791] ppid=10785 vsize=191788 CPUtime=633.9
/proc/10791/stat : 10791 (minisat_static) R 10785 10785 16367 0 -1 4202496 47528 0 0 0 63342 48 0 0 25 0 1 0 1007428186 196390912 47452 4294967295 134512640 135214715 3219567120 3219565584 134528709 0 0 0 3 0 0 0 17 3 0 0 0
/proc/10791/statm: 47947 47452 73 172 0 47774 0
Current children cumulated CPU time (s) 642.35
Current children cumulated vsize (KiB) 194204

[startup+702.317 s]
/proc/loadavg: 1.00 1.00 1.00 2/99 13057
/proc/meminfo: memFree=742664/2074464 swapFree=1949244/1959888
[pid=10785] ppid=10783 vsize=2416 CPUtime=8.45
/proc/10785/stat : 10785 (SatELiteGTI) S 10783 10785 16367 0 -1 4194304 385 50243 0 0 0 0 810 35 18 0 1 0 1007427339 2473984 278 4294967295 134512640 135169312 3216957248 3216953464 3085831918 0 65536 4 65538 3222381614 0 0 17 1 0 0 0
/proc/10785/statm: 604 278 235 161 0 43 0
[pid=10791] ppid=10785 vsize=201112 CPUtime=693.9
/proc/10791/stat : 10791 (minisat_static) R 10785 10785 16367 0 -1 4202496 49833 0 0 0 69341 49 0 0 25 0 1 0 1007428186 205938688 49757 4294967295 134512640 135214715 3219567120 3219565584 134528800 0 0 0 3 0 0 0 17 3 0 0 0
/proc/10791/statm: 50278 49757 73 172 0 50105 0
Current children cumulated CPU time (s) 702.35
Current children cumulated vsize (KiB) 203528

[startup+762.323 s]
/proc/loadavg: 1.00 1.00 1.00 2/99 13245
/proc/meminfo: memFree=735304/2074464 swapFree=1949244/1959888
[pid=10785] ppid=10783 vsize=2416 CPUtime=8.45
/proc/10785/stat : 10785 (SatELiteGTI) S 10783 10785 16367 0 -1 4194304 385 50243 0 0 0 0 810 35 18 0 1 0 1007427339 2473984 278 4294967295 134512640 135169312 3216957248 3216953464 3085831918 0 65536 4 65538 3222381614 0 0 17 1 0 0 0
/proc/10785/statm: 604 278 235 161 0 43 0
[pid=10791] ppid=10785 vsize=208476 CPUtime=753.91
/proc/10791/stat : 10791 (minisat_static) R 10785 10785 16367 0 -1 4202496 51679 0 0 0 75336 55 0 0 25 0 1 0 1007428186 213479424 51603 4294967295 134512640 135214715 3219567120 3219565584 134528800 0 0 0 3 0 0 0 17 3 0 0 0
/proc/10791/statm: 52119 51603 73 172 0 51946 0
Current children cumulated CPU time (s) 762.36
Current children cumulated vsize (KiB) 210892

[startup+822.31 s]
/proc/loadavg: 1.00 1.00 1.00 2/99 13435
/proc/meminfo: memFree=728328/2074464 swapFree=1949244/1959888
[pid=10785] ppid=10783 vsize=2416 CPUtime=8.45
/proc/10785/stat : 10785 (SatELiteGTI) S 10783 10785 16367 0 -1 4194304 385 50243 0 0 0 0 810 35 18 0 1 0 1007427339 2473984 278 4294967295 134512640 135169312 3216957248 3216953464 3085831918 0 65536 4 65538 3222381614 0 0 17 1 0 0 0
/proc/10785/statm: 604 278 235 161 0 43 0
[pid=10791] ppid=10785 vsize=215808 CPUtime=813.9
/proc/10791/stat : 10791 (minisat_static) R 10785 10785 16367 0 -1 4202496 53372 0 0 0 81334 56 0 0 25 0 1 0 1007428186 220987392 53296 4294967295 134512640 135214715 3219567120 3219565328 134538609 0 0 0 3 0 0 0 17 3 0 0 0
/proc/10791/statm: 53952 53296 73 172 0 53779 0
Current children cumulated CPU time (s) 822.35
Current children cumulated vsize (KiB) 218224

[startup+882.316 s]
/proc/loadavg: 1.00 1.00 1.00 2/99 13622
/proc/meminfo: memFree=720996/2074464 swapFree=1949244/1959888
[pid=10785] ppid=10783 vsize=2416 CPUtime=8.45
/proc/10785/stat : 10785 (SatELiteGTI) S 10783 10785 16367 0 -1 4194304 385 50243 0 0 0 0 810 35 18 0 1 0 1007427339 2473984 278 4294967295 134512640 135169312 3216957248 3216953464 3085831918 0 65536 4 65538 3222381614 0 0 17 1 0 0 0
/proc/10785/statm: 604 278 235 161 0 43 0
[pid=10791] ppid=10785 vsize=223156 CPUtime=873.91
/proc/10791/stat : 10791 (minisat_static) R 10785 10785 16367 0 -1 4202496 55194 0 0 0 87333 58 0 0 25 0 1 0 1007428186 228511744 55118 4294967295 134512640 135214715 3219567120 3219565584 134528539 0 0 0 3 0 0 0 17 3 0 0 0
/proc/10791/statm: 55789 55118 73 172 0 55616 0
Current children cumulated CPU time (s) 882.36
Current children cumulated vsize (KiB) 225572

[startup+942.313 s]
/proc/loadavg: 1.00 1.00 1.00 3/99 13809
/proc/meminfo: memFree=715068/2074464 swapFree=1949244/1959888
[pid=10785] ppid=10783 vsize=2416 CPUtime=8.45
/proc/10785/stat : 10785 (SatELiteGTI) S 10783 10785 16367 0 -1 4194304 385 50243 0 0 0 0 810 35 18 0 1 0 1007427339 2473984 278 4294967295 134512640 135169312 3216957248 3216953464 3085831918 0 65536 4 65538 3222381614 0 0 17 1 0 0 0
/proc/10785/statm: 604 278 235 161 0 43 0
[pid=10791] ppid=10785 vsize=229196 CPUtime=933.91
/proc/10791/stat : 10791 (minisat_static) R 10785 10785 16367 0 -1 4202496 56705 0 0 0 93333 58 0 0 25 0 1 0 1007428186 234696704 56629 4294967295 134512640 135214715 3219567120 3219565584 134528588 0 0 0 3 0 0 0 17 3 0 0 0
/proc/10791/statm: 57299 56629 73 172 0 57126 0
Current children cumulated CPU time (s) 942.36
Current children cumulated vsize (KiB) 231612

[startup+1002.32 s]
/proc/loadavg: 1.00 1.00 1.00 2/99 14001
/proc/meminfo: memFree=707968/2074464 swapFree=1949244/1959888
[pid=10785] ppid=10783 vsize=2416 CPUtime=8.45
/proc/10785/stat : 10785 (SatELiteGTI) S 10783 10785 16367 0 -1 4194304 385 50243 0 0 0 0 810 35 18 0 1 0 1007427339 2473984 278 4294967295 134512640 135169312 3216957248 3216953464 3085831918 0 65536 4 65538 3222381614 0 0 17 1 0 0 0
/proc/10785/statm: 604 278 235 161 0 43 0
[pid=10791] ppid=10785 vsize=236348 CPUtime=993.92
/proc/10791/stat : 10791 (minisat_static) R 10785 10785 16367 0 -1 4202496 58477 0 0 0 99332 60 0 0 25 0 1 0 1007428186 242020352 58401 4294967295 134512640 135214715 3219567120 3219565584 134528800 0 0 0 3 0 0 0 17 3 0 0 0
/proc/10791/statm: 59087 58401 73 172 0 58914 0
Current children cumulated CPU time (s) 1002.37
Current children cumulated vsize (KiB) 238764

[startup+1062.32 s]
/proc/loadavg: 1.00 1.00 1.00 3/99 14189
/proc/meminfo: memFree=701768/2074464 swapFree=1949244/1959888
[pid=10785] ppid=10783 vsize=2416 CPUtime=8.45
/proc/10785/stat : 10785 (SatELiteGTI) S 10783 10785 16367 0 -1 4194304 385 50243 0 0 0 0 810 35 18 0 1 0 1007427339 2473984 278 4294967295 134512640 135169312 3216957248 3216953464 3085831918 0 65536 4 65538 3222381614 0 0 17 1 0 0 0
/proc/10785/statm: 604 278 235 161 0 43 0
[pid=10791] ppid=10785 vsize=242424 CPUtime=1053.92
/proc/10791/stat : 10791 (minisat_static) R 10785 10785 16367 0 -1 4202496 60025 0 0 0 105331 61 0 0 25 0 1 0 1007428186 248242176 59949 4294967295 134512640 135214715 3219567120 3219557904 134536417 0 0 0 3 0 0 0 17 3 0 0 0
/proc/10791/statm: 60606 59949 73 172 0 60433 0
Current children cumulated CPU time (s) 1062.37
Current children cumulated vsize (KiB) 244840

[startup+1122.32 s]
/proc/loadavg: 1.06 1.02 1.00 3/99 14378
/proc/meminfo: memFree=696072/2074464 swapFree=1949244/1959888
[pid=10785] ppid=10783 vsize=2416 CPUtime=8.45
/proc/10785/stat : 10785 (SatELiteGTI) S 10783 10785 16367 0 -1 4194304 385 50243 0 0 0 0 810 35 18 0 1 0 1007427339 2473984 278 4294967295 134512640 135169312 3216957248 3216953464 3085831918 0 65536 4 65538 3222381614 0 0 17 1 0 0 0
/proc/10785/statm: 604 278 235 161 0 43 0
[pid=10791] ppid=10785 vsize=248048 CPUtime=1113.93
/proc/10791/stat : 10791 (minisat_static) R 10785 10785 16367 0 -1 4202496 61426 0 0 0 111330 63 0 0 25 0 1 0 1007428186 254001152 61350 4294967295 134512640 135214715 3219567120 3219565584 134528995 0 0 0 3 0 0 0 17 3 0 0 0
/proc/10791/statm: 62012 61350 73 172 0 61839 0
Current children cumulated CPU time (s) 1122.38
Current children cumulated vsize (KiB) 250464

[startup+1182.31 s]
/proc/loadavg: 1.02 1.01 1.00 3/99 14565
/proc/meminfo: memFree=691592/2074464 swapFree=1949244/1959888
[pid=10785] ppid=10783 vsize=2416 CPUtime=8.45
/proc/10785/stat : 10785 (SatELiteGTI) S 10783 10785 16367 0 -1 4194304 385 50243 0 0 0 0 810 35 18 0 1 0 1007427339 2473984 278 4294967295 134512640 135169312 3216957248 3216953464 3085831918 0 65536 4 65538 3222381614 0 0 17 1 0 0 0
/proc/10785/statm: 604 278 235 161 0 43 0
[pid=10791] ppid=10785 vsize=252548 CPUtime=1173.92
/proc/10791/stat : 10791 (minisat_static) R 10785 10785 16367 0 -1 4202496 62534 0 0 0 117329 63 0 0 25 0 1 0 1007428186 258609152 62458 4294967295 134512640 135214715 3219567120 3219565584 134528800 0 0 0 3 0 0 0 17 3 0 0 0
/proc/10791/statm: 63137 62458 73 172 0 62964 0
Current children cumulated CPU time (s) 1182.37
Current children cumulated vsize (KiB) 254964



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.01 s]
/proc/loadavg: 1.02 1.01 1.00 3/99 14567
/proc/meminfo: memFree=690448/2074464 swapFree=1949244/1959888
[pid=10785] ppid=10783 vsize=2416 CPUtime=8.45
/proc/10785/stat : 10785 (SatELiteGTI) S 10783 10785 16367 0 -1 4194304 385 50243 0 0 0 0 810 35 18 0 1 0 1007427339 2473984 278 4294967295 134512640 135169312 3216957248 3216953464 3085831918 0 65536 4 65538 3222381614 0 0 17 1 0 0 0
/proc/10785/statm: 604 278 235 161 0 43 0
[pid=10791] ppid=10785 vsize=253636 CPUtime=1191.62
/proc/10791/stat : 10791 (minisat_static) R 10785 10785 16367 0 -1 4202496 62810 0 0 0 119098 64 0 0 25 0 1 0 1007428186 259723264 62734 4294967295 134512640 135214715 3219567120 3219565584 134528800 0 0 0 3 0 0 0 17 3 0 0 0
/proc/10791/statm: 63409 62734 73 172 0 63236 0
Current children cumulated CPU time (s) 1200.07
Current children cumulated vsize (KiB) 256052

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.04
CPU time (s): 1200.09
CPU user time (s): 1199.08
CPU system time (s): 1.01
CPU usage (%): 100.004
Max. virtual memory (cumulated for all children) (KiB): 256052

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1199.08
system time used= 1.01
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 113528
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= 19
involuntary context switches= 2194

runsolver used 0 second user time and 0 second system time

The end

Launcher Data

Begin job on tipi11 at 2009-05-16 01:14:21
IDJOB=1820335
IDBENCH=20372
IDSOLVER=660
FILE ID=tipi11/1820335-1242429261
PBS_JOBID=
Free space on /tmp= 10790 MiB

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

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

MD5SUM BENCH= 1f049803198bb32ab05476465773cc39
RANDOM SEED= 1428822489

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:        957952 kB
Buffers:         21508 kB
Cached:        1007484 kB
SwapCached:       5336 kB
Active:         304972 kB
Inactive:       736092 kB
HighTotal:     1178688 kB
HighFree:       309172 kB
LowTotal:       895776 kB
LowFree:        648780 kB
SwapTotal:     1959888 kB
SwapFree:      1949244 kB
Dirty:           23128 kB
Writeback:           0 kB
AnonPages:       11412 kB
Mapped:           5232 kB
Slab:            66472 kB
PageTables:        552 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= 10784 MiB
End job on tipi11 at 2009-05-16 01:34:26