Trace number 1820323

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.1 1200.15

General information on the benchmark

Nameindustrial/anbulagan/
hard-unsat/total-5-15-u.cnf
MD5SUMc438ce1eb243ac0a49869eda1166f28f
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 variables219756
Number of clauses1008653
Sum of the clauses size2316156
Maximum clause length10
Minimum clause length1
Number of clauses of size 118434
Number of clauses of size 2797195
Number of clauses of size 3151604
Number of clauses of size 44600
Number of clauses of size 518400
Number of clauses of size over 518420

Solver Data

0.00/0.02	c Parsing...
0.91/0.91	c ==============================================================================
0.91/0.91	c |           |     ORIGINAL     |              LEARNT              |          |
0.91/0.91	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.91/0.91	c ==============================================================================
0.91/0.91	c |         0 |  990219  2297722 |  297065       0        0     nan |  0.000 % |
7.00/7.01	c |         0 |  427478  1139975 |      --       0       --      -- |     --   | -342939/-661157
7.00/7.01	c ==============================================================================
7.00/7.01	c Result  :   #vars: 72951   #clauses: 427478   #literals: 1139975
7.00/7.01	c CPU time:   6.73 s
7.00/7.01	c ==============================================================================
7.39/7.49	This is MiniSat 2.0 beta with hacks by AVG
7.39/7.49	WARNING: for repeatability, setting FPU to use double precision
7.39/7.49	============================[ Problem Statistics ]=============================
7.39/7.49	|                                                                             |
7.39/7.49	|  Number of variables:  72951                                                |
7.39/7.49	|  Number of clauses:    427478                                               |
7.69/7.80	|  Parsing time:         0.29         s                                       |
1200.08/1200.14	HOME/SatELiteGTI: line 36: 30854 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-1820323-1242427316/watcher-1820323-1242427316 -o /tmp/evaluation-result-1820323-1242427316/solver-1820323-1242427316 -C 1200 -W 1800 -M 1800 SatELiteGTI HOME/instance-1820323-1242427316.cnf 

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


[startup+0 s]
/proc/loadavg: 0.92 0.98 0.98 2/93 30848
/proc/meminfo: memFree=1618596/2074464 swapFree=1950856/1959888
[pid=30848] ppid=30846 vsize=2416 CPUtime=0.01
/proc/30848/stat : 30848 (SatELiteGTI) S 30846 30848 10114 0 -1 4194304 368 643 0 0 0 0 0 1 25 0 1 0 1007232598 2473984 277 4294967295 134512640 135169312 3216856864 3216855400 3085885166 0 65536 4 65538 3222381614 0 0 17 2 0 0 0
/proc/30848/statm: 604 277 235 161 0 43 0
[pid=30852] ppid=30848 vsize=952 CPUtime=0
/proc/30852/stat : 30852 (SatELite_releas) R 30848 30848 10114 0 -1 4202496 115 0 0 0 0 0 0 0 25 0 1 0 1007232598 974848 50 4294967295 134512640 135223648 3214140544 3214139448 134736942 0 0 0 3 0 0 0 17 3 0 0 0
/proc/30852/statm: 238 50 40 174 0 63 0

[startup+0.102264 s]
/proc/loadavg: 0.92 0.98 0.98 2/93 30848
/proc/meminfo: memFree=1618596/2074464 swapFree=1950856/1959888
[pid=30848] ppid=30846 vsize=2416 CPUtime=0.01
/proc/30848/stat : 30848 (SatELiteGTI) S 30846 30848 10114 0 -1 4194304 368 643 0 0 0 0 0 1 25 0 1 0 1007232598 2473984 277 4294967295 134512640 135169312 3216856864 3216855400 3085885166 0 65536 4 65538 3222381614 0 0 17 2 0 0 0
/proc/30848/statm: 604 277 235 161 0 43 0
[pid=30852] ppid=30848 vsize=20912 CPUtime=0.09
/proc/30852/stat : 30852 (SatELite_releas) R 30848 30848 10114 0 -1 4202496 3931 0 0 0 5 4 0 0 25 0 1 0 1007232598 21413888 3866 4294967295 134512640 135223648 3214140544 3214139496 134737310 0 0 0 3 0 0 0 17 0 0 0 0
/proc/30852/statm: 5228 3868 46 174 0 5053 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 23328

[startup+0.212228 s]
/proc/loadavg: 0.92 0.98 0.98 2/93 30848
/proc/meminfo: memFree=1618596/2074464 swapFree=1950856/1959888
[pid=30848] ppid=30846 vsize=2416 CPUtime=0.01
/proc/30848/stat : 30848 (SatELiteGTI) S 30846 30848 10114 0 -1 4194304 368 643 0 0 0 0 0 1 25 0 1 0 1007232598 2473984 277 4294967295 134512640 135169312 3216856864 3216855400 3085885166 0 65536 4 65538 3222381614 0 0 17 2 0 0 0
/proc/30848/statm: 604 277 235 161 0 43 0
[pid=30852] ppid=30848 vsize=42812 CPUtime=0.2
/proc/30852/stat : 30852 (SatELite_releas) R 30848 30848 10114 0 -1 4202496 9072 0 0 0 15 5 0 0 25 0 1 0 1007232598 43839488 9007 4294967295 134512640 135223648 3214140544 3214139128 134719062 0 0 0 3 0 0 0 17 2 0 0 0
/proc/30852/statm: 10703 9007 46 174 0 10528 0
Current children cumulated CPU time (s) 0.21
Current children cumulated vsize (KiB) 45228

