Trace number 1821499

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-23UNSAT 1063.93 1063.84

General information on the benchmark

NameAPPLICATIONS/bioinfo/
q_query_3_L100_coli.sat.cnf
MD5SUM370a08d01be1cc652e9a09ab1aafdced
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark209.24
Satisfiable
(Un)Satisfiability was proved
Number of variables315617
Number of clauses1522583
Sum of the clauses size4407119
Maximum clause length11
Minimum clause length1
Number of clauses of size 132077
Number of clauses of size 2403677
Number of clauses of size 3835608
Number of clauses of size 4197035
Number of clauses of size 553887
Number of clauses of size over 5299

Solver Data

0.00/0.00	c Parsing...
1.33/1.37	c ==============================================================================
1.33/1.37	c |           |     ORIGINAL     |              LEARNT              |          |
1.33/1.37	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
1.33/1.37	c ==============================================================================
1.33/1.37	c |         0 | 1433869  4205935 |  430160       0        0     nan |  0.000 % |
40.03/40.09	c |         0 |  506124  1856371 |      --       0       --      -- |     --   | -749772/-1863718
40.03/40.09	c ==============================================================================
40.03/40.09	c Result  :   #vars: 48547   #clauses: 506124   #literals: 1856371
40.03/40.09	c CPU time:   39.67 s
40.03/40.09	c ==============================================================================
40.74/40.75	This is MiniSat 2.0 beta with hacks by AVG
40.74/40.75	WARNING: for repeatability, setting FPU to use double precision
40.74/40.75	============================[ Problem Statistics ]=============================
40.74/40.75	|                                                                             |
40.74/40.75	|  Number of variables:  48547                                                |
40.74/40.75	|  Number of clauses:    506124                                               |
40.76/41.08	|  Parsing time:         0.29         s                                       |
1063.82/1063.81	restarts              : 21
1063.82/1063.81	conflicts             : 695297         (680 /sec)
1063.82/1063.81	decisions             : 1079384        (1.72 % random) (1055 /sec)
1063.82/1063.81	propagations          : 367570960      (359409 /sec)
1063.82/1063.81	conflict literals     : 20368068       (47.08 % deleted)
1063.82/1063.81	Memory used           : 123.47 MB
1063.82/1063.81	CPU time              : 1022.71 s
1063.82/1063.81	
1063.82/1063.81	UNSATISFIABLE
1063.91/1063.82	s UNSATISFIABLE

Verifier Data

No possible verification on an UNSAT instance

Watcher Data

runsolver version 3.2.9 (svn:503) (c) roussel@cril.univ-artois.fr

command line: runsolver --timestamp -w /tmp/evaluation-result-1821499-1242531731/watcher-1821499-1242531731 -o /tmp/evaluation-result-1821499-1242531731/solver-1821499-1242531731 -C 1200 -W 1800 -M 1800 SatELiteGTI HOME/instance-1821499-1242531731.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.95 0.98 0.99 3/91 16049
/proc/meminfo: memFree=1256260/2074464 swapFree=1952056/1959888
[pid=16049] ppid=16047 vsize=2412 CPUtime=0.01
/proc/16049/stat : 16049 (SatELiteGTI) R 16047 16049 15108 0 -1 4194304 353 646 0 0 0 1 0 0 18 0 1 0 1017671431 2469888 276 4294967295 134512640 135169312 3213485040 3213483516 3084932980 0 65538 4 65536 0 0 0 17 2 0 0 0
/proc/16049/statm: 603 276 235 161 0 42 0
[pid=16053] ppid=16049 vsize=0 CPUtime=0
/proc/16053/stat : 16053 (SatELiteGTI) R 16049 16049 15108 0 -1 4194368 65 0 0 0 0 0 0 0 18 0 1 0 1017671431 0 0 4294967295 0 0 0 3213483668 3084933610 0 0 0 0 0 0 0 17 3 0 0 0
/proc/16053/statm: 0 0 0 0 0 0 0

[startup+0.07032 s]
/proc/loadavg: 0.95 0.98 0.99 3/91 16049
/proc/meminfo: memFree=1256260/2074464 swapFree=1952056/1959888
[pid=16049] ppid=16047 vsize=2412 CPUtime=0.01
/proc/16049/stat : 16049 (SatELiteGTI) S 16047 16049 15108 0 -1 4194304 367 646 0 0 0 1 0 0 18 0 1 0 1017671431 2469888 276 4294967295 134512640 135169312 3213485040 3213483576 3084930798 0 65536 4 65538 3222381614 0 0 17 2 0 0 0
/proc/16049/statm: 603 276 235 161 0 42 0
[pid=16053] ppid=16049 vsize=26664 CPUtime=0.07
/proc/16053/stat : 16053 (SatELite_releas) R 16049 16049 15108 0 -1 4202496 3761 0 0 0 6 1 0 0 18 0 1 0 1017671431 27303936 3601 4294967295 134512640 135223648 3219448208 3219447160 134737310 0 0 0 3 0 0 0 17 3 0 0 0
/proc/16053/statm: 6666 3602 47 174 0 6491 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 29076

