Trace number 1821200

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.03

General information on the benchmark

NameAPPLICATIONS/crypto/
desgen/gss-24-s100.cnf
MD5SUM107f2922072d64498e09af3270c7b9c3
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 variables31821
Number of clauses95735
Sum of the clauses size225739
Maximum clause length3
Minimum clause length1
Number of clauses of size 164
Number of clauses of size 261338
Number of clauses of size 334333
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.09	c ==============================================================================
0.00/0.09	c |           |     ORIGINAL     |              LEARNT              |          |
0.00/0.09	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.00/0.09	c ==============================================================================
0.00/0.09	c |         0 |   95535   225263 |   28660       0        0     nan |  0.000 % |
1.23/1.28	c |         0 |   58933   176133 |      --       0       --      -- |     --   | -36262/-48154
1.23/1.28	c ==============================================================================
1.23/1.28	c Result  :   #vars: 14170   #clauses: 58933   #literals: 176133
1.23/1.28	c CPU time:   1.26 s
1.23/1.28	c ==============================================================================
1.33/1.34	This is MiniSat 2.0 beta
1.33/1.34	WARNING: for repeatability, setting FPU to use double precision
1.33/1.34	============================[ Problem Statistics ]=============================
1.33/1.34	|                                                                             |
1.33/1.34	|  Number of variables:  14170                                                |
1.33/1.34	|  Number of clauses:    58933                                                |
1.33/1.38	|  Parsing time:         0.04         s                                       |
1.33/1.39	============================[ Search Statistics ]==============================
1.33/1.39	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
1.33/1.39	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
1.33/1.39	===============================================================================
1.33/1.39	|         0 |   14170    58933   176133 |    19644        0    nan |  0.000 % |
1.35/1.62	|       100 |   13887    57483   172473 |    21608       42     31 |  1.997 % |
1.35/1.76	|       251 |   13887    57483   172473 |    23769      193     84 |  1.997 % |
2.62/2.71	|       477 |   13863    57332   172091 |    26146      386     56 |  2.167 % |
4.02/4.08	|       814 |   13863    57332   172091 |    28761      723     47 |  2.167 % |
6.32/6.38	|      1321 |   13863    57332   172091 |    31637     1230     52 |  2.167 % |
9.62/9.69	|      2082 |   13863    57332   172091 |    34801     1991     42 |  2.167 % |
15.62/15.62	|      3221 |   13863    57332   172091 |    38281     3130     36 |  2.167 % |
23.62/23.67	|      4930 |   13863    57332   172091 |    42109     4839     36 |  2.167 % |
38.22/38.25	|      7493 |   13817    57120   171610 |    46320     7401     33 |  2.491 % |
56.82/56.85	|     11338 |   13817    57120   171610 |    50952    11246     32 |  2.491 % |
91.81/91.83	|     17104 |   13817    57120   171610 |    56047    17012     31 |  2.491 % |
130.72/130.76	|     25753 |   13817    57120   171610 |    61652    25661     33 |  2.491 % |
190.82/190.81	|     38727 |   13817    57120   171610 |    67817    38635     39 |  2.491 % |
341.64/341.68	|     58189 |   13817    57120   171610 |    74599    58097     37 |  2.491 % |
549.23/549.29	|     87383 |   13817    57120   171610 |    82059    26474     28 |  2.491 % |
876.05/876.08	|    131173 |   13817    57120   171610 |    90265    70264     26 |  2.491 % |
1200.07/1200.02	HOME/SatELiteGTI: line 36: 26239 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-1821200-1242517240/watcher-1821200-1242517240 -o /tmp/evaluation-result-1821200-1242517240/solver-1821200-1242517240 -C 1200 -W 1800 -M 1800 SatELiteGTI HOME/instance-1821200-1242517240.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 26233
/proc/meminfo: memFree=1188696/2074464 swapFree=1950884/1959888
[pid=26233] ppid=26231 vsize=2412 CPUtime=0.01
/proc/26233/stat : 26233 (SatELiteGTI) S 26231 26233 10114 0 -1 4194304 366 646 0 0 0 0 0 1 18 0 1 0 1016224776 2469888 276 4294967295 134512640 135169312 3220728528 3220727064 3085717230 0 65536 4 65538 3222381614 0 0 17 1 0 0 0
/proc/26233/statm: 603 276 235 161 0 42 0
[pid=26237] ppid=26233 vsize=816 CPUtime=0
/proc/26237/stat : 26237 (SatELite_releas) R 26233 26233 10114 0 -1 4202496 85 0 0 0 0 0 0 0 20 0 1 0 1016224777 835584 21 4294967295 134512640 135223648 3219216720 3219216404 134711004 0 0 0 0 0 0 0 17 0 0 0 0
/proc/26237/statm: 237 33 27 174 0 62 0

