Trace number 1820942

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
BinMiniSat 2009-03-21? (TO) 1200.08 1200.02

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.04/0.05	c ==============================================================================
0.04/0.05	c |           |     ORIGINAL     |              LEARNT              |          |
0.04/0.05	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.04/0.05	c ==============================================================================
0.04/0.05	c |         0 |   55722   130018 |   16716       0        0     nan |  0.000 % |
0.33/0.39	c |         0 |   34365   106362 |      --       0       --      -- |     --   | -21355/-23651
0.33/0.39	c ==============================================================================
0.33/0.39	c Result  :   #vars: 6781   #clauses: 34365   #literals: 106362
0.33/0.39	c CPU time:   0.37 s
0.33/0.39	c ==============================================================================
0.43/0.44	This is MiniSat 2.0 beta
0.43/0.44	WARNING: for repeatability, setting FPU to use double precision
0.43/0.44	============================[ Problem Statistics ]=============================
0.43/0.44	|                                                                             |
0.43/0.44	|  Number of variables:  6781                                                 |
0.43/0.44	|  Number of clauses:    34365                                                |
0.43/0.45	|  Parsing time:         0.01         s                                       |
0.43/0.45	============================[ Search Statistics ]==============================
0.43/0.45	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
0.43/0.45	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
0.43/0.45	===============================================================================
0.43/0.45	|         0 |    6781    34365   106362 |    11455        0    nan |  0.000 % |
0.43/0.47	|       101 |    6781    34365   106362 |    12600      101      9 |  0.001 % |
0.43/0.49	|       253 |    6608    34365   106362 |    13860      249     10 |  3.318 % |
0.44/0.68	|       479 |    6608    34365   106362 |    15246      475     35 |  3.320 % |
0.44/0.84	|       816 |    6554    33263   102974 |    16771      777     30 |  9.812 % |
1.13/1.22	|      1323 |    6116    29987    94802 |    18448     1281     30 |  9.807 % |
1.73/1.74	|      2085 |    5931    28792    91607 |    20293     2039     25 | 12.550 % |
2.62/2.65	|      3225 |    5922    28635    91195 |    22322     3172     24 | 13.066 % |
2.82/2.90	|      4934 |    5895    28375    90473 |    24554     4865     24 | 13.066 % |
4.42/4.51	|      7496 |    5893    28139    89873 |    27010     7402     33 | 13.096 % |
5.91/5.92	|     11340 |    5892    28032    89595 |    29711    10859     36 | 13.110 % |
9.61/9.71	|     17107 |    5873    27921    89309 |    32682    16590     42 | 15.101 % |
16.91/16.94	|     25759 |    5757    27313    87483 |    35950    25215     51 | 15.101 % |
21.01/21.03	|     38734 |    5755    27304    87456 |    39545    38188     41 | 15.131 % |
41.71/41.76	|     58196 |    5753    27189    87162 |    43500    34184     55 | 15.160 % |
74.21/74.22	|     87388 |    5751    26876    86344 |    47850    32529     54 | 15.190 % |
116.91/116.91	|    131177 |    5748    26766    86055 |    52635    41966     32 | 15.234 % |
196.32/196.36	|    196861 |    5747    26663    85785 |    57898    37633     71 | 15.249 % |
308.93/308.99	|    295388 |    5611    25934    83647 |    63688    55818     26 | 17.258 % |
515.03/515.03	|    443177 |    5610    25830    83369 |    70057    40001     48 | 17.269 % |
751.45/751.49	|    664860 |    5599    25781    83221 |    77063    62413     57 | 17.431 % |
1200.07/1200.02	HOME/SatELiteGTI: line 36:  9519 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-1820942-1242489788/watcher-1820942-1242489788 -o /tmp/evaluation-result-1820942-1242489788/solver-1820942-1242489788 -C 1200 -W 1800 -M 1800 SatELiteGTI HOME/instance-1820942-1242489788.cnf 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1200 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1230 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 1843200 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 1894400 KiB
Current StackSize limit: 8192 KiB


[startup+0 s]
/proc/loadavg: 0.92 0.98 0.99 2/91 9513
/proc/meminfo: memFree=1493636/2074464 swapFree=1952056/1959888
[pid=9513] ppid=9511 vsize=2416 CPUtime=0.01
/proc/9513/stat : 9513 (SatELiteGTI) R 9511 9513 15108 0 -1 4194304 355 643 0 0 1 0 0 0 18 0 1 0 1013476867 2473984 277 4294967295 134512640 135169312 3216324256 3216322732 3085059956 0 65538 4 65536 0 0 0 17 2 0 0 0
/proc/9513/statm: 604 277 235 161 0 43 0
[pid=9517] ppid=9513 vsize=2416 CPUtime=0
/proc/9517/stat : 9517 (SatELiteGTI) R 9513 9513 15108 0 -1 4194368 54 0 0 0 0 0 0 0 18 0 1 0 1013476868 2473984 84 4294967295 134512640 135169312 3216324256 3216322528 3086114848 0 0 0 0 0 0 0 17 2 0 0 0
/proc/9517/statm: 604 95 52 161 0 43 0

