Trace number 1820941

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 1199.93

General information on the benchmark

NameAPPLICATIONS/bitverif/
countbitssrl/countbitssrl032.cnf
MD5SUM5bb6e70c95bda454f634cd586084908b
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 variables18607
Number of clauses55724
Sum of the clauses size130020
Maximum clause length3
Minimum clause length1
Number of clauses of size 12
Number of clauses of size 237148
Number of clauses of size 318574
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 |   55722   130018 |   16716       0        0     nan |  0.000 % |
0.31/0.39	c |         0 |   34365   106362 |      --       0       --      -- |     --   | -21355/-23651
0.31/0.39	c ==============================================================================
0.31/0.39	c Result  :   #vars: 6781   #clauses: 34365   #literals: 106362
0.31/0.39	c CPU time:   0.37 s
0.31/0.39	c ==============================================================================
0.41/0.43	This is MiniSat 2.0 beta with hacks by AVG
0.41/0.43	WARNING: for repeatability, setting FPU to use double precision
0.41/0.43	============================[ Problem Statistics ]=============================
0.41/0.43	|                                                                             |
0.41/0.43	|  Number of variables:  6781                                                 |
0.41/0.43	|  Number of clauses:    34365                                                |
0.41/0.45	|  Parsing time:         0.02         s                                       |
1200.03/1199.92	HOME/SatELiteGTI: line 36: 15656 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-1820941-1242489787/watcher-1820941-1242489787 -o /tmp/evaluation-result-1820941-1242489787/solver-1820941-1242489787 -C 1200 -W 1800 -M 1800 SatELiteGTI HOME/instance-1820941-1242489787.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.99 1.06 1.00 2/93 15650
/proc/meminfo: memFree=1123684/2074464 swapFree=1951864/1959888
[pid=15650] ppid=15648 vsize=2412 CPUtime=0
/proc/15650/stat : 15650 (SatELiteGTI) S 15648 15650 20977 0 -1 4194304 366 646 0 0 0 0 0 0 25 0 1 0 1013479713 2469888 276 4294967295 134512640 135169312 3221214032 3221212568 3085577966 0 65536 4 65538 3222381614 0 0 17 2 0 0 0
/proc/15650/statm: 603 276 235 161 0 42 0
[pid=15654] ppid=15650 vsize=956 CPUtime=0
/proc/15654/stat : 15654 (SatELite_releas) R 15650 15650 20977 0 -1 4202496 122 0 0 0 0 0 0 0 25 0 1 0 1013479713 978944 58 4294967295 134512640 135223648 3214679296 3214678252 134563184 0 0 0 3 0 0 0 17 3 0 0 0
/proc/15654/statm: 239 60 46 174 0 64 0

[startup+0.089359 s]
/proc/loadavg: 0.99 1.06 1.00 2/93 15650
/proc/meminfo: memFree=1123684/2074464 swapFree=1951864/1959888
[pid=15650] ppid=15648 vsize=2412 CPUtime=0
/proc/15650/stat : 15650 (SatELiteGTI) S 15648 15650 20977 0 -1 4194304 366 646 0 0 0 0 0 0 25 0 1 0 1013479713 2469888 276 4294967295 134512640 135169312 3221214032 3221212568 3085577966 0 65536 4 65538 3222381614 0 0 17 2 0 0 0
/proc/15650/statm: 603 276 235 161 0 42 0
[pid=15654] ppid=15650 vsize=10096 CPUtime=0.09
/proc/15654/stat : 15654 (SatELite_releas) R 15650 15650 20977 0 -1 4202496 2256 0 0 0 8 1 0 0 25 0 1 0 1013479713 10338304 2045 4294967295 134512640 135223648 3214679296 3214677064 134737406 0 0 0 3 0 0 0 17 3 0 0 0
/proc/15654/statm: 2524 2045 73 174 0 2349 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 12508

[startup+0.109357 s]
/proc/loadavg: 0.99 1.06 1.00 2/93 15650
/proc/meminfo: memFree=1123684/2074464 swapFree=1951864/1959888
[pid=15650] ppid=15648 vsize=2412 CPUtime=0
/proc/15650/stat : 15650 (SatELiteGTI) S 15648 15650 20977 0 -1 4194304 366 646 0 0 0 0 0 0 25 0 1 0 1013479713 2469888 276 4294967295 134512640 135169312 3221214032 3221212568 3085577966 0 65536 4 65538 3222381614 0 0 17 2 0 0 0
/proc/15650/statm: 603 276 235 161 0 42 0
[pid=15654] ppid=15650 vsize=10096 CPUtime=0.11
/proc/15654/stat : 15654 (SatELite_releas) R 15650 15650 20977 0 -1 4202496 2266 0 0 0 9 2 0 0 25 0 1 0 1013479713 10338304 2055 4294967295 134512640 135223648 3214679296 3214677064 134737406 0 0 0 3 0 0 0 17 3 0 0 0
/proc/15654/statm: 2524 2055 73 174 0 2349 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 12508

