Trace number 1821194

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.09 1200.03

General information on the benchmark

NameAPPLICATIONS/crypto/
desgen/gss-21-s100.cnf
MD5SUMd34c45eae853ce60c342643824196dbf
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark1107.4
Satisfiable
(Un)Satisfiability was proved
Number of variables31613
Number of clauses95104
Sum of the clauses size224206
Maximum clause length3
Minimum clause length1
Number of clauses of size 164
Number of clauses of size 260978
Number of clauses of size 334062
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.00/0.01	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 |   94904   223730 |   28471       0        0     nan |  0.000 % |
1.23/1.30	c |         0 |   57479   171136 |      --       0       --      -- |     --   | -37085/-51618
1.23/1.30	c ==============================================================================
1.23/1.30	c Result  :   #vars: 13839   #clauses: 57479   #literals: 171136
1.23/1.30	c CPU time:   1.28 s
1.23/1.30	c ==============================================================================
1.33/1.36	This is MiniSat 2.0 beta
1.33/1.36	WARNING: for repeatability, setting FPU to use double precision
1.33/1.37	============================[ Problem Statistics ]=============================
1.33/1.37	|                                                                             |
1.33/1.37	|  Number of variables:  13839                                                |
1.33/1.37	|  Number of clauses:    57479                                                |
1.33/1.41	|  Parsing time:         0.03         s                                       |
1.33/1.41	============================[ Search Statistics ]==============================
1.33/1.41	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
1.33/1.41	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
1.33/1.41	===============================================================================
1.33/1.41	|         0 |   13839    57479   171136 |    19159        0    nan |  0.000 % |
1.37/1.70	|       100 |   13815    57479   171136 |    21075       96     37 |  0.484 % |
2.22/2.23	|       251 |   13770    57099   170206 |    23183      243     28 |  0.780 % |
3.12/3.15	|       477 |   13731    56852   169569 |    25501      468     24 |  0.780 % |
4.72/4.72	|       814 |   13731    56852   169569 |    28051      805     26 |  0.781 % |
7.12/7.13	|      1320 |   13685    56640   169088 |    30856     1310     25 |  1.113 % |
8.72/8.72	|      2080 |   13685    56640   169088 |    33942     2070     32 |  1.113 % |
13.02/13.09	|      3220 |   13685    56640   169088 |    37336     3210     30 |  1.113 % |
20.22/20.24	|      4928 |   13685    56640   169088 |    41070     4918     30 |  1.113 % |
32.12/32.15	|      7492 |   13585    56211   168104 |    45177     7476     27 |  1.835 % |
48.42/48.47	|     11336 |   13585    56211   168104 |    49695    11320     27 |  1.836 % |
74.52/74.59	|     17103 |   13585    56211   168104 |    54664    17087     29 |  1.835 % |
119.43/119.50	|     25753 |   13585    56211   168104 |    60131    25737     27 |  1.835 % |
186.43/186.48	|     38727 |   13585    56211   168104 |    66144    38711     27 |  1.835 % |
302.23/302.23	|     58189 |   13585    56211   168104 |    72758    58173     27 |  1.835 % |
466.84/466.88	|     87382 |   13585    56211   168104 |    80034    28028     26 |  1.835 % |
696.65/696.64	|    131173 |   13585    56211   168104 |    88038    71819     28 |  1.835 % |
1080.07/1080.04	|    196857 |   13585    56211   168104 |    96841    64125     23 |  1.835 % |
1200.08/1200.02	HOME/SatELiteGTI: line 36: 30100 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-1821194-1242516120/watcher-1821194-1242516120 -o /tmp/evaluation-result-1821194-1242516120/solver-1821194-1242516120 -C 1200 -W 1800 -M 1800 SatELiteGTI HOME/instance-1821194-1242516120.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.01 1.00 3/100 30097
/proc/meminfo: memFree=1672748/2074464 swapFree=1949244/1959888
[pid=30094] ppid=30092 vsize=2412 CPUtime=0
/proc/30094/stat : 30094 (SatELiteGTI) S 30092 30094 16367 0 -1 4194304 338 0 0 0 0 0 0 0 25 0 1 0 1016112952 2469888 271 4294967295 134512640 135169312 3214009456 3214007048 3085427630 0 0 4 65536 3222620697 0 0 17 0 0 0 0
/proc/30094/statm: 603 271 230 161 0 42 0
[pid=30095] ppid=30094 vsize=2412 CPUtime=0
/proc/30095/stat : 30095 (SatELiteGTI) R 30094 30094 16367 0 -1 4194368 102 0 0 0 0 0 0 0 25 0 1 0 1016112952 2469888 114 4294967295 134512640 135169312 3214009456 3214005676 3085236084 0 65538 0 65538 0 0 0 17 0 0 0 0
/proc/30095/statm: 603 114 72 161 0 42 0
[pid=30096] ppid=30095 vsize=0 CPUtime=0.01
/proc/30096/stat : 30096 (SatELiteGTI) Z 30095 30094 16367 0 -1 4194380 143 0 0 0 1 0 0 0 25 0 1 0 1016112953 0 0 4294967295 0 0 0 0 0 0 0 0 65538 3222378830 0 0 17 0 0 0 0
/proc/30096/statm: 0 0 0 0 0 0 0
[pid=30097] ppid=30095 vsize=2412 CPUtime=0
/proc/30097/stat : 30097 (SatELiteGTI) R 30095 30094 16367 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 1 0 1016112953 2469888 42 4294967295 134512640 135169312 3214009456 3214005676 3085236084 0 65538 0 65538 0 0 0 17 0 0 0 0
/proc/30097/statm: 603 42 0 161 0 42 0

