Trace number 1821025

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 1199.92

General information on the benchmark

NameAPPLICATIONS/bitverif/countbitsarray/
countbitsarray08_32.cnf
MD5SUMfd3f8184ebdeefe767f2b0366176385e
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 variables17818
Number of clauses52685
Sum of the clauses size122929
Maximum clause length3
Minimum clause length1
Number of clauses of size 12
Number of clauses of size 235122
Number of clauses of size 317561
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.00/0.00	c Parsing...
0.00/0.05	c ==============================================================================
0.00/0.05	c |           |     ORIGINAL     |              LEARNT              |          |
0.00/0.05	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.00/0.05	c ==============================================================================
0.00/0.05	c |         0 |   52683   122927 |   15804       0        0     nan |  0.000 % |
0.32/0.37	c |         0 |   40130   119943 |      --       0       --      -- |     --   | -12551/-2979
0.32/0.37	c ==============================================================================
0.32/0.37	c Result  :   #vars: 8978   #clauses: 40130   #literals: 119943
0.32/0.37	c CPU time:   0.37 s
0.32/0.37	c ==============================================================================
0.42/0.42	This is MiniSat 2.0 beta with hacks by AVG
0.42/0.42	WARNING: for repeatability, setting FPU to use double precision
0.42/0.42	============================[ Problem Statistics ]=============================
0.42/0.42	|                                                                             |
0.42/0.42	|  Number of variables:  8978                                                 |
0.42/0.42	|  Number of clauses:    40130                                                |
0.42/0.44	|  Parsing time:         0.03         s                                       |
1200.01/1199.91	HOME/SatELiteGTI: line 36:  3370 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-1821025-1242498237/watcher-1821025-1242498237 -o /tmp/evaluation-result-1821025-1242498237/solver-1821025-1242498237 -C 1200 -W 1800 -M 1800 SatELiteGTI HOME/instance-1821025-1242498237.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 1.00 2/93 3173
/proc/meminfo: memFree=463636/2074464 swapFree=1949056/1959888
[pid=3173] ppid=3171 vsize=2412 CPUtime=0
/proc/3173/stat : 3173 (SatELiteGTI) S 3171 3173 14060 0 -1 4194304 364 647 0 0 0 0 0 0 18 0 1 0 1014320839 2469888 275 4294967295 134512640 135169312 3217981488 3217980024 3085504238 0 65536 4 65538 3222381614 0 0 17 2 0 0 0
/proc/3173/statm: 603 275 235 161 0 42 0
[pid=3178] ppid=3173 vsize=952 CPUtime=0.01
/proc/3178/stat : 3178 (SatELite_releas) R 3173 3173 14060 0 -1 4202496 123 0 0 0 0 1 0 0 18 0 1 0 1014320839 974848 59 4294967295 134512640 135223648 3215484352 3215482948 134719062 0 0 0 3 0 0 0 17 3 0 0 0
/proc/3178/statm: 238 62 45 174 0 63 0

[startup+0.07502 s]
/proc/loadavg: 1.00 1.00 1.00 2/93 3173
/proc/meminfo: memFree=463636/2074464 swapFree=1949056/1959888
[pid=3173] ppid=3171 vsize=2412 CPUtime=0
/proc/3173/stat : 3173 (SatELiteGTI) S 3171 3173 14060 0 -1 4194304 364 647 0 0 0 0 0 0 18 0 1 0 1014320839 2469888 275 4294967295 134512640 135169312 3217981488 3217980024 3085504238 0 65536 4 65538 3222381614 0 0 17 2 0 0 0
/proc/3173/statm: 603 275 235 161 0 42 0
[pid=3178] ppid=3173 vsize=10316 CPUtime=0.08
/proc/3178/stat : 3178 (SatELite_releas) R 3173 3173 14060 0 -1 4202496 2286 0 0 0 7 1 0 0 18 0 1 0 1014320839 10563584 2083 4294967295 134512640 135223648 3215484352 3215482120 134737406 0 0 0 3 0 0 0 17 3 0 0 0
/proc/3178/statm: 2579 2083 73 174 0 2404 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 12728

[startup+0.114555 s]
/proc/loadavg: 1.00 1.00 1.00 2/93 3173
/proc/meminfo: memFree=463636/2074464 swapFree=1949056/1959888
[pid=3173] ppid=3171 vsize=2412 CPUtime=0
/proc/3173/stat : 3173 (SatELiteGTI) S 3171 3173 14060 0 -1 4194304 364 647 0 0 0 0 0 0 18 0 1 0 1014320839 2469888 275 4294967295 134512640 135169312 3217981488 3217980024 3085504238 0 65536 4 65538 3222381614 0 0 17 2 0 0 0
/proc/3173/statm: 603 275 235 161 0 42 0
[pid=3178] ppid=3173 vsize=11276 CPUtime=0.12
/proc/3178/stat : 3178 (SatELite_releas) R 3173 3173 14060 0 -1 4202496 2511 0 0 0 11 1 0 0 18 0 1 0 1014320839 11546624 2308 4294967295 134512640 135223648 3215484352 3215482020 134718983 0 0 0 3 0 0 0 17 3 0 0 0
/proc/3178/statm: 2819 2308 73 174 0 2644 0
Current children cumulated CPU time (s) 0.12
Current children cumulated vsize (KiB) 13688