[startup+0.031433 s]
/proc/loadavg: 0.92 0.98 0.99 2/91 9513
/proc/meminfo: memFree=1493636/2074464 swapFree=1952056/1959888
[pid=9513] ppid=9511 vsize=2416 CPUtime=0.01
/proc/9513/stat : 9513 (SatELiteGTI) S 9511 9513 15108 0 -1 4194304 369 643 0 0 1 0 0 0 18 0 1 0 1013476867 2473984 277 4294967295 134512640 135169312 3216324256 3216322792 3085057774 0 65536 4 65538 3222381614 0 0 17 2 0 0 0
/proc/9513/statm: 604 277 235 161 0 43 0
[pid=9517] ppid=9513 vsize=5264 CPUtime=0.03
/proc/9517/stat : 9517 (SatELite_releas) R 9513 9513 15108 0 -1 4202496 1117 0 0 0 2 1 0 0 20 0 1 0 1013476868 5390336 1052 4294967295 134512640 135223648 3216846608 3216845560 134737310 0 0 0 3 0 0 0 17 3 0 0 0
/proc/9517/statm: 1316 1053 46 174 0 1141 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 7680

[startup+0.121365 s]
/proc/loadavg: 0.92 0.98 0.99 2/91 9513
/proc/meminfo: memFree=1493636/2074464 swapFree=1952056/1959888
[pid=9513] ppid=9511 vsize=2416 CPUtime=0.01
/proc/9513/stat : 9513 (SatELiteGTI) S 9511 9513 15108 0 -1 4194304 369 643 0 0 1 0 0 0 18 0 1 0 1013476867 2473984 277 4294967295 134512640 135169312 3216324256 3216322792 3085057774 0 65536 4 65538 3222381614 0 0 17 2 0 0 0
/proc/9513/statm: 604 277 235 161 0 43 0
[pid=9517] ppid=9513 vsize=10224 CPUtime=0.12
/proc/9517/stat : 9517 (SatELite_releas) R 9513 9513 15108 0 -1 4202496 2309 0 0 0 11 1 0 0 21 0 1 0 1013476868 10469376 2097 4294967295 134512640 135223648 3216846608 3216844560 134564742 0 0 0 3 0 0 0 17 3 0 0 0
/proc/9517/statm: 2556 2097 73 174 0 2381 0
Current children cumulated CPU time (s) 0.13
Current children cumulated vsize (KiB) 12640

[startup+0.32135 s]
/proc/loadavg: 0.92 0.98 0.99 2/91 9513
/proc/meminfo: memFree=1493636/2074464 swapFree=1952056/1959888
[pid=9513] ppid=9511 vsize=2416 CPUtime=0.01
/proc/9513/stat : 9513 (SatELiteGTI) S 9511 9513 15108 0 -1 4194304 369 643 0 0 1 0 0 0 18 0 1 0 1013476867 2473984 277 4294967295 134512640 135169312 3216324256 3216322792 3085057774 0 65536 4 65538 3222381614 0 0 17 2 0 0 0
/proc/9513/statm: 604 277 235 161 0 43 0
[pid=9517] ppid=9513 vsize=11492 CPUtime=0.32
/proc/9517/stat : 9517 (SatELite_releas) R 9513 9513 15108 0 -1 4202496 2600 0 0 0 31 1 0 0 21 0 1 0 1013476868 11767808 2388 4294967295 134512640 135223648 3216846608 3216844704 134585544 0 0 0 3 0 0 0 17 3 0 0 0
/proc/9517/statm: 2873 2388 73 174 0 2698 0
Current children cumulated CPU time (s) 0.33
Current children cumulated vsize (KiB) 13908

[startup+0.721322 s]
/proc/loadavg: 0.92 0.98 0.99 2/91 9513
/proc/meminfo: memFree=1493636/2074464 swapFree=1952056/1959888
[pid=9513] ppid=9511 vsize=2420 CPUtime=0.44
/proc/9513/stat : 9513 (SatELiteGTI) S 9511 9513 15108 0 -1 4194304 387 3463 0 0 1 0 40 3 15 0 1 0 1013476867 2478080 278 4294967295 134512640 135169312 3216324256 3216320472 3085057774 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/9513/statm: 605 278 235 161 0 44 0
Current children cumulated CPU time (s) 0.44
Current children cumulated vsize (KiB) 2420

[startup+1.52126 s]
/proc/loadavg: 0.92 0.98 0.99 4/93 9519
/proc/meminfo: memFree=1488668/2074464 swapFree=1952056/1959888
[pid=9513] ppid=9511 vsize=2420 CPUtime=0.44
/proc/9513/stat : 9513 (SatELiteGTI) S 9511 9513 15108 0 -1 4194304 387 3463 0 0 1 0 40 3 15 0 1 0 1013476867 2478080 278 4294967295 134512640 135169312 3216324256 3216320472 3085057774 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/9513/statm: 605 278 235 161 0 44 0
[pid=9519] ppid=9513 vsize=4276 CPUtime=1.09
/proc/9519/stat : 9519 (minisat_static) R 9513 9513 15108 0 -1 4202496 874 0 0 0 108 1 0 0 20 0 1 0 1013476910 4378624 809 4294967295 134512640 135216011 3214495024 3214493376 134527548 0 0 0 3 0 0 0 17 0 0 0 0
/proc/9519/statm: 1069 809 71 172 0 896 0
Current children cumulated CPU time (s) 1.53
Current children cumulated vsize (KiB) 6696

