Trace number 1820731

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.07 1200.32

General information on the benchmark

Namegoldb-heqc-frg1mul.cnf
MD5SUM4984fea7abc49dd7f6973cd779e805d7
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 variables3230
Number of clauses20575
Sum of the clauses size69606
Maximum clause length6
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 24746
Number of clauses of size 39516
Number of clauses of size 40
Number of clauses of size 56312
Number of clauses of size over 51

Solver Data

0.00/0.00	c Parsing...
0.00/0.02	c ==============================================================================
0.00/0.02	c |           |     ORIGINAL     |              LEARNT              |          |
0.00/0.02	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.00/0.02	c ==============================================================================
0.00/0.02	c |         0 |   20575    69606 |    6172       0        0     nan |  0.000 % |
0.03/0.06	c |         0 |   20567    69669 |      --       0       --      -- |     --   | -8/63
0.03/0.06	c ==============================================================================
0.03/0.06	c Result  :   #vars: 3221   #clauses: 20567   #literals: 69669
0.03/0.06	c CPU time:   0.05 s
0.03/0.06	c ==============================================================================
0.03/0.10	This is MiniSat 2.0 beta with hacks by AVG
0.03/0.10	WARNING: for repeatability, setting FPU to use double precision
0.03/0.10	============================[ Problem Statistics ]=============================
0.03/0.10	|                                                                             |
0.03/0.10	|  Number of variables:  3221                                                 |
0.03/0.10	|  Number of clauses:    20567                                                |
0.03/0.10	|  Parsing time:         0.01         s                                       |
1200.07/1200.32	HOME/SatELiteGTI: line 36: 10356 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-1820731-1242471725/watcher-1820731-1242471725 -o /tmp/evaluation-result-1820731-1242471725/solver-1820731-1242471725 -C 1200 -W 1800 -M 1800 SatELiteGTI HOME/instance-1820731-1242471725.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.01 1.00 2/91 10350
/proc/meminfo: memFree=1635648/2074464 swapFree=1953004/1959888
[pid=10350] ppid=10348 vsize=2416 CPUtime=0.01
/proc/10350/stat : 10350 (SatELiteGTI) S 10348 10350 9090 0 -1 4194304 368 644 0 0 0 0 0 1 25 0 1 0 1011672843 2473984 277 4294967295 134512640 135169312 3218675936 3218674472 3085565678 0 65536 4 65538 3222381614 0 0 17 1 0 0 0
/proc/10350/statm: 604 277 235 161 0 43 0
[pid=10354] ppid=10350 vsize=952 CPUtime=0
/proc/10354/stat : 10354 (SatELite_releas) R 10350 10350 9090 0 -1 4202496 108 0 0 0 0 0 0 0 25 0 1 0 1011672844 974848 45 4294967295 134512640 135223648 3215127920 3215126944 134535733 0 0 0 3 0 0 0 17 2 0 0 0
/proc/10354/statm: 238 50 40 174 0 63 0

[startup+0.022887 s]
/proc/loadavg: 1.00 1.01 1.00 2/91 10350
/proc/meminfo: memFree=1635648/2074464 swapFree=1953004/1959888
[pid=10350] ppid=10348 vsize=2416 CPUtime=0.01
/proc/10350/stat : 10350 (SatELiteGTI) S 10348 10350 9090 0 -1 4194304 368 644 0 0 0 0 0 1 25 0 1 0 1011672843 2473984 277 4294967295 134512640 135169312 3218675936 3218674472 3085565678 0 65536 4 65538 3222381614 0 0 17 1 0 0 0
/proc/10350/statm: 604 277 235 161 0 43 0
[pid=10354] ppid=10350 vsize=2996 CPUtime=0.02
/proc/10354/stat : 10354 (SatELite_releas) R 10350 10350 9090 0 -1 4202496 633 0 0 0 1 1 0 0 25 0 1 0 1011672844 3067904 569 4294967295 134512640 135223648 3215127920 3215126192 134582130 0 0 0 3 0 0 0 17 2 0 0 0
/proc/10354/statm: 749 569 69 174 0 574 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 5412

[startup+0.112876 s]
/proc/loadavg: 1.00 1.01 1.00 2/91 10350
/proc/meminfo: memFree=1635648/2074464 swapFree=1953004/1959888
[pid=10350] ppid=10348 vsize=2420 CPUtime=0.09
/proc/10350/stat : 10350 (SatELiteGTI) S 10348 10350 9090 0 -1 4194304 387 1331 0 0 0 0 7 2 25 0 1 0 1011672843 2478080 278 4294967295 134512640 135169312 3218675936 3218672152 3085565678 0 65536 4 65538 3222381614 0 0 17 2 0 0 0
/proc/10350/statm: 605 278 235 161 0 44 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 2420