[startup+0.102303 s]
/proc/loadavg: 1.00 1.01 1.00 3/100 30097
/proc/meminfo: memFree=1672748/2074464 swapFree=1949244/1959888
[pid=30094] ppid=30092 vsize=2412 CPUtime=0.01
/proc/30094/stat : 30094 (SatELiteGTI) S 30092 30094 16367 0 -1 4194304 368 645 0 0 0 0 1 0 25 0 1 0 1016112952 2469888 276 4294967295 134512640 135169312 3214009456 3214007992 3085233902 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/30094/statm: 603 276 235 161 0 42 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 2412

[startup+0.222296 s]
/proc/loadavg: 1.00 1.01 1.00 3/100 30097
/proc/meminfo: memFree=1672748/2074464 swapFree=1949244/1959888
[pid=30094] ppid=30092 vsize=2412 CPUtime=0.01
/proc/30094/stat : 30094 (SatELiteGTI) S 30092 30094 16367 0 -1 4194304 368 645 0 0 0 0 1 0 25 0 1 0 1016112952 2469888 276 4294967295 134512640 135169312 3214009456 3214007992 3085233902 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/30094/statm: 603 276 235 161 0 42 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 2412

[startup+0.32229 s]
/proc/loadavg: 1.00 1.01 1.00 3/100 30097
/proc/meminfo: memFree=1672748/2074464 swapFree=1949244/1959888
[pid=30094] ppid=30092 vsize=2412 CPUtime=0.01
/proc/30094/stat : 30094 (SatELiteGTI) S 30092 30094 16367 0 -1 4194304 368 645 0 0 0 0 1 0 25 0 1 0 1016112952 2469888 276 4294967295 134512640 135169312 3214009456 3214007992 3085233902 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/30094/statm: 603 276 235 161 0 42 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 2412

[startup+0.722268 s]
/proc/loadavg: 1.00 1.01 1.00 3/100 30097
/proc/meminfo: memFree=1672748/2074464 swapFree=1949244/1959888
[pid=30094] ppid=30092 vsize=2412 CPUtime=0.01
/proc/30094/stat : 30094 (SatELiteGTI) S 30092 30094 16367 0 -1 4194304 368 645 0 0 0 0 1 0 25 0 1 0 1016112952 2469888 276 4294967295 134512640 135169312 3214009456 3214007992 3085233902 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/30094/statm: 603 276 235 161 0 42 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 2412

[startup+1.52222 s]
/proc/loadavg: 1.00 1.01 1.00 2/99 30099
/proc/meminfo: memFree=1654256/2074464 swapFree=1949244/1959888
[pid=30094] ppid=30092 vsize=2416 CPUtime=1.37
/proc/30094/stat : 30094 (SatELiteGTI) S 30092 30094 16367 0 -1 4194304 386 5174 0 0 0 0 135 2 20 0 1 0 1016112952 2473984 277 4294967295 134512640 135169312 3214009456 3214005672 3085233902 0 65536 4 65538 3222381614 0 0 17 1 0 0 0
/proc/30094/statm: 604 277 235 161 0 43 0
Current children cumulated CPU time (s) 1.37
Current children cumulated vsize (KiB) 2416

[startup+3.12213 s]
/proc/loadavg: 1.00 1.01 1.00 2/99 30102
/proc/meminfo: memFree=1663184/2074464 swapFree=1949244/1959888
[pid=30094] ppid=30092 vsize=2416 CPUtime=1.37
/proc/30094/stat : 30094 (SatELiteGTI) S 30092 30094 16367 0 -1 4194304 386 5174 0 0 0 0 135 2 20 0 1 0 1016112952 2473984 277 4294967295 134512640 135169312 3214009456 3214005672 3085233902 0 65536 4 65538 3222381614 0 0 17 1 0 0 0
/proc/30094/statm: 604 277 235 161 0 43 0
[pid=30100] ppid=30094 vsize=5964 CPUtime=1.75
/proc/30100/stat : 30100 (minisat_static) R 30094 30094 16367 0 -1 4202496 1361 0 0 0 174 1 0 0 20 0 1 0 1016113089 6107136 1296 4294967295 134512640 135216011 3219175856 3219174000 134535661 0 0 0 3 0 0 0 17 2 0 0 0
/proc/30100/statm: 1491 1296 71 172 0 1318 0
Current children cumulated CPU time (s) 3.12
Current children cumulated vsize (KiB) 8380

