Trace number 1821193

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
MiniSat2hack 2009-03-23? (TO) 1200.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.00	c Parsing...
0.05/0.08	c ==============================================================================
0.05/0.08	c |           |     ORIGINAL     |              LEARNT              |          |
0.05/0.08	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.05/0.08	c ==============================================================================
0.05/0.08	c |         0 |   94904   223730 |   28471       0        0     nan |  0.000 % |
1.22/1.25	c |         0 |   57479   171136 |      --       0       --      -- |     --   | -37085/-51618
1.22/1.25	c ==============================================================================
1.22/1.25	c Result  :   #vars: 13839   #clauses: 57479   #literals: 171136
1.22/1.25	c CPU time:   1.25 s
1.22/1.25	c ==============================================================================
1.32/1.31	This is MiniSat 2.0 beta with hacks by AVG
1.32/1.31	WARNING: for repeatability, setting FPU to use double precision
1.32/1.31	============================[ Problem Statistics ]=============================
1.32/1.31	|                                                                             |
1.32/1.32	|  Number of variables:  13839                                                |
1.32/1.32	|  Number of clauses:    57479                                                |
1.32/1.36	|  Parsing time:         0.03         s                                       |
1200.08/1200.02	HOME/SatELiteGTI: line 36: 24084 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-1821193-1242516039/watcher-1821193-1242516039 -o /tmp/evaluation-result-1821193-1242516039/solver-1821193-1242516039 -C 1200 -W 1800 -M 1800 SatELiteGTI HOME/instance-1821193-1242516039.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.07 1.03 1.01 2/96 24078
/proc/meminfo: memFree=949120/2074464 swapFree=1950760/1959888
[pid=24078] ppid=24076 vsize=2412 CPUtime=0
/proc/24078/stat : 24078 (SatELiteGTI) S 24076 24078 11066 0 -1 4194304 365 648 0 0 0 0 0 0 18 0 1 0 1016102217 2469888 276 4294967295 134512640 135169312 3217026896 3217025432 3085668078 0 65536 4 65538 3222381614 0 0 17 2 0 0 0
/proc/24078/statm: 603 276 235 161 0 42 0
[pid=24082] ppid=24078 vsize=952 CPUtime=0
/proc/24082/stat : 24082 (SatELite_releas) R 24078 24078 11066 0 -1 4202496 126 0 0 0 0 0 0 0 18 0 1 0 1016102218 974848 62 4294967295 134512640 135223648 3218362496 3218361092 134719062 0 0 0 3 0 0 0 17 3 0 0 0
/proc/24082/statm: 238 64 45 174 0 63 0

[startup+0.048121 s]
/proc/loadavg: 1.07 1.03 1.01 2/96 24078
/proc/meminfo: memFree=949120/2074464 swapFree=1950760/1959888
[pid=24078] ppid=24076 vsize=2412 CPUtime=0
/proc/24078/stat : 24078 (SatELiteGTI) S 24076 24078 11066 0 -1 4194304 365 648 0 0 0 0 0 0 18 0 1 0 1016102217 2469888 276 4294967295 134512640 135169312 3217026896 3217025432 3085668078 0 65536 4 65538 3222381614 0 0 17 2 0 0 0
/proc/24078/statm: 603 276 235 161 0 42 0
[pid=24082] ppid=24078 vsize=7992 CPUtime=0.05
/proc/24082/stat : 24082 (SatELite_releas) R 24078 24078 11066 0 -1 4202496 1868 0 0 0 5 0 0 0 18 0 1 0 1016102218 8183808 1804 4294967295 134512640 135223648 3218362496 3218361448 134737310 0 0 0 3 0 0 0 17 3 0 0 0
/proc/24082/statm: 1998 1805 47 174 0 1823 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 10404

[startup+0.118099 s]
/proc/loadavg: 1.07 1.03 1.01 2/96 24078
/proc/meminfo: memFree=949120/2074464 swapFree=1950760/1959888
[pid=24078] ppid=24076 vsize=2412 CPUtime=0
/proc/24078/stat : 24078 (SatELiteGTI) S 24076 24078 11066 0 -1 4194304 365 648 0 0 0 0 0 0 18 0 1 0 1016102217 2469888 276 4294967295 134512640 135169312 3217026896 3217025432 3085668078 0 65536 4 65538 3222381614 0 0 17 2 0 0 0
/proc/24078/statm: 603 276 235 161 0 42 0
[pid=24082] ppid=24078 vsize=14040 CPUtime=0.12
/proc/24082/stat : 24082 (SatELite_releas) R 24078 24078 11066 0 -1 4202496 3461 0 0 0 12 0 0 0 18 0 1 0 1016102218 14376960 3258 4294967295 134512640 135223648 3218362496 3218360164 134719062 0 0 0 3 0 0 0 17 3 0 0 0
/proc/24082/statm: 3510 3258 73 174 0 3335 0
Current children cumulated CPU time (s) 0.12
Current children cumulated vsize (KiB) 16452

