Trace number 1820864

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
BinMiniSat 2009-03-21? (TO) 1200.11 1200.05

General information on the benchmark

Namemizh-md5-48-5.cnf
MD5SUM8ab50418497c0326ed1ff5d73a4e24a3
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark648.97
Satisfiable
(Un)Satisfiability was proved
Number of variables66892
Number of clauses279256
Sum of the clauses size832648
Maximum clause length4
Minimum clause length1
Number of clauses of size 1201
Number of clauses of size 2120496
Number of clauses of size 342781
Number of clauses of size 4115778
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.00/0.00	c Parsing...
0.22/0.25	c ==============================================================================
0.22/0.25	c |           |     ORIGINAL     |              LEARNT              |          |
0.22/0.25	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.22/0.25	c ==============================================================================
0.22/0.25	c |         0 |  240181   693662 |   72054       0        0     nan |  0.000 % |
1.12/1.17	c |         0 |  157595   533830 |      --       0       --      -- |     --   | -81353/-155494
1.12/1.17	c ==============================================================================
1.12/1.17	c Result  :   #vars: 26735   #clauses: 157595   #literals: 533830
1.12/1.17	c CPU time:   1.07 s
1.12/1.17	c ==============================================================================
1.32/1.35	This is MiniSat 2.0 beta
1.32/1.35	WARNING: for repeatability, setting FPU to use double precision
1.32/1.35	============================[ Problem Statistics ]=============================
1.32/1.35	|                                                                             |
1.32/1.36	|  Number of variables:  26735                                                |
1.32/1.36	|  Number of clauses:    157595                                               |
1.36/1.46	|  Parsing time:         0.10         s                                       |
1.36/1.47	============================[ Search Statistics ]==============================
1.36/1.47	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
1.36/1.47	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
1.36/1.47	===============================================================================
1.36/1.47	|         0 |   26735   157595   533830 |    52531        0    nan |  0.000 % |
1.36/1.48	|       100 |   26735   157595   533830 |    57784      100      3 |  0.000 % |
1.36/1.49	|       250 |   26735   157595   533830 |    63563      250      4 |  0.000 % |
1.36/1.50	|       475 |   26735   157595   533830 |    69919      475      4 |  0.000 % |
1.36/1.52	|       812 |   26735   157595   533830 |    76911      812      4 |  0.000 % |
1.36/1.54	|      1318 |   26735   157595   533830 |    84602     1318      4 |  0.000 % |
1.36/1.59	|      2077 |   26735   157595   533830 |    93063     2077      5 |  0.000 % |
1.36/1.64	|      3219 |   26735   157595   533830 |   102369     3219      6 |  0.000 % |
1.36/1.80	|      4927 |   26735   157595   533830 |   112606     4927      6 |  0.000 % |
1.36/2.06	|      7489 |   26735   157595   533830 |   123866     7489      6 |  0.000 % |
2.32/2.36	|     11333 |   26734   157587   533808 |   136253    11332      6 |  0.004 % |
3.12/3.17	|     17099 |   26734   157587   533808 |   149878    17098      6 |  0.004 % |
4.52/4.59	|     25749 |   26734   157587   533808 |   164866    25748      7 |  0.004 % |
5.92/5.92	|     38725 |   26734   157587   533808 |   181353    38724      8 |  0.004 % |
8.22/8.21	|     58186 |   26734   157587   533808 |   199488    58185      9 |  0.004 % |
12.02/12.11	|     87379 |   26722   157523   533611 |   219437    87350      9 |  0.049 % |
15.52/15.56	|    131168 |   26664   156876   531509 |   241381   125474      9 |  0.273 % |
24.22/24.26	|    196852 |   26396   155061   525825 |   265519   176588     10 |  1.283 % |
58.12/58.12	|    295378 |   24853   144658   491895 |   292071   217781     12 |  7.039 % |
105.13/105.12	|    443167 |   24800   144121   490085 |   321278   102973     12 |  7.238 % |
530.56/530.58	|    664852 |   24786   144011   489709 |   353406   324419    103 |  7.290 % |
949.67/949.61	|    997377 |   24785   144003   489681 |   388747   346915    108 |  7.294 % |
1200.09/1200.04	HOME/SatELiteGTI: line 36: 24004 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-1820864-1242483921/watcher-1820864-1242483921 -o /tmp/evaluation-result-1820864-1242483921/solver-1820864-1242483921 -C 1200 -W 1800 -M 1800 SatELiteGTI HOME/instance-1820864-1242483921.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/97 23998
/proc/meminfo: memFree=1812148/2074464 swapFree=1949244/1959888
[pid=23998] ppid=23996 vsize=2416 CPUtime=0
/proc/23998/stat : 23998 (SatELiteGTI) S 23996 23998 16367 0 -1 4194304 367 647 0 0 0 0 0 0 25 0 1 0 1012893108 2473984 277 4294967295 134512640 135169312 3214908752 3214907288 3085893358 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/23998/statm: 604 277 235 161 0 43 0
[pid=24002] ppid=23998 vsize=952 CPUtime=0.01
/proc/24002/stat : 24002 (SatELite_releas) R 23998 23998 16367 0 -1 4202496 149 0 0 0 1 0 0 0 25 0 1 0 1012893109 974848 85 4294967295 134512640 135223648 3213599728 3213598608 134543108 0 0 0 3 0 0 0 17 1 0 0 0
/proc/24002/statm: 238 85 47 174 0 63 0

