Trace number 1820707

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

General information on the benchmark

Namegoldb-heqc-x1mul.cnf
MD5SUMb44e541aede789d4830fa0a3a047fcda
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 variables8756
Number of clauses55571
Sum of the clauses size187746
Maximum clause length70
Minimum clause length1
Number of clauses of size 128
Number of clauses of size 212786
Number of clauses of size 325852
Number of clauses of size 40
Number of clauses of size 516904
Number of clauses of size over 51

Solver Data

0.00/0.00	c Parsing...
0.03/0.05	c ==============================================================================
0.03/0.05	c |           |     ORIGINAL     |              LEARNT              |          |
0.03/0.05	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.03/0.05	c ==============================================================================
0.03/0.05	c |         0 |   55543   187718 |   16662       0        0     nan |  0.000 % |
0.12/0.17	c |         0 |   55174   187112 |      --       0       --      -- |     --   | -313/-424
0.12/0.17	c ==============================================================================
0.12/0.17	c Result  :   #vars: 8607   #clauses: 55174   #literals: 187112
0.12/0.17	c CPU time:   0.15 s
0.12/0.17	c ==============================================================================
0.22/0.23	This is MiniSat 2.0 beta with hacks by AVG
0.22/0.23	WARNING: for repeatability, setting FPU to use double precision
0.22/0.23	============================[ Problem Statistics ]=============================
0.22/0.23	|                                                                             |
0.22/0.23	|  Number of variables:  8607                                                 |
0.22/0.23	|  Number of clauses:    55174                                                |
0.22/0.27	|  Parsing time:         0.03         s                                       |
1200.08/1200.03	HOME/SatELiteGTI: line 36:  5143 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-1820707-1242470236/watcher-1820707-1242470236 -o /tmp/evaluation-result-1820707-1242470236/solver-1820707-1242470236 -C 1200 -W 1800 -M 1800 SatELiteGTI HOME/instance-1820707-1242470236.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.42 1.14 1.05 2/91 5137
/proc/meminfo: memFree=1642708/2074464 swapFree=1953004/1959888
[pid=5137] ppid=5135 vsize=2412 CPUtime=0
/proc/5137/stat : 5137 (SatELiteGTI) R 5135 5137 9090 0 -1 4194304 354 649 0 0 0 0 0 0 25 0 1 0 1011523934 2469888 277 4294967295 134512640 135169312 3215089008 3215087484 3085072244 0 65538 4 65536 0 0 0 17 3 0 0 0
/proc/5137/statm: 603 277 235 161 0 42 0
[pid=5141] ppid=5137 vsize=2412 CPUtime=0
/proc/5141/stat : 5141 (SatELiteGTI) R 5137 5137 9090 0 -1 4194368 64 0 0 0 0 0 0 0 25 0 1 0 1011523934 2469888 95 4294967295 134512640 135169312 3215089008 3215087376 3086109820 0 0 0 0 0 0 0 17 3 0 0 0
/proc/5141/statm: 603 95 52 161 0 42 0

[startup+0.028102 s]
/proc/loadavg: 1.42 1.14 1.05 2/91 5137
/proc/meminfo: memFree=1642708/2074464 swapFree=1953004/1959888
[pid=5137] ppid=5135 vsize=2412 CPUtime=0
/proc/5137/stat : 5137 (SatELiteGTI) S 5135 5137 9090 0 -1 4194304 367 649 0 0 0 0 0 0 25 0 1 0 1011523934 2469888 277 4294967295 134512640 135169312 3215089008 3215087544 3085070062 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/5137/statm: 603 277 235 161 0 42 0
[pid=5141] ppid=5137 vsize=3540 CPUtime=0.03
/proc/5141/stat : 5141 (SatELite_releas) R 5137 5137 9090 0 -1 4202496 732 0 0 0 2 1 0 0 25 0 1 0 1011523934 3624960 668 4294967295 134512640 135223648 3218438288 3218437240 134737310 0 0 0 3 0 0 0 17 0 0 0 0
/proc/5141/statm: 885 669 47 174 0 710 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 5952

[startup+0.118097 s]
/proc/loadavg: 1.42 1.14 1.05 2/91 5137
/proc/meminfo: memFree=1642708/2074464 swapFree=1953004/1959888
[pid=5137] ppid=5135 vsize=2412 CPUtime=0
/proc/5137/stat : 5137 (SatELiteGTI) S 5135 5137 9090 0 -1 4194304 367 649 0 0 0 0 0 0 25 0 1 0 1011523934 2469888 277 4294967295 134512640 135169312 3215089008 3215087544 3085070062 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/5137/statm: 603 277 235 161 0 42 0
[pid=5141] ppid=5137 vsize=7328 CPUtime=0.12
/proc/5141/stat : 5141 (SatELite_releas) R 5137 5137 9090 0 -1 4202496 1689 0 0 0 10 2 0 0 25 0 1 0 1011523934 7503872 1515 4294967295 134512640 135223648 3218438288 3218436304 134586712 0 0 0 3 0 0 0 17 0 0 0 0
/proc/5141/statm: 1832 1515 73 174 0 1657 0
Current children cumulated CPU time (s) 0.12
Current children cumulated vsize (KiB) 9740