[startup+0.312869 s]
/proc/loadavg: 1.00 1.01 1.00 2/91 10350
/proc/meminfo: memFree=1635648/2074464 swapFree=1953004/1959888
[pid=10350] ppid=10348 vsize=2420 CPUtime=0.09
/proc/10350/stat : 10350 (SatELiteGTI) S 10348 10350 9090 0 -1 4194304 387 1331 0 0 0 0 7 2 25 0 1 0 1011672843 2478080 278 4294967295 134512640 135169312 3218675936 3218672152 3085565678 0 65536 4 65538 3222381614 0 0 17 2 0 0 0
/proc/10350/statm: 605 278 235 161 0 44 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 2420

[startup+0.712843 s]
/proc/loadavg: 1.00 1.01 1.00 2/91 10350
/proc/meminfo: memFree=1635648/2074464 swapFree=1953004/1959888
[pid=10350] ppid=10348 vsize=2420 CPUtime=0.09
/proc/10350/stat : 10350 (SatELiteGTI) S 10348 10350 9090 0 -1 4194304 387 1331 0 0 0 0 7 2 25 0 1 0 1011672843 2478080 278 4294967295 134512640 135169312 3218675936 3218672152 3085565678 0 65536 4 65538 3222381614 0 0 17 2 0 0 0
/proc/10350/statm: 605 278 235 161 0 44 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 2420

[startup+1.5128 s]
/proc/loadavg: 1.00 1.01 1.00 2/93 10357
/proc/meminfo: memFree=1632392/2074464 swapFree=1953004/1959888
[pid=10350] ppid=10348 vsize=2420 CPUtime=0.09
/proc/10350/stat : 10350 (SatELiteGTI) S 10348 10350 9090 0 -1 4194304 387 1331 0 0 0 0 7 2 25 0 1 0 1011672843 2478080 278 4294967295 134512640 135169312 3218675936 3218672152 3085565678 0 65536 4 65538 3222381614 0 0 17 2 0 0 0
/proc/10350/statm: 605 278 235 161 0 44 0
[pid=10356] ppid=10350 vsize=4976 CPUtime=1.42
/proc/10356/stat : 10356 (minisat_static) R 10350 10350 9090 0 -1 4202496 1028 0 0 0 142 0 0 0 25 0 1 0 1011672852 5095424 963 4294967295 134512640 135214715 3218913648 3218912208 134540842 0 0 0 3 0 0 0 17 3 0 0 0
/proc/10356/statm: 1244 963 73 172 0 1071 0
Current children cumulated CPU time (s) 1.51
Current children cumulated vsize (KiB) 7396

[startup+3.11273 s]
/proc/loadavg: 1.08 1.03 1.01 2/93 10357
/proc/meminfo: memFree=1630904/2074464 swapFree=1953004/1959888
[pid=10350] ppid=10348 vsize=2420 CPUtime=0.09
/proc/10350/stat : 10350 (SatELiteGTI) S 10348 10350 9090 0 -1 4194304 387 1331 0 0 0 0 7 2 25 0 1 0 1011672843 2478080 278 4294967295 134512640 135169312 3218675936 3218672152 3085565678 0 65536 4 65538 3222381614 0 0 17 2 0 0 0
/proc/10350/statm: 605 278 235 161 0 44 0
[pid=10356] ppid=10350 vsize=6752 CPUtime=2.99
/proc/10356/stat : 10356 (minisat_static) R 10350 10350 9090 0 -1 4202496 1452 0 0 0 299 0 0 0 25 0 1 0 1011672852 6914048 1387 4294967295 134512640 135214715 3218913648 3218912112 134528588 0 0 0 3 0 0 0 17 3 0 0 0
/proc/10356/statm: 1688 1387 73 172 0 1515 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 9172

[startup+6.31258 s]
/proc/loadavg: 1.08 1.03 1.01 2/93 10358
/proc/meminfo: memFree=1629416/2074464 swapFree=1953004/1959888
[pid=10350] ppid=10348 vsize=2420 CPUtime=0.09
/proc/10350/stat : 10350 (SatELiteGTI) S 10348 10350 9090 0 -1 4194304 387 1331 0 0 0 0 7 2 25 0 1 0 1011672843 2478080 278 4294967295 134512640 135169312 3218675936 3218672152 3085565678 0 65536 4 65538 3222381614 0 0 17 2 0 0 0
/proc/10350/statm: 605 278 235 161 0 44 0
[pid=10356] ppid=10350 vsize=7676 CPUtime=6.18
/proc/10356/stat : 10356 (minisat_static) R 10350 10350 9090 0 -1 4202496 1688 0 0 0 618 0 0 0 25 0 1 0 1011672852 7860224 1623 4294967295 134512640 135214715 3218913648 3218912112 134528749 0 0 0 3 0 0 0 17 3 0 0 0
/proc/10356/statm: 1919 1623 73 172 0 1746 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 10096