[startup+0.054635 s]
/proc/loadavg: 1.00 1.00 1.00 2/97 23998
/proc/meminfo: memFree=1812148/2074464 swapFree=1949244/1959888
[pid=23998] ppid=23996 vsize=2416 CPUtime=0
/proc/23998/stat : 23998 (SatELiteGTI) S 23996 23998 16367 0 -1 4194304 367 647 0 0 0 0 0 0 25 0 1 0 1012893108 2473984 277 4294967295 134512640 135169312 3214908752 3214907288 3085893358 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/23998/statm: 604 277 235 161 0 43 0
[pid=24002] ppid=23998 vsize=7692 CPUtime=0.06
/proc/24002/stat : 24002 (SatELite_releas) R 23998 23998 16367 0 -1 4202496 1516 0 0 0 4 2 0 0 25 0 1 0 1012893109 7876608 1452 4294967295 134512640 135223648 3213599728 3213598296 134719062 0 0 0 3 0 0 0 17 1 0 0 0
/proc/24002/statm: 1923 1453 47 174 0 1748 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 10108

[startup+0.114623 s]
/proc/loadavg: 1.00 1.00 1.00 2/97 23998
/proc/meminfo: memFree=1812148/2074464 swapFree=1949244/1959888
[pid=23998] ppid=23996 vsize=2416 CPUtime=0
/proc/23998/stat : 23998 (SatELiteGTI) S 23996 23998 16367 0 -1 4194304 367 647 0 0 0 0 0 0 25 0 1 0 1012893108 2473984 277 4294967295 134512640 135169312 3214908752 3214907288 3085893358 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/23998/statm: 604 277 235 161 0 43 0
[pid=24002] ppid=23998 vsize=15496 CPUtime=0.12
/proc/24002/stat : 24002 (SatELite_releas) R 23998 23998 16367 0 -1 4202496 3154 0 0 0 7 5 0 0 25 0 1 0 1012893109 15867904 3090 4294967295 134512640 135223648 3213599728 3213598680 134737310 0 0 0 3 0 0 0 17 1 0 0 0
/proc/24002/statm: 3874 3091 47 174 0 3699 0
Current children cumulated CPU time (s) 0.12
Current children cumulated vsize (KiB) 17912

[startup+0.314612 s]
/proc/loadavg: 1.00 1.00 1.00 2/97 23998
/proc/meminfo: memFree=1812148/2074464 swapFree=1949244/1959888
[pid=23998] ppid=23996 vsize=2416 CPUtime=0
/proc/23998/stat : 23998 (SatELiteGTI) S 23996 23998 16367 0 -1 4194304 367 647 0 0 0 0 0 0 25 0 1 0 1012893108 2473984 277 4294967295 134512640 135169312 3214908752 3214907288 3085893358 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/23998/statm: 604 277 235 161 0 43 0
[pid=24002] ppid=23998 vsize=36480 CPUtime=0.32
/proc/24002/stat : 24002 (SatELite_releas) R 23998 23998 16367 0 -1 4202496 8137 0 0 0 24 8 0 0 25 0 1 0 1012893109 37355520 7417 4294967295 134512640 135223648 3213599728 3213597680 134563693 0 0 0 3 0 0 0 17 1 0 0 0
/proc/24002/statm: 9120 7417 73 174 0 8945 0
Current children cumulated CPU time (s) 0.32
Current children cumulated vsize (KiB) 38896

[startup+0.714589 s]
/proc/loadavg: 1.00 1.00 1.00 2/97 23998
/proc/meminfo: memFree=1812148/2074464 swapFree=1949244/1959888
[pid=23998] ppid=23996 vsize=2416 CPUtime=0
/proc/23998/stat : 23998 (SatELiteGTI) S 23996 23998 16367 0 -1 4194304 367 647 0 0 0 0 0 0 25 0 1 0 1012893108 2473984 277 4294967295 134512640 135169312 3214908752 3214907288 3085893358 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/23998/statm: 604 277 235 161 0 43 0
[pid=24002] ppid=23998 vsize=41904 CPUtime=0.72
/proc/24002/stat : 24002 (SatELite_releas) R 23998 23998 16367 0 -1 4202496 9472 0 0 0 63 9 0 0 25 0 1 0 1012893109 42909696 8691 4294967295 134512640 135223648 3213599728 3213597744 134586827 0 0 0 3 0 0 0 17 1 0 0 0
/proc/24002/statm: 10476 8691 73 174 0 10301 0
Current children cumulated CPU time (s) 0.72
Current children cumulated vsize (KiB) 44320

[startup+1.51454 s]
/proc/loadavg: 1.00 1.00 1.00 2/99 24003
/proc/meminfo: memFree=1774412/2074464 swapFree=1949244/1959888
[pid=23998] ppid=23996 vsize=2420 CPUtime=1.36
/proc/23998/stat : 23998 (SatELiteGTI) S 23996 23998 16367 0 -1 4194304 387 11429 0 0 0 0 126 10 18 0 1 0 1012893108 2478080 278 4294967295 134512640 135169312 3214908752 3214904968 3085893358 0 65536 4 65538 3222381614 0 0 17 1 0 0 0
/proc/23998/statm: 605 278 235 161 0 44 0
Current children cumulated CPU time (s) 1.36
Current children cumulated vsize (KiB) 2420