[startup+6.32195 s]
/proc/loadavg: 1.00 1.01 1.00 3/99 30285
/proc/meminfo: memFree=1662516/2074464 swapFree=1949244/1959888
[pid=30094] ppid=30092 vsize=2416 CPUtime=1.37
/proc/30094/stat : 30094 (SatELiteGTI) S 30092 30094 16367 0 -1 4194304 386 5174 0 0 0 0 135 2 20 0 1 0 1016112952 2473984 277 4294967295 134512640 135169312 3214009456 3214005672 3085233902 0 65536 4 65538 3222381614 0 0 17 1 0 0 0
/proc/30094/statm: 604 277 235 161 0 43 0
[pid=30100] ppid=30094 vsize=6096 CPUtime=4.95
/proc/30100/stat : 30100 (minisat_static) R 30094 30094 16367 0 -1 4202496 1388 0 0 0 494 1 0 0 25 0 1 0 1016113089 6242304 1323 4294967295 134512640 135216011 3219175856 3219174000 134535958 0 0 0 3 0 0 0 17 2 0 0 0
/proc/30100/statm: 1524 1323 71 172 0 1351 0
Current children cumulated CPU time (s) 6.32
Current children cumulated vsize (KiB) 8512

[startup+12.7216 s]
/proc/loadavg: 1.00 1.01 1.00 2/99 30285
/proc/meminfo: memFree=1662240/2074464 swapFree=1949244/1959888
[pid=30094] ppid=30092 vsize=2416 CPUtime=1.37
/proc/30094/stat : 30094 (SatELiteGTI) S 30092 30094 16367 0 -1 4194304 386 5174 0 0 0 0 135 2 20 0 1 0 1016112952 2473984 277 4294967295 134512640 135169312 3214009456 3214005672 3085233902 0 65536 4 65538 3222381614 0 0 17 1 0 0 0
/proc/30094/statm: 604 277 235 161 0 43 0
[pid=30100] ppid=30094 vsize=6360 CPUtime=11.35
/proc/30100/stat : 30100 (minisat_static) R 30094 30094 16367 0 -1 4202496 1479 0 0 0 1134 1 0 0 25 0 1 0 1016113089 6512640 1414 4294967295 134512640 135216011 3219175856 3219174208 134527406 0 0 0 3 0 0 0 17 2 0 0 0
/proc/30100/statm: 1590 1414 71 172 0 1417 0
Current children cumulated CPU time (s) 12.72
Current children cumulated vsize (KiB) 8776

[startup+25.5209 s]
/proc/loadavg: 1.00 1.01 1.00 2/99 30285
/proc/meminfo: memFree=1661996/2074464 swapFree=1949244/1959888
[pid=30094] ppid=30092 vsize=2416 CPUtime=1.37
/proc/30094/stat : 30094 (SatELiteGTI) S 30092 30094 16367 0 -1 4194304 386 5174 0 0 0 0 135 2 20 0 1 0 1016112952 2473984 277 4294967295 134512640 135169312 3214009456 3214005672 3085233902 0 65536 4 65538 3222381614 0 0 17 1 0 0 0
/proc/30094/statm: 604 277 235 161 0 43 0
[pid=30100] ppid=30094 vsize=6888 CPUtime=24.15
/proc/30100/stat : 30100 (minisat_static) R 30094 30094 16367 0 -1 4202496 1590 0 0 0 2413 2 0 0 25 0 1 0 1016113089 7053312 1525 4294967295 134512640 135216011 3219175856 3219174000 134536225 0 0 0 3 0 0 0 17 2 0 0 0
/proc/30100/statm: 1722 1525 71 172 0 1549 0
Current children cumulated CPU time (s) 25.52
Current children cumulated vsize (KiB) 9304

[startup+51.1194 s]
/proc/loadavg: 1.00 1.01 1.00 2/99 30287
/proc/meminfo: memFree=1661168/2074464 swapFree=1949244/1959888
[pid=30094] ppid=30092 vsize=2416 CPUtime=1.37
/proc/30094/stat : 30094 (SatELiteGTI) S 30092 30094 16367 0 -1 4194304 386 5174 0 0 0 0 135 2 20 0 1 0 1016112952 2473984 277 4294967295 134512640 135169312 3214009456 3214005672 3085233902 0 65536 4 65538 3222381614 0 0 17 1 0 0 0
/proc/30094/statm: 604 277 235 161 0 43 0
[pid=30100] ppid=30094 vsize=7720 CPUtime=49.75
/proc/30100/stat : 30100 (minisat_static) R 30094 30094 16367 0 -1 4202496 1802 0 0 0 4973 2 0 0 25 0 1 0 1016113089 7905280 1737 4294967295 134512640 135216011 3219175856 3219174208 134527548 0 0 0 3 0 0 0 17 2 0 0 0
/proc/30100/statm: 1930 1737 71 172 0 1757 0
Current children cumulated CPU time (s) 51.12
Current children cumulated vsize (KiB) 10136

