Trace number 1821805

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.01 1199.93

General information on the benchmark

NameAPPLICATIONS/satComp09_BioInstances/
rbcl_xits_12_UNKNOWN.cnf
MD5SUMd18a114d646a89f18fb3efba2be009e6
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 variables1898
Number of clauses118441
Sum of the clauses size352559
Maximum clause length13
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 22994
Number of clauses of size 3115424
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 523

Solver Data

0.00/0.00	c Parsing...
0.00/0.08	c ==============================================================================
0.00/0.08	c |           |     ORIGINAL     |              LEARNT              |          |
0.00/0.08	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.00/0.08	c ==============================================================================
0.00/0.08	c |         0 |  118441   352559 |   35532       0        0     nan |  0.000 % |
0.82/0.86	c |         0 |  117566   500149 |      --       0       --      -- |     --   | -875/147590
0.82/0.86	c ==============================================================================
0.82/0.86	c Result  :   #vars: 1205   #clauses: 117566   #literals: 500149
0.82/0.86	c CPU time:   0.83 s
0.82/0.86	c ==============================================================================
1.02/1.01	This is MiniSat 2.0 beta with hacks by AVG
1.02/1.01	WARNING: for repeatability, setting FPU to use double precision
1.02/1.01	============================[ Problem Statistics ]=============================
1.02/1.01	|                                                                             |
1.02/1.01	|  Number of variables:  1205                                                 |
1.02/1.01	|  Number of clauses:    117566                                               |
1.02/1.08	|  Parsing time:         0.03         s                                       |
1200.00/1199.92	HOME/SatELiteGTI: line 36:  5570 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-1821805-1242567499/watcher-1821805-1242567499 -o /tmp/evaluation-result-1821805-1242567499/solver-1821805-1242567499 -C 1200 -W 1800 -M 1800 SatELiteGTI HOME/instance-1821805-1242567499.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.99 2/93 5564
/proc/meminfo: memFree=449204/2074464 swapFree=1951864/1959888
[pid=5564] ppid=5562 vsize=2416 CPUtime=0.01
/proc/5564/stat : 5564 (SatELiteGTI) S 5562 5564 20977 0 -1 4194304 366 648 0 0 0 0 1 0 18 0 1 0 1021250985 2473984 277 4294967295 134512640 135169312 3216711424 3216709960 3085786862 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/5564/statm: 604 277 235 161 0 43 0
[pid=5568] ppid=5564 vsize=956 CPUtime=0
/proc/5568/stat : 5568 (SatELite_releas) R 5564 5564 20977 0 -1 4202496 118 0 0 0 0 0 0 0 20 0 1 0 1021250985 978944 54 4294967295 134512640 135223648 3218428048 3218425296 134740979 0 0 0 3 0 0 0 17 2 0 0 0
/proc/5568/statm: 239 56 45 174 0 64 0

[startup+0.113485 s]
/proc/loadavg: 0.92 0.98 0.99 2/93 5564
/proc/meminfo: memFree=449204/2074464 swapFree=1951864/1959888
[pid=5564] ppid=5562 vsize=2416 CPUtime=0.01
/proc/5564/stat : 5564 (SatELiteGTI) S 5562 5564 20977 0 -1 4194304 366 648 0 0 0 0 1 0 18 0 1 0 1021250985 2473984 277 4294967295 134512640 135169312 3216711424 3216709960 3085786862 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/5564/statm: 604 277 235 161 0 43 0
[pid=5568] ppid=5564 vsize=9656 CPUtime=0.11
/proc/5568/stat : 5568 (SatELite_releas) R 5564 5564 20977 0 -1 4202496 2332 0 0 0 9 2 0 0 21 0 1 0 1021250985 9887744 2268 4294967295 134512640 135223648 3218428048 3218425824 134585537 0 0 0 3 0 0 0 17 2 0 0 0
/proc/5568/statm: 2414 2268 73 174 0 2239 0
Current children cumulated CPU time (s) 0.12
Current children cumulated vsize (KiB) 12072

[startup+0.213474 s]
/proc/loadavg: 0.92 0.98 0.99 2/93 5564
/proc/meminfo: memFree=449204/2074464 swapFree=1951864/1959888
[pid=5564] ppid=5562 vsize=2416 CPUtime=0.01
/proc/5564/stat : 5564 (SatELiteGTI) S 5562 5564 20977 0 -1 4194304 366 648 0 0 0 0 1 0 18 0 1 0 1021250985 2473984 277 4294967295 134512640 135169312 3216711424 3216709960 3085786862 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/5564/statm: 604 277 235 161 0 43 0
[pid=5568] ppid=5564 vsize=10712 CPUtime=0.21
/proc/5568/stat : 5568 (SatELite_releas) R 5564 5564 20977 0 -1 4202496 2594 0 0 0 19 2 0 0 21 0 1 0 1021250985 10969088 2530 4294967295 134512640 135223648 3218428048 3218426048 134548993 0 0 0 3 0 0 0 17 2 0 0 0
/proc/5568/statm: 2678 2530 73 174 0 2503 0
Current children cumulated CPU time (s) 0.22
Current children cumulated vsize (KiB) 13128