[startup+0.1203 s]
/proc/loadavg: 0.95 0.98 0.99 3/91 16049
/proc/meminfo: memFree=1256260/2074464 swapFree=1952056/1959888
[pid=16049] ppid=16047 vsize=2412 CPUtime=0.01
/proc/16049/stat : 16049 (SatELiteGTI) S 16047 16049 15108 0 -1 4194304 367 646 0 0 0 1 0 0 18 0 1 0 1017671431 2469888 276 4294967295 134512640 135169312 3213485040 3213483576 3084930798 0 65536 4 65538 3222381614 0 0 17 2 0 0 0
/proc/16049/statm: 603 276 235 161 0 42 0
[pid=16053] ppid=16049 vsize=31008 CPUtime=0.12
/proc/16053/stat : 16053 (SatELite_releas) R 16049 16049 15108 0 -1 4202496 5096 0 0 0 9 3 0 0 18 0 1 0 1017671431 31752192 4936 4294967295 134512640 135223648 3219448208 3219446792 134719062 0 0 0 3 0 0 0 17 3 0 0 0
/proc/16053/statm: 7752 4936 47 174 0 7577 0
Current children cumulated CPU time (s) 0.13
Current children cumulated vsize (KiB) 33420

[startup+0.320285 s]
/proc/loadavg: 0.95 0.98 0.99 3/91 16049
/proc/meminfo: memFree=1256260/2074464 swapFree=1952056/1959888
[pid=16049] ppid=16047 vsize=2412 CPUtime=0.01
/proc/16049/stat : 16049 (SatELiteGTI) S 16047 16049 15108 0 -1 4194304 367 646 0 0 0 1 0 0 18 0 1 0 1017671431 2469888 276 4294967295 134512640 135169312 3213485040 3213483576 3084930798 0 65536 4 65538 3222381614 0 0 17 2 0 0 0
/proc/16049/statm: 603 276 235 161 0 42 0
[pid=16053] ppid=16049 vsize=48072 CPUtime=0.32
/proc/16053/stat : 16053 (SatELite_releas) R 16049 16049 15108 0 -1 4202496 10426 0 0 0 24 8 0 0 18 0 1 0 1017671431 49225728 10266 4294967295 134512640 135223648 3219448208 3219446808 134719062 0 0 0 3 0 0 0 17 3 0 0 0
/proc/16053/statm: 12018 10267 47 174 0 11843 0
Current children cumulated CPU time (s) 0.33
Current children cumulated vsize (KiB) 50484

[startup+0.720254 s]
/proc/loadavg: 0.95 0.98 0.99 3/91 16049
/proc/meminfo: memFree=1256260/2074464 swapFree=1952056/1959888
[pid=16049] ppid=16047 vsize=2412 CPUtime=0.01
/proc/16049/stat : 16049 (SatELiteGTI) S 16047 16049 15108 0 -1 4194304 367 646 0 0 0 1 0 0 18 0 1 0 1017671431 2469888 276 4294967295 134512640 135169312 3213485040 3213483576 3084930798 0 65536 4 65538 3222381614 0 0 17 2 0 0 0
/proc/16049/statm: 603 276 235 161 0 42 0
[pid=16053] ppid=16049 vsize=104660 CPUtime=0.72
/proc/16053/stat : 16053 (SatELite_releas) R 16049 16049 15108 0 -1 4202496 20894 0 0 0 59 13 0 0 18 0 1 0 1017671431 107171840 20734 4294967295 134512640 135223648 3219448208 3219446792 134719062 0 0 0 3 0 0 0 17 3 0 0 0
/proc/16053/statm: 26165 20735 47 174 0 25990 0
Current children cumulated CPU time (s) 0.73
Current children cumulated vsize (KiB) 107072

[startup+1.52019 s]
/proc/loadavg: 0.95 0.98 0.99 2/93 16054
/proc/meminfo: memFree=1148340/2074464 swapFree=1952056/1959888
[pid=16049] ppid=16047 vsize=2412 CPUtime=0.01
/proc/16049/stat : 16049 (SatELiteGTI) S 16047 16049 15108 0 -1 4194304 367 646 0 0 0 1 0 0 18 0 1 0 1017671431 2469888 276 4294967295 134512640 135169312 3213485040 3213483576 3084930798 0 65536 4 65538 3222381614 0 0 17 2 0 0 0
/proc/16049/statm: 603 276 235 161 0 42 0
[pid=16053] ppid=16049 vsize=171324 CPUtime=1.52
/proc/16053/stat : 16053 (SatELite_releas) R 16049 16049 15108 0 -1 4202496 36854 0 0 0 127 25 0 0 20 0 1 0 1017671431 175435776 36681 4294967295 134512640 135223648 3219448208 3219446800 134548212 0 0 0 3 0 0 0 17 3 0 0 0
/proc/16053/statm: 42831 36681 67 174 0 42656 0
Current children cumulated CPU time (s) 1.53
Current children cumulated vsize (KiB) 173736