[startup+102.317 s]
/proc/loadavg: 1.00 1.00 1.00 2/99 30474
/proc/meminfo: memFree=1659680/2074464 swapFree=1949244/1959888
[pid=30094] ppid=30092 vsize=2416 CPUtime=1.37
/proc/30094/stat : 30094 (SatELiteGTI) S 30092 30094 16367 0 -1 4194304 386 5174 0 0 0 0 135 2 20 0 1 0 1016112952 2473984 277 4294967295 134512640 135169312 3214009456 3214005672 3085233902 0 65536 4 65538 3222381614 0 0 17 1 0 0 0
/proc/30094/statm: 604 277 235 161 0 43 0
[pid=30100] ppid=30094 vsize=9188 CPUtime=100.95
/proc/30100/stat : 30100 (minisat_static) R 30094 30094 16367 0 -1 4202496 2184 0 0 0 10093 2 0 0 25 0 1 0 1016113089 9408512 2119 4294967295 134512640 135216011 3219175856 3219174208 134527341 0 0 0 3 0 0 0 17 2 0 0 0
/proc/30100/statm: 2297 2119 71 172 0 2124 0
Current children cumulated CPU time (s) 102.32
Current children cumulated vsize (KiB) 11604

[startup+162.323 s]
/proc/loadavg: 1.00 1.00 1.00 2/99 30667
/proc/meminfo: memFree=1658184/2074464 swapFree=1949244/1959888
[pid=30094] ppid=30092 vsize=2416 CPUtime=1.37
/proc/30094/stat : 30094 (SatELiteGTI) S 30092 30094 16367 0 -1 4194304 386 5174 0 0 0 0 135 2 20 0 1 0 1016112952 2473984 277 4294967295 134512640 135169312 3214009456 3214005672 3085233902 0 65536 4 65538 3222381614 0 0 17 1 0 0 0
/proc/30094/statm: 604 277 235 161 0 43 0
[pid=30100] ppid=30094 vsize=10944 CPUtime=160.96
/proc/30100/stat : 30100 (minisat_static) R 30094 30094 16367 0 -1 4202496 2593 0 0 0 16094 2 0 0 25 0 1 0 1016113089 11206656 2528 4294967295 134512640 135216011 3219175856 3219174208 134527548 0 0 0 3 0 0 0 17 2 0 0 0
/proc/30100/statm: 2736 2528 71 172 0 2563 0
Current children cumulated CPU time (s) 162.33
Current children cumulated vsize (KiB) 13360

[startup+222.32 s]
/proc/loadavg: 1.04 1.01 1.00 2/99 30854
/proc/meminfo: memFree=1656208/2074464 swapFree=1949244/1959888
[pid=30094] ppid=30092 vsize=2416 CPUtime=1.37
/proc/30094/stat : 30094 (SatELiteGTI) S 30092 30094 16367 0 -1 4194304 386 5174 0 0 0 0 135 2 20 0 1 0 1016112952 2473984 277 4294967295 134512640 135169312 3214009456 3214005672 3085233902 0 65536 4 65538 3222381614 0 0 17 1 0 0 0
/proc/30094/statm: 604 277 235 161 0 43 0
[pid=30100] ppid=30094 vsize=12556 CPUtime=220.96
/proc/30100/stat : 30100 (minisat_static) R 30094 30094 16367 0 -1 4202496 3003 0 0 0 22093 3 0 0 25 0 1 0 1016113089 12857344 2938 4294967295 134512640 135216011 3219175856 3219174208 134527548 0 0 0 3 0 0 0 17 2 0 0 0
/proc/30100/statm: 3139 2938 71 172 0 2966 0
Current children cumulated CPU time (s) 222.33
Current children cumulated vsize (KiB) 14972

[startup+282.316 s]
/proc/loadavg: 1.01 1.01 1.00 3/99 31041
/proc/meminfo: memFree=1654844/2074464 swapFree=1949244/1959888
[pid=30094] ppid=30092 vsize=2416 CPUtime=1.37
/proc/30094/stat : 30094 (SatELiteGTI) S 30092 30094 16367 0 -1 4194304 386 5174 0 0 0 0 135 2 20 0 1 0 1016112952 2473984 277 4294967295 134512640 135169312 3214009456 3214005672 3085233902 0 65536 4 65538 3222381614 0 0 17 1 0 0 0
/proc/30094/statm: 604 277 235 161 0 43 0
[pid=30100] ppid=30094 vsize=14300 CPUtime=280.96
/proc/30100/stat : 30100 (minisat_static) R 30094 30094 16367 0 -1 4202496 3425 0 0 0 28087 9 0 0 25 0 1 0 1016113089 14643200 3360 4294967295 134512640 135216011 3219175856 3219174000 134535661 0 0 0 3 0 0 0 17 2 0 0 0
/proc/30100/statm: 3575 3360 71 172 0 3402 0
Current children cumulated CPU time (s) 282.33
Current children cumulated vsize (KiB) 16716