[startup+12.7123 s]
/proc/loadavg: 1.07 1.02 1.00 2/93 10358
/proc/meminfo: memFree=1627528/2074464 swapFree=1953004/1959888
[pid=10350] ppid=10348 vsize=2420 CPUtime=0.09
/proc/10350/stat : 10350 (SatELiteGTI) S 10348 10350 9090 0 -1 4194304 387 1331 0 0 0 0 7 2 25 0 1 0 1011672843 2478080 278 4294967295 134512640 135169312 3218675936 3218672152 3085565678 0 65536 4 65538 3222381614 0 0 17 2 0 0 0
/proc/10350/statm: 605 278 235 161 0 44 0
[pid=10356] ppid=10350 vsize=8864 CPUtime=12.52
/proc/10356/stat : 10356 (minisat_static) R 10350 10350 9090 0 -1 4202496 1987 0 0 0 1252 0 0 0 25 0 1 0 1011672852 9076736 1922 4294967295 134512640 135214715 3218913648 3218912112 134528800 0 0 0 3 0 0 0 17 3 0 0 0
/proc/10356/statm: 2216 1922 73 172 0 2043 0
Current children cumulated CPU time (s) 12.61
Current children cumulated vsize (KiB) 11284

[startup+25.5117 s]
/proc/loadavg: 1.06 1.02 1.00 2/93 10358
/proc/meminfo: memFree=1627252/2074464 swapFree=1953004/1959888
[pid=10350] ppid=10348 vsize=2420 CPUtime=0.09
/proc/10350/stat : 10350 (SatELiteGTI) S 10348 10350 9090 0 -1 4194304 387 1331 0 0 0 0 7 2 25 0 1 0 1011672843 2478080 278 4294967295 134512640 135169312 3218675936 3218672152 3085565678 0 65536 4 65538 3222381614 0 0 17 2 0 0 0
/proc/10350/statm: 605 278 235 161 0 44 0
[pid=10356] ppid=10350 vsize=9428 CPUtime=25.14
/proc/10356/stat : 10356 (minisat_static) R 10350 10350 9090 0 -1 4202496 2098 0 0 0 2512 2 0 0 25 0 1 0 1011672852 9654272 2033 4294967295 134512640 135214715 3218913648 3218912112 134528800 0 0 0 3 0 0 0 17 3 0 0 0
/proc/10356/statm: 2357 2033 73 172 0 2184 0
Current children cumulated CPU time (s) 25.23
Current children cumulated vsize (KiB) 11848

[startup+51.1104 s]
/proc/loadavg: 1.04 1.02 1.00 2/93 10543
/proc/meminfo: memFree=1622280/2074464 swapFree=1953004/1959888
[pid=10350] ppid=10348 vsize=2420 CPUtime=0.09
/proc/10350/stat : 10350 (SatELiteGTI) S 10348 10350 9090 0 -1 4194304 387 1331 0 0 0 0 7 2 25 0 1 0 1011672843 2478080 278 4294967295 134512640 135169312 3218675936 3218672152 3085565678 0 65536 4 65538 3222381614 0 0 17 2 0 0 0
/proc/10350/statm: 605 278 235 161 0 44 0
[pid=10356] ppid=10350 vsize=14316 CPUtime=50.72
/proc/10356/stat : 10356 (minisat_static) R 10350 10350 9090 0 -1 4202496 3326 0 0 0 5069 3 0 0 25 0 1 0 1011672852 14659584 3261 4294967295 134512640 135214715 3218913648 3218912112 134528709 0 0 0 3 0 0 0 17 1 0 0 0
/proc/10356/statm: 3579 3261 73 172 0 3406 0
Current children cumulated CPU time (s) 50.81
Current children cumulated vsize (KiB) 16736

[startup+102.318 s]
/proc/loadavg: 1.01 1.02 1.00 2/93 10549
/proc/meminfo: memFree=1622424/2074464 swapFree=1953004/1959888
[pid=10350] ppid=10348 vsize=2420 CPUtime=0.09
/proc/10350/stat : 10350 (SatELiteGTI) S 10348 10350 9090 0 -1 4194304 387 1331 0 0 0 0 7 2 25 0 1 0 1011672843 2478080 278 4294967295 134512640 135169312 3218675936 3218672152 3085565678 0 65536 4 65538 3222381614 0 0 17 2 0 0 0
/proc/10350/statm: 605 278 235 161 0 44 0
[pid=10356] ppid=10350 vsize=14316 CPUtime=101.93
/proc/10356/stat : 10356 (minisat_static) R 10350 10350 9090 0 -1 4202496 3331 0 0 0 10186 7 0 0 25 0 1 0 1011672852 14659584 3266 4294967295 134512640 135214715 3218913648 3218912112 134529003 0 0 0 3 0 0 0 17 1 0 0 0
/proc/10356/statm: 3579 3266 73 172 0 3406 0
Current children cumulated CPU time (s) 102.02
Current children cumulated vsize (KiB) 16736

