Trace number 1820467

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.04 1200.05

General information on the benchmark

Nameindustrial/palacios/hard/
sortnet-8-ipc5-h19-sat.cnf
MD5SUM409f4401e9e8b60ee665ac5567a13e41
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 variables359341
Number of clauses1254773
Sum of the clauses size3046189
Maximum clause length57
Minimum clause length1
Number of clauses of size 1256
Number of clauses of size 2896240
Number of clauses of size 3346435
Number of clauses of size 4830
Number of clauses of size 5571
Number of clauses of size over 510441

Solver Data

0.00/0.00	c Parsing...
1.22/1.27	c ==============================================================================
1.22/1.27	c |           |     ORIGINAL     |              LEARNT              |          |
1.22/1.27	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
1.22/1.27	c ==============================================================================
1.22/1.27	c |         0 | 1254005  3044653 |  376201       0        0     nan |  0.000 % |
22.50/22.56	c |         0 |  600262  2684082 |      --       0       --      -- |     --   | -653743/-360571
22.50/22.56	c ==============================================================================
22.50/22.56	c Result  :   #vars: 43082   #clauses: 600262   #literals: 2684082
22.50/22.56	c CPU time:   22.13 s
22.50/22.56	c ==============================================================================
23.40/23.48	This is MiniSat 2.0 beta with hacks by AVG
23.40/23.48	WARNING: for repeatability, setting FPU to use double precision
23.40/23.48	============================[ Problem Statistics ]=============================
23.40/23.48	|                                                                             |
23.40/23.48	|  Number of variables:  43082                                                |
23.40/23.48	|  Number of clauses:    600262                                               |
23.44/23.97	|  Parsing time:         0.42         s                                       |
1200.02/1200.03	HOME/SatELiteGTI: line 36:  1146 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-1820467-1242448775/watcher-1820467-1242448775 -o /tmp/evaluation-result-1820467-1242448775/solver-1820467-1242448775 -C 1200 -W 1800 -M 1800 SatELiteGTI HOME/instance-1820467-1242448775.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.02 1.00 2/91 955
/proc/meminfo: memFree=748364/2074464 swapFree=1953004/1959888
[pid=955] ppid=953 vsize=2416 CPUtime=0.01
/proc/955/stat : 955 (SatELiteGTI) S 953 955 9090 0 -1 4194304 369 643 0 0 0 0 1 0 18 0 1 0 1009378084 2473984 277 4294967295 134512640 135169312 3215652352 3215650888 3085262574 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/955/statm: 604 277 235 161 0 43 0
[pid=959] ppid=955 vsize=952 CPUtime=0
/proc/959/stat : 959 (SatELite_releas) R 955 955 9090 0 -1 4202496 119 0 0 0 0 0 0 0 20 0 1 0 1009378085 974848 54 4294967295 134512640 135223648 3215498704 3215497608 134737310 0 0 0 3 0 0 0 17 1 0 0 0
/proc/959/statm: 238 57 45 174 0 63 0

[startup+0.033488 s]
/proc/loadavg: 1.00 1.02 1.00 2/91 955
/proc/meminfo: memFree=748364/2074464 swapFree=1953004/1959888
[pid=955] ppid=953 vsize=2416 CPUtime=0.01
/proc/955/stat : 955 (SatELiteGTI) S 953 955 9090 0 -1 4194304 369 643 0 0 0 0 1 0 18 0 1 0 1009378084 2473984 277 4294967295 134512640 135169312 3215652352 3215650888 3085262574 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/955/statm: 604 277 235 161 0 43 0
[pid=959] ppid=955 vsize=4964 CPUtime=0.03
/proc/959/stat : 959 (SatELite_releas) R 955 955 9090 0 -1 4202496 1019 0 0 0 3 0 0 0 20 0 1 0 1009378085 5083136 954 4294967295 134512640 135223648 3215498704 3215497656 134737310 0 0 0 3 0 0 0 17 1 0 0 0
/proc/959/statm: 1241 954 47 174 0 1066 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 7380

[startup+0.113483 s]
/proc/loadavg: 1.00 1.02 1.00 2/91 955
/proc/meminfo: memFree=748364/2074464 swapFree=1953004/1959888
[pid=955] ppid=953 vsize=2416 CPUtime=0.01
/proc/955/stat : 955 (SatELiteGTI) S 953 955 9090 0 -1 4194304 369 643 0 0 0 0 1 0 18 0 1 0 1009378084 2473984 277 4294967295 134512640 135169312 3215652352 3215650888 3085262574 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/955/statm: 604 277 235 161 0 43 0
[pid=959] ppid=955 vsize=16964 CPUtime=0.11
/proc/959/stat : 959 (SatELite_releas) R 955 955 9090 0 -1 4202496 3463 0 0 0 10 1 0 0 20 0 1 0 1009378085 17371136 3398 4294967295 134512640 135223648 3215498704 3215497272 134719062 0 0 0 3 0 0 0 17 1 0 0 0
/proc/959/statm: 4274 3398 47 174 0 4099 0
Current children cumulated CPU time (s) 0.12
Current children cumulated vsize (KiB) 19380