[startup+0.318088 s]
/proc/loadavg: 1.42 1.14 1.05 2/91 5137
/proc/meminfo: memFree=1642708/2074464 swapFree=1953004/1959888
[pid=5137] ppid=5135 vsize=2416 CPUtime=0.23
/proc/5137/stat : 5137 (SatELiteGTI) S 5135 5137 9090 0 -1 4194304 387 2416 0 0 0 0 21 2 23 0 1 0 1011523934 2473984 278 4294967295 134512640 135169312 3215089008 3215085224 3085070062 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/5137/statm: 604 278 235 161 0 43 0
Current children cumulated CPU time (s) 0.23
Current children cumulated vsize (KiB) 2416

[startup+0.718068 s]
/proc/loadavg: 1.42 1.14 1.05 2/91 5137
/proc/meminfo: memFree=1642708/2074464 swapFree=1953004/1959888
[pid=5137] ppid=5135 vsize=2416 CPUtime=0.23
/proc/5137/stat : 5137 (SatELiteGTI) S 5135 5137 9090 0 -1 4194304 387 2416 0 0 0 0 21 2 23 0 1 0 1011523934 2473984 278 4294967295 134512640 135169312 3215089008 3215085224 3085070062 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/5137/statm: 604 278 235 161 0 43 0
Current children cumulated CPU time (s) 0.23
Current children cumulated vsize (KiB) 2416

[startup+1.51803 s]
/proc/loadavg: 1.38 1.14 1.05 2/93 5143
/proc/meminfo: memFree=1637492/2074464 swapFree=1953004/1959888
[pid=5137] ppid=5135 vsize=2416 CPUtime=0.23
/proc/5137/stat : 5137 (SatELiteGTI) S 5135 5137 9090 0 -1 4194304 387 2416 0 0 0 0 21 2 23 0 1 0 1011523934 2473984 278 4294967295 134512640 135169312 3215089008 3215085224 3085070062 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/5137/statm: 604 278 235 161 0 43 0
[pid=5143] ppid=5137 vsize=5588 CPUtime=1.29
/proc/5143/stat : 5143 (minisat_static) R 5137 5137 9090 0 -1 4202496 1292 0 0 0 128 1 0 0 25 0 1 0 1011523957 5722112 1227 4294967295 134512640 135214715 3215457824 3215456288 134528560 0 0 0 3 0 0 0 17 1 0 0 0
/proc/5143/statm: 1397 1227 73 172 0 1224 0
Current children cumulated CPU time (s) 1.52
Current children cumulated vsize (KiB) 8004

[startup+3.11795 s]
/proc/loadavg: 1.38 1.14 1.05 2/93 5143
/proc/meminfo: memFree=1636996/2074464 swapFree=1953004/1959888
[pid=5137] ppid=5135 vsize=2416 CPUtime=0.23
/proc/5137/stat : 5137 (SatELiteGTI) S 5135 5137 9090 0 -1 4194304 387 2416 0 0 0 0 21 2 23 0 1 0 1011523934 2473984 278 4294967295 134512640 135169312 3215089008 3215085224 3085070062 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/5137/statm: 604 278 235 161 0 43 0
[pid=5143] ppid=5137 vsize=6648 CPUtime=2.89
/proc/5143/stat : 5143 (minisat_static) R 5137 5137 9090 0 -1 4202496 1555 0 0 0 288 1 0 0 25 0 1 0 1011523957 6807552 1490 4294967295 134512640 135214715 3215457824 3215456384 134540425 0 0 0 3 0 0 0 17 1 0 0 0
/proc/5143/statm: 1662 1490 73 172 0 1489 0
Current children cumulated CPU time (s) 3.12
Current children cumulated vsize (KiB) 9064

