Trace number 1821829

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

General information on the benchmark

NameAPPLICATIONS/satComp09_BioInstances/
rbcl_xits_09_UNKNOWN.cnf
MD5SUM18ad1dee1e9d863458e75a20545ae68a
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 variables1430
Number of clauses79453
Sum of the clauses size236162
Maximum clause length10
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 22358
Number of clauses of size 377072
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.05	c ==============================================================================
0.00/0.05	c |           |     ORIGINAL     |              LEARNT              |          |
0.00/0.05	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.00/0.05	c ==============================================================================
0.00/0.05	c |         0 |   79453   236162 |   23835       0        0     nan |  0.000 % |
0.52/0.60	c |         0 |   78593   334041 |      --       0       --      -- |     --   | -860/97879
0.52/0.60	c ==============================================================================
0.52/0.60	c Result  :   #vars: 871   #clauses: 78593   #literals: 334041
0.52/0.60	c CPU time:   0.6 s
0.52/0.60	c ==============================================================================
0.62/0.70	This is MiniSat 2.0 beta with hacks by AVG
0.62/0.70	WARNING: for repeatability, setting FPU to use double precision
0.62/0.70	============================[ Problem Statistics ]=============================
0.62/0.70	|                                                                             |
0.62/0.70	|  Number of variables:  871                                                  |
0.62/0.70	|  Number of clauses:    78593                                                |
0.70/0.75	|  Parsing time:         0.04         s                                       |
1200.03/1199.92	HOME/SatELiteGTI: line 36: 17046 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-1821829-1242571103/watcher-1821829-1242571103 -o /tmp/evaluation-result-1821829-1242571103/solver-1821829-1242571103 -C 1200 -W 1800 -M 1800 SatELiteGTI HOME/instance-1821829-1242571103.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/93 17039
/proc/meminfo: memFree=448452/2074464 swapFree=1951864/1959888
[pid=17039] ppid=17037 vsize=2412 CPUtime=0
/proc/17039/stat : 17039 (SatELiteGTI) S 17037 17039 20977 0 -1 4194304 365 645 0 0 0 0 0 0 25 0 1 0 1021611370 2469888 275 4294967295 134512640 135169312 3220013600 3220012136 3085389550 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/17039/statm: 603 275 235 161 0 42 0
[pid=17043] ppid=17039 vsize=948 CPUtime=0
/proc/17043/stat : 17043 (SatELite_releas) R 17039 17039 20977 0 -1 4202496 93 0 0 0 0 0 0 0 18 0 1 0 1021611371 970752 29 4294967295 134512640 135223648 3212968800 3212968576 134651181 0 0 0 0 0 0 0 17 0 0 0 0
/proc/17043/statm: 237 41 32 174 0 62 0

[startup+0.065449 s]
/proc/loadavg: 1.00 1.00 1.00 2/93 17039
/proc/meminfo: memFree=448452/2074464 swapFree=1951864/1959888
[pid=17039] ppid=17037 vsize=2412 CPUtime=0
/proc/17039/stat : 17039 (SatELiteGTI) S 17037 17039 20977 0 -1 4194304 365 645 0 0 0 0 0 0 25 0 1 0 1021611370 2469888 275 4294967295 134512640 135169312 3220013600 3220012136 3085389550 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/17039/statm: 603 275 235 161 0 42 0
[pid=17043] ppid=17039 vsize=6392 CPUtime=0.07
/proc/17043/stat : 17043 (SatELite_releas) R 17039 17039 20977 0 -1 4202496 1471 0 0 0 7 0 0 0 18 0 1 0 1021611371 6545408 1407 4294967295 134512640 135223648 3212968800 3212966468 134719062 0 0 0 3 0 0 0 17 0 0 0 0
/proc/17043/statm: 1598 1407 73 174 0 1423 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 8804

[startup+0.115018 s]
/proc/loadavg: 1.00 1.00 1.00 2/93 17039
/proc/meminfo: memFree=448452/2074464 swapFree=1951864/1959888
[pid=17039] ppid=17037 vsize=2412 CPUtime=0
/proc/17039/stat : 17039 (SatELiteGTI) S 17037 17039 20977 0 -1 4194304 365 645 0 0 0 0 0 0 25 0 1 0 1021611370 2469888 275 4294967295 134512640 135169312 3220013600 3220012136 3085389550 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/17039/statm: 603 275 235 161 0 42 0
[pid=17043] ppid=17039 vsize=7192 CPUtime=0.12
/proc/17043/stat : 17043 (SatELite_releas) R 17039 17039 20977 0 -1 4202496 1681 0 0 0 12 0 0 0 18 0 1 0 1021611371 7364608 1617 4294967295 134512640 135223648 3212968800 3212966468 134719062 0 0 0 3 0 0 0 17 0 0 0 0
/proc/17043/statm: 1831 1618 73 174 0 1656 0
Current children cumulated CPU time (s) 0.12
Current children cumulated vsize (KiB) 9604