[startup+0.314534 s]
/proc/loadavg: 1.00 1.00 1.00 2/93 3173
/proc/meminfo: memFree=463636/2074464 swapFree=1949056/1959888
[pid=3173] ppid=3171 vsize=2412 CPUtime=0
/proc/3173/stat : 3173 (SatELiteGTI) S 3171 3173 14060 0 -1 4194304 364 647 0 0 0 0 0 0 18 0 1 0 1014320839 2469888 275 4294967295 134512640 135169312 3217981488 3217980024 3085504238 0 65536 4 65538 3222381614 0 0 17 2 0 0 0
/proc/3173/statm: 603 275 235 161 0 42 0
[pid=3178] ppid=3173 vsize=11804 CPUtime=0.32
/proc/3178/stat : 3178 (SatELite_releas) R 3173 3173 14060 0 -1 4202496 2653 0 0 0 31 1 0 0 18 0 1 0 1014320839 12087296 2450 4294967295 134512640 135223648 3215484352 3215482368 134586697 0 0 0 3 0 0 0 17 3 0 0 0
/proc/3178/statm: 2951 2450 73 174 0 2776 0
Current children cumulated CPU time (s) 0.32
Current children cumulated vsize (KiB) 14216

[startup+0.714495 s]
/proc/loadavg: 1.00 1.00 1.00 2/93 3173
/proc/meminfo: memFree=463636/2074464 swapFree=1949056/1959888
[pid=3173] ppid=3171 vsize=2416 CPUtime=0.42
/proc/3173/stat : 3173 (SatELiteGTI) S 3171 3173 14060 0 -1 4194304 384 3356 0 0 0 0 40 2 15 0 1 0 1014320839 2473984 277 4294967295 134512640 135169312 3217981488 3217977704 3085504238 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/3173/statm: 604 277 235 161 0 43 0
Current children cumulated CPU time (s) 0.42
Current children cumulated vsize (KiB) 2416

[startup+1.51443 s]
/proc/loadavg: 1.00 1.00 1.00 3/95 3370
/proc/meminfo: memFree=458508/2074464 swapFree=1949056/1959888
[pid=3173] ppid=3171 vsize=2416 CPUtime=0.42
/proc/3173/stat : 3173 (SatELiteGTI) S 3171 3173 14060 0 -1 4194304 384 3356 0 0 0 0 40 2 15 0 1 0 1014320839 2473984 277 4294967295 134512640 135169312 3217981488 3217977704 3085504238 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/3173/statm: 604 277 235 161 0 43 0
[pid=3370] ppid=3173 vsize=5048 CPUtime=1.1
/proc/3370/stat : 3370 (minisat_static) R 3173 3173 14060 0 -1 4202496 1114 0 0 0 110 0 0 0 19 0 1 0 1014320881 5169152 1048 4294967295 134512640 135214715 3219104160 3219102544 134524118 0 0 0 3 0 0 0 17 0 0 0 0
/proc/3370/statm: 1262 1048 74 172 0 1089 0
Current children cumulated CPU time (s) 1.52
Current children cumulated vsize (KiB) 7464

[startup+3.11429 s]
/proc/loadavg: 1.00 1.00 1.00 3/95 3370
/proc/meminfo: memFree=457640/2074464 swapFree=1949056/1959888
[pid=3173] ppid=3171 vsize=2416 CPUtime=0.42
/proc/3173/stat : 3173 (SatELiteGTI) S 3171 3173 14060 0 -1 4194304 384 3356 0 0 0 0 40 2 15 0 1 0 1014320839 2473984 277 4294967295 134512640 135169312 3217981488 3217977704 3085504238 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/3173/statm: 604 277 235 161 0 43 0
[pid=3370] ppid=3173 vsize=7000 CPUtime=2.7
/proc/3370/stat : 3370 (minisat_static) R 3173 3173 14060 0 -1 4202496 1619 0 0 0 270 0 0 0 23 0 1 0 1014320881 7168000 1553 4294967295 134512640 135214715 3219104160 3219102624 134528626 0 0 0 3 0 0 0 17 0 0 0 0
/proc/3370/statm: 1750 1553 74 172 0 1577 0
Current children cumulated CPU time (s) 3.12
Current children cumulated vsize (KiB) 9416

