Trace number 1821679

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/satComp09_BioInstances/
rbcl_xits_11_UNKNOWN.cnf
MD5SUMb02fa517730e45c506203f9bd7ebb62c
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 variables1740
Number of clauses104640
Sum of the clauses size311346
Maximum clause length12
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 22781
Number of clauses of size 3101836
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.07	c ==============================================================================
0.00/0.07	c |           |     ORIGINAL     |              LEARNT              |          |
0.00/0.07	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.00/0.07	c ==============================================================================
0.00/0.07	c |         0 |  104640   311346 |   31391       0        0     nan |  0.000 % |
0.73/0.80	c |         0 |  103841   441767 |      --       0       --      -- |     --   | -799/130421
0.73/0.80	c ==============================================================================
0.73/0.80	c Result  :   #vars: 1091   #clauses: 103841   #literals: 441767
0.73/0.80	c CPU time:   0.77 s
0.73/0.80	c ==============================================================================
0.93/0.94	This is MiniSat 2.0 beta with hacks by AVG
0.93/0.94	WARNING: for repeatability, setting FPU to use double precision
0.93/0.94	============================[ Problem Statistics ]=============================
0.93/0.94	|                                                                             |
0.93/0.94	|  Number of variables:  1091                                                 |
0.93/0.94	|  Number of clauses:    103841                                               |
0.93/1.00	|  Parsing time:         0.05         s                                       |
1200.08/1200.02	HOME/SatELiteGTI: line 36:  8510 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-1821679-1242551388/watcher-1821679-1242551388 -o /tmp/evaluation-result-1821679-1242551388/solver-1821679-1242551388 -C 1200 -W 1800 -M 1800 SatELiteGTI HOME/instance-1821679-1242551388.cnf 

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


[startup+0 s]
/proc/loadavg: 1.00 1.00 1.00 2/96 8504
/proc/meminfo: memFree=1496336/2074464 swapFree=1950760/1959888
[pid=8504] ppid=8502 vsize=2416 CPUtime=0.01
/proc/8504/stat : 8504 (SatELiteGTI) S 8502 8504 11066 0 -1 4194304 369 643 0 0 1 0 0 0 18 0 1 0 1019637063 2473984 277 4294967295 134512640 135169312 3214927184 3214925720 3084893934 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/8504/statm: 604 277 235 161 0 43 0
[pid=8508] ppid=8504 vsize=956 CPUtime=0
/proc/8508/stat : 8508 (SatELite_releas) R 8504 8504 11066 0 -1 4202496 137 0 0 0 0 0 0 0 20 0 1 0 1019637063 978944 72 4294967295 134512640 135223648 3213984864 3213983820 134563184 0 0 0 3 0 0 0 17 0 0 0 0
/proc/8508/statm: 239 72 46 174 0 64 0

[startup+0.111349 s]
/proc/loadavg: 1.00 1.00 1.00 2/96 8504
/proc/meminfo: memFree=1496336/2074464 swapFree=1950760/1959888
[pid=8504] ppid=8502 vsize=2416 CPUtime=0.01
/proc/8504/stat : 8504 (SatELiteGTI) S 8502 8504 11066 0 -1 4194304 369 643 0 0 1 0 0 0 18 0 1 0 1019637063 2473984 277 4294967295 134512640 135169312 3214927184 3214925720 3084893934 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/8504/statm: 604 277 235 161 0 43 0
[pid=8508] ppid=8504 vsize=8664 CPUtime=0.11
/proc/8508/stat : 8508 (SatELite_releas) R 8504 8504 11066 0 -1 4202496 2065 0 0 0 8 3 0 0 21 0 1 0 1019637063 8871936 2000 4294967295 134512640 135223648 3213984864 3213982640 134585497 0 0 0 3 0 0 0 17 0 0 0 0
/proc/8508/statm: 2166 2000 73 174 0 1991 0
Current children cumulated CPU time (s) 0.12
Current children cumulated vsize (KiB) 11080

[startup+0.221343 s]
/proc/loadavg: 1.00 1.00 1.00 2/96 8504
/proc/meminfo: memFree=1496336/2074464 swapFree=1950760/1959888
[pid=8504] ppid=8502 vsize=2416 CPUtime=0.01
/proc/8504/stat : 8504 (SatELiteGTI) S 8502 8504 11066 0 -1 4194304 369 643 0 0 1 0 0 0 18 0 1 0 1019637063 2473984 277 4294967295 134512640 135169312 3214927184 3214925720 3084893934 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/8504/statm: 604 277 235 161 0 43 0
[pid=8508] ppid=8504 vsize=9648 CPUtime=0.22
/proc/8508/stat : 8508 (SatELite_releas) R 8504 8504 11066 0 -1 4202496 2310 0 0 0 19 3 0 0 21 0 1 0 1019637063 9879552 2245 4294967295 134512640 135223648 3213984864 3213982864 134549036 0 0 0 3 0 0 0 17 0 0 0 0
/proc/8508/statm: 2412 2245 73 174 0 2237 0
Current children cumulated CPU time (s) 0.23
Current children cumulated vsize (KiB) 12064