[startup+162.305 s]
/proc/loadavg: 1.00 1.01 1.00 2/93 10742
/proc/meminfo: memFree=1622036/2074464 swapFree=1953004/1959888
[pid=10350] ppid=10348 vsize=2420 CPUtime=0.09
/proc/10350/stat : 10350 (SatELiteGTI) S 10348 10350 9090 0 -1 4194304 387 1331 0 0 0 0 7 2 25 0 1 0 1011672843 2478080 278 4294967295 134512640 135169312 3218675936 3218672152 3085565678 0 65536 4 65538 3222381614 0 0 17 2 0 0 0
/proc/10350/statm: 605 278 235 161 0 44 0
[pid=10356] ppid=10350 vsize=14316 CPUtime=161.92
/proc/10356/stat : 10356 (minisat_static) R 10350 10350 9090 0 -1 4202496 3334 0 0 0 16185 7 0 0 25 0 1 0 1011672852 14659584 3269 4294967295 134512640 135214715 3218913648 3218912112 134528800 0 0 0 3 0 0 0 17 1 0 0 0
/proc/10356/statm: 3579 3269 73 172 0 3406 0
Current children cumulated CPU time (s) 162.01
Current children cumulated vsize (KiB) 16736

[startup+222.312 s]
/proc/loadavg: 1.00 1.00 1.00 3/93 10928
/proc/meminfo: memFree=1621804/2074464 swapFree=1953004/1959888
[pid=10350] ppid=10348 vsize=2420 CPUtime=0.09
/proc/10350/stat : 10350 (SatELiteGTI) S 10348 10350 9090 0 -1 4194304 387 1331 0 0 0 0 7 2 25 0 1 0 1011672843 2478080 278 4294967295 134512640 135169312 3218675936 3218672152 3085565678 0 65536 4 65538 3222381614 0 0 17 2 0 0 0
/proc/10350/statm: 605 278 235 161 0 44 0
[pid=10356] ppid=10350 vsize=14396 CPUtime=221.93
/proc/10356/stat : 10356 (minisat_static) R 10350 10350 9090 0 -1 4202496 3356 0 0 0 22185 8 0 0 25 0 1 0 1011672852 14741504 3291 4294967295 134512640 135214715 3218913648 3218912112 134528539 0 0 0 3 0 0 0 17 1 0 0 0
/proc/10356/statm: 3599 3291 73 172 0 3426 0
Current children cumulated CPU time (s) 222.02
Current children cumulated vsize (KiB) 16816

[startup+282.309 s]
/proc/loadavg: 1.00 1.00 1.00 2/93 11116
/proc/meminfo: memFree=1621680/2074464 swapFree=1953004/1959888
[pid=10350] ppid=10348 vsize=2420 CPUtime=0.09
/proc/10350/stat : 10350 (SatELiteGTI) S 10348 10350 9090 0 -1 4194304 387 1331 0 0 0 0 7 2 25 0 1 0 1011672843 2478080 278 4294967295 134512640 135169312 3218675936 3218672152 3085565678 0 65536 4 65538 3222381614 0 0 17 2 0 0 0
/proc/10350/statm: 605 278 235 161 0 44 0
[pid=10356] ppid=10350 vsize=14396 CPUtime=281.93
/proc/10356/stat : 10356 (minisat_static) R 10350 10350 9090 0 -1 4202496 3356 0 0 0 28185 8 0 0 25 0 1 0 1011672852 14741504 3291 4294967295 134512640 135214715 3218913648 3218912112 134528800 0 0 0 3 0 0 0 17 1 0 0 0
/proc/10356/statm: 3599 3291 73 172 0 3426 0
Current children cumulated CPU time (s) 282.02
Current children cumulated vsize (KiB) 16816

