Trace number 1821147

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
APTUSAT 2009-03-22? (TO) 1200.09 1200.03

General information on the benchmark

NameAPPLICATIONS/crypto/
desgen/gss-26-s100.cnf
MD5SUMa2be03cdc152990d030fb3c2aea1f730
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 variables31942
Number of clauses96138
Sum of the clauses size226784
Maximum clause length3
Minimum clause length1
Number of clauses of size 164
Number of clauses of size 261502
Number of clauses of size 334572
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.09	c ==============================================================================
0.04/0.09	c |           |     ORIGINAL     |              LEARNT              |          |
0.04/0.09	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.04/0.09	c ==============================================================================
0.04/0.09	c |         0 |   95938   226308 |   28781       0        0     nan |  0.000 % |
1.21/1.25	c |         0 |   59390   177244 |      --       0       --      -- |     --   | -36208/-48088
1.21/1.25	c ==============================================================================
1.21/1.25	c Result  :   #vars: 14277   #clauses: 59390   #literals: 177244
1.21/1.25	c CPU time:   1.21 s
1.21/1.25	c ==============================================================================
1.31/1.32	This is MiniSat 2.0 beta
1.31/1.32	WARNING: for repeatability, setting FPU to use double precision
1.31/1.32	============================[ Problem Statistics ]=============================
1.31/1.32	|                                                                             |
1.31/1.32	|  Number of variables:  14277                                                |
1.31/1.32	|  Number of clauses:    59390                                                |
1.31/1.36	|  Parsing time:         0.04         s                                       |
1.31/1.36	============================[ Search Statistics ]==============================
1.31/1.36	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
1.31/1.36	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
1.31/1.36	===============================================================================
1.31/1.36	|         0 |   14277    59390   177244 |    19796        0    nan |  0.000 % |
1.31/1.40	|       100 |   14256    59390   177244 |    21776       94     39 |  1.667 % |
1.32/1.82	|       250 |   14014    57955   173632 |    23953      242     45 |  1.842 % |
2.81/2.86	|       475 |   14014    57955   173632 |    26349      467     37 |  1.842 % |
4.31/4.33	|       813 |   14014    57955   173632 |    28984      805     33 |  1.842 % |
6.21/6.25	|      1319 |   14014    57955   173632 |    31882     1311     31 |  1.842 % |
9.61/9.69	|      2078 |   14014    57955   173632 |    35071     2070     29 |  1.842 % |
13.61/13.70	|      3220 |   13921    57546   172578 |    38578     3171     33 |  2.494 % |
21.81/21.83	|      4930 |   13921    57546   172578 |    42435     4881     30 |  2.494 % |
27.61/27.66	|      7492 |   13921    57546   172578 |    46679     7443     40 |  2.494 % |
40.42/40.43	|     11336 |   13921    57546   172578 |    51347    11287     48 |  2.494 % |
55.32/55.32	|     17103 |   13921    57546   172578 |    56482    17054     49 |  2.494 % |
96.72/96.72	|     25752 |   13921    57546   172578 |    62130    25703     44 |  2.494 % |
163.03/163.06	|     38726 |   13921    57546   172578 |    68343    38677     39 |  2.494 % |
255.24/255.22	|     58187 |   13921    57546   172578 |    75177    58138     39 |  2.494 % |
431.94/431.96	|     87380 |   13921    57546   172578 |    82695    25677     28 |  2.494 % |
532.04/532.09	|    131169 |   13921    57546   172578 |    90965    69466     60 |  2.494 % |
903.46/903.44	|    196853 |   13902    57442   172321 |   100061    58949     41 |  2.627 % |
1200.08/1200.02	HOME/SatELiteGTI: line 36: 11407 Terminated              $MS $2 $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-1821147-1242512105/watcher-1821147-1242512105 -o /tmp/evaluation-result-1821147-1242512105/solver-1821147-1242512105 -C 1200 -W 1800 -M 1800 SatELiteGTI HOME/instance-1821147-1242512105.cnf -restarts=1 

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.05 1.03 1.00 2/96 11401
/proc/meminfo: memFree=953288/2074464 swapFree=1950760/1959888
[pid=11401] ppid=11399 vsize=2412 CPUtime=0
/proc/11401/stat : 11401 (SatELiteGTI) S 11399 11401 11066 0 -1 4194304 367 649 0 0 0 0 0 0 25 0 1 0 1015708787 2469888 277 4294967295 134512640 135169312 3214634224 3214632760 3085618926 0 65536 4 65538 3222381614 0 0 17 1 0 0 0
/proc/11401/statm: 603 277 235 161 0 42 0
[pid=11405] ppid=11401 vsize=948 CPUtime=0
/proc/11405/stat : 11405 (SatELite_releas) R 11401 11401 11066 0 -1 4202496 104 0 0 0 0 0 0 0 25 0 1 0 1015708787 970752 41 4294967295 134512640 135223648 3216961328 3216959788 134660511 0 0 0 3 0 0 0 17 2 0 0 0
/proc/11405/statm: 237 49 40 174 0 62 0