[startup+0.321339 s]
/proc/loadavg: 1.00 1.00 1.00 2/96 8504
/proc/meminfo: memFree=1496336/2074464 swapFree=1950760/1959888
[pid=8504] ppid=8502 vsize=2416 CPUtime=0.01
/proc/8504/stat : 8504 (SatELiteGTI) S 8502 8504 11066 0 -1 4194304 369 643 0 0 1 0 0 0 18 0 1 0 1019637063 2473984 277 4294967295 134512640 135169312 3214927184 3214925720 3084893934 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/8504/statm: 604 277 235 161 0 43 0
[pid=8508] ppid=8504 vsize=11148 CPUtime=0.32
/proc/8508/stat : 8508 (SatELite_releas) R 8504 8504 11066 0 -1 4202496 2664 0 0 0 29 3 0 0 21 0 1 0 1019637063 11415552 2599 4294967295 134512640 135223648 3213984864 3213983216 134602396 0 0 0 3 0 0 0 17 0 0 0 0
/proc/8508/statm: 2787 2599 73 174 0 2612 0
Current children cumulated CPU time (s) 0.33
Current children cumulated vsize (KiB) 13564

[startup+0.721315 s]
/proc/loadavg: 1.00 1.00 1.00 2/96 8504
/proc/meminfo: memFree=1496336/2074464 swapFree=1950760/1959888
[pid=8504] ppid=8502 vsize=2416 CPUtime=0.01
/proc/8504/stat : 8504 (SatELiteGTI) S 8502 8504 11066 0 -1 4194304 369 643 0 0 1 0 0 0 18 0 1 0 1019637063 2473984 277 4294967295 134512640 135169312 3214927184 3214925720 3084893934 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/8504/statm: 604 277 235 161 0 43 0
[pid=8508] ppid=8504 vsize=11536 CPUtime=0.72
/proc/8508/stat : 8508 (SatELite_releas) R 8504 8504 11066 0 -1 4202496 2766 0 0 0 69 3 0 0 22 0 1 0 1019637063 11812864 2701 4294967295 134512640 135223648 3213984864 3213982960 134586194 0 0 0 3 0 0 0 17 0 0 0 0
/proc/8508/statm: 2884 2701 73 174 0 2709 0
Current children cumulated CPU time (s) 0.73
Current children cumulated vsize (KiB) 13952

[startup+1.52129 s]
/proc/loadavg: 1.00 1.00 1.00 2/98 8510
/proc/meminfo: memFree=1487740/2074464 swapFree=1950760/1959888
[pid=8504] ppid=8502 vsize=2420 CPUtime=0.95
/proc/8504/stat : 8504 (SatELiteGTI) S 8502 8504 11066 0 -1 4194304 387 3413 0 0 1 0 91 3 18 0 1 0 1019637063 2478080 278 4294967295 134512640 135169312 3214927184 3214923400 3084893934 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/8504/statm: 605 278 235 161 0 44 0
[pid=8510] ppid=8504 vsize=7424 CPUtime=0.58
/proc/8510/stat : 8510 (minisat_static) R 8504 8504 11066 0 -1 4202496 1772 0 0 0 57 1 0 0 22 0 1 0 1019637157 7602176 1707 4294967295 134512640 135214715 3215437344 3215435808 134528800 0 0 0 3 0 0 0 17 3 0 0 0
/proc/8510/statm: 1856 1707 74 172 0 1683 0
Current children cumulated CPU time (s) 1.53
Current children cumulated vsize (KiB) 9844

[startup+3.1212 s]
/proc/loadavg: 1.00 1.00 1.00 2/98 8510
/proc/meminfo: memFree=1486500/2074464 swapFree=1950760/1959888
[pid=8504] ppid=8502 vsize=2420 CPUtime=0.95
/proc/8504/stat : 8504 (SatELiteGTI) S 8502 8504 11066 0 -1 4194304 387 3413 0 0 1 0 91 3 18 0 1 0 1019637063 2478080 278 4294967295 134512640 135169312 3214927184 3214923400 3084893934 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/8504/statm: 605 278 235 161 0 44 0
[pid=8510] ppid=8504 vsize=9148 CPUtime=2.17
/proc/8510/stat : 8510 (minisat_static) R 8504 8504 11066 0 -1 4202496 2209 0 0 0 215 2 0 0 25 0 1 0 1019637157 9367552 2144 4294967295 134512640 135214715 3215437344 3215435808 134528588 0 0 0 3 0 0 0 17 3 0 0 0
/proc/8510/statm: 2287 2144 74 172 0 2114 0
Current children cumulated CPU time (s) 3.12
Current children cumulated vsize (KiB) 11568