[startup+0.103189 s]
/proc/loadavg: 1.00 1.00 1.00 2/93 26233
/proc/meminfo: memFree=1188696/2074464 swapFree=1950884/1959888
[pid=26233] ppid=26231 vsize=2412 CPUtime=0.01
/proc/26233/stat : 26233 (SatELiteGTI) S 26231 26233 10114 0 -1 4194304 366 646 0 0 0 0 0 1 18 0 1 0 1016224776 2469888 276 4294967295 134512640 135169312 3220728528 3220727064 3085717230 0 65536 4 65538 3222381614 0 0 17 1 0 0 0
/proc/26233/statm: 603 276 235 161 0 42 0
[pid=26237] ppid=26233 vsize=13456 CPUtime=0.1
/proc/26237/stat : 26237 (SatELite_releas) R 26233 26233 10114 0 -1 4202496 3317 0 0 0 10 0 0 0 21 0 1 0 1016224777 13778944 3118 4294967295 134512640 135223648 3219216720 3219214096 134576995 0 0 0 3 0 0 0 17 0 0 0 0
/proc/26237/statm: 3364 3118 78 174 0 3189 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 15868

[startup+0.223183 s]
/proc/loadavg: 1.00 1.00 1.00 2/93 26233
/proc/meminfo: memFree=1188696/2074464 swapFree=1950884/1959888
[pid=26233] ppid=26231 vsize=2412 CPUtime=0.01
/proc/26233/stat : 26233 (SatELiteGTI) S 26231 26233 10114 0 -1 4194304 366 646 0 0 0 0 0 1 18 0 1 0 1016224776 2469888 276 4294967295 134512640 135169312 3220728528 3220727064 3085717230 0 65536 4 65538 3222381614 0 0 17 1 0 0 0
/proc/26233/statm: 603 276 235 161 0 42 0
[pid=26237] ppid=26233 vsize=14368 CPUtime=0.22
/proc/26237/stat : 26237 (SatELite_releas) R 26233 26233 10114 0 -1 4202496 3567 0 0 0 22 0 0 0 21 0 1 0 1016224777 14712832 3362 4294967295 134512640 135223648 3219216720 3219214736 134587321 0 0 0 3 0 0 0 17 0 0 0 0
/proc/26237/statm: 3592 3362 73 174 0 3417 0
Current children cumulated CPU time (s) 0.23
Current children cumulated vsize (KiB) 16780

[startup+0.323206 s]
/proc/loadavg: 1.00 1.00 1.00 2/93 26233
/proc/meminfo: memFree=1188696/2074464 swapFree=1950884/1959888
[pid=26233] ppid=26231 vsize=2412 CPUtime=0.01
/proc/26233/stat : 26233 (SatELiteGTI) S 26231 26233 10114 0 -1 4194304 366 646 0 0 0 0 0 1 18 0 1 0 1016224776 2469888 276 4294967295 134512640 135169312 3220728528 3220727064 3085717230 0 65536 4 65538 3222381614 0 0 17 1 0 0 0
/proc/26233/statm: 603 276 235 161 0 42 0
[pid=26237] ppid=26233 vsize=14576 CPUtime=0.32
/proc/26237/stat : 26237 (SatELite_releas) R 26233 26233 10114 0 -1 4202496 3626 0 0 0 31 1 0 0 21 0 1 0 1016224777 14925824 3421 4294967295 134512640 135223648 3219216720 3219214672 134563555 0 0 0 3 0 0 0 17 0 0 0 0
/proc/26237/statm: 3644 3421 73 174 0 3469 0
Current children cumulated CPU time (s) 0.33
Current children cumulated vsize (KiB) 16988

[startup+0.723158 s]
/proc/loadavg: 1.00 1.00 1.00 2/93 26233
/proc/meminfo: memFree=1188696/2074464 swapFree=1950884/1959888
[pid=26233] ppid=26231 vsize=2412 CPUtime=0.01
/proc/26233/stat : 26233 (SatELiteGTI) S 26231 26233 10114 0 -1 4194304 366 646 0 0 0 0 0 1 18 0 1 0 1016224776 2469888 276 4294967295 134512640 135169312 3220728528 3220727064 3085717230 0 65536 4 65538 3222381614 0 0 17 1 0 0 0
/proc/26233/statm: 603 276 235 161 0 42 0
[pid=26237] ppid=26233 vsize=16144 CPUtime=0.72
/proc/26237/stat : 26237 (SatELite_releas) R 26233 26233 10114 0 -1 4202496 3814 0 0 0 71 1 0 0 22 0 1 0 1016224777 16531456 3609 4294967295 134512640 135223648 3219216720 3219214816 134595980 0 0 0 3 0 0 0 17 0 0 0 0
/proc/26237/statm: 4036 3609 73 174 0 3861 0
Current children cumulated CPU time (s) 0.73
Current children cumulated vsize (KiB) 18556

[startup+1.52312 s]
/proc/loadavg: 1.00 1.00 1.00 3/95 26238
/proc/meminfo: memFree=1170312/2074464 swapFree=1950884/1959888
[pid=26233] ppid=26231 vsize=2416 CPUtime=1.35
/proc/26233/stat : 26233 (SatELiteGTI) S 26231 26233 10114 0 -1 4194304 385 4835 0 0 0 0 133 2 18 0 1 0 1016224776 2473984 277 4294967295 134512640 135169312 3220728528 3220724744 3085717230 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/26233/statm: 604 277 235 161 0 43 0
Current children cumulated CPU time (s) 1.35
Current children cumulated vsize (KiB) 2416