[startup+0.318087 s]
/proc/loadavg: 1.07 1.03 1.01 2/96 24078
/proc/meminfo: memFree=949120/2074464 swapFree=1950760/1959888
[pid=24078] ppid=24076 vsize=2412 CPUtime=0
/proc/24078/stat : 24078 (SatELiteGTI) S 24076 24078 11066 0 -1 4194304 365 648 0 0 0 0 0 0 18 0 1 0 1016102217 2469888 276 4294967295 134512640 135169312 3217026896 3217025432 3085668078 0 65536 4 65538 3222381614 0 0 17 2 0 0 0
/proc/24078/statm: 603 276 235 161 0 42 0
[pid=24082] ppid=24078 vsize=14512 CPUtime=0.32
/proc/24082/stat : 24082 (SatELite_releas) R 24078 24078 11066 0 -1 4202496 3603 0 0 0 32 0 0 0 18 0 1 0 1016102218 14860288 3400 4294967295 134512640 135223648 3218362496 3218360264 134737406 0 0 0 3 0 0 0 17 3 0 0 0
/proc/24082/statm: 3628 3400 73 174 0 3453 0
Current children cumulated CPU time (s) 0.32
Current children cumulated vsize (KiB) 16924

[startup+0.718065 s]
/proc/loadavg: 1.07 1.03 1.01 2/96 24078
/proc/meminfo: memFree=949120/2074464 swapFree=1950760/1959888
[pid=24078] ppid=24076 vsize=2412 CPUtime=0
/proc/24078/stat : 24078 (SatELiteGTI) S 24076 24078 11066 0 -1 4194304 365 648 0 0 0 0 0 0 18 0 1 0 1016102217 2469888 276 4294967295 134512640 135169312 3217026896 3217025432 3085668078 0 65536 4 65538 3222381614 0 0 17 2 0 0 0
/proc/24078/statm: 603 276 235 161 0 42 0
[pid=24082] ppid=24078 vsize=15712 CPUtime=0.72
/proc/24082/stat : 24082 (SatELite_releas) R 24078 24078 11066 0 -1 4202496 3789 0 0 0 72 0 0 0 18 0 1 0 1016102218 16089088 3586 4294967295 134512640 135223648 3218362496 3218360512 134586843 0 0 0 3 0 0 0 17 3 0 0 0
/proc/24082/statm: 3928 3586 73 174 0 3753 0
Current children cumulated CPU time (s) 0.72
Current children cumulated vsize (KiB) 18124

[startup+1.51802 s]
/proc/loadavg: 1.07 1.03 1.01 2/98 24083
/proc/meminfo: memFree=930504/2074464 swapFree=1950760/1959888
[pid=24078] ppid=24076 vsize=2416 CPUtime=1.32
/proc/24078/stat : 24078 (SatELiteGTI) S 24076 24078 11066 0 -1 4194304 385 5175 0 0 0 0 131 1 18 0 1 0 1016102217 2473984 278 4294967295 134512640 135169312 3217026896 3217023112 3085668078 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/24078/statm: 604 278 235 161 0 43 0
Current children cumulated CPU time (s) 1.32
Current children cumulated vsize (KiB) 2416

[startup+3.11793 s]
/proc/loadavg: 1.07 1.03 1.01 2/98 24084
/proc/meminfo: memFree=939556/2074464 swapFree=1950760/1959888
[pid=24078] ppid=24076 vsize=2416 CPUtime=1.32
/proc/24078/stat : 24078 (SatELiteGTI) S 24076 24078 11066 0 -1 4194304 385 5175 0 0 0 0 131 1 18 0 1 0 1016102217 2473984 278 4294967295 134512640 135169312 3217026896 3217023112 3085668078 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/24078/statm: 604 278 235 161 0 43 0
[pid=24084] ppid=24078 vsize=5820 CPUtime=1.8
/proc/24084/stat : 24084 (minisat_static) R 24078 24078 11066 0 -1 4202496 1340 0 0 0 177 3 0 0 25 0 1 0 1016102349 5959680 1274 4294967295 134512640 135214715 3215840896 3215839360 134528785 0 0 0 3 0 0 0 17 0 0 0 0
/proc/24084/statm: 1455 1274 73 172 0 1282 0
Current children cumulated CPU time (s) 3.12
Current children cumulated vsize (KiB) 8236