[startup+6.32102 s]
/proc/loadavg: 1.00 1.00 1.00 2/98 8513
/proc/meminfo: memFree=1482904/2074464 swapFree=1950760/1959888
[pid=8504] ppid=8502 vsize=2420 CPUtime=0.95
/proc/8504/stat : 8504 (SatELiteGTI) S 8502 8504 11066 0 -1 4194304 387 3413 0 0 1 0 91 3 18 0 1 0 1019637063 2478080 278 4294967295 134512640 135169312 3214927184 3214923400 3084893934 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/8504/statm: 605 278 235 161 0 44 0
[pid=8510] ppid=8504 vsize=12056 CPUtime=5.37
/proc/8510/stat : 8510 (minisat_static) R 8504 8504 11066 0 -1 4202496 2928 0 0 0 533 4 0 0 25 0 1 0 1019637157 12345344 2863 4294967295 134512640 135214715 3215437344 3215435808 134528800 0 0 0 3 0 0 0 17 3 0 0 0
/proc/8510/statm: 3014 2863 74 172 0 2841 0
Current children cumulated CPU time (s) 6.32
Current children cumulated vsize (KiB) 14476

[startup+12.7207 s]
/proc/loadavg: 1.00 1.00 1.00 2/98 8515
/proc/meminfo: memFree=1479744/2074464 swapFree=1950760/1959888
[pid=8504] ppid=8502 vsize=2420 CPUtime=0.95
/proc/8504/stat : 8504 (SatELiteGTI) S 8502 8504 11066 0 -1 4194304 387 3413 0 0 1 0 91 3 18 0 1 0 1019637063 2478080 278 4294967295 134512640 135169312 3214927184 3214923400 3084893934 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/8504/statm: 605 278 235 161 0 44 0
[pid=8510] ppid=8504 vsize=14992 CPUtime=11.77
/proc/8510/stat : 8510 (minisat_static) R 8504 8504 11066 0 -1 4202496 3645 0 0 0 1173 4 0 0 25 0 1 0 1019637157 15351808 3580 4294967295 134512640 135214715 3215437344 3215435808 134529035 0 0 0 3 0 0 0 17 3 0 0 0
/proc/8510/statm: 3748 3580 74 172 0 3575 0
Current children cumulated CPU time (s) 12.72
Current children cumulated vsize (KiB) 17412

[startup+25.52 s]
/proc/loadavg: 1.00 1.00 1.00 2/98 8698
/proc/meminfo: memFree=1475432/2074464 swapFree=1950760/1959888
[pid=8504] ppid=8502 vsize=2420 CPUtime=0.95
/proc/8504/stat : 8504 (SatELiteGTI) S 8502 8504 11066 0 -1 4194304 387 3413 0 0 1 0 91 3 18 0 1 0 1019637063 2478080 278 4294967295 134512640 135169312 3214927184 3214923400 3084893934 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/8504/statm: 605 278 235 161 0 44 0
[pid=8510] ppid=8504 vsize=19180 CPUtime=24.57
/proc/8510/stat : 8510 (minisat_static) R 8504 8504 11066 0 -1 4202496 4675 0 0 0 2452 5 0 0 25 0 1 0 1019637157 19640320 4610 4294967295 134512640 135214715 3215437344 3215435808 134528749 0 0 0 3 0 0 0 17 3 0 0 0
/proc/8510/statm: 4795 4610 74 172 0 4622 0
Current children cumulated CPU time (s) 25.52
Current children cumulated vsize (KiB) 21600

[startup+51.1085 s]
/proc/loadavg: 1.00 1.00 1.00 2/98 8701
/proc/meminfo: memFree=1466936/2074464 swapFree=1950760/1959888
[pid=8504] ppid=8502 vsize=2420 CPUtime=0.95
/proc/8504/stat : 8504 (SatELiteGTI) S 8502 8504 11066 0 -1 4194304 387 3413 0 0 1 0 91 3 18 0 1 0 1019637063 2478080 278 4294967295 134512640 135169312 3214927184 3214923400 3084893934 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/8504/statm: 605 278 235 161 0 44 0
[pid=8510] ppid=8504 vsize=27904 CPUtime=50.16
/proc/8510/stat : 8510 (minisat_static) R 8504 8504 11066 0 -1 4202496 6884 0 0 0 5011 5 0 0 25 0 1 0 1019637157 28573696 6819 4294967295 134512640 135214715 3215437344 3215435808 134528688 0 0 0 3 0 0 0 17 3 0 0 0
/proc/8510/statm: 6976 6819 74 172 0 6803 0
Current children cumulated CPU time (s) 51.11
Current children cumulated vsize (KiB) 30324