[startup+3.12007 s]
/proc/loadavg: 1.04 1.00 1.00 2/93 16239
/proc/meminfo: memFree=1104936/2074464 swapFree=1952056/1959888
[pid=16049] ppid=16047 vsize=2412 CPUtime=0.01
/proc/16049/stat : 16049 (SatELiteGTI) S 16047 16049 15108 0 -1 4194304 367 646 0 0 0 1 0 0 18 0 1 0 1017671431 2469888 276 4294967295 134512640 135169312 3213485040 3213483576 3084930798 0 65536 4 65538 3222381614 0 0 17 2 0 0 0
/proc/16049/statm: 603 276 235 161 0 42 0
[pid=16053] ppid=16049 vsize=202892 CPUtime=3.12
/proc/16053/stat : 16053 (SatELite_releas) R 16049 16049 15108 0 -1 4202496 41175 0 0 0 286 26 0 0 25 0 1 0 1017671431 207761408 41002 4294967295 134512640 135223648 3219448208 3219446224 134548340 0 0 0 3 0 0 0 17 3 0 0 0
/proc/16053/statm: 50723 41002 72 174 0 50548 0
Current children cumulated CPU time (s) 3.13
Current children cumulated vsize (KiB) 205304

[startup+6.31983 s]
/proc/loadavg: 1.04 1.00 1.00 3/93 16239
/proc/meminfo: memFree=1092072/2074464 swapFree=1952056/1959888
[pid=16049] ppid=16047 vsize=2412 CPUtime=0.01
/proc/16049/stat : 16049 (SatELiteGTI) S 16047 16049 15108 0 -1 4194304 367 646 0 0 0 1 0 0 18 0 1 0 1017671431 2469888 276 4294967295 134512640 135169312 3213485040 3213483576 3084930798 0 65536 4 65538 3222381614 0 0 17 2 0 0 0
/proc/16049/statm: 603 276 235 161 0 42 0
[pid=16053] ppid=16049 vsize=202892 CPUtime=6.32
/proc/16053/stat : 16053 (SatELite_releas) R 16049 16049 15108 0 -1 4202496 41201 0 0 0 606 26 0 0 25 0 1 0 1017671431 207761408 41028 4294967295 134512640 135223648 3219448208 3219446288 134548200 0 0 0 3 0 0 0 17 3 0 0 0
/proc/16053/statm: 50723 41028 72 174 0 50548 0
Current children cumulated CPU time (s) 6.33
Current children cumulated vsize (KiB) 205304

[startup+12.7193 s]
/proc/loadavg: 1.03 1.00 1.00 2/93 16241
/proc/meminfo: memFree=1092364/2074464 swapFree=1952056/1959888
[pid=16049] ppid=16047 vsize=2412 CPUtime=0.01
/proc/16049/stat : 16049 (SatELiteGTI) S 16047 16049 15108 0 -1 4194304 367 646 0 0 0 1 0 0 18 0 1 0 1017671431 2469888 276 4294967295 134512640 135169312 3213485040 3213483576 3084930798 0 65536 4 65538 3222381614 0 0 17 2 0 0 0
/proc/16049/statm: 603 276 235 161 0 42 0
[pid=16053] ppid=16049 vsize=202740 CPUtime=12.72
/proc/16053/stat : 16053 (SatELite_releas) R 16049 16049 15108 0 -1 4202496 41237 0 0 0 1246 26 0 0 25 0 1 0 1017671431 207605760 41026 4294967295 134512640 135223648 3219448208 3219446288 134548209 0 0 0 3 0 0 0 17 3 0 0 0
/proc/16053/statm: 50685 41026 72 174 0 50510 0
Current children cumulated CPU time (s) 12.73
Current children cumulated vsize (KiB) 205152

[startup+25.5184 s]
/proc/loadavg: 1.03 1.00 1.00 2/93 16242
/proc/meminfo: memFree=1092056/2074464 swapFree=1952056/1959888
[pid=16049] ppid=16047 vsize=2412 CPUtime=0.01
/proc/16049/stat : 16049 (SatELiteGTI) S 16047 16049 15108 0 -1 4194304 367 646 0 0 0 1 0 0 18 0 1 0 1017671431 2469888 276 4294967295 134512640 135169312 3213485040 3213483576 3084930798 0 65536 4 65538 3222381614 0 0 17 2 0 0 0
/proc/16049/statm: 603 276 235 161 0 42 0
[pid=16053] ppid=16049 vsize=204124 CPUtime=25.52
/proc/16053/stat : 16053 (SatELite_releas) R 16049 16049 15108 0 -1 4202496 41381 0 0 0 2525 27 0 0 25 0 1 0 1017671431 209022976 41132 4294967295 134512640 135223648 3219448208 3219446288 134548560 0 0 0 3 0 0 0 17 3 0 0 0
/proc/16053/statm: 51031 41132 72 174 0 50856 0
Current children cumulated CPU time (s) 25.53
Current children cumulated vsize (KiB) 206536