[startup+0.313465 s]
/proc/loadavg: 0.92 0.98 0.99 2/93 5564
/proc/meminfo: memFree=449204/2074464 swapFree=1951864/1959888
[pid=5564] ppid=5562 vsize=2416 CPUtime=0.01
/proc/5564/stat : 5564 (SatELiteGTI) S 5562 5564 20977 0 -1 4194304 366 648 0 0 0 0 1 0 18 0 1 0 1021250985 2473984 277 4294967295 134512640 135169312 3216711424 3216709960 3085786862 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/5564/statm: 604 277 235 161 0 43 0
[pid=5568] ppid=5564 vsize=11732 CPUtime=0.31
/proc/5568/stat : 5568 (SatELite_releas) R 5564 5564 20977 0 -1 4202496 2801 0 0 0 29 2 0 0 21 0 1 0 1021250985 12013568 2737 4294967295 134512640 135223648 3218428048 3218426400 134604282 0 0 0 3 0 0 0 17 2 0 0 0
/proc/5568/statm: 2933 2741 73 174 0 2758 0
Current children cumulated CPU time (s) 0.32
Current children cumulated vsize (KiB) 14148

[startup+0.713425 s]
/proc/loadavg: 0.92 0.98 0.99 2/93 5564
/proc/meminfo: memFree=449204/2074464 swapFree=1951864/1959888
[pid=5564] ppid=5562 vsize=2416 CPUtime=0.01
/proc/5564/stat : 5564 (SatELiteGTI) S 5562 5564 20977 0 -1 4194304 366 648 0 0 0 0 1 0 18 0 1 0 1021250985 2473984 277 4294967295 134512640 135169312 3216711424 3216709960 3085786862 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/5564/statm: 604 277 235 161 0 43 0
[pid=5568] ppid=5564 vsize=14040 CPUtime=0.71
/proc/5568/stat : 5568 (SatELite_releas) R 5564 5564 20977 0 -1 4202496 3131 0 0 0 69 2 0 0 22 0 1 0 1021250985 14376960 3067 4294967295 134512640 135223648 3218428048 3218426144 134585540 0 0 0 3 0 0 0 17 2 0 0 0
/proc/5568/statm: 3510 3067 73 174 0 3335 0
Current children cumulated CPU time (s) 0.72
Current children cumulated vsize (KiB) 16456

[startup+1.51336 s]
/proc/loadavg: 0.92 0.98 0.99 2/95 5570
/proc/meminfo: memFree=439888/2074464 swapFree=1951864/1959888
[pid=5564] ppid=5562 vsize=2420 CPUtime=1.02
/proc/5564/stat : 5564 (SatELiteGTI) S 5562 5564 20977 0 -1 4194304 386 3783 0 0 0 0 99 3 18 0 1 0 1021250985 2478080 279 4294967295 134512640 135169312 3216711424 3216707640 3085786862 0 65536 4 65538 3222381614 0 0 17 2 0 0 0
/proc/5564/statm: 605 279 235 161 0 44 0
[pid=5570] ppid=5564 vsize=8108 CPUtime=0.48
/proc/5570/stat : 5570 (minisat_static) R 5564 5564 20977 0 -1 4202496 1946 0 0 0 44 4 0 0 21 0 1 0 1021251086 8302592 1880 4294967295 134512640 135214715 3215140304 3215138320 134536329 0 0 0 3 0 0 0 17 3 0 0 0
/proc/5570/statm: 2027 1880 74 172 0 1854 0
Current children cumulated CPU time (s) 1.5
Current children cumulated vsize (KiB) 10528

[startup+3.1132 s]
/proc/loadavg: 0.92 0.98 0.99 2/95 5570
/proc/meminfo: memFree=438028/2074464 swapFree=1951864/1959888
[pid=5564] ppid=5562 vsize=2420 CPUtime=1.02
/proc/5564/stat : 5564 (SatELiteGTI) S 5562 5564 20977 0 -1 4194304 386 3783 0 0 0 0 99 3 18 0 1 0 1021250985 2478080 279 4294967295 134512640 135169312 3216711424 3216707640 3085786862 0 65536 4 65538 3222381614 0 0 17 2 0 0 0
/proc/5564/statm: 605 279 235 161 0 44 0
[pid=5570] ppid=5564 vsize=10496 CPUtime=2.08
/proc/5570/stat : 5570 (minisat_static) R 5564 5564 20977 0 -1 4202496 2554 0 0 0 202 6 0 0 25 0 1 0 1021251086 10747904 2488 4294967295 134512640 135214715 3215140304 3215138768 134528800 0 0 0 3 0 0 0 17 3 0 0 0
/proc/5570/statm: 2624 2488 74 172 0 2451 0
Current children cumulated CPU time (s) 3.1
Current children cumulated vsize (KiB) 12916