[startup+6.3178 s]
/proc/loadavg: 1.35 1.14 1.05 2/93 5143
/proc/meminfo: memFree=1634564/2074464 swapFree=1953004/1959888
[pid=5137] ppid=5135 vsize=2416 CPUtime=0.23
/proc/5137/stat : 5137 (SatELiteGTI) S 5135 5137 9090 0 -1 4194304 387 2416 0 0 0 0 21 2 23 0 1 0 1011523934 2473984 278 4294967295 134512640 135169312 3215089008 3215085224 3085070062 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/5137/statm: 604 278 235 161 0 43 0
[pid=5143] ppid=5137 vsize=9236 CPUtime=6.09
/proc/5143/stat : 5143 (minisat_static) R 5137 5137 9090 0 -1 4202496 2196 0 0 0 607 2 0 0 25 0 1 0 1011523957 9457664 2131 4294967295 134512640 135214715 3215457824 3215456288 134528800 0 0 0 3 0 0 0 17 1 0 0 0
/proc/5143/statm: 2309 2131 73 172 0 2136 0
Current children cumulated CPU time (s) 6.32
Current children cumulated vsize (KiB) 11652

[startup+12.7175 s]
/proc/loadavg: 1.32 1.13 1.05 2/93 5143
/proc/meminfo: memFree=1628624/2074464 swapFree=1953004/1959888
[pid=5137] ppid=5135 vsize=2416 CPUtime=0.23
/proc/5137/stat : 5137 (SatELiteGTI) S 5135 5137 9090 0 -1 4194304 387 2416 0 0 0 0 21 2 23 0 1 0 1011523934 2473984 278 4294967295 134512640 135169312 3215089008 3215085224 3085070062 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/5137/statm: 604 278 235 161 0 43 0
[pid=5143] ppid=5137 vsize=14896 CPUtime=12.49
/proc/5143/stat : 5143 (minisat_static) R 5137 5137 9090 0 -1 4202496 3601 0 0 0 1247 2 0 0 25 0 1 0 1011523957 15253504 3536 4294967295 134512640 135214715 3215457824 3215456288 134528800 0 0 0 3 0 0 0 17 1 0 0 0
/proc/5143/statm: 3724 3536 73 172 0 3551 0
Current children cumulated CPU time (s) 12.72
Current children cumulated vsize (KiB) 17312

[startup+25.5169 s]
/proc/loadavg: 1.27 1.13 1.05 2/93 5145
/proc/meminfo: memFree=1621388/2074464 swapFree=1953004/1959888
[pid=5137] ppid=5135 vsize=2416 CPUtime=0.23
/proc/5137/stat : 5137 (SatELiteGTI) S 5135 5137 9090 0 -1 4194304 387 2416 0 0 0 0 21 2 23 0 1 0 1011523934 2473984 278 4294967295 134512640 135169312 3215089008 3215085224 3085070062 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/5137/statm: 604 278 235 161 0 43 0
[pid=5143] ppid=5137 vsize=22020 CPUtime=25.29
/proc/5143/stat : 5143 (minisat_static) R 5137 5137 9090 0 -1 4202496 5396 0 0 0 2527 2 0 0 25 0 1 0 1011523957 22548480 5331 4294967295 134512640 135214715 3215457824 3215456288 134528579 0 0 0 3 0 0 0 17 1 0 0 0
/proc/5143/statm: 5505 5331 73 172 0 5332 0
Current children cumulated CPU time (s) 25.52
Current children cumulated vsize (KiB) 24436

[startup+51.1157 s]
/proc/loadavg: 1.16 1.11 1.04 3/93 5328
/proc/meminfo: memFree=1620000/2074464 swapFree=1953004/1959888
[pid=5137] ppid=5135 vsize=2416 CPUtime=0.23
/proc/5137/stat : 5137 (SatELiteGTI) S 5135 5137 9090 0 -1 4194304 387 2416 0 0 0 0 21 2 23 0 1 0 1011523934 2473984 278 4294967295 134512640 135169312 3215089008 3215085224 3085070062 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/5137/statm: 604 278 235 161 0 43 0
[pid=5143] ppid=5137 vsize=23348 CPUtime=50.89
/proc/5143/stat : 5143 (minisat_static) R 5137 5137 9090 0 -1 4202496 5716 0 0 0 5087 2 0 0 25 0 1 0 1011523957 23908352 5651 4294967295 134512640 135214715 3215457824 3215455840 134536289 0 0 0 3 0 0 0 17 1 0 0 0
/proc/5143/statm: 5837 5651 73 172 0 5664 0
Current children cumulated CPU time (s) 51.12
Current children cumulated vsize (KiB) 25764