[startup+51.1164 s]
/proc/loadavg: 1.02 1.00 1.00 2/93 16244
/proc/meminfo: memFree=1198364/2074464 swapFree=1952056/1959888
[pid=16049] ppid=16047 vsize=2416 CPUtime=40.76
/proc/16049/stat : 16049 (SatELiteGTI) S 16047 16049 15108 0 -1 4194304 385 51547 0 0 0 1 4027 48 20 0 1 0 1017671431 2473984 277 4294967295 134512640 135169312 3213485040 3213481256 3084930798 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/16049/statm: 604 277 235 161 0 43 0
[pid=16244] ppid=16049 vsize=35068 CPUtime=10.37
/proc/16244/stat : 16244 (minisat_static) R 16049 16049 15108 0 -1 4202496 8357 0 0 0 1032 5 0 0 25 0 1 0 1017675506 35909632 8247 4294967295 134512640 135214715 3218235584 3218234048 134528709 0 0 0 3 0 0 0 17 0 0 0 0
/proc/16244/statm: 8767 8247 73 172 0 8594 0
Current children cumulated CPU time (s) 51.13
Current children cumulated vsize (KiB) 37484

[startup+102.312 s]
/proc/loadavg: 1.00 1.00 1.00 3/93 16432
/proc/meminfo: memFree=1184900/2074464 swapFree=1952056/1959888
[pid=16049] ppid=16047 vsize=2416 CPUtime=40.76
/proc/16049/stat : 16049 (SatELiteGTI) S 16047 16049 15108 0 -1 4194304 385 51547 0 0 0 1 4027 48 20 0 1 0 1017671431 2473984 277 4294967295 134512640 135169312 3213485040 3213481256 3084930798 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/16049/statm: 604 277 235 161 0 43 0
[pid=16244] ppid=16049 vsize=48312 CPUtime=61.57
/proc/16244/stat : 16244 (minisat_static) R 16049 16049 15108 0 -1 4202496 11605 0 0 0 6145 12 0 0 25 0 1 0 1017675506 49471488 11495 4294967295 134512640 135214715 3218235584 3218233968 134524101 0 0 0 3 0 0 0 17 0 0 0 0
/proc/16244/statm: 12078 11495 73 172 0 11905 0
Current children cumulated CPU time (s) 102.33
Current children cumulated vsize (KiB) 50728

[startup+162.308 s]
/proc/loadavg: 1.00 1.00 1.00 4/93 16620
/proc/meminfo: memFree=1173656/2074464 swapFree=1952056/1959888
[pid=16049] ppid=16047 vsize=2416 CPUtime=40.76
/proc/16049/stat : 16049 (SatELiteGTI) S 16047 16049 15108 0 -1 4194304 385 51547 0 0 0 1 4027 48 20 0 1 0 1017671431 2473984 277 4294967295 134512640 135169312 3213485040 3213481256 3084930798 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/16049/statm: 604 277 235 161 0 43 0
[pid=16244] ppid=16049 vsize=59620 CPUtime=121.57
/proc/16244/stat : 16244 (minisat_static) R 16049 16049 15108 0 -1 4202496 14407 0 0 0 12142 15 0 0 25 0 1 0 1017675506 61050880 14297 4294967295 134512640 135214715 3218235584 3218234048 134528800 0 0 0 3 0 0 0 17 0 0 0 0
/proc/16244/statm: 14905 14297 73 172 0 14732 0
Current children cumulated CPU time (s) 162.33
Current children cumulated vsize (KiB) 62036

[startup+222.313 s]
/proc/loadavg: 1.00 1.00 1.00 2/93 16808
/proc/meminfo: memFree=1165636/2074464 swapFree=1952056/1959888
[pid=16049] ppid=16047 vsize=2416 CPUtime=40.76
/proc/16049/stat : 16049 (SatELiteGTI) S 16047 16049 15108 0 -1 4194304 385 51547 0 0 0 1 4027 48 20 0 1 0 1017671431 2473984 277 4294967295 134512640 135169312 3213485040 3213481256 3084930798 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/16049/statm: 604 277 235 161 0 43 0
[pid=16244] ppid=16049 vsize=67564 CPUtime=181.58
/proc/16244/stat : 16244 (minisat_static) R 16049 16049 15108 0 -1 4202496 16435 0 0 0 18137 21 0 0 25 0 1 0 1017675506 69185536 16325 4294967295 134512640 135214715 3218235584 3218234048 134528800 0 0 0 3 0 0 0 17 0 0 0 0
/proc/16244/statm: 16891 16325 73 172 0 16718 0
Current children cumulated CPU time (s) 222.34
Current children cumulated vsize (KiB) 69980

[startup+282.309 s]
/proc/loadavg: 1.00 1.00 1.00 2/93 16997
/proc/meminfo: memFree=1159428/2074464 swapFree=1952056/1959888
[pid=16049] ppid=16047 vsize=2416 CPUtime=40.76
/proc/16049/stat : 16049 (SatELiteGTI) S 16047 16049 15108 0 -1 4194304 385 51547 0 0 0 1 4027 48 20 0 1 0 1017671431 2473984 277 4294967295 134512640 135169312 3213485040 3213481256 3084930798 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/16049/statm: 604 277 235 161 0 43 0
[pid=16244] ppid=16049 vsize=73684 CPUtime=241.58
/proc/16244/stat : 16244 (minisat_static) R 16049 16049 15108 0 -1 4202496 17981 0 0 0 24137 21 0 0 25 0 1 0 1017675506 75452416 17871 4294967295 134512640 135214715 3218235584 3218234048 134528800 0 0 0 3 0 0 0 17 0 0 0 0
/proc/16244/statm: 18421 17871 73 172 0 18248 0
Current children cumulated CPU time (s) 282.34
Current children cumulated vsize (KiB) 76100