[startup+6.31288 s]
/proc/loadavg: 0.93 0.98 0.99 2/95 5571
/proc/meminfo: memFree=434564/2074464 swapFree=1951864/1959888
[pid=5564] ppid=5562 vsize=2420 CPUtime=1.02
/proc/5564/stat : 5564 (SatELiteGTI) S 5562 5564 20977 0 -1 4194304 386 3783 0 0 0 0 99 3 18 0 1 0 1021250985 2478080 279 4294967295 134512640 135169312 3216711424 3216707640 3085786862 0 65536 4 65538 3222381614 0 0 17 2 0 0 0
/proc/5564/statm: 605 279 235 161 0 44 0
[pid=5570] ppid=5564 vsize=13332 CPUtime=5.28
/proc/5570/stat : 5570 (minisat_static) R 5564 5564 20977 0 -1 4202496 3235 0 0 0 521 7 0 0 25 0 1 0 1021251086 13651968 3169 4294967295 134512640 135214715 3215140304 3215138768 134528637 0 0 0 3 0 0 0 17 3 0 0 0
/proc/5570/statm: 3333 3169 74 172 0 3160 0
Current children cumulated CPU time (s) 6.3
Current children cumulated vsize (KiB) 15752

[startup+12.7123 s]
/proc/loadavg: 0.93 0.98 0.99 2/95 5571
/proc/meminfo: memFree=430428/2074464 swapFree=1951864/1959888
[pid=5564] ppid=5562 vsize=2420 CPUtime=1.02
/proc/5564/stat : 5564 (SatELiteGTI) S 5562 5564 20977 0 -1 4194304 386 3783 0 0 0 0 99 3 18 0 1 0 1021250985 2478080 279 4294967295 134512640 135169312 3216711424 3216707640 3085786862 0 65536 4 65538 3222381614 0 0 17 2 0 0 0
/proc/5564/statm: 605 279 235 161 0 44 0
[pid=5570] ppid=5564 vsize=16852 CPUtime=11.68
/proc/5570/stat : 5570 (minisat_static) R 5564 5564 20977 0 -1 4202496 4122 0 0 0 1161 7 0 0 25 0 1 0 1021251086 17256448 4056 4294967295 134512640 135214715 3215140304 3215138768 134528709 0 0 0 3 0 0 0 17 3 0 0 0
/proc/5570/statm: 4213 4056 74 172 0 4040 0
Current children cumulated CPU time (s) 12.7
Current children cumulated vsize (KiB) 19272

[startup+25.521 s]
/proc/loadavg: 0.95 0.98 0.99 2/95 5573
/proc/meminfo: memFree=424696/2074464 swapFree=1951864/1959888
[pid=5564] ppid=5562 vsize=2420 CPUtime=1.02
/proc/5564/stat : 5564 (SatELiteGTI) S 5562 5564 20977 0 -1 4194304 386 3783 0 0 0 0 99 3 18 0 1 0 1021250985 2478080 279 4294967295 134512640 135169312 3216711424 3216707640 3085786862 0 65536 4 65538 3222381614 0 0 17 2 0 0 0
/proc/5564/statm: 605 279 235 161 0 44 0
[pid=5570] ppid=5564 vsize=22584 CPUtime=24.49
/proc/5570/stat : 5570 (minisat_static) R 5564 5564 20977 0 -1 4202496 5565 0 0 0 2442 7 0 0 25 0 1 0 1021251086 23126016 5499 4294967295 134512640 135214715 3215140304 3215138768 134528800 0 0 0 3 0 0 0 17 3 0 0 0
/proc/5570/statm: 5646 5499 74 172 0 5473 0
Current children cumulated CPU time (s) 25.51
Current children cumulated vsize (KiB) 25004

[startup+51.1185 s]
/proc/loadavg: 0.96 0.98 0.99 2/95 5573
/proc/meminfo: memFree=417644/2074464 swapFree=1951864/1959888
[pid=5564] ppid=5562 vsize=2420 CPUtime=1.02
/proc/5564/stat : 5564 (SatELiteGTI) S 5562 5564 20977 0 -1 4194304 386 3783 0 0 0 0 99 3 18 0 1 0 1021250985 2478080 279 4294967295 134512640 135169312 3216711424 3216707640 3085786862 0 65536 4 65538 3222381614 0 0 17 2 0 0 0
/proc/5564/statm: 605 279 235 161 0 44 0
[pid=5570] ppid=5564 vsize=29720 CPUtime=50.09
/proc/5570/stat : 5570 (minisat_static) R 5564 5564 20977 0 -1 4202496 7318 0 0 0 5001 8 0 0 25 0 1 0 1021251086 30433280 7252 4294967295 134512640 135214715 3215140304 3215138768 134528800 0 0 0 3 0 0 0 17 3 0 0 0
/proc/5570/statm: 7430 7252 74 172 0 7257 0
Current children cumulated CPU time (s) 51.11
Current children cumulated vsize (KiB) 32140