[startup+6.31776 s]
/proc/loadavg: 1.07 1.03 1.01 2/98 24084
/proc/meminfo: memFree=939488/2074464 swapFree=1950760/1959888
[pid=24078] ppid=24076 vsize=2416 CPUtime=1.32
/proc/24078/stat : 24078 (SatELiteGTI) S 24076 24078 11066 0 -1 4194304 385 5175 0 0 0 0 131 1 18 0 1 0 1016102217 2473984 278 4294967295 134512640 135169312 3217026896 3217023112 3085668078 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/24078/statm: 604 278 235 161 0 43 0
[pid=24084] ppid=24078 vsize=5952 CPUtime=5
/proc/24084/stat : 24084 (minisat_static) R 24078 24078 11066 0 -1 4202496 1368 0 0 0 497 3 0 0 25 0 1 0 1016102349 6094848 1302 4294967295 134512640 135214715 3215840896 3215839104 134537650 0 0 0 3 0 0 0 17 3 0 0 0
/proc/24084/statm: 1488 1302 73 172 0 1315 0
Current children cumulated CPU time (s) 6.32
Current children cumulated vsize (KiB) 8368

[startup+12.7174 s]
/proc/loadavg: 1.06 1.03 1.01 2/98 24269
/proc/meminfo: memFree=938820/2074464 swapFree=1950760/1959888
[pid=24078] ppid=24076 vsize=2416 CPUtime=1.32
/proc/24078/stat : 24078 (SatELiteGTI) S 24076 24078 11066 0 -1 4194304 385 5175 0 0 0 0 131 1 18 0 1 0 1016102217 2473984 278 4294967295 134512640 135169312 3217026896 3217023112 3085668078 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/24078/statm: 604 278 235 161 0 43 0
[pid=24084] ppid=24078 vsize=6216 CPUtime=11.4
/proc/24084/stat : 24084 (minisat_static) R 24078 24078 11066 0 -1 4202496 1448 0 0 0 1137 3 0 0 25 0 1 0 1016102349 6365184 1382 4294967295 134512640 135214715 3215840896 3215839360 134528800 0 0 0 3 0 0 0 17 3 0 0 0
/proc/24084/statm: 1554 1382 73 172 0 1381 0
Current children cumulated CPU time (s) 12.72
Current children cumulated vsize (KiB) 8632

[startup+25.5167 s]
/proc/loadavg: 1.05 1.02 1.00 4/98 24270
/proc/meminfo: memFree=938608/2074464 swapFree=1950760/1959888
[pid=24078] ppid=24076 vsize=2416 CPUtime=1.32
/proc/24078/stat : 24078 (SatELiteGTI) S 24076 24078 11066 0 -1 4194304 385 5175 0 0 0 0 131 1 18 0 1 0 1016102217 2473984 278 4294967295 134512640 135169312 3217026896 3217023112 3085668078 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/24078/statm: 604 278 235 161 0 43 0
[pid=24084] ppid=24078 vsize=6748 CPUtime=24.2
/proc/24084/stat : 24084 (minisat_static) R 24078 24078 11066 0 -1 4202496 1582 0 0 0 2417 3 0 0 25 0 1 0 1016102349 6909952 1516 4294967295 134512640 135214715 3215840896 3215839360 134528800 0 0 0 3 0 0 0 17 3 0 0 0
/proc/24084/statm: 1687 1516 73 172 0 1514 0
Current children cumulated CPU time (s) 25.52
Current children cumulated vsize (KiB) 9164

[startup+51.1153 s]
/proc/loadavg: 1.03 1.02 1.00 2/98 24270
/proc/meminfo: memFree=938060/2074464 swapFree=1950760/1959888
[pid=24078] ppid=24076 vsize=2416 CPUtime=1.32
/proc/24078/stat : 24078 (SatELiteGTI) S 24076 24078 11066 0 -1 4194304 385 5175 0 0 0 0 131 1 18 0 1 0 1016102217 2473984 278 4294967295 134512640 135169312 3217026896 3217023112 3085668078 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/24078/statm: 604 278 235 161 0 43 0
[pid=24084] ppid=24078 vsize=7548 CPUtime=49.8
/proc/24084/stat : 24084 (minisat_static) R 24078 24078 11066 0 -1 4202496 1776 0 0 0 4977 3 0 0 25 0 1 0 1016102349 7729152 1710 4294967295 134512640 135214715 3215840896 3215839360 134528717 0 0 0 3 0 0 0 17 3 0 0 0
/proc/24084/statm: 1887 1710 73 172 0 1714 0
Current children cumulated CPU time (s) 51.12
Current children cumulated vsize (KiB) 9964