[startup+0.312223 s]
/proc/loadavg: 0.92 0.98 0.98 2/93 30848
/proc/meminfo: memFree=1618596/2074464 swapFree=1950856/1959888
[pid=30848] ppid=30846 vsize=2416 CPUtime=0.01
/proc/30848/stat : 30848 (SatELiteGTI) S 30846 30848 10114 0 -1 4194304 368 643 0 0 0 0 0 1 25 0 1 0 1007232598 2473984 277 4294967295 134512640 135169312 3216856864 3216855400 3085885166 0 65536 4 65538 3222381614 0 0 17 2 0 0 0
/proc/30848/statm: 604 277 235 161 0 43 0
[pid=30852] ppid=30848 vsize=51756 CPUtime=0.3
/proc/30852/stat : 30852 (SatELite_releas) R 30848 30848 10114 0 -1 4202496 11216 0 0 0 20 10 0 0 25 0 1 0 1007232598 52998144 11151 4294967295 134512640 135223648 3214140544 3214139496 134737310 0 0 0 3 0 0 0 17 2 0 0 0
/proc/30852/statm: 12939 11151 46 174 0 12764 0
Current children cumulated CPU time (s) 0.31
Current children cumulated vsize (KiB) 54172

[startup+0.712203 s]
/proc/loadavg: 0.92 0.98 0.98 2/93 30848
/proc/meminfo: memFree=1618596/2074464 swapFree=1950856/1959888
[pid=30848] ppid=30846 vsize=2416 CPUtime=0.01
/proc/30848/stat : 30848 (SatELiteGTI) S 30846 30848 10114 0 -1 4194304 368 643 0 0 0 0 0 1 25 0 1 0 1007232598 2473984 277 4294967295 134512640 135169312 3216856864 3216855400 3085885166 0 65536 4 65538 3222381614 0 0 17 2 0 0 0
/proc/30848/statm: 604 277 235 161 0 43 0
[pid=30852] ppid=30848 vsize=80340 CPUtime=0.7
/proc/30852/stat : 30852 (SatELite_releas) R 30848 30848 10114 0 -1 4202496 18921 0 0 0 57 13 0 0 25 0 1 0 1007232598 82268160 18856 4294967295 134512640 135223648 3214140544 3214139112 134719062 0 0 0 3 0 0 0 17 2 0 0 0
/proc/30852/statm: 20085 18857 47 174 0 19910 0
Current children cumulated CPU time (s) 0.71
Current children cumulated vsize (KiB) 82756

[startup+1.51216 s]
/proc/loadavg: 0.93 0.98 0.98 3/95 30853
/proc/meminfo: memFree=1519388/2074464 swapFree=1950856/1959888
[pid=30848] ppid=30846 vsize=2416 CPUtime=0.01
/proc/30848/stat : 30848 (SatELiteGTI) S 30846 30848 10114 0 -1 4194304 368 643 0 0 0 0 0 1 25 0 1 0 1007232598 2473984 277 4294967295 134512640 135169312 3216856864 3216855400 3085885166 0 65536 4 65538 3222381614 0 0 17 2 0 0 0
/proc/30848/statm: 604 277 235 161 0 43 0
[pid=30852] ppid=30848 vsize=107736 CPUtime=1.49
/proc/30852/stat : 30852 (SatELite_releas) R 30848 30848 10114 0 -1 4202496 27419 0 0 0 134 15 0 0 25 0 1 0 1007232598 110321664 25114 4294967295 134512640 135223648 3214140544 3214138492 134713245 0 0 0 3 0 0 0 17 0 0 0 0
/proc/30852/statm: 26934 25114 73 174 0 26759 0
Current children cumulated CPU time (s) 1.5
Current children cumulated vsize (KiB) 110152

[startup+3.1121 s]
/proc/loadavg: 0.93 0.98 0.98 3/95 30853
/proc/meminfo: memFree=1510708/2074464 swapFree=1950856/1959888
[pid=30848] ppid=30846 vsize=2416 CPUtime=0.01
/proc/30848/stat : 30848 (SatELiteGTI) S 30846 30848 10114 0 -1 4194304 368 643 0 0 0 0 0 1 25 0 1 0 1007232598 2473984 277 4294967295 134512640 135169312 3216856864 3216855400 3085885166 0 65536 4 65538 3222381614 0 0 17 2 0 0 0
/proc/30848/statm: 604 277 235 161 0 43 0
[pid=30852] ppid=30848 vsize=112728 CPUtime=3.09
/proc/30852/stat : 30852 (SatELite_releas) R 30848 30848 10114 0 -1 4202496 28894 0 0 0 292 17 0 0 25 0 1 0 1007232598 115433472 26421 4294967295 134512640 135223648 3214140544 3214138620 134587072 0 0 0 3 0 0 0 17 0 0 0 0
/proc/30852/statm: 28182 26421 73 174 0 28007 0
Current children cumulated CPU time (s) 3.1
Current children cumulated vsize (KiB) 115144