[startup+342.316 s]
/proc/loadavg: 1.00 1.00 1.00 2/93 11305
/proc/meminfo: memFree=1621680/2074464 swapFree=1953004/1959888
[pid=10350] ppid=10348 vsize=2420 CPUtime=0.09
/proc/10350/stat : 10350 (SatELiteGTI) S 10348 10350 9090 0 -1 4194304 387 1331 0 0 0 0 7 2 25 0 1 0 1011672843 2478080 278 4294967295 134512640 135169312 3218675936 3218672152 3085565678 0 65536 4 65538 3222381614 0 0 17 2 0 0 0
/proc/10350/statm: 605 278 235 161 0 44 0
[pid=10356] ppid=10350 vsize=14568 CPUtime=341.94
/proc/10356/stat : 10356 (minisat_static) R 10350 10350 9090 0 -1 4202496 3391 0 0 0 34183 11 0 0 25 0 1 0 1011672852 14917632 3326 4294967295 134512640 135214715 3218913648 3218912112 134528800 0 0 0 3 0 0 0 17 1 0 0 0
/proc/10356/statm: 3642 3326 73 172 0 3469 0
Current children cumulated CPU time (s) 342.03
Current children cumulated vsize (KiB) 16988

[startup+402.324 s]
/proc/loadavg: 1.12 1.03 1.01 2/93 11492
/proc/meminfo: memFree=1620564/2074464 swapFree=1953004/1959888
[pid=10350] ppid=10348 vsize=2420 CPUtime=0.09
/proc/10350/stat : 10350 (SatELiteGTI) S 10348 10350 9090 0 -1 4194304 387 1331 0 0 0 0 7 2 25 0 1 0 1011672843 2478080 278 4294967295 134512640 135169312 3218675936 3218672152 3085565678 0 65536 4 65538 3222381614 0 0 17 2 0 0 0
/proc/10350/statm: 605 278 235 161 0 44 0
[pid=10356] ppid=10350 vsize=15936 CPUtime=401.95

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

[pid=10356] ppid=10350 vsize=16764 CPUtime=581.95
/proc/10356/stat : 10356 (minisat_static) R 10350 10350 9090 0 -1 4202496 3921 0 0 0 58181 14 0 0 25 0 1 0 1011672852 17166336 3856 4294967295 134512640 135214715 3218913648 3218912112 134528800 0 0 0 3 0 0 0 17 1 0 0 0
/proc/10356/statm: 4191 3856 73 172 0 4018 0
Current children cumulated CPU time (s) 582.04
Current children cumulated vsize (KiB) 19184

[startup+642.322 s]
/proc/loadavg: 1.12 1.04 1.01 3/93 12248
/proc/meminfo: memFree=1617216/2074464 swapFree=1953004/1959888
[pid=10350] ppid=10348 vsize=2420 CPUtime=0.09
/proc/10350/stat : 10350 (SatELiteGTI) S 10348 10350 9090 0 -1 4194304 387 1331 0 0 0 0 7 2 25 0 1 0 1011672843 2478080 278 4294967295 134512640 135169312 3218675936 3218672152 3085565678 0 65536 4 65538 3222381614 0 0 17 2 0 0 0
/proc/10350/statm: 605 278 235 161 0 44 0
[pid=10356] ppid=10350 vsize=19280 CPUtime=641.96
/proc/10356/stat : 10356 (minisat_static) R 10350 10350 9090 0 -1 4202496 4550 0 0 0 64180 16 0 0 25 0 1 0 1011672852 19742720 4485 4294967295 134512640 135214715 3218913648 3218912112 134528800 0 0 0 3 0 0 0 17 1 0 0 0
/proc/10356/statm: 4820 4485 73 172 0 4647 0
Current children cumulated CPU time (s) 642.05
Current children cumulated vsize (KiB) 21700

[startup+702.319 s]
/proc/loadavg: 1.04 1.03 1.00 2/93 12435
/proc/meminfo: memFree=1616968/2074464 swapFree=1953004/1959888
[pid=10350] ppid=10348 vsize=2420 CPUtime=0.09
/proc/10350/stat : 10350 (SatELiteGTI) S 10348 10350 9090 0 -1 4194304 387 1331 0 0 0 0 7 2 25 0 1 0 1011672843 2478080 278 4294967295 134512640 135169312 3218675936 3218672152 3085565678 0 65536 4 65538 3222381614 0 0 17 2 0 0 0
/proc/10350/statm: 605 278 235 161 0 44 0
[pid=10356] ppid=10350 vsize=19440 CPUtime=701.96
/proc/10356/stat : 10356 (minisat_static) R 10350 10350 9090 0 -1 4202496 4585 0 0 0 70169 27 0 0 25 0 1 0 1011672852 19906560 4520 4294967295 134512640 135214715 3218913648 3218912112 134528800 0 0 0 3 0 0 0 17 1 0 0 0
/proc/10356/statm: 4860 4520 73 172 0 4687 0
Current children cumulated CPU time (s) 702.05
Current children cumulated vsize (KiB) 21860