[startup+3.11445 s]
/proc/loadavg: 1.00 1.00 1.00 2/99 24005
/proc/meminfo: memFree=1795120/2074464 swapFree=1949244/1959888
[pid=23998] ppid=23996 vsize=2420 CPUtime=1.36
/proc/23998/stat : 23998 (SatELiteGTI) S 23996 23998 16367 0 -1 4194304 387 11429 0 0 0 0 126 10 18 0 1 0 1012893108 2478080 278 4294967295 134512640 135169312 3214908752 3214904968 3085893358 0 65536 4 65538 3222381614 0 0 17 1 0 0 0
/proc/23998/statm: 605 278 235 161 0 44 0
[pid=24004] ppid=23998 vsize=12136 CPUtime=1.76
/proc/24004/stat : 24004 (minisat_static) R 23998 23998 16367 0 -1 4202496 2904 0 0 0 174 2 0 0 25 0 1 0 1012893244 12427264 2839 4294967295 134512640 135216011 3219980912 3219979264 134527723 0 0 0 3 0 0 0 17 2 0 0 0
/proc/24004/statm: 3034 2839 71 172 0 2861 0
Current children cumulated CPU time (s) 3.12
Current children cumulated vsize (KiB) 14556

[startup+6.31427 s]
/proc/loadavg: 1.00 1.00 1.00 2/99 24006
/proc/meminfo: memFree=1793136/2074464 swapFree=1949244/1959888
[pid=23998] ppid=23996 vsize=2420 CPUtime=1.36
/proc/23998/stat : 23998 (SatELiteGTI) S 23996 23998 16367 0 -1 4194304 387 11429 0 0 0 0 126 10 18 0 1 0 1012893108 2478080 278 4294967295 134512640 135169312 3214908752 3214904968 3085893358 0 65536 4 65538 3222381614 0 0 17 1 0 0 0
/proc/23998/statm: 605 278 235 161 0 44 0
[pid=24004] ppid=23998 vsize=14160 CPUtime=4.96
/proc/24004/stat : 24004 (minisat_static) R 23998 23998 16367 0 -1 4202496 3392 0 0 0 493 3 0 0 25 0 1 0 1012893244 14499840 3327 4294967295 134512640 135216011 3219980912 3219979264 134527880 0 0 0 3 0 0 0 17 2 0 0 0
/proc/24004/statm: 3540 3327 71 172 0 3367 0
Current children cumulated CPU time (s) 6.32
Current children cumulated vsize (KiB) 16580

[startup+12.7139 s]
/proc/loadavg: 1.00 1.00 1.00 2/99 24006
/proc/meminfo: memFree=1788736/2074464 swapFree=1949244/1959888
[pid=23998] ppid=23996 vsize=2420 CPUtime=1.36
/proc/23998/stat : 23998 (SatELiteGTI) S 23996 23998 16367 0 -1 4194304 387 11429 0 0 0 0 126 10 18 0 1 0 1012893108 2478080 278 4294967295 134512640 135169312 3214908752 3214904968 3085893358 0 65536 4 65538 3222381614 0 0 17 1 0 0 0
/proc/23998/statm: 605 278 235 161 0 44 0
[pid=24004] ppid=23998 vsize=18684 CPUtime=11.36
/proc/24004/stat : 24004 (minisat_static) R 23998 23998 16367 0 -1 4202496 4491 0 0 0 1132 4 0 0 25 0 1 0 1012893244 19132416 4426 4294967295 134512640 135216011 3219980912 3219979264 134527289 0 0 0 3 0 0 0 17 2 0 0 0
/proc/24004/statm: 4671 4426 71 172 0 4498 0
Current children cumulated CPU time (s) 12.72
Current children cumulated vsize (KiB) 21104

[startup+25.5132 s]
/proc/loadavg: 1.00 1.00 1.00 2/99 24008
/proc/meminfo: memFree=1781360/2074464 swapFree=1949244/1959888
[pid=23998] ppid=23996 vsize=2420 CPUtime=1.36
/proc/23998/stat : 23998 (SatELiteGTI) S 23996 23998 16367 0 -1 4194304 387 11429 0 0 0 0 126 10 18 0 1 0 1012893108 2478080 278 4294967295 134512640 135169312 3214908752 3214904968 3085893358 0 65536 4 65538 3222381614 0 0 17 1 0 0 0
/proc/23998/statm: 605 278 235 161 0 44 0
[pid=24004] ppid=23998 vsize=25288 CPUtime=24.16
/proc/24004/stat : 24004 (minisat_static) R 23998 23998 16367 0 -1 4202496 6171 0 0 0 2412 4 0 0 25 0 1 0 1012893244 25894912 6106 4294967295 134512640 135216011 3219980912 3219979080 134525864 0 0 0 3 0 0 0 17 2 0 0 0
/proc/24004/statm: 6322 6106 71 172 0 6149 0
Current children cumulated CPU time (s) 25.52
Current children cumulated vsize (KiB) 27708

[startup+51.1118 s]
/proc/loadavg: 1.00 1.00 1.00 2/99 24191
/proc/meminfo: memFree=1777312/2074464 swapFree=1949244/1959888
[pid=23998] ppid=23996 vsize=2420 CPUtime=1.36
/proc/23998/stat : 23998 (SatELiteGTI) S 23996 23998 16367 0 -1 4194304 387 11429 0 0 0 0 126 10 18 0 1 0 1012893108 2478080 278 4294967295 134512640 135169312 3214908752 3214904968 3085893358 0 65536 4 65538 3222381614 0 0 17 1 0 0 0
/proc/23998/statm: 605 278 235 161 0 44 0
[pid=24004] ppid=23998 vsize=29492 CPUtime=49.76
/proc/24004/stat : 24004 (minisat_static) R 23998 23998 16367 0 -1 4202496 7141 0 0 0 4971 5 0 0 25 0 1 0 1012893244 30199808 7076 4294967295 134512640 135216011 3219980912 3219979264 134527507 0 0 0 3 0 0 0 17 2 0 0 0
/proc/24004/statm: 7373 7076 71 172 0 7200 0
Current children cumulated CPU time (s) 51.12
Current children cumulated vsize (KiB) 31912