[startup+102.306 s]
/proc/loadavg: 1.00 1.00 1.00 4/98 8887
/proc/meminfo: memFree=1455752/2074464 swapFree=1950760/1959888
[pid=8504] ppid=8502 vsize=2420 CPUtime=0.95
/proc/8504/stat : 8504 (SatELiteGTI) S 8502 8504 11066 0 -1 4194304 387 3413 0 0 1 0 91 3 18 0 1 0 1019637063 2478080 278 4294967295 134512640 135169312 3214927184 3214923400 3084893934 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/8504/statm: 605 278 235 161 0 44 0
[pid=8510] ppid=8504 vsize=38780 CPUtime=101.36
/proc/8510/stat : 8510 (minisat_static) R 8504 8504 11066 0 -1 4202496 9584 0 0 0 10128 8 0 0 25 0 1 0 1019637157 39710720 9519 4294967295 134512640 135214715 3215437344 3215435808 134528800 0 0 0 3 0 0 0 17 3 0 0 0
/proc/8510/statm: 9695 9519 74 172 0 9522 0
Current children cumulated CPU time (s) 102.31
Current children cumulated vsize (KiB) 41200

[startup+162.312 s]
/proc/loadavg: 1.00 1.00 1.00 2/98 9076
/proc/meminfo: memFree=1447304/2074464 swapFree=1950760/1959888
[pid=8504] ppid=8502 vsize=2420 CPUtime=0.95
/proc/8504/stat : 8504 (SatELiteGTI) S 8502 8504 11066 0 -1 4194304 387 3413 0 0 1 0 91 3 18 0 1 0 1019637063 2478080 278 4294967295 134512640 135169312 3214927184 3214923400 3084893934 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/8504/statm: 605 278 235 161 0 44 0
[pid=8510] ppid=8504 vsize=47600 CPUtime=161.37
/proc/8510/stat : 8510 (minisat_static) R 8504 8504 11066 0 -1 4202496 11743 0 0 0 16126 11 0 0 25 0 1 0 1019637157 48742400 11678 4294967295 134512640 135214715 3215437344 3215435808 134528800 0 0 0 3 0 0 0 17 3 0 0 0
/proc/8510/statm: 11900 11678 74 172 0 11727 0
Current children cumulated CPU time (s) 162.32
Current children cumulated vsize (KiB) 50020

[startup+222.319 s]
/proc/loadavg: 1.00 1.00 1.00 3/98 9264
/proc/meminfo: memFree=1438772/2074464 swapFree=1950760/1959888
[pid=8504] ppid=8502 vsize=2420 CPUtime=0.95
/proc/8504/stat : 8504 (SatELiteGTI) S 8502 8504 11066 0 -1 4194304 387 3413 0 0 1 0 91 3 18 0 1 0 1019637063 2478080 278 4294967295 134512640 135169312 3214927184 3214923400 3084893934 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/8504/statm: 605 278 235 161 0 44 0
[pid=8510] ppid=8504 vsize=56128 CPUtime=221.38
/proc/8510/stat : 8510 (minisat_static) R 8504 8504 11066 0 -1 4202496 13892 0 0 0 22119 19 0 0 25 0 1 0 1019637157 57475072 13827 4294967295 134512640 135214715 3215437344 3215435808 134528688 0 0 0 3 0 0 0 17 3 0 0 0
/proc/8510/statm: 14032 13827 74 172 0 13859 0
Current children cumulated CPU time (s) 222.33
Current children cumulated vsize (KiB) 58548

[startup+282.316 s]
/proc/loadavg: 1.00 1.00 1.00 3/98 9451
/proc/meminfo: memFree=1431068/2074464 swapFree=1950760/1959888
[pid=8504] ppid=8502 vsize=2420 CPUtime=0.95
/proc/8504/stat : 8504 (SatELiteGTI) S 8502 8504 11066 0 -1 4194304 387 3413 0 0 1 0 91 3 18 0 1 0 1019637063 2478080 278 4294967295 134512640 135169312 3214927184 3214923400 3084893934 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/8504/statm: 605 278 235 161 0 44 0
[pid=8510] ppid=8504 vsize=64116 CPUtime=281.38
/proc/8510/stat : 8510 (minisat_static) R 8504 8504 11066 0 -1 4202496 15827 0 0 0 28119 19 0 0 25 0 1 0 1019637157 65654784 15762 4294967295 134512640 135214715 3215437344 3215435808 134528688 0 0 0 3 0 0 0 17 3 0 0 0
/proc/8510/statm: 16029 15762 74 172 0 15856 0
Current children cumulated CPU time (s) 282.33
Current children cumulated vsize (KiB) 66536