[startup+6.31401 s]
/proc/loadavg: 1.00 1.00 1.00 3/95 3370
/proc/meminfo: memFree=453380/2074464 swapFree=1949056/1959888
[pid=3173] ppid=3171 vsize=2416 CPUtime=0.42
/proc/3173/stat : 3173 (SatELiteGTI) S 3171 3173 14060 0 -1 4194304 384 3356 0 0 0 0 40 2 15 0 1 0 1014320839 2473984 277 4294967295 134512640 135169312 3217981488 3217977704 3085504238 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/3173/statm: 604 277 235 161 0 43 0
[pid=3370] ppid=3173 vsize=10940 CPUtime=5.9
/proc/3370/stat : 3370 (minisat_static) R 3173 3173 14060 0 -1 4202496 2558 0 0 0 590 0 0 0 25 0 1 0 1014320881 11202560 2492 4294967295 134512640 135214715 3219104160 3219102372 134720631 0 0 0 3 0 0 0 17 0 0 0 0
/proc/3370/statm: 2735 2493 74 172 0 2562 0
Current children cumulated CPU time (s) 6.32
Current children cumulated vsize (KiB) 13356

[startup+12.7135 s]
/proc/loadavg: 1.00 1.00 1.00 3/95 3370
/proc/meminfo: memFree=450648/2074464 swapFree=1949056/1959888
[pid=3173] ppid=3171 vsize=2416 CPUtime=0.42
/proc/3173/stat : 3173 (SatELiteGTI) S 3171 3173 14060 0 -1 4194304 384 3356 0 0 0 0 40 2 15 0 1 0 1014320839 2473984 277 4294967295 134512640 135169312 3217981488 3217977704 3085504238 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/3173/statm: 604 277 235 161 0 43 0
[pid=3370] ppid=3173 vsize=13184 CPUtime=12.3
/proc/3370/stat : 3370 (minisat_static) R 3173 3173 14060 0 -1 4202496 3135 0 0 0 1230 0 0 0 25 0 1 0 1014320881 13500416 3069 4294967295 134512640 135214715 3219104160 3219102624 134528800 0 0 0 3 0 0 0 17 0 0 0 0
/proc/3370/statm: 3296 3069 74 172 0 3123 0
Current children cumulated CPU time (s) 12.72
Current children cumulated vsize (KiB) 15600

[startup+25.5123 s]
/proc/loadavg: 1.00 1.00 1.00 3/95 3370
/proc/meminfo: memFree=446528/2074464 swapFree=1949056/1959888
[pid=3173] ppid=3171 vsize=2416 CPUtime=0.42
/proc/3173/stat : 3173 (SatELiteGTI) S 3171 3173 14060 0 -1 4194304 384 3356 0 0 0 0 40 2 15 0 1 0 1014320839 2473984 277 4294967295 134512640 135169312 3217981488 3217977704 3085504238 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/3173/statm: 604 277 235 161 0 43 0
[pid=3370] ppid=3173 vsize=16888 CPUtime=25.1
/proc/3370/stat : 3370 (minisat_static) R 3173 3173 14060 0 -1 4202496 4037 0 0 0 2508 2 0 0 25 0 1 0 1014320881 17293312 3971 4294967295 134512640 135214715 3219104160 3219101856 134536289 0 0 0 3 0 0 0 17 0 0 0 0
/proc/3370/statm: 4222 3971 74 172 0 4049 0
Current children cumulated CPU time (s) 25.52
Current children cumulated vsize (KiB) 19304

[startup+51.1101 s]
/proc/loadavg: 1.00 1.00 1.00 3/95 3371
/proc/meminfo: memFree=443088/2074464 swapFree=1949056/1959888
[pid=3173] ppid=3171 vsize=2416 CPUtime=0.42
/proc/3173/stat : 3173 (SatELiteGTI) S 3171 3173 14060 0 -1 4194304 384 3356 0 0 0 0 40 2 15 0 1 0 1014320839 2473984 277 4294967295 134512640 135169312 3217981488 3217977704 3085504238 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/3173/statm: 604 277 235 161 0 43 0
[pid=3370] ppid=3173 vsize=20364 CPUtime=50.7
/proc/3370/stat : 3370 (minisat_static) R 3173 3173 14060 0 -1 4202496 4927 0 0 0 5068 2 0 0 25 0 1 0 1014320881 20852736 4861 4294967295 134512640 135214715 3219104160 3219102624 134528800 0 0 0 3 0 0 0 17 0 0 0 0
/proc/3370/statm: 5091 4861 74 172 0 4918 0
Current children cumulated CPU time (s) 51.12
Current children cumulated vsize (KiB) 22780