[startup+0.313474 s]
/proc/loadavg: 1.00 1.02 1.00 2/91 955
/proc/meminfo: memFree=748364/2074464 swapFree=1953004/1959888
[pid=955] ppid=953 vsize=2416 CPUtime=0.01
/proc/955/stat : 955 (SatELiteGTI) S 953 955 9090 0 -1 4194304 369 643 0 0 0 0 1 0 18 0 1 0 1009378084 2473984 277 4294967295 134512640 135169312 3215652352 3215650888 3085262574 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/955/statm: 604 277 235 161 0 43 0
[pid=959] ppid=955 vsize=40756 CPUtime=0.31
/proc/959/stat : 959 (SatELite_releas) R 955 955 9090 0 -1 4202496 9342 0 0 0 27 4 0 0 21 0 1 0 1009378085 41734144 9277 4294967295 134512640 135223648 3215498704 3215497656 134737310 0 0 0 3 0 0 0 17 1 0 0 0
/proc/959/statm: 10189 9278 47 174 0 10014 0
Current children cumulated CPU time (s) 0.32
Current children cumulated vsize (KiB) 43172

[startup+0.713455 s]
/proc/loadavg: 1.00 1.02 1.00 2/91 955
/proc/meminfo: memFree=748364/2074464 swapFree=1953004/1959888
[pid=955] ppid=953 vsize=2416 CPUtime=0.01
/proc/955/stat : 955 (SatELiteGTI) S 953 955 9090 0 -1 4194304 369 643 0 0 0 0 1 0 18 0 1 0 1009378084 2473984 277 4294967295 134512640 135169312 3215652352 3215650888 3085262574 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/955/statm: 604 277 235 161 0 43 0
[pid=959] ppid=955 vsize=86768 CPUtime=0.71
/proc/959/stat : 959 (SatELite_releas) R 955 955 9090 0 -1 4202496 20776 0 0 0 56 15 0 0 22 0 1 0 1009378085 88850432 20711 4294967295 134512640 135223648 3215498704 3215497656 134737310 0 0 0 3 0 0 0 17 1 0 0 0
/proc/959/statm: 21692 20711 47 174 0 21517 0
Current children cumulated CPU time (s) 0.72
Current children cumulated vsize (KiB) 89184

[startup+1.51342 s]
/proc/loadavg: 1.00 1.02 1.00 2/93 960
/proc/meminfo: memFree=631888/2074464 swapFree=1953004/1959888
[pid=955] ppid=953 vsize=2416 CPUtime=0.01
/proc/955/stat : 955 (SatELiteGTI) S 953 955 9090 0 -1 4194304 369 643 0 0 0 0 1 0 18 0 1 0 1009378084 2473984 277 4294967295 134512640 135169312 3215652352 3215650888 3085262574 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/955/statm: 604 277 235 161 0 43 0
[pid=959] ppid=955 vsize=177112 CPUtime=1.51
/proc/959/stat : 959 (SatELite_releas) R 955 955 9090 0 -1 4202496 39104 0 0 0 124 27 0 0 25 0 1 0 1009378085 181362688 38156 4294967295 134512640 135223648 3215498704 3215496704 134548984 0 0 0 3 0 0 0 17 1 0 0 0
/proc/959/statm: 44278 38156 73 174 0 44103 0
Current children cumulated CPU time (s) 1.52
Current children cumulated vsize (KiB) 179528

[startup+3.11334 s]
/proc/loadavg: 1.00 1.02 1.00 2/93 960
/proc/meminfo: memFree=591216/2074464 swapFree=1953004/1959888
[pid=955] ppid=953 vsize=2416 CPUtime=0.01
/proc/955/stat : 955 (SatELiteGTI) S 953 955 9090 0 -1 4194304 369 643 0 0 0 0 1 0 18 0 1 0 1009378084 2473984 277 4294967295 134512640 135169312 3215652352 3215650888 3085262574 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/955/statm: 604 277 235 161 0 43 0
[pid=959] ppid=955 vsize=181808 CPUtime=3.1
/proc/959/stat : 959 (SatELite_releas) R 955 955 9090 0 -1 4202496 40199 0 0 0 281 29 0 0 25 0 1 0 1009378085 186171392 39251 4294967295 134512640 135223648 3215498704 3215496704 134548993 0 0 0 3 0 0 0 17 1 0 0 0
/proc/959/statm: 45452 39251 73 174 0 45277 0
Current children cumulated CPU time (s) 3.11
Current children cumulated vsize (KiB) 184224