[startup+6.31193 s]
/proc/loadavg: 0.93 0.98 0.98 3/95 30853
/proc/meminfo: memFree=1505004/2074464 swapFree=1950856/1959888
[pid=30848] ppid=30846 vsize=2416 CPUtime=0.01
/proc/30848/stat : 30848 (SatELiteGTI) S 30846 30848 10114 0 -1 4194304 368 643 0 0 0 0 0 1 25 0 1 0 1007232598 2473984 277 4294967295 134512640 135169312 3216856864 3216855400 3085885166 0 65536 4 65538 3222381614 0 0 17 2 0 0 0
/proc/30848/statm: 604 277 235 161 0 43 0
[pid=30852] ppid=30848 vsize=123000 CPUtime=6.29
/proc/30852/stat : 30852 (SatELite_releas) R 30848 30848 10114 0 -1 4202496 33860 0 0 0 608 21 0 0 25 0 1 0 1007232598 125952000 27201 4294967295 134512640 135223648 3214140544 3214138640 134595977 0 0 0 3 0 0 0 17 0 0 0 0
/proc/30852/statm: 30750 27201 73 174 0 30575 0
Current children cumulated CPU time (s) 6.3
Current children cumulated vsize (KiB) 125416

[startup+12.7116 s]
/proc/loadavg: 0.94 0.98 0.98 2/95 30855
/proc/meminfo: memFree=1579840/2074464 swapFree=1950856/1959888
[pid=30848] ppid=30846 vsize=2420 CPUtime=7.47
/proc/30848/stat : 30848 (SatELiteGTI) S 30846 30848 10114 0 -1 4194304 386 42632 0 0 0 0 719 28 18 0 1 0 1007232598 2478080 278 4294967295 134512640 135169312 3216856864 3216853080 3085885166 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/30848/statm: 605 278 235 161 0 44 0
[pid=30854] ppid=30848 vsize=25544 CPUtime=5.2
/proc/30854/stat : 30854 (minisat_static) R 30848 30848 10114 0 -1 4202496 5973 0 0 0 519 1 0 0 25 0 1 0 1007233347 26157056 5898 4294967295 134512640 135214715 3214794112 3214792576 134528626 0 0 0 3 0 0 0 17 3 0 0 0
/proc/30854/statm: 6386 5898 73 172 0 6213 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 27964

[startup+25.511 s]
/proc/loadavg: 0.95 0.98 0.98 2/95 31039
/proc/meminfo: memFree=1576172/2074464 swapFree=1950856/1959888
[pid=30848] ppid=30846 vsize=2420 CPUtime=7.47
/proc/30848/stat : 30848 (SatELiteGTI) S 30846 30848 10114 0 -1 4194304 386 42632 0 0 0 0 719 28 18 0 1 0 1007232598 2478080 278 4294967295 134512640 135169312 3216856864 3216853080 3085885166 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/30848/statm: 605 278 235 161 0 44 0
[pid=30854] ppid=30848 vsize=29108 CPUtime=17.98
/proc/30854/stat : 30854 (minisat_static) R 30848 30848 10114 0 -1 4202496 6852 0 0 0 1797 1 0 0 25 0 1 0 1007233347 29806592 6777 4294967295 134512640 135214715 3214794112 3214792576 134528539 0 0 0 3 0 0 0 17 3 0 0 0
/proc/30854/statm: 7277 6777 73 172 0 7104 0
Current children cumulated CPU time (s) 25.45
Current children cumulated vsize (KiB) 31528

[startup+51.1098 s]
/proc/loadavg: 0.96 0.98 0.98 2/95 31041
/proc/meminfo: memFree=1566044/2074464 swapFree=1950856/1959888
[pid=30848] ppid=30846 vsize=2420 CPUtime=7.47
/proc/30848/stat : 30848 (SatELiteGTI) S 30846 30848 10114 0 -1 4194304 386 42632 0 0 0 0 719 28 18 0 1 0 1007232598 2478080 278 4294967295 134512640 135169312 3216856864 3216853080 3085885166 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/30848/statm: 605 278 235 161 0 44 0
[pid=30854] ppid=30848 vsize=39256 CPUtime=43.58
/proc/30854/stat : 30854 (minisat_static) R 30848 30848 10114 0 -1 4202496 9414 0 0 0 4356 2 0 0 25 0 1 0 1007233347 40198144 9339 4294967295 134512640 135214715 3214794112 3214792576 134528800 0 0 0 3 0 0 0 17 3 0 0 0
/proc/30854/statm: 9814 9339 73 172 0 9641 0
Current children cumulated CPU time (s) 51.05
Current children cumulated vsize (KiB) 41676