[startup+3.12304 s]
/proc/loadavg: 1.00 1.00 1.00 3/95 26239
/proc/meminfo: memFree=1178620/2074464 swapFree=1950884/1959888
[pid=26233] ppid=26231 vsize=2416 CPUtime=1.35
/proc/26233/stat : 26233 (SatELiteGTI) S 26231 26233 10114 0 -1 4194304 385 4835 0 0 0 0 133 2 18 0 1 0 1016224776 2473984 277 4294967295 134512640 135169312 3220728528 3220724744 3085717230 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/26233/statm: 604 277 235 161 0 43 0
[pid=26239] ppid=26233 vsize=5972 CPUtime=1.77
/proc/26239/stat : 26239 (minisat_static) R 26233 26233 10114 0 -1 4202496 1390 0 0 0 177 0 0 0 25 0 1 0 1016224911 6115328 1325 4294967295 134512640 135216011 3214904720 3214903072 134527548 0 0 0 3 0 0 0 17 0 0 0 0
/proc/26239/statm: 1493 1325 71 172 0 1320 0
Current children cumulated CPU time (s) 3.12
Current children cumulated vsize (KiB) 8388

[startup+6.32289 s]
/proc/loadavg: 1.00 1.00 1.00 3/95 26239
/proc/meminfo: memFree=1178660/2074464 swapFree=1950884/1959888
[pid=26233] ppid=26231 vsize=2416 CPUtime=1.35
/proc/26233/stat : 26233 (SatELiteGTI) S 26231 26233 10114 0 -1 4194304 385 4835 0 0 0 0 133 2 18 0 1 0 1016224776 2473984 277 4294967295 134512640 135169312 3220728528 3220724744 3085717230 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/26233/statm: 604 277 235 161 0 43 0
[pid=26239] ppid=26233 vsize=6236 CPUtime=4.97
/proc/26239/stat : 26239 (minisat_static) R 26233 26233 10114 0 -1 4202496 1440 0 0 0 496 1 0 0 25 0 1 0 1016224911 6385664 1375 4294967295 134512640 135216011 3214904720 3214902864 134535958 0 0 0 3 0 0 0 17 0 0 0 0
/proc/26239/statm: 1559 1375 71 172 0 1386 0
Current children cumulated CPU time (s) 6.32
Current children cumulated vsize (KiB) 8652

[startup+12.7226 s]
/proc/loadavg: 1.00 1.00 1.00 3/95 26239
/proc/meminfo: memFree=1178584/2074464 swapFree=1950884/1959888
[pid=26233] ppid=26231 vsize=2416 CPUtime=1.35
/proc/26233/stat : 26233 (SatELiteGTI) S 26231 26233 10114 0 -1 4194304 385 4835 0 0 0 0 133 2 18 0 1 0 1016224776 2473984 277 4294967295 134512640 135169312 3220728528 3220724744 3085717230 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/26233/statm: 604 277 235 161 0 43 0
[pid=26239] ppid=26233 vsize=6368 CPUtime=11.37
/proc/26239/stat : 26239 (minisat_static) R 26233 26233 10114 0 -1 4202496 1487 0 0 0 1136 1 0 0 25 0 1 0 1016224911 6520832 1422 4294967295 134512640 135216011 3214904720 3214903072 134527213 0 0 0 3 0 0 0 17 0 0 0 0
/proc/26239/statm: 1592 1422 71 172 0 1419 0
Current children cumulated CPU time (s) 12.72
Current children cumulated vsize (KiB) 8784

[startup+25.522 s]
/proc/loadavg: 1.00 1.00 1.00 4/95 26241
/proc/meminfo: memFree=1178308/2074464 swapFree=1950884/1959888
[pid=26233] ppid=26231 vsize=2416 CPUtime=1.35
/proc/26233/stat : 26233 (SatELiteGTI) S 26231 26233 10114 0 -1 4194304 385 4835 0 0 0 0 133 2 18 0 1 0 1016224776 2473984 277 4294967295 134512640 135169312 3220728528 3220724744 3085717230 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/26233/statm: 604 277 235 161 0 43 0
[pid=26239] ppid=26233 vsize=6900 CPUtime=24.17
/proc/26239/stat : 26239 (minisat_static) R 26233 26233 10114 0 -1 4202496 1601 0 0 0 2416 1 0 0 25 0 1 0 1016224911 7065600 1536 4294967295 134512640 135216011 3214904720 3214903072 134527760 0 0 0 3 0 0 0 17 0 0 0 0
/proc/26239/statm: 1725 1536 71 172 0 1552 0
Current children cumulated CPU time (s) 25.52
Current children cumulated vsize (KiB) 9316