[startup+0.309337 s]
/proc/loadavg: 0.99 1.06 1.00 2/93 15650
/proc/meminfo: memFree=1123684/2074464 swapFree=1951864/1959888
[pid=15650] ppid=15648 vsize=2412 CPUtime=0
/proc/15650/stat : 15650 (SatELiteGTI) S 15648 15650 20977 0 -1 4194304 366 646 0 0 0 0 0 0 25 0 1 0 1013479713 2469888 276 4294967295 134512640 135169312 3221214032 3221212568 3085577966 0 65536 4 65538 3222381614 0 0 17 2 0 0 0
/proc/15650/statm: 603 276 235 161 0 42 0
[pid=15654] ppid=15650 vsize=11496 CPUtime=0.31
/proc/15654/stat : 15654 (SatELite_releas) R 15650 15650 20977 0 -1 4202496 2599 0 0 0 29 2 0 0 25 0 1 0 1013479713 11771904 2388 4294967295 134512640 135223648 3214679296 3214677312 134587350 0 0 0 3 0 0 0 17 3 0 0 0
/proc/15654/statm: 2874 2388 73 174 0 2699 0
Current children cumulated CPU time (s) 0.31
Current children cumulated vsize (KiB) 13908

[startup+0.709297 s]
/proc/loadavg: 0.99 1.06 1.00 2/93 15650
/proc/meminfo: memFree=1123684/2074464 swapFree=1951864/1959888
[pid=15650] ppid=15648 vsize=2416 CPUtime=0.43
/proc/15650/stat : 15650 (SatELiteGTI) S 15648 15650 20977 0 -1 4194304 385 3466 0 0 0 0 40 3 21 0 1 0 1013479713 2473984 277 4294967295 134512640 135169312 3221214032 3221210248 3085577966 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/15650/statm: 604 277 235 161 0 43 0
Current children cumulated CPU time (s) 0.43
Current children cumulated vsize (KiB) 2416

[startup+1.50922 s]
/proc/loadavg: 0.99 1.06 1.00 3/95 15656
/proc/meminfo: memFree=1118468/2074464 swapFree=1951864/1959888
[pid=15650] ppid=15648 vsize=2416 CPUtime=0.43
/proc/15650/stat : 15650 (SatELiteGTI) S 15648 15650 20977 0 -1 4194304 385 3466 0 0 0 0 40 3 21 0 1 0 1013479713 2473984 277 4294967295 134512640 135169312 3221214032 3221210248 3085577966 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/15650/statm: 604 277 235 161 0 43 0
[pid=15656] ppid=15650 vsize=4880 CPUtime=1.08
/proc/15656/stat : 15656 (minisat_static) R 15650 15650 20977 0 -1 4202496 1060 0 0 0 108 0 0 0 25 0 1 0 1013479756 4997120 995 4294967295 134512640 135214715 3218290896 3218289360 134528560 0 0 0 3 0 0 0 17 0 0 0 0
/proc/15656/statm: 1220 995 74 172 0 1047 0
Current children cumulated CPU time (s) 1.51
Current children cumulated vsize (KiB) 7296

[startup+3.10906 s]
/proc/loadavg: 0.99 1.06 1.00 3/95 15656
/proc/meminfo: memFree=1117600/2074464 swapFree=1951864/1959888
[pid=15650] ppid=15648 vsize=2416 CPUtime=0.43
/proc/15650/stat : 15650 (SatELiteGTI) S 15648 15650 20977 0 -1 4194304 385 3466 0 0 0 0 40 3 21 0 1 0 1013479713 2473984 277 4294967295 134512640 135169312 3221214032 3221210248 3085577966 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/15650/statm: 604 277 235 161 0 43 0
[pid=15656] ppid=15650 vsize=6392 CPUtime=2.68
/proc/15656/stat : 15656 (minisat_static) R 15650 15650 20977 0 -1 4202496 1413 0 0 0 268 0 0 0 25 0 1 0 1013479756 6545408 1348 4294967295 134512640 135214715 3218290896 3218289360 134528560 0 0 0 3 0 0 0 17 0 0 0 0
/proc/15656/statm: 1598 1348 74 172 0 1425 0
Current children cumulated CPU time (s) 3.11
Current children cumulated vsize (KiB) 8808