[startup+342.313 s]
/proc/loadavg: 1.00 1.00 1.00 2/99 31231
/proc/meminfo: memFree=1653736/2074464 swapFree=1949244/1959888
[pid=30094] ppid=30092 vsize=2416 CPUtime=1.37
/proc/30094/stat : 30094 (SatELiteGTI) S 30092 30094 16367 0 -1 4194304 386 5174 0 0 0 0 135 2 20 0 1 0 1016112952 2473984 277 4294967295 134512640 135169312 3214009456 3214005672 3085233902 0 65536 4 65538 3222381614 0 0 17 1 0 0 0
/proc/30094/statm: 604 277 235 161 0 43 0
[pid=30100] ppid=30094 vsize=15612 CPUtime=340.96
/proc/30100/stat : 30100 (minisat_static) R 30094 30094 16367 0 -1 4202496 3757 0 0 0 34087 9 0 0 25 0 1 0 1016113089 15986688 3692 4294967295 134512640 135216011 3219175856 3219174208 134527341 0 0 0 3 0 0 0 17 2 0 0 0
/proc/30100/statm: 3903 3692 71 172 0 3730 0
Current children cumulated CPU time (s) 342.33
Current children cumulated vsize (KiB) 18028

[startup+402.32 s]
/proc/loadavg: 1.00 1.00 1.00 2/99 31419
/proc/meminfo: memFree=1652132/2074464 swapFree=1949244/1959888
[pid=30094] ppid=30092 vsize=2416 CPUtime=1.37
/proc/30094/stat : 30094 (SatELiteGTI) S 30092 30094 16367 0 -1 4194304 386 5174 0 0 0 0 135 2 20 0 1 0 1016112952 2473984 277 4294967295 134512640 135169312 3214009456 3214005672 3085233902 0 65536 4 65538 3222381614 0 0 17 1 0 0 0
/proc/30094/statm: 604 277 235 161 0 43 0
[pid=30100] ppid=30094 vsize=17068 CPUtime=400.97

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

/proc/30094/stat : 30094 (SatELiteGTI) S 30092 30094 16367 0 -1 4194304 386 5174 0 0 0 0 135 2 20 0 1 0 1016112952 2473984 277 4294967295 134512640 135169312 3214009456 3214005672 3085233902 0 65536 4 65538 3222381614 0 0 17 1 0 0 0
/proc/30094/statm: 604 277 235 161 0 43 0
[pid=30100] ppid=30094 vsize=17232 CPUtime=520.98
/proc/30100/stat : 30100 (minisat_static) R 30094 30094 16367 0 -1 4202496 4134 0 0 0 52088 10 0 0 25 0 1 0 1016113089 17645568 4069 4294967295 134512640 135216011 3219175856 3219174208 134527243 0 0 0 3 0 0 0 17 2 0 0 0
/proc/30100/statm: 4308 4069 71 172 0 4135 0
Current children cumulated CPU time (s) 522.35
Current children cumulated vsize (KiB) 19648

[startup+582.31 s]
/proc/loadavg: 1.07 1.02 1.00 2/99 31986
/proc/meminfo: memFree=1651868/2074464 swapFree=1949244/1959888
[pid=30094] ppid=30092 vsize=2416 CPUtime=1.37
/proc/30094/stat : 30094 (SatELiteGTI) S 30092 30094 16367 0 -1 4194304 386 5174 0 0 0 0 135 2 20 0 1 0 1016112952 2473984 277 4294967295 134512640 135169312 3214009456 3214005672 3085233902 0 65536 4 65538 3222381614 0 0 17 1 0 0 0
/proc/30094/statm: 604 277 235 161 0 43 0
[pid=30100] ppid=30094 vsize=17232 CPUtime=580.97
/proc/30100/stat : 30100 (minisat_static) R 30094 30094 16367 0 -1 4202496 4144 0 0 0 58087 10 0 0 25 0 1 0 1016113089 17645568 4079 4294967295 134512640 135216011 3219175856 3219174000 134535958 0 0 0 3 0 0 0 17 2 0 0 0
/proc/30100/statm: 4308 4079 71 172 0 4135 0
Current children cumulated CPU time (s) 582.34
Current children cumulated vsize (KiB) 19648

[startup+642.316 s]
/proc/loadavg: 1.02 1.02 1.00 3/99 32173
/proc/meminfo: memFree=1652116/2074464 swapFree=1949244/1959888
[pid=30094] ppid=30092 vsize=2416 CPUtime=1.37
/proc/30094/stat : 30094 (SatELiteGTI) S 30092 30094 16367 0 -1 4194304 386 5174 0 0 0 0 135 2 20 0 1 0 1016112952 2473984 277 4294967295 134512640 135169312 3214009456 3214005672 3085233902 0 65536 4 65538 3222381614 0 0 17 1 0 0 0
/proc/30094/statm: 604 277 235 161 0 43 0
[pid=30100] ppid=30094 vsize=17364 CPUtime=640.98
/proc/30100/stat : 30100 (minisat_static) R 30094 30094 16367 0 -1 4202496 4169 0 0 0 64088 10 0 0 25 0 1 0 1016113089 17780736 4104 4294967295 134512640 135216011 3219175856 3219174000 134535661 0 0 0 3 0 0 0 17 2 0 0 0
/proc/30100/statm: 4341 4104 71 172 0 4168 0
Current children cumulated CPU time (s) 642.35
Current children cumulated vsize (KiB) 19780