[startup+3.12114 s]
/proc/loadavg: 0.92 0.98 0.99 2/93 9519
/proc/meminfo: memFree=1488420/2074464 swapFree=1952056/1959888
[pid=9513] ppid=9511 vsize=2420 CPUtime=0.44
/proc/9513/stat : 9513 (SatELiteGTI) S 9511 9513 15108 0 -1 4194304 387 3463 0 0 1 0 40 3 15 0 1 0 1013476867 2478080 278 4294967295 134512640 135169312 3216324256 3216320472 3085057774 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/9513/statm: 605 278 235 161 0 44 0
[pid=9519] ppid=9513 vsize=4672 CPUtime=2.68
/proc/9519/stat : 9519 (minisat_static) R 9513 9513 15108 0 -1 4202496 974 0 0 0 267 1 0 0 25 0 1 0 1013476910 4784128 909 4294967295 134512640 135216011 3214495024 3214493376 134527548 0 0 0 3 0 0 0 17 0 0 0 0
/proc/9519/statm: 1168 909 71 172 0 995 0
Current children cumulated CPU time (s) 3.12
Current children cumulated vsize (KiB) 7092

[startup+6.32089 s]
/proc/loadavg: 0.93 0.98 0.99 2/93 9520
/proc/meminfo: memFree=1487056/2074464 swapFree=1952056/1959888
[pid=9513] ppid=9511 vsize=2420 CPUtime=0.44
/proc/9513/stat : 9513 (SatELiteGTI) S 9511 9513 15108 0 -1 4194304 387 3463 0 0 1 0 40 3 15 0 1 0 1013476867 2478080 278 4294967295 134512640 135169312 3216324256 3216320472 3085057774 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/9513/statm: 605 278 235 161 0 44 0
[pid=9519] ppid=9513 vsize=5992 CPUtime=5.87
/proc/9519/stat : 9519 (minisat_static) R 9513 9513 15108 0 -1 4202496 1329 0 0 0 585 2 0 0 25 0 1 0 1013476910 6135808 1264 4294967295 134512640 135216011 3214495024 3214493376 134527529 0 0 0 3 0 0 0 17 0 0 0 0
/proc/9519/statm: 1498 1264 71 172 0 1325 0
Current children cumulated CPU time (s) 6.31
Current children cumulated vsize (KiB) 8412

[startup+12.7204 s]
/proc/loadavg: 0.93 0.98 0.99 2/93 9520
/proc/meminfo: memFree=1484236/2074464 swapFree=1952056/1959888
[pid=9513] ppid=9511 vsize=2420 CPUtime=0.44
/proc/9513/stat : 9513 (SatELiteGTI) S 9511 9513 15108 0 -1 4194304 387 3463 0 0 1 0 40 3 15 0 1 0 1013476867 2478080 278 4294967295 134512640 135169312 3216324256 3216320472 3085057774 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/9513/statm: 605 278 235 161 0 44 0
[pid=9519] ppid=9513 vsize=8592 CPUtime=12.27
/proc/9519/stat : 9519 (minisat_static) R 9513 9513 15108 0 -1 4202496 1948 0 0 0 1225 2 0 0 25 0 1 0 1013476910 8798208 1883 4294967295 134512640 135216011 3214495024 3214493376 134527406 0 0 0 3 0 0 0 17 0 0 0 0
/proc/9519/statm: 2148 1883 71 172 0 1975 0
Current children cumulated CPU time (s) 12.71
Current children cumulated vsize (KiB) 11012

[startup+25.5194 s]
/proc/loadavg: 0.95 0.98 0.99 2/93 9523
/proc/meminfo: memFree=1479712/2074464 swapFree=1952056/1959888
[pid=9513] ppid=9511 vsize=2420 CPUtime=0.44
/proc/9513/stat : 9513 (SatELiteGTI) S 9511 9513 15108 0 -1 4194304 387 3463 0 0 1 0 40 3 15 0 1 0 1013476867 2478080 278 4294967295 134512640 135169312 3216324256 3216320472 3085057774 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/9513/statm: 605 278 235 161 0 44 0
[pid=9519] ppid=9513 vsize=13060 CPUtime=25.07
/proc/9519/stat : 9519 (minisat_static) R 9513 9513 15108 0 -1 4202496 3060 0 0 0 2504 3 0 0 25 0 1 0 1013476910 13373440 2995 4294967295 134512640 135216011 3214495024 3214493376 134527521 0 0 0 3 0 0 0 17 0 0 0 0
/proc/9519/statm: 3265 2995 71 172 0 3092 0
Current children cumulated CPU time (s) 25.51
Current children cumulated vsize (KiB) 15480