[startup+762.316 s]
/proc/loadavg: 1.06 1.03 1.00 2/93 12624
/proc/meminfo: memFree=1617092/2074464 swapFree=1953004/1959888
[pid=10350] ppid=10348 vsize=2420 CPUtime=0.09
/proc/10350/stat : 10350 (SatELiteGTI) S 10348 10350 9090 0 -1 4194304 387 1331 0 0 0 0 7 2 25 0 1 0 1011672843 2478080 278 4294967295 134512640 135169312 3218675936 3218672152 3085565678 0 65536 4 65538 3222381614 0 0 17 2 0 0 0
/proc/10350/statm: 605 278 235 161 0 44 0
[pid=10356] ppid=10350 vsize=19440 CPUtime=761.96
/proc/10356/stat : 10356 (minisat_static) R 10350 10350 9090 0 -1 4202496 4585 0 0 0 76169 27 0 0 25 0 1 0 1011672852 19906560 4520 4294967295 134512640 135214715 3218913648 3218912112 134528509 0 0 0 3 0 0 0 17 1 0 0 0
/proc/10356/statm: 4860 4520 73 172 0 4687 0
Current children cumulated CPU time (s) 762.05
Current children cumulated vsize (KiB) 21860

[startup+822.314 s]
/proc/loadavg: 1.02 1.03 1.00 4/93 12810
/proc/meminfo: memFree=1616968/2074464 swapFree=1953004/1959888
[pid=10350] ppid=10348 vsize=2420 CPUtime=0.09
/proc/10350/stat : 10350 (SatELiteGTI) S 10348 10350 9090 0 -1 4194304 387 1331 0 0 0 0 7 2 25 0 1 0 1011672843 2478080 278 4294967295 134512640 135169312 3218675936 3218672152 3085565678 0 65536 4 65538 3222381614 0 0 17 2 0 0 0
/proc/10350/statm: 605 278 235 161 0 44 0
[pid=10356] ppid=10350 vsize=19440 CPUtime=821.96
/proc/10356/stat : 10356 (minisat_static) R 10350 10350 9090 0 -1 4202496 4590 0 0 0 82169 27 0 0 25 0 1 0 1011672852 19906560 4525 4294967295 134512640 135214715 3218913648 3218912112 134528620 0 0 0 3 0 0 0 17 1 0 0 0
/proc/10356/statm: 4860 4525 73 172 0 4687 0
Current children cumulated CPU time (s) 822.05
Current children cumulated vsize (KiB) 21860

[startup+882.311 s]
/proc/loadavg: 1.00 1.02 1.00 3/93 13002
/proc/meminfo: memFree=1616464/2074464 swapFree=1953004/1959888
[pid=10350] ppid=10348 vsize=2420 CPUtime=0.09
/proc/10350/stat : 10350 (SatELiteGTI) S 10348 10350 9090 0 -1 4194304 387 1331 0 0 0 0 7 2 25 0 1 0 1011672843 2478080 278 4294967295 134512640 135169312 3218675936 3218672152 3085565678 0 65536 4 65538 3222381614 0 0 17 2 0 0 0
/proc/10350/statm: 605 278 235 161 0 44 0
[pid=10356] ppid=10350 vsize=20100 CPUtime=881.96
/proc/10356/stat : 10356 (minisat_static) R 10350 10350 9090 0 -1 4202496 4775 0 0 0 88169 27 0 0 25 0 1 0 1011672852 20582400 4710 4294967295 134512640 135214715 3218913648 3218912112 134528800 0 0 0 3 0 0 0 17 1 0 0 0
/proc/10356/statm: 5025 4710 73 172 0 4852 0
Current children cumulated CPU time (s) 882.05
Current children cumulated vsize (KiB) 22520

[startup+942.308 s]
/proc/loadavg: 1.00 1.01 1.00 2/93 13194
/proc/meminfo: memFree=1616268/2074464 swapFree=1953004/1959888
[pid=10350] ppid=10348 vsize=2420 CPUtime=0.09
/proc/10350/stat : 10350 (SatELiteGTI) S 10348 10350 9090 0 -1 4194304 387 1331 0 0 0 0 7 2 25 0 1 0 1011672843 2478080 278 4294967295 134512640 135169312 3218675936 3218672152 3085565678 0 65536 4 65538 3222381614 0 0 17 2 0 0 0
/proc/10350/statm: 605 278 235 161 0 44 0
[pid=10356] ppid=10350 vsize=20100 CPUtime=941.96
/proc/10356/stat : 10356 (minisat_static) R 10350 10350 9090 0 -1 4202496 4775 0 0 0 94166 30 0 0 25 0 1 0 1011672852 20582400 4710 4294967295 134512640 135214715 3218913648 3218911856 134537740 0 0 0 3 0 0 0 17 1 0 0 0
/proc/10356/statm: 5025 4710 73 172 0 4852 0
Current children cumulated CPU time (s) 942.05
Current children cumulated vsize (KiB) 22520