[startup+102.316 s]
/proc/loadavg: 1.00 1.00 1.00 3/95 3564
/proc/meminfo: memFree=440840/2074464 swapFree=1949056/1959888
[pid=3173] ppid=3171 vsize=2416 CPUtime=0.42
/proc/3173/stat : 3173 (SatELiteGTI) S 3171 3173 14060 0 -1 4194304 384 3356 0 0 0 0 40 2 15 0 1 0 1014320839 2473984 277 4294967295 134512640 135169312 3217981488 3217977704 3085504238 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/3173/statm: 604 277 235 161 0 43 0
[pid=3370] ppid=3173 vsize=22220 CPUtime=101.91
/proc/3370/stat : 3370 (minisat_static) R 3173 3173 14060 0 -1 4202496 5396 0 0 0 10189 2 0 0 25 0 1 0 1014320881 22753280 5330 4294967295 134512640 135214715 3219104160 3219102624 134528688 0 0 0 3 0 0 0 17 0 0 0 0
/proc/3370/statm: 5555 5330 74 172 0 5382 0
Current children cumulated CPU time (s) 102.33
Current children cumulated vsize (KiB) 24636

[startup+162.32 s]
/proc/loadavg: 1.00 1.00 1.00 3/95 3755
/proc/meminfo: memFree=433516/2074464 swapFree=1949056/1959888
[pid=3173] ppid=3171 vsize=2416 CPUtime=0.42
/proc/3173/stat : 3173 (SatELiteGTI) S 3171 3173 14060 0 -1 4194304 384 3356 0 0 0 0 40 2 15 0 1 0 1014320839 2473984 277 4294967295 134512640 135169312 3217981488 3217977704 3085504238 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/3173/statm: 604 277 235 161 0 43 0
[pid=3370] ppid=3173 vsize=29352 CPUtime=161.92
/proc/3370/stat : 3370 (minisat_static) R 3173 3173 14060 0 -1 4202496 7174 0 0 0 16189 3 0 0 25 0 1 0 1014320881 30056448 7108 4294967295 134512640 135214715 3219104160 3219102368 134537288 0 0 0 3 0 0 0 17 0 0 0 0
/proc/3370/statm: 7338 7108 74 172 0 7165 0
Current children cumulated CPU time (s) 162.34
Current children cumulated vsize (KiB) 31768

[startup+222.315 s]
/proc/loadavg: 1.00 1.00 1.00 2/95 3946
/proc/meminfo: memFree=420224/2074464 swapFree=1949056/1959888
[pid=3173] ppid=3171 vsize=2416 CPUtime=0.42
/proc/3173/stat : 3173 (SatELiteGTI) S 3171 3173 14060 0 -1 4194304 384 3356 0 0 0 0 40 2 15 0 1 0 1014320839 2473984 277 4294967295 134512640 135169312 3217981488 3217977704 3085504238 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/3173/statm: 604 277 235 161 0 43 0
[pid=3370] ppid=3173 vsize=42564 CPUtime=221.92
/proc/3370/stat : 3370 (minisat_static) R 3173 3173 14060 0 -1 4202496 10463 0 0 0 22187 5 0 0 25 0 1 0 1014320881 43585536 10397 4294967295 134512640 135214715 3219104160 3219102624 134528800 0 0 0 3 0 0 0 17 0 0 0 0
/proc/3370/statm: 10641 10397 74 172 0 10468 0
Current children cumulated CPU time (s) 222.34
Current children cumulated vsize (KiB) 44980

[startup+282.32 s]
/proc/loadavg: 1.00 1.00 1.00 2/95 4156
/proc/meminfo: memFree=420356/2074464 swapFree=1949056/1959888
[pid=3173] ppid=3171 vsize=2416 CPUtime=0.42
/proc/3173/stat : 3173 (SatELiteGTI) S 3171 3173 14060 0 -1 4194304 384 3356 0 0 0 0 40 2 15 0 1 0 1014320839 2473984 277 4294967295 134512640 135169312 3217981488 3217977704 3085504238 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/3173/statm: 604 277 235 161 0 43 0
[pid=3370] ppid=3173 vsize=42560 CPUtime=281.93
/proc/3370/stat : 3370 (minisat_static) R 3173 3173 14060 0 -1 4202496 10470 0 0 0 28188 5 0 0 25 0 1 0 1014320881 43581440 10404 4294967295 134512640 135214715 3219104160 3219102624 134528800 0 0 0 3 0 0 0 17 0 0 0 0
/proc/3370/statm: 10640 10404 74 172 0 10467 0
Current children cumulated CPU time (s) 282.35
Current children cumulated vsize (KiB) 44976