[startup+0.314996 s]
/proc/loadavg: 1.00 1.00 1.00 2/93 17039
/proc/meminfo: memFree=448452/2074464 swapFree=1951864/1959888
[pid=17039] ppid=17037 vsize=2412 CPUtime=0
/proc/17039/stat : 17039 (SatELiteGTI) S 17037 17039 20977 0 -1 4194304 365 645 0 0 0 0 0 0 25 0 1 0 1021611370 2469888 275 4294967295 134512640 135169312 3220013600 3220012136 3085389550 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/17039/statm: 603 275 235 161 0 42 0
[pid=17043] ppid=17039 vsize=9396 CPUtime=0.32
/proc/17043/stat : 17043 (SatELite_releas) R 17039 17039 20977 0 -1 4202496 2157 0 0 0 32 0 0 0 18 0 1 0 1021611371 9621504 2093 4294967295 134512640 135223648 3212968800 3212966896 134585544 0 0 0 3 0 0 0 17 0 0 0 0
/proc/17043/statm: 2349 2093 75 174 0 2174 0
Current children cumulated CPU time (s) 0.32
Current children cumulated vsize (KiB) 11808

[startup+0.714963 s]
/proc/loadavg: 1.00 1.00 1.00 2/93 17039
/proc/meminfo: memFree=448452/2074464 swapFree=1951864/1959888
[pid=17039] ppid=17037 vsize=2416 CPUtime=0.7
/proc/17039/stat : 17039 (SatELiteGTI) S 17037 17039 20977 0 -1 4194304 384 2806 0 0 0 0 70 0 18 0 1 0 1021611370 2473984 276 4294967295 134512640 135169312 3220013600 3220009816 3085389550 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/17039/statm: 604 276 235 161 0 43 0
Current children cumulated CPU time (s) 0.7
Current children cumulated vsize (KiB) 2416

[startup+1.51488 s]
/proc/loadavg: 1.00 1.00 1.00 2/95 17046
/proc/meminfo: memFree=441012/2074464 swapFree=1951864/1959888
[pid=17039] ppid=17037 vsize=2416 CPUtime=0.7
/proc/17039/stat : 17039 (SatELiteGTI) S 17037 17039 20977 0 -1 4194304 384 2806 0 0 0 0 70 0 18 0 1 0 1021611370 2473984 276 4294967295 134512640 135169312 3220013600 3220009816 3085389550 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/17039/statm: 604 276 235 161 0 43 0
[pid=17046] ppid=17039 vsize=6308 CPUtime=0.81
/proc/17046/stat : 17046 (minisat_static) R 17039 17039 20977 0 -1 4202496 1508 0 0 0 80 1 0 0 22 0 1 0 1021611441 6459392 1443 4294967295 134512640 135214715 3216981904 3216980368 134528800 0 0 0 3 0 0 0 17 0 0 0 0
/proc/17046/statm: 1577 1443 74 172 0 1404 0
Current children cumulated CPU time (s) 1.51
Current children cumulated vsize (KiB) 8724

[startup+3.11472 s]
/proc/loadavg: 1.00 1.00 1.00 2/95 17046
/proc/meminfo: memFree=440640/2074464 swapFree=1951864/1959888
[pid=17039] ppid=17037 vsize=2416 CPUtime=0.7
/proc/17039/stat : 17039 (SatELiteGTI) S 17037 17039 20977 0 -1 4194304 384 2806 0 0 0 0 70 0 18 0 1 0 1021611370 2473984 276 4294967295 134512640 135169312 3220013600 3220009816 3085389550 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/17039/statm: 604 276 235 161 0 43 0
[pid=17046] ppid=17039 vsize=7244 CPUtime=2.41
/proc/17046/stat : 17046 (minisat_static) R 17039 17039 20977 0 -1 4202496 1753 0 0 0 239 2 0 0 25 0 1 0 1021611441 7417856 1688 4294967295 134512640 135214715 3216981904 3216980368 134528800 0 0 0 3 0 0 0 17 0 0 0 0
/proc/17046/statm: 1811 1688 74 172 0 1638 0
Current children cumulated CPU time (s) 3.11
Current children cumulated vsize (KiB) 9660