[startup+702.313 s]
/proc/loadavg: 1.01 1.01 1.00 3/99 32362
/proc/meminfo: memFree=1651496/2074464 swapFree=1949244/1959888
[pid=30094] ppid=30092 vsize=2416 CPUtime=1.37
/proc/30094/stat : 30094 (SatELiteGTI) S 30092 30094 16367 0 -1 4194304 386 5174 0 0 0 0 135 2 20 0 1 0 1016112952 2473984 277 4294967295 134512640 135169312 3214009456 3214005672 3085233902 0 65536 4 65538 3222381614 0 0 17 1 0 0 0
/proc/30094/statm: 604 277 235 161 0 43 0
[pid=30100] ppid=30094 vsize=18028 CPUtime=700.98
/proc/30100/stat : 30100 (minisat_static) R 30094 30094 16367 0 -1 4202496 4341 0 0 0 70088 10 0 0 25 0 1 0 1016113089 18460672 4276 4294967295 134512640 135216011 3219175856 3219174208 134527548 0 0 0 3 0 0 0 17 2 0 0 0
/proc/30100/statm: 4507 4276 71 172 0 4334 0
Current children cumulated CPU time (s) 702.35
Current children cumulated vsize (KiB) 20444

[startup+762.319 s]
/proc/loadavg: 1.00 1.01 1.00 2/99 32551
/proc/meminfo: memFree=1650504/2074464 swapFree=1949244/1959888
[pid=30094] ppid=30092 vsize=2416 CPUtime=1.37
/proc/30094/stat : 30094 (SatELiteGTI) S 30092 30094 16367 0 -1 4194304 386 5174 0 0 0 0 135 2 20 0 1 0 1016112952 2473984 277 4294967295 134512640 135169312 3214009456 3214005672 3085233902 0 65536 4 65538 3222381614 0 0 17 1 0 0 0
/proc/30094/statm: 604 277 235 161 0 43 0
[pid=30100] ppid=30094 vsize=18988 CPUtime=760.99
/proc/30100/stat : 30100 (minisat_static) R 30094 30094 16367 0 -1 4202496 4573 0 0 0 76089 10 0 0 25 0 1 0 1016113089 19443712 4508 4294967295 134512640 135216011 3219175856 3219174208 134527548 0 0 0 3 0 0 0 17 2 0 0 0
/proc/30100/statm: 4747 4508 71 172 0 4574 0
Current children cumulated CPU time (s) 762.36
Current children cumulated vsize (KiB) 21404

[startup+822.316 s]
/proc/loadavg: 1.00 1.00 1.00 2/99 32738
/proc/meminfo: memFree=1649760/2074464 swapFree=1949244/1959888
[pid=30094] ppid=30092 vsize=2416 CPUtime=1.37
/proc/30094/stat : 30094 (SatELiteGTI) S 30092 30094 16367 0 -1 4194304 386 5174 0 0 0 0 135 2 20 0 1 0 1016112952 2473984 277 4294967295 134512640 135169312 3214009456 3214005672 3085233902 0 65536 4 65538 3222381614 0 0 17 1 0 0 0
/proc/30094/statm: 604 277 235 161 0 43 0
[pid=30100] ppid=30094 vsize=19692 CPUtime=820.99
/proc/30100/stat : 30100 (minisat_static) R 30094 30094 16367 0 -1 4202496 4760 0 0 0 82088 11 0 0 25 0 1 0 1016113089 20164608 4695 4294967295 134512640 135216011 3219175856 3219174320 134540657 0 0 0 3 0 0 0 17 2 0 0 0
/proc/30100/statm: 4923 4695 71 172 0 4750 0
Current children cumulated CPU time (s) 822.36
Current children cumulated vsize (KiB) 22108

[startup+882.323 s]
/proc/loadavg: 1.00 1.00 1.00 3/99 461
/proc/meminfo: memFree=1649752/2074464 swapFree=1949244/1959888
[pid=30094] ppid=30092 vsize=2416 CPUtime=1.37
/proc/30094/stat : 30094 (SatELiteGTI) S 30092 30094 16367 0 -1 4194304 386 5174 0 0 0 0 135 2 20 0 1 0 1016112952 2473984 277 4294967295 134512640 135169312 3214009456 3214005672 3085233902 0 65536 4 65538 3222381614 0 0 17 1 0 0 0
/proc/30094/statm: 604 277 235 161 0 43 0
[pid=30100] ppid=30094 vsize=19824 CPUtime=881
/proc/30100/stat : 30100 (minisat_static) R 30094 30094 16367 0 -1 4202496 4799 0 0 0 88089 11 0 0 25 0 1 0 1016113089 20299776 4734 4294967295 134512640 135216011 3219175856 3219174208 134527548 0 0 0 3 0 0 0 17 2 0 0 0
/proc/30100/statm: 4956 4734 71 172 0 4783 0
Current children cumulated CPU time (s) 882.37
Current children cumulated vsize (KiB) 22240