[startup+51.1175 s]
/proc/loadavg: 0.96 0.98 0.99 5/93 9707
/proc/meminfo: memFree=1478244/2074464 swapFree=1952056/1959888
[pid=9513] ppid=9511 vsize=2420 CPUtime=0.44
/proc/9513/stat : 9513 (SatELiteGTI) S 9511 9513 15108 0 -1 4194304 387 3463 0 0 1 0 40 3 15 0 1 0 1013476867 2478080 278 4294967295 134512640 135169312 3216324256 3216320472 3085057774 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/9513/statm: 605 278 235 161 0 44 0
[pid=9519] ppid=9513 vsize=14248 CPUtime=50.67
/proc/9519/stat : 9519 (minisat_static) R 9513 9513 15108 0 -1 4202496 3360 0 0 0 5063 4 0 0 25 0 1 0 1013476910 14589952 3295 4294967295 134512640 135216011 3214495024 3214493376 134527269 0 0 0 3 0 0 0 17 0 0 0 0
/proc/9519/statm: 3562 3295 71 172 0 3389 0
Current children cumulated CPU time (s) 51.11
Current children cumulated vsize (KiB) 16668

[startup+102.324 s]
/proc/loadavg: 0.98 0.98 0.99 2/93 9716
/proc/meminfo: memFree=1476468/2074464 swapFree=1952056/1959888
[pid=9513] ppid=9511 vsize=2420 CPUtime=0.44
/proc/9513/stat : 9513 (SatELiteGTI) S 9511 9513 15108 0 -1 4194304 387 3463 0 0 1 0 40 3 15 0 1 0 1013476867 2478080 278 4294967295 134512640 135169312 3216324256 3216320472 3085057774 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/9513/statm: 605 278 235 161 0 44 0
[pid=9519] ppid=9513 vsize=16096 CPUtime=101.88
/proc/9519/stat : 9519 (minisat_static) R 9513 9513 15108 0 -1 4202496 3824 0 0 0 10182 6 0 0 25 0 1 0 1013476910 16482304 3759 4294967295 134512640 135216011 3214495024 3214493376 134527460 0 0 0 3 0 0 0 17 0 0 0 0
/proc/9519/statm: 4024 3759 71 172 0 3851 0
Current children cumulated CPU time (s) 102.32
Current children cumulated vsize (KiB) 18516

[startup+162.309 s]
/proc/loadavg: 0.99 0.98 0.99 2/93 9902
/proc/meminfo: memFree=1474236/2074464 swapFree=1952056/1959888
[pid=9513] ppid=9511 vsize=2420 CPUtime=0.44
/proc/9513/stat : 9513 (SatELiteGTI) S 9511 9513 15108 0 -1 4194304 387 3463 0 0 1 0 40 3 15 0 1 0 1013476867 2478080 278 4294967295 134512640 135169312 3216324256 3216320472 3085057774 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/9513/statm: 605 278 235 161 0 44 0
[pid=9519] ppid=9513 vsize=18604 CPUtime=161.87
/proc/9519/stat : 9519 (minisat_static) R 9513 9513 15108 0 -1 4202496 4449 0 0 0 16178 9 0 0 25 0 1 0 1013476910 19050496 4384 4294967295 134512640 135216011 3214495024 3214493376 134527330 0 0 0 3 0 0 0 17 0 0 0 0
/proc/9519/statm: 4651 4384 71 172 0 4478 0
Current children cumulated CPU time (s) 162.31
Current children cumulated vsize (KiB) 21024

[startup+222.314 s]
/proc/loadavg: 0.99 0.98 0.99 3/93 10091
/proc/meminfo: memFree=1470020/2074464 swapFree=1952056/1959888
[pid=9513] ppid=9511 vsize=2420 CPUtime=0.44
/proc/9513/stat : 9513 (SatELiteGTI) S 9511 9513 15108 0 -1 4194304 387 3463 0 0 1 0 40 3 15 0 1 0 1013476867 2478080 278 4294967295 134512640 135169312 3216324256 3216320472 3085057774 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/9513/statm: 605 278 235 161 0 44 0
[pid=9519] ppid=9513 vsize=22564 CPUtime=221.88
/proc/9519/stat : 9519 (minisat_static) R 9513 9513 15108 0 -1 4202496 5447 0 0 0 22178 10 0 0 25 0 1 0 1013476910 23105536 5382 4294967295 134512640 135216011 3214495024 3214493376 134527548 0 0 0 3 0 0 0 17 0 0 0 0
/proc/9519/statm: 5641 5382 71 172 0 5468 0
Current children cumulated CPU time (s) 222.32
Current children cumulated vsize (KiB) 24984