[startup+6.30875 s]
/proc/loadavg: 0.99 1.06 1.00 3/95 15656
/proc/meminfo: memFree=1115120/2074464 swapFree=1951864/1959888
[pid=15650] ppid=15648 vsize=2416 CPUtime=0.43
/proc/15650/stat : 15650 (SatELiteGTI) S 15648 15650 20977 0 -1 4194304 385 3466 0 0 0 0 40 3 21 0 1 0 1013479713 2473984 277 4294967295 134512640 135169312 3221214032 3221210248 3085577966 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/15650/statm: 604 277 235 161 0 43 0
[pid=15656] ppid=15650 vsize=8372 CPUtime=5.88
/proc/15656/stat : 15656 (minisat_static) R 15650 15650 20977 0 -1 4202496 1914 0 0 0 588 0 0 0 25 0 1 0 1013479756 8572928 1849 4294967295 134512640 135214715 3218290896 3218289360 134528800 0 0 0 3 0 0 0 17 0 0 0 0
/proc/15656/statm: 2093 1849 74 172 0 1920 0
Current children cumulated CPU time (s) 6.31
Current children cumulated vsize (KiB) 10788

[startup+12.7081 s]
/proc/loadavg: 0.99 1.06 1.00 3/95 15656
/proc/meminfo: memFree=1110968/2074464 swapFree=1951864/1959888
[pid=15650] ppid=15648 vsize=2416 CPUtime=0.43
/proc/15650/stat : 15650 (SatELiteGTI) S 15648 15650 20977 0 -1 4194304 385 3466 0 0 0 0 40 3 21 0 1 0 1013479713 2473984 277 4294967295 134512640 135169312 3221214032 3221210248 3085577966 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/15650/statm: 604 277 235 161 0 43 0
[pid=15656] ppid=15650 vsize=12256 CPUtime=12.28
/proc/15656/stat : 15656 (minisat_static) R 15650 15650 20977 0 -1 4202496 2882 0 0 0 1227 1 0 0 25 0 1 0 1013479756 12550144 2817 4294967295 134512640 135214715 3218290896 3218289360 134528706 0 0 0 3 0 0 0 17 0 0 0 0
/proc/15656/statm: 3064 2817 74 172 0 2891 0
Current children cumulated CPU time (s) 12.71
Current children cumulated vsize (KiB) 14672

[startup+25.5069 s]
/proc/loadavg: 1.15 1.09 1.01 2/95 15841
/proc/meminfo: memFree=1105608/2074464 swapFree=1951864/1959888
[pid=15650] ppid=15648 vsize=2416 CPUtime=0.43
/proc/15650/stat : 15650 (SatELiteGTI) S 15648 15650 20977 0 -1 4194304 385 3466 0 0 0 0 40 3 21 0 1 0 1013479713 2473984 277 4294967295 134512640 135169312 3221214032 3221210248 3085577966 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/15650/statm: 604 277 235 161 0 43 0
[pid=15656] ppid=15650 vsize=16960 CPUtime=25.08
/proc/15656/stat : 15656 (minisat_static) R 15650 15650 20977 0 -1 4202496 4060 0 0 0 2507 1 0 0 25 0 1 0 1013479756 17367040 3995 4294967295 134512640 135214715 3218290896 3218289360 134528763 0 0 0 3 0 0 0 17 0 0 0 0
/proc/15656/statm: 4240 3995 74 172 0 4067 0
Current children cumulated CPU time (s) 25.51
Current children cumulated vsize (KiB) 19376

[startup+51.1143 s]
/proc/loadavg: 1.10 1.08 1.01 2/95 15842
/proc/meminfo: memFree=1105584/2074464 swapFree=1951864/1959888
[pid=15650] ppid=15648 vsize=2416 CPUtime=0.43
/proc/15650/stat : 15650 (SatELiteGTI) S 15648 15650 20977 0 -1 4194304 385 3466 0 0 0 0 40 3 21 0 1 0 1013479713 2473984 277 4294967295 134512640 135169312 3221214032 3221210248 3085577966 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/15650/statm: 604 277 235 161 0 43 0
[pid=15656] ppid=15650 vsize=17248 CPUtime=50.69
/proc/15656/stat : 15656 (minisat_static) R 15650 15650 20977 0 -1 4202496 4103 0 0 0 5068 1 0 0 25 0 1 0 1013479756 17661952 4038 4294967295 134512640 135214715 3218290896 3218288976 134536512 0 0 0 3 0 0 0 17 0 0 0 0
/proc/15656/statm: 4312 4038 74 172 0 4139 0
Current children cumulated CPU time (s) 51.12
Current children cumulated vsize (KiB) 19664