[startup+102.329 s]
/proc/loadavg: 1.00 1.00 1.00 2/99 24380
/proc/meminfo: memFree=1766468/2074464 swapFree=1949244/1959888
[pid=23998] ppid=23996 vsize=2420 CPUtime=1.36
/proc/23998/stat : 23998 (SatELiteGTI) S 23996 23998 16367 0 -1 4194304 387 11429 0 0 0 0 126 10 18 0 1 0 1012893108 2478080 278 4294967295 134512640 135169312 3214908752 3214904968 3085893358 0 65536 4 65538 3222381614 0 0 17 1 0 0 0
/proc/23998/statm: 605 278 235 161 0 44 0
[pid=24004] ppid=23998 vsize=39260 CPUtime=100.98
/proc/24004/stat : 24004 (minisat_static) R 23998 23998 16367 0 -1 4202496 9671 0 0 0 10092 6 0 0 25 0 1 0 1012893244 40202240 9606 4294967295 134512640 135216011 3219980912 3219979080 134525975 0 0 0 3 0 0 0 17 2 0 0 0
/proc/24004/statm: 9815 9606 71 172 0 9642 0
Current children cumulated CPU time (s) 102.34
Current children cumulated vsize (KiB) 41680

[startup+162.325 s]
/proc/loadavg: 1.00 1.00 1.00 2/99 24567
/proc/meminfo: memFree=1753976/2074464 swapFree=1949244/1959888
[pid=23998] ppid=23996 vsize=2420 CPUtime=1.36
/proc/23998/stat : 23998 (SatELiteGTI) S 23996 23998 16367 0 -1 4194304 387 11429 0 0 0 0 126 10 18 0 1 0 1012893108 2478080 278 4294967295 134512640 135169312 3214908752 3214904968 3085893358 0 65536 4 65538 3222381614 0 0 17 1 0 0 0
/proc/23998/statm: 605 278 235 161 0 44 0
[pid=24004] ppid=23998 vsize=51936 CPUtime=160.98
/proc/24004/stat : 24004 (minisat_static) R 23998 23998 16367 0 -1 4202496 12820 0 0 0 16089 9 0 0 25 0 1 0 1012893244 53182464 12755 4294967295 134512640 135216011 3219980912 3219979264 134527548 0 0 0 3 0 0 0 17 2 0 0 0
/proc/24004/statm: 12984 12755 71 172 0 12811 0
Current children cumulated CPU time (s) 162.34
Current children cumulated vsize (KiB) 54356

[startup+222.312 s]
/proc/loadavg: 1.00 1.00 1.00 2/99 24754
/proc/meminfo: memFree=1733524/2074464 swapFree=1949244/1959888
[pid=23998] ppid=23996 vsize=2420 CPUtime=1.36
/proc/23998/stat : 23998 (SatELiteGTI) S 23996 23998 16367 0 -1 4194304 387 11429 0 0 0 0 126 10 18 0 1 0 1012893108 2478080 278 4294967295 134512640 135169312 3214908752 3214904968 3085893358 0 65536 4 65538 3222381614 0 0 17 1 0 0 0
/proc/23998/statm: 605 278 235 161 0 44 0
[pid=24004] ppid=23998 vsize=72140 CPUtime=220.97
/proc/24004/stat : 24004 (minisat_static) R 23998 23998 16367 0 -1 4202496 17869 0 0 0 22080 17 0 0 25 0 1 0 1012893244 73871360 17804 4294967295 134512640 135216011 3219980912 3219979264 134527395 0 0 0 3 0 0 0 17 2 0 0 0
/proc/24004/statm: 18035 17804 71 172 0 17862 0
Current children cumulated CPU time (s) 222.33
Current children cumulated vsize (KiB) 74560

[startup+282.319 s]
/proc/loadavg: 1.00 1.00 1.00 2/99 24941
/proc/meminfo: memFree=1716404/2074464 swapFree=1949244/1959888
[pid=23998] ppid=23996 vsize=2420 CPUtime=1.36
/proc/23998/stat : 23998 (SatELiteGTI) S 23996 23998 16367 0 -1 4194304 387 11429 0 0 0 0 126 10 18 0 1 0 1012893108 2478080 278 4294967295 134512640 135169312 3214908752 3214904968 3085893358 0 65536 4 65538 3222381614 0 0 17 1 0 0 0
/proc/23998/statm: 605 278 235 161 0 44 0
[pid=24004] ppid=23998 vsize=89172 CPUtime=280.98
/proc/24004/stat : 24004 (minisat_static) R 23998 23998 16367 0 -1 4202496 22145 0 0 0 28075 23 0 0 25 0 1 0 1012893244 91312128 22080 4294967295 134512640 135216011 3219980912 3219979264 134527548 0 0 0 3 0 0 0 17 2 0 0 0
/proc/24004/statm: 22293 22080 71 172 0 22120 0
Current children cumulated CPU time (s) 282.34
Current children cumulated vsize (KiB) 91592