[startup+102.323 s]
/proc/loadavg: 1.07 1.10 1.04 2/93 5517
/proc/meminfo: memFree=1614944/2074464 swapFree=1953004/1959888
[pid=5137] ppid=5135 vsize=2416 CPUtime=0.23
/proc/5137/stat : 5137 (SatELiteGTI) S 5135 5137 9090 0 -1 4194304 387 2416 0 0 0 0 21 2 23 0 1 0 1011523934 2473984 278 4294967295 134512640 135169312 3215089008 3215085224 3085070062 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/5137/statm: 604 278 235 161 0 43 0
[pid=5143] ppid=5137 vsize=28032 CPUtime=102.1
/proc/5143/stat : 5143 (minisat_static) R 5137 5137 9090 0 -1 4202496 6913 0 0 0 10205 5 0 0 25 0 1 0 1011523957 28704768 6848 4294967295 134512640 135214715 3215457824 3215456288 134528477 0 0 0 3 0 0 0 17 1 0 0 0
/proc/5143/statm: 7008 6848 73 172 0 6835 0
Current children cumulated CPU time (s) 102.33
Current children cumulated vsize (KiB) 30448

[startup+162.32 s]
/proc/loadavg: 1.02 1.08 1.03 3/93 5704
/proc/meminfo: memFree=1612620/2074464 swapFree=1953004/1959888
[pid=5137] ppid=5135 vsize=2416 CPUtime=0.23
/proc/5137/stat : 5137 (SatELiteGTI) S 5135 5137 9090 0 -1 4194304 387 2416 0 0 0 0 21 2 23 0 1 0 1011523934 2473984 278 4294967295 134512640 135169312 3215089008 3215085224 3085070062 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/5137/statm: 604 278 235 161 0 43 0
[pid=5143] ppid=5137 vsize=30276 CPUtime=162.1
/proc/5143/stat : 5143 (minisat_static) R 5137 5137 9090 0 -1 4202496 7430 0 0 0 16203 7 0 0 25 0 1 0 1011523957 31002624 7365 4294967295 134512640 135214715 3215457824 3215456288 134528613 0 0 0 3 0 0 0 17 1 0 0 0
/proc/5143/statm: 7569 7365 73 172 0 7396 0
Current children cumulated CPU time (s) 162.33
Current children cumulated vsize (KiB) 32692

[startup+222.317 s]
/proc/loadavg: 1.09 1.07 1.03 3/93 5897
/proc/meminfo: memFree=1608000/2074464 swapFree=1953004/1959888
[pid=5137] ppid=5135 vsize=2416 CPUtime=0.23
/proc/5137/stat : 5137 (SatELiteGTI) S 5135 5137 9090 0 -1 4194304 387 2416 0 0 0 0 21 2 23 0 1 0 1011523934 2473984 278 4294967295 134512640 135169312 3215089008 3215085224 3085070062 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/5137/statm: 604 278 235 161 0 43 0
[pid=5143] ppid=5137 vsize=35304 CPUtime=222.1
/proc/5143/stat : 5143 (minisat_static) R 5137 5137 9090 0 -1 4202496 8666 0 0 0 22196 14 0 0 25 0 1 0 1011523957 36151296 8601 4294967295 134512640 135214715 3215457824 3215456288 134528800 0 0 0 3 0 0 0 17 1 0 0 0
/proc/5143/statm: 8826 8601 73 172 0 8653 0
Current children cumulated CPU time (s) 222.33
Current children cumulated vsize (KiB) 37720

[startup+282.315 s]
/proc/loadavg: 1.03 1.06 1.03 2/93 6083
/proc/meminfo: memFree=1607612/2074464 swapFree=1953004/1959888
[pid=5137] ppid=5135 vsize=2416 CPUtime=0.23
/proc/5137/stat : 5137 (SatELiteGTI) S 5135 5137 9090 0 -1 4194304 387 2416 0 0 0 0 21 2 23 0 1 0 1011523934 2473984 278 4294967295 134512640 135169312 3215089008 3215085224 3085070062 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/5137/statm: 604 278 235 161 0 43 0
[pid=5143] ppid=5137 vsize=35868 CPUtime=282.1
/proc/5143/stat : 5143 (minisat_static) R 5137 5137 9090 0 -1 4202496 8791 0 0 0 28192 18 0 0 25 0 1 0 1011523957 36728832 8726 4294967295 134512640 135214715 3215457824 3215456288 134528656 0 0 0 3 0 0 0 17 1 0 0 0
/proc/5143/statm: 8967 8726 73 172 0 8794 0
Current children cumulated CPU time (s) 282.33
Current children cumulated vsize (KiB) 38284

[startup+342.322 s]
/proc/loadavg: 1.01 1.05 1.02 2/93 6271
/proc/meminfo: memFree=1607784/2074464 swapFree=1953004/1959888
[pid=5137] ppid=5135 vsize=2416 CPUtime=0.23
/proc/5137/stat : 5137 (SatELiteGTI) S 5135 5137 9090 0 -1 4194304 387 2416 0 0 0 0 21 2 23 0 1 0 1011523934 2473984 278 4294967295 134512640 135169312 3215089008 3215085224 3085070062 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/5137/statm: 604 278 235 161 0 43 0
[pid=5143] ppid=5137 vsize=35868 CPUtime=342.11
/proc/5143/stat : 5143 (minisat_static) R 5137 5137 9090 0 -1 4202496 8804 0 0 0 34192 19 0 0 25 0 1 0 1011523957 36728832 8739 4294967295 134512640 135214715 3215457824 3215456288 134528800 0 0 0 3 0 0 0 17 1 0 0 0
/proc/5143/statm: 8967 8739 73 172 0 8794 0
Current children cumulated CPU time (s) 342.34
Current children cumulated vsize (KiB) 38284