[startup+102.322 s]
/proc/loadavg: 1.01 1.02 1.00 2/98 24459
/proc/meminfo: memFree=936556/2074464 swapFree=1950760/1959888
[pid=24078] ppid=24076 vsize=2416 CPUtime=1.32
/proc/24078/stat : 24078 (SatELiteGTI) S 24076 24078 11066 0 -1 4194304 385 5175 0 0 0 0 131 1 18 0 1 0 1016102217 2473984 278 4294967295 134512640 135169312 3217026896 3217023112 3085668078 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/24078/statm: 604 278 235 161 0 43 0
[pid=24084] ppid=24078 vsize=8932 CPUtime=101.01
/proc/24084/stat : 24084 (minisat_static) R 24078 24078 11066 0 -1 4202496 2121 0 0 0 10097 4 0 0 25 0 1 0 1016102349 9146368 2055 4294967295 134512640 135214715 3215840896 3215839360 134528579 0 0 0 3 0 0 0 17 3 0 0 0
/proc/24084/statm: 2233 2055 73 172 0 2060 0
Current children cumulated CPU time (s) 102.33
Current children cumulated vsize (KiB) 11348

[startup+162.319 s]
/proc/loadavg: 1.00 1.01 1.00 3/98 24647
/proc/meminfo: memFree=934836/2074464 swapFree=1950760/1959888
[pid=24078] ppid=24076 vsize=2416 CPUtime=1.32
/proc/24078/stat : 24078 (SatELiteGTI) S 24076 24078 11066 0 -1 4194304 385 5175 0 0 0 0 131 1 18 0 1 0 1016102217 2473984 278 4294967295 134512640 135169312 3217026896 3217023112 3085668078 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/24078/statm: 604 278 235 161 0 43 0
[pid=24084] ppid=24078 vsize=10672 CPUtime=161.01
/proc/24084/stat : 24084 (minisat_static) R 24078 24078 11066 0 -1 4202496 2523 0 0 0 16097 4 0 0 25 0 1 0 1016102349 10928128 2457 4294967295 134512640 135214715 3215840896 3215838976 134536289 0 0 0 3 0 0 0 17 3 0 0 0
/proc/24084/statm: 2668 2457 73 172 0 2495 0
Current children cumulated CPU time (s) 162.33
Current children cumulated vsize (KiB) 13088

[startup+222.316 s]
/proc/loadavg: 1.00 1.01 1.00 3/98 24838
/proc/meminfo: memFree=932852/2074464 swapFree=1950760/1959888
[pid=24078] ppid=24076 vsize=2416 CPUtime=1.32
/proc/24078/stat : 24078 (SatELiteGTI) S 24076 24078 11066 0 -1 4194304 385 5175 0 0 0 0 131 1 18 0 1 0 1016102217 2473984 278 4294967295 134512640 135169312 3217026896 3217023112 3085668078 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/24078/statm: 604 278 235 161 0 43 0
[pid=24084] ppid=24078 vsize=12620 CPUtime=221.01
/proc/24084/stat : 24084 (minisat_static) R 24078 24078 11066 0 -1 4202496 3013 0 0 0 22096 5 0 0 25 0 1 0 1016102349 12922880 2947 4294967295 134512640 135214715 3215840896 3215839360 134529088 0 0 0 3 0 0 0 17 3 0 0 0
/proc/24084/statm: 3155 2947 73 172 0 2982 0
Current children cumulated CPU time (s) 222.33
Current children cumulated vsize (KiB) 15036

[startup+282.322 s]
/proc/loadavg: 1.00 1.00 1.00 3/98 25024
/proc/meminfo: memFree=931480/2074464 swapFree=1950760/1959888
[pid=24078] ppid=24076 vsize=2416 CPUtime=1.32
/proc/24078/stat : 24078 (SatELiteGTI) S 24076 24078 11066 0 -1 4194304 385 5175 0 0 0 0 131 1 18 0 1 0 1016102217 2473984 278 4294967295 134512640 135169312 3217026896 3217023112 3085668078 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/24078/statm: 604 278 235 161 0 43 0
[pid=24084] ppid=24078 vsize=13808 CPUtime=281.02
/proc/24084/stat : 24084 (minisat_static) R 24078 24078 11066 0 -1 4202496 3329 0 0 0 28097 5 0 0 25 0 1 0 1016102349 14139392 3263 4294967295 134512640 135214715 3215840896 3215839360 134528560 0 0 0 3 0 0 0 17 3 0 0 0
/proc/24084/statm: 3452 3263 73 172 0 3279 0
Current children cumulated CPU time (s) 282.34
Current children cumulated vsize (KiB) 16224