[startup+342.315 s]
/proc/loadavg: 1.15 1.04 1.01 2/99 25136
/proc/meminfo: memFree=1698524/2074464 swapFree=1949244/1959888
[pid=23998] ppid=23996 vsize=2420 CPUtime=1.36
/proc/23998/stat : 23998 (SatELiteGTI) S 23996 23998 16367 0 -1 4194304 387 11429 0 0 0 0 126 10 18 0 1 0 1012893108 2478080 278 4294967295 134512640 135169312 3214908752 3214904968 3085893358 0 65536 4 65538 3222381614 0 0 17 1 0 0 0
/proc/23998/statm: 605 278 235 161 0 44 0
[pid=24004] ppid=23998 vsize=106868 CPUtime=340.98
/proc/24004/stat : 24004 (minisat_static) R 23998 23998 16367 0 -1 4202496 26546 0 0 0 34072 26 0 0 25 0 1 0 1012893244 109432832 26481 4294967295 134512640 135216011 3219980912 3219979264 134527548 0 0 0 3 0 0 0 17 2 0 0 0
/proc/24004/statm: 26717 26481 71 172 0 26544 0
Current children cumulated CPU time (s) 342.34
Current children cumulated vsize (KiB) 109288

[startup+402.322 s]

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

/proc/23998/stat : 23998 (SatELiteGTI) S 23996 23998 16367 0 -1 4194304 387 11429 0 0 0 0 126 10 18 0 1 0 1012893108 2478080 278 4294967295 134512640 135169312 3214908752 3214904968 3085893358 0 65536 4 65538 3222381614 0 0 17 1 0 0 0
/proc/23998/statm: 605 278 235 161 0 44 0
[pid=24004] ppid=23998 vsize=141616 CPUtime=460.99
/proc/24004/stat : 24004 (minisat_static) R 23998 23998 16367 0 -1 4202496 35130 0 0 0 46064 35 0 0 25 0 1 0 1012893244 145014784 35065 4294967295 134512640 135216011 3219980912 3219979264 134527548 0 0 0 3 0 0 0 17 2 0 0 0
/proc/24004/statm: 35404 35065 71 172 0 35231 0
Current children cumulated CPU time (s) 462.35
Current children cumulated vsize (KiB) 144036

[startup+522.325 s]
/proc/loadavg: 1.01 1.03 1.00 3/99 25699
/proc/meminfo: memFree=1649528/2074464 swapFree=1949244/1959888
[pid=23998] ppid=23996 vsize=2420 CPUtime=1.36
/proc/23998/stat : 23998 (SatELiteGTI) S 23996 23998 16367 0 -1 4194304 387 11429 0 0 0 0 126 10 18 0 1 0 1012893108 2478080 278 4294967295 134512640 135169312 3214908752 3214904968 3085893358 0 65536 4 65538 3222381614 0 0 17 1 0 0 0
/proc/23998/statm: 605 278 235 161 0 44 0
[pid=24004] ppid=23998 vsize=156436 CPUtime=521
/proc/24004/stat : 24004 (minisat_static) R 23998 23998 16367 0 -1 4202496 38840 0 0 0 52062 38 0 0 25 0 1 0 1012893244 160190464 38775 4294967295 134512640 135216011 3219980912 3219979264 134527548 0 0 0 3 0 0 0 17 2 0 0 0
/proc/24004/statm: 39109 38775 71 172 0 38936 0
Current children cumulated CPU time (s) 522.36
Current children cumulated vsize (KiB) 158856

[startup+582.312 s]
/proc/loadavg: 1.00 1.02 1.00 2/99 25886
/proc/meminfo: memFree=1628192/2074464 swapFree=1949244/1959888
[pid=23998] ppid=23996 vsize=2420 CPUtime=1.36
/proc/23998/stat : 23998 (SatELiteGTI) S 23996 23998 16367 0 -1 4194304 387 11429 0 0 0 0 126 10 18 0 1 0 1012893108 2478080 278 4294967295 134512640 135169312 3214908752 3214904968 3085893358 0 65536 4 65538 3222381614 0 0 17 1 0 0 0
/proc/23998/statm: 605 278 235 161 0 44 0
[pid=24004] ppid=23998 vsize=177460 CPUtime=580.99
/proc/24004/stat : 24004 (minisat_static) R 23998 23998 16367 0 -1 4202496 44119 0 0 0 58054 45 0 0 25 0 1 0 1012893244 181719040 44054 4294967295 134512640 135216011 3219980912 3219979264 134527243 0 0 0 3 0 0 0 17 2 0 0 0
/proc/24004/statm: 44365 44054 71 172 0 44192 0
Current children cumulated CPU time (s) 582.35
Current children cumulated vsize (KiB) 179880

[startup+642.318 s]
/proc/loadavg: 1.06 1.03 1.00 2/99 26075
/proc/meminfo: memFree=1627944/2074464 swapFree=1949244/1959888
[pid=23998] ppid=23996 vsize=2420 CPUtime=1.36
/proc/23998/stat : 23998 (SatELiteGTI) S 23996 23998 16367 0 -1 4194304 387 11429 0 0 0 0 126 10 18 0 1 0 1012893108 2478080 278 4294967295 134512640 135169312 3214908752 3214904968 3085893358 0 65536 4 65538 3222381614 0 0 17 1 0 0 0
/proc/23998/statm: 605 278 235 161 0 44 0
[pid=24004] ppid=23998 vsize=177460 CPUtime=641
/proc/24004/stat : 24004 (minisat_static) R 23998 23998 16367 0 -1 4202496 44119 0 0 0 64055 45 0 0 25 0 1 0 1012893244 181719040 44054 4294967295 134512640 135216011 3219980912 3219979264 134527213 0 0 0 3 0 0 0 17 2 0 0 0
/proc/24004/statm: 44365 44054 71 172 0 44192 0
Current children cumulated CPU time (s) 642.36
Current children cumulated vsize (KiB) 179880