[startup+0.039965 s]
/proc/loadavg: 1.05 1.03 1.00 2/96 11401
/proc/meminfo: memFree=953288/2074464 swapFree=1950760/1959888
[pid=11401] ppid=11399 vsize=2412 CPUtime=0
/proc/11401/stat : 11401 (SatELiteGTI) S 11399 11401 11066 0 -1 4194304 367 649 0 0 0 0 0 0 25 0 1 0 1015708787 2469888 277 4294967295 134512640 135169312 3214634224 3214632760 3085618926 0 65536 4 65538 3222381614 0 0 17 1 0 0 0
/proc/11401/statm: 603 277 235 161 0 42 0
[pid=11405] ppid=11401 vsize=7068 CPUtime=0.04
/proc/11405/stat : 11405 (SatELite_releas) R 11401 11401 11066 0 -1 4202496 1642 0 0 0 2 2 0 0 25 0 1 0 1015708787 7237632 1578 4294967295 134512640 135223648 3216961328 3216960064 134540952 0 0 0 3 0 0 0 17 2 0 0 0
/proc/11405/statm: 1767 1579 47 174 0 1592 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 9480

[startup+0.109961 s]
/proc/loadavg: 1.05 1.03 1.00 2/96 11401
/proc/meminfo: memFree=953288/2074464 swapFree=1950760/1959888
[pid=11401] ppid=11399 vsize=2412 CPUtime=0
/proc/11401/stat : 11401 (SatELiteGTI) S 11399 11401 11066 0 -1 4194304 367 649 0 0 0 0 0 0 25 0 1 0 1015708787 2469888 277 4294967295 134512640 135169312 3214634224 3214632760 3085618926 0 65536 4 65538 3222381614 0 0 17 1 0 0 0
/proc/11401/statm: 603 277 235 161 0 42 0
[pid=11405] ppid=11401 vsize=14552 CPUtime=0.11
/proc/11405/stat : 11405 (SatELite_releas) R 11401 11401 11066 0 -1 4202496 3486 0 0 0 8 3 0 0 25 0 1 0 1015708787 14901248 3279 4294967295 134512640 135223648 3216961328 3216959328 134548278 0 0 0 3 0 0 0 17 2 0 0 0
/proc/11405/statm: 3638 3279 108 174 0 3463 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 16964

[startup+0.309949 s]
/proc/loadavg: 1.05 1.03 1.00 2/96 11401
/proc/meminfo: memFree=953288/2074464 swapFree=1950760/1959888
[pid=11401] ppid=11399 vsize=2412 CPUtime=0
/proc/11401/stat : 11401 (SatELiteGTI) S 11399 11401 11066 0 -1 4194304 367 649 0 0 0 0 0 0 25 0 1 0 1015708787 2469888 277 4294967295 134512640 135169312 3214634224 3214632760 3085618926 0 65536 4 65538 3222381614 0 0 17 1 0 0 0
/proc/11401/statm: 603 277 235 161 0 42 0
[pid=11405] ppid=11401 vsize=14932 CPUtime=0.31
/proc/11405/stat : 11405 (SatELite_releas) R 11401 11401 11066 0 -1 4202496 3669 0 0 0 28 3 0 0 25 0 1 0 1015708787 15290368 3427 4294967295 134512640 135223648 3216961328 3216959344 134586911 0 0 0 3 0 0 0 17 2 0 0 0
/proc/11405/statm: 3733 3427 73 174 0 3558 0
Current children cumulated CPU time (s) 0.31
Current children cumulated vsize (KiB) 17344

[startup+0.709927 s]
/proc/loadavg: 1.05 1.03 1.00 2/96 11401
/proc/meminfo: memFree=953288/2074464 swapFree=1950760/1959888
[pid=11401] ppid=11399 vsize=2412 CPUtime=0
/proc/11401/stat : 11401 (SatELiteGTI) S 11399 11401 11066 0 -1 4194304 367 649 0 0 0 0 0 0 25 0 1 0 1015708787 2469888 277 4294967295 134512640 135169312 3214634224 3214632760 3085618926 0 65536 4 65538 3222381614 0 0 17 1 0 0 0
/proc/11401/statm: 603 277 235 161 0 42 0
[pid=11405] ppid=11401 vsize=15744 CPUtime=0.71
/proc/11405/stat : 11405 (SatELite_releas) R 11401 11401 11066 0 -1 4202496 3864 0 0 0 67 4 0 0 25 0 1 0 1015708787 16121856 3622 4294967295 134512640 135223648 3216961328 3216959344 134586968 0 0 0 3 0 0 0 17 2 0 0 0
/proc/11405/statm: 3936 3622 73 174 0 3761 0
Current children cumulated CPU time (s) 0.71
Current children cumulated vsize (KiB) 18156

[startup+1.50988 s]
/proc/loadavg: 1.05 1.03 1.00 3/98 11406
/proc/meminfo: memFree=934540/2074464 swapFree=1950760/1959888
[pid=11401] ppid=11399 vsize=2416 CPUtime=1.32
/proc/11401/stat : 11401 (SatELiteGTI) S 11399 11401 11066 0 -1 4194304 386 4820 0 0 0 0 128 4 20 0 1 0 1015708787 2473984 278 4294967295 134512640 135169312 3214634224 3214630440 3085618926 0 65536 4 65538 3222381614 0 0 17 2 0 0 0
/proc/11401/statm: 604 278 235 161 0 43 0
Current children cumulated CPU time (s) 1.32
Current children cumulated vsize (KiB) 2416