[startup+342.324 s]
/proc/loadavg: 1.00 1.00 1.00 2/93 17185
/proc/meminfo: memFree=1155088/2074464 swapFree=1952056/1959888
[pid=16049] ppid=16047 vsize=2416 CPUtime=40.76
/proc/16049/stat : 16049 (SatELiteGTI) S 16047 16049 15108 0 -1 4194304 385 51547 0 0 0 1 4027 48 20 0 1 0 1017671431 2473984 277 4294967295 134512640 135169312 3213485040 3213481256 3084930798 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/16049/statm: 604 277 235 161 0 43 0
[pid=16244] ppid=16049 vsize=78692 CPUtime=301.6
/proc/16244/stat : 16244 (minisat_static) R 16049 16049 15108 0 -1 4202496 19100 0 0 0 30134 26 0 0 25 0 1 0 1017675506 80580608 18990 4294967295 134512640 135214715 3218235584 3218234048 134528675 0 0 0 3 0 0 0 17 0 0 0 0
/proc/16244/statm: 19673 18990 73 172 0 19500 0
Current children cumulated CPU time (s) 342.36

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


[startup+522.31 s]
/proc/loadavg: 1.00 1.00 1.00 2/93 17751
/proc/meminfo: memFree=1140960/2074464 swapFree=1952056/1959888
[pid=16049] ppid=16047 vsize=2416 CPUtime=40.76
/proc/16049/stat : 16049 (SatELiteGTI) S 16047 16049 15108 0 -1 4194304 385 51547 0 0 0 1 4027 48 20 0 1 0 1017671431 2473984 277 4294967295 134512640 135169312 3213485040 3213481256 3084930798 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/16049/statm: 604 277 235 161 0 43 0
[pid=16244] ppid=16049 vsize=92944 CPUtime=481.6
/proc/16244/stat : 16244 (minisat_static) R 16049 16049 15108 0 -1 4202496 22673 0 0 0 48130 30 0 0 25 0 1 0 1017675506 95174656 22563 4294967295 134512640 135214715 3218235584 3218234048 134528800 0 0 0 3 0 0 0 17 2 0 0 0
/proc/16244/statm: 23236 22563 73 172 0 23063 0
Current children cumulated CPU time (s) 522.36
Current children cumulated vsize (KiB) 95360

[startup+582.316 s]
/proc/loadavg: 1.00 1.00 1.00 2/93 17940
/proc/meminfo: memFree=1134876/2074464 swapFree=1952056/1959888
[pid=16049] ppid=16047 vsize=2416 CPUtime=40.76
/proc/16049/stat : 16049 (SatELiteGTI) S 16047 16049 15108 0 -1 4194304 385 51547 0 0 0 1 4027 48 20 0 1 0 1017671431 2473984 277 4294967295 134512640 135169312 3213485040 3213481256 3084930798 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/16049/statm: 604 277 235 161 0 43 0
[pid=16244] ppid=16049 vsize=99756 CPUtime=541.61
/proc/16244/stat : 16244 (minisat_static) R 16049 16049 15108 0 -1 4202496 24203 0 0 0 54129 32 0 0 25 0 1 0 1017675506 102150144 24093 4294967295 134512640 135214715 3218235584 3218234048 134528800 0 0 0 3 0 0 0 17 2 0 0 0
/proc/16244/statm: 24939 24093 73 172 0 24766 0
Current children cumulated CPU time (s) 582.37
Current children cumulated vsize (KiB) 102172

[startup+642.321 s]
/proc/loadavg: 1.00 1.00 1.00 2/93 18128
/proc/meminfo: memFree=1129792/2074464 swapFree=1952056/1959888
[pid=16049] ppid=16047 vsize=2416 CPUtime=40.76
/proc/16049/stat : 16049 (SatELiteGTI) S 16047 16049 15108 0 -1 4194304 385 51547 0 0 0 1 4027 48 20 0 1 0 1017671431 2473984 277 4294967295 134512640 135169312 3213485040 3213481256 3084930798 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/16049/statm: 604 277 235 161 0 43 0
[pid=16244] ppid=16049 vsize=104656 CPUtime=601.62
/proc/16244/stat : 16244 (minisat_static) R 16049 16049 15108 0 -1 4202496 25443 0 0 0 60128 34 0 0 25 0 1 0 1017675506 107167744 25333 4294967295 134512640 135214715 3218235584 3218234048 134528800 0 0 0 3 0 0 0 17 2 0 0 0
/proc/16244/statm: 26164 25333 73 172 0 25991 0
Current children cumulated CPU time (s) 642.38
Current children cumulated vsize (KiB) 107072