[startup+102.317 s]
/proc/loadavg: 0.98 0.98 0.98 2/95 31228
/proc/meminfo: memFree=1554420/2074464 swapFree=1950856/1959888
[pid=30848] ppid=30846 vsize=2420 CPUtime=7.47
/proc/30848/stat : 30848 (SatELiteGTI) S 30846 30848 10114 0 -1 4194304 386 42632 0 0 0 0 719 28 18 0 1 0 1007232598 2478080 278 4294967295 134512640 135169312 3216856864 3216853080 3085885166 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/30848/statm: 605 278 235 161 0 44 0
[pid=30854] ppid=30848 vsize=50884 CPUtime=94.75
/proc/30854/stat : 30854 (minisat_static) R 30848 30848 10114 0 -1 4202496 12314 0 0 0 9472 3 0 0 25 0 1 0 1007233347 52105216 12239 4294967295 134512640 135214715 3214794112 3214792576 134528800 0 0 0 3 0 0 0 17 3 0 0 0
/proc/30854/statm: 12721 12239 73 172 0 12548 0
Current children cumulated CPU time (s) 102.22
Current children cumulated vsize (KiB) 53304

[startup+162.304 s]
/proc/loadavg: 0.99 0.98 0.98 3/95 31420
/proc/meminfo: memFree=1545352/2074464 swapFree=1950856/1959888
[pid=30848] ppid=30846 vsize=2420 CPUtime=7.47
/proc/30848/stat : 30848 (SatELiteGTI) S 30846 30848 10114 0 -1 4194304 386 42632 0 0 0 0 719 28 18 0 1 0 1007232598 2478080 278 4294967295 134512640 135169312 3216856864 3216853080 3085885166 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/30848/statm: 605 278 235 161 0 44 0
[pid=30854] ppid=30848 vsize=59904 CPUtime=154.74
/proc/30854/stat : 30854 (minisat_static) R 30848 30848 10114 0 -1 4202496 14548 0 0 0 15469 5 0 0 25 0 1 0 1007233347 61341696 14473 4294967295 134512640 135214715 3214794112 3214792576 134528560 0 0 0 3 0 0 0 17 3 0 0 0
/proc/30854/statm: 14976 14473 73 172 0 14803 0
Current children cumulated CPU time (s) 162.21
Current children cumulated vsize (KiB) 62324

[startup+222.311 s]
/proc/loadavg: 0.99 0.98 0.98 2/95 31606
/proc/meminfo: memFree=1536696/2074464 swapFree=1950856/1959888
[pid=30848] ppid=30846 vsize=2420 CPUtime=7.47
/proc/30848/stat : 30848 (SatELiteGTI) S 30846 30848 10114 0 -1 4194304 386 42632 0 0 0 0 719 28 18 0 1 0 1007232598 2478080 278 4294967295 134512640 135169312 3216856864 3216853080 3085885166 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/30848/statm: 605 278 235 161 0 44 0
[pid=30854] ppid=30848 vsize=68672 CPUtime=214.75
/proc/30854/stat : 30854 (minisat_static) R 30848 30848 10114 0 -1 4202496 16685 0 0 0 21467 8 0 0 25 0 1 0 1007233347 70320128 16610 4294967295 134512640 135214715 3214794112 3214792576 134528800 0 0 0 3 0 0 0 17 3 0 0 0
/proc/30854/statm: 17168 16610 73 172 0 16995 0
Current children cumulated CPU time (s) 222.22
Current children cumulated vsize (KiB) 71092

[startup+282.308 s]
/proc/loadavg: 0.99 0.98 0.98 2/95 31795
/proc/meminfo: memFree=1529000/2074464 swapFree=1950856/1959888
[pid=30848] ppid=30846 vsize=2420 CPUtime=7.47
/proc/30848/stat : 30848 (SatELiteGTI) S 30846 30848 10114 0 -1 4194304 386 42632 0 0 0 0 719 28 18 0 1 0 1007232598 2478080 278 4294967295 134512640 135169312 3216856864 3216853080 3085885166 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/30848/statm: 605 278 235 161 0 44 0
[pid=30854] ppid=30848 vsize=76568 CPUtime=274.75
/proc/30854/stat : 30854 (minisat_static) R 30848 30848 10114 0 -1 4202496 18637 0 0 0 27466 9 0 0 25 0 1 0 1007233347 78405632 18562 4294967295 134512640 135214715 3214794112 3214792576 134528800 0 0 0 3 0 0 0 17 3 0 0 0
/proc/30854/statm: 19142 18562 73 172 0 18969 0
Current children cumulated CPU time (s) 282.22
Current children cumulated vsize (KiB) 78988

[startup+342.315 s]
/proc/loadavg: 0.99 0.98 0.98 3/95 31986
/proc/meminfo: memFree=1522064/2074464 swapFree=1950856/1959888
[pid=30848] ppid=30846 vsize=2420 CPUtime=7.47
/proc/30848/stat : 30848 (SatELiteGTI) S 30846 30848 10114 0 -1 4194304 386 42632 0 0 0 0 719 28 18 0 1 0 1007232598 2478080 278 4294967295 134512640 135169312 3216856864 3216853080 3085885166 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/30848/statm: 605 278 235 161 0 44 0
[pid=30854] ppid=30848 vsize=83764 CPUtime=334.76
/proc/30854/stat : 30854 (minisat_static) R 30848 30848 10114 0 -1 4202496 20375 0 0 0 33466 10 0 0 25 0 1 0 1007233347 85774336 20300 4294967295 134512640 135214715 3214794112 3214791488 134536349 0 0 0 3 0 0 0 17 3 0 0 0
/proc/30854/statm: 20941 20300 73 172 0 20768 0
Current children cumulated CPU time (s) 342.23

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