[startup+342.315 s]
/proc/loadavg: 1.00 1.00 1.00 3/95 4343
/proc/meminfo: memFree=416892/2074464 swapFree=1949056/1959888
[pid=3173] ppid=3171 vsize=2416 CPUtime=0.42
/proc/3173/stat : 3173 (SatELiteGTI) S 3171 3173 14060 0 -1 4194304 384 3356 0 0 0 0 40 2 15 0 1 0 1014320839 2473984 277 4294967295 134512640 135169312 3217981488 3217977704 3085504238 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/3173/statm: 604 277 235 161 0 43 0
[pid=3370] ppid=3173 vsize=46040 CPUtime=341.93
/proc/3370/stat : 3370 (minisat_static) R 3173 3173 14060 0 -1 4202496 11292 0 0 0 34188 5 0 0 25 0 1 0 1014320881 47144960 11226 4294967295 134512640 135214715 3219104160 3219102624 134528800 0 0 0 3 0 0 0 17 0 0 0 0
/proc/3370/statm: 11510 11226 74 172 0 11337 0
Current children cumulated CPU time (s) 342.35
Current children cumulated vsize (KiB) 48456

[startup+402.31 s]

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

[pid=3370] ppid=3173 vsize=46040 CPUtime=521.93
/proc/3370/stat : 3370 (minisat_static) R 3173 3173 14060 0 -1 4202496 11297 0 0 0 52181 12 0 0 25 0 1 0 1014320881 47144960 11231 4294967295 134512640 135214715 3219104160 3219102624 134528588 0 0 0 3 0 0 0 17 0 0 0 0
/proc/3370/statm: 11510 11231 74 172 0 11337 0
Current children cumulated CPU time (s) 522.35
Current children cumulated vsize (KiB) 48456

[startup+582.314 s]
/proc/loadavg: 1.00 1.00 1.00 2/95 5101
/proc/meminfo: memFree=417140/2074464 swapFree=1949056/1959888
[pid=3173] ppid=3171 vsize=2416 CPUtime=0.42
/proc/3173/stat : 3173 (SatELiteGTI) S 3171 3173 14060 0 -1 4194304 384 3356 0 0 0 0 40 2 15 0 1 0 1014320839 2473984 277 4294967295 134512640 135169312 3217981488 3217977704 3085504238 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/3173/statm: 604 277 235 161 0 43 0
[pid=3370] ppid=3173 vsize=46040 CPUtime=581.94
/proc/3370/stat : 3370 (minisat_static) R 3173 3173 14060 0 -1 4202496 11297 0 0 0 58180 14 0 0 25 0 1 0 1014320881 47144960 11231 4294967295 134512640 135214715 3219104160 3219102624 134528800 0 0 0 3 0 0 0 17 0 0 0 0
/proc/3370/statm: 11510 11231 74 172 0 11337 0
Current children cumulated CPU time (s) 582.36
Current children cumulated vsize (KiB) 48456

[startup+642.319 s]
/proc/loadavg: 1.00 1.00 1.00 3/95 5288
/proc/meminfo: memFree=417256/2074464 swapFree=1949056/1959888
[pid=3173] ppid=3171 vsize=2416 CPUtime=0.42
/proc/3173/stat : 3173 (SatELiteGTI) S 3171 3173 14060 0 -1 4194304 384 3356 0 0 0 0 40 2 15 0 1 0 1014320839 2473984 277 4294967295 134512640 135169312 3217981488 3217977704 3085504238 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/3173/statm: 604 277 235 161 0 43 0
[pid=3370] ppid=3173 vsize=46040 CPUtime=641.95
/proc/3370/stat : 3370 (minisat_static) R 3173 3173 14060 0 -1 4202496 11305 0 0 0 64181 14 0 0 25 0 1 0 1014320881 47144960 11239 4294967295 134512640 135214715 3219104160 3219102624 134528800 0 0 0 3 0 0 0 17 0 0 0 0
/proc/3370/statm: 11510 11239 74 172 0 11337 0
Current children cumulated CPU time (s) 642.37
Current children cumulated vsize (KiB) 48456

[startup+702.324 s]
/proc/loadavg: 1.00 1.00 1.00 2/95 5477
/proc/meminfo: memFree=417156/2074464 swapFree=1949056/1959888
[pid=3173] ppid=3171 vsize=2416 CPUtime=0.42
/proc/3173/stat : 3173 (SatELiteGTI) S 3171 3173 14060 0 -1 4194304 384 3356 0 0 0 0 40 2 15 0 1 0 1014320839 2473984 277 4294967295 134512640 135169312 3217981488 3217977704 3085504238 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/3173/statm: 604 277 235 161 0 43 0
[pid=3370] ppid=3173 vsize=46040 CPUtime=701.96
/proc/3370/stat : 3370 (minisat_static) R 3173 3173 14060 0 -1 4202496 11306 0 0 0 70182 14 0 0 25 0 1 0 1014320881 47144960 11240 4294967295 134512640 135214715 3219104160 3219100896 134536289 0 0 0 3 0 0 0 17 0 0 0 0
/proc/3370/statm: 11510 11240 74 172 0 11337 0
Current children cumulated CPU time (s) 702.38
Current children cumulated vsize (KiB) 48456