[startup+6.31441 s]
/proc/loadavg: 1.00 1.00 1.00 2/95 17046
/proc/meminfo: memFree=439044/2074464 swapFree=1951864/1959888
[pid=17039] ppid=17037 vsize=2416 CPUtime=0.7
/proc/17039/stat : 17039 (SatELiteGTI) S 17037 17039 20977 0 -1 4194304 384 2806 0 0 0 0 70 0 18 0 1 0 1021611370 2473984 276 4294967295 134512640 135169312 3220013600 3220009816 3085389550 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/17039/statm: 604 276 235 161 0 43 0
[pid=17046] ppid=17039 vsize=8836 CPUtime=5.61
/proc/17046/stat : 17046 (minisat_static) R 17039 17039 20977 0 -1 4202496 2129 0 0 0 559 2 0 0 25 0 1 0 1021611441 9048064 2064 4294967295 134512640 135214715 3216981904 3216980368 134528800 0 0 0 3 0 0 0 17 0 0 0 0
/proc/17046/statm: 2209 2064 74 172 0 2036 0
Current children cumulated CPU time (s) 6.31
Current children cumulated vsize (KiB) 11252

[startup+12.7138 s]
/proc/loadavg: 1.00 1.00 1.00 2/95 17046
/proc/meminfo: memFree=436320/2074464 swapFree=1951864/1959888
[pid=17039] ppid=17037 vsize=2416 CPUtime=0.7
/proc/17039/stat : 17039 (SatELiteGTI) S 17037 17039 20977 0 -1 4194304 384 2806 0 0 0 0 70 0 18 0 1 0 1021611370 2473984 276 4294967295 134512640 135169312 3220013600 3220009816 3085389550 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/17039/statm: 604 276 235 161 0 43 0
[pid=17046] ppid=17039 vsize=11280 CPUtime=12.01
/proc/17046/stat : 17046 (minisat_static) R 17039 17039 20977 0 -1 4202496 2733 0 0 0 1199 2 0 0 25 0 1 0 1021611441 11550720 2668 4294967295 134512640 135214715 3216981904 3216980368 134528800 0 0 0 3 0 0 0 17 0 0 0 0
/proc/17046/statm: 2820 2668 74 172 0 2647 0
Current children cumulated CPU time (s) 12.71
Current children cumulated vsize (KiB) 13696

[startup+25.5125 s]
/proc/loadavg: 1.00 1.00 1.00 2/95 17048
/proc/meminfo: memFree=433036/2074464 swapFree=1951864/1959888
[pid=17039] ppid=17037 vsize=2416 CPUtime=0.7
/proc/17039/stat : 17039 (SatELiteGTI) S 17037 17039 20977 0 -1 4194304 384 2806 0 0 0 0 70 0 18 0 1 0 1021611370 2473984 276 4294967295 134512640 135169312 3220013600 3220009816 3085389550 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/17039/statm: 604 276 235 161 0 43 0
[pid=17046] ppid=17039 vsize=14368 CPUtime=24.81
/proc/17046/stat : 17046 (minisat_static) R 17039 17039 20977 0 -1 4202496 3512 0 0 0 2479 2 0 0 25 0 1 0 1021611441 14712832 3447 4294967295 134512640 135214715 3216981904 3216980368 134529050 0 0 0 3 0 0 0 17 0 0 0 0
/proc/17046/statm: 3592 3447 74 172 0 3419 0
Current children cumulated CPU time (s) 25.51
Current children cumulated vsize (KiB) 16784

[startup+51.11 s]
/proc/loadavg: 1.00 1.00 1.00 2/95 17048
/proc/meminfo: memFree=429092/2074464 swapFree=1951864/1959888
[pid=17039] ppid=17037 vsize=2416 CPUtime=0.7
/proc/17039/stat : 17039 (SatELiteGTI) S 17037 17039 20977 0 -1 4194304 384 2806 0 0 0 0 70 0 18 0 1 0 1021611370 2473984 276 4294967295 134512640 135169312 3220013600 3220009816 3085389550 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/17039/statm: 604 276 235 161 0 43 0
[pid=17046] ppid=17039 vsize=18360 CPUtime=50.41
/proc/17046/stat : 17046 (minisat_static) R 17039 17039 20977 0 -1 4202496 4499 0 0 0 5038 3 0 0 25 0 1 0 1021611441 18800640 4434 4294967295 134512640 135214715 3216981904 3216980368 134528800 0 0 0 3 0 0 0 17 0 0 0 0
/proc/17046/statm: 4590 4434 74 172 0 4417 0
Current children cumulated CPU time (s) 51.11
Current children cumulated vsize (KiB) 20776