[startup+6.31319 s]
/proc/loadavg: 1.00 1.02 1.00 3/93 960
/proc/meminfo: memFree=566416/2074464 swapFree=1953004/1959888
[pid=955] ppid=953 vsize=2416 CPUtime=0.01
/proc/955/stat : 955 (SatELiteGTI) S 953 955 9090 0 -1 4194304 369 643 0 0 0 0 1 0 18 0 1 0 1009378084 2473984 277 4294967295 134512640 135169312 3215652352 3215650888 3085262574 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/955/statm: 604 277 235 161 0 43 0
[pid=959] ppid=955 vsize=195080 CPUtime=6.29
/proc/959/stat : 959 (SatELite_releas) R 955 955 9090 0 -1 4202496 43230 0 0 0 596 33 0 0 25 0 1 0 1009378085 199761920 42282 4294967295 134512640 135223648 3215498704 3215496704 134549039 0 0 0 3 0 0 0 17 0 0 0 0
/proc/959/statm: 48770 42282 73 174 0 48595 0
Current children cumulated CPU time (s) 6.3
Current children cumulated vsize (KiB) 197496

[startup+12.7229 s]
/proc/loadavg: 1.00 1.01 1.00 3/93 960
/proc/meminfo: memFree=532048/2074464 swapFree=1953004/1959888
[pid=955] ppid=953 vsize=2416 CPUtime=0.01
/proc/955/stat : 955 (SatELiteGTI) S 953 955 9090 0 -1 4194304 369 643 0 0 0 0 1 0 18 0 1 0 1009378084 2473984 277 4294967295 134512640 135169312 3215652352 3215650888 3085262574 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/955/statm: 604 277 235 161 0 43 0
[pid=959] ppid=955 vsize=213296 CPUtime=12.7
/proc/959/stat : 959 (SatELite_releas) R 955 955 9090 0 -1 4202496 46656 0 0 0 1232 38 0 0 25 0 1 0 1009378085 218415104 45708 4294967295 134512640 135223648 3215498704 3215496704 134548984 0 0 0 3 0 0 0 17 0 0 0 0
/proc/959/statm: 53324 45708 73 174 0 53149 0
Current children cumulated CPU time (s) 12.71
Current children cumulated vsize (KiB) 215712

[startup+25.5223 s]
/proc/loadavg: 1.15 1.05 1.01 2/93 1146
/proc/meminfo: memFree=656724/2074464 swapFree=1953004/1959888
[pid=955] ppid=953 vsize=2420 CPUtime=23.44
/proc/955/stat : 955 (SatELiteGTI) S 953 955 9090 0 -1 4194304 387 55172 0 0 0 0 2299 45 18 0 1 0 1009378084 2478080 278 4294967295 134512640 135169312 3215652352 3215648568 3085262574 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/955/statm: 605 278 235 161 0 44 0
[pid=1146] ppid=955 vsize=36228 CPUtime=2.03
/proc/1146/stat : 1146 (minisat_static) R 955 955 9090 0 -1 4202496 8786 0 0 0 196 7 0 0 25 0 1 0 1009380433 37097472 8721 4294967295 134512640 135214715 3215041984 3215040448 134528588 0 0 0 3 0 0 0 17 0 0 0 0
/proc/1146/statm: 9057 8721 73 172 0 8884 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 38648

[startup+51.121 s]
/proc/loadavg: 1.10 1.04 1.01 2/93 1148
/proc/meminfo: memFree=653912/2074464 swapFree=1953004/1959888
[pid=955] ppid=953 vsize=2420 CPUtime=23.44
/proc/955/stat : 955 (SatELiteGTI) S 953 955 9090 0 -1 4194304 387 55172 0 0 0 0 2299 45 18 0 1 0 1009378084 2478080 278 4294967295 134512640 135169312 3215652352 3215648568 3085262574 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/955/statm: 605 278 235 161 0 44 0
[pid=1146] ppid=955 vsize=39280 CPUtime=27.63
/proc/1146/stat : 1146 (minisat_static) R 955 955 9090 0 -1 4202496 9513 0 0 0 2752 11 0 0 25 0 1 0 1009380433 40222720 9448 4294967295 134512640 135214715 3215041984 3215040448 134528539 0 0 0 3 0 0 0 17 0 0 0 0
/proc/1146/statm: 9820 9448 73 172 0 9647 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 41700