[startup+102.319 s]
/proc/loadavg: 1.10 1.08 1.01 3/95 16030
/proc/meminfo: memFree=1100272/2074464 swapFree=1951864/1959888
[pid=15650] ppid=15648 vsize=2416 CPUtime=0.43
/proc/15650/stat : 15650 (SatELiteGTI) S 15648 15650 20977 0 -1 4194304 385 3466 0 0 0 0 40 3 21 0 1 0 1013479713 2473984 277 4294967295 134512640 135169312 3221214032 3221210248 3085577966 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/15650/statm: 604 277 235 161 0 43 0
[pid=15656] ppid=15650 vsize=22264 CPUtime=101.9
/proc/15656/stat : 15656 (minisat_static) R 15650 15650 20977 0 -1 4202496 5395 0 0 0 10188 2 0 0 25 0 1 0 1013479756 22798336 5330 4294967295 134512640 135214715 3218290896 3218289104 134537869 0 0 0 3 0 0 0 17 0 0 0 0
/proc/15656/statm: 5566 5330 74 172 0 5393 0
Current children cumulated CPU time (s) 102.33
Current children cumulated vsize (KiB) 24680

[startup+162.313 s]
/proc/loadavg: 1.10 1.08 1.01 2/95 16217
/proc/meminfo: memFree=1098336/2074464 swapFree=1951864/1959888
[pid=15650] ppid=15648 vsize=2416 CPUtime=0.43
/proc/15650/stat : 15650 (SatELiteGTI) S 15648 15650 20977 0 -1 4194304 385 3466 0 0 0 0 40 3 21 0 1 0 1013479713 2473984 277 4294967295 134512640 135169312 3221214032 3221210248 3085577966 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/15650/statm: 604 277 235 161 0 43 0
[pid=15656] ppid=15650 vsize=24508 CPUtime=161.9
/proc/15656/stat : 15656 (minisat_static) R 15650 15650 20977 0 -1 4202496 5937 0 0 0 16188 2 0 0 25 0 1 0 1013479756 25096192 5872 4294967295 134512640 135214715 3218290896 3218289084 134536166 0 0 0 3 0 0 0 17 0 0 0 0
/proc/15656/statm: 6127 5872 74 172 0 5954 0
Current children cumulated CPU time (s) 162.33
Current children cumulated vsize (KiB) 26924

[startup+222.318 s]
/proc/loadavg: 1.16 1.09 1.02 4/95 16406
/proc/meminfo: memFree=1093080/2074464 swapFree=1951864/1959888
[pid=15650] ppid=15648 vsize=2416 CPUtime=0.43
/proc/15650/stat : 15650 (SatELiteGTI) S 15648 15650 20977 0 -1 4194304 385 3466 0 0 0 0 40 3 21 0 1 0 1013479713 2473984 277 4294967295 134512640 135169312 3221214032 3221210248 3085577966 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/15650/statm: 604 277 235 161 0 43 0
[pid=15656] ppid=15650 vsize=29524 CPUtime=221.91
/proc/15656/stat : 15656 (minisat_static) R 15650 15650 20977 0 -1 4202496 7187 0 0 0 22187 4 0 0 25 0 1 0 1013479756 30232576 7122 4294967295 134512640 135214715 3218290896 3218289360 134528800 0 0 0 3 0 0 0 17 0 0 0 0
/proc/15656/statm: 7381 7122 74 172 0 7208 0
Current children cumulated CPU time (s) 222.34
Current children cumulated vsize (KiB) 31940

[startup+282.312 s]
/proc/loadavg: 1.12 1.09 1.01 2/95 16597
/proc/meminfo: memFree=1092004/2074464 swapFree=1951864/1959888
[pid=15650] ppid=15648 vsize=2416 CPUtime=0.43
/proc/15650/stat : 15650 (SatELiteGTI) S 15648 15650 20977 0 -1 4194304 385 3466 0 0 0 0 40 3 21 0 1 0 1013479713 2473984 277 4294967295 134512640 135169312 3221214032 3221210248 3085577966 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/15650/statm: 604 277 235 161 0 43 0
[pid=15656] ppid=15650 vsize=30712 CPUtime=281.91
/proc/15656/stat : 15656 (minisat_static) R 15650 15650 20977 0 -1 4202496 7493 0 0 0 28187 4 0 0 25 0 1 0 1013479756 31449088 7428 4294967295 134512640 135214715 3218290896 3218289360 134528626 0 0 0 3 0 0 0 17 0 0 0 0
/proc/15656/statm: 7678 7428 74 172 0 7505 0
Current children cumulated CPU time (s) 282.34
Current children cumulated vsize (KiB) 33128