[startup+942.309 s]
/proc/loadavg: 1.00 1.00 1.00 3/99 648
/proc/meminfo: memFree=1649636/2074464 swapFree=1949244/1959888
[pid=30094] ppid=30092 vsize=2416 CPUtime=1.37
/proc/30094/stat : 30094 (SatELiteGTI) S 30092 30094 16367 0 -1 4194304 386 5174 0 0 0 0 135 2 20 0 1 0 1016112952 2473984 277 4294967295 134512640 135169312 3214009456 3214005672 3085233902 0 65536 4 65538 3222381614 0 0 17 1 0 0 0
/proc/30094/statm: 604 277 235 161 0 43 0
[pid=30100] ppid=30094 vsize=19968 CPUtime=940.99
/proc/30100/stat : 30100 (minisat_static) R 30094 30094 16367 0 -1 4202496 4828 0 0 0 94088 11 0 0 25 0 1 0 1016113089 20447232 4763 4294967295 134512640 135216011 3219175856 3219174208 134527457 0 0 0 3 0 0 0 17 2 0 0 0
/proc/30100/statm: 4992 4763 71 172 0 4819 0
Current children cumulated CPU time (s) 942.36
Current children cumulated vsize (KiB) 22384

[startup+1002.32 s]
/proc/loadavg: 1.00 1.00 1.00 2/99 837
/proc/meminfo: memFree=1649760/2074464 swapFree=1949244/1959888
[pid=30094] ppid=30092 vsize=2416 CPUtime=1.37
/proc/30094/stat : 30094 (SatELiteGTI) S 30092 30094 16367 0 -1 4194304 386 5174 0 0 0 0 135 2 20 0 1 0 1016112952 2473984 277 4294967295 134512640 135169312 3214009456 3214005672 3085233902 0 65536 4 65538 3222381614 0 0 17 1 0 0 0
/proc/30094/statm: 604 277 235 161 0 43 0
[pid=30100] ppid=30094 vsize=19968 CPUtime=1001
/proc/30100/stat : 30100 (minisat_static) R 30094 30094 16367 0 -1 4202496 4834 0 0 0 100089 11 0 0 25 0 1 0 1016113089 20447232 4769 4294967295 134512640 135216011 3219175856 3219174000 134536056 0 0 0 3 0 0 0 17 2 0 0 0
/proc/30100/statm: 4992 4769 71 172 0 4819 0
Current children cumulated CPU time (s) 1002.37
Current children cumulated vsize (KiB) 22384

[startup+1062.31 s]
/proc/loadavg: 1.00 1.00 1.00 3/99 1039
/proc/meminfo: memFree=1649504/2074464 swapFree=1949244/1959888
[pid=30094] ppid=30092 vsize=2416 CPUtime=1.37
/proc/30094/stat : 30094 (SatELiteGTI) S 30092 30094 16367 0 -1 4194304 386 5174 0 0 0 0 135 2 20 0 1 0 1016112952 2473984 277 4294967295 134512640 135169312 3214009456 3214005672 3085233902 0 65536 4 65538 3222381614 0 0 17 1 0 0 0
/proc/30094/statm: 604 277 235 161 0 43 0
[pid=30100] ppid=30094 vsize=20132 CPUtime=1061
/proc/30100/stat : 30100 (minisat_static) R 30094 30094 16367 0 -1 4202496 4863 0 0 0 106089 11 0 0 25 0 1 0 1016113089 20615168 4798 4294967295 134512640 135216011 3219175856 3219174320 134540560 0 0 0 3 0 0 0 17 2 0 0 0
/proc/30100/statm: 5033 4798 71 172 0 4860 0
Current children cumulated CPU time (s) 1062.37
Current children cumulated vsize (KiB) 22548

[startup+1122.31 s]
/proc/loadavg: 1.00 1.00 1.00 3/99 1227
/proc/meminfo: memFree=1648768/2074464 swapFree=1949244/1959888
[pid=30094] ppid=30092 vsize=2416 CPUtime=1.37
/proc/30094/stat : 30094 (SatELiteGTI) S 30092 30094 16367 0 -1 4194304 386 5174 0 0 0 0 135 2 20 0 1 0 1016112952 2473984 277 4294967295 134512640 135169312 3214009456 3214005672 3085233902 0 65536 4 65538 3222381614 0 0 17 1 0 0 0
/proc/30094/statm: 604 277 235 161 0 43 0
[pid=30100] ppid=30094 vsize=20932 CPUtime=1121
/proc/30100/stat : 30100 (minisat_static) R 30094 30094 16367 0 -1 4202496 5027 0 0 0 112088 12 0 0 25 0 1 0 1016113089 21434368 4962 4294967295 134512640 135216011 3219175856 3219174208 134527548 0 0 0 3 0 0 0 17 2 0 0 0
/proc/30100/statm: 5233 4962 71 172 0 5060 0
Current children cumulated CPU time (s) 1122.37
Current children cumulated vsize (KiB) 23348