[startup+3.1098 s]
/proc/loadavg: 1.05 1.03 1.00 3/98 11407
/proc/meminfo: memFree=943468/2074464 swapFree=1950760/1959888
[pid=11401] ppid=11399 vsize=2416 CPUtime=1.32
/proc/11401/stat : 11401 (SatELiteGTI) S 11399 11401 11066 0 -1 4194304 386 4820 0 0 0 0 128 4 20 0 1 0 1015708787 2473984 278 4294967295 134512640 135169312 3214634224 3214630440 3085618926 0 65536 4 65538 3222381614 0 0 17 2 0 0 0
/proc/11401/statm: 604 278 235 161 0 43 0
[pid=11407] ppid=11401 vsize=5924 CPUtime=1.79
/proc/11407/stat : 11407 (minisat_static) R 11401 11401 11066 0 -1 4202496 1363 0 0 0 179 0 0 0 25 0 1 0 1015708919 6066176 1298 4294967295 134512640 135213731 3218725184 3218723664 134530208 0 0 0 3 0 0 0 17 3 0 0 0
/proc/11407/statm: 1481 1298 73 172 0 1307 0
Current children cumulated CPU time (s) 3.11
Current children cumulated vsize (KiB) 8340

[startup+6.30962 s]
/proc/loadavg: 1.05 1.03 1.00 3/98 11407
/proc/meminfo: memFree=943220/2074464 swapFree=1950760/1959888
[pid=11401] ppid=11399 vsize=2416 CPUtime=1.32
/proc/11401/stat : 11401 (SatELiteGTI) S 11399 11401 11066 0 -1 4194304 386 4820 0 0 0 0 128 4 20 0 1 0 1015708787 2473984 278 4294967295 134512640 135169312 3214634224 3214630440 3085618926 0 65536 4 65538 3222381614 0 0 17 2 0 0 0
/proc/11401/statm: 604 278 235 161 0 43 0
[pid=11407] ppid=11401 vsize=6056 CPUtime=4.99
/proc/11407/stat : 11407 (minisat_static) R 11401 11401 11066 0 -1 4202496 1400 0 0 0 499 0 0 0 25 0 1 0 1015708919 6201344 1335 4294967295 134512640 135213731 3218725184 3218723648 134523480 0 0 0 3 0 0 0 17 3 0 0 0
/proc/11407/statm: 1514 1335 73 172 0 1340 0
Current children cumulated CPU time (s) 6.31
Current children cumulated vsize (KiB) 8472

[startup+12.7093 s]
/proc/loadavg: 1.04 1.02 1.00 3/98 11407
/proc/meminfo: memFree=942912/2074464 swapFree=1950760/1959888
[pid=11401] ppid=11399 vsize=2416 CPUtime=1.32
/proc/11401/stat : 11401 (SatELiteGTI) S 11399 11401 11066 0 -1 4194304 386 4820 0 0 0 0 128 4 20 0 1 0 1015708787 2473984 278 4294967295 134512640 135169312 3214634224 3214630440 3085618926 0 65536 4 65538 3222381614 0 0 17 2 0 0 0
/proc/11401/statm: 604 278 235 161 0 43 0
[pid=11407] ppid=11401 vsize=6320 CPUtime=11.39
/proc/11407/stat : 11407 (minisat_static) R 11401 11401 11066 0 -1 4202496 1480 0 0 0 1139 0 0 0 25 0 1 0 1015708919 6471680 1415 4294967295 134512640 135213731 3218725184 3218723664 134529993 0 0 0 3 0 0 0 17 3 0 0 0
/proc/11407/statm: 1580 1415 73 172 0 1406 0
Current children cumulated CPU time (s) 12.71
Current children cumulated vsize (KiB) 8736

[startup+25.5086 s]
/proc/loadavg: 1.03 1.02 1.00 3/98 11410
/proc/meminfo: memFree=942356/2074464 swapFree=1950760/1959888
[pid=11401] ppid=11399 vsize=2416 CPUtime=1.32
/proc/11401/stat : 11401 (SatELiteGTI) S 11399 11401 11066 0 -1 4194304 386 4820 0 0 0 0 128 4 20 0 1 0 1015708787 2473984 278 4294967295 134512640 135169312 3214634224 3214630440 3085618926 0 65536 4 65538 3222381614 0 0 17 2 0 0 0
/proc/11401/statm: 604 278 235 161 0 43 0
[pid=11407] ppid=11401 vsize=6856 CPUtime=24.19
/proc/11407/stat : 11407 (minisat_static) R 11401 11401 11066 0 -1 4202496 1606 0 0 0 2419 0 0 0 25 0 1 0 1015708919 7020544 1541 4294967295 134512640 135213731 3218725184 3218723440 134537806 0 0 0 3 0 0 0 17 3 0 0 0
/proc/11407/statm: 1714 1541 73 172 0 1540 0
Current children cumulated CPU time (s) 25.51
Current children cumulated vsize (KiB) 9272