/proc/30848/stat : 30848 (SatELiteGTI) S 30846 30848 10114 0 -1 4194304 386 42632 0 0 0 0 719 28 18 0 1 0 1007232598 2478080 278 4294967295 134512640 135169312 3216856864 3216853080 3085885166 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/30848/statm: 605 278 235 161 0 44 0
[pid=30854] ppid=30848 vsize=95972 CPUtime=454.77
/proc/30854/stat : 30854 (minisat_static) R 30848 30848 10114 0 -1 4202496 23444 0 0 0 45465 12 0 0 25 0 1 0 1007233347 98275328 23369 4294967295 134512640 135214715 3214794112 3214792576 134528800 0 0 0 3 0 0 0 17 3 0 0 0
/proc/30854/statm: 23993 23369 73 172 0 23820 0
Current children cumulated CPU time (s) 462.24
Current children cumulated vsize (KiB) 98392

[startup+522.317 s]
/proc/loadavg: 0.99 0.98 0.98 2/95 32547
/proc/meminfo: memFree=1504076/2074464 swapFree=1950856/1959888
[pid=30848] ppid=30846 vsize=2420 CPUtime=7.47
/proc/30848/stat : 30848 (SatELiteGTI) S 30846 30848 10114 0 -1 4194304 386 42632 0 0 0 0 719 28 18 0 1 0 1007232598 2478080 278 4294967295 134512640 135169312 3216856864 3216853080 3085885166 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/30848/statm: 605 278 235 161 0 44 0
[pid=30854] ppid=30848 vsize=101492 CPUtime=514.77
/proc/30854/stat : 30854 (minisat_static) R 30848 30848 10114 0 -1 4202496 24816 0 0 0 51465 12 0 0 25 0 1 0 1007233347 103927808 24741 4294967295 134512640 135214715 3214794112 3214792576 134528800 0 0 0 3 0 0 0 17 3 0 0 0
/proc/30854/statm: 25373 24741 73 172 0 25200 0
Current children cumulated CPU time (s) 522.24
Current children cumulated vsize (KiB) 103912

[startup+582.314 s]
/proc/loadavg: 0.99 0.98 0.98 3/95 32740
/proc/meminfo: memFree=1498504/2074464 swapFree=1950856/1959888
[pid=30848] ppid=30846 vsize=2420 CPUtime=7.47
/proc/30848/stat : 30848 (SatELiteGTI) S 30846 30848 10114 0 -1 4194304 386 42632 0 0 0 0 719 28 18 0 1 0 1007232598 2478080 278 4294967295 134512640 135169312 3216856864 3216853080 3085885166 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/30848/statm: 605 278 235 161 0 44 0
[pid=30854] ppid=30848 vsize=107488 CPUtime=574.77
/proc/30854/stat : 30854 (minisat_static) R 30848 30848 10114 0 -1 4202496 26184 0 0 0 57464 13 0 0 25 0 1 0 1007233347 110067712 26109 4294967295 134512640 135214715 3214794112 3214792576 134528800 0 0 0 3 0 0 0 17 3 0 0 0
/proc/30854/statm: 26872 26109 73 172 0 26699 0
Current children cumulated CPU time (s) 582.24
Current children cumulated vsize (KiB) 109908

[startup+642.321 s]
/proc/loadavg: 0.99 0.98 0.98 3/95 460
/proc/meminfo: memFree=1493644/2074464 swapFree=1950856/1959888
[pid=30848] ppid=30846 vsize=2420 CPUtime=7.47
/proc/30848/stat : 30848 (SatELiteGTI) S 30846 30848 10114 0 -1 4194304 386 42632 0 0 0 0 719 28 18 0 1 0 1007232598 2478080 278 4294967295 134512640 135169312 3216856864 3216853080 3085885166 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/30848/statm: 605 278 235 161 0 44 0
[pid=30854] ppid=30848 vsize=112332 CPUtime=634.78
/proc/30854/stat : 30854 (minisat_static) R 30848 30848 10114 0 -1 4202496 27404 0 0 0 63465 13 0 0 25 0 1 0 1007233347 115027968 27329 4294967295 134512640 135214715 3214794112 3214792576 134528626 0 0 0 3 0 0 0 17 3 0 0 0
/proc/30854/statm: 28083 27329 73 172 0 27910 0
Current children cumulated CPU time (s) 642.25
Current children cumulated vsize (KiB) 114752

[startup+702.318 s]
/proc/loadavg: 0.99 0.98 0.98 3/95 648
/proc/meminfo: memFree=1489188/2074464 swapFree=1950856/1959888
[pid=30848] ppid=30846 vsize=2420 CPUtime=7.47
/proc/30848/stat : 30848 (SatELiteGTI) S 30846 30848 10114 0 -1 4194304 386 42632 0 0 0 0 719 28 18 0 1 0 1007232598 2478080 278 4294967295 134512640 135169312 3216856864 3216853080 3085885166 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/30848/statm: 605 278 235 161 0 44 0
[pid=30854] ppid=30848 vsize=116464 CPUtime=694.78
/proc/30854/stat : 30854 (minisat_static) R 30848 30848 10114 0 -1 4202496 28412 0 0 0 69464 14 0 0 25 0 1 0 1007233347 119259136 28337 4294967295 134512640 135214715 3214794112 3214792576 134528698 0 0 0 3 0 0 0 17 3 0 0 0
/proc/30854/statm: 29116 28337 73 172 0 28943 0
Current children cumulated CPU time (s) 702.25
Current children cumulated vsize (KiB) 118884