[startup+102.315 s]
/proc/loadavg: 1.00 1.00 1.00 3/95 17237
/proc/meminfo: memFree=423480/2074464 swapFree=1951864/1959888
[pid=17039] ppid=17037 vsize=2416 CPUtime=0.7
/proc/17039/stat : 17039 (SatELiteGTI) S 17037 17039 20977 0 -1 4194304 384 2806 0 0 0 0 70 0 18 0 1 0 1021611370 2473984 276 4294967295 134512640 135169312 3220013600 3220009816 3085389550 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/17039/statm: 604 276 235 161 0 43 0
[pid=17046] ppid=17039 vsize=23744 CPUtime=101.62
/proc/17046/stat : 17046 (minisat_static) R 17039 17039 20977 0 -1 4202496 5797 0 0 0 10158 4 0 0 25 0 1 0 1021611441 24313856 5732 4294967295 134512640 135214715 3216981904 3216980368 134528800 0 0 0 3 0 0 0 17 0 0 0 0
/proc/17046/statm: 5936 5732 74 172 0 5763 0
Current children cumulated CPU time (s) 102.32
Current children cumulated vsize (KiB) 26160

[startup+162.319 s]
/proc/loadavg: 1.00 1.00 1.00 2/95 17424
/proc/meminfo: memFree=417692/2074464 swapFree=1951864/1959888
[pid=17039] ppid=17037 vsize=2416 CPUtime=0.7
/proc/17039/stat : 17039 (SatELiteGTI) S 17037 17039 20977 0 -1 4194304 384 2806 0 0 0 0 70 0 18 0 1 0 1021611370 2473984 276 4294967295 134512640 135169312 3220013600 3220009816 3085389550 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/17039/statm: 604 276 235 161 0 43 0
[pid=17046] ppid=17039 vsize=29424 CPUtime=161.63
/proc/17046/stat : 17046 (minisat_static) R 17039 17039 20977 0 -1 4202496 7209 0 0 0 16158 5 0 0 25 0 1 0 1021611441 30130176 7144 4294967295 134512640 135214715 3216981904 3216980368 134528691 0 0 0 3 0 0 0 17 0 0 0 0
/proc/17046/statm: 7356 7144 74 172 0 7183 0
Current children cumulated CPU time (s) 162.33
Current children cumulated vsize (KiB) 31840

[startup+222.313 s]
/proc/loadavg: 1.00 1.00 1.00 2/95 17612
/proc/meminfo: memFree=413716/2074464 swapFree=1951864/1959888
[pid=17039] ppid=17037 vsize=2416 CPUtime=0.7
/proc/17039/stat : 17039 (SatELiteGTI) S 17037 17039 20977 0 -1 4194304 384 2806 0 0 0 0 70 0 18 0 1 0 1021611370 2473984 276 4294967295 134512640 135169312 3220013600 3220009816 3085389550 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/17039/statm: 604 276 235 161 0 43 0
[pid=17046] ppid=17039 vsize=33576 CPUtime=221.63
/proc/17046/stat : 17046 (minisat_static) R 17039 17039 20977 0 -1 4202496 8178 0 0 0 22156 7 0 0 25 0 1 0 1021611441 34381824 8113 4294967295 134512640 135214715 3216981904 3216980368 134528588 0 0 0 3 0 0 0 17 0 0 0 0
/proc/17046/statm: 8394 8113 74 172 0 8221 0
Current children cumulated CPU time (s) 222.33
Current children cumulated vsize (KiB) 35992

[startup+282.307 s]
/proc/loadavg: 1.00 1.00 1.00 3/95 17799
/proc/meminfo: memFree=413104/2074464 swapFree=1951864/1959888
[pid=17039] ppid=17037 vsize=2416 CPUtime=0.7
/proc/17039/stat : 17039 (SatELiteGTI) S 17037 17039 20977 0 -1 4194304 384 2806 0 0 0 0 70 0 18 0 1 0 1021611370 2473984 276 4294967295 134512640 135169312 3220013600 3220009816 3085389550 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/17039/statm: 604 276 235 161 0 43 0
[pid=17046] ppid=17039 vsize=34368 CPUtime=281.63
/proc/17046/stat : 17046 (minisat_static) R 17039 17039 20977 0 -1 4202496 8360 0 0 0 28156 7 0 0 25 0 1 0 1021611441 35192832 8295 4294967295 134512640 135214715 3216981904 3216980368 134528702 0 0 0 3 0 0 0 17 0 0 0 0
/proc/17046/statm: 8592 8295 74 172 0 8419 0
Current children cumulated CPU time (s) 282.33
Current children cumulated vsize (KiB) 36784