[startup+702.327 s]
/proc/loadavg: 1.00 1.00 1.00 2/93 18316
/proc/meminfo: memFree=1124468/2074464 swapFree=1952056/1959888
[pid=16049] ppid=16047 vsize=2416 CPUtime=40.76
/proc/16049/stat : 16049 (SatELiteGTI) S 16047 16049 15108 0 -1 4194304 385 51547 0 0 0 1 4027 48 20 0 1 0 1017671431 2473984 277 4294967295 134512640 135169312 3213485040 3213481256 3084930798 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/16049/statm: 604 277 235 161 0 43 0
[pid=16244] ppid=16049 vsize=109876 CPUtime=661.63
/proc/16244/stat : 16244 (minisat_static) R 16049 16049 15108 0 -1 4202496 26761 0 0 0 66128 35 0 0 25 0 1 0 1017675506 112513024 26651 4294967295 134512640 135214715 3218235584 3218234048 134528588 0 0 0 3 0 0 0 17 2 0 0 0
/proc/16244/statm: 27469 26651 73 172 0 27296 0
Current children cumulated CPU time (s) 702.39
Current children cumulated vsize (KiB) 112292

[startup+762.312 s]
/proc/loadavg: 1.00 1.00 1.00 3/93 18508
/proc/meminfo: memFree=1120732/2074464 swapFree=1952056/1959888
[pid=16049] ppid=16047 vsize=2416 CPUtime=40.76
/proc/16049/stat : 16049 (SatELiteGTI) S 16047 16049 15108 0 -1 4194304 385 51547 0 0 0 1 4027 48 20 0 1 0 1017671431 2473984 277 4294967295 134512640 135169312 3213485040 3213481256 3084930798 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/16049/statm: 604 277 235 161 0 43 0
[pid=16244] ppid=16049 vsize=113500 CPUtime=721.62
/proc/16244/stat : 16244 (minisat_static) R 16049 16049 15108 0 -1 4202496 27667 0 0 0 72127 35 0 0 25 0 1 0 1017675506 116224000 27557 4294967295 134512640 135214715 3218235584 3218234048 134528800 0 0 0 3 0 0 0 17 2 0 0 0
/proc/16244/statm: 28375 27557 73 172 0 28202 0
Current children cumulated CPU time (s) 762.38
Current children cumulated vsize (KiB) 115916

[startup+822.307 s]
/proc/loadavg: 1.00 1.00 1.00 3/93 18694
/proc/meminfo: memFree=1115788/2074464 swapFree=1952056/1959888
[pid=16049] ppid=16047 vsize=2416 CPUtime=40.76
/proc/16049/stat : 16049 (SatELiteGTI) S 16047 16049 15108 0 -1 4194304 385 51547 0 0 0 1 4027 48 20 0 1 0 1017671431 2473984 277 4294967295 134512640 135169312 3213485040 3213481256 3084930798 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/16049/statm: 604 277 235 161 0 43 0
[pid=16244] ppid=16049 vsize=118308 CPUtime=781.62
/proc/16244/stat : 16244 (minisat_static) R 16049 16049 15108 0 -1 4202496 28913 0 0 0 78127 35 0 0 25 0 1 0 1017675506 121147392 28803 4294967295 134512640 135214715 3218235584 3218234048 134528800 0 0 0 3 0 0 0 17 2 0 0 0
/proc/16244/statm: 29577 28803 73 172 0 29404 0
Current children cumulated CPU time (s) 822.38
Current children cumulated vsize (KiB) 120724

[startup+882.313 s]
/proc/loadavg: 1.00 1.00 1.00 2/93 18883
/proc/meminfo: memFree=1113052/2074464 swapFree=1952056/1959888
[pid=16049] ppid=16047 vsize=2416 CPUtime=40.76
/proc/16049/stat : 16049 (SatELiteGTI) S 16047 16049 15108 0 -1 4194304 385 51547 0 0 0 1 4027 48 20 0 1 0 1017671431 2473984 277 4294967295 134512640 135169312 3213485040 3213481256 3084930798 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/16049/statm: 604 277 235 161 0 43 0
[pid=16244] ppid=16049 vsize=120956 CPUtime=841.63
/proc/16244/stat : 16244 (minisat_static) R 16049 16049 15108 0 -1 4202496 29585 0 0 0 84127 36 0 0 25 0 1 0 1017675506 123858944 29475 4294967295 134512640 135214715 3218235584 3218234048 134528613 0 0 0 3 0 0 0 17 2 0 0 0
/proc/16244/statm: 30239 29475 73 172 0 30066 0
Current children cumulated CPU time (s) 882.39
Current children cumulated vsize (KiB) 123372