[startup+762.325 s]
/proc/loadavg: 1.05 1.00 0.99 2/95 836
/proc/meminfo: memFree=1485096/2074464 swapFree=1950856/1959888
[pid=30848] ppid=30846 vsize=2420 CPUtime=7.47
/proc/30848/stat : 30848 (SatELiteGTI) S 30846 30848 10114 0 -1 4194304 386 42632 0 0 0 0 719 28 18 0 1 0 1007232598 2478080 278 4294967295 134512640 135169312 3216856864 3216853080 3085885166 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/30848/statm: 605 278 235 161 0 44 0
[pid=30854] ppid=30848 vsize=120856 CPUtime=754.79
/proc/30854/stat : 30854 (minisat_static) R 30848 30848 10114 0 -1 4202496 29476 0 0 0 75464 15 0 0 25 0 1 0 1007233347 123756544 29401 4294967295 134512640 135214715 3214794112 3214792576 134528800 0 0 0 3 0 0 0 17 3 0 0 0
/proc/30854/statm: 30214 29401 73 172 0 30041 0
Current children cumulated CPU time (s) 762.26
Current children cumulated vsize (KiB) 123276

[startup+822.312 s]
/proc/loadavg: 1.02 1.00 0.99 2/95 1035
/proc/meminfo: memFree=1480060/2074464 swapFree=1950856/1959888
[pid=30848] ppid=30846 vsize=2420 CPUtime=7.47
/proc/30848/stat : 30848 (SatELiteGTI) S 30846 30848 10114 0 -1 4194304 386 42632 0 0 0 0 719 28 18 0 1 0 1007232598 2478080 278 4294967295 134512640 135169312 3216856864 3216853080 3085885166 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/30848/statm: 605 278 235 161 0 44 0
[pid=30854] ppid=30848 vsize=125708 CPUtime=814.78
/proc/30854/stat : 30854 (minisat_static) R 30848 30848 10114 0 -1 4202496 30696 0 0 0 81462 16 0 0 25 0 1 0 1007233347 128724992 30621 4294967295 134512640 135214715 3214794112 3214790976 134536213 0 0 0 3 0 0 0 17 3 0 0 0
/proc/30854/statm: 31427 30621 73 172 0 31254 0
Current children cumulated CPU time (s) 822.25
Current children cumulated vsize (KiB) 128128

[startup+882.309 s]
/proc/loadavg: 1.00 1.00 0.99 3/95 1225
/proc/meminfo: memFree=1476156/2074464 swapFree=1950856/1959888
[pid=30848] ppid=30846 vsize=2420 CPUtime=7.47
/proc/30848/stat : 30848 (SatELiteGTI) S 30846 30848 10114 0 -1 4194304 386 42632 0 0 0 0 719 28 18 0 1 0 1007232598 2478080 278 4294967295 134512640 135169312 3216856864 3216853080 3085885166 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/30848/statm: 605 278 235 161 0 44 0
[pid=30854] ppid=30848 vsize=129932 CPUtime=874.78
/proc/30854/stat : 30854 (minisat_static) R 30848 30848 10114 0 -1 4202496 31771 0 0 0 87459 19 0 0 25 0 1 0 1007233347 133050368 31696 4294967295 134512640 135214715 3214794112 3214792576 134528702 0 0 0 3 0 0 0 17 3 0 0 0
/proc/30854/statm: 32483 31696 73 172 0 32310 0
Current children cumulated CPU time (s) 882.25
Current children cumulated vsize (KiB) 132352

[startup+942.306 s]
/proc/loadavg: 1.00 1.00 0.99 3/95 1417
/proc/meminfo: memFree=1472544/2074464 swapFree=1950856/1959888
[pid=30848] ppid=30846 vsize=2420 CPUtime=7.47
/proc/30848/stat : 30848 (SatELiteGTI) S 30846 30848 10114 0 -1 4194304 386 42632 0 0 0 0 719 28 18 0 1 0 1007232598 2478080 278 4294967295 134512640 135169312 3216856864 3216853080 3085885166 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/30848/statm: 605 278 235 161 0 44 0
[pid=30854] ppid=30848 vsize=134080 CPUtime=934.78
/proc/30854/stat : 30854 (minisat_static) R 30848 30848 10114 0 -1 4202496 32788 0 0 0 93458 20 0 0 25 0 1 0 1007233347 137297920 32713 4294967295 134512640 135214715 3214794112 3214792576 134528688 0 0 0 3 0 0 0 17 3 0 0 0
/proc/30854/statm: 33520 32713 73 172 0 33347 0
Current children cumulated CPU time (s) 942.25
Current children cumulated vsize (KiB) 136500