[startup+51.1171 s]
/proc/loadavg: 1.02 1.02 1.00 3/98 11596
/proc/meminfo: memFree=939128/2074464 swapFree=1950760/1959888
[pid=11401] ppid=11399 vsize=2416 CPUtime=1.32
/proc/11401/stat : 11401 (SatELiteGTI) S 11399 11401 11066 0 -1 4194304 386 4820 0 0 0 0 128 4 20 0 1 0 1015708787 2473984 278 4294967295 134512640 135169312 3214634224 3214630440 3085618926 0 65536 4 65538 3222381614 0 0 17 2 0 0 0
/proc/11401/statm: 604 278 235 161 0 43 0
[pid=11407] ppid=11401 vsize=9540 CPUtime=49.8
/proc/11407/stat : 11407 (minisat_static) R 11401 11401 11066 0 -1 4202496 2270 0 0 0 4980 0 0 0 25 0 1 0 1015708919 9768960 2205 4294967295 134512640 135213731 3218725184 3218723664 134530208 0 0 0 3 0 0 0 17 3 0 0 0
/proc/11407/statm: 2385 2205 73 172 0 2211 0
Current children cumulated CPU time (s) 51.12
Current children cumulated vsize (KiB) 11956

[startup+102.314 s]
/proc/loadavg: 1.01 1.02 1.00 3/98 11782
/proc/meminfo: memFree=936948/2074464 swapFree=1950760/1959888
[pid=11401] ppid=11399 vsize=2416 CPUtime=1.32
/proc/11401/stat : 11401 (SatELiteGTI) S 11399 11401 11066 0 -1 4194304 386 4820 0 0 0 0 128 4 20 0 1 0 1015708787 2473984 278 4294967295 134512640 135169312 3214634224 3214630440 3085618926 0 65536 4 65538 3222381614 0 0 17 2 0 0 0
/proc/11401/statm: 604 278 235 161 0 43 0
[pid=11407] ppid=11401 vsize=11676 CPUtime=101
/proc/11407/stat : 11407 (minisat_static) R 11401 11401 11066 0 -1 4202496 2802 0 0 0 10099 1 0 0 25 0 1 0 1015708919 11956224 2737 4294967295 134512640 135213731 3218725184 3218723440 134536767 0 0 0 3 0 0 0 17 3 0 0 0
/proc/11407/statm: 2919 2737 73 172 0 2745 0
Current children cumulated CPU time (s) 102.32
Current children cumulated vsize (KiB) 14092

[startup+162.321 s]
/proc/loadavg: 1.00 1.01 1.00 3/98 11973
/proc/meminfo: memFree=934560/2074464 swapFree=1950760/1959888
[pid=11401] ppid=11399 vsize=2416 CPUtime=1.32
/proc/11401/stat : 11401 (SatELiteGTI) S 11399 11401 11066 0 -1 4194304 386 4820 0 0 0 0 128 4 20 0 1 0 1015708787 2473984 278 4294967295 134512640 135169312 3214634224 3214630440 3085618926 0 65536 4 65538 3222381614 0 0 17 2 0 0 0
/proc/11401/statm: 604 278 235 161 0 43 0
[pid=11407] ppid=11401 vsize=13760 CPUtime=161.01
/proc/11407/stat : 11407 (minisat_static) R 11401 11401 11066 0 -1 4202496 3320 0 0 0 16100 1 0 0 25 0 1 0 1015708919 14090240 3255 4294967295 134512640 135213731 3218725184 3218723664 134530208 0 0 0 3 0 0 0 17 3 0 0 0
/proc/11407/statm: 3440 3255 73 172 0 3266 0
Current children cumulated CPU time (s) 162.33
Current children cumulated vsize (KiB) 16176

[startup+222.318 s]
/proc/loadavg: 1.00 1.00 1.00 3/98 12162
/proc/meminfo: memFree=932112/2074464 swapFree=1950760/1959888
[pid=11401] ppid=11399 vsize=2416 CPUtime=1.32
/proc/11401/stat : 11401 (SatELiteGTI) S 11399 11401 11066 0 -1 4194304 386 4820 0 0 0 0 128 4 20 0 1 0 1015708787 2473984 278 4294967295 134512640 135169312 3214634224 3214630440 3085618926 0 65536 4 65538 3222381614 0 0 17 2 0 0 0
/proc/11401/statm: 604 278 235 161 0 43 0
[pid=11407] ppid=11401 vsize=16456 CPUtime=221.01
/proc/11407/stat : 11407 (minisat_static) R 11401 11401 11066 0 -1 4202496 3973 0 0 0 22099 2 0 0 25 0 1 0 1015708919 16850944 3908 4294967295 134512640 135213731 3218725184 3218723664 134530208 0 0 0 3 0 0 0 17 3 0 0 0
/proc/11407/statm: 4114 3908 73 172 0 3940 0
Current children cumulated CPU time (s) 222.33
Current children cumulated vsize (KiB) 18872