[startup+342.312 s]
/proc/loadavg: 1.00 1.00 1.00 3/98 9637
/proc/meminfo: memFree=1427192/2074464 swapFree=1950760/1959888
[pid=8504] ppid=8502 vsize=2420 CPUtime=0.95
/proc/8504/stat : 8504 (SatELiteGTI) S 8502 8504 11066 0 -1 4194304 387 3413 0 0 1 0 91 3 18 0 1 0 1019637063 2478080 278 4294967295 134512640 135169312 3214927184 3214923400 3084893934 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/8504/statm: 605 278 235 161 0 44 0
[pid=8510] ppid=8504 vsize=67864 CPUtime=341.38
/proc/8510/stat : 8510 (minisat_static) R 8504 8504 11066 0 -1 4202496 16766 0 0 0 34118 20 0 0 25 0 1 0 1019637157 69492736 16701 4294967295 134512640 135214715 3215437344 3215435808 134528509 0 0 0 3 0 0 0 17 3 0 0 0
/proc/8510/statm: 16966 16701 74 172 0 16793 0
Current children cumulated CPU time (s) 342.33

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

[pid=8510] ppid=8504 vsize=67864 CPUtime=521.39
/proc/8510/stat : 8510 (minisat_static) R 8504 8504 11066 0 -1 4202496 16776 0 0 0 52119 20 0 0 25 0 1 0 1019637157 69492736 16711 4294967295 134512640 135214715 3215437344 3215435808 134528800 0 0 0 3 0 0 0 17 3 0 0 0
/proc/8510/statm: 16966 16711 74 172 0 16793 0
Current children cumulated CPU time (s) 522.34
Current children cumulated vsize (KiB) 70284

[startup+582.319 s]
/proc/loadavg: 1.00 1.00 1.00 3/98 10399
/proc/meminfo: memFree=1426232/2074464 swapFree=1950760/1959888
[pid=8504] ppid=8502 vsize=2420 CPUtime=0.95
/proc/8504/stat : 8504 (SatELiteGTI) S 8502 8504 11066 0 -1 4194304 387 3413 0 0 1 0 91 3 18 0 1 0 1019637063 2478080 278 4294967295 134512640 135169312 3214927184 3214923400 3084893934 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/8504/statm: 605 278 235 161 0 44 0
[pid=8510] ppid=8504 vsize=68916 CPUtime=581.4
/proc/8510/stat : 8510 (minisat_static) R 8504 8504 11066 0 -1 4202496 17023 0 0 0 58119 21 0 0 25 0 1 0 1019637157 70569984 16958 4294967295 134512640 135214715 3215437344 3215435808 134528800 0 0 0 3 0 0 0 17 3 0 0 0
/proc/8510/statm: 17229 16958 74 172 0 17056 0
Current children cumulated CPU time (s) 582.35
Current children cumulated vsize (KiB) 71336

[startup+642.326 s]
/proc/loadavg: 1.00 1.00 1.00 3/98 10585
/proc/meminfo: memFree=1420172/2074464 swapFree=1950760/1959888
[pid=8504] ppid=8502 vsize=2420 CPUtime=0.95
/proc/8504/stat : 8504 (SatELiteGTI) S 8502 8504 11066 0 -1 4194304 387 3413 0 0 1 0 91 3 18 0 1 0 1019637063 2478080 278 4294967295 134512640 135169312 3214927184 3214923400 3084893934 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/8504/statm: 605 278 235 161 0 44 0
[pid=8510] ppid=8504 vsize=74948 CPUtime=641.41
/proc/8510/stat : 8510 (minisat_static) R 8504 8504 11066 0 -1 4202496 18564 0 0 0 64113 28 0 0 25 0 1 0 1019637157 76746752 18499 4294967295 134512640 135214715 3215437344 3215435808 134528579 0 0 0 3 0 0 0 17 3 0 0 0
/proc/8510/statm: 18737 18499 74 172 0 18564 0
Current children cumulated CPU time (s) 642.36
Current children cumulated vsize (KiB) 77368