[startup+942.308 s]
/proc/loadavg: 1.00 1.00 1.00 3/93 19071
/proc/meminfo: memFree=1110820/2074464 swapFree=1952056/1959888
[pid=16049] ppid=16047 vsize=2416 CPUtime=40.76
/proc/16049/stat : 16049 (SatELiteGTI) S 16047 16049 15108 0 -1 4194304 385 51547 0 0 0 1 4027 48 20 0 1 0 1017671431 2473984 277 4294967295 134512640 135169312 3213485040 3213481256 3084930798 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/16049/statm: 604 277 235 161 0 43 0
[pid=16244] ppid=16049 vsize=123240 CPUtime=901.63
/proc/16244/stat : 16244 (minisat_static) R 16049 16049 15108 0 -1 4202496 30139 0 0 0 90124 39 0 0 25 0 1 0 1017675506 126197760 30029 4294967295 134512640 135214715 3218235584 3218234048 134528800 0 0 0 3 0 0 0 17 2 0 0 0
/proc/16244/statm: 30810 30029 73 172 0 30637 0
Current children cumulated CPU time (s) 942.39
Current children cumulated vsize (KiB) 125656

[startup+1002.32 s]
/proc/loadavg: 1.00 1.00 1.00 2/93 19259
/proc/meminfo: memFree=1108224/2074464 swapFree=1952056/1959888
[pid=16049] ppid=16047 vsize=2416 CPUtime=40.76
/proc/16049/stat : 16049 (SatELiteGTI) S 16047 16049 15108 0 -1 4194304 385 51547 0 0 0 1 4027 48 20 0 1 0 1017671431 2473984 277 4294967295 134512640 135169312 3213485040 3213481256 3084930798 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/16049/statm: 604 277 235 161 0 43 0
[pid=16244] ppid=16049 vsize=125712 CPUtime=961.65
/proc/16244/stat : 16244 (minisat_static) R 16049 16049 15108 0 -1 4202496 30773 0 0 0 96125 40 0 0 25 0 1 0 1017675506 128729088 30663 4294967295 134512640 135214715 3218235584 3218234048 134528800 0 0 0 3 0 0 0 17 2 0 0 0
/proc/16244/statm: 31428 30663 73 172 0 31255 0
Current children cumulated CPU time (s) 1002.41
Current children cumulated vsize (KiB) 128128

[startup+1062.32 s]
/proc/loadavg: 1.04 1.01 1.00 2/93 19447
/proc/meminfo: memFree=1107712/2074464 swapFree=1952056/1959888
[pid=16049] ppid=16047 vsize=2416 CPUtime=40.76
/proc/16049/stat : 16049 (SatELiteGTI) S 16047 16049 15108 0 -1 4194304 385 51547 0 0 0 1 4027 48 20 0 1 0 1017671431 2473984 277 4294967295 134512640 135169312 3213485040 3213481256 3084930798 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/16049/statm: 604 277 235 161 0 43 0
[pid=16244] ppid=16049 vsize=126428 CPUtime=1021.65
/proc/16244/stat : 16244 (minisat_static) R 16049 16049 15108 0 -1 4202496 30936 0 0 0 102122 43 0 0 25 0 1 0 1017675506 129462272 30826 4294967295 134512640 135214715 3218235584 3218234048 134528675 0 0 0 3 0 0 0 17 2 0 0 0
/proc/16244/statm: 31607 30826 73 172 0 31434 0
Current children cumulated CPU time (s) 1062.41
Current children cumulated vsize (KiB) 128844

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

[startup+1063.12 s]
/proc/loadavg: 1.04 1.01 1.00 2/93 19447
/proc/meminfo: memFree=1107712/2074464 swapFree=1952056/1959888
[pid=16049] ppid=16047 vsize=2416 CPUtime=40.76
/proc/16049/stat : 16049 (SatELiteGTI) S 16047 16049 15108 0 -1 4194304 385 51547 0 0 0 1 4027 48 20 0 1 0 1017671431 2473984 277 4294967295 134512640 135169312 3213485040 3213481256 3084930798 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/16049/statm: 604 277 235 161 0 43 0
[pid=16244] ppid=16049 vsize=126428 CPUtime=1022.45
/proc/16244/stat : 16244 (minisat_static) R 16049 16049 15108 0 -1 4202496 30936 0 0 0 102202 43 0 0 25 0 1 0 1017675506 129462272 30826 4294967295 134512640 135214715 3218235584 3218234048 134528634 0 0 0 3 0 0 0 17 2 0 0 0
/proc/16244/statm: 31607 30826 73 172 0 31434 0
Current children cumulated CPU time (s) 1063.21
Current children cumulated vsize (KiB) 128844

[startup+1063.52 s]
/proc/loadavg: 1.04 1.01 1.00 2/93 19447
/proc/meminfo: memFree=1107712/2074464 swapFree=1952056/1959888
[pid=16049] ppid=16047 vsize=2416 CPUtime=40.76
/proc/16049/stat : 16049 (SatELiteGTI) S 16047 16049 15108 0 -1 4194304 385 51547 0 0 0 1 4027 48 20 0 1 0 1017671431 2473984 277 4294967295 134512640 135169312 3213485040 3213481256 3084930798 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/16049/statm: 604 277 235 161 0 43 0
[pid=16244] ppid=16049 vsize=126428 CPUtime=1022.85
/proc/16244/stat : 16244 (minisat_static) R 16049 16049 15108 0 -1 4202496 30936 0 0 0 102242 43 0 0 25 0 1 0 1017675506 129462272 30826 4294967295 134512640 135214715 3218235584 3218234048 134528579 0 0 0 3 0 0 0 17 2 0 0 0
/proc/16244/statm: 31607 30826 73 172 0 31434 0
Current children cumulated CPU time (s) 1063.61
Current children cumulated vsize (KiB) 128844