[startup+762.318 s]
/proc/loadavg: 1.00 1.00 1.00 3/95 5666
/proc/meminfo: memFree=417148/2074464 swapFree=1949056/1959888
[pid=3173] ppid=3171 vsize=2416 CPUtime=0.42
/proc/3173/stat : 3173 (SatELiteGTI) S 3171 3173 14060 0 -1 4194304 384 3356 0 0 0 0 40 2 15 0 1 0 1014320839 2473984 277 4294967295 134512640 135169312 3217981488 3217977704 3085504238 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/3173/statm: 604 277 235 161 0 43 0
[pid=3370] ppid=3173 vsize=46040 CPUtime=761.96
/proc/3370/stat : 3370 (minisat_static) R 3173 3173 14060 0 -1 4202496 11307 0 0 0 76182 14 0 0 25 0 1 0 1014320881 47144960 11241 4294967295 134512640 135214715 3219104160 3219102624 134528800 0 0 0 3 0 0 0 17 0 0 0 0
/proc/3370/statm: 11510 11241 74 172 0 11337 0
Current children cumulated CPU time (s) 762.38
Current children cumulated vsize (KiB) 48456

[startup+822.313 s]
/proc/loadavg: 1.07 1.03 1.01 2/95 5856
/proc/meminfo: memFree=417256/2074464 swapFree=1949056/1959888
[pid=3173] ppid=3171 vsize=2416 CPUtime=0.42
/proc/3173/stat : 3173 (SatELiteGTI) S 3171 3173 14060 0 -1 4194304 384 3356 0 0 0 0 40 2 15 0 1 0 1014320839 2473984 277 4294967295 134512640 135169312 3217981488 3217977704 3085504238 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/3173/statm: 604 277 235 161 0 43 0
[pid=3370] ppid=3173 vsize=46040 CPUtime=821.96
/proc/3370/stat : 3370 (minisat_static) R 3173 3173 14060 0 -1 4202496 11308 0 0 0 82181 15 0 0 25 0 1 0 1014320881 47144960 11242 4294967295 134512640 135214715 3219104160 3219101792 134536571 0 0 0 3 0 0 0 17 0 0 0 0
/proc/3370/statm: 11510 11242 74 172 0 11337 0
Current children cumulated CPU time (s) 822.38
Current children cumulated vsize (KiB) 48456

[startup+882.318 s]
/proc/loadavg: 1.02 1.02 1.00 3/95 6044
/proc/meminfo: memFree=416132/2074464 swapFree=1949056/1959888
[pid=3173] ppid=3171 vsize=2416 CPUtime=0.42
/proc/3173/stat : 3173 (SatELiteGTI) S 3171 3173 14060 0 -1 4194304 384 3356 0 0 0 0 40 2 15 0 1 0 1014320839 2473984 277 4294967295 134512640 135169312 3217981488 3217977704 3085504238 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/3173/statm: 604 277 235 161 0 43 0
[pid=3370] ppid=3173 vsize=47236 CPUtime=881.97
/proc/3370/stat : 3370 (minisat_static) R 3173 3173 14060 0 -1 4202496 11633 0 0 0 88181 16 0 0 25 0 1 0 1014320881 48369664 11567 4294967295 134512640 135214715 3219104160 3219102624 134528800 0 0 0 3 0 0 0 17 0 0 0 0
/proc/3370/statm: 11809 11567 74 172 0 11636 0
Current children cumulated CPU time (s) 882.39
Current children cumulated vsize (KiB) 49652

[startup+942.323 s]
/proc/loadavg: 1.01 1.02 1.00 3/95 6231
/proc/meminfo: memFree=404632/2074464 swapFree=1949056/1959888
[pid=3173] ppid=3171 vsize=2416 CPUtime=0.42
/proc/3173/stat : 3173 (SatELiteGTI) S 3171 3173 14060 0 -1 4194304 384 3356 0 0 0 0 40 2 15 0 1 0 1014320839 2473984 277 4294967295 134512640 135169312 3217981488 3217977704 3085504238 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/3173/statm: 604 277 235 161 0 43 0
[pid=3370] ppid=3173 vsize=58732 CPUtime=941.98
/proc/3370/stat : 3370 (minisat_static) R 3173 3173 14060 0 -1 4202496 14496 0 0 0 94180 18 0 0 25 0 1 0 1014320881 60141568 14430 4294967295 134512640 135214715 3219104160 3219102624 134528995 0 0 0 3 0 0 0 17 0 0 0 0
/proc/3370/statm: 14683 14430 74 172 0 14510 0
Current children cumulated CPU time (s) 942.4
Current children cumulated vsize (KiB) 61148