[startup+342.311 s]
/proc/loadavg: 1.00 1.00 1.00 2/95 17993
/proc/meminfo: memFree=412708/2074464 swapFree=1951864/1959888
[pid=17039] ppid=17037 vsize=2416 CPUtime=0.7
/proc/17039/stat : 17039 (SatELiteGTI) S 17037 17039 20977 0 -1 4194304 384 2806 0 0 0 0 70 0 18 0 1 0 1021611370 2473984 276 4294967295 134512640 135169312 3220013600 3220009816 3085389550 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/17039/statm: 604 276 235 161 0 43 0
[pid=17046] ppid=17039 vsize=34724 CPUtime=341.64
/proc/17046/stat : 17046 (minisat_static) R 17039 17039 20977 0 -1 4202496 8488 0 0 0 34146 18 0 0 25 0 1 0 1021611441 35557376 8415 4294967295 134512640 135214715 3216981904 3216980368 134528800 0 0 0 3 0 0 0 17 0 0 0 0
/proc/17046/statm: 8681 8415 74 172 0 8508 0
Current children cumulated CPU time (s) 342.34
Current children cumulated vsize (KiB) 37140

[startup+402.316 s]

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

[pid=17046] ppid=17039 vsize=40048 CPUtime=521.66
/proc/17046/stat : 17046 (minisat_static) R 17039 17039 20977 0 -1 4202496 9773 0 0 0 52145 21 0 0 25 0 1 0 1021611441 41009152 9700 4294967295 134512640 135214715 3216981904 3216980368 134528688 0 0 0 3 0 0 0 17 0 0 0 0
/proc/17046/statm: 10012 9700 74 172 0 9839 0
Current children cumulated CPU time (s) 522.36
Current children cumulated vsize (KiB) 42464

[startup+582.318 s]
/proc/loadavg: 1.00 1.00 1.00 2/95 18744
/proc/meminfo: memFree=406392/2074464 swapFree=1951864/1959888
[pid=17039] ppid=17037 vsize=2416 CPUtime=0.7
/proc/17039/stat : 17039 (SatELiteGTI) S 17037 17039 20977 0 -1 4194304 384 2806 0 0 0 0 70 0 18 0 1 0 1021611370 2473984 276 4294967295 134512640 135169312 3220013600 3220009816 3085389550 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/17039/statm: 604 276 235 161 0 43 0
[pid=17046] ppid=17039 vsize=41528 CPUtime=581.67
/proc/17046/stat : 17046 (minisat_static) R 17039 17039 20977 0 -1 4202496 10175 0 0 0 58146 21 0 0 25 0 1 0 1021611441 42524672 10102 4294967295 134512640 135214715 3216981904 3216980368 134528800 0 0 0 3 0 0 0 17 0 0 0 0
/proc/17046/statm: 10382 10102 74 172 0 10209 0
Current children cumulated CPU time (s) 582.37
Current children cumulated vsize (KiB) 43944