[startup+102.329 s]
/proc/loadavg: 1.04 1.03 1.00 3/93 1339
/proc/meminfo: memFree=648888/2074464 swapFree=1953004/1959888
[pid=955] ppid=953 vsize=2420 CPUtime=23.44
/proc/955/stat : 955 (SatELiteGTI) S 953 955 9090 0 -1 4194304 387 55172 0 0 0 0 2299 45 18 0 1 0 1009378084 2478080 278 4294967295 134512640 135169312 3215652352 3215648568 3085262574 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/955/statm: 605 278 235 161 0 44 0
[pid=1146] ppid=955 vsize=43296 CPUtime=78.84
/proc/1146/stat : 1146 (minisat_static) R 955 955 9090 0 -1 4202496 10539 0 0 0 7871 13 0 0 25 0 1 0 1009380433 44335104 10474 4294967295 134512640 135214715 3215041984 3215040448 134528800 0 0 0 3 0 0 0 17 0 0 0 0
/proc/1146/statm: 10824 10474 73 172 0 10651 0
Current children cumulated CPU time (s) 102.28
Current children cumulated vsize (KiB) 45716

[startup+162.326 s]
/proc/loadavg: 1.01 1.02 1.00 2/93 1528
/proc/meminfo: memFree=643920/2074464 swapFree=1953004/1959888
[pid=955] ppid=953 vsize=2420 CPUtime=23.44
/proc/955/stat : 955 (SatELiteGTI) S 953 955 9090 0 -1 4194304 387 55172 0 0 0 0 2299 45 18 0 1 0 1009378084 2478080 278 4294967295 134512640 135169312 3215652352 3215648568 3085262574 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/955/statm: 605 278 235 161 0 44 0
[pid=1146] ppid=955 vsize=48516 CPUtime=138.84
/proc/1146/stat : 1146 (minisat_static) R 955 955 9090 0 -1 4202496 11807 0 0 0 13870 14 0 0 25 0 1 0 1009380433 49680384 11742 4294967295 134512640 135214715 3215041984 3215040448 134528800 0 0 0 3 0 0 0 17 0 0 0 0
/proc/1146/statm: 12129 11742 73 172 0 11956 0
Current children cumulated CPU time (s) 162.28
Current children cumulated vsize (KiB) 50936

[startup+222.303 s]
/proc/loadavg: 1.00 1.02 1.00 2/93 1717
/proc/meminfo: memFree=638672/2074464 swapFree=1953004/1959888
[pid=955] ppid=953 vsize=2420 CPUtime=23.44
/proc/955/stat : 955 (SatELiteGTI) S 953 955 9090 0 -1 4194304 387 55172 0 0 0 0 2299 45 18 0 1 0 1009378084 2478080 278 4294967295 134512640 135169312 3215652352 3215648568 3085262574 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/955/statm: 605 278 235 161 0 44 0
[pid=1146] ppid=955 vsize=53664 CPUtime=198.82
/proc/1146/stat : 1146 (minisat_static) R 955 955 9090 0 -1 4202496 13116 0 0 0 19868 14 0 0 25 0 1 0 1009380433 54951936 13051 4294967295 134512640 135214715 3215041984 3215040448 134528560 0 0 0 3 0 0 0 17 0 0 0 0
/proc/1146/statm: 13416 13051 73 172 0 13243 0
Current children cumulated CPU time (s) 222.26
Current children cumulated vsize (KiB) 56084

[startup+282.31 s]
/proc/loadavg: 1.00 1.01 1.00 2/93 1902
/proc/meminfo: memFree=634364/2074464 swapFree=1953004/1959888
[pid=955] ppid=953 vsize=2420 CPUtime=23.44
/proc/955/stat : 955 (SatELiteGTI) S 953 955 9090 0 -1 4194304 387 55172 0 0 0 0 2299 45 18 0 1 0 1009378084 2478080 278 4294967295 134512640 135169312 3215652352 3215648568 3085262574 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/955/statm: 605 278 235 161 0 44 0
[pid=1146] ppid=955 vsize=58332 CPUtime=258.83
/proc/1146/stat : 1146 (minisat_static) R 955 955 9090 0 -1 4202496 14260 0 0 0 25868 15 0 0 25 0 1 0 1009380433 59731968 14195 4294967295 134512640 135214715 3215041984 3215040192 134537681 0 0 0 3 0 0 0 17 0 0 0 0
/proc/1146/statm: 14583 14195 73 172 0 14410 0
Current children cumulated CPU time (s) 282.27
Current children cumulated vsize (KiB) 60752