[startup+282.32 s]
/proc/loadavg: 1.13 1.03 1.01 2/93 10279
/proc/meminfo: memFree=1470012/2074464 swapFree=1952056/1959888
[pid=9513] ppid=9511 vsize=2420 CPUtime=0.44
/proc/9513/stat : 9513 (SatELiteGTI) S 9511 9513 15108 0 -1 4194304 387 3463 0 0 1 0 40 3 15 0 1 0 1013476867 2478080 278 4294967295 134512640 135169312 3216324256 3216320472 3085057774 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/9513/statm: 605 278 235 161 0 44 0
[pid=9519] ppid=9513 vsize=22564 CPUtime=281.89
/proc/9519/stat : 9519 (minisat_static) R 9513 9513 15108 0 -1 4202496 5453 0 0 0 28179 10 0 0 25 0 1 0 1013476910 23105536 5388 4294967295 134512640 135216011 3214495024 3214493376 134527548 0 0 0 3 0 0 0 17 0 0 0 0
/proc/9519/statm: 5641 5388 71 172 0 5468 0
Current children cumulated CPU time (s) 282.33
Current children cumulated vsize (KiB) 24984

[startup+342.315 s]
/proc/loadavg: 1.15 1.05 1.01 2/93 10469
/proc/meminfo: memFree=1470268/2074464 swapFree=1952056/1959888
[pid=9513] ppid=9511 vsize=2420 CPUtime=0.44
/proc/9513/stat : 9513 (SatELiteGTI) S 9511 9513 15108 0 -1 4194304 387 3463 0 0 1 0 40 3 15 0 1 0 1013476867 2478080 278 4294967295 134512640 135169312 3216324256 3216320472 3085057774 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/9513/statm: 605 278 235 161 0 44 0
[pid=9519] ppid=9513 vsize=22860 CPUtime=341.88
/proc/9519/stat : 9519 (minisat_static) R 9513 9513 15108 0 -1 4202496 5489 0 0 0 34175 13 0 0 25 0 1 0 1013476910 23408640 5424 4294967295 134512640 135216011 3214495024 3214493168 134536328 0 0 0 3 0 0 0 17 0 0 0 0
/proc/9519/statm: 5715 5424 71 172 0 5542 0
Current children cumulated CPU time (s) 342.32
Current children cumulated vsize (KiB) 25280

[startup+402.321 s]

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

/proc/9513/stat : 9513 (SatELiteGTI) S 9511 9513 15108 0 -1 4194304 387 3463 0 0 1 0 40 3 15 0 1 0 1013476867 2478080 278 4294967295 134512640 135169312 3216324256 3216320472 3085057774 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/9513/statm: 605 278 235 161 0 44 0
[pid=9519] ppid=9513 vsize=26160 CPUtime=461.89
/proc/9519/stat : 9519 (minisat_static) R 9513 9513 15108 0 -1 4202496 6320 0 0 0 46174 15 0 0 25 0 1 0 1013476910 26787840 6255 4294967295 134512640 135216011 3214495024 3214493376 134527548 0 0 0 3 0 0 0 17 0 0 0 0
/proc/9519/statm: 6540 6255 71 172 0 6367 0
Current children cumulated CPU time (s) 462.33
Current children cumulated vsize (KiB) 28580

[startup+522.311 s]
/proc/loadavg: 1.00 1.02 1.00 2/93 11036
/proc/meminfo: memFree=1467044/2074464 swapFree=1952056/1959888
[pid=9513] ppid=9511 vsize=2420 CPUtime=0.44
/proc/9513/stat : 9513 (SatELiteGTI) S 9511 9513 15108 0 -1 4194304 387 3463 0 0 1 0 40 3 15 0 1 0 1013476867 2478080 278 4294967295 134512640 135169312 3216324256 3216320472 3085057774 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/9513/statm: 605 278 235 161 0 44 0
[pid=9519] ppid=9513 vsize=26160 CPUtime=521.89
/proc/9519/stat : 9519 (minisat_static) R 9513 9513 15108 0 -1 4202496 6320 0 0 0 52174 15 0 0 25 0 1 0 1013476910 26787840 6255 4294967295 134512640 135216011 3214495024 3214493376 134527763 0 0 0 3 0 0 0 17 0 0 0 0
/proc/9519/statm: 6540 6255 71 172 0 6367 0
Current children cumulated CPU time (s) 522.33
Current children cumulated vsize (KiB) 28580

[startup+582.317 s]
/proc/loadavg: 1.00 1.02 1.00 2/93 11224
/proc/meminfo: memFree=1466664/2074464 swapFree=1952056/1959888
[pid=9513] ppid=9511 vsize=2420 CPUtime=0.44
/proc/9513/stat : 9513 (SatELiteGTI) S 9511 9513 15108 0 -1 4194304 387 3463 0 0 1 0 40 3 15 0 1 0 1013476867 2478080 278 4294967295 134512640 135169312 3216324256 3216320472 3085057774 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/9513/statm: 605 278 235 161 0 44 0
[pid=9519] ppid=9513 vsize=26592 CPUtime=581.9
/proc/9519/stat : 9519 (minisat_static) R 9513 9513 15108 0 -1 4202496 6444 0 0 0 58173 17 0 0 25 0 1 0 1013476910 27230208 6379 4294967295 134512640 135216011 3214495024 3214493376 134527548 0 0 0 3 0 0 0 17 0 0 0 0
/proc/9519/statm: 6648 6379 71 172 0 6475 0
Current children cumulated CPU time (s) 582.34
Current children cumulated vsize (KiB) 29012