[startup+642.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/95 18932
/proc/meminfo: memFree=406392/2074464 swapFree=1951864/1959888
[pid=17039] ppid=17037 vsize=2416 CPUtime=0.7
/proc/17039/stat : 17039 (SatELiteGTI) S 17037 17039 20977 0 -1 4194304 384 2806 0 0 0 0 70 0 18 0 1 0 1021611370 2473984 276 4294967295 134512640 135169312 3220013600 3220009816 3085389550 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/17039/statm: 604 276 235 161 0 43 0
[pid=17046] ppid=17039 vsize=41748 CPUtime=641.66
/proc/17046/stat : 17046 (minisat_static) R 17039 17039 20977 0 -1 4202496 10196 0 0 0 64144 22 0 0 25 0 1 0 1021611441 42749952 10123 4294967295 134512640 135214715 3216981904 3216980368 134528800 0 0 0 3 0 0 0 17 0 0 0 0
/proc/17046/statm: 10437 10123 74 172 0 10264 0
Current children cumulated CPU time (s) 642.36
Current children cumulated vsize (KiB) 44164

[startup+702.306 s]
/proc/loadavg: 1.00 1.00 1.00 3/95 19125
/proc/meminfo: memFree=406400/2074464 swapFree=1951864/1959888
[pid=17039] ppid=17037 vsize=2416 CPUtime=0.7
/proc/17039/stat : 17039 (SatELiteGTI) S 17037 17039 20977 0 -1 4194304 384 2806 0 0 0 0 70 0 18 0 1 0 1021611370 2473984 276 4294967295 134512640 135169312 3220013600 3220009816 3085389550 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/17039/statm: 604 276 235 161 0 43 0
[pid=17046] ppid=17039 vsize=41748 CPUtime=701.67
/proc/17046/stat : 17046 (minisat_static) R 17039 17039 20977 0 -1 4202496 10217 0 0 0 70138 29 0 0 25 0 1 0 1021611441 42749952 10144 4294967295 134512640 135214715 3216981904 3216980368 134528688 0 0 0 3 0 0 0 17 0 0 0 0
/proc/17046/statm: 10437 10144 74 172 0 10264 0
Current children cumulated CPU time (s) 702.37
Current children cumulated vsize (KiB) 44164

[startup+762.32 s]
/proc/loadavg: 1.00 1.00 1.00 3/95 19312
/proc/meminfo: memFree=405656/2074464 swapFree=1951864/1959888
[pid=17039] ppid=17037 vsize=2416 CPUtime=0.7
/proc/17039/stat : 17039 (SatELiteGTI) S 17037 17039 20977 0 -1 4194304 384 2806 0 0 0 0 70 0 18 0 1 0 1021611370 2473984 276 4294967295 134512640 135169312 3220013600 3220009816 3085389550 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/17039/statm: 604 276 235 161 0 43 0
[pid=17046] ppid=17039 vsize=42296 CPUtime=761.69
/proc/17046/stat : 17046 (minisat_static) R 17039 17039 20977 0 -1 4202496 10336 0 0 0 76140 29 0 0 25 0 1 0 1021611441 43311104 10263 4294967295 134512640 135214715 3216981904 3216980368 134528800 0 0 0 3 0 0 0 17 0 0 0 0
/proc/17046/statm: 10574 10263 74 172 0 10401 0
Current children cumulated CPU time (s) 762.39
Current children cumulated vsize (KiB) 44712

[startup+822.324 s]
/proc/loadavg: 1.00 1.00 1.00 2/95 19500
/proc/meminfo: memFree=401728/2074464 swapFree=1951864/1959888
[pid=17039] ppid=17037 vsize=2416 CPUtime=0.7
/proc/17039/stat : 17039 (SatELiteGTI) S 17037 17039 20977 0 -1 4194304 384 2806 0 0 0 0 70 0 18 0 1 0 1021611370 2473984 276 4294967295 134512640 135169312 3220013600 3220009816 3085389550 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/17039/statm: 604 276 235 161 0 43 0
[pid=17046] ppid=17039 vsize=47100 CPUtime=821.7
/proc/17046/stat : 17046 (minisat_static) R 17039 17039 20977 0 -1 4202496 11459 0 0 0 82138 32 0 0 25 0 1 0 1021611441 48230400 11386 4294967295 134512640 135214715 3216981904 3216980368 134528800 0 0 0 3 0 0 0 17 0 0 0 0
/proc/17046/statm: 11775 11386 74 172 0 11602 0
Current children cumulated CPU time (s) 822.4
Current children cumulated vsize (KiB) 49516

[startup+882.318 s]
/proc/loadavg: 1.00 1.00 1.00 3/95 19687
/proc/meminfo: memFree=400992/2074464 swapFree=1951864/1959888
[pid=17039] ppid=17037 vsize=2416 CPUtime=0.7
/proc/17039/stat : 17039 (SatELiteGTI) S 17037 17039 20977 0 -1 4194304 384 2806 0 0 0 0 70 0 18 0 1 0 1021611370 2473984 276 4294967295 134512640 135169312 3220013600 3220009816 3085389550 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/17039/statm: 604 276 235 161 0 43 0
[pid=17046] ppid=17039 vsize=47760 CPUtime=881.7
/proc/17046/stat : 17046 (minisat_static) R 17039 17039 20977 0 -1 4202496 11637 0 0 0 88136 34 0 0 25 0 1 0 1021611441 48906240 11564 4294967295 134512640 135214715 3216981904 3216980368 134528800 0 0 0 3 0 0 0 17 0 0 0 0
/proc/17046/statm: 11940 11564 74 172 0 11767 0
Current children cumulated CPU time (s) 882.4
Current children cumulated vsize (KiB) 50176

[startup+942.323 s]
/proc/loadavg: 1.00 1.00 1.00 2/95 19875
/proc/meminfo: memFree=401016/2074464 swapFree=1951864/1959888
[pid=17039] ppid=17037 vsize=2416 CPUtime=0.7
/proc/17039/stat : 17039 (SatELiteGTI) S 17037 17039 20977 0 -1 4194304 384 2806 0 0 0 0 70 0 18 0 1 0 1021611370 2473984 276 4294967295 134512640 135169312 3220013600 3220009816 3085389550 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/17039/statm: 604 276 235 161 0 43 0
[pid=17046] ppid=17039 vsize=47760 CPUtime=941.71
/proc/17046/stat : 17046 (minisat_static) R 17039 17039 20977 0 -1 4202496 11637 0 0 0 94137 34 0 0 25 0 1 0 1021611441 48906240 11564 4294967295 134512640 135214715 3216981904 3216980368 134528688 0 0 0 3 0 0 0 17 0 0 0 0
/proc/17046/statm: 11940 11564 74 172 0 11767 0
Current children cumulated CPU time (s) 942.41
Current children cumulated vsize (KiB) 50176

[startup+1002.32 s]
/proc/loadavg: 1.00 1.00 1.00 2/95 20064
/proc/meminfo: memFree=400364/2074464 swapFree=1951864/1959888
[pid=17039] ppid=17037 vsize=2416 CPUtime=0.7
/proc/17039/stat : 17039 (SatELiteGTI) S 17037 17039 20977 0 -1 4194304 384 2806 0 0 0 0 70 0 18 0 1 0 1021611370 2473984 276 4294967295 134512640 135169312 3220013600 3220009816 3085389550 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/17039/statm: 604 276 235 161 0 43 0
[pid=17046] ppid=17039 vsize=48088 CPUtime=1001.71
/proc/17046/stat : 17046 (minisat_static) R 17039 17039 20977 0 -1 4202496 11703 0 0 0 100136 35 0 0 25 0 1 0 1021611441 49242112 11630 4294967295 134512640 135214715 3216981904 3216980368 134528800 0 0 0 3 0 0 0 17 0 0 0 0
/proc/17046/statm: 12022 11630 74 172 0 11849 0
Current children cumulated CPU time (s) 1002.41
Current children cumulated vsize (KiB) 50504

[startup+1062.32 s]
/proc/loadavg: 1.00 1.00 1.00 2/95 20255
/proc/meminfo: memFree=399892/2074464 swapFree=1951864/1959888
[pid=17039] ppid=17037 vsize=2416 CPUtime=0.7
/proc/17039/stat : 17039 (SatELiteGTI) S 17037 17039 20977 0 -1 4194304 384 2806 0 0 0 0 70 0 18 0 1 0 1021611370 2473984 276 4294967295 134512640 135169312 3220013600 3220009816 3085389550 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/17039/statm: 604 276 235 161 0 43 0
[pid=17046] ppid=17039 vsize=48616 CPUtime=1061.72
/proc/17046/stat : 17046 (minisat_static) R 17039 17039 20977 0 -1 4202496 11811 0 0 0 106137 35 0 0 25 0 1 0 1021611441 49782784 11738 4294967295 134512640 135214715 3216981904 3216980368 134528702 0 0 0 3 0 0 0 17 0 0 0 0
/proc/17046/statm: 12154 11738 74 172 0 11981 0
Current children cumulated CPU time (s) 1062.42
Current children cumulated vsize (KiB) 51032

[startup+1122.31 s]
/proc/loadavg: 1.00 1.00 1.00 3/95 20443
/proc/meminfo: memFree=397124/2074464 swapFree=1951864/1959888
[pid=17039] ppid=17037 vsize=2416 CPUtime=0.7
/proc/17039/stat : 17039 (SatELiteGTI) S 17037 17039 20977 0 -1 4194304 384 2806 0 0 0 0 70 0 18 0 1 0 1021611370 2473984 276 4294967295 134512640 135169312 3220013600 3220009816 3085389550 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/17039/statm: 604 276 235 161 0 43 0
[pid=17046] ppid=17039 vsize=51124 CPUtime=1121.72
/proc/17046/stat : 17046 (minisat_static) R 17039 17039 20977 0 -1 4202496 12469 0 0 0 112134 38 0 0 25 0 1 0 1021611441 52350976 12396 4294967295 134512640 135214715 3216981904 3216980368 134528800 0 0 0 3 0 0 0 17 0 0 0 0
/proc/17046/statm: 12781 12396 74 172 0 12608 0
Current children cumulated CPU time (s) 1122.42
Current children cumulated vsize (KiB) 53540

[startup+1182.32 s]
/proc/loadavg: 1.00 1.00 1.00 2/95 20630
/proc/meminfo: memFree=397132/2074464 swapFree=1951864/1959888
[pid=17039] ppid=17037 vsize=2416 CPUtime=0.7
/proc/17039/stat : 17039 (SatELiteGTI) S 17037 17039 20977 0 -1 4194304 384 2806 0 0 0 0 70 0 18 0 1 0 1021611370 2473984 276 4294967295 134512640 135169312 3220013600 3220009816 3085389550 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/17039/statm: 604 276 235 161 0 43 0
[pid=17046] ppid=17039 vsize=51124 CPUtime=1181.73
/proc/17046/stat : 17046 (minisat_static) R 17039 17039 20977 0 -1 4202496 12470 0 0 0 118134 39 0 0 25 0 1 0 1021611441 52350976 12397 4294967295 134512640 135214715 3216981904 3216980368 134528634 0 0 0 3 0 0 0 17 0 0 0 0
/proc/17046/statm: 12781 12397 74 172 0 12608 0
Current children cumulated CPU time (s) 1182.43
Current children cumulated vsize (KiB) 53540



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1199.92 s]
/proc/loadavg: 1.00 1.00 1.00 2/95 20632
/proc/meminfo: memFree=397140/2074464 swapFree=1951864/1959888
[pid=17039] ppid=17037 vsize=2416 CPUtime=0.7
/proc/17039/stat : 17039 (SatELiteGTI) S 17037 17039 20977 0 -1 4194304 384 2806 0 0 0 0 70 0 18 0 1 0 1021611370 2473984 276 4294967295 134512640 135169312 3220013600 3220009816 3085389550 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/17039/statm: 604 276 235 161 0 43 0
[pid=17046] ppid=17039 vsize=51124 CPUtime=1199.33
/proc/17046/stat : 17046 (minisat_static) R 17039 17039 20977 0 -1 4202496 12470 0 0 0 119894 39 0 0 25 0 1 0 1021611441 52350976 12397 4294967295 134512640 135214715 3216981904 3216980368 134528800 0 0 0 3 0 0 0 17 0 0 0 0
/proc/17046/statm: 12781 12397 74 172 0 12608 0
Current children cumulated CPU time (s) 1200.03
Current children cumulated vsize (KiB) 53540

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

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