[startup+342.309 s]
/proc/loadavg: 1.05 1.01 1.00 2/98 25215
/proc/meminfo: memFree=929744/2074464 swapFree=1950760/1959888
[pid=24078] ppid=24076 vsize=2416 CPUtime=1.32
/proc/24078/stat : 24078 (SatELiteGTI) S 24076 24078 11066 0 -1 4194304 385 5175 0 0 0 0 131 1 18 0 1 0 1016102217 2473984 278 4294967295 134512640 135169312 3217026896 3217023112 3085668078 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/24078/statm: 604 278 235 161 0 43 0
[pid=24084] ppid=24078 vsize=15792 CPUtime=341.01
/proc/24084/stat : 24084 (minisat_static) R 24078 24078 11066 0 -1 4202496 3779 0 0 0 34095 6 0 0 25 0 1 0 1016102349 16171008 3713 4294967295 134512640 135214715 3215840896 3215839360 134528963 0 0 0 3 0 0 0 17 3 0 0 0
/proc/24084/statm: 3948 3713 73 172 0 3775 0
Current children cumulated CPU time (s) 342.33
Current children cumulated vsize (KiB) 18208

[startup+402.316 s]

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

[pid=24084] ppid=24078 vsize=17080 CPUtime=461.02
/proc/24084/stat : 24084 (minisat_static) R 24078 24078 11066 0 -1 4202496 4109 0 0 0 46095 7 0 0 25 0 1 0 1016102349 17489920 4043 4294967295 134512640 135214715 3215840896 3215839360 134528800 0 0 0 3 0 0 0 17 3 0 0 0
/proc/24084/statm: 4270 4043 73 172 0 4097 0
Current children cumulated CPU time (s) 462.34
Current children cumulated vsize (KiB) 19496

[startup+522.319 s]
/proc/loadavg: 1.00 1.00 1.00 3/98 25779
/proc/meminfo: memFree=928256/2074464 swapFree=1950760/1959888
[pid=24078] ppid=24076 vsize=2416 CPUtime=1.32
/proc/24078/stat : 24078 (SatELiteGTI) S 24076 24078 11066 0 -1 4194304 385 5175 0 0 0 0 131 1 18 0 1 0 1016102217 2473984 278 4294967295 134512640 135169312 3217026896 3217023112 3085668078 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/24078/statm: 604 278 235 161 0 43 0
[pid=24084] ppid=24078 vsize=17368 CPUtime=521.03
/proc/24084/stat : 24084 (minisat_static) R 24078 24078 11066 0 -1 4202496 4175 0 0 0 52096 7 0 0 25 0 1 0 1016102349 17784832 4109 4294967295 134512640 135214715 3215840896 3215839360 134528560 0 0 0 3 0 0 0 17 3 0 0 0
/proc/24084/statm: 4342 4109 73 172 0 4169 0
Current children cumulated CPU time (s) 522.35
Current children cumulated vsize (KiB) 19784

[startup+582.316 s]
/proc/loadavg: 1.00 1.00 1.00 2/98 25969
/proc/meminfo: memFree=928248/2074464 swapFree=1950760/1959888
[pid=24078] ppid=24076 vsize=2416 CPUtime=1.32
/proc/24078/stat : 24078 (SatELiteGTI) S 24076 24078 11066 0 -1 4194304 385 5175 0 0 0 0 131 1 18 0 1 0 1016102217 2473984 278 4294967295 134512640 135169312 3217026896 3217023112 3085668078 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/24078/statm: 604 278 235 161 0 43 0
[pid=24084] ppid=24078 vsize=17368 CPUtime=581.03
/proc/24084/stat : 24084 (minisat_static) R 24078 24078 11066 0 -1 4202496 4175 0 0 0 58096 7 0 0 25 0 1 0 1016102349 17784832 4109 4294967295 134512640 135214715 3215840896 3215839360 134528560 0 0 0 3 0 0 0 17 3 0 0 0
/proc/24084/statm: 4342 4109 73 172 0 4169 0
Current children cumulated CPU time (s) 582.35
Current children cumulated vsize (KiB) 19784