[startup+51.1207 s]
/proc/loadavg: 1.16 1.03 1.01 2/95 26427
/proc/meminfo: memFree=1176936/2074464 swapFree=1950884/1959888
[pid=26233] ppid=26231 vsize=2416 CPUtime=1.35
/proc/26233/stat : 26233 (SatELiteGTI) S 26231 26233 10114 0 -1 4194304 385 4835 0 0 0 0 133 2 18 0 1 0 1016224776 2473984 277 4294967295 134512640 135169312 3220728528 3220724744 3085717230 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/26233/statm: 604 277 235 161 0 43 0
[pid=26239] ppid=26233 vsize=7728 CPUtime=49.77
/proc/26239/stat : 26239 (minisat_static) R 26233 26233 10114 0 -1 4202496 1806 0 0 0 4976 1 0 0 25 0 1 0 1016224911 7913472 1741 4294967295 134512640 135216011 3214904720 3214903072 134527548 0 0 0 3 0 0 0 17 0 0 0 0
/proc/26239/statm: 1932 1741 71 172 0 1759 0
Current children cumulated CPU time (s) 51.12
Current children cumulated vsize (KiB) 10144

[startup+102.308 s]
/proc/loadavg: 1.07 1.03 1.01 2/95 26430
/proc/meminfo: memFree=1175968/2074464 swapFree=1950884/1959888
[pid=26233] ppid=26231 vsize=2416 CPUtime=1.35
/proc/26233/stat : 26233 (SatELiteGTI) S 26231 26233 10114 0 -1 4194304 385 4835 0 0 0 0 133 2 18 0 1 0 1016224776 2473984 277 4294967295 134512640 135169312 3220728528 3220724744 3085717230 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/26233/statm: 604 277 235 161 0 43 0
[pid=26239] ppid=26233 vsize=9068 CPUtime=100.96
/proc/26239/stat : 26239 (minisat_static) R 26233 26233 10114 0 -1 4202496 2157 0 0 0 10094 2 0 0 25 0 1 0 1016224911 9285632 2092 4294967295 134512640 135216011 3214904720 3214902864 134535985 0 0 0 3 0 0 0 17 0 0 0 0
/proc/26239/statm: 2267 2092 71 172 0 2094 0
Current children cumulated CPU time (s) 102.31
Current children cumulated vsize (KiB) 11484

[startup+162.315 s]
/proc/loadavg: 1.14 1.05 1.01 2/95 26617
/proc/meminfo: memFree=1173844/2074464 swapFree=1950884/1959888
[pid=26233] ppid=26231 vsize=2416 CPUtime=1.35
/proc/26233/stat : 26233 (SatELiteGTI) S 26231 26233 10114 0 -1 4194304 385 4835 0 0 0 0 133 2 18 0 1 0 1016224776 2473984 277 4294967295 134512640 135169312 3220728528 3220724744 3085717230 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/26233/statm: 604 277 235 161 0 43 0
[pid=26239] ppid=26233 vsize=11212 CPUtime=160.97
/proc/26239/stat : 26239 (minisat_static) R 26233 26233 10114 0 -1 4202496 2662 0 0 0 16091 6 0 0 25 0 1 0 1016224911 11481088 2597 4294967295 134512640 135216011 3214904720 3214903072 134527548 0 0 0 3 0 0 0 17 0 0 0 0
/proc/26239/statm: 2803 2597 71 172 0 2630 0
Current children cumulated CPU time (s) 162.32
Current children cumulated vsize (KiB) 13628

[startup+222.322 s]
/proc/loadavg: 1.20 1.07 1.02 3/95 26806
/proc/meminfo: memFree=1170560/2074464 swapFree=1950884/1959888
[pid=26233] ppid=26231 vsize=2416 CPUtime=1.35
/proc/26233/stat : 26233 (SatELiteGTI) S 26231 26233 10114 0 -1 4194304 385 4835 0 0 0 0 133 2 18 0 1 0 1016224776 2473984 277 4294967295 134512640 135169312 3220728528 3220724744 3085717230 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/26233/statm: 604 277 235 161 0 43 0
[pid=26239] ppid=26233 vsize=14468 CPUtime=220.98
/proc/26239/stat : 26239 (minisat_static) R 26233 26233 10114 0 -1 4202496 3464 0 0 0 22090 8 0 0 25 0 1 0 1016224911 14815232 3399 4294967295 134512640 135216011 3214904720 3214903072 134527548 0 0 0 3 0 0 0 17 0 0 0 0
/proc/26239/statm: 3617 3399 71 172 0 3444 0
Current children cumulated CPU time (s) 222.33
Current children cumulated vsize (KiB) 16884