[startup+102.323 s]
/proc/loadavg: 1.02 1.00 1.00 2/95 5762
/proc/meminfo: memFree=407500/2074464 swapFree=1951864/1959888
[pid=5564] ppid=5562 vsize=2420 CPUtime=1.02
/proc/5564/stat : 5564 (SatELiteGTI) S 5562 5564 20977 0 -1 4194304 386 3783 0 0 0 0 99 3 18 0 1 0 1021250985 2478080 279 4294967295 134512640 135169312 3216711424 3216707640 3085786862 0 65536 4 65538 3222381614 0 0 17 2 0 0 0
/proc/5564/statm: 605 279 235 161 0 44 0
[pid=5570] ppid=5564 vsize=39920 CPUtime=101.28
/proc/5570/stat : 5570 (minisat_static) R 5564 5564 20977 0 -1 4202496 9819 0 0 0 10116 12 0 0 25 0 1 0 1021251086 40878080 9753 4294967295 134512640 135214715 3215140304 3215138768 134528800 0 0 0 3 0 0 0 17 3 0 0 0
/proc/5570/statm: 9980 9753 74 172 0 9807 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 42340

[startup+162.318 s]
/proc/loadavg: 1.01 1.00 1.00 4/95 5949
/proc/meminfo: memFree=398912/2074464 swapFree=1951864/1959888
[pid=5564] ppid=5562 vsize=2420 CPUtime=1.02
/proc/5564/stat : 5564 (SatELiteGTI) S 5562 5564 20977 0 -1 4194304 386 3783 0 0 0 0 99 3 18 0 1 0 1021250985 2478080 279 4294967295 134512640 135169312 3216711424 3216707640 3085786862 0 65536 4 65538 3222381614 0 0 17 2 0 0 0
/proc/5564/statm: 605 279 235 161 0 44 0
[pid=5570] ppid=5564 vsize=48680 CPUtime=161.28
/proc/5570/stat : 5570 (minisat_static) R 5564 5564 20977 0 -1 4202496 11988 0 0 0 16114 14 0 0 25 0 1 0 1021251086 49848320 11922 4294967295 134512640 135214715 3215140304 3215138768 134528640 0 0 0 3 0 0 0 17 3 0 0 0
/proc/5570/statm: 12170 11922 74 172 0 11997 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 51100

[startup+222.322 s]
/proc/loadavg: 1.00 1.00 1.00 3/95 6137
/proc/meminfo: memFree=390612/2074464 swapFree=1951864/1959888
[pid=5564] ppid=5562 vsize=2420 CPUtime=1.02
/proc/5564/stat : 5564 (SatELiteGTI) S 5562 5564 20977 0 -1 4194304 386 3783 0 0 0 0 99 3 18 0 1 0 1021250985 2478080 279 4294967295 134512640 135169312 3216711424 3216707640 3085786862 0 65536 4 65538 3222381614 0 0 17 2 0 0 0
/proc/5564/statm: 605 279 235 161 0 44 0
[pid=5570] ppid=5564 vsize=56892 CPUtime=221.29
/proc/5570/stat : 5570 (minisat_static) R 5564 5564 20977 0 -1 4202496 14021 0 0 0 22113 16 0 0 25 0 1 0 1021251086 58257408 13955 4294967295 134512640 135214715 3215140304 3215138768 134528800 0 0 0 3 0 0 0 17 3 0 0 0
/proc/5570/statm: 14223 13955 74 172 0 14050 0
Current children cumulated CPU time (s) 222.31
Current children cumulated vsize (KiB) 59312

[startup+282.326 s]
/proc/loadavg: 1.07 1.02 1.00 2/95 6324
/proc/meminfo: memFree=383528/2074464 swapFree=1951864/1959888
[pid=5564] ppid=5562 vsize=2420 CPUtime=1.02
/proc/5564/stat : 5564 (SatELiteGTI) S 5562 5564 20977 0 -1 4194304 386 3783 0 0 0 0 99 3 18 0 1 0 1021250985 2478080 279 4294967295 134512640 135169312 3216711424 3216707640 3085786862 0 65536 4 65538 3222381614 0 0 17 2 0 0 0
/proc/5564/statm: 605 279 235 161 0 44 0
[pid=5570] ppid=5564 vsize=64068 CPUtime=281.3
/proc/5570/stat : 5570 (minisat_static) R 5564 5564 20977 0 -1 4202496 15764 0 0 0 28111 19 0 0 25 0 1 0 1021251086 65605632 15698 4294967295 134512640 135214715 3215140304 3215138768 134528800 0 0 0 3 0 0 0 17 3 0 0 0
/proc/5570/statm: 16017 15698 74 172 0 15844 0
Current children cumulated CPU time (s) 282.32
Current children cumulated vsize (KiB) 66488