[startup+642.323 s]
/proc/loadavg: 1.00 1.00 1.00 2/98 26158
/proc/meminfo: memFree=928124/2074464 swapFree=1950760/1959888
[pid=24078] ppid=24076 vsize=2416 CPUtime=1.32
/proc/24078/stat : 24078 (SatELiteGTI) S 24076 24078 11066 0 -1 4194304 385 5175 0 0 0 0 131 1 18 0 1 0 1016102217 2473984 278 4294967295 134512640 135169312 3217026896 3217023112 3085668078 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/24078/statm: 604 278 235 161 0 43 0
[pid=24084] ppid=24078 vsize=17512 CPUtime=641.04
/proc/24084/stat : 24084 (minisat_static) R 24078 24078 11066 0 -1 4202496 4204 0 0 0 64097 7 0 0 25 0 1 0 1016102349 17932288 4138 4294967295 134512640 135214715 3215840896 3215839360 134528800 0 0 0 3 0 0 0 17 3 0 0 0
/proc/24084/statm: 4378 4138 73 172 0 4205 0
Current children cumulated CPU time (s) 642.36
Current children cumulated vsize (KiB) 19928

[startup+702.309 s]
/proc/loadavg: 1.07 1.03 1.01 2/98 26347
/proc/meminfo: memFree=928148/2074464 swapFree=1950760/1959888
[pid=24078] ppid=24076 vsize=2416 CPUtime=1.32
/proc/24078/stat : 24078 (SatELiteGTI) S 24076 24078 11066 0 -1 4194304 385 5175 0 0 0 0 131 1 18 0 1 0 1016102217 2473984 278 4294967295 134512640 135169312 3217026896 3217023112 3085668078 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/24078/statm: 604 278 235 161 0 43 0
[pid=24084] ppid=24078 vsize=17512 CPUtime=701.03
/proc/24084/stat : 24084 (minisat_static) R 24078 24078 11066 0 -1 4202496 4206 0 0 0 70096 7 0 0 25 0 1 0 1016102349 17932288 4140 4294967295 134512640 135214715 3215840896 3215839360 134528800 0 0 0 3 0 0 0 17 3 0 0 0
/proc/24084/statm: 4378 4140 73 172 0 4205 0
Current children cumulated CPU time (s) 702.35
Current children cumulated vsize (KiB) 19928

[startup+762.316 s]
/proc/loadavg: 1.02 1.02 1.00 2/98 26535
/proc/meminfo: memFree=927148/2074464 swapFree=1950760/1959888
[pid=24078] ppid=24076 vsize=2416 CPUtime=1.32
/proc/24078/stat : 24078 (SatELiteGTI) S 24076 24078 11066 0 -1 4194304 385 5175 0 0 0 0 131 1 18 0 1 0 1016102217 2473984 278 4294967295 134512640 135169312 3217026896 3217023112 3085668078 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/24078/statm: 604 278 235 161 0 43 0
[pid=24084] ppid=24078 vsize=18424 CPUtime=761.04
/proc/24084/stat : 24084 (minisat_static) R 24078 24078 11066 0 -1 4202496 4420 0 0 0 76096 8 0 0 25 0 1 0 1016102349 18866176 4354 4294967295 134512640 135214715 3215840896 3215839360 134528800 0 0 0 3 0 0 0 17 3 0 0 0
/proc/24084/statm: 4606 4354 73 172 0 4433 0
Current children cumulated CPU time (s) 762.36
Current children cumulated vsize (KiB) 20840

[startup+822.313 s]
/proc/loadavg: 1.01 1.01 1.00 2/98 26722
/proc/meminfo: memFree=926280/2074464 swapFree=1950760/1959888
[pid=24078] ppid=24076 vsize=2416 CPUtime=1.32
/proc/24078/stat : 24078 (SatELiteGTI) S 24076 24078 11066 0 -1 4194304 385 5175 0 0 0 0 131 1 18 0 1 0 1016102217 2473984 278 4294967295 134512640 135169312 3217026896 3217023112 3085668078 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/24078/statm: 604 278 235 161 0 43 0
[pid=24084] ppid=24078 vsize=19216 CPUtime=821.04
/proc/24084/stat : 24084 (minisat_static) R 24078 24078 11066 0 -1 4202496 4619 0 0 0 82096 8 0 0 25 0 1 0 1016102349 19677184 4553 4294967295 134512640 135214715 3215840896 3215839360 134528772 0 0 0 3 0 0 0 17 3 0 0 0
/proc/24084/statm: 4804 4553 73 172 0 4631 0
Current children cumulated CPU time (s) 822.36
Current children cumulated vsize (KiB) 21632