[startup+1002.31 s]
/proc/loadavg: 1.00 1.00 0.99 3/95 1605
/proc/meminfo: memFree=1468668/2074464 swapFree=1950856/1959888
[pid=30848] ppid=30846 vsize=2420 CPUtime=7.47
/proc/30848/stat : 30848 (SatELiteGTI) S 30846 30848 10114 0 -1 4194304 386 42632 0 0 0 0 719 28 18 0 1 0 1007232598 2478080 278 4294967295 134512640 135169312 3216856864 3216853080 3085885166 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/30848/statm: 605 278 235 161 0 44 0
[pid=30854] ppid=30848 vsize=137740 CPUtime=994.79
/proc/30854/stat : 30854 (minisat_static) R 30848 30848 10114 0 -1 4202496 33681 0 0 0 99458 21 0 0 25 0 1 0 1007233347 141045760 33606 4294967295 134512640 135214715 3214794112 3214792576 134528800 0 0 0 3 0 0 0 17 3 0 0 0
/proc/30854/statm: 34435 33606 73 172 0 34262 0
Current children cumulated CPU time (s) 1002.26
Current children cumulated vsize (KiB) 140160

[startup+1062.31 s]
/proc/loadavg: 1.00 1.00 0.99 3/95 1793
/proc/meminfo: memFree=1465476/2074464 swapFree=1950856/1959888
[pid=30848] ppid=30846 vsize=2420 CPUtime=7.47
/proc/30848/stat : 30848 (SatELiteGTI) S 30846 30848 10114 0 -1 4194304 386 42632 0 0 0 0 719 28 18 0 1 0 1007232598 2478080 278 4294967295 134512640 135169312 3216856864 3216853080 3085885166 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/30848/statm: 605 278 235 161 0 44 0
[pid=30854] ppid=30848 vsize=141756 CPUtime=1054.79
/proc/30854/stat : 30854 (minisat_static) R 30848 30848 10114 0 -1 4202496 34533 0 0 0 105457 22 0 0 25 0 1 0 1007233347 145158144 34458 4294967295 134512640 135214715 3214794112 3214792576 134528800 0 0 0 3 0 0 0 17 3 0 0 0
/proc/30854/statm: 35439 34458 73 172 0 35266 0
Current children cumulated CPU time (s) 1062.26
Current children cumulated vsize (KiB) 144176

[startup+1122.32 s]
/proc/loadavg: 1.00 1.00 0.99 2/95 1979
/proc/meminfo: memFree=1461920/2074464 swapFree=1950856/1959888
[pid=30848] ppid=30846 vsize=2420 CPUtime=7.47
/proc/30848/stat : 30848 (SatELiteGTI) S 30846 30848 10114 0 -1 4194304 386 42632 0 0 0 0 719 28 18 0 1 0 1007232598 2478080 278 4294967295 134512640 135169312 3216856864 3216853080 3085885166 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/30848/statm: 605 278 235 161 0 44 0
[pid=30854] ppid=30848 vsize=145468 CPUtime=1114.8
/proc/30854/stat : 30854 (minisat_static) R 30848 30848 10114 0 -1 4202496 35462 0 0 0 111458 22 0 0 25 0 1 0 1007233347 148959232 35387 4294967295 134512640 135214715 3214794112 3214792576 134528688 0 0 0 3 0 0 0 17 3 0 0 0
/proc/30854/statm: 36367 35387 73 172 0 36194 0
Current children cumulated CPU time (s) 1122.27
Current children cumulated vsize (KiB) 147888

[startup+1182.31 s]
/proc/loadavg: 1.00 1.00 0.99 3/95 2168
/proc/meminfo: memFree=1458036/2074464 swapFree=1950856/1959888
[pid=30848] ppid=30846 vsize=2420 CPUtime=7.47
/proc/30848/stat : 30848 (SatELiteGTI) S 30846 30848 10114 0 -1 4194304 386 42632 0 0 0 0 719 28 18 0 1 0 1007232598 2478080 278 4294967295 134512640 135169312 3216856864 3216853080 3085885166 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/30848/statm: 605 278 235 161 0 44 0
[pid=30854] ppid=30848 vsize=149316 CPUtime=1174.8
/proc/30854/stat : 30854 (minisat_static) R 30848 30848 10114 0 -1 4202496 36404 0 0 0 117458 22 0 0 25 0 1 0 1007233347 152899584 36329 4294967295 134512640 135214715 3214794112 3214792576 134528800 0 0 0 3 0 0 0 17 3 0 0 0
/proc/30854/statm: 37329 36329 73 172 0 37156 0
Current children cumulated CPU time (s) 1182.27
Current children cumulated vsize (KiB) 151736



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.12 s]
/proc/loadavg: 1.00 1.00 0.99 3/95 2170
/proc/meminfo: memFree=1457200/2074464 swapFree=1950856/1959888
[pid=30848] ppid=30846 vsize=2420 CPUtime=7.47
/proc/30848/stat : 30848 (SatELiteGTI) S 30846 30848 10114 0 -1 4194304 386 42632 0 0 0 0 719 28 18 0 1 0 1007232598 2478080 278 4294967295 134512640 135169312 3216856864 3216853080 3085885166 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/30848/statm: 605 278 235 161 0 44 0
[pid=30854] ppid=30848 vsize=150220 CPUtime=1192.61
/proc/30854/stat : 30854 (minisat_static) R 30848 30848 10114 0 -1 4202496 36637 0 0 0 119239 22 0 0 25 0 1 0 1007233347 153825280 36562 4294967295 134512640 135214715 3214794112 3214792576 134528702 0 0 0 3 0 0 0 17 3 0 0 0
/proc/30854/statm: 37555 36562 73 172 0 37382 0
Current children cumulated CPU time (s) 1200.08
Current children cumulated vsize (KiB) 152640

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