[startup+342.307 s]
/proc/loadavg: 1.00 1.01 1.00 2/93 2091
/proc/meminfo: memFree=628296/2074464 swapFree=1953004/1959888
[pid=955] ppid=953 vsize=2420 CPUtime=23.44
/proc/955/stat : 955 (SatELiteGTI) S 953 955 9090 0 -1 4194304 387 55172 0 0 0 0 2299 45 18 0 1 0 1009378084 2478080 278 4294967295 134512640 135169312 3215652352 3215648568 3085262574 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/955/statm: 605 278 235 161 0 44 0
[pid=1146] ppid=955 vsize=63880 CPUtime=318.83
/proc/1146/stat : 1146 (minisat_static) R 955 955 9090 0 -1 4202496 15671 0 0 0 31864 19 0 0 25 0 1 0 1009380433 65413120 15606 4294967295 134512640 135214715 3215041984 3215040448 134528800 0 0 0 3 0 0 0 17 0 0 0 0
/proc/1146/statm: 15970 15606 73 172 0 15797 0
Current children cumulated CPU time (s) 342.27

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

[pid=1146] ppid=955 vsize=70776 CPUtime=438.84
/proc/1146/stat : 1146 (minisat_static) R 955 955 9090 0 -1 4202496 17398 0 0 0 43863 21 0 0 25 0 1 0 1009380433 72474624 17333 4294967295 134512640 135214715 3215041984 3215040448 134528800 0 0 0 3 0 0 0 17 0 0 0 0
/proc/1146/statm: 17694 17333 73 172 0 17521 0
Current children cumulated CPU time (s) 462.28
Current children cumulated vsize (KiB) 73196

[startup+522.319 s]
/proc/loadavg: 1.00 1.00 1.00 2/93 2662
/proc/meminfo: memFree=618312/2074464 swapFree=1953004/1959888
[pid=955] ppid=953 vsize=2420 CPUtime=23.44
/proc/955/stat : 955 (SatELiteGTI) S 953 955 9090 0 -1 4194304 387 55172 0 0 0 0 2299 45 18 0 1 0 1009378084 2478080 278 4294967295 134512640 135169312 3215652352 3215648568 3085262574 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/955/statm: 605 278 235 161 0 44 0
[pid=1146] ppid=955 vsize=74768 CPUtime=498.85
/proc/1146/stat : 1146 (minisat_static) R 955 955 9090 0 -1 4202496 18288 0 0 0 49862 23 0 0 25 0 1 0 1009380433 76562432 18223 4294967295 134512640 135214715 3215041984 3215040448 134528560 0 0 0 3 0 0 0 17 3 0 0 0
/proc/1146/statm: 18692 18223 73 172 0 18519 0
Current children cumulated CPU time (s) 522.29
Current children cumulated vsize (KiB) 77188

[startup+582.306 s]
/proc/loadavg: 1.00 1.00 1.00 2/93 2854
/proc/meminfo: memFree=613416/2074464 swapFree=1953004/1959888
[pid=955] ppid=953 vsize=2420 CPUtime=23.44
/proc/955/stat : 955 (SatELiteGTI) S 953 955 9090 0 -1 4194304 387 55172 0 0 0 0 2299 45 18 0 1 0 1009378084 2478080 278 4294967295 134512640 135169312 3215652352 3215648568 3085262574 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/955/statm: 605 278 235 161 0 44 0
[pid=1146] ppid=955 vsize=79596 CPUtime=558.84
/proc/1146/stat : 1146 (minisat_static) R 955 955 9090 0 -1 4202496 19527 0 0 0 55858 26 0 0 25 0 1 0 1009380433 81506304 19462 4294967295 134512640 135214715 3215041984 3215040448 134528539 0 0 0 3 0 0 0 17 3 0 0 0
/proc/1146/statm: 19899 19462 73 172 0 19726 0
Current children cumulated CPU time (s) 582.28
Current children cumulated vsize (KiB) 82016

[startup+642.313 s]
/proc/loadavg: 1.00 1.00 1.00 2/93 3050
/proc/meminfo: memFree=607868/2074464 swapFree=1953004/1959888
[pid=955] ppid=953 vsize=2420 CPUtime=23.44
/proc/955/stat : 955 (SatELiteGTI) S 953 955 9090 0 -1 4194304 387 55172 0 0 0 0 2299 45 18 0 1 0 1009378084 2478080 278 4294967295 134512640 135169312 3215652352 3215648568 3085262574 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/955/statm: 605 278 235 161 0 44 0
[pid=1146] ppid=955 vsize=84836 CPUtime=618.85
/proc/1146/stat : 1146 (minisat_static) R 955 955 9090 0 -1 4202496 20849 0 0 0 61857 28 0 0 25 0 1 0 1009380433 86872064 20784 4294967295 134512640 135214715 3215041984 3215040448 134528800 0 0 0 3 0 0 0 17 3 0 0 0
/proc/1146/statm: 21209 20784 73 172 0 21036 0
Current children cumulated CPU time (s) 642.29
Current children cumulated vsize (KiB) 87256