[startup+402.319 s]
/proc/loadavg: 1.00 1.03 1.01 2/93 6462
/proc/meminfo: memFree=1604156/2074464 swapFree=1953004/1959888
[pid=5137] ppid=5135 vsize=2416 CPUtime=0.23

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

[pid=5143] ppid=5137 vsize=39624 CPUtime=462.12
/proc/5143/stat : 5143 (minisat_static) R 5137 5137 9090 0 -1 4202496 9730 0 0 0 46185 27 0 0 25 0 1 0 1011523957 40574976 9665 4294967295 134512640 135214715 3215457824 3215456288 134528800 0 0 0 3 0 0 0 17 1 0 0 0
/proc/5143/statm: 9906 9665 73 172 0 9733 0
Current children cumulated CPU time (s) 462.35
Current children cumulated vsize (KiB) 42040

[startup+522.313 s]
/proc/loadavg: 1.07 1.04 1.01 3/93 6838
/proc/meminfo: memFree=1603784/2074464 swapFree=1953004/1959888
[pid=5137] ppid=5135 vsize=2416 CPUtime=0.23
/proc/5137/stat : 5137 (SatELiteGTI) S 5135 5137 9090 0 -1 4194304 387 2416 0 0 0 0 21 2 23 0 1 0 1011523934 2473984 278 4294967295 134512640 135169312 3215089008 3215085224 3085070062 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/5137/statm: 604 278 235 161 0 43 0
[pid=5143] ppid=5137 vsize=39624 CPUtime=522.11
/proc/5143/stat : 5143 (minisat_static) R 5137 5137 9090 0 -1 4202496 9740 0 0 0 52182 29 0 0 25 0 1 0 1011523957 40574976 9675 4294967295 134512640 135214715 3215457824 3215456288 134528579 0 0 0 3 0 0 0 17 1 0 0 0
/proc/5143/statm: 9906 9675 73 172 0 9733 0
Current children cumulated CPU time (s) 522.34
Current children cumulated vsize (KiB) 42040

[startup+582.31 s]
/proc/loadavg: 1.09 1.04 1.01 2/93 7024
/proc/meminfo: memFree=1603784/2074464 swapFree=1953004/1959888
[pid=5137] ppid=5135 vsize=2416 CPUtime=0.23
/proc/5137/stat : 5137 (SatELiteGTI) S 5135 5137 9090 0 -1 4194304 387 2416 0 0 0 0 21 2 23 0 1 0 1011523934 2473984 278 4294967295 134512640 135169312 3215089008 3215085224 3085070062 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/5137/statm: 604 278 235 161 0 43 0
[pid=5143] ppid=5137 vsize=39812 CPUtime=582.11
/proc/5143/stat : 5143 (minisat_static) R 5137 5137 9090 0 -1 4202496 9809 0 0 0 58178 33 0 0 25 0 1 0 1011523957 40767488 9744 4294967295 134512640 135214715 3215457824 3215456288 134528800 0 0 0 3 0 0 0 17 1 0 0 0
/proc/5143/statm: 9953 9744 73 172 0 9780 0
Current children cumulated CPU time (s) 582.34
Current children cumulated vsize (KiB) 42228

[startup+642.307 s]
/proc/loadavg: 1.10 1.05 1.01 2/93 7216
/proc/meminfo: memFree=1603304/2074464 swapFree=1953004/1959888
[pid=5137] ppid=5135 vsize=2416 CPUtime=0.23
/proc/5137/stat : 5137 (SatELiteGTI) S 5135 5137 9090 0 -1 4194304 387 2416 0 0 0 0 21 2 23 0 1 0 1011523934 2473984 278 4294967295 134512640 135169312 3215089008 3215085224 3085070062 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/5137/statm: 604 278 235 161 0 43 0
[pid=5143] ppid=5137 vsize=40348 CPUtime=642.11
/proc/5143/stat : 5143 (minisat_static) R 5137 5137 9090 0 -1 4202496 9903 0 0 0 64176 35 0 0 25 0 1 0 1011523957 41316352 9838 4294967295 134512640 135214715 3215457824 3215456288 134528800 0 0 0 3 0 0 0 17 1 0 0 0
/proc/5143/statm: 10087 9838 73 172 0 9914 0
Current children cumulated CPU time (s) 642.34
Current children cumulated vsize (KiB) 42764