Child status: 143
Real time (s): 1200.15
CPU time (s): 1200.1
CPU user time (s): 1199.58
CPU system time (s): 0.52
CPU usage (%): 99.9957
Max. virtual memory (cumulated for all children) (KiB): 152640

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1199.58
system time used= 0.52
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 79930
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= 23
involuntary context switches= 2296

runsolver used 0 second user time and 0.01 second system time

The end

Launcher Data

Begin job on tipi13 at 2009-05-16 00:41:56
IDJOB=1820323
IDBENCH=20368
IDSOLVER=660
FILE ID=tipi13/1820323-1242427316
PBS_JOBID=
Free space on /tmp= 8448 MiB

SOLVER NAME= MiniSat2hack 2009-03-23
BENCH NAME= SAT07/industrial/anbulagan/hard-unsat/total-5-15-u.cnf
COMMAND LINE= SatELiteGTI BENCHNAME
RUNSOLVER COMMAND LINE= runsolver --timestamp  -w /tmp/evaluation-result-1820323-1242427316/watcher-1820323-1242427316 -o /tmp/evaluation-result-1820323-1242427316/solver-1820323-1242427316 -C 1200 -W 1800 -M 1800  SatELiteGTI HOME/instance-1820323-1242427316.cnf

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

MD5SUM BENCH= c438ce1eb243ac0a49869eda1166f28f
RANDOM SEED= 21781411

Linux tipi13 2.6.18 #19 SMP Tue Jun 19 11:27:27 CEST 2007 i686 GNU/Linux

/proc/cpuinfo:
processor	: 0
vendor_id	: AuthenticAMD
cpu family	: 15
model		: 33
model name	: Dual Core AMD Opteron(tm) Processor 265
stepping	: 2
cpu MHz		: 1808.475
cache size	: 1024 KB
physical id	: 0
siblings	: 2
core id		: 0
cpu cores	: 2
fdiv_bug	: no
hlt_bug		: no
f00f_bug	: no
coma_bug	: no
fpu		: yes
fpu_exception	: yes
cpuid level	: 1
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt lm 3dnowext 3dnow pni lahf_lm cmp_legacy ts fid vid ttp
bogomips	: 3618.37

processor	: 1
vendor_id	: AuthenticAMD
cpu family	: 15
model		: 33
model name	: Dual Core AMD Opteron(tm) Processor 265
stepping	: 2
cpu MHz		: 1808.475
cache size	: 1024 KB
physical id	: 0
siblings	: 2
core id		: 1
cpu cores	: 2
fdiv_bug	: no
hlt_bug		: no
f00f_bug	: no
coma_bug	: no
fpu		: yes
fpu_exception	: yes
cpuid level	: 1
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt lm 3dnowext 3dnow pni lahf_lm cmp_legacy ts fid vid ttp
bogomips	: 3616.78

processor	: 2
vendor_id	: AuthenticAMD
cpu family	: 15
model		: 33
model name	: Dual Core AMD Opteron(tm) Processor 265
stepping	: 2
cpu MHz		: 1808.475
cache size	: 1024 KB
physical id	: 1
siblings	: 2
core id		: 0
cpu cores	: 2
fdiv_bug	: no
hlt_bug		: no
f00f_bug	: no
coma_bug	: no
fpu		: yes
fpu_exception	: yes
cpuid level	: 1
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt lm 3dnowext 3dnow pni lahf_lm cmp_legacy ts fid vid ttp
bogomips	: 3616.77

processor	: 3
vendor_id	: AuthenticAMD
cpu family	: 15
model		: 33
model name	: Dual Core AMD Opteron(tm) Processor 265
stepping	: 2
cpu MHz		: 1808.475
cache size	: 1024 KB
physical id	: 1
siblings	: 2
core id		: 1
cpu cores	: 2
fdiv_bug	: no
hlt_bug		: no
f00f_bug	: no
coma_bug	: no
fpu		: yes
fpu_exception	: yes
cpuid level	: 1
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt lm 3dnowext 3dnow pni lahf_lm cmp_legacy ts fid vid ttp
bogomips	: 3616.78


/proc/meminfo:
MemTotal:      2074464 kB
MemFree:       1618628 kB
Buffers:         20840 kB
Cached:         358868 kB
SwapCached:       3628 kB
Active:         216196 kB
Inactive:       173236 kB
HighTotal:     1178688 kB
HighFree:       851596 kB
LowTotal:       895776 kB
LowFree:        767032 kB
SwapTotal:     1959888 kB
SwapFree:      1950856 kB
Dirty:           19820 kB
Writeback:           0 kB
AnonPages:        8648 kB
Mapped:           3000 kB
Slab:            57584 kB
PageTables:        560 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   2997120 kB
Committed_AS:    90596 kB
VmallocTotal:   114680 kB
VmallocUsed:      1324 kB
VmallocChunk:   113264 kB

Free space on /tmp at the end= 8448 MiB
End job on tipi13 at 2009-05-16 01:01:58