[startup+642.322 s]
/proc/loadavg: 1.16 1.04 1.01 3/93 11412
/proc/meminfo: memFree=1466424/2074464 swapFree=1952056/1959888
[pid=9513] ppid=9511 vsize=2420 CPUtime=0.44
/proc/9513/stat : 9513 (SatELiteGTI) S 9511 9513 15108 0 -1 4194304 387 3463 0 0 1 0 40 3 15 0 1 0 1013476867 2478080 278 4294967295 134512640 135169312 3216324256 3216320472 3085057774 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/9513/statm: 605 278 235 161 0 44 0
[pid=9519] ppid=9513 vsize=26756 CPUtime=641.91
/proc/9519/stat : 9519 (minisat_static) R 9513 9513 15108 0 -1 4202496 6463 0 0 0 64174 17 0 0 25 0 1 0 1013476910 27398144 6398 4294967295 134512640 135216011 3214495024 3214493376 134527539 0 0 0 3 0 0 0 17 0 0 0 0
/proc/9519/statm: 6689 6398 71 172 0 6516 0
Current children cumulated CPU time (s) 642.35
Current children cumulated vsize (KiB) 29176

[startup+702.318 s]
/proc/loadavg: 1.06 1.03 1.00 2/93 11601
/proc/meminfo: memFree=1464440/2074464 swapFree=1952056/1959888
[pid=9513] ppid=9511 vsize=2420 CPUtime=0.44
/proc/9513/stat : 9513 (SatELiteGTI) S 9511 9513 15108 0 -1 4194304 387 3463 0 0 1 0 40 3 15 0 1 0 1013476867 2478080 278 4294967295 134512640 135169312 3216324256 3216320472 3085057774 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/9513/statm: 605 278 235 161 0 44 0
[pid=9519] ppid=9513 vsize=28876 CPUtime=701.91
/proc/9519/stat : 9519 (minisat_static) R 9513 9513 15108 0 -1 4202496 7000 0 0 0 70174 17 0 0 25 0 1 0 1013476910 29569024 6935 4294967295 134512640 135216011 3214495024 3214493376 134527548 0 0 0 3 0 0 0 17 0 0 0 0
/proc/9519/statm: 7219 6935 71 172 0 7046 0
Current children cumulated CPU time (s) 702.35
Current children cumulated vsize (KiB) 31296

[startup+762.323 s]
/proc/loadavg: 1.02 1.03 1.00 2/93 11787
/proc/meminfo: memFree=1463324/2074464 swapFree=1952056/1959888
[pid=9513] ppid=9511 vsize=2420 CPUtime=0.44
/proc/9513/stat : 9513 (SatELiteGTI) S 9511 9513 15108 0 -1 4194304 387 3463 0 0 1 0 40 3 15 0 1 0 1013476867 2478080 278 4294967295 134512640 135169312 3216324256 3216320472 3085057774 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/9513/statm: 605 278 235 161 0 44 0
[pid=9519] ppid=9513 vsize=29668 CPUtime=761.92
/proc/9519/stat : 9519 (minisat_static) R 9513 9513 15108 0 -1 4202496 7202 0 0 0 76174 18 0 0 25 0 1 0 1013476910 30380032 7137 4294967295 134512640 135216011 3214495024 3214493168 134536507 0 0 0 3 0 0 0 17 0 0 0 0
/proc/9519/statm: 7417 7137 71 172 0 7244 0
Current children cumulated CPU time (s) 762.36
Current children cumulated vsize (KiB) 32088

[startup+822.318 s]
/proc/loadavg: 1.00 1.02 1.00 2/93 11975
/proc/meminfo: memFree=1463200/2074464 swapFree=1952056/1959888
[pid=9513] ppid=9511 vsize=2420 CPUtime=0.44
/proc/9513/stat : 9513 (SatELiteGTI) S 9511 9513 15108 0 -1 4194304 387 3463 0 0 1 0 40 3 15 0 1 0 1013476867 2478080 278 4294967295 134512640 135169312 3216324256 3216320472 3085057774 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/9513/statm: 605 278 235 161 0 44 0
[pid=9519] ppid=9513 vsize=30064 CPUtime=821.92
/proc/9519/stat : 9519 (minisat_static) R 9513 9513 15108 0 -1 4202496 7292 0 0 0 82174 18 0 0 25 0 1 0 1013476910 30785536 7227 4294967295 134512640 135216011 3214495024 3214493376 134527548 0 0 0 3 0 0 0 17 0 0 0 0
/proc/9519/statm: 7516 7227 71 172 0 7343 0
Current children cumulated CPU time (s) 822.36
Current children cumulated vsize (KiB) 32484