[startup+702.315 s]
/proc/loadavg: 1.10 1.05 1.01 4/93 7405
/proc/meminfo: memFree=1602948/2074464 swapFree=1953004/1959888
[pid=5137] ppid=5135 vsize=2416 CPUtime=0.23
/proc/5137/stat : 5137 (SatELiteGTI) S 5135 5137 9090 0 -1 4194304 387 2416 0 0 0 0 21 2 23 0 1 0 1011523934 2473984 278 4294967295 134512640 135169312 3215089008 3215085224 3085070062 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/5137/statm: 604 278 235 161 0 43 0
[pid=5143] ppid=5137 vsize=40348 CPUtime=702.12
/proc/5143/stat : 5143 (minisat_static) R 5137 5137 9090 0 -1 4202496 9904 0 0 0 70174 38 0 0 25 0 1 0 1011523957 41316352 9839 4294967295 134512640 135214715 3215457824 3215456288 134528678 0 0 0 3 0 0 0 17 1 0 0 0
/proc/5143/statm: 10087 9839 73 172 0 9914 0
Current children cumulated CPU time (s) 702.35
Current children cumulated vsize (KiB) 42764

[startup+762.322 s]
/proc/loadavg: 1.10 1.06 1.01 4/93 7592
/proc/meminfo: memFree=1601080/2074464 swapFree=1953004/1959888
[pid=5137] ppid=5135 vsize=2416 CPUtime=0.23
/proc/5137/stat : 5137 (SatELiteGTI) S 5135 5137 9090 0 -1 4194304 387 2416 0 0 0 0 21 2 23 0 1 0 1011523934 2473984 278 4294967295 134512640 135169312 3215089008 3215085224 3085070062 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/5137/statm: 604 278 235 161 0 43 0
[pid=5143] ppid=5137 vsize=42336 CPUtime=762.13
/proc/5143/stat : 5143 (minisat_static) R 5137 5137 9090 0 -1 4202496 10401 0 0 0 76172 41 0 0 25 0 1 0 1011523957 43352064 10336 4294967295 134512640 135214715 3215457824 3215456288 134528995 0 0 0 3 0 0 0 17 1 0 0 0
/proc/5143/statm: 10584 10336 73 172 0 10411 0
Current children cumulated CPU time (s) 762.36
Current children cumulated vsize (KiB) 44752

[startup+822.319 s]
/proc/loadavg: 1.17 1.08 1.01 3/93 7781
/proc/meminfo: memFree=1601056/2074464 swapFree=1953004/1959888
[pid=5137] ppid=5135 vsize=2416 CPUtime=0.23
/proc/5137/stat : 5137 (SatELiteGTI) S 5135 5137 9090 0 -1 4194304 387 2416 0 0 0 0 21 2 23 0 1 0 1011523934 2473984 278 4294967295 134512640 135169312 3215089008 3215085224 3085070062 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/5137/statm: 604 278 235 161 0 43 0
[pid=5143] ppid=5137 vsize=42336 CPUtime=822.13
/proc/5143/stat : 5143 (minisat_static) R 5137 5137 9090 0 -1 4202496 10411 0 0 0 82169 44 0 0 25 0 1 0 1011523957 43352064 10346 4294967295 134512640 135214715 3215457824 3215456288 134528800 0 0 0 3 0 0 0 17 1 0 0 0
/proc/5143/statm: 10584 10346 73 172 0 10411 0
Current children cumulated CPU time (s) 822.36
Current children cumulated vsize (KiB) 44752

[startup+882.316 s]
/proc/loadavg: 1.13 1.08 1.01 3/93 7967
/proc/meminfo: memFree=1596468/2074464 swapFree=1953004/1959888
[pid=5137] ppid=5135 vsize=2416 CPUtime=0.23
/proc/5137/stat : 5137 (SatELiteGTI) S 5135 5137 9090 0 -1 4194304 387 2416 0 0 0 0 21 2 23 0 1 0 1011523934 2473984 278 4294967295 134512640 135169312 3215089008 3215085224 3085070062 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/5137/statm: 604 278 235 161 0 43 0
[pid=5143] ppid=5137 vsize=47188 CPUtime=882.13
/proc/5143/stat : 5143 (minisat_static) R 5137 5137 9090 0 -1 4202496 11544 0 0 0 88167 46 0 0 25 0 1 0 1011523957 48320512 11479 4294967295 134512640 135214715 3215457824 3215456288 134528588 0 0 0 3 0 0 0 17 1 0 0 0
/proc/5143/statm: 11797 11479 73 172 0 11624 0
Current children cumulated CPU time (s) 882.36
Current children cumulated vsize (KiB) 49604