[startup+882.319 s]
/proc/loadavg: 1.00 1.01 1.00 3/98 26908
/proc/meminfo: memFree=925652/2074464 swapFree=1950760/1959888
[pid=24078] ppid=24076 vsize=2416 CPUtime=1.32
/proc/24078/stat : 24078 (SatELiteGTI) S 24076 24078 11066 0 -1 4194304 385 5175 0 0 0 0 131 1 18 0 1 0 1016102217 2473984 278 4294967295 134512640 135169312 3217026896 3217023112 3085668078 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/24078/statm: 604 278 235 161 0 43 0
[pid=24084] ppid=24078 vsize=19876 CPUtime=881.05
/proc/24084/stat : 24084 (minisat_static) R 24078 24078 11066 0 -1 4202496 4790 0 0 0 88097 8 0 0 25 0 1 0 1016102349 20353024 4724 4294967295 134512640 135214715 3215840896 3215839360 134528643 0 0 0 3 0 0 0 17 3 0 0 0
/proc/24084/statm: 4969 4724 73 172 0 4796 0
Current children cumulated CPU time (s) 882.37
Current children cumulated vsize (KiB) 22292

[startup+942.316 s]
/proc/loadavg: 1.00 1.00 1.00 3/98 27101
/proc/meminfo: memFree=925768/2074464 swapFree=1950760/1959888
[pid=24078] ppid=24076 vsize=2416 CPUtime=1.32
/proc/24078/stat : 24078 (SatELiteGTI) S 24076 24078 11066 0 -1 4194304 385 5175 0 0 0 0 131 1 18 0 1 0 1016102217 2473984 278 4294967295 134512640 135169312 3217026896 3217023112 3085668078 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/24078/statm: 604 278 235 161 0 43 0
[pid=24084] ppid=24078 vsize=20024 CPUtime=941.05
/proc/24084/stat : 24084 (minisat_static) R 24078 24078 11066 0 -1 4202496 4809 0 0 0 94097 8 0 0 25 0 1 0 1016102349 20504576 4743 4294967295 134512640 135214715 3215840896 3215839360 134528800 0 0 0 3 0 0 0 17 3 0 0 0
/proc/24084/statm: 5006 4743 73 172 0 4833 0
Current children cumulated CPU time (s) 942.37
Current children cumulated vsize (KiB) 22440

[startup+1002.32 s]
/proc/loadavg: 1.00 1.00 1.00 2/98 27290
/proc/meminfo: memFree=925404/2074464 swapFree=1950760/1959888
[pid=24078] ppid=24076 vsize=2416 CPUtime=1.32
/proc/24078/stat : 24078 (SatELiteGTI) S 24076 24078 11066 0 -1 4194304 385 5175 0 0 0 0 131 1 18 0 1 0 1016102217 2473984 278 4294967295 134512640 135169312 3217026896 3217023112 3085668078 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/24078/statm: 604 278 235 161 0 43 0
[pid=24084] ppid=24078 vsize=20188 CPUtime=1001.06
/proc/24084/stat : 24084 (minisat_static) R 24078 24078 11066 0 -1 4202496 4848 0 0 0 100098 8 0 0 25 0 1 0 1016102349 20672512 4782 4294967295 134512640 135214715 3215840896 3215839456 134540482 0 0 0 3 0 0 0 17 3 0 0 0
/proc/24084/statm: 5047 4782 73 172 0 4874 0
Current children cumulated CPU time (s) 1002.38
Current children cumulated vsize (KiB) 22604

[startup+1062.31 s]
/proc/loadavg: 1.00 1.00 1.00 3/98 27478
/proc/meminfo: memFree=925396/2074464 swapFree=1950760/1959888
[pid=24078] ppid=24076 vsize=2416 CPUtime=1.32
/proc/24078/stat : 24078 (SatELiteGTI) S 24076 24078 11066 0 -1 4194304 385 5175 0 0 0 0 131 1 18 0 1 0 1016102217 2473984 278 4294967295 134512640 135169312 3217026896 3217023112 3085668078 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/24078/statm: 604 278 235 161 0 43 0
[pid=24084] ppid=24078 vsize=20188 CPUtime=1061.05
/proc/24084/stat : 24084 (minisat_static) R 24078 24078 11066 0 -1 4202496 4852 0 0 0 106097 8 0 0 25 0 1 0 1016102349 20672512 4786 4294967295 134512640 135214715 3215840896 3215839360 134528509 0 0 0 3 0 0 0 17 3 0 0 0
/proc/24084/statm: 5047 4786 73 172 0 4874 0
Current children cumulated CPU time (s) 1062.37
Current children cumulated vsize (KiB) 22604