[startup+882.304 s]
/proc/loadavg: 1.00 1.01 1.00 3/93 12170
/proc/meminfo: memFree=1460340/2074464 swapFree=1952056/1959888
[pid=9513] ppid=9511 vsize=2420 CPUtime=0.44
/proc/9513/stat : 9513 (SatELiteGTI) S 9511 9513 15108 0 -1 4194304 387 3463 0 0 1 0 40 3 15 0 1 0 1013476867 2478080 278 4294967295 134512640 135169312 3216324256 3216320472 3085057774 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/9513/statm: 605 278 235 161 0 44 0
[pid=9519] ppid=9513 vsize=32972 CPUtime=881.91
/proc/9519/stat : 9519 (minisat_static) R 9513 9513 15108 0 -1 4202496 8021 0 0 0 88173 18 0 0 25 0 1 0 1013476910 33763328 7956 4294967295 134512640 135216011 3214495024 3214493376 134527548 0 0 0 3 0 0 0 17 0 0 0 0
/proc/9519/statm: 8243 7956 71 172 0 8070 0
Current children cumulated CPU time (s) 882.35
Current children cumulated vsize (KiB) 35392

[startup+942.319 s]
/proc/loadavg: 1.00 1.01 1.00 3/93 12358
/proc/meminfo: memFree=1460332/2074464 swapFree=1952056/1959888
[pid=9513] ppid=9511 vsize=2420 CPUtime=0.44
/proc/9513/stat : 9513 (SatELiteGTI) S 9511 9513 15108 0 -1 4194304 387 3463 0 0 1 0 40 3 15 0 1 0 1013476867 2478080 278 4294967295 134512640 135169312 3216324256 3216320472 3085057774 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/9513/statm: 605 278 235 161 0 44 0
[pid=9519] ppid=9513 vsize=33764 CPUtime=941.92
/proc/9519/stat : 9519 (minisat_static) R 9513 9513 15108 0 -1 4202496 8227 0 0 0 94173 19 0 0 25 0 1 0 1013476910 34574336 8162 4294967295 134512640 135216011 3214495024 3214493376 134527548 0 0 0 3 0 0 0 17 2 0 0 0
/proc/9519/statm: 8441 8162 71 172 0 8268 0
Current children cumulated CPU time (s) 942.36
Current children cumulated vsize (KiB) 36184

[startup+1002.31 s]
/proc/loadavg: 1.00 1.00 1.00 2/93 12547
/proc/meminfo: memFree=1459440/2074464 swapFree=1952056/1959888
[pid=9513] ppid=9511 vsize=2420 CPUtime=0.44
/proc/9513/stat : 9513 (SatELiteGTI) S 9511 9513 15108 0 -1 4194304 387 3463 0 0 1 0 40 3 15 0 1 0 1013476867 2478080 278 4294967295 134512640 135169312 3216324256 3216320472 3085057774 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/9513/statm: 605 278 235 161 0 44 0
[pid=9519] ppid=9513 vsize=34160 CPUtime=1001.92
/proc/9519/stat : 9519 (minisat_static) R 9513 9513 15108 0 -1 4202496 8339 0 0 0 100172 20 0 0 25 0 1 0 1013476910 34979840 8274 4294967295 134512640 135216011 3214495024 3214493376 134527548 0 0 0 3 0 0 0 17 2 0 0 0
/proc/9519/statm: 8540 8274 71 172 0 8367 0
Current children cumulated CPU time (s) 1002.36
Current children cumulated vsize (KiB) 36580

[startup+1062.32 s]
/proc/loadavg: 1.03 1.01 1.00 3/93 12733
/proc/meminfo: memFree=1459356/2074464 swapFree=1952056/1959888
[pid=9513] ppid=9511 vsize=2420 CPUtime=0.44
/proc/9513/stat : 9513 (SatELiteGTI) S 9511 9513 15108 0 -1 4194304 387 3463 0 0 1 0 40 3 15 0 1 0 1013476867 2478080 278 4294967295 134512640 135169312 3216324256 3216320472 3085057774 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/9513/statm: 605 278 235 161 0 44 0
[pid=9519] ppid=9513 vsize=34160 CPUtime=1061.93
/proc/9519/stat : 9519 (minisat_static) R 9513 9513 15108 0 -1 4202496 8340 0 0 0 106173 20 0 0 25 0 1 0 1013476910 34979840 8275 4294967295 134512640 135216011 3214495024 3214493376 134527376 0 0 0 3 0 0 0 17 2 0 0 0
/proc/9519/statm: 8540 8275 71 172 0 8367 0
Current children cumulated CPU time (s) 1062.37
Current children cumulated vsize (KiB) 36580