[startup+282.319 s]
/proc/loadavg: 1.07 1.05 1.01 4/95 26994
/proc/meminfo: memFree=1169404/2074464 swapFree=1950884/1959888
[pid=26233] ppid=26231 vsize=2416 CPUtime=1.35
/proc/26233/stat : 26233 (SatELiteGTI) S 26231 26233 10114 0 -1 4194304 385 4835 0 0 0 0 133 2 18 0 1 0 1016224776 2473984 277 4294967295 134512640 135169312 3220728528 3220724744 3085717230 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/26233/statm: 604 277 235 161 0 43 0
[pid=26239] ppid=26233 vsize=15688 CPUtime=280.98
/proc/26239/stat : 26239 (minisat_static) R 26233 26233 10114 0 -1 4202496 3795 0 0 0 28090 8 0 0 25 0 1 0 1016224911 16064512 3730 4294967295 134512640 135216011 3214904720 3214903072 134527243 0 0 0 3 0 0 0 17 0 0 0 0
/proc/26239/statm: 3922 3730 71 172 0 3749 0
Current children cumulated CPU time (s) 282.33
Current children cumulated vsize (KiB) 18104

[startup+342.327 s]
/proc/loadavg: 1.02 1.04 1.00 2/95 27180
/proc/meminfo: memFree=1168164/2074464 swapFree=1950884/1959888
[pid=26233] ppid=26231 vsize=2416 CPUtime=1.35
/proc/26233/stat : 26233 (SatELiteGTI) S 26231 26233 10114 0 -1 4194304 385 4835 0 0 0 0 133 2 18 0 1 0 1016224776 2473984 277 4294967295 134512640 135169312 3220728528 3220724744 3085717230 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/26233/statm: 604 277 235 161 0 43 0
[pid=26239] ppid=26233 vsize=16888 CPUtime=340.99
/proc/26239/stat : 26239 (minisat_static) R 26233 26233 10114 0 -1 4202496 4105 0 0 0 34089 10 0 0 25 0 1 0 1016224911 17293312 4040 4294967295 134512640 135216011 3214904720 3214903072 134527548 0 0 0 3 0 0 0 17 0 0 0 0
/proc/26239/statm: 4222 4040 71 172 0 4049 0
Current children cumulated CPU time (s) 342.34
Current children cumulated vsize (KiB) 19304

[startup+402.314 s]

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

[pid=26239] ppid=26233 vsize=19944 CPUtime=520.98
/proc/26239/stat : 26239 (minisat_static) R 26233 26233 10114 0 -1 4202496 4833 0 0 0 52088 10 0 0 25 0 1 0 1016224911 20422656 4768 4294967295 134512640 135216011 3214904720 3214903072 134527548 0 0 0 3 0 0 0 17 0 0 0 0
/proc/26239/statm: 4986 4768 71 172 0 4813 0
Current children cumulated CPU time (s) 522.33
Current children cumulated vsize (KiB) 22360

[startup+582.315 s]
/proc/loadavg: 1.00 1.01 1.00 2/95 27939
/proc/meminfo: memFree=1165104/2074464 swapFree=1950884/1959888
[pid=26233] ppid=26231 vsize=2416 CPUtime=1.35
/proc/26233/stat : 26233 (SatELiteGTI) S 26231 26233 10114 0 -1 4194304 385 4835 0 0 0 0 133 2 18 0 1 0 1016224776 2473984 277 4294967295 134512640 135169312 3220728528 3220724744 3085717230 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/26233/statm: 604 277 235 161 0 43 0
[pid=26239] ppid=26233 vsize=20076 CPUtime=580.99
/proc/26239/stat : 26239 (minisat_static) R 26233 26233 10114 0 -1 4202496 4853 0 0 0 58089 10 0 0 25 0 1 0 1016224911 20557824 4788 4294967295 134512640 135216011 3214904720 3214903072 134527548 0 0 0 3 0 0 0 17 0 0 0 0
/proc/26239/statm: 5019 4788 71 172 0 4846 0
Current children cumulated CPU time (s) 582.34
Current children cumulated vsize (KiB) 22492

[startup+642.312 s]
/proc/loadavg: 1.00 1.01 1.00 3/95 28125
/proc/meminfo: memFree=1164980/2074464 swapFree=1950884/1959888
[pid=26233] ppid=26231 vsize=2416 CPUtime=1.35
/proc/26233/stat : 26233 (SatELiteGTI) S 26231 26233 10114 0 -1 4194304 385 4835 0 0 0 0 133 2 18 0 1 0 1016224776 2473984 277 4294967295 134512640 135169312 3220728528 3220724744 3085717230 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/26233/statm: 604 277 235 161 0 43 0
[pid=26239] ppid=26233 vsize=20076 CPUtime=640.99
/proc/26239/stat : 26239 (minisat_static) R 26233 26233 10114 0 -1 4202496 4871 0 0 0 64089 10 0 0 25 0 1 0 1016224911 20557824 4806 4294967295 134512640 135216011 3214904720 3214903072 134527548 0 0 0 3 0 0 0 17 0 0 0 0
/proc/26239/statm: 5019 4806 71 172 0 4846 0
Current children cumulated CPU time (s) 642.34
Current children cumulated vsize (KiB) 22492