[startup+342.306 s]
/proc/loadavg: 1.10 1.09 1.01 3/95 16786
/proc/meminfo: memFree=1089012/2074464 swapFree=1951864/1959888
[pid=15650] ppid=15648 vsize=2416 CPUtime=0.43
/proc/15650/stat : 15650 (SatELiteGTI) S 15648 15650 20977 0 -1 4194304 385 3466 0 0 0 0 40 3 21 0 1 0 1013479713 2473984 277 4294967295 134512640 135169312 3221214032 3221210248 3085577966 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/15650/statm: 604 277 235 161 0 43 0
[pid=15656] ppid=15650 vsize=33220 CPUtime=341.91
/proc/15656/stat : 15656 (minisat_static) R 15650 15650 20977 0 -1 4202496 8111 0 0 0 34186 5 0 0 25 0 1 0 1013479756 34017280 8046 4294967295 134512640 135214715 3218290896 3218288784 134536518 0 0 0 3 0 0 0 17 0 0 0 0
/proc/15656/statm: 8305 8046 74 172 0 8132 0
Current children cumulated CPU time (s) 342.34
Current children cumulated vsize (KiB) 35636

[startup+402.31 s]

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

/proc/15650/statm: 604 277 235 161 0 43 0
[pid=15656] ppid=15650 vsize=33220 CPUtime=521.92
/proc/15656/stat : 15656 (minisat_static) R 15650 15650 20977 0 -1 4202496 8118 0 0 0 52185 7 0 0 25 0 1 0 1013479756 34017280 8053 4294967295 134512640 135214715 3218290896 3218289360 134528800 0 0 0 3 0 0 0 17 2 0 0 0
/proc/15656/statm: 8305 8053 74 172 0 8132 0
Current children cumulated CPU time (s) 522.35
Current children cumulated vsize (KiB) 35636

[startup+582.312 s]
/proc/loadavg: 1.10 1.09 1.02 2/95 17539
/proc/meminfo: memFree=1088796/2074464 swapFree=1951864/1959888
[pid=15650] ppid=15648 vsize=2416 CPUtime=0.43
/proc/15650/stat : 15650 (SatELiteGTI) S 15648 15650 20977 0 -1 4194304 385 3466 0 0 0 0 40 3 21 0 1 0 1013479713 2473984 277 4294967295 134512640 135169312 3221214032 3221210248 3085577966 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/15650/statm: 604 277 235 161 0 43 0
[pid=15656] ppid=15650 vsize=33220 CPUtime=581.93
/proc/15656/stat : 15656 (minisat_static) R 15650 15650 20977 0 -1 4202496 8118 0 0 0 58186 7 0 0 25 0 1 0 1013479756 34017280 8053 4294967295 134512640 135214715 3218290896 3218289360 134528800 0 0 0 3 0 0 0 17 2 0 0 0
/proc/15656/statm: 8305 8053 74 172 0 8132 0
Current children cumulated CPU time (s) 582.36
Current children cumulated vsize (KiB) 35636

[startup+642.326 s]
/proc/loadavg: 1.08 1.08 1.02 2/95 17729
/proc/meminfo: memFree=1089012/2074464 swapFree=1951864/1959888
[pid=15650] ppid=15648 vsize=2416 CPUtime=0.43
/proc/15650/stat : 15650 (SatELiteGTI) S 15648 15650 20977 0 -1 4194304 385 3466 0 0 0 0 40 3 21 0 1 0 1013479713 2473984 277 4294967295 134512640 135169312 3221214032 3221210248 3085577966 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/15650/statm: 604 277 235 161 0 43 0
[pid=15656] ppid=15650 vsize=33220 CPUtime=641.95
/proc/15656/stat : 15656 (minisat_static) R 15650 15650 20977 0 -1 4202496 8118 0 0 0 64188 7 0 0 25 0 1 0 1013479756 34017280 8053 4294967295 134512640 135214715 3218290896 3218289360 134528800 0 0 0 3 0 0 0 17 2 0 0 0
/proc/15656/statm: 8305 8053 74 172 0 8132 0
Current children cumulated CPU time (s) 642.38
Current children cumulated vsize (KiB) 35636

[startup+702.31 s]
/proc/loadavg: 1.06 1.08 1.02 2/95 17919
/proc/meminfo: memFree=1089096/2074464 swapFree=1951864/1959888
[pid=15650] ppid=15648 vsize=2416 CPUtime=0.43
/proc/15650/stat : 15650 (SatELiteGTI) S 15648 15650 20977 0 -1 4194304 385 3466 0 0 0 0 40 3 21 0 1 0 1013479713 2473984 277 4294967295 134512640 135169312 3221214032 3221210248 3085577966 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/15650/statm: 604 277 235 161 0 43 0
[pid=15656] ppid=15650 vsize=33220 CPUtime=701.94
/proc/15656/stat : 15656 (minisat_static) R 15650 15650 20977 0 -1 4202496 8123 0 0 0 70185 9 0 0 25 0 1 0 1013479756 34017280 8058 4294967295 134512640 135214715 3218290896 3218289360 134528509 0 0 0 3 0 0 0 17 2 0 0 0
/proc/15656/statm: 8305 8058 74 172 0 8132 0
Current children cumulated CPU time (s) 702.37
Current children cumulated vsize (KiB) 35636