[startup+702.32 s]
/proc/loadavg: 1.00 1.00 1.00 3/93 3239
/proc/meminfo: memFree=602876/2074464 swapFree=1953004/1959888
[pid=955] ppid=953 vsize=2420 CPUtime=23.44
/proc/955/stat : 955 (SatELiteGTI) S 953 955 9090 0 -1 4194304 387 55172 0 0 0 0 2299 45 18 0 1 0 1009378084 2478080 278 4294967295 134512640 135169312 3215652352 3215648568 3085262574 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/955/statm: 605 278 235 161 0 44 0
[pid=1146] ppid=955 vsize=89872 CPUtime=678.86
/proc/1146/stat : 1146 (minisat_static) R 955 955 9090 0 -1 4202496 22134 0 0 0 67858 28 0 0 25 0 1 0 1009380433 92028928 22069 4294967295 134512640 135214715 3215041984 3215040448 134528800 0 0 0 3 0 0 0 17 3 0 0 0
/proc/1146/statm: 22468 22069 73 172 0 22295 0
Current children cumulated CPU time (s) 702.3
Current children cumulated vsize (KiB) 92292

[startup+762.317 s]
/proc/loadavg: 1.00 1.00 1.00 2/93 3428
/proc/meminfo: memFree=598072/2074464 swapFree=1953004/1959888
[pid=955] ppid=953 vsize=2420 CPUtime=23.44
/proc/955/stat : 955 (SatELiteGTI) S 953 955 9090 0 -1 4194304 387 55172 0 0 0 0 2299 45 18 0 1 0 1009378084 2478080 278 4294967295 134512640 135169312 3215652352 3215648568 3085262574 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/955/statm: 605 278 235 161 0 44 0
[pid=1146] ppid=955 vsize=94568 CPUtime=738.86
/proc/1146/stat : 1146 (minisat_static) R 955 955 9090 0 -1 4202496 23293 0 0 0 73857 29 0 0 25 0 1 0 1009380433 96837632 23228 4294967295 134512640 135214715 3215041984 3215040448 134528800 0 0 0 3 0 0 0 17 3 0 0 0
/proc/1146/statm: 23642 23228 73 172 0 23469 0
Current children cumulated CPU time (s) 762.3
Current children cumulated vsize (KiB) 96988

[startup+822.324 s]
/proc/loadavg: 1.00 1.00 1.00 3/93 3624
/proc/meminfo: memFree=594116/2074464 swapFree=1953004/1959888
[pid=955] ppid=953 vsize=2420 CPUtime=23.44
/proc/955/stat : 955 (SatELiteGTI) S 953 955 9090 0 -1 4194304 387 55172 0 0 0 0 2299 45 18 0 1 0 1009378084 2478080 278 4294967295 134512640 135169312 3215652352 3215648568 3085262574 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/955/statm: 605 278 235 161 0 44 0
[pid=1146] ppid=955 vsize=98664 CPUtime=798.87
/proc/1146/stat : 1146 (minisat_static) R 955 955 9090 0 -1 4202496 24154 0 0 0 79857 30 0 0 25 0 1 0 1009380433 101031936 24089 4294967295 134512640 135214715 3215041984 3215040544 134540425 0 0 0 3 0 0 0 17 3 0 0 0
/proc/1146/statm: 24666 24089 73 172 0 24493 0
Current children cumulated CPU time (s) 822.31
Current children cumulated vsize (KiB) 101084

[startup+882.321 s]
/proc/loadavg: 1.05 1.01 1.00 3/93 3827
/proc/meminfo: memFree=590500/2074464 swapFree=1953004/1959888
[pid=955] ppid=953 vsize=2420 CPUtime=23.44
/proc/955/stat : 955 (SatELiteGTI) S 953 955 9090 0 -1 4194304 387 55172 0 0 0 0 2299 45 18 0 1 0 1009378084 2478080 278 4294967295 134512640 135169312 3215652352 3215648568 3085262574 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/955/statm: 605 278 235 161 0 44 0
[pid=1146] ppid=955 vsize=102344 CPUtime=858.87
/proc/1146/stat : 1146 (minisat_static) R 955 955 9090 0 -1 4202496 25078 0 0 0 85855 32 0 0 25 0 1 0 1009380433 104800256 25013 4294967295 134512640 135214715 3215041984 3215040448 134528800 0 0 0 3 0 0 0 17 3 0 0 0
/proc/1146/statm: 25586 25013 73 172 0 25413 0
Current children cumulated CPU time (s) 882.31
Current children cumulated vsize (KiB) 104764