[startup+282.314 s]
/proc/loadavg: 1.00 1.00 1.00 3/98 12351
/proc/meminfo: memFree=929956/2074464 swapFree=1950760/1959888
[pid=11401] ppid=11399 vsize=2416 CPUtime=1.32
/proc/11401/stat : 11401 (SatELiteGTI) S 11399 11401 11066 0 -1 4194304 386 4820 0 0 0 0 128 4 20 0 1 0 1015708787 2473984 278 4294967295 134512640 135169312 3214634224 3214630440 3085618926 0 65536 4 65538 3222381614 0 0 17 2 0 0 0
/proc/11401/statm: 604 278 235 161 0 43 0
[pid=11407] ppid=11401 vsize=18744 CPUtime=281.01
/proc/11407/stat : 11407 (minisat_static) R 11401 11401 11066 0 -1 4202496 4515 0 0 0 28099 2 0 0 25 0 1 0 1015708919 19193856 4450 4294967295 134512640 135213731 3218725184 3218723664 134530499 0 0 0 3 0 0 0 17 3 0 0 0
/proc/11407/statm: 4686 4450 73 172 0 4512 0
Current children cumulated CPU time (s) 282.33
Current children cumulated vsize (KiB) 21160

[startup+342.311 s]
/proc/loadavg: 1.00 1.00 1.00 3/98 12540
/proc/meminfo: memFree=928352/2074464 swapFree=1950760/1959888
[pid=11401] ppid=11399 vsize=2416 CPUtime=1.32
/proc/11401/stat : 11401 (SatELiteGTI) S 11399 11401 11066 0 -1 4194304 386 4820 0 0 0 0 128 4 20 0 1 0 1015708787 2473984 278 4294967295 134512640 135169312 3214634224 3214630440 3085618926 0 65536 4 65538 3222381614 0 0 17 2 0 0 0
/proc/11401/statm: 604 278 235 161 0 43 0
[pid=11407] ppid=11401 vsize=20376 CPUtime=341.01
/proc/11407/stat : 11407 (minisat_static) R 11401 11401 11066 0 -1 4202496 4889 0 0 0 34098 3 0 0 25 0 1 0 1015708919 20865024 4824 4294967295 134512640 135213731 3218725184 3218723664 134529968 0 0 0 3 0 0 0 17 3 0 0 0
/proc/11407/statm: 5094 4824 73 172 0 4920 0
Current children cumulated CPU time (s) 342.33
Current children cumulated vsize (KiB) 22792

[startup+402.308 s]

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

[pid=11407] ppid=11401 vsize=21168 CPUtime=461.02
/proc/11407/stat : 11407 (minisat_static) R 11401 11401 11066 0 -1 4202496 5096 0 0 0 46099 3 0 0 25 0 1 0 1015708919 21676032 5031 4294967295 134512640 135213731 3218725184 3218723664 134530157 0 0 0 3 0 0 0 17 3 0 0 0
/proc/11407/statm: 5292 5031 73 172 0 5118 0
Current children cumulated CPU time (s) 462.34
Current children cumulated vsize (KiB) 23584

[startup+522.311 s]
/proc/loadavg: 1.00 1.00 1.00 3/98 13107
/proc/meminfo: memFree=922888/2074464 swapFree=1950760/1959888
[pid=11401] ppid=11399 vsize=2416 CPUtime=1.32
/proc/11401/stat : 11401 (SatELiteGTI) S 11399 11401 11066 0 -1 4194304 386 4820 0 0 0 0 128 4 20 0 1 0 1015708787 2473984 278 4294967295 134512640 135169312 3214634224 3214630440 3085618926 0 65536 4 65538 3222381614 0 0 17 2 0 0 0
/proc/11401/statm: 604 278 235 161 0 43 0
[pid=11407] ppid=11401 vsize=26088 CPUtime=521.02
/proc/11407/stat : 11407 (minisat_static) R 11401 11401 11066 0 -1 4202496 6312 0 0 0 52099 3 0 0 25 0 1 0 1015708919 26714112 6247 4294967295 134512640 135213731 3218725184 3218723664 134530208 0 0 0 3 0 0 0 17 3 0 0 0
/proc/11407/statm: 6522 6247 73 172 0 6348 0
Current children cumulated CPU time (s) 522.34
Current children cumulated vsize (KiB) 28504

[startup+582.318 s]
/proc/loadavg: 1.00 1.00 1.00 3/98 13296
/proc/meminfo: memFree=919572/2074464 swapFree=1950760/1959888
[pid=11401] ppid=11399 vsize=2416 CPUtime=1.32
/proc/11401/stat : 11401 (SatELiteGTI) S 11399 11401 11066 0 -1 4194304 386 4820 0 0 0 0 128 4 20 0 1 0 1015708787 2473984 278 4294967295 134512640 135169312 3214634224 3214630440 3085618926 0 65536 4 65538 3222381614 0 0 17 2 0 0 0
/proc/11401/statm: 604 278 235 161 0 43 0
[pid=11407] ppid=11401 vsize=29256 CPUtime=581.03
/proc/11407/stat : 11407 (minisat_static) R 11401 11401 11066 0 -1 4202496 7115 0 0 0 58100 3 0 0 25 0 1 0 1015708919 29958144 7050 4294967295 134512640 135213731 3218725184 3218723664 134530208 0 0 0 3 0 0 0 17 3 0 0 0
/proc/11407/statm: 7314 7050 73 172 0 7140 0
Current children cumulated CPU time (s) 582.35
Current children cumulated vsize (KiB) 31672