[startup+1002.31 s]
/proc/loadavg: 1.00 1.01 1.00 2/93 13381
/proc/meminfo: memFree=1616160/2074464 swapFree=1953004/1959888
[pid=10350] ppid=10348 vsize=2420 CPUtime=0.09
/proc/10350/stat : 10350 (SatELiteGTI) S 10348 10350 9090 0 -1 4194304 387 1331 0 0 0 0 7 2 25 0 1 0 1011672843 2478080 278 4294967295 134512640 135169312 3218675936 3218672152 3085565678 0 65536 4 65538 3222381614 0 0 17 2 0 0 0
/proc/10350/statm: 605 278 235 161 0 44 0
[pid=10356] ppid=10350 vsize=20100 CPUtime=1001.97
/proc/10356/stat : 10356 (minisat_static) R 10350 10350 9090 0 -1 4202496 4776 0 0 0 100162 35 0 0 25 0 1 0 1011672852 20582400 4711 4294967295 134512640 135214715 3218913648 3218912112 134528800 0 0 0 3 0 0 0 17 1 0 0 0
/proc/10356/statm: 5025 4711 73 172 0 4852 0
Current children cumulated CPU time (s) 1002.06
Current children cumulated vsize (KiB) 22520

[startup+1062.31 s]
/proc/loadavg: 1.00 1.00 1.00 3/93 13570
/proc/meminfo: memFree=1616284/2074464 swapFree=1953004/1959888
[pid=10350] ppid=10348 vsize=2420 CPUtime=0.09
/proc/10350/stat : 10350 (SatELiteGTI) S 10348 10350 9090 0 -1 4194304 387 1331 0 0 0 0 7 2 25 0 1 0 1011672843 2478080 278 4294967295 134512640 135169312 3218675936 3218672152 3085565678 0 65536 4 65538 3222381614 0 0 17 2 0 0 0
/proc/10350/statm: 605 278 235 161 0 44 0
[pid=10356] ppid=10350 vsize=20100 CPUtime=1061.97
/proc/10356/stat : 10356 (minisat_static) R 10350 10350 9090 0 -1 4202496 4786 0 0 0 106161 36 0 0 25 0 1 0 1011672852 20582400 4721 4294967295 134512640 135214715 3218913648 3218911600 134536539 0 0 0 3 0 0 0 17 1 0 0 0
/proc/10356/statm: 5025 4721 73 172 0 4852 0
Current children cumulated CPU time (s) 1062.06
Current children cumulated vsize (KiB) 22520

[startup+1122.32 s]
/proc/loadavg: 1.08 1.03 1.01 3/93 13756
/proc/meminfo: memFree=1616160/2074464 swapFree=1953004/1959888
[pid=10350] ppid=10348 vsize=2420 CPUtime=0.09
/proc/10350/stat : 10350 (SatELiteGTI) S 10348 10350 9090 0 -1 4194304 387 1331 0 0 0 0 7 2 25 0 1 0 1011672843 2478080 278 4294967295 134512640 135169312 3218675936 3218672152 3085565678 0 65536 4 65538 3222381614 0 0 17 2 0 0 0
/proc/10350/statm: 605 278 235 161 0 44 0
[pid=10356] ppid=10350 vsize=20296 CPUtime=1121.98
/proc/10356/stat : 10356 (minisat_static) R 10350 10350 9090 0 -1 4202496 4801 0 0 0 112162 36 0 0 25 0 1 0 1011672852 20783104 4736 4294967295 134512640 135214715 3218913648 3218912112 134528800 0 0 0 3 0 0 0 17 1 0 0 0
/proc/10356/statm: 5074 4736 73 172 0 4901 0
Current children cumulated CPU time (s) 1122.07
Current children cumulated vsize (KiB) 22716