[startup+1122.32 s]
/proc/loadavg: 1.00 1.00 1.00 3/98 27665
/proc/meminfo: memFree=924296/2074464 swapFree=1950760/1959888
[pid=24078] ppid=24076 vsize=2416 CPUtime=1.32
/proc/24078/stat : 24078 (SatELiteGTI) S 24076 24078 11066 0 -1 4194304 385 5175 0 0 0 0 131 1 18 0 1 0 1016102217 2473984 278 4294967295 134512640 135169312 3217026896 3217023112 3085668078 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/24078/statm: 604 278 235 161 0 43 0
[pid=24084] ppid=24078 vsize=21036 CPUtime=1121.06
/proc/24084/stat : 24084 (minisat_static) R 24078 24078 11066 0 -1 4202496 5075 0 0 0 112096 10 0 0 25 0 1 0 1016102349 21540864 5009 4294967295 134512640 135214715 3215840896 3215839360 134528800 0 0 0 3 0 0 0 17 3 0 0 0
/proc/24084/statm: 5259 5009 73 172 0 5086 0
Current children cumulated CPU time (s) 1122.38
Current children cumulated vsize (KiB) 23452

[startup+1182.31 s]
/proc/loadavg: 1.00 1.00 1.00 3/98 27851
/proc/meminfo: memFree=922792/2074464 swapFree=1950760/1959888
[pid=24078] ppid=24076 vsize=2416 CPUtime=1.32
/proc/24078/stat : 24078 (SatELiteGTI) S 24076 24078 11066 0 -1 4194304 385 5175 0 0 0 0 131 1 18 0 1 0 1016102217 2473984 278 4294967295 134512640 135169312 3217026896 3217023112 3085668078 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/24078/statm: 604 278 235 161 0 43 0
[pid=24084] ppid=24078 vsize=22784 CPUtime=1181.06
/proc/24084/stat : 24084 (minisat_static) R 24078 24078 11066 0 -1 4202496 5479 0 0 0 118096 10 0 0 25 0 1 0 1016102349 23330816 5413 4294967295 134512640 135214715 3215840896 3215839360 134528560 0 0 0 3 0 0 0 17 3 0 0 0
/proc/24084/statm: 5696 5413 73 172 0 5523 0
Current children cumulated CPU time (s) 1182.38
Current children cumulated vsize (KiB) 25200



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.01 s]
/proc/loadavg: 1.00 1.00 1.00 3/98 27854
/proc/meminfo: memFree=922296/2074464 swapFree=1950760/1959888
[pid=24078] ppid=24076 vsize=2416 CPUtime=1.32
/proc/24078/stat : 24078 (SatELiteGTI) S 24076 24078 11066 0 -1 4194304 385 5175 0 0 0 0 131 1 18 0 1 0 1016102217 2473984 278 4294967295 134512640 135169312 3217026896 3217023112 3085668078 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/24078/statm: 604 278 235 161 0 43 0
[pid=24084] ppid=24078 vsize=23316 CPUtime=1198.76
/proc/24084/stat : 24084 (minisat_static) R 24078 24078 11066 0 -1 4202496 5614 0 0 0 119865 11 0 0 25 0 1 0 1016102349 23875584 5548 4294967295 134512640 135214715 3215840896 3215839360 134528634 0 0 0 3 0 0 0 17 3 0 0 0
/proc/24084/statm: 5829 5548 73 172 0 5656 0
Current children cumulated CPU time (s) 1200.08
Current children cumulated vsize (KiB) 25732

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.96
CPU system time (s): 0.13
CPU usage (%): 100.005
Max. virtual memory (cumulated for all children) (KiB): 25732

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

runsolver used 0 second user time and 0 second system time

The end

Launcher Data

Begin job on tipi23 at 2009-05-17 01:20:39
IDJOB=1821193
IDBENCH=70873
IDSOLVER=660
FILE ID=tipi23/1821193-1242516039
PBS_JOBID=
Free space on /tmp= 8813 MiB

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

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

MD5SUM BENCH= d34c45eae853ce60c342643824196dbf
RANDOM SEED= 1379031431

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:        949136 kB
Buffers:         33640 kB
Cached:         989964 kB
SwapCached:       3660 kB
Active:         476404 kB
Inactive:       559032 kB
HighTotal:     1178688 kB
HighFree:       311808 kB
LowTotal:       895776 kB
LowFree:        637328 kB
SwapTotal:     1959888 kB
SwapFree:      1950760 kB
Dirty:            3216 kB
Writeback:           0 kB
AnonPages:       11128 kB
Mapped:           4648 kB
Slab:            81008 kB
PageTables:        508 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 01:40:39