[startup+702.319 s]
/proc/loadavg: 1.00 1.00 1.00 3/95 28314
/proc/meminfo: memFree=1164856/2074464 swapFree=1950884/1959888
[pid=26233] ppid=26231 vsize=2416 CPUtime=1.35
/proc/26233/stat : 26233 (SatELiteGTI) S 26231 26233 10114 0 -1 4194304 385 4835 0 0 0 0 133 2 18 0 1 0 1016224776 2473984 277 4294967295 134512640 135169312 3220728528 3220724744 3085717230 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/26233/statm: 604 277 235 161 0 43 0
[pid=26239] ppid=26233 vsize=20220 CPUtime=701
/proc/26239/stat : 26239 (minisat_static) R 26233 26233 10114 0 -1 4202496 4890 0 0 0 70090 10 0 0 25 0 1 0 1016224911 20705280 4825 4294967295 134512640 135216011 3214904720 3214903072 134527548 0 0 0 3 0 0 0 17 0 0 0 0
/proc/26239/statm: 5055 4825 71 172 0 4882 0
Current children cumulated CPU time (s) 702.35
Current children cumulated vsize (KiB) 22636

[startup+762.316 s]
/proc/loadavg: 1.00 1.00 1.00 2/95 28505
/proc/meminfo: memFree=1164608/2074464 swapFree=1950884/1959888
[pid=26233] ppid=26231 vsize=2416 CPUtime=1.35
/proc/26233/stat : 26233 (SatELiteGTI) S 26231 26233 10114 0 -1 4194304 385 4835 0 0 0 0 133 2 18 0 1 0 1016224776 2473984 277 4294967295 134512640 135169312 3220728528 3220724744 3085717230 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/26233/statm: 604 277 235 161 0 43 0
[pid=26239] ppid=26233 vsize=20220 CPUtime=761
/proc/26239/stat : 26239 (minisat_static) R 26233 26233 10114 0 -1 4202496 4895 0 0 0 76090 10 0 0 25 0 1 0 1016224911 20705280 4830 4294967295 134512640 135216011 3214904720 3214903072 134527548 0 0 0 3 0 0 0 17 0 0 0 0
/proc/26239/statm: 5055 4830 71 172 0 4882 0
Current children cumulated CPU time (s) 762.35
Current children cumulated vsize (KiB) 22636

[startup+822.313 s]
/proc/loadavg: 1.00 1.00 1.00 2/95 28694
/proc/meminfo: memFree=1164732/2074464 swapFree=1950884/1959888
[pid=26233] ppid=26231 vsize=2416 CPUtime=1.35
/proc/26233/stat : 26233 (SatELiteGTI) S 26231 26233 10114 0 -1 4194304 385 4835 0 0 0 0 133 2 18 0 1 0 1016224776 2473984 277 4294967295 134512640 135169312 3220728528 3220724744 3085717230 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/26233/statm: 604 277 235 161 0 43 0
[pid=26239] ppid=26233 vsize=20220 CPUtime=821
/proc/26239/stat : 26239 (minisat_static) R 26233 26233 10114 0 -1 4202496 4895 0 0 0 82090 10 0 0 25 0 1 0 1016224911 20705280 4830 4294967295 134512640 135216011 3214904720 3214902864 134535985 0 0 0 3 0 0 0 17 0 0 0 0
/proc/26239/statm: 5055 4830 71 172 0 4882 0
Current children cumulated CPU time (s) 822.35
Current children cumulated vsize (KiB) 22636

[startup+882.32 s]
/proc/loadavg: 1.00 1.00 1.00 2/95 28882
/proc/meminfo: memFree=1164608/2074464 swapFree=1950884/1959888
[pid=26233] ppid=26231 vsize=2416 CPUtime=1.35
/proc/26233/stat : 26233 (SatELiteGTI) S 26231 26233 10114 0 -1 4194304 385 4835 0 0 0 0 133 2 18 0 1 0 1016224776 2473984 277 4294967295 134512640 135169312 3220728528 3220724744 3085717230 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/26233/statm: 604 277 235 161 0 43 0
[pid=26239] ppid=26233 vsize=20532 CPUtime=881.01
/proc/26239/stat : 26239 (minisat_static) R 26233 26233 10114 0 -1 4202496 4948 0 0 0 88088 13 0 0 25 0 1 0 1016224911 21024768 4883 4294967295 134512640 135216011 3214904720 3214903072 134527382 0 0 0 3 0 0 0 17 0 0 0 0
/proc/26239/statm: 5133 4883 71 172 0 4960 0
Current children cumulated CPU time (s) 882.36
Current children cumulated vsize (KiB) 22948