[startup+762.324 s]
/proc/loadavg: 1.09 1.08 1.02 2/95 18106
/proc/meminfo: memFree=1089112/2074464 swapFree=1951864/1959888
[pid=15650] ppid=15648 vsize=2416 CPUtime=0.43
/proc/15650/stat : 15650 (SatELiteGTI) S 15648 15650 20977 0 -1 4194304 385 3466 0 0 0 0 40 3 21 0 1 0 1013479713 2473984 277 4294967295 134512640 135169312 3221214032 3221210248 3085577966 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/15650/statm: 604 277 235 161 0 43 0
[pid=15656] ppid=15650 vsize=33220 CPUtime=761.96
/proc/15656/stat : 15656 (minisat_static) R 15650 15650 20977 0 -1 4202496 8125 0 0 0 76187 9 0 0 25 0 1 0 1013479756 34017280 8060 4294967295 134512640 135214715 3218290896 3218289360 134528588 0 0 0 3 0 0 0 17 2 0 0 0
/proc/15656/statm: 8305 8060 74 172 0 8132 0
Current children cumulated CPU time (s) 762.39
Current children cumulated vsize (KiB) 35636

[startup+822.319 s]
/proc/loadavg: 1.03 1.06 1.01 3/95 18295
/proc/meminfo: memFree=1087840/2074464 swapFree=1951864/1959888
[pid=15650] ppid=15648 vsize=2416 CPUtime=0.43
/proc/15650/stat : 15650 (SatELiteGTI) S 15648 15650 20977 0 -1 4194304 385 3466 0 0 0 0 40 3 21 0 1 0 1013479713 2473984 277 4294967295 134512640 135169312 3221214032 3221210248 3085577966 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/15650/statm: 604 277 235 161 0 43 0
[pid=15656] ppid=15650 vsize=34724 CPUtime=821.96
/proc/15656/stat : 15656 (minisat_static) R 15650 15650 20977 0 -1 4202496 8468 0 0 0 82187 9 0 0 25 0 1 0 1013479756 35557376 8403 4294967295 134512640 135214715 3218290896 3218289360 134528724 0 0 0 3 0 0 0 17 2 0 0 0
/proc/15656/statm: 8681 8403 74 172 0 8508 0
Current children cumulated CPU time (s) 822.39
Current children cumulated vsize (KiB) 37140

[startup+882.323 s]
/proc/loadavg: 1.01 1.05 1.00 2/95 18485
/proc/meminfo: memFree=1086656/2074464 swapFree=1951864/1959888
[pid=15650] ppid=15648 vsize=2416 CPUtime=0.43
/proc/15650/stat : 15650 (SatELiteGTI) S 15648 15650 20977 0 -1 4194304 385 3466 0 0 0 0 40 3 21 0 1 0 1013479713 2473984 277 4294967295 134512640 135169312 3221214032 3221210248 3085577966 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/15650/statm: 604 277 235 161 0 43 0
[pid=15656] ppid=15650 vsize=35648 CPUtime=881.97
/proc/15656/stat : 15656 (minisat_static) R 15650 15650 20977 0 -1 4202496 8724 0 0 0 88188 9 0 0 25 0 1 0 1013479756 36503552 8659 4294967295 134512640 135214715 3218290896 3218289360 134528576 0 0 0 3 0 0 0 17 2 0 0 0
/proc/15656/statm: 8912 8659 74 172 0 8739 0
Current children cumulated CPU time (s) 882.4
Current children cumulated vsize (KiB) 38064

[startup+942.317 s]
/proc/loadavg: 1.00 1.04 1.00 3/95 18673
/proc/meminfo: memFree=1086764/2074464 swapFree=1951864/1959888
[pid=15650] ppid=15648 vsize=2416 CPUtime=0.43
/proc/15650/stat : 15650 (SatELiteGTI) S 15648 15650 20977 0 -1 4194304 385 3466 0 0 0 0 40 3 21 0 1 0 1013479713 2473984 277 4294967295 134512640 135169312 3221214032 3221210248 3085577966 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/15650/statm: 604 277 235 161 0 43 0
[pid=15656] ppid=15650 vsize=35648 CPUtime=941.97
/proc/15656/stat : 15656 (minisat_static) R 15650 15650 20977 0 -1 4202496 8724 0 0 0 94188 9 0 0 25 0 1 0 1013479756 36503552 8659 4294967295 134512640 135214715 3218290896 3218289360 134528664 0 0 0 3 0 0 0 17 2 0 0 0
/proc/15656/statm: 8912 8659 74 172 0 8739 0
Current children cumulated CPU time (s) 942.4
Current children cumulated vsize (KiB) 38064