[startup+942.313 s]
/proc/loadavg: 1.11 1.08 1.01 2/93 8155
/proc/meminfo: memFree=1596492/2074464 swapFree=1953004/1959888
[pid=5137] ppid=5135 vsize=2416 CPUtime=0.23
/proc/5137/stat : 5137 (SatELiteGTI) S 5135 5137 9090 0 -1 4194304 387 2416 0 0 0 0 21 2 23 0 1 0 1011523934 2473984 278 4294967295 134512640 135169312 3215089008 3215085224 3085070062 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/5137/statm: 604 278 235 161 0 43 0
[pid=5143] ppid=5137 vsize=47188 CPUtime=942.13
/proc/5143/stat : 5143 (minisat_static) R 5137 5137 9090 0 -1 4202496 11550 0 0 0 94167 46 0 0 25 0 1 0 1011523957 48320512 11485 4294967295 134512640 135214715 3215457824 3215455776 134536289 0 0 0 3 0 0 0 17 1 0 0 0
/proc/5143/statm: 11797 11485 73 172 0 11624 0
Current children cumulated CPU time (s) 942.36
Current children cumulated vsize (KiB) 49604

[startup+1002.31 s]
/proc/loadavg: 1.11 1.07 1.01 2/93 8348
/proc/meminfo: memFree=1594764/2074464 swapFree=1953004/1959888
[pid=5137] ppid=5135 vsize=2416 CPUtime=0.23
/proc/5137/stat : 5137 (SatELiteGTI) S 5135 5137 9090 0 -1 4194304 387 2416 0 0 0 0 21 2 23 0 1 0 1011523934 2473984 278 4294967295 134512640 135169312 3215089008 3215085224 3085070062 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/5137/statm: 604 278 235 161 0 43 0
[pid=5143] ppid=5137 vsize=49092 CPUtime=1002.13
/proc/5143/stat : 5143 (minisat_static) R 5137 5137 9090 0 -1 4202496 12037 0 0 0 100165 48 0 0 25 0 1 0 1011523957 50270208 11972 4294967295 134512640 135214715 3215457824 3215456288 134528800 0 0 0 3 0 0 0 17 1 0 0 0
/proc/5143/statm: 12273 11972 73 172 0 12100 0
Current children cumulated CPU time (s) 1002.36
Current children cumulated vsize (KiB) 51508

[startup+1062.32 s]
/proc/loadavg: 1.08 1.07 1.01 2/93 8535
/proc/meminfo: memFree=1594632/2074464 swapFree=1953004/1959888
[pid=5137] ppid=5135 vsize=2416 CPUtime=0.23
/proc/5137/stat : 5137 (SatELiteGTI) S 5135 5137 9090 0 -1 4194304 387 2416 0 0 0 0 21 2 23 0 1 0 1011523934 2473984 278 4294967295 134512640 135169312 3215089008 3215085224 3085070062 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/5137/statm: 604 278 235 161 0 43 0
[pid=5143] ppid=5137 vsize=49092 CPUtime=1062.14
/proc/5143/stat : 5143 (minisat_static) R 5137 5137 9090 0 -1 4202496 12037 0 0 0 106166 48 0 0 25 0 1 0 1011523957 50270208 11972 4294967295 134512640 135214715 3215457824 3215456288 134528634 0 0 0 3 0 0 0 17 1 0 0 0
/proc/5143/statm: 12273 11972 73 172 0 12100 0
Current children cumulated CPU time (s) 1062.37
Current children cumulated vsize (KiB) 51508

[startup+1122.31 s]
/proc/loadavg: 1.03 1.06 1.00 4/93 8724
/proc/meminfo: memFree=1594608/2074464 swapFree=1953004/1959888
[pid=5137] ppid=5135 vsize=2416 CPUtime=0.23
/proc/5137/stat : 5137 (SatELiteGTI) S 5135 5137 9090 0 -1 4194304 387 2416 0 0 0 0 21 2 23 0 1 0 1011523934 2473984 278 4294967295 134512640 135169312 3215089008 3215085224 3085070062 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/5137/statm: 604 278 235 161 0 43 0
[pid=5143] ppid=5137 vsize=49252 CPUtime=1122.14
/proc/5143/stat : 5143 (minisat_static) R 5137 5137 9090 0 -1 4202496 12058 0 0 0 112166 48 0 0 25 0 1 0 1011523957 50434048 11993 4294967295 134512640 135214715 3215457824 3215456288 134528688 0 0 0 3 0 0 0 17 1 0 0 0
/proc/5143/statm: 12313 11993 73 172 0 12140 0
Current children cumulated CPU time (s) 1122.37
Current children cumulated vsize (KiB) 51668