[startup+342.31 s]
/proc/loadavg: 1.02 1.01 1.00 3/95 6514
/proc/meminfo: memFree=378444/2074464 swapFree=1951864/1959888
[pid=5564] ppid=5562 vsize=2420 CPUtime=1.02
/proc/5564/stat : 5564 (SatELiteGTI) S 5562 5564 20977 0 -1 4194304 386 3783 0 0 0 0 99 3 18 0 1 0 1021250985 2478080 279 4294967295 134512640 135169312 3216711424 3216707640 3085786862 0 65536 4 65538 3222381614 0 0 17 2 0 0 0
/proc/5564/statm: 605 279 235 161 0 44 0
[pid=5570] ppid=5564 vsize=69656 CPUtime=341.29
/proc/5570/stat : 5570 (minisat_static) R 5564 5564 20977 0 -1 4202496 17082 0 0 0 34110 19 0 0 25 0 1 0 1021251086 71327744 17016 4294967295 134512640 135214715 3215140304 3215138768 134528714 0 0 0 3 0 0 0 17 3 0 0 0
/proc/5570/statm: 17414 17016 74 172 0 17241 0
Current children cumulated CPU time (s) 342.31

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

[pid=5570] ppid=5564 vsize=79432 CPUtime=461.31
/proc/5570/stat : 5570 (minisat_static) R 5564 5564 20977 0 -1 4202496 19481 0 0 0 46111 20 0 0 25 0 1 0 1021251086 81338368 19415 4294967295 134512640 135214715 3215140304 3215138768 134528785 0 0 0 3 0 0 0 17 3 0 0 0
/proc/5570/statm: 19858 19415 74 172 0 19685 0
Current children cumulated CPU time (s) 462.33
Current children cumulated vsize (KiB) 81852

[startup+522.322 s]
/proc/loadavg: 1.00 1.00 1.00 4/95 7082
/proc/meminfo: memFree=365100/2074464 swapFree=1951864/1959888
[pid=5564] ppid=5562 vsize=2420 CPUtime=1.02
/proc/5564/stat : 5564 (SatELiteGTI) S 5562 5564 20977 0 -1 4194304 386 3783 0 0 0 0 99 3 18 0 1 0 1021250985 2478080 279 4294967295 134512640 135169312 3216711424 3216707640 3085786862 0 65536 4 65538 3222381614 0 0 17 2 0 0 0
/proc/5564/statm: 605 279 235 161 0 44 0
[pid=5570] ppid=5564 vsize=83188 CPUtime=521.32
/proc/5570/stat : 5570 (minisat_static) R 5564 5564 20977 0 -1 4202496 20411 0 0 0 52111 21 0 0 25 0 1 0 1021251086 85184512 20345 4294967295 134512640 135214715 3215140304 3215138448 134536338 0 0 0 3 0 0 0 17 3 0 0 0
/proc/5570/statm: 20797 20345 74 172 0 20624 0
Current children cumulated CPU time (s) 522.34
Current children cumulated vsize (KiB) 85608

[startup+582.316 s]
/proc/loadavg: 1.04 1.01 1.00 2/95 7269
/proc/meminfo: memFree=364572/2074464 swapFree=1951864/1959888
[pid=5564] ppid=5562 vsize=2420 CPUtime=1.02
/proc/5564/stat : 5564 (SatELiteGTI) S 5562 5564 20977 0 -1 4194304 386 3783 0 0 0 0 99 3 18 0 1 0 1021250985 2478080 279 4294967295 134512640 135169312 3216711424 3216707640 3085786862 0 65536 4 65538 3222381614 0 0 17 2 0 0 0
/proc/5564/statm: 605 279 235 161 0 44 0
[pid=5570] ppid=5564 vsize=83188 CPUtime=581.32
/proc/5570/stat : 5570 (minisat_static) R 5564 5564 20977 0 -1 4202496 20418 0 0 0 58111 21 0 0 25 0 1 0 1021251086 85184512 20352 4294967295 134512640 135214715 3215140304 3215138768 134528781 0 0 0 3 0 0 0 17 3 0 0 0
/proc/5570/statm: 20797 20352 74 172 0 20624 0
Current children cumulated CPU time (s) 582.34
Current children cumulated vsize (KiB) 85608

[startup+642.32 s]
/proc/loadavg: 1.01 1.01 1.00 2/95 7457
/proc/meminfo: memFree=364744/2074464 swapFree=1951864/1959888
[pid=5564] ppid=5562 vsize=2420 CPUtime=1.02
/proc/5564/stat : 5564 (SatELiteGTI) S 5562 5564 20977 0 -1 4194304 386 3783 0 0 0 0 99 3 18 0 1 0 1021250985 2478080 279 4294967295 134512640 135169312 3216711424 3216707640 3085786862 0 65536 4 65538 3222381614 0 0 17 2 0 0 0
/proc/5564/statm: 605 279 235 161 0 44 0
[pid=5570] ppid=5564 vsize=83432 CPUtime=641.33
/proc/5570/stat : 5570 (minisat_static) R 5564 5564 20977 0 -1 4202496 20456 0 0 0 64111 22 0 0 25 0 1 0 1021251086 85434368 20391 4294967295 134512640 135214715 3215140304 3215138640 134737407 0 0 0 3 0 0 0 17 3 0 0 0
/proc/5570/statm: 20858 20395 74 172 0 20685 0
Current children cumulated CPU time (s) 642.35
Current children cumulated vsize (KiB) 85852