[startup+1063.73 s]
/proc/loadavg: 1.04 1.01 1.00 2/93 19448
/proc/meminfo: memFree=1107712/2074464 swapFree=1952056/1959888
[pid=16049] ppid=16047 vsize=2416 CPUtime=40.76
/proc/16049/stat : 16049 (SatELiteGTI) S 16047 16049 15108 0 -1 4194304 385 51547 0 0 0 1 4027 48 20 0 1 0 1017671431 2473984 277 4294967295 134512640 135169312 3213485040 3213481256 3084930798 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/16049/statm: 604 277 235 161 0 43 0
[pid=16244] ppid=16049 vsize=126428 CPUtime=1023.06
/proc/16244/stat : 16244 (minisat_static) R 16049 16049 15108 0 -1 4202496 30936 0 0 0 102263 43 0 0 25 0 1 0 1017675506 129462272 30826 4294967295 134512640 135214715 3218235584 3218234048 134528763 0 0 0 3 0 0 0 17 2 0 0 0
/proc/16244/statm: 31607 30826 73 172 0 31434 0
Current children cumulated CPU time (s) 1063.82
Current children cumulated vsize (KiB) 128844

[startup+1063.82 s]
/proc/loadavg: 1.04 1.01 1.00 2/93 19448
/proc/meminfo: memFree=1107712/2074464 swapFree=1952056/1959888
[pid=16049] ppid=16047 vsize=2416 CPUtime=40.76
/proc/16049/stat : 16049 (SatELiteGTI) S 16047 16049 15108 0 -1 4194304 385 51547 0 0 0 1 4027 48 20 0 1 0 1017671431 2473984 277 4294967295 134512640 135169312 3213485040 3213481256 3084930798 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/16049/statm: 604 277 235 161 0 43 0
[pid=16244] ppid=16049 vsize=0 CPUtime=1023.15
/proc/16244/stat : 16244 (minisat_static) R 16049 16049 15108 0 -1 4202500 30947 0 0 0 102271 44 0 0 25 0 1 0 1017675506 0 0 4294967295 0 0 0 0 0 0 0 0 3 0 0 0 17 2 0 0 0
/proc/16244/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1063.91
Current children cumulated vsize (KiB) 2416

Child status: 20
Real time (s): 1063.84
CPU time (s): 1063.93
CPU user time (s): 1062.98
CPU system time (s): 0.95
CPU usage (%): 100.008
Max. virtual memory (cumulated for all children) (KiB): 210732

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

runsolver used 0.01 second user time and 0 second system time

The end

Launcher Data

Begin job on tipi24 at 2009-05-17 05:42:11
IDJOB=1821499
IDBENCH=70967
IDSOLVER=660
FILE ID=tipi24/1821499-1242531731
PBS_JOBID=
Free space on /tmp= 9867 MiB

SOLVER NAME= MiniSat2hack 2009-03-23
BENCH NAME= SAT09/APPLICATIONS/bioinfo/q_query_3_L100_coli.sat.cnf
COMMAND LINE= SatELiteGTI BENCHNAME
RUNSOLVER COMMAND LINE= runsolver --timestamp  -w /tmp/evaluation-result-1821499-1242531731/watcher-1821499-1242531731 -o /tmp/evaluation-result-1821499-1242531731/solver-1821499-1242531731 -C 1200 -W 1800 -M 1800  SatELiteGTI HOME/instance-1821499-1242531731.cnf

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

MD5SUM BENCH= 370a08d01be1cc652e9a09ab1aafdced
RANDOM SEED= 1350861886

Linux tipi24 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.461
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.40

processor	: 1
vendor_id	: AuthenticAMD
cpu family	: 15
model		: 33
model name	: Dual Core AMD Opteron(tm) Processor 265
stepping	: 2
cpu MHz		: 1808.461
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.75

processor	: 2
vendor_id	: AuthenticAMD
cpu family	: 15
model		: 33
model name	: Dual Core AMD Opteron(tm) Processor 265
stepping	: 2
cpu MHz		: 1808.461
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.461
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:       1256284 kB
Buffers:         36144 kB
Cached:         697812 kB
SwapCached:       3828 kB
Active:         141956 kB
Inactive:       601400 kB
HighTotal:     1178688 kB
HighFree:       561556 kB
LowTotal:       895776 kB
LowFree:        694728 kB
SwapTotal:     1959888 kB
SwapFree:      1952056 kB
Dirty:           32180 kB
Writeback:           0 kB
AnonPages:        8792 kB
Mapped:           3128 kB
Slab:            66108 kB
PageTables:        512 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   2997120 kB
Committed_AS:    87800 kB
VmallocTotal:   114680 kB
VmallocUsed:      1324 kB
VmallocChunk:   113264 kB

Free space on /tmp at the end= 9867 MiB
End job on tipi24 at 2009-05-17 05:59:57