[startup+942.318 s]
/proc/loadavg: 1.08 1.02 1.00 2/93 4024
/proc/meminfo: memFree=586740/2074464 swapFree=1953004/1959888
[pid=955] ppid=953 vsize=2420 CPUtime=23.44
/proc/955/stat : 955 (SatELiteGTI) S 953 955 9090 0 -1 4194304 387 55172 0 0 0 0 2299 45 18 0 1 0 1009378084 2478080 278 4294967295 134512640 135169312 3215652352 3215648568 3085262574 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/955/statm: 605 278 235 161 0 44 0
[pid=1146] ppid=955 vsize=106064 CPUtime=918.87
/proc/1146/stat : 1146 (minisat_static) R 955 955 9090 0 -1 4202496 26021 0 0 0 91854 33 0 0 25 0 1 0 1009380433 108609536 25956 4294967295 134512640 135214715 3215041984 3215040448 134528800 0 0 0 3 0 0 0 17 3 0 0 0
/proc/1146/statm: 26516 25956 73 172 0 26343 0
Current children cumulated CPU time (s) 942.31
Current children cumulated vsize (KiB) 108484

[startup+1002.32 s]
/proc/loadavg: 1.03 1.02 1.00 3/93 4211
/proc/meminfo: memFree=581920/2074464 swapFree=1953004/1959888
[pid=955] ppid=953 vsize=2420 CPUtime=23.44
/proc/955/stat : 955 (SatELiteGTI) S 953 955 9090 0 -1 4194304 387 55172 0 0 0 0 2299 45 18 0 1 0 1009378084 2478080 278 4294967295 134512640 135169312 3215652352 3215648568 3085262574 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/955/statm: 605 278 235 161 0 44 0
[pid=1146] ppid=955 vsize=110780 CPUtime=978.87
/proc/1146/stat : 1146 (minisat_static) R 955 955 9090 0 -1 4202496 27228 0 0 0 97851 36 0 0 25 0 1 0 1009380433 113438720 27163 4294967295 134512640 135214715 3215041984 3215040448 134528800 0 0 0 3 0 0 0 17 3 0 0 0
/proc/1146/statm: 27695 27163 73 172 0 27522 0
Current children cumulated CPU time (s) 1002.31
Current children cumulated vsize (KiB) 113200

[startup+1062.32 s]
/proc/loadavg: 1.01 1.01 1.00 3/93 4400
/proc/meminfo: memFree=576580/2074464 swapFree=1953004/1959888
[pid=955] ppid=953 vsize=2420 CPUtime=23.44
/proc/955/stat : 955 (SatELiteGTI) S 953 955 9090 0 -1 4194304 387 55172 0 0 0 0 2299 45 18 0 1 0 1009378084 2478080 278 4294967295 134512640 135169312 3215652352 3215648568 3085262574 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/955/statm: 605 278 235 161 0 44 0
[pid=1146] ppid=955 vsize=116112 CPUtime=1038.88
/proc/1146/stat : 1146 (minisat_static) R 955 955 9090 0 -1 4202496 28576 0 0 0 103851 37 0 0 25 0 1 0 1009380433 118898688 28511 4294967295 134512640 135214715 3215041984 3215039488 134536349 0 0 0 3 0 0 0 17 3 0 0 0
/proc/1146/statm: 29028 28511 73 172 0 28855 0
Current children cumulated CPU time (s) 1062.32
Current children cumulated vsize (KiB) 118532

[startup+1122.31 s]
/proc/loadavg: 1.06 1.02 1.00 3/93 4589
/proc/meminfo: memFree=570720/2074464 swapFree=1953004/1959888
[pid=955] ppid=953 vsize=2420 CPUtime=23.44
/proc/955/stat : 955 (SatELiteGTI) S 953 955 9090 0 -1 4194304 387 55172 0 0 0 0 2299 45 18 0 1 0 1009378084 2478080 278 4294967295 134512640 135169312 3215652352 3215648568 3085262574 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/955/statm: 605 278 235 161 0 44 0
[pid=1146] ppid=955 vsize=121932 CPUtime=1098.87
/proc/1146/stat : 1146 (minisat_static) R 955 955 9090 0 -1 4202496 30013 0 0 0 109850 37 0 0 25 0 1 0 1009380433 124858368 29948 4294967295 134512640 135214715 3215041984 3215040448 134528724 0 0 0 3 0 0 0 17 3 0 0 0
/proc/1146/statm: 30483 29948 73 172 0 30310 0
Current children cumulated CPU time (s) 1122.31
Current children cumulated vsize (KiB) 124352