[startup+702.315 s]
/proc/loadavg: 1.02 1.02 1.00 2/99 26268
/proc/meminfo: memFree=1627828/2074464 swapFree=1949244/1959888
[pid=23998] ppid=23996 vsize=2420 CPUtime=1.36
/proc/23998/stat : 23998 (SatELiteGTI) S 23996 23998 16367 0 -1 4194304 387 11429 0 0 0 0 126 10 18 0 1 0 1012893108 2478080 278 4294967295 134512640 135169312 3214908752 3214904968 3085893358 0 65536 4 65538 3222381614 0 0 17 1 0 0 0
/proc/23998/statm: 605 278 235 161 0 44 0
[pid=24004] ppid=23998 vsize=177460 CPUtime=701
/proc/24004/stat : 24004 (minisat_static) R 23998 23998 16367 0 -1 4202496 44120 0 0 0 70055 45 0 0 25 0 1 0 1012893244 181719040 44055 4294967295 134512640 135216011 3219980912 3219979264 134527548 0 0 0 3 0 0 0 17 2 0 0 0
/proc/24004/statm: 44365 44055 71 172 0 44192 0
Current children cumulated CPU time (s) 702.36
Current children cumulated vsize (KiB) 179880

[startup+762.322 s]
/proc/loadavg: 1.07 1.03 1.00 3/99 26455
/proc/meminfo: memFree=1627688/2074464 swapFree=1949244/1959888
[pid=23998] ppid=23996 vsize=2420 CPUtime=1.36
/proc/23998/stat : 23998 (SatELiteGTI) S 23996 23998 16367 0 -1 4194304 387 11429 0 0 0 0 126 10 18 0 1 0 1012893108 2478080 278 4294967295 134512640 135169312 3214908752 3214904968 3085893358 0 65536 4 65538 3222381614 0 0 17 1 0 0 0
/proc/23998/statm: 605 278 235 161 0 44 0
[pid=24004] ppid=23998 vsize=177460 CPUtime=761.01
/proc/24004/stat : 24004 (minisat_static) R 23998 23998 16367 0 -1 4202496 44120 0 0 0 76056 45 0 0 25 0 1 0 1012893244 181719040 44055 4294967295 134512640 135216011 3219980912 3219979264 134527548 0 0 0 3 0 0 0 17 2 0 0 0
/proc/24004/statm: 44365 44055 71 172 0 44192 0
Current children cumulated CPU time (s) 762.37
Current children cumulated vsize (KiB) 179880

[startup+822.318 s]
/proc/loadavg: 1.15 1.06 1.01 2/99 26642
/proc/meminfo: memFree=1627820/2074464 swapFree=1949244/1959888
[pid=23998] ppid=23996 vsize=2420 CPUtime=1.36
/proc/23998/stat : 23998 (SatELiteGTI) S 23996 23998 16367 0 -1 4194304 387 11429 0 0 0 0 126 10 18 0 1 0 1012893108 2478080 278 4294967295 134512640 135169312 3214908752 3214904968 3085893358 0 65536 4 65538 3222381614 0 0 17 1 0 0 0
/proc/23998/statm: 605 278 235 161 0 44 0
[pid=24004] ppid=23998 vsize=177460 CPUtime=821.01
/proc/24004/stat : 24004 (minisat_static) R 23998 23998 16367 0 -1 4202496 44120 0 0 0 82056 45 0 0 25 0 1 0 1012893244 181719040 44055 4294967295 134512640 135216011 3219980912 3219979264 134527548 0 0 0 3 0 0 0 17 2 0 0 0
/proc/24004/statm: 44365 44055 71 172 0 44192 0
Current children cumulated CPU time (s) 822.37
Current children cumulated vsize (KiB) 179880

[startup+882.325 s]
/proc/loadavg: 1.11 1.06 1.01 3/99 26829
/proc/meminfo: memFree=1627836/2074464 swapFree=1949244/1959888
[pid=23998] ppid=23996 vsize=2420 CPUtime=1.36
/proc/23998/stat : 23998 (SatELiteGTI) S 23996 23998 16367 0 -1 4194304 387 11429 0 0 0 0 126 10 18 0 1 0 1012893108 2478080 278 4294967295 134512640 135169312 3214908752 3214904968 3085893358 0 65536 4 65538 3222381614 0 0 17 1 0 0 0
/proc/23998/statm: 605 278 235 161 0 44 0
[pid=24004] ppid=23998 vsize=177460 CPUtime=881.02
/proc/24004/stat : 24004 (minisat_static) R 23998 23998 16367 0 -1 4202496 44120 0 0 0 88057 45 0 0 25 0 1 0 1012893244 181719040 44055 4294967295 134512640 135216011 3219980912 3219979264 134527548 0 0 0 3 0 0 0 17 2 0 0 0
/proc/24004/statm: 44365 44055 71 172 0 44192 0
Current children cumulated CPU time (s) 882.38
Current children cumulated vsize (KiB) 179880