[startup+702.322 s]
/proc/loadavg: 1.00 1.00 1.00 4/98 10774
/proc/meminfo: memFree=1414428/2074464 swapFree=1950760/1959888
[pid=8504] ppid=8502 vsize=2420 CPUtime=0.95
/proc/8504/stat : 8504 (SatELiteGTI) S 8502 8504 11066 0 -1 4194304 387 3413 0 0 1 0 91 3 18 0 1 0 1019637063 2478080 278 4294967295 134512640 135169312 3214927184 3214923400 3084893934 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/8504/statm: 605 278 235 161 0 44 0
[pid=8510] ppid=8504 vsize=80672 CPUtime=701.41
/proc/8510/stat : 8510 (minisat_static) R 8504 8504 11066 0 -1 4202496 19941 0 0 0 70109 32 0 0 25 0 1 0 1019637157 82608128 19876 4294967295 134512640 135214715 3215437344 3215435808 134528588 0 0 0 3 0 0 0 17 3 0 0 0
/proc/8510/statm: 20168 19876 74 172 0 19995 0
Current children cumulated CPU time (s) 702.36
Current children cumulated vsize (KiB) 83092

[startup+762.319 s]
/proc/loadavg: 1.00 1.00 1.00 3/98 10967
/proc/meminfo: memFree=1414544/2074464 swapFree=1950760/1959888
[pid=8504] ppid=8502 vsize=2420 CPUtime=0.95
/proc/8504/stat : 8504 (SatELiteGTI) S 8502 8504 11066 0 -1 4194304 387 3413 0 0 1 0 91 3 18 0 1 0 1019637063 2478080 278 4294967295 134512640 135169312 3214927184 3214923400 3084893934 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/8504/statm: 605 278 235 161 0 44 0
[pid=8510] ppid=8504 vsize=80672 CPUtime=761.41
/proc/8510/stat : 8510 (minisat_static) R 8504 8504 11066 0 -1 4202496 19947 0 0 0 76109 32 0 0 25 0 1 0 1019637157 82608128 19882 4294967295 134512640 135214715 3215437344 3215435808 134528721 0 0 0 3 0 0 0 17 3 0 0 0
/proc/8510/statm: 20168 19882 74 172 0 19995 0
Current children cumulated CPU time (s) 762.36
Current children cumulated vsize (KiB) 83092

[startup+822.316 s]
/proc/loadavg: 1.00 1.00 1.00 3/98 11158
/proc/meminfo: memFree=1414816/2074464 swapFree=1950760/1959888
[pid=8504] ppid=8502 vsize=2420 CPUtime=0.95
/proc/8504/stat : 8504 (SatELiteGTI) S 8502 8504 11066 0 -1 4194304 387 3413 0 0 1 0 91 3 18 0 1 0 1019637063 2478080 278 4294967295 134512640 135169312 3214927184 3214923400 3084893934 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/8504/statm: 605 278 235 161 0 44 0
[pid=8510] ppid=8504 vsize=80672 CPUtime=821.41
/proc/8510/stat : 8510 (minisat_static) R 8504 8504 11066 0 -1 4202496 19951 0 0 0 82109 32 0 0 25 0 1 0 1019637157 82608128 19886 4294967295 134512640 135214715 3215437344 3215435808 134528800 0 0 0 3 0 0 0 17 3 0 0 0
/proc/8510/statm: 20168 19886 74 172 0 19995 0
Current children cumulated CPU time (s) 822.36
Current children cumulated vsize (KiB) 83092

[startup+882.322 s]
/proc/loadavg: 1.07 1.03 1.01 2/98 11345
/proc/meminfo: memFree=1414816/2074464 swapFree=1950760/1959888
[pid=8504] ppid=8502 vsize=2420 CPUtime=0.95
/proc/8504/stat : 8504 (SatELiteGTI) S 8502 8504 11066 0 -1 4194304 387 3413 0 0 1 0 91 3 18 0 1 0 1019637063 2478080 278 4294967295 134512640 135169312 3214927184 3214923400 3084893934 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/8504/statm: 605 278 235 161 0 44 0
[pid=8510] ppid=8504 vsize=80672 CPUtime=881.42
/proc/8510/stat : 8510 (minisat_static) R 8504 8504 11066 0 -1 4202496 19952 0 0 0 88110 32 0 0 25 0 1 0 1019637157 82608128 19887 4294967295 134512640 135214715 3215437344 3215435808 134528800 0 0 0 3 0 0 0 17 3 0 0 0
/proc/8510/statm: 20168 19887 74 172 0 19995 0
Current children cumulated CPU time (s) 882.37
Current children cumulated vsize (KiB) 83092