[startup+942.317 s]
/proc/loadavg: 1.00 1.00 1.00 3/95 29068
/proc/meminfo: memFree=1164236/2074464 swapFree=1950884/1959888
[pid=26233] ppid=26231 vsize=2416 CPUtime=1.35
/proc/26233/stat : 26233 (SatELiteGTI) S 26231 26233 10114 0 -1 4194304 385 4835 0 0 0 0 133 2 18 0 1 0 1016224776 2473984 277 4294967295 134512640 135169312 3220728528 3220724744 3085717230 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/26233/statm: 604 277 235 161 0 43 0
[pid=26239] ppid=26233 vsize=20816 CPUtime=941.01
/proc/26239/stat : 26239 (minisat_static) R 26233 26233 10114 0 -1 4202496 5039 0 0 0 94087 14 0 0 25 0 1 0 1016224911 21315584 4974 4294967295 134512640 135216011 3214904720 3214903072 134527474 0 0 0 3 0 0 0 17 0 0 0 0
/proc/26239/statm: 5204 4974 71 172 0 5031 0
Current children cumulated CPU time (s) 942.36
Current children cumulated vsize (KiB) 23232

[startup+1002.31 s]
/proc/loadavg: 1.00 1.00 1.00 3/95 29257
/proc/meminfo: memFree=1164236/2074464 swapFree=1950884/1959888
[pid=26233] ppid=26231 vsize=2416 CPUtime=1.35
/proc/26233/stat : 26233 (SatELiteGTI) S 26231 26233 10114 0 -1 4194304 385 4835 0 0 0 0 133 2 18 0 1 0 1016224776 2473984 277 4294967295 134512640 135169312 3220728528 3220724744 3085717230 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/26233/statm: 604 277 235 161 0 43 0
[pid=26239] ppid=26233 vsize=21032 CPUtime=1001.01
/proc/26239/stat : 26239 (minisat_static) R 26233 26233 10114 0 -1 4202496 5068 0 0 0 100087 14 0 0 25 0 1 0 1016224911 21536768 5003 4294967295 134512640 135216011 3214904720 3214903072 134527419 0 0 0 3 0 0 0 17 0 0 0 0
/proc/26239/statm: 5258 5003 71 172 0 5085 0
Current children cumulated CPU time (s) 1002.36
Current children cumulated vsize (KiB) 23448

[startup+1062.32 s]
/proc/loadavg: 1.00 1.00 1.00 2/95 29444
/proc/meminfo: memFree=1164112/2074464 swapFree=1950884/1959888
[pid=26233] ppid=26231 vsize=2416 CPUtime=1.35
/proc/26233/stat : 26233 (SatELiteGTI) S 26231 26233 10114 0 -1 4194304 385 4835 0 0 0 0 133 2 18 0 1 0 1016224776 2473984 277 4294967295 134512640 135169312 3220728528 3220724744 3085717230 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/26233/statm: 604 277 235 161 0 43 0
[pid=26239] ppid=26233 vsize=21032 CPUtime=1061.02
/proc/26239/stat : 26239 (minisat_static) R 26233 26233 10114 0 -1 4202496 5075 0 0 0 106088 14 0 0 25 0 1 0 1016224911 21536768 5010 4294967295 134512640 135216011 3214904720 3214903072 134527548 0 0 0 3 0 0 0 17 0 0 0 0
/proc/26239/statm: 5258 5010 71 172 0 5085 0
Current children cumulated CPU time (s) 1062.37
Current children cumulated vsize (KiB) 23448

[startup+1122.32 s]
/proc/loadavg: 1.00 1.00 1.00 3/95 29637
/proc/meminfo: memFree=1164360/2074464 swapFree=1950884/1959888
[pid=26233] ppid=26231 vsize=2416 CPUtime=1.35
/proc/26233/stat : 26233 (SatELiteGTI) S 26231 26233 10114 0 -1 4194304 385 4835 0 0 0 0 133 2 18 0 1 0 1016224776 2473984 277 4294967295 134512640 135169312 3220728528 3220724744 3085717230 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/26233/statm: 604 277 235 161 0 43 0
[pid=26239] ppid=26233 vsize=21212 CPUtime=1121.02
/proc/26239/stat : 26239 (minisat_static) R 26233 26233 10114 0 -1 4202496 5077 0 0 0 112088 14 0 0 25 0 1 0 1016224911 21721088 5012 4294967295 134512640 135216011 3214904720 3214903072 134527839 0 0 0 3 0 0 0 17 0 0 0 0
/proc/26239/statm: 5303 5012 71 172 0 5130 0
Current children cumulated CPU time (s) 1122.37
Current children cumulated vsize (KiB) 23628