[startup+1199.92 s]
/proc/loadavg: 1.00 1.00 1.00 2/95 20632
/proc/meminfo: memFree=397140/2074464 swapFree=1951864/1959888
[pid=17039] ppid=17037 vsize=2416 CPUtime=0.7
/proc/17039/stat : 17039 (SatELiteGTI) S 17037 17039 20977 0 -1 4194304 384 2806 0 0 0 0 70 0 18 0 1 0 1021611370 2473984 276 4294967295 134512640 135169312 3220013600 3220009816 3085389550 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/17039/statm: 604 276 235 161 0 43 0
[pid=17046] ppid=17039 vsize=51124 CPUtime=1199.33
/proc/17046/stat : 17046 (minisat_static) R 17039 17039 20977 0 -1 4202496 12470 0 0 0 119894 39 0 0 25 0 1 0 1021611441 52350976 12397 4294967295 134512640 135214715 3216981904 3216980368 134528800 0 0 0 3 0 0 0 17 0 0 0 0
/proc/17046/statm: 12781 12397 74 172 0 12608 0
Current children cumulated CPU time (s) 1200.03
Current children cumulated vsize (KiB) 53540

Child status: 143
Real time (s): 1199.93
CPU time (s): 1200.04
CPU user time (s): 1199.64
CPU system time (s): 0.4
CPU usage (%): 100.009
Max. virtual memory (cumulated for all children) (KiB): 53540

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

runsolver used 0 second user time and 0 second system time

The end

Launcher Data

Begin job on tipi10 at 2009-05-17 16:38:23
IDJOB=1821829
IDBENCH=71098
IDSOLVER=660
FILE ID=tipi10/1821829-1242571103
PBS_JOBID=
Free space on /tmp= 3861 MiB

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

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

MD5SUM BENCH= 18ad1dee1e9d863458e75a20545ae68a
RANDOM SEED= 1981275602

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:        448576 kB
Buffers:         45964 kB
Cached:        1445284 kB
SwapCached:       2732 kB
Active:         606872 kB
Inactive:       894280 kB
HighTotal:     1178688 kB
HighFree:       115228 kB
LowTotal:       895776 kB
LowFree:        333348 kB
SwapTotal:     1959888 kB
SwapFree:      1951864 kB
Dirty:            2792 kB
Writeback:           0 kB
AnonPages:        9236 kB
Mapped:           3304 kB
Slab:           115736 kB
PageTables:        472 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= 3861 MiB
End job on tipi10 at 2009-05-17 16:58:23