[startup+642.315 s]
/proc/loadavg: 1.00 1.00 1.00 3/98 13483
/proc/meminfo: memFree=917456/2074464 swapFree=1950760/1959888
[pid=11401] ppid=11399 vsize=2416 CPUtime=1.32
/proc/11401/stat : 11401 (SatELiteGTI) S 11399 11401 11066 0 -1 4194304 386 4820 0 0 0 0 128 4 20 0 1 0 1015708787 2473984 278 4294967295 134512640 135169312 3214634224 3214630440 3085618926 0 65536 4 65538 3222381614 0 0 17 2 0 0 0
/proc/11401/statm: 604 278 235 161 0 43 0
[pid=11407] ppid=11401 vsize=31168 CPUtime=641.03
/proc/11407/stat : 11407 (minisat_static) R 11401 11401 11066 0 -1 4202496 7564 0 0 0 64098 5 0 0 25 0 1 0 1015708919 31916032 7499 4294967295 134512640 135213731 3218725184 3218723664 134530208 0 0 0 3 0 0 0 17 3 0 0 0
/proc/11407/statm: 7792 7499 73 172 0 7618 0
Current children cumulated CPU time (s) 642.35
Current children cumulated vsize (KiB) 33584

[startup+702.311 s]
/proc/loadavg: 1.00 1.00 1.00 3/98 13671
/proc/meminfo: memFree=916472/2074464 swapFree=1950760/1959888
[pid=11401] ppid=11399 vsize=2416 CPUtime=1.32
/proc/11401/stat : 11401 (SatELiteGTI) S 11399 11401 11066 0 -1 4194304 386 4820 0 0 0 0 128 4 20 0 1 0 1015708787 2473984 278 4294967295 134512640 135169312 3214634224 3214630440 3085618926 0 65536 4 65538 3222381614 0 0 17 2 0 0 0
/proc/11401/statm: 604 278 235 161 0 43 0
[pid=11407] ppid=11401 vsize=32404 CPUtime=701.03
/proc/11407/stat : 11407 (minisat_static) R 11401 11401 11066 0 -1 4202496 7840 0 0 0 70098 5 0 0 25 0 1 0 1015708919 33181696 7775 4294967295 134512640 135213731 3218725184 3218723664 134530208 0 0 0 3 0 0 0 17 3 0 0 0
/proc/11407/statm: 8101 7775 73 172 0 7927 0
Current children cumulated CPU time (s) 702.35
Current children cumulated vsize (KiB) 34820

[startup+762.318 s]
/proc/loadavg: 1.00 1.00 1.00 3/98 13861
/proc/meminfo: memFree=916432/2074464 swapFree=1950760/1959888
[pid=11401] ppid=11399 vsize=2416 CPUtime=1.32
/proc/11401/stat : 11401 (SatELiteGTI) S 11399 11401 11066 0 -1 4194304 386 4820 0 0 0 0 128 4 20 0 1 0 1015708787 2473984 278 4294967295 134512640 135169312 3214634224 3214630440 3085618926 0 65536 4 65538 3222381614 0 0 17 2 0 0 0
/proc/11401/statm: 604 278 235 161 0 43 0
[pid=11407] ppid=11401 vsize=32404 CPUtime=761.04
/proc/11407/stat : 11407 (minisat_static) R 11401 11401 11066 0 -1 4202496 7840 0 0 0 76099 5 0 0 25 0 1 0 1015708919 33181696 7775 4294967295 134512640 135213731 3218725184 3218723664 134530208 0 0 0 3 0 0 0 17 3 0 0 0
/proc/11407/statm: 8101 7775 73 172 0 7927 0
Current children cumulated CPU time (s) 762.36
Current children cumulated vsize (KiB) 34820

[startup+822.315 s]
/proc/loadavg: 1.00 1.00 1.00 2/98 14050
/proc/meminfo: memFree=916324/2074464 swapFree=1950760/1959888
[pid=11401] ppid=11399 vsize=2416 CPUtime=1.32
/proc/11401/stat : 11401 (SatELiteGTI) S 11399 11401 11066 0 -1 4194304 386 4820 0 0 0 0 128 4 20 0 1 0 1015708787 2473984 278 4294967295 134512640 135169312 3214634224 3214630440 3085618926 0 65536 4 65538 3222381614 0 0 17 2 0 0 0
/proc/11401/statm: 604 278 235 161 0 43 0
[pid=11407] ppid=11401 vsize=32404 CPUtime=821.04
/proc/11407/stat : 11407 (minisat_static) R 11401 11401 11066 0 -1 4202496 7840 0 0 0 82099 5 0 0 25 0 1 0 1015708919 33181696 7775 4294967295 134512640 135213731 3218725184 3218723664 134530208 0 0 0 3 0 0 0 17 3 0 0 0
/proc/11407/statm: 8101 7775 73 172 0 7927 0
Current children cumulated CPU time (s) 822.36
Current children cumulated vsize (KiB) 34820