[startup+942.319 s]
/proc/loadavg: 1.02 1.02 1.00 3/98 11531
/proc/meminfo: memFree=1414676/2074464 swapFree=1950760/1959888
[pid=8504] ppid=8502 vsize=2420 CPUtime=0.95
/proc/8504/stat : 8504 (SatELiteGTI) S 8502 8504 11066 0 -1 4194304 387 3413 0 0 1 0 91 3 18 0 1 0 1019637063 2478080 278 4294967295 134512640 135169312 3214927184 3214923400 3084893934 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/8504/statm: 605 278 235 161 0 44 0
[pid=8510] ppid=8504 vsize=80672 CPUtime=941.42
/proc/8510/stat : 8510 (minisat_static) R 8504 8504 11066 0 -1 4202496 19956 0 0 0 94106 36 0 0 25 0 1 0 1019637157 82608128 19891 4294967295 134512640 135214715 3215437344 3215435808 134528800 0 0 0 3 0 0 0 17 3 0 0 0
/proc/8510/statm: 20168 19891 74 172 0 19995 0
Current children cumulated CPU time (s) 942.37
Current children cumulated vsize (KiB) 83092

[startup+1002.32 s]
/proc/loadavg: 1.07 1.03 1.00 2/98 11720
/proc/meminfo: memFree=1414568/2074464 swapFree=1950760/1959888
[pid=8504] ppid=8502 vsize=2420 CPUtime=0.95
/proc/8504/stat : 8504 (SatELiteGTI) S 8502 8504 11066 0 -1 4194304 387 3413 0 0 1 0 91 3 18 0 1 0 1019637063 2478080 278 4294967295 134512640 135169312 3214927184 3214923400 3084893934 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/8504/statm: 605 278 235 161 0 44 0
[pid=8510] ppid=8504 vsize=80672 CPUtime=1001.42
/proc/8510/stat : 8510 (minisat_static) R 8504 8504 11066 0 -1 4202496 19962 0 0 0 100106 36 0 0 25 0 1 0 1019637157 82608128 19897 4294967295 134512640 135214715 3215437344 3215435808 134528800 0 0 0 3 0 0 0 17 3 0 0 0
/proc/8510/statm: 20168 19897 74 172 0 19995 0
Current children cumulated CPU time (s) 1002.37
Current children cumulated vsize (KiB) 83092

[startup+1062.32 s]
/proc/loadavg: 1.02 1.02 1.00 3/98 11909
/proc/meminfo: memFree=1413444/2074464 swapFree=1950760/1959888
[pid=8504] ppid=8502 vsize=2420 CPUtime=0.95
/proc/8504/stat : 8504 (SatELiteGTI) S 8502 8504 11066 0 -1 4194304 387 3413 0 0 1 0 91 3 18 0 1 0 1019637063 2478080 278 4294967295 134512640 135169312 3214927184 3214923400 3084893934 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/8504/statm: 605 278 235 161 0 44 0
[pid=8510] ppid=8504 vsize=82040 CPUtime=1061.43
/proc/8510/stat : 8510 (minisat_static) R 8504 8504 11066 0 -1 4202496 20307 0 0 0 106107 36 0 0 25 0 1 0 1019637157 84008960 20242 4294967295 134512640 135214715 3215437344 3215435808 134528800 0 0 0 3 0 0 0 17 3 0 0 0
/proc/8510/statm: 20510 20242 74 172 0 20337 0
Current children cumulated CPU time (s) 1062.38
Current children cumulated vsize (KiB) 84460

[startup+1122.31 s]
/proc/loadavg: 1.01 1.02 1.00 3/98 12099
/proc/meminfo: memFree=1408352/2074464 swapFree=1950760/1959888
[pid=8504] ppid=8502 vsize=2420 CPUtime=0.95
/proc/8504/stat : 8504 (SatELiteGTI) S 8502 8504 11066 0 -1 4194304 387 3413 0 0 1 0 91 3 18 0 1 0 1019637063 2478080 278 4294967295 134512640 135169312 3214927184 3214923400 3084893934 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/8504/statm: 605 278 235 161 0 44 0
[pid=8510] ppid=8504 vsize=87140 CPUtime=1121.42
/proc/8510/stat : 8510 (minisat_static) R 8504 8504 11066 0 -1 4202496 21531 0 0 0 112105 37 0 0 25 0 1 0 1019637157 89231360 21466 4294967295 134512640 135214715 3215437344 3215435808 134528800 0 0 0 3 0 0 0 17 3 0 0 0
/proc/8510/statm: 21785 21466 74 172 0 21612 0
Current children cumulated CPU time (s) 1122.37
Current children cumulated vsize (KiB) 89560