[startup+1002.32 s]
/proc/loadavg: 1.00 1.03 1.00 2/95 18861
/proc/meminfo: memFree=1086856/2074464 swapFree=1951864/1959888
[pid=15650] ppid=15648 vsize=2416 CPUtime=0.43
/proc/15650/stat : 15650 (SatELiteGTI) S 15648 15650 20977 0 -1 4194304 385 3466 0 0 0 0 40 3 21 0 1 0 1013479713 2473984 277 4294967295 134512640 135169312 3221214032 3221210248 3085577966 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/15650/statm: 604 277 235 161 0 43 0
[pid=15656] ppid=15650 vsize=35648 CPUtime=1001.98
/proc/15656/stat : 15656 (minisat_static) R 15650 15650 20977 0 -1 4202496 8724 0 0 0 100189 9 0 0 25 0 1 0 1013479756 36503552 8659 4294967295 134512640 135214715 3218290896 3218289360 134528656 0 0 0 3 0 0 0 17 2 0 0 0
/proc/15656/statm: 8912 8659 74 172 0 8739 0
Current children cumulated CPU time (s) 1002.41
Current children cumulated vsize (KiB) 38064

[startup+1062.31 s]
/proc/loadavg: 1.00 1.02 1.00 2/95 19052
/proc/meminfo: memFree=1086616/2074464 swapFree=1951864/1959888
[pid=15650] ppid=15648 vsize=2416 CPUtime=0.43
/proc/15650/stat : 15650 (SatELiteGTI) S 15648 15650 20977 0 -1 4194304 385 3466 0 0 0 0 40 3 21 0 1 0 1013479713 2473984 277 4294967295 134512640 135169312 3221214032 3221210248 3085577966 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/15650/statm: 604 277 235 161 0 43 0
[pid=15656] ppid=15650 vsize=35648 CPUtime=1061.98
/proc/15656/stat : 15656 (minisat_static) R 15650 15650 20977 0 -1 4202496 8724 0 0 0 106189 9 0 0 25 0 1 0 1013479756 36503552 8659 4294967295 134512640 135214715 3218290896 3218289360 134528688 0 0 0 3 0 0 0 17 2 0 0 0
/proc/15656/statm: 8912 8659 74 172 0 8739 0
Current children cumulated CPU time (s) 1062.41
Current children cumulated vsize (KiB) 38064

[startup+1122.32 s]
/proc/loadavg: 1.00 1.02 1.00 3/95 19241
/proc/meminfo: memFree=1084716/2074464 swapFree=1951864/1959888
[pid=15650] ppid=15648 vsize=2416 CPUtime=0.43
/proc/15650/stat : 15650 (SatELiteGTI) S 15648 15650 20977 0 -1 4194304 385 3466 0 0 0 0 40 3 21 0 1 0 1013479713 2473984 277 4294967295 134512640 135169312 3221214032 3221210248 3085577966 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/15650/statm: 604 277 235 161 0 43 0
[pid=15656] ppid=15650 vsize=37892 CPUtime=1121.99
/proc/15656/stat : 15656 (minisat_static) R 15650 15650 20977 0 -1 4202496 9288 0 0 0 112189 10 0 0 25 0 1 0 1013479756 38801408 9223 4294967295 134512640 135214715 3218290896 3218289360 134528800 0 0 0 3 0 0 0 17 2 0 0 0
/proc/15656/statm: 9473 9223 74 172 0 9300 0
Current children cumulated CPU time (s) 1122.42
Current children cumulated vsize (KiB) 40308