[startup+702.315 s]
/proc/loadavg: 1.04 1.02 1.00 4/95 7646
/proc/meminfo: memFree=364356/2074464 swapFree=1951864/1959888
[pid=5564] ppid=5562 vsize=2420 CPUtime=1.02
/proc/5564/stat : 5564 (SatELiteGTI) S 5562 5564 20977 0 -1 4194304 386 3783 0 0 0 0 99 3 18 0 1 0 1021250985 2478080 279 4294967295 134512640 135169312 3216711424 3216707640 3085786862 0 65536 4 65538 3222381614 0 0 17 2 0 0 0
/proc/5564/statm: 605 279 235 161 0 44 0
[pid=5570] ppid=5564 vsize=83512 CPUtime=701.33
/proc/5570/stat : 5570 (minisat_static) R 5564 5564 20977 0 -1 4202496 20516 0 0 0 70111 22 0 0 25 0 1 0 1021251086 85516288 20450 4294967295 134512640 135214715 3215140304 3215138768 134528709 0 0 0 3 0 0 0 17 3 0 0 0
/proc/5570/statm: 20878 20450 74 172 0 20705 0
Current children cumulated CPU time (s) 702.35
Current children cumulated vsize (KiB) 85932

[startup+762.319 s]
/proc/loadavg: 1.01 1.01 1.00 2/95 7837
/proc/meminfo: memFree=364084/2074464 swapFree=1951864/1959888
[pid=5564] ppid=5562 vsize=2420 CPUtime=1.02
/proc/5564/stat : 5564 (SatELiteGTI) S 5562 5564 20977 0 -1 4194304 386 3783 0 0 0 0 99 3 18 0 1 0 1021250985 2478080 279 4294967295 134512640 135169312 3216711424 3216707640 3085786862 0 65536 4 65538 3222381614 0 0 17 2 0 0 0
/proc/5564/statm: 605 279 235 161 0 44 0
[pid=5570] ppid=5564 vsize=83632 CPUtime=761.34
/proc/5570/stat : 5570 (minisat_static) R 5564 5564 20977 0 -1 4202496 20529 0 0 0 76112 22 0 0 25 0 1 0 1021251086 85639168 20463 4294967295 134512640 135214715 3215140304 3215138768 134528815 0 0 0 3 0 0 0 17 3 0 0 0
/proc/5570/statm: 20908 20463 74 172 0 20735 0
Current children cumulated CPU time (s) 762.36
Current children cumulated vsize (KiB) 86052

[startup+822.313 s]
/proc/loadavg: 1.00 1.01 1.00 3/95 8025
/proc/meminfo: memFree=359372/2074464 swapFree=1951864/1959888
[pid=5564] ppid=5562 vsize=2420 CPUtime=1.02
/proc/5564/stat : 5564 (SatELiteGTI) S 5562 5564 20977 0 -1 4194304 386 3783 0 0 0 0 99 3 18 0 1 0 1021250985 2478080 279 4294967295 134512640 135169312 3216711424 3216707640 3085786862 0 65536 4 65538 3222381614 0 0 17 2 0 0 0
/proc/5564/statm: 605 279 235 161 0 44 0
[pid=5570] ppid=5564 vsize=88688 CPUtime=821.34
/proc/5570/stat : 5570 (minisat_static) R 5564 5564 20977 0 -1 4202496 21803 0 0 0 82112 22 0 0 25 0 1 0 1021251086 90816512 21737 4294967295 134512640 135214715 3215140304 3215138768 134528800 0 0 0 3 0 0 0 17 3 0 0 0
/proc/5570/statm: 22172 21737 74 172 0 21999 0
Current children cumulated CPU time (s) 822.36
Current children cumulated vsize (KiB) 91108

[startup+882.317 s]
/proc/loadavg: 1.00 1.00 1.00 2/95 8212
/proc/meminfo: memFree=349360/2074464 swapFree=1951864/1959888
[pid=5564] ppid=5562 vsize=2420 CPUtime=1.02
/proc/5564/stat : 5564 (SatELiteGTI) S 5562 5564 20977 0 -1 4194304 386 3783 0 0 0 0 99 3 18 0 1 0 1021250985 2478080 279 4294967295 134512640 135169312 3216711424 3216707640 3085786862 0 65536 4 65538 3222381614 0 0 17 2 0 0 0
/proc/5564/statm: 605 279 235 161 0 44 0
[pid=5570] ppid=5564 vsize=99148 CPUtime=881.35
/proc/5570/stat : 5570 (minisat_static) R 5564 5564 20977 0 -1 4202496 24299 0 0 0 88108 27 0 0 25 0 1 0 1021251086 101527552 24233 4294967295 134512640 135214715 3215140304 3215138704 134534716 0 0 0 3 0 0 0 17 3 0 0 0
/proc/5570/statm: 24787 24233 74 172 0 24614 0
Current children cumulated CPU time (s) 882.37
Current children cumulated vsize (KiB) 101568