[startup+942.312 s]
/proc/loadavg: 1.14 1.08 1.01 2/99 27018
/proc/meminfo: memFree=1627704/2074464 swapFree=1949244/1959888
[pid=23998] ppid=23996 vsize=2420 CPUtime=1.36
/proc/23998/stat : 23998 (SatELiteGTI) S 23996 23998 16367 0 -1 4194304 387 11429 0 0 0 0 126 10 18 0 1 0 1012893108 2478080 278 4294967295 134512640 135169312 3214908752 3214904968 3085893358 0 65536 4 65538 3222381614 0 0 17 1 0 0 0
/proc/23998/statm: 605 278 235 161 0 44 0
[pid=24004] ppid=23998 vsize=177460 CPUtime=941.01
/proc/24004/stat : 24004 (minisat_static) R 23998 23998 16367 0 -1 4202496 44120 0 0 0 94056 45 0 0 25 0 1 0 1012893244 181719040 44055 4294967295 134512640 135216011 3219980912 3219979056 134536013 0 0 0 3 0 0 0 17 2 0 0 0
/proc/24004/statm: 44365 44055 71 172 0 44192 0
Current children cumulated CPU time (s) 942.37
Current children cumulated vsize (KiB) 179880

[startup+1002.32 s]
/proc/loadavg: 1.10 1.08 1.01 2/99 27208
/proc/meminfo: memFree=1614668/2074464 swapFree=1949244/1959888
[pid=23998] ppid=23996 vsize=2420 CPUtime=1.36
/proc/23998/stat : 23998 (SatELiteGTI) S 23996 23998 16367 0 -1 4194304 387 11429 0 0 0 0 126 10 18 0 1 0 1012893108 2478080 278 4294967295 134512640 135169312 3214908752 3214904968 3085893358 0 65536 4 65538 3222381614 0 0 17 1 0 0 0
/proc/23998/statm: 605 278 235 161 0 44 0
[pid=24004] ppid=23998 vsize=190800 CPUtime=1001.02
/proc/24004/stat : 24004 (minisat_static) R 23998 23998 16367 0 -1 4202496 47460 0 0 0 100054 48 0 0 25 0 1 0 1012893244 195379200 47395 4294967295 134512640 135216011 3219980912 3219979264 134527330 0 0 0 3 0 0 0 17 2 0 0 0
/proc/24004/statm: 47700 47395 71 172 0 47527 0
Current children cumulated CPU time (s) 1002.38
Current children cumulated vsize (KiB) 193220

[startup+1062.31 s]
/proc/loadavg: 1.04 1.06 1.01 2/99 27399
/proc/meminfo: memFree=1608196/2074464 swapFree=1949244/1959888
[pid=23998] ppid=23996 vsize=2420 CPUtime=1.36
/proc/23998/stat : 23998 (SatELiteGTI) S 23996 23998 16367 0 -1 4194304 387 11429 0 0 0 0 126 10 18 0 1 0 1012893108 2478080 278 4294967295 134512640 135169312 3214908752 3214904968 3085893358 0 65536 4 65538 3222381614 0 0 17 1 0 0 0
/proc/23998/statm: 605 278 235 161 0 44 0
[pid=24004] ppid=23998 vsize=197268 CPUtime=1061.02
/proc/24004/stat : 24004 (minisat_static) R 23998 23998 16367 0 -1 4202496 49092 0 0 0 106051 51 0 0 25 0 1 0 1012893244 202002432 49027 4294967295 134512640 135216011 3219980912 3219979056 134536566 0 0 0 3 0 0 0 17 2 0 0 0
/proc/24004/statm: 49317 49027 71 172 0 49144 0
Current children cumulated CPU time (s) 1062.38
Current children cumulated vsize (KiB) 199688

[startup+1122.32 s]
/proc/loadavg: 1.01 1.05 1.00 3/99 27586
/proc/meminfo: memFree=1608040/2074464 swapFree=1949244/1959888
[pid=23998] ppid=23996 vsize=2420 CPUtime=1.36
/proc/23998/stat : 23998 (SatELiteGTI) S 23996 23998 16367 0 -1 4194304 387 11429 0 0 0 0 126 10 18 0 1 0 1012893108 2478080 278 4294967295 134512640 135169312 3214908752 3214904968 3085893358 0 65536 4 65538 3222381614 0 0 17 1 0 0 0
/proc/23998/statm: 605 278 235 161 0 44 0
[pid=24004] ppid=23998 vsize=197268 CPUtime=1121.03
/proc/24004/stat : 24004 (minisat_static) R 23998 23998 16367 0 -1 4202496 49092 0 0 0 112051 52 0 0 25 0 1 0 1012893244 202002432 49027 4294967295 134512640 135216011 3219980912 3219979264 134527320 0 0 0 3 0 0 0 17 2 0 0 0
/proc/24004/statm: 49317 49027 71 172 0 49144 0
Current children cumulated CPU time (s) 1122.39
Current children cumulated vsize (KiB) 199688