[startup+882.311 s]
/proc/loadavg: 1.00 1.00 1.00 3/98 14239
/proc/meminfo: memFree=916224/2074464 swapFree=1950760/1959888
[pid=11401] ppid=11399 vsize=2416 CPUtime=1.32
/proc/11401/stat : 11401 (SatELiteGTI) S 11399 11401 11066 0 -1 4194304 386 4820 0 0 0 0 128 4 20 0 1 0 1015708787 2473984 278 4294967295 134512640 135169312 3214634224 3214630440 3085618926 0 65536 4 65538 3222381614 0 0 17 2 0 0 0
/proc/11401/statm: 604 278 235 161 0 43 0
[pid=11407] ppid=11401 vsize=32404 CPUtime=881.04
/proc/11407/stat : 11407 (minisat_static) R 11401 11401 11066 0 -1 4202496 7840 0 0 0 88099 5 0 0 25 0 1 0 1015708919 33181696 7775 4294967295 134512640 135213731 3218725184 3218723440 134536422 0 0 0 3 0 0 0 17 3 0 0 0
/proc/11407/statm: 8101 7775 73 172 0 7927 0
Current children cumulated CPU time (s) 882.36
Current children cumulated vsize (KiB) 34820

[startup+942.318 s]
/proc/loadavg: 1.00 1.00 1.00 3/98 14426
/proc/meminfo: memFree=916464/2074464 swapFree=1950760/1959888
[pid=11401] ppid=11399 vsize=2416 CPUtime=1.32
/proc/11401/stat : 11401 (SatELiteGTI) S 11399 11401 11066 0 -1 4194304 386 4820 0 0 0 0 128 4 20 0 1 0 1015708787 2473984 278 4294967295 134512640 135169312 3214634224 3214630440 3085618926 0 65536 4 65538 3222381614 0 0 17 2 0 0 0
/proc/11401/statm: 604 278 235 161 0 43 0
[pid=11407] ppid=11401 vsize=32404 CPUtime=941.05
/proc/11407/stat : 11407 (minisat_static) R 11401 11401 11066 0 -1 4202496 7850 0 0 0 94100 5 0 0 25 0 1 0 1015708919 33181696 7785 4294967295 134512640 135213731 3218725184 3218723664 134530157 0 0 0 3 0 0 0 17 3 0 0 0
/proc/11407/statm: 8101 7785 73 172 0 7927 0
Current children cumulated CPU time (s) 942.37
Current children cumulated vsize (KiB) 34820

[startup+1002.31 s]
/proc/loadavg: 1.00 1.00 1.00 3/98 14614
/proc/meminfo: memFree=916316/2074464 swapFree=1950760/1959888
[pid=11401] ppid=11399 vsize=2416 CPUtime=1.32
/proc/11401/stat : 11401 (SatELiteGTI) S 11399 11401 11066 0 -1 4194304 386 4820 0 0 0 0 128 4 20 0 1 0 1015708787 2473984 278 4294967295 134512640 135169312 3214634224 3214630440 3085618926 0 65536 4 65538 3222381614 0 0 17 2 0 0 0
/proc/11401/statm: 604 278 235 161 0 43 0
[pid=11407] ppid=11401 vsize=32404 CPUtime=1001.05
/proc/11407/stat : 11407 (minisat_static) R 11401 11401 11066 0 -1 4202496 7851 0 0 0 100100 5 0 0 25 0 1 0 1015708919 33181696 7786 4294967295 134512640 135213731 3218725184 3218723664 134529987 0 0 0 3 0 0 0 17 3 0 0 0
/proc/11407/statm: 8101 7786 73 172 0 7927 0
Current children cumulated CPU time (s) 1002.37
Current children cumulated vsize (KiB) 34820

[startup+1062.31 s]
/proc/loadavg: 1.00 1.00 1.00 3/98 14800
/proc/meminfo: memFree=916216/2074464 swapFree=1950760/1959888
[pid=11401] ppid=11399 vsize=2416 CPUtime=1.32
/proc/11401/stat : 11401 (SatELiteGTI) S 11399 11401 11066 0 -1 4194304 386 4820 0 0 0 0 128 4 20 0 1 0 1015708787 2473984 278 4294967295 134512640 135169312 3214634224 3214630440 3085618926 0 65536 4 65538 3222381614 0 0 17 2 0 0 0
/proc/11401/statm: 604 278 235 161 0 43 0
[pid=11407] ppid=11401 vsize=32568 CPUtime=1061.05
/proc/11407/stat : 11407 (minisat_static) R 11401 11401 11066 0 -1 4202496 7873 0 0 0 106100 5 0 0 25 0 1 0 1015708919 33349632 7808 4294967295 134512640 135213731 3218725184 3218723440 134537782 0 0 0 3 0 0 0 17 3 0 0 0
/proc/11407/statm: 8142 7808 73 172 0 7968 0
Current children cumulated CPU time (s) 1062.37
Current children cumulated vsize (KiB) 34984

[startup+1122.31 s]
/proc/loadavg: 1.00 1.00 1.00 3/98 14993
/proc/meminfo: memFree=916232/2074464 swapFree=1950760/1959888
[pid=11401] ppid=11399 vsize=2416 CPUtime=1.32
/proc/11401/stat : 11401 (SatELiteGTI) S 11399 11401 11066 0 -1 4194304 386 4820 0 0 0 0 128 4 20 0 1 0 1015708787 2473984 278 4294967295 134512640 135169312 3214634224 3214630440 3085618926 0 65536 4 65538 3222381614 0 0 17 2 0 0 0
/proc/11401/statm: 604 278 235 161 0 43 0
[pid=11407] ppid=11401 vsize=32568 CPUtime=1121.05
/proc/11407/stat : 11407 (minisat_static) R 11401 11401 11066 0 -1 4202496 7891 0 0 0 112100 5 0 0 25 0 1 0 1015708919 33349632 7826 4294967295 134512640 135213731 3218725184 3218723664 134530168 0 0 0 3 0 0 0 17 3 0 0 0
/proc/11407/statm: 8142 7826 73 172 0 7968 0
Current children cumulated CPU time (s) 1122.37
Current children cumulated vsize (KiB) 34984