[startup+942.321 s]
/proc/loadavg: 1.00 1.00 1.00 3/95 8400
/proc/meminfo: memFree=349228/2074464 swapFree=1951864/1959888
[pid=5564] ppid=5562 vsize=2420 CPUtime=1.02
/proc/5564/stat : 5564 (SatELiteGTI) S 5562 5564 20977 0 -1 4194304 386 3783 0 0 0 0 99 3 18 0 1 0 1021250985 2478080 279 4294967295 134512640 135169312 3216711424 3216707640 3085786862 0 65536 4 65538 3222381614 0 0 17 2 0 0 0
/proc/5564/statm: 605 279 235 161 0 44 0
[pid=5570] ppid=5564 vsize=99148 CPUtime=941.36
/proc/5570/stat : 5570 (minisat_static) R 5564 5564 20977 0 -1 4202496 24310 0 0 0 94109 27 0 0 25 0 1 0 1021251086 101527552 24244 4294967295 134512640 135214715 3215140304 3215138768 134528693 0 0 0 3 0 0 0 17 3 0 0 0
/proc/5570/statm: 24787 24244 74 172 0 24614 0
Current children cumulated CPU time (s) 942.38
Current children cumulated vsize (KiB) 101568

[startup+1002.32 s]
/proc/loadavg: 1.00 1.00 1.00 3/95 8589
/proc/meminfo: memFree=349724/2074464 swapFree=1951864/1959888
[pid=5564] ppid=5562 vsize=2420 CPUtime=1.02
/proc/5564/stat : 5564 (SatELiteGTI) S 5562 5564 20977 0 -1 4194304 386 3783 0 0 0 0 99 3 18 0 1 0 1021250985 2478080 279 4294967295 134512640 135169312 3216711424 3216707640 3085786862 0 65536 4 65538 3222381614 0 0 17 2 0 0 0
/proc/5564/statm: 605 279 235 161 0 44 0
[pid=5570] ppid=5564 vsize=99148 CPUtime=1001.36
/proc/5570/stat : 5570 (minisat_static) R 5564 5564 20977 0 -1 4202496 24317 0 0 0 100109 27 0 0 25 0 1 0 1021251086 101527552 24251 4294967295 134512640 135214715 3215140304 3215138768 134528800 0 0 0 3 0 0 0 17 3 0 0 0
/proc/5570/statm: 24787 24251 74 172 0 24614 0
Current children cumulated CPU time (s) 1002.38
Current children cumulated vsize (KiB) 101568

[startup+1062.31 s]
/proc/loadavg: 1.00 1.00 1.00 3/95 8780
/proc/meminfo: memFree=349484/2074464 swapFree=1951864/1959888
[pid=5564] ppid=5562 vsize=2420 CPUtime=1.02
/proc/5564/stat : 5564 (SatELiteGTI) S 5562 5564 20977 0 -1 4194304 386 3783 0 0 0 0 99 3 18 0 1 0 1021250985 2478080 279 4294967295 134512640 135169312 3216711424 3216707640 3085786862 0 65536 4 65538 3222381614 0 0 17 2 0 0 0
/proc/5564/statm: 605 279 235 161 0 44 0
[pid=5570] ppid=5564 vsize=99148 CPUtime=1061.36
/proc/5570/stat : 5570 (minisat_static) R 5564 5564 20977 0 -1 4202496 24317 0 0 0 106109 27 0 0 25 0 1 0 1021251086 101527552 24251 4294967295 134512640 135214715 3215140304 3215138768 134528800 0 0 0 3 0 0 0 17 3 0 0 0
/proc/5570/statm: 24787 24251 74 172 0 24614 0
Current children cumulated CPU time (s) 1062.38
Current children cumulated vsize (KiB) 101568

[startup+1122.31 s]
/proc/loadavg: 1.00 1.00 1.00 3/95 8968
/proc/meminfo: memFree=349576/2074464 swapFree=1951864/1959888
[pid=5564] ppid=5562 vsize=2420 CPUtime=1.02
/proc/5564/stat : 5564 (SatELiteGTI) S 5562 5564 20977 0 -1 4194304 386 3783 0 0 0 0 99 3 18 0 1 0 1021250985 2478080 279 4294967295 134512640 135169312 3216711424 3216707640 3085786862 0 65536 4 65538 3222381614 0 0 17 2 0 0 0
/proc/5564/statm: 605 279 235 161 0 44 0
[pid=5570] ppid=5564 vsize=99148 CPUtime=1121.37
/proc/5570/stat : 5570 (minisat_static) R 5564 5564 20977 0 -1 4202496 24318 0 0 0 112110 27 0 0 25 0 1 0 1021251086 101527552 24252 4294967295 134512640 135214715 3215140304 3215138768 134528785 0 0 0 3 0 0 0 17 3 0 0 0
/proc/5570/statm: 24787 24252 74 172 0 24614 0
Current children cumulated CPU time (s) 1122.39
Current children cumulated vsize (KiB) 101568