[startup+1182.32 s]
/proc/loadavg: 1.01 1.04 1.00 2/93 8910
/proc/meminfo: memFree=1594376/2074464 swapFree=1953004/1959888
[pid=5137] ppid=5135 vsize=2416 CPUtime=0.23
/proc/5137/stat : 5137 (SatELiteGTI) S 5135 5137 9090 0 -1 4194304 387 2416 0 0 0 0 21 2 23 0 1 0 1011523934 2473984 278 4294967295 134512640 135169312 3215089008 3215085224 3085070062 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/5137/statm: 604 278 235 161 0 43 0
[pid=5143] ppid=5137 vsize=49252 CPUtime=1182.15
/proc/5143/stat : 5143 (minisat_static) R 5137 5137 9090 0 -1 4202496 12060 0 0 0 118167 48 0 0 25 0 1 0 1011523957 50434048 11995 4294967295 134512640 135214715 3215457824 3215456288 134528509 0 0 0 3 0 0 0 17 1 0 0 0
/proc/5143/statm: 12313 11995 73 172 0 12140 0
Current children cumulated CPU time (s) 1182.38
Current children cumulated vsize (KiB) 51668



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.02 s]
/proc/loadavg: 1.00 1.04 1.00 3/93 8913
/proc/meminfo: memFree=1594596/2074464 swapFree=1953004/1959888
[pid=5137] ppid=5135 vsize=2416 CPUtime=0.23
/proc/5137/stat : 5137 (SatELiteGTI) S 5135 5137 9090 0 -1 4194304 387 2416 0 0 0 0 21 2 23 0 1 0 1011523934 2473984 278 4294967295 134512640 135169312 3215089008 3215085224 3085070062 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/5137/statm: 604 278 235 161 0 43 0
[pid=5143] ppid=5137 vsize=49252 CPUtime=1199.85
/proc/5143/stat : 5143 (minisat_static) R 5137 5137 9090 0 -1 4202496 12060 0 0 0 119937 48 0 0 25 0 1 0 1011523957 50434048 11995 4294967295 134512640 135214715 3215457824 3215456288 134528588 0 0 0 3 0 0 0 17 1 0 0 0
/proc/5143/statm: 12313 11995 73 172 0 12140 0
Current children cumulated CPU time (s) 1200.08
Current children cumulated vsize (KiB) 51668

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

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

Child status: 143
Real time (s): 1200.04
CPU time (s): 1200.09
CPU user time (s): 1199.58
CPU system time (s): 0.51
CPU usage (%): 100.005
Max. virtual memory (cumulated for all children) (KiB): 51668

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

runsolver used 0 second user time and 0 second system time

The end

Launcher Data

Begin job on tipi19 at 2009-05-16 12:37:16
IDJOB=1820707
IDBENCH=69560
IDSOLVER=660
FILE ID=tipi19/1820707-1242470236
PBS_JOBID=
Free space on /tmp= 9476 MiB

SOLVER NAME= MiniSat2hack 2009-03-23
BENCH NAME= SAT_RACE08/cnf/goldb-heqc-x1mul.cnf
COMMAND LINE= SatELiteGTI BENCHNAME
RUNSOLVER COMMAND LINE= runsolver --timestamp  -w /tmp/evaluation-result-1820707-1242470236/watcher-1820707-1242470236 -o /tmp/evaluation-result-1820707-1242470236/solver-1820707-1242470236 -C 1200 -W 1800 -M 1800  SatELiteGTI HOME/instance-1820707-1242470236.cnf

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

MD5SUM BENCH= b44e541aede789d4830fa0a3a047fcda
RANDOM SEED= 1973252847

Linux tipi19 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.426
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.39

processor	: 1
vendor_id	: AuthenticAMD
cpu family	: 15
model		: 33
model name	: Dual Core AMD Opteron(tm) Processor 265
stepping	: 2
cpu MHz		: 1808.426
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.426
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.426
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:       1642988 kB
Buffers:         15676 kB
Cached:         334472 kB
SwapCached:       2992 kB
Active:          30160 kB
Inactive:       329472 kB
HighTotal:     1178688 kB
HighFree:       921380 kB
LowTotal:       895776 kB
LowFree:        721608 kB
SwapTotal:     1959888 kB
SwapFree:      1953004 kB
Dirty:            3128 kB
Writeback:           0 kB
AnonPages:        8920 kB
Mapped:           3248 kB
Slab:            62488 kB
PageTables:        480 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   2997120 kB
Committed_AS:    87784 kB
VmallocTotal:   114680 kB
VmallocUsed:      1324 kB
VmallocChunk:   113264 kB

Free space on /tmp at the end= 9476 MiB
End job on tipi19 at 2009-05-16 12:57:16