[startup+1182.32 s]
/proc/loadavg: 1.08 1.03 1.00 2/93 4774
/proc/meminfo: memFree=565784/2074464 swapFree=1953004/1959888
[pid=955] ppid=953 vsize=2420 CPUtime=23.44
/proc/955/stat : 955 (SatELiteGTI) S 953 955 9090 0 -1 4194304 387 55172 0 0 0 0 2299 45 18 0 1 0 1009378084 2478080 278 4294967295 134512640 135169312 3215652352 3215648568 3085262574 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/955/statm: 605 278 235 161 0 44 0
[pid=1146] ppid=955 vsize=126724 CPUtime=1158.88
/proc/1146/stat : 1146 (minisat_static) R 955 955 9090 0 -1 4202496 31254 0 0 0 115849 39 0 0 25 0 1 0 1009380433 129765376 31189 4294967295 134512640 135214715 3215041984 3215040192 134537852 0 0 0 3 0 0 0 17 3 0 0 0
/proc/1146/statm: 31681 31189 73 172 0 31508 0
Current children cumulated CPU time (s) 1182.32
Current children cumulated vsize (KiB) 129144



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.02 s]
/proc/loadavg: 1.06 1.03 1.00 2/93 4782
/proc/meminfo: memFree=564724/2074464 swapFree=1953004/1959888
[pid=955] ppid=953 vsize=2420 CPUtime=23.44
/proc/955/stat : 955 (SatELiteGTI) S 953 955 9090 0 -1 4194304 387 55172 0 0 0 0 2299 45 18 0 1 0 1009378084 2478080 278 4294967295 134512640 135169312 3215652352 3215648568 3085262574 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/955/statm: 605 278 235 161 0 44 0
[pid=1146] ppid=955 vsize=127912 CPUtime=1176.58
/proc/1146/stat : 1146 (minisat_static) R 955 955 9090 0 -1 4202496 31530 0 0 0 117619 39 0 0 25 0 1 0 1009380433 130981888 31465 4294967295 134512640 135214715 3215041984 3215040448 134528800 0 0 0 3 0 0 0 17 3 0 0 0
/proc/1146/statm: 31978 31465 73 172 0 31805 0
Current children cumulated CPU time (s) 1200.02
Current children cumulated vsize (KiB) 130332

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.05
CPU time (s): 1200.04
CPU user time (s): 1199.18
CPU system time (s): 0.86
CPU usage (%): 99.9995
Max. virtual memory (cumulated for all children) (KiB): 229024

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1199.18
system time used= 0.86
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 87180
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= 18
involuntary context switches= 3564

runsolver used 0 second user time and 0.01 second system time

The end

Launcher Data

Begin job on tipi19 at 2009-05-16 06:39:35
IDJOB=1820467
IDBENCH=20410
IDSOLVER=660
FILE ID=tipi19/1820467-1242448775
PBS_JOBID=
Free space on /tmp= 10135 MiB

SOLVER NAME= MiniSat2hack 2009-03-23
BENCH NAME= SAT07/industrial/palacios/hard/sortnet-8-ipc5-h19-sat.cnf
COMMAND LINE= SatELiteGTI BENCHNAME
RUNSOLVER COMMAND LINE= runsolver --timestamp  -w /tmp/evaluation-result-1820467-1242448775/watcher-1820467-1242448775 -o /tmp/evaluation-result-1820467-1242448775/solver-1820467-1242448775 -C 1200 -W 1800 -M 1800  SatELiteGTI HOME/instance-1820467-1242448775.cnf

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

MD5SUM BENCH= 409f4401e9e8b60ee665ac5567a13e41
RANDOM SEED= 706100567

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

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

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

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

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


/proc/meminfo:
MemTotal:      2074464 kB
MemFree:        748380 kB
Buffers:         29588 kB
Cached:        1201840 kB
SwapCached:       3036 kB
Active:         483780 kB
Inactive:       757192 kB
HighTotal:     1178688 kB
HighFree:       227932 kB
LowTotal:       895776 kB
LowFree:        520448 kB
SwapTotal:     1959888 kB
SwapFree:      1953004 kB
Dirty:           24596 kB
Writeback:           0 kB
AnonPages:        8856 kB
Mapped:           3428 kB
Slab:            76860 kB
PageTables:        484 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   2997120 kB
Committed_AS:    87776 kB
VmallocTotal:   114680 kB
VmallocUsed:      1324 kB
VmallocChunk:   113264 kB

Free space on /tmp at the end= 10135 MiB
End job on tipi19 at 2009-05-16 06:59:40