[startup+1182.32 s]
/proc/loadavg: 1.00 1.00 1.00 3/99 1418
/proc/meminfo: memFree=1648884/2074464 swapFree=1949244/1959888
[pid=30094] ppid=30092 vsize=2416 CPUtime=1.37
/proc/30094/stat : 30094 (SatELiteGTI) S 30092 30094 16367 0 -1 4194304 386 5174 0 0 0 0 135 2 20 0 1 0 1016112952 2473984 277 4294967295 134512640 135169312 3214009456 3214005672 3085233902 0 65536 4 65538 3222381614 0 0 17 1 0 0 0
/proc/30094/statm: 604 277 235 161 0 43 0
[pid=30100] ppid=30094 vsize=20932 CPUtime=1181.01
/proc/30100/stat : 30100 (minisat_static) R 30094 30094 16367 0 -1 4202496 5036 0 0 0 118089 12 0 0 25 0 1 0 1016113089 21434368 4971 4294967295 134512640 135216011 3219175856 3219174000 134535994 0 0 0 3 0 0 0 17 2 0 0 0
/proc/30100/statm: 5233 4971 71 172 0 5060 0
Current children cumulated CPU time (s) 1182.38
Current children cumulated vsize (KiB) 23348



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.01 s]
/proc/loadavg: 1.00 1.00 1.00 3/99 1420
/proc/meminfo: memFree=1648768/2074464 swapFree=1949244/1959888
[pid=30094] ppid=30092 vsize=2416 CPUtime=1.37
/proc/30094/stat : 30094 (SatELiteGTI) S 30092 30094 16367 0 -1 4194304 386 5174 0 0 0 0 135 2 20 0 1 0 1016112952 2473984 277 4294967295 134512640 135169312 3214009456 3214005672 3085233902 0 65536 4 65538 3222381614 0 0 17 1 0 0 0
/proc/30094/statm: 604 277 235 161 0 43 0
[pid=30100] ppid=30094 vsize=20932 CPUtime=1198.71
/proc/30100/stat : 30100 (minisat_static) R 30094 30094 16367 0 -1 4202496 5036 0 0 0 119859 12 0 0 25 0 1 0 1016113089 21434368 4971 4294967295 134512640 135216011 3219175856 3219174000 134536015 0 0 0 3 0 0 0 17 2 0 0 0
/proc/30100/statm: 5233 4971 71 172 0 5060 0
Current children cumulated CPU time (s) 1200.08
Current children cumulated vsize (KiB) 23348

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

[startup+1200.01 s]
/proc/loadavg: 1.00 1.00 1.00 3/99 1420
/proc/meminfo: memFree=1648768/2074464 swapFree=1949244/1959888
[pid=30094] ppid=30092 vsize=2416 CPUtime=1.37
/proc/30094/stat : 30094 (SatELiteGTI) S 30092 30094 16367 0 -1 4194304 386 5174 0 0 0 0 135 2 20 0 1 0 1016112952 2473984 277 4294967295 134512640 135169312 3214009456 3214005672 3085233902 0 65536 4 65538 3222381614 0 0 17 1 0 0 0
/proc/30094/statm: 604 277 235 161 0 43 0
[pid=30100] ppid=30094 vsize=20932 CPUtime=1198.71
/proc/30100/stat : 30100 (minisat_static) R 30094 30094 16367 0 -1 4202496 5036 0 0 0 119859 12 0 0 25 0 1 0 1016113089 21434368 4971 4294967295 134512640 135216011 3219175856 3219174000 134536015 0 0 0 3 0 0 0 17 2 0 0 0
/proc/30100/statm: 5233 4971 71 172 0 5060 0
Current children cumulated CPU time (s) 1200.08
Current children cumulated vsize (KiB) 23348

Child status: 143
Real time (s): 1200.03
CPU time (s): 1200.09
CPU user time (s): 1199.94
CPU system time (s): 0.15
CPU usage (%): 100.005
Max. virtual memory (cumulated for all children) (KiB): 23348

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

runsolver used 0 second user time and 0 second system time

The end

Launcher Data

Begin job on tipi11 at 2009-05-17 01:22:00
IDJOB=1821194
IDBENCH=70873
IDSOLVER=661
FILE ID=tipi11/1821194-1242516120
PBS_JOBID=
Free space on /tmp= 9842 MiB

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

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

MD5SUM BENCH= d34c45eae853ce60c342643824196dbf
RANDOM SEED= 503110124

Linux tipi11 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.431
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.431
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.431
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.79

processor	: 3
vendor_id	: AuthenticAMD
cpu family	: 15
model		: 33
model name	: Dual Core AMD Opteron(tm) Processor 265
stepping	: 2
cpu MHz		: 1808.431
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:       1673176 kB
Buffers:         27568 kB
Cached:         302924 kB
SwapCached:       5224 kB
Active:          78236 kB
Inactive:       264092 kB
HighTotal:     1178688 kB
HighFree:       895288 kB
LowTotal:       895776 kB
LowFree:        777888 kB
SwapTotal:     1959888 kB
SwapFree:      1949244 kB
Dirty:            3228 kB
Writeback:           0 kB
AnonPages:       11228 kB
Mapped:           5240 kB
Slab:            50000 kB
PageTables:        540 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   2997120 kB
Committed_AS:    97124 kB
VmallocTotal:   114680 kB
VmallocUsed:      1324 kB
VmallocChunk:   113264 kB

Free space on /tmp at the end= 9842 MiB
End job on tipi11 at 2009-05-17 01:42:00