[startup+1002.32 s]
/proc/loadavg: 1.00 1.01 1.00 3/95 6420
/proc/meminfo: memFree=404632/2074464 swapFree=1949056/1959888
[pid=3173] ppid=3171 vsize=2416 CPUtime=0.42
/proc/3173/stat : 3173 (SatELiteGTI) S 3171 3173 14060 0 -1 4194304 384 3356 0 0 0 0 40 2 15 0 1 0 1014320839 2473984 277 4294967295 134512640 135169312 3217981488 3217977704 3085504238 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/3173/statm: 604 277 235 161 0 43 0
[pid=3370] ppid=3173 vsize=58732 CPUtime=1001.98
/proc/3370/stat : 3370 (minisat_static) R 3173 3173 14060 0 -1 4202496 14496 0 0 0 100180 18 0 0 25 0 1 0 1014320881 60141568 14430 4294967295 134512640 135214715 3219104160 3219102624 134528781 0 0 0 3 0 0 0 17 0 0 0 0
/proc/3370/statm: 14683 14430 74 172 0 14510 0
Current children cumulated CPU time (s) 1002.4
Current children cumulated vsize (KiB) 61148

[startup+1062.32 s]
/proc/loadavg: 1.00 1.00 1.00 2/95 6609
/proc/meminfo: memFree=404508/2074464 swapFree=1949056/1959888
[pid=3173] ppid=3171 vsize=2416 CPUtime=0.42
/proc/3173/stat : 3173 (SatELiteGTI) S 3171 3173 14060 0 -1 4194304 384 3356 0 0 0 0 40 2 15 0 1 0 1014320839 2473984 277 4294967295 134512640 135169312 3217981488 3217977704 3085504238 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/3173/statm: 604 277 235 161 0 43 0
[pid=3370] ppid=3173 vsize=58732 CPUtime=1061.99
/proc/3370/stat : 3370 (minisat_static) R 3173 3173 14060 0 -1 4202496 14496 0 0 0 106181 18 0 0 25 0 1 0 1014320881 60141568 14430 4294967295 134512640 135214715 3219104160 3219102624 134528800 0 0 0 3 0 0 0 17 0 0 0 0
/proc/3370/statm: 14683 14430 74 172 0 14510 0
Current children cumulated CPU time (s) 1062.41
Current children cumulated vsize (KiB) 61148

[startup+1122.31 s]
/proc/loadavg: 1.00 1.00 1.00 3/95 6795
/proc/meminfo: memFree=404500/2074464 swapFree=1949056/1959888
[pid=3173] ppid=3171 vsize=2416 CPUtime=0.42
/proc/3173/stat : 3173 (SatELiteGTI) S 3171 3173 14060 0 -1 4194304 384 3356 0 0 0 0 40 2 15 0 1 0 1014320839 2473984 277 4294967295 134512640 135169312 3217981488 3217977704 3085504238 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/3173/statm: 604 277 235 161 0 43 0
[pid=3370] ppid=3173 vsize=58732 CPUtime=1121.98
/proc/3370/stat : 3370 (minisat_static) R 3173 3173 14060 0 -1 4202496 14496 0 0 0 112177 21 0 0 25 0 1 0 1014320881 60141568 14430 4294967295 134512640 135214715 3219104160 3219102624 134528800 0 0 0 3 0 0 0 17 0 0 0 0
/proc/3370/statm: 14683 14430 74 172 0 14510 0
Current children cumulated CPU time (s) 1122.4
Current children cumulated vsize (KiB) 61148