[startup+1182.32 s]
/proc/loadavg: 1.03 1.02 1.00 2/93 13944
/proc/meminfo: memFree=1616036/2074464 swapFree=1953004/1959888
[pid=10350] ppid=10348 vsize=2420 CPUtime=0.09
/proc/10350/stat : 10350 (SatELiteGTI) S 10348 10350 9090 0 -1 4194304 387 1331 0 0 0 0 7 2 25 0 1 0 1011672843 2478080 278 4294967295 134512640 135169312 3218675936 3218672152 3085565678 0 65536 4 65538 3222381614 0 0 17 2 0 0 0
/proc/10350/statm: 605 278 235 161 0 44 0
[pid=10356] ppid=10350 vsize=20296 CPUtime=1181.98
/proc/10356/stat : 10356 (minisat_static) R 10350 10350 9090 0 -1 4202496 4801 0 0 0 118162 36 0 0 25 0 1 0 1011672852 20783104 4736 4294967295 134512640 135214715 3218913648 3218912112 134528515 0 0 0 3 0 0 0 17 1 0 0 0
/proc/10356/statm: 5074 4736 73 172 0 4901 0
Current children cumulated CPU time (s) 1182.07
Current children cumulated vsize (KiB) 22716



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.32 s]
/proc/loadavg: 1.02 1.02 1.00 2/93 14129
/proc/meminfo: memFree=1615948/2074464 swapFree=1953004/1959888
[pid=10350] ppid=10348 vsize=2420 CPUtime=0.09
/proc/10350/stat : 10350 (SatELiteGTI) S 10348 10350 9090 0 -1 4194304 387 1331 0 0 0 0 7 2 25 0 1 0 1011672843 2478080 278 4294967295 134512640 135169312 3218675936 3218672152 3085565678 0 65536 4 65538 3222381614 0 0 17 2 0 0 0
/proc/10350/statm: 605 278 235 161 0 44 0
[pid=10356] ppid=10350 vsize=20296 CPUtime=1199.98
/proc/10356/stat : 10356 (minisat_static) R 10350 10350 9090 0 -1 4202496 4801 0 0 0 119961 37 0 0 25 0 1 0 1011672852 20783104 4736 4294967295 134512640 135214715 3218913648 3218911856 134537327 0 0 0 3 0 0 0 17 1 0 0 0
/proc/10356/statm: 5074 4736 73 172 0 4901 0
Current children cumulated CPU time (s) 1200.07
Current children cumulated vsize (KiB) 22716

Sending SIGTERM to process tree (bottom up)
SSolver just ended. Dumping a history of the last processes samples

[startup+1200.32 s]
/proc/loadavg: 1.02 1.02 1.00 2/93 14129
/proc/meminfo: memFree=1615948/2074464 swapFree=1953004/1959888
[pid=10350] ppid=10348 vsize=2420 CPUtime=0.09
/proc/10350/stat : 10350 (SatELiteGTI) S 10348 10350 9090 0 -1 4194304 387 1331 0 0 0 0 7 2 25 0 1 0 1011672843 2478080 278 4294967295 134512640 135169312 3218675936 3218672152 3085565678 0 65536 4 65538 3222381614 0 0 17 2 0 0 0
/proc/10350/statm: 605 278 235 161 0 44 0
[pid=10356] ppid=10350 vsize=20296 CPUtime=1199.98
/proc/10356/stat : 10356 (minisat_static) R 10350 10350 9090 0 -1 4202496 4801 0 0 0 119961 37 0 0 25 0 1 0 1011672852 20783104 4736 4294967295 134512640 135214715 3218913648 3218911856 134537327 0 0 0 3 0 0 0 17 1 0 0 0
/proc/10356/statm: 5074 4736 73 172 0 4901 0
Current children cumulated CPU time (s) 1200.07
Current children cumulated vsize (KiB) 22716

Child status: 143

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 10350 and gives
#  childrusage.ru_utime.tv_sec=1199
#  childrusage.ru_utime.tv_usec=680000
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=390000
# CPU time returned by wait4() is 1200.07
# while last known CPU time is 1200.07
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1200.32
CPU time (s): 1200.07
CPU user time (s): 1199.68
CPU system time (s): 0.39
CPU usage (%): 99.9789
Max. virtual memory (cumulated for all children) (KiB): 22716

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1199.68
system time used= 0.39
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 6794
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= 18
involuntary context switches= 2461

runsolver used 0 second user time and 0.01 second system time

The end

Launcher Data

Begin job on tipi19 at 2009-05-16 13:02:05
IDJOB=1820731
IDBENCH=69567
IDSOLVER=660
FILE ID=tipi19/1820731-1242471725
PBS_JOBID=
Free space on /tmp= 9477 MiB

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

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

MD5SUM BENCH= 4984fea7abc49dd7f6973cd779e805d7
RANDOM SEED= 2092434028

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:       1636152 kB
Buffers:         15988 kB
Cached:         342280 kB
SwapCached:       2992 kB
Active:          35064 kB
Inactive:       332704 kB
HighTotal:     1178688 kB
HighFree:       913844 kB
LowTotal:       895776 kB
LowFree:        722308 kB
SwapTotal:     1959888 kB
SwapFree:      1953004 kB
Dirty:            1916 kB
Writeback:           0 kB
AnonPages:        8880 kB
Mapped:           3332 kB
Slab:            62252 kB
PageTables:        356 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   2997120 kB
Committed_AS:    87776 kB
VmallocTotal:   114680 kB
VmallocUsed:      1324 kB
VmallocChunk:   113264 kB

Free space on /tmp at the end= 9477 MiB
End job on tipi19 at 2009-05-16 13:22:06