[startup+1182.32 s]
/proc/loadavg: 1.00 1.01 1.00 2/98 12290
/proc/meminfo: memFree=1403772/2074464 swapFree=1950760/1959888
[pid=8504] ppid=8502 vsize=2420 CPUtime=0.95
/proc/8504/stat : 8504 (SatELiteGTI) S 8502 8504 11066 0 -1 4194304 387 3413 0 0 1 0 91 3 18 0 1 0 1019637063 2478080 278 4294967295 134512640 135169312 3214927184 3214923400 3084893934 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/8504/statm: 605 278 235 161 0 44 0
[pid=8510] ppid=8504 vsize=92108 CPUtime=1181.43
/proc/8510/stat : 8510 (minisat_static) R 8504 8504 11066 0 -1 4202496 22734 0 0 0 118104 39 0 0 25 0 1 0 1019637157 94318592 22669 4294967295 134512640 135214715 3215437344 3215435808 134528785 0 0 0 3 0 0 0 17 3 0 0 0
/proc/8510/statm: 23027 22669 74 172 0 22854 0
Current children cumulated CPU time (s) 1182.38
Current children cumulated vsize (KiB) 94528



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.01 s]
/proc/loadavg: 1.00 1.01 1.00 2/98 12292
/proc/meminfo: memFree=1402340/2074464 swapFree=1950760/1959888
[pid=8504] ppid=8502 vsize=2420 CPUtime=0.95
/proc/8504/stat : 8504 (SatELiteGTI) S 8502 8504 11066 0 -1 4194304 387 3413 0 0 1 0 91 3 18 0 1 0 1019637063 2478080 278 4294967295 134512640 135169312 3214927184 3214923400 3084893934 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/8504/statm: 605 278 235 161 0 44 0
[pid=8510] ppid=8504 vsize=93560 CPUtime=1199.13
/proc/8510/stat : 8510 (minisat_static) R 8504 8504 11066 0 -1 4202496 23090 0 0 0 119873 40 0 0 25 0 1 0 1019637157 95805440 23025 4294967295 134512640 135214715 3215437344 3215435808 134528800 0 0 0 3 0 0 0 17 3 0 0 0
/proc/8510/statm: 23390 23025 74 172 0 23217 0
Current children cumulated CPU time (s) 1200.08
Current children cumulated vsize (KiB) 95980

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

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

[startup+1200.01 s]
/proc/loadavg: 1.00 1.01 1.00 2/98 12292
/proc/meminfo: memFree=1402340/2074464 swapFree=1950760/1959888
[pid=8504] ppid=8502 vsize=2420 CPUtime=0.95
/proc/8504/stat : 8504 (SatELiteGTI) S 8502 8504 11066 0 -1 4194304 387 3413 0 0 1 0 91 3 18 0 1 0 1019637063 2478080 278 4294967295 134512640 135169312 3214927184 3214923400 3084893934 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/8504/statm: 605 278 235 161 0 44 0
[pid=8510] ppid=8504 vsize=93560 CPUtime=1199.13
/proc/8510/stat : 8510 (minisat_static) R 8504 8504 11066 0 -1 4202496 23090 0 0 0 119873 40 0 0 25 0 1 0 1019637157 95805440 23025 4294967295 134512640 135214715 3215437344 3215435808 134528800 0 0 0 3 0 0 0 17 3 0 0 0
/proc/8510/statm: 23390 23025 74 172 0 23217 0
Current children cumulated CPU time (s) 1200.08
Current children cumulated vsize (KiB) 95980

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

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1199.65
system time used= 0.44
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 27167
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 20
involuntary context switches= 1803

runsolver used 0 second user time and 0.01 second system time

The end

Launcher Data

Begin job on tipi23 at 2009-05-17 11:09:48
IDJOB=1821679
IDBENCH=71064
IDSOLVER=660
FILE ID=tipi23/1821679-1242551388
PBS_JOBID=
Free space on /tmp= 8548 MiB

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

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

MD5SUM BENCH= b02fa517730e45c506203f9bd7ebb62c
RANDOM SEED= 3031738

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:       1496848 kB
Buffers:         37108 kB
Cached:         454336 kB
SwapCached:       3584 kB
Active:         222252 kB
Inactive:       281060 kB
HighTotal:     1178688 kB
HighFree:       713524 kB
LowTotal:       895776 kB
LowFree:        783324 kB
SwapTotal:     1959888 kB
SwapFree:      1950760 kB
Dirty:            3296 kB
Writeback:           0 kB
AnonPages:       11108 kB
Mapped:           4476 kB
Slab:            65420 kB
PageTables:        324 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   2997120 kB
Committed_AS:    96900 kB
VmallocTotal:   114680 kB
VmallocUsed:      1324 kB
VmallocChunk:   113264 kB

Free space on /tmp at the end= 8548 MiB
End job on tipi23 at 2009-05-17 11:29:48