[startup+1182.31 s]
/proc/loadavg: 1.00 1.00 1.00 3/95 6982
/proc/meminfo: memFree=404624/2074464 swapFree=1949056/1959888
[pid=3173] ppid=3171 vsize=2416 CPUtime=0.42
/proc/3173/stat : 3173 (SatELiteGTI) S 3171 3173 14060 0 -1 4194304 384 3356 0 0 0 0 40 2 15 0 1 0 1014320839 2473984 277 4294967295 134512640 135169312 3217981488 3217977704 3085504238 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/3173/statm: 604 277 235 161 0 43 0
[pid=3370] ppid=3173 vsize=58732 CPUtime=1181.99
/proc/3370/stat : 3370 (minisat_static) R 3173 3173 14060 0 -1 4202496 14496 0 0 0 118178 21 0 0 25 0 1 0 1014320881 60141568 14430 4294967295 134512640 135214715 3219104160 3219102624 134528800 0 0 0 3 0 0 0 17 0 0 0 0
/proc/3370/statm: 14683 14430 74 172 0 14510 0
Current children cumulated CPU time (s) 1182.41
Current children cumulated vsize (KiB) 61148



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1199.91 s]
/proc/loadavg: 1.00 1.00 1.00 3/95 6991
/proc/meminfo: memFree=404484/2074464 swapFree=1949056/1959888
[pid=3173] ppid=3171 vsize=2416 CPUtime=0.42
/proc/3173/stat : 3173 (SatELiteGTI) S 3171 3173 14060 0 -1 4194304 384 3356 0 0 0 0 40 2 15 0 1 0 1014320839 2473984 277 4294967295 134512640 135169312 3217981488 3217977704 3085504238 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/3173/statm: 604 277 235 161 0 43 0
[pid=3370] ppid=3173 vsize=58732 CPUtime=1199.59
/proc/3370/stat : 3370 (minisat_static) R 3173 3173 14060 0 -1 4202496 14496 0 0 0 119938 21 0 0 25 0 1 0 1014320881 60141568 14430 4294967295 134512640 135214715 3219104160 3219102624 134528800 0 0 0 3 0 0 0 17 0 0 0 0
/proc/3370/statm: 14683 14430 74 172 0 14510 0
Current children cumulated CPU time (s) 1200.01
Current children cumulated vsize (KiB) 61148

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

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

[startup+1199.91 s]
/proc/loadavg: 1.00 1.00 1.00 3/95 6991
/proc/meminfo: memFree=404484/2074464 swapFree=1949056/1959888
[pid=3173] ppid=3171 vsize=2416 CPUtime=0.42
/proc/3173/stat : 3173 (SatELiteGTI) S 3171 3173 14060 0 -1 4194304 384 3356 0 0 0 0 40 2 15 0 1 0 1014320839 2473984 277 4294967295 134512640 135169312 3217981488 3217977704 3085504238 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/3173/statm: 604 277 235 161 0 43 0
[pid=3370] ppid=3173 vsize=58732 CPUtime=1199.59
/proc/3370/stat : 3370 (minisat_static) R 3173 3173 14060 0 -1 4202496 14496 0 0 0 119938 21 0 0 25 0 1 0 1014320881 60141568 14430 4294967295 134512640 135214715 3219104160 3219102624 134528800 0 0 0 3 0 0 0 17 0 0 0 0
/proc/3370/statm: 14683 14430 74 172 0 14510 0
Current children cumulated CPU time (s) 1200.01
Current children cumulated vsize (KiB) 61148

Child status: 143
Real time (s): 1199.92
CPU time (s): 1200.02
CPU user time (s): 1199.78
CPU system time (s): 0.24
CPU usage (%): 100.008
Max. virtual memory (cumulated for all children) (KiB): 61148

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1199.78
system time used= 0.24
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 18511
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= 965

runsolver used 0 second user time and 0.01 second system time

The end

Launcher Data

Begin job on tipi27 at 2009-05-16 20:23:57
IDJOB=1821025
IDBENCH=70812
IDSOLVER=660
FILE ID=tipi27/1821025-1242498237
PBS_JOBID=
Free space on /tmp= 9080 MiB

SOLVER NAME= MiniSat2hack 2009-03-23
BENCH NAME= SAT09/APPLICATIONS/bitverif/countbitsarray/countbitsarray08_32.cnf
COMMAND LINE= SatELiteGTI BENCHNAME
RUNSOLVER COMMAND LINE= runsolver --timestamp  -w /tmp/evaluation-result-1821025-1242498237/watcher-1821025-1242498237 -o /tmp/evaluation-result-1821025-1242498237/solver-1821025-1242498237 -C 1200 -W 1800 -M 1800  SatELiteGTI HOME/instance-1821025-1242498237.cnf

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

MD5SUM BENCH= fd3f8184ebdeefe767f2b0366176385e
RANDOM SEED= 17432898

Linux tipi27 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.389
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.389
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.79

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


/proc/meminfo:
MemTotal:      2074464 kB
MemFree:        463668 kB
Buffers:         64236 kB
Cached:        1413636 kB
SwapCached:       5508 kB
Active:         677744 kB
Inactive:       810052 kB
HighTotal:     1178688 kB
HighFree:       192176 kB
LowTotal:       895776 kB
LowFree:        271492 kB
SwapTotal:     1959888 kB
SwapFree:      1949056 kB
Dirty:            2288 kB
Writeback:           0 kB
AnonPages:        8984 kB
Mapped:           3220 kB
Slab:           113860 kB
PageTables:        444 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   2997120 kB
Committed_AS:    90632 kB
VmallocTotal:   114680 kB
VmallocUsed:      1324 kB
VmallocChunk:   113264 kB

Free space on /tmp at the end= 9080 MiB
End job on tipi27 at 2009-05-16 20:43:57