[startup+1182.32 s]
/proc/loadavg: 1.00 1.00 1.00 2/95 29825
/proc/meminfo: memFree=1164112/2074464 swapFree=1950884/1959888
[pid=26233] ppid=26231 vsize=2416 CPUtime=1.35
/proc/26233/stat : 26233 (SatELiteGTI) S 26231 26233 10114 0 -1 4194304 385 4835 0 0 0 0 133 2 18 0 1 0 1016224776 2473984 277 4294967295 134512640 135169312 3220728528 3220724744 3085717230 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/26233/statm: 604 277 235 161 0 43 0
[pid=26239] ppid=26233 vsize=21212 CPUtime=1181.02
/proc/26239/stat : 26239 (minisat_static) R 26233 26233 10114 0 -1 4202496 5078 0 0 0 118088 14 0 0 25 0 1 0 1016224911 21721088 5013 4294967295 134512640 135216011 3214904720 3214903072 134527213 0 0 0 3 0 0 0 17 0 0 0 0
/proc/26239/statm: 5303 5013 71 172 0 5130 0
Current children cumulated CPU time (s) 1182.37
Current children cumulated vsize (KiB) 23628



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.01 s]
/proc/loadavg: 1.00 1.00 1.00 2/95 30009
/proc/meminfo: memFree=1163852/2074464 swapFree=1950884/1959888
[pid=26233] ppid=26231 vsize=2416 CPUtime=1.35
/proc/26233/stat : 26233 (SatELiteGTI) S 26231 26233 10114 0 -1 4194304 385 4835 0 0 0 0 133 2 18 0 1 0 1016224776 2473984 277 4294967295 134512640 135169312 3220728528 3220724744 3085717230 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/26233/statm: 604 277 235 161 0 43 0
[pid=26239] ppid=26233 vsize=21212 CPUtime=1198.72
/proc/26239/stat : 26239 (minisat_static) R 26233 26233 10114 0 -1 4202496 5102 0 0 0 119857 15 0 0 25 0 1 0 1016224911 21721088 5037 4294967295 134512640 135216011 3214904720 3214903072 134527414 0 0 0 3 0 0 0 17 0 0 0 0
/proc/26239/statm: 5303 5037 71 172 0 5130 0
Current children cumulated CPU time (s) 1200.07
Current children cumulated vsize (KiB) 23628

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

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

[startup+1200.01 s]
/proc/loadavg: 1.00 1.00 1.00 2/95 30009
/proc/meminfo: memFree=1163852/2074464 swapFree=1950884/1959888
[pid=26233] ppid=26231 vsize=2416 CPUtime=1.35
/proc/26233/stat : 26233 (SatELiteGTI) S 26231 26233 10114 0 -1 4194304 385 4835 0 0 0 0 133 2 18 0 1 0 1016224776 2473984 277 4294967295 134512640 135169312 3220728528 3220724744 3085717230 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/26233/statm: 604 277 235 161 0 43 0
[pid=26239] ppid=26233 vsize=21212 CPUtime=1198.72
/proc/26239/stat : 26239 (minisat_static) R 26233 26233 10114 0 -1 4202496 5102 0 0 0 119857 15 0 0 25 0 1 0 1016224911 21721088 5037 4294967295 134512640 135216011 3214904720 3214903072 134527414 0 0 0 3 0 0 0 17 0 0 0 0
/proc/26239/statm: 5303 5037 71 172 0 5130 0
Current children cumulated CPU time (s) 1200.07
Current children cumulated vsize (KiB) 23628

Child status: 143
Real time (s): 1200.03
CPU time (s): 1200.08
CPU user time (s): 1199.9
CPU system time (s): 0.18
CPU usage (%): 100.005
Max. virtual memory (cumulated for all children) (KiB): 23628

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

runsolver used 0.01 second user time and 0 second system time

The end

Launcher Data

Begin job on tipi13 at 2009-05-17 01:40:40
IDJOB=1821200
IDBENCH=70874
IDSOLVER=661
FILE ID=tipi13/1821200-1242517240
PBS_JOBID=
Free space on /tmp= 7059 MiB

SOLVER NAME= BinMiniSat 2009-03-21
BENCH NAME= SAT09/APPLICATIONS/crypto/desgen/gss-24-s100.cnf
COMMAND LINE= SatELiteGTI BENCHNAME
RUNSOLVER COMMAND LINE= runsolver --timestamp  -w /tmp/evaluation-result-1821200-1242517240/watcher-1821200-1242517240 -o /tmp/evaluation-result-1821200-1242517240/solver-1821200-1242517240 -C 1200 -W 1800 -M 1800  SatELiteGTI HOME/instance-1821200-1242517240.cnf

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

MD5SUM BENCH= 107f2922072d64498e09af3270c7b9c3
RANDOM SEED= 1276443594

Linux tipi13 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.475
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.475
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.78

processor	: 2
vendor_id	: AuthenticAMD
cpu family	: 15
model		: 33
model name	: Dual Core AMD Opteron(tm) Processor 265
stepping	: 2
cpu MHz		: 1808.475
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.475
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:       1188580 kB
Buffers:         44112 kB
Cached:         748140 kB
SwapCached:       3516 kB
Active:         349980 kB
Inactive:       451852 kB
HighTotal:     1178688 kB
HighFree:       453884 kB
LowTotal:       895776 kB
LowFree:        734696 kB
SwapTotal:     1959888 kB
SwapFree:      1950884 kB
Dirty:            3172 kB
Writeback:           0 kB
AnonPages:        8656 kB
Mapped:           3168 kB
Slab:            74636 kB
PageTables:        408 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   2997120 kB
Committed_AS:    90600 kB
VmallocTotal:   114680 kB
VmallocUsed:      1324 kB
VmallocChunk:   113264 kB

Free space on /tmp at the end= 7059 MiB
End job on tipi13 at 2009-05-17 02:00:40