[startup+1182.32 s]
/proc/loadavg: 1.00 1.00 1.00 2/95 9155
/proc/meminfo: memFree=349608/2074464 swapFree=1951864/1959888
[pid=5564] ppid=5562 vsize=2420 CPUtime=1.02
/proc/5564/stat : 5564 (SatELiteGTI) S 5562 5564 20977 0 -1 4194304 386 3783 0 0 0 0 99 3 18 0 1 0 1021250985 2478080 279 4294967295 134512640 135169312 3216711424 3216707640 3085786862 0 65536 4 65538 3222381614 0 0 17 2 0 0 0
/proc/5564/statm: 605 279 235 161 0 44 0
[pid=5570] ppid=5564 vsize=99148 CPUtime=1181.38
/proc/5570/stat : 5570 (minisat_static) R 5564 5564 20977 0 -1 4202496 24320 0 0 0 118111 27 0 0 25 0 1 0 1021251086 101527552 24254 4294967295 134512640 135214715 3215140304 3215138768 134528800 0 0 0 3 0 0 0 17 3 0 0 0
/proc/5570/statm: 24787 24254 74 172 0 24614 0
Current children cumulated CPU time (s) 1182.4
Current children cumulated vsize (KiB) 101568



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1199.92 s]
/proc/loadavg: 1.00 1.00 1.00 2/95 9340
/proc/meminfo: memFree=349080/2074464 swapFree=1951864/1959888
[pid=5564] ppid=5562 vsize=2420 CPUtime=1.02
/proc/5564/stat : 5564 (SatELiteGTI) S 5562 5564 20977 0 -1 4194304 386 3783 0 0 0 0 99 3 18 0 1 0 1021250985 2478080 279 4294967295 134512640 135169312 3216711424 3216707640 3085786862 0 65536 4 65538 3222381614 0 0 17 2 0 0 0
/proc/5564/statm: 605 279 235 161 0 44 0
[pid=5570] ppid=5564 vsize=99148 CPUtime=1198.98
/proc/5570/stat : 5570 (minisat_static) R 5564 5564 20977 0 -1 4202496 24320 0 0 0 119871 27 0 0 25 0 1 0 1021251086 101527552 24254 4294967295 134512640 135214715 3215140304 3215138768 134528800 0 0 0 3 0 0 0 17 3 0 0 0
/proc/5570/statm: 24787 24254 74 172 0 24614 0
Current children cumulated CPU time (s) 1200
Current children cumulated vsize (KiB) 101568

Sending SIGTERM to process tree (bottom up)

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

Child status: 143
Real time (s): 1199.93
CPU time (s): 1200.01
CPU user time (s): 1199.7
CPU system time (s): 0.31
CPU usage (%): 100.007
Max. virtual memory (cumulated for all children) (KiB): 101568

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1199.7
system time used= 0.31
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 28763
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= 19
involuntary context switches= 1708

runsolver used 0 second user time and 0.01 second system time

The end

Launcher Data

Begin job on tipi10 at 2009-05-17 15:38:19
IDJOB=1821805
IDBENCH=71092
IDSOLVER=660
FILE ID=tipi10/1821805-1242567499
PBS_JOBID=
Free space on /tmp= 3860 MiB

SOLVER NAME= MiniSat2hack 2009-03-23
BENCH NAME= SAT09/APPLICATIONS/satComp09_BioInstances/rbcl_xits_12_UNKNOWN.cnf
COMMAND LINE= SatELiteGTI BENCHNAME
RUNSOLVER COMMAND LINE= runsolver --timestamp  -w /tmp/evaluation-result-1821805-1242567499/watcher-1821805-1242567499 -o /tmp/evaluation-result-1821805-1242567499/solver-1821805-1242567499 -C 1200 -W 1800 -M 1800  SatELiteGTI HOME/instance-1821805-1242567499.cnf

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

MD5SUM BENCH= d18a114d646a89f18fb3efba2be009e6
RANDOM SEED= 1071073697

Linux tipi10 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.367
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.367
cache size	: 1024 KB
physical id	: 0
siblings	: 2
core id		: 1
cpu cores	: 2
fdiv_bug	: no
hlt_bug		: no
f00f_bug	: no
coma_bug	: no
fpu		: yes
fpu_exception	: yes
cpuid level	: 1
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt lm 3dnowext 3dnow pni lahf_lm cmp_legacy ts fid vid ttp
bogomips	: 3616.77

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


/proc/meminfo:
MemTotal:      2074464 kB
MemFree:        449204 kB
Buffers:         45792 kB
Cached:        1444964 kB
SwapCached:       2732 kB
Active:         607336 kB
Inactive:       893448 kB
HighTotal:     1178688 kB
HighFree:       115016 kB
LowTotal:       895776 kB
LowFree:        334188 kB
SwapTotal:     1959888 kB
SwapFree:      1951864 kB
Dirty:            3428 kB
Writeback:           0 kB
AnonPages:        9144 kB
Mapped:           3296 kB
Slab:           115540 kB
PageTables:        484 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   2997120 kB
Committed_AS:    90588 kB
VmallocTotal:   114680 kB
VmallocUsed:      1324 kB
VmallocChunk:   113264 kB

Free space on /tmp at the end= 3860 MiB
End job on tipi10 at 2009-05-17 15:58:19