[startup+1122.32 s]
/proc/loadavg: 1.01 1.01 1.00 2/93 12921
/proc/meminfo: memFree=1459348/2074464 swapFree=1952056/1959888
[pid=9513] ppid=9511 vsize=2420 CPUtime=0.44
/proc/9513/stat : 9513 (SatELiteGTI) S 9511 9513 15108 0 -1 4194304 387 3463 0 0 1 0 40 3 15 0 1 0 1013476867 2478080 278 4294967295 134512640 135169312 3216324256 3216320472 3085057774 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/9513/statm: 605 278 235 161 0 44 0
[pid=9519] ppid=9513 vsize=34160 CPUtime=1121.93
/proc/9519/stat : 9519 (minisat_static) R 9513 9513 15108 0 -1 4202496 8340 0 0 0 112173 20 0 0 25 0 1 0 1013476910 34979840 8275 4294967295 134512640 135216011 3214495024 3214493376 134527548 0 0 0 3 0 0 0 17 2 0 0 0
/proc/9519/statm: 8540 8275 71 172 0 8367 0
Current children cumulated CPU time (s) 1122.37
Current children cumulated vsize (KiB) 36580

[startup+1182.32 s]
/proc/loadavg: 1.00 1.00 1.00 3/93 13109
/proc/meminfo: memFree=1459224/2074464 swapFree=1952056/1959888
[pid=9513] ppid=9511 vsize=2420 CPUtime=0.44
/proc/9513/stat : 9513 (SatELiteGTI) S 9511 9513 15108 0 -1 4194304 387 3463 0 0 1 0 40 3 15 0 1 0 1013476867 2478080 278 4294967295 134512640 135169312 3216324256 3216320472 3085057774 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/9513/statm: 605 278 235 161 0 44 0
[pid=9519] ppid=9513 vsize=34320 CPUtime=1181.94
/proc/9519/stat : 9519 (minisat_static) R 9513 9513 15108 0 -1 4202496 8353 0 0 0 118174 20 0 0 25 0 1 0 1013476910 35143680 8288 4294967295 134512640 135216011 3214495024 3214493376 134527341 0 0 0 3 0 0 0 17 2 0 0 0
/proc/9519/statm: 8580 8288 71 172 0 8407 0
Current children cumulated CPU time (s) 1182.38
Current children cumulated vsize (KiB) 36740



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.01 s]
/proc/loadavg: 1.00 1.00 1.00 2/93 13293
/proc/meminfo: memFree=1459104/2074464 swapFree=1952056/1959888
[pid=9513] ppid=9511 vsize=2420 CPUtime=0.44
/proc/9513/stat : 9513 (SatELiteGTI) S 9511 9513 15108 0 -1 4194304 387 3463 0 0 1 0 40 3 15 0 1 0 1013476867 2478080 278 4294967295 134512640 135169312 3216324256 3216320472 3085057774 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/9513/statm: 605 278 235 161 0 44 0
[pid=9519] ppid=9513 vsize=34320 CPUtime=1199.63
/proc/9519/stat : 9519 (minisat_static) R 9513 9513 15108 0 -1 4202496 8353 0 0 0 119943 20 0 0 25 0 1 0 1013476910 35143680 8288 4294967295 134512640 135216011 3214495024 3214493376 134527269 0 0 0 3 0 0 0 17 2 0 0 0
/proc/9519/statm: 8580 8288 71 172 0 8407 0
Current children cumulated CPU time (s) 1200.07
Current children cumulated vsize (KiB) 36740

Sending SIGTERM to process tree (bottom up)
SSolver just ended. Dumping a history of the last processes samples

Child status: 143
Real time (s): 1200.02
CPU time (s): 1200.08
CPU user time (s): 1199.84
CPU system time (s): 0.24
CPU usage (%): 100.005
Max. virtual memory (cumulated for all children) (KiB): 36740

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1199.84
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= 12479
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= 20
involuntary context switches= 2258

runsolver used 0 second user time and 0.01 second system time

The end

Launcher Data

Begin job on tipi24 at 2009-05-16 18:03:08
IDJOB=1820942
IDBENCH=70780
IDSOLVER=661
FILE ID=tipi24/1820942-1242489788
PBS_JOBID=
Free space on /tmp= 10000 MiB

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

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

MD5SUM BENCH= 5bb6e70c95bda454f634cd586084908b
RANDOM SEED= 1687158787

Linux tipi24 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.461
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.461
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.75

processor	: 2
vendor_id	: AuthenticAMD
cpu family	: 15
model		: 33
model name	: Dual Core AMD Opteron(tm) Processor 265
stepping	: 2
cpu MHz		: 1808.461
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.461
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:       1493908 kB
Buffers:         25612 kB
Cached:         474324 kB
SwapCached:       3828 kB
Active:          63044 kB
Inactive:       446280 kB
HighTotal:     1178688 kB
HighFree:       785216 kB
LowTotal:       895776 kB
LowFree:        708692 kB
SwapTotal:     1959888 kB
SwapFree:      1952056 kB
Dirty:            2480 kB
Writeback:           0 kB
AnonPages:        8928 kB
Mapped:           3368 kB
Slab:            62616 kB
PageTables:        488 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   2997120 kB
Committed_AS:    87796 kB
VmallocTotal:   114680 kB
VmallocUsed:      1324 kB
VmallocChunk:   113264 kB

Free space on /tmp at the end= 10000 MiB
End job on tipi24 at 2009-05-16 18:23:08