[startup+1182.32 s]
/proc/loadavg: 1.00 1.04 1.00 3/99 27773
/proc/meminfo: memFree=1607840/2074464 swapFree=1949244/1959888
[pid=23998] ppid=23996 vsize=2420 CPUtime=1.36
/proc/23998/stat : 23998 (SatELiteGTI) S 23996 23998 16367 0 -1 4194304 387 11429 0 0 0 0 126 10 18 0 1 0 1012893108 2478080 278 4294967295 134512640 135169312 3214908752 3214904968 3085893358 0 65536 4 65538 3222381614 0 0 17 1 0 0 0
/proc/23998/statm: 605 278 235 161 0 44 0
[pid=24004] ppid=23998 vsize=197268 CPUtime=1181.03
/proc/24004/stat : 24004 (minisat_static) R 23998 23998 16367 0 -1 4202496 49092 0 0 0 118050 53 0 0 25 0 1 0 1012893244 202002432 49027 4294967295 134512640 135216011 3219980912 3219979264 134527548 0 0 0 3 0 0 0 17 2 0 0 0
/proc/24004/statm: 49317 49027 71 172 0 49144 0
Current children cumulated CPU time (s) 1182.39
Current children cumulated vsize (KiB) 199688



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.02 s]
/proc/loadavg: 1.00 1.03 1.00 3/99 27775
/proc/meminfo: memFree=1608108/2074464 swapFree=1949244/1959888
[pid=23998] ppid=23996 vsize=2420 CPUtime=1.36
/proc/23998/stat : 23998 (SatELiteGTI) S 23996 23998 16367 0 -1 4194304 387 11429 0 0 0 0 126 10 18 0 1 0 1012893108 2478080 278 4294967295 134512640 135169312 3214908752 3214904968 3085893358 0 65536 4 65538 3222381614 0 0 17 1 0 0 0
/proc/23998/statm: 605 278 235 161 0 44 0
[pid=24004] ppid=23998 vsize=197268 CPUtime=1198.73
/proc/24004/stat : 24004 (minisat_static) R 23998 23998 16367 0 -1 4202496 49092 0 0 0 119820 53 0 0 25 0 1 0 1012893244 202002432 49027 4294967295 134512640 135216011 3219980912 3219979264 134527548 0 0 0 3 0 0 0 17 2 0 0 0
/proc/24004/statm: 49317 49027 71 172 0 49144 0
Current children cumulated CPU time (s) 1200.09
Current children cumulated vsize (KiB) 199688

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

Child status: 143
Real time (s): 1200.05
CPU time (s): 1200.11
CPU user time (s): 1199.46
CPU system time (s): 0.65
CPU usage (%): 100.005
Max. virtual memory (cumulated for all children) (KiB): 199688

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

runsolver used 0 second user time and 0.01 second system time

The end

Launcher Data

Begin job on tipi11 at 2009-05-16 16:25:21
IDJOB=1820864
IDBENCH=69651
IDSOLVER=661
FILE ID=tipi11/1820864-1242483921
PBS_JOBID=
Free space on /tmp= 9932 MiB

SOLVER NAME= BinMiniSat 2009-03-21
BENCH NAME= SAT_RACE08/cnf/mizh-md5-48-5.cnf
COMMAND LINE= SatELiteGTI BENCHNAME
RUNSOLVER COMMAND LINE= runsolver --timestamp  -w /tmp/evaluation-result-1820864-1242483921/watcher-1820864-1242483921 -o /tmp/evaluation-result-1820864-1242483921/solver-1820864-1242483921 -C 1200 -W 1800 -M 1800  SatELiteGTI HOME/instance-1820864-1242483921.cnf

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

MD5SUM BENCH= 8ab50418497c0326ed1ff5d73a4e24a3
RANDOM SEED= 971564855

Linux tipi11 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.431
cache size	: 1024 KB
physical id	: 0
siblings	: 2
core id		: 0
cpu cores	: 2
fdiv_bug	: no
hlt_bug		: no
f00f_bug	: no
coma_bug	: no
fpu		: yes
fpu_exception	: yes
cpuid level	: 1
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt lm 3dnowext 3dnow pni lahf_lm cmp_legacy ts fid vid ttp
bogomips	: 3618.40

processor	: 1
vendor_id	: AuthenticAMD
cpu family	: 15
model		: 33
model name	: Dual Core AMD Opteron(tm) Processor 265
stepping	: 2
cpu MHz		: 1808.431
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.431
cache size	: 1024 KB
physical id	: 1
siblings	: 2
core id		: 0
cpu cores	: 2
fdiv_bug	: no
hlt_bug		: no
f00f_bug	: no
coma_bug	: no
fpu		: yes
fpu_exception	: yes
cpuid level	: 1
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt lm 3dnowext 3dnow pni lahf_lm cmp_legacy ts fid vid ttp
bogomips	: 3616.79

processor	: 3
vendor_id	: AuthenticAMD
cpu family	: 15
model		: 33
model name	: Dual Core AMD Opteron(tm) Processor 265
stepping	: 2
cpu MHz		: 1808.431
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:       1812420 kB
Buffers:         21412 kB
Cached:         171328 kB
SwapCached:       5224 kB
Active:          53656 kB
Inactive:       150772 kB
HighTotal:     1178688 kB
HighFree:      1027656 kB
LowTotal:       895776 kB
LowFree:        784764 kB
SwapTotal:     1959888 kB
SwapFree:      1949244 kB
Dirty:            7228 kB
Writeback:           0 kB
AnonPages:       10960 kB
Mapped:           4984 kB
Slab:            49592 kB
PageTables:        392 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   2997120 kB
Committed_AS:    97132 kB
VmallocTotal:   114680 kB
VmallocUsed:      1324 kB
VmallocChunk:   113264 kB

Free space on /tmp at the end= 9932 MiB
End job on tipi11 at 2009-05-16 16:45:21