[startup+1182.31 s]
/proc/loadavg: 1.03 1.02 1.00 4/95 19428
/proc/meminfo: memFree=1084632/2074464 swapFree=1951864/1959888
[pid=15650] ppid=15648 vsize=2416 CPUtime=0.43
/proc/15650/stat : 15650 (SatELiteGTI) S 15648 15650 20977 0 -1 4194304 385 3466 0 0 0 0 40 3 21 0 1 0 1013479713 2473984 277 4294967295 134512640 135169312 3221214032 3221210248 3085577966 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/15650/statm: 604 277 235 161 0 43 0
[pid=15656] ppid=15650 vsize=38288 CPUtime=1181.99
/proc/15656/stat : 15656 (minisat_static) R 15650 15650 20977 0 -1 4202496 9364 0 0 0 118189 10 0 0 25 0 1 0 1013479756 39206912 9299 4294967295 134512640 135214715 3218290896 3218289360 134528800 0 0 0 3 0 0 0 17 2 0 0 0
/proc/15656/statm: 9572 9299 74 172 0 9399 0
Current children cumulated CPU time (s) 1182.42
Current children cumulated vsize (KiB) 40704



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1199.92 s]
/proc/loadavg: 1.02 1.02 1.00 3/95 19430
/proc/meminfo: memFree=1084720/2074464 swapFree=1951864/1959888
[pid=15650] ppid=15648 vsize=2416 CPUtime=0.43
/proc/15650/stat : 15650 (SatELiteGTI) S 15648 15650 20977 0 -1 4194304 385 3466 0 0 0 0 40 3 21 0 1 0 1013479713 2473984 277 4294967295 134512640 135169312 3221214032 3221210248 3085577966 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/15650/statm: 604 277 235 161 0 43 0
[pid=15656] ppid=15650 vsize=38288 CPUtime=1199.6
/proc/15656/stat : 15656 (minisat_static) R 15650 15650 20977 0 -1 4202496 9379 0 0 0 119950 10 0 0 25 0 1 0 1013479756 39206912 9314 4294967295 134512640 135214715 3218290896 3218289360 134528800 0 0 0 3 0 0 0 17 2 0 0 0
/proc/15656/statm: 9572 9314 74 172 0 9399 0
Current children cumulated CPU time (s) 1200.03
Current children cumulated vsize (KiB) 40704

Sending SIGTERM to process tree (bottom up)

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

[startup+1199.92 s]
/proc/loadavg: 1.02 1.02 1.00 3/95 19430
/proc/meminfo: memFree=1084720/2074464 swapFree=1951864/1959888
[pid=15650] ppid=15648 vsize=2416 CPUtime=0.43
/proc/15650/stat : 15650 (SatELiteGTI) S 15648 15650 20977 0 -1 4194304 385 3466 0 0 0 0 40 3 21 0 1 0 1013479713 2473984 277 4294967295 134512640 135169312 3221214032 3221210248 3085577966 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/15650/statm: 604 277 235 161 0 43 0
[pid=15656] ppid=15650 vsize=38288 CPUtime=1199.6
/proc/15656/stat : 15656 (minisat_static) R 15650 15650 20977 0 -1 4202496 9379 0 0 0 119950 10 0 0 25 0 1 0 1013479756 39206912 9314 4294967295 134512640 135214715 3218290896 3218289360 134528800 0 0 0 3 0 0 0 17 2 0 0 0
/proc/15656/statm: 9572 9314 74 172 0 9399 0
Current children cumulated CPU time (s) 1200.03
Current children cumulated vsize (KiB) 40704

Child status: 143
Real time (s): 1199.93
CPU time (s): 1200.04
CPU user time (s): 1199.9
CPU system time (s): 0.14
CPU usage (%): 100.009
Max. virtual memory (cumulated for all children) (KiB): 40704

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1199.9
system time used= 0.14
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 13508
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= 21
involuntary context switches= 2865

runsolver used 0 second user time and 0 second system time

The end

Launcher Data

Begin job on tipi10 at 2009-05-16 18:03:07
IDJOB=1820941
IDBENCH=70780
IDSOLVER=660
FILE ID=tipi10/1820941-1242489787
PBS_JOBID=
Free space on /tmp= 4301 MiB

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

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

MD5SUM BENCH= 5bb6e70c95bda454f634cd586084908b
RANDOM SEED= 1800166532

Linux tipi10 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.367
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.37

processor	: 1
vendor_id	: AuthenticAMD
cpu family	: 15
model		: 33
model name	: Dual Core AMD Opteron(tm) Processor 265
stepping	: 2
cpu MHz		: 1808.367
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.367
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.367
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:       1123816 kB
Buffers:         20856 kB
Cached:         823864 kB
SwapCached:       2732 kB
Active:         434948 kB
Inactive:       419544 kB
HighTotal:     1178688 kB
HighFree:       500124 kB
LowTotal:       895776 kB
LowFree:        623692 kB
SwapTotal:     1959888 kB
SwapFree:      1951864 kB
Dirty:            2428 kB
Writeback:           0 kB
AnonPages:        9216 kB
Mapped:           3140 kB
Slab:            87160 kB
PageTables:        536 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   2997120 kB
Committed_AS:    90592 kB
VmallocTotal:   114680 kB
VmallocUsed:      1324 kB
VmallocChunk:   113264 kB

Free space on /tmp at the end= 4301 MiB
End job on tipi10 at 2009-05-16 18:23:07