[startup+1182.31 s]
/proc/loadavg: 1.00 1.00 1.00 3/98 15183
/proc/meminfo: memFree=916232/2074464 swapFree=1950760/1959888
[pid=11401] ppid=11399 vsize=2416 CPUtime=1.32
/proc/11401/stat : 11401 (SatELiteGTI) S 11399 11401 11066 0 -1 4194304 386 4820 0 0 0 0 128 4 20 0 1 0 1015708787 2473984 278 4294967295 134512640 135169312 3214634224 3214630440 3085618926 0 65536 4 65538 3222381614 0 0 17 2 0 0 0
/proc/11401/statm: 604 278 235 161 0 43 0
[pid=11407] ppid=11401 vsize=32568 CPUtime=1181.06
/proc/11407/stat : 11407 (minisat_static) R 11401 11401 11066 0 -1 4202496 7902 0 0 0 118101 5 0 0 25 0 1 0 1015708919 33349632 7837 4294967295 134512640 135213731 3218725184 3218723440 134537157 0 0 0 3 0 0 0 17 3 0 0 0
/proc/11407/statm: 8142 7837 73 172 0 7968 0
Current children cumulated CPU time (s) 1182.38
Current children cumulated vsize (KiB) 34984



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.01 s]
/proc/loadavg: 1.00 1.00 1.00 3/98 15183
/proc/meminfo: memFree=916456/2074464 swapFree=1950760/1959888
[pid=11401] ppid=11399 vsize=2416 CPUtime=1.32
/proc/11401/stat : 11401 (SatELiteGTI) S 11399 11401 11066 0 -1 4194304 386 4820 0 0 0 0 128 4 20 0 1 0 1015708787 2473984 278 4294967295 134512640 135169312 3214634224 3214630440 3085618926 0 65536 4 65538 3222381614 0 0 17 2 0 0 0
/proc/11401/statm: 604 278 235 161 0 43 0
[pid=11407] ppid=11401 vsize=32568 CPUtime=1198.76
/proc/11407/stat : 11407 (minisat_static) R 11401 11401 11066 0 -1 4202496 7902 0 0 0 119871 5 0 0 25 0 1 0 1015708919 33349632 7837 4294967295 134512640 135213731 3218725184 3218723376 134527358 0 0 0 3 0 0 0 17 3 0 0 0
/proc/11407/statm: 8142 7837 73 172 0 7968 0
Current children cumulated CPU time (s) 1200.08
Current children cumulated vsize (KiB) 34984

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

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

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

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1199.99
system time used= 0.1
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 13385
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 21
involuntary context switches= 1046

runsolver used 0.01 second user time and 0 second system time

The end

Launcher Data

Begin job on tipi23 at 2009-05-17 00:15:05
IDJOB=1821147
IDBENCH=70850
IDSOLVER=662
FILE ID=tipi23/1821147-1242512105
PBS_JOBID=
Free space on /tmp= 8813 MiB

SOLVER NAME= APTUSAT 2009-03-22
BENCH NAME= SAT09/APPLICATIONS/crypto/desgen/gss-26-s100.cnf
COMMAND LINE= SatELiteGTI BENCHNAME -restarts=1
RUNSOLVER COMMAND LINE= runsolver --timestamp  -w /tmp/evaluation-result-1821147-1242512105/watcher-1821147-1242512105 -o /tmp/evaluation-result-1821147-1242512105/solver-1821147-1242512105 -C 1200 -W 1800 -M 1800  SatELiteGTI HOME/instance-1821147-1242512105.cnf -restarts=1

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

MD5SUM BENCH= a2be03cdc152990d030fb3c2aea1f730
RANDOM SEED= 1495336815

Linux tipi23 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.377
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.38

processor	: 1
vendor_id	: AuthenticAMD
cpu family	: 15
model		: 33
model name	: Dual Core AMD Opteron(tm) Processor 265
stepping	: 2
cpu MHz		: 1808.377
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.377
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.377
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:        953296 kB
Buffers:         33524 kB
Cached:         986836 kB
SwapCached:       3660 kB
Active:         475392 kB
Inactive:       556804 kB
HighTotal:     1178688 kB
HighFree:       315128 kB
LowTotal:       895776 kB
LowFree:        638168 kB
SwapTotal:     1959888 kB
SwapFree:      1950760 kB
Dirty:            3264 kB
Writeback:           0 kB
AnonPages:       10980 kB
Mapped:           4232 kB
Slab:            80944 kB
PageTables:        452 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   2997120 kB
Committed_AS:    96892 kB
VmallocTotal:   114680 kB
VmallocUsed:      1324 kB
VmallocChunk:   113264 kB

Free space on /tmp at the end= 8813 MiB
End job on tipi23 at 2009-05-17 00:35:05