Trace number 1821062

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

General information on the benchmark

NameAPPLICATIONS/crypto/
md5gen/gus-md5-10.cnf
MD5SUM0260f441a1d07270edb6a85b2fc90d1d
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 variables69503
Number of clauses226618
Sum of the clauses size587302
Maximum clause length3
Minimum clause length1
Number of clauses of size 1129
Number of clauses of size 292294
Number of clauses of size 3134195
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.00/0.00	c Parsing...
0.22/0.22	c ==============================================================================
0.22/0.22	c |           |     ORIGINAL     |              LEARNT              |          |
0.22/0.22	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.22/0.22	c ==============================================================================
0.22/0.22	c |         0 |  225975   585632 |   67792       0        0     nan |  0.000 % |
1.01/1.06	c |         0 |  163265   552330 |      --       0       --      -- |     --   | -62710/-33302
1.01/1.06	c ==============================================================================
1.01/1.06	c Result  :   #vars: 28506   #clauses: 163265   #literals: 552330
1.01/1.06	c CPU time:   1 s
1.01/1.06	c ==============================================================================
1.21/1.25	This is MiniSat 2.0 beta
1.21/1.25	WARNING: for repeatability, setting FPU to use double precision
1.21/1.25	============================[ Problem Statistics ]=============================
1.21/1.25	|                                                                             |
1.21/1.26	|  Number of variables:  28506                                                |
1.21/1.26	|  Number of clauses:    163265                                               |
1.24/1.38	|  Parsing time:         0.11         s                                       |
1.24/1.39	============================[ Search Statistics ]==============================
1.24/1.39	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
1.24/1.39	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
1.24/1.39	===============================================================================
1.24/1.39	|         0 |   28506   163265   552330 |    54421        0    nan |  0.000 % |
1.24/1.63	|       101 |   28496   163265   552330 |    59863       93     32 |  0.053 % |
2.61/2.65	|       251 |   28495   163265   552330 |    65850      242     91 |  0.056 % |
4.61/4.66	|       476 |   28490   163145   551983 |    72435      461    117 |  0.056 % |
7.31/7.35	|       813 |   28482   163125   551933 |    79678      793    120 |  0.084 % |
10.61/10.63	|      1320 |   28481   163090   551828 |    87646     1298    122 |  0.098 % |
17.61/17.70	|      2079 |   28474   163065   551763 |    96411     2054    136 |  0.112 % |
25.31/25.39	|      3218 |   28470   163042   551699 |   106052     3189    131 |  0.126 % |
37.71/37.73	|      4927 |   28470   163024   551650 |   116657     4898    104 |  0.126 % |
56.81/56.87	|      7489 |   28468   163000   551574 |   128323     7457    115 |  0.133 % |
79.22/79.22	|     11335 |   28464   162980   551523 |   141155    11301    117 |  0.147 % |
124.91/124.97	|     17101 |   28454   162904   551298 |   155271    17057    105 |  0.182 % |
192.61/192.67	|     25751 |   28447   162843   551107 |   170798    25680    112 |  0.207 % |
333.33/333.40	|     38725 |   28438   162772   550882 |   187878    38642     97 |  0.239 % |
544.63/544.64	|     58186 |   28438   162772   550882 |   206666    58103     74 |  0.239 % |
843.44/843.41	|     87378 |   28438   162772   550882 |   227332    87295     61 |  0.239 % |
1200.06/1200.02	HOME/SatELiteGTI: line 36: 15661 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-1821062-1242503958/watcher-1821062-1242503958 -o /tmp/evaluation-result-1821062-1242503958/solver-1821062-1242503958 -C 1200 -W 1800 -M 1800 SatELiteGTI HOME/instance-1821062-1242503958.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 3/91 15655
/proc/meminfo: memFree=1160268/2074464 swapFree=1953004/1959888
[pid=15655] ppid=15653 vsize=2416 CPUtime=0
/proc/15655/stat : 15655 (SatELiteGTI) S 15653 15655 9090 0 -1 4194304 366 646 0 0 0 0 0 0 25 0 1 0 1014896178 2473984 276 4294967295 134512640 135169312 3220570800 3220569336 3085483758 0 65536 4 65538 3222381614 0 0 17 2 0 0 0
/proc/15655/statm: 604 276 235 161 0 43 0
[pid=15659] ppid=15655 vsize=948 CPUtime=0
/proc/15659/stat : 15659 (SatELite_releas) R 15655 15655 9090 0 -1 4202496 113 0 0 0 0 0 0 0 25 0 1 0 1014896178 970752 49 4294967295 134512640 135223648 3217473440 3217472344 134736942 0 0 0 3 0 0 0 17 3 0 0 0
/proc/15659/statm: 237 49 40 174 0 62 0

[startup+0.06884 s]
/proc/loadavg: 1.00 1.00 1.00 3/91 15655
/proc/meminfo: memFree=1160268/2074464 swapFree=1953004/1959888
[pid=15655] ppid=15653 vsize=2416 CPUtime=0
/proc/15655/stat : 15655 (SatELiteGTI) S 15653 15655 9090 0 -1 4194304 366 646 0 0 0 0 0 0 25 0 1 0 1014896178 2473984 276 4294967295 134512640 135169312 3220570800 3220569336 3085483758 0 65536 4 65538 3222381614 0 0 17 2 0 0 0
/proc/15655/statm: 604 276 235 161 0 43 0
[pid=15659] ppid=15655 vsize=19484 CPUtime=0.07
/proc/15659/stat : 15659 (SatELite_releas) R 15655 15655 9090 0 -1 4202496 3542 0 0 0 6 1 0 0 25 0 1 0 1014896178 19951616 3332 4294967295 134512640 135223648 3217473440 3217472392 134737310 0 0 0 3 0 0 0 17 3 0 0 0
/proc/15659/statm: 4871 3333 47 174 0 4696 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 21900

[startup+0.118838 s]
/proc/loadavg: 1.00 1.00 1.00 3/91 15655
/proc/meminfo: memFree=1160268/2074464 swapFree=1953004/1959888
[pid=15655] ppid=15653 vsize=2416 CPUtime=0
/proc/15655/stat : 15655 (SatELiteGTI) S 15653 15655 9090 0 -1 4194304 366 646 0 0 0 0 0 0 25 0 1 0 1014896178 2473984 276 4294967295 134512640 135169312 3220570800 3220569336 3085483758 0 65536 4 65538 3222381614 0 0 17 2 0 0 0
/proc/15655/statm: 604 276 235 161 0 43 0
[pid=15659] ppid=15655 vsize=24228 CPUtime=0.12
/proc/15659/stat : 15659 (SatELite_releas) R 15655 15655 9090 0 -1 4202496 4735 0 0 0 11 1 0 0 25 0 1 0 1014896178 24809472 4525 4294967295 134512640 135223648 3217473440 3217472008 134719062 0 0 0 3 0 0 0 17 3 0 0 0
/proc/15659/statm: 6057 4525 47 174 0 5882 0
Current children cumulated CPU time (s) 0.12
Current children cumulated vsize (KiB) 26644

[startup+0.318828 s]
/proc/loadavg: 1.00 1.00 1.00 3/91 15655
/proc/meminfo: memFree=1160268/2074464 swapFree=1953004/1959888
[pid=15655] ppid=15653 vsize=2416 CPUtime=0
/proc/15655/stat : 15655 (SatELiteGTI) S 15653 15655 9090 0 -1 4194304 366 646 0 0 0 0 0 0 25 0 1 0 1014896178 2473984 276 4294967295 134512640 135169312 3220570800 3220569336 3085483758 0 65536 4 65538 3222381614 0 0 17 2 0 0 0
/proc/15655/statm: 604 276 235 161 0 43 0
[pid=15659] ppid=15655 vsize=36396 CPUtime=0.32
/proc/15659/stat : 15659 (SatELite_releas) R 15655 15655 9090 0 -1 4202496 7881 0 0 0 27 5 0 0 25 0 1 0 1014896178 37269504 7501 4294967295 134512640 135223648 3217473440 3217471108 134719062 0 0 0 3 0 0 0 17 3 0 0 0
/proc/15659/statm: 9099 7501 72 174 0 8924 0
Current children cumulated CPU time (s) 0.32
Current children cumulated vsize (KiB) 38812

[startup+0.718809 s]
/proc/loadavg: 1.00 1.00 1.00 3/91 15655
/proc/meminfo: memFree=1160268/2074464 swapFree=1953004/1959888
[pid=15655] ppid=15653 vsize=2416 CPUtime=0
/proc/15655/stat : 15655 (SatELiteGTI) S 15653 15655 9090 0 -1 4194304 366 646 0 0 0 0 0 0 25 0 1 0 1014896178 2473984 276 4294967295 134512640 135169312 3220570800 3220569336 3085483758 0 65536 4 65538 3222381614 0 0 17 2 0 0 0
/proc/15655/statm: 604 276 235 161 0 43 0
[pid=15659] ppid=15655 vsize=42692 CPUtime=0.71
/proc/15659/stat : 15659 (SatELite_releas) R 15655 15655 9090 0 -1 4202496 9328 0 0 0 66 5 0 0 25 0 1 0 1014896178 43716608 8948 4294967295 134512640 135223648 3217473440 3217471456 134586712 0 0 0 3 0 0 0 17 3 0 0 0
/proc/15659/statm: 10673 8948 73 174 0 10498 0
Current children cumulated CPU time (s) 0.71
Current children cumulated vsize (KiB) 45108

[startup+1.51877 s]
/proc/loadavg: 1.00 1.00 1.00 2/93 15660
/proc/meminfo: memFree=1120680/2074464 swapFree=1953004/1959888
[pid=15655] ppid=15653 vsize=2420 CPUtime=1.24
/proc/15655/stat : 15655 (SatELiteGTI) S 15653 15655 9090 0 -1 4194304 385 10486 0 0 0 0 116 8 18 0 1 0 1014896178 2478080 277 4294967295 134512640 135169312 3220570800 3220567016 3085483758 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/15655/statm: 605 277 235 161 0 44 0
Current children cumulated CPU time (s) 1.24
Current children cumulated vsize (KiB) 2420

[startup+3.11869 s]
/proc/loadavg: 1.00 1.00 1.00 3/93 15661
/proc/meminfo: memFree=1141512/2074464 swapFree=1953004/1959888
[pid=15655] ppid=15653 vsize=2420 CPUtime=1.24
/proc/15655/stat : 15655 (SatELiteGTI) S 15653 15655 9090 0 -1 4194304 385 10486 0 0 0 0 116 8 18 0 1 0 1014896178 2478080 277 4294967295 134512640 135169312 3220570800 3220567016 3085483758 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/15655/statm: 605 277 235 161 0 44 0
[pid=15661] ppid=15655 vsize=12800 CPUtime=1.87
/proc/15661/stat : 15661 (minisat_static) R 15655 15655 9090 0 -1 4202496 3022 0 0 0 184 3 0 0 25 0 1 0 1014896303 13107200 2957 4294967295 134512640 135216011 3220478688 3220477040 134527542 0 0 0 3 0 0 0 17 0 0 0 0
/proc/15661/statm: 3200 2957 71 172 0 3027 0
Current children cumulated CPU time (s) 3.11
Current children cumulated vsize (KiB) 15220

[startup+6.31854 s]
/proc/loadavg: 1.00 1.00 1.00 3/93 15661
/proc/meminfo: memFree=1141024/2074464 swapFree=1953004/1959888
[pid=15655] ppid=15653 vsize=2420 CPUtime=1.24
/proc/15655/stat : 15655 (SatELiteGTI) S 15653 15655 9090 0 -1 4194304 385 10486 0 0 0 0 116 8 18 0 1 0 1014896178 2478080 277 4294967295 134512640 135169312 3220570800 3220567016 3085483758 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/15655/statm: 605 277 235 161 0 44 0
[pid=15661] ppid=15655 vsize=13196 CPUtime=5.07
/proc/15661/stat : 15661 (minisat_static) R 15655 15655 9090 0 -1 4202496 3112 0 0 0 504 3 0 0 25 0 1 0 1014896303 13512704 3047 4294967295 134512640 135216011 3220478688 3220477040 134527755 0 0 0 3 0 0 0 17 0 0 0 0
/proc/15661/statm: 3299 3047 71 172 0 3126 0
Current children cumulated CPU time (s) 6.31
Current children cumulated vsize (KiB) 15616

[startup+12.7182 s]
/proc/loadavg: 1.00 1.00 1.00 3/93 15661
/proc/meminfo: memFree=1140384/2074464 swapFree=1953004/1959888
[pid=15655] ppid=15653 vsize=2420 CPUtime=1.24
/proc/15655/stat : 15655 (SatELiteGTI) S 15653 15655 9090 0 -1 4194304 385 10486 0 0 0 0 116 8 18 0 1 0 1014896178 2478080 277 4294967295 134512640 135169312 3220570800 3220567016 3085483758 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/15655/statm: 605 277 235 161 0 44 0
[pid=15661] ppid=15655 vsize=13724 CPUtime=11.47
/proc/15661/stat : 15661 (minisat_static) R 15655 15655 9090 0 -1 4202496 3251 0 0 0 1144 3 0 0 25 0 1 0 1014896303 14053376 3186 4294967295 134512640 135216011 3220478688 3220476768 134524319 0 0 0 3 0 0 0 17 0 0 0 0
/proc/15661/statm: 3431 3186 71 172 0 3258 0
Current children cumulated CPU time (s) 12.71
Current children cumulated vsize (KiB) 16144

[startup+25.5176 s]
/proc/loadavg: 1.00 1.00 1.00 3/93 15663
/proc/meminfo: memFree=1139208/2074464 swapFree=1953004/1959888
[pid=15655] ppid=15653 vsize=2420 CPUtime=1.24
/proc/15655/stat : 15655 (SatELiteGTI) S 15653 15655 9090 0 -1 4194304 385 10486 0 0 0 0 116 8 18 0 1 0 1014896178 2478080 277 4294967295 134512640 135169312 3220570800 3220567016 3085483758 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/15655/statm: 605 277 235 161 0 44 0
[pid=15661] ppid=15655 vsize=14780 CPUtime=24.27
/proc/15661/stat : 15661 (minisat_static) R 15655 15655 9090 0 -1 4202496 3495 0 0 0 2424 3 0 0 25 0 1 0 1014896303 15134720 3430 4294967295 134512640 135216011 3220478688 3220477152 134540639 0 0 0 3 0 0 0 17 0 0 0 0
/proc/15661/statm: 3695 3430 71 172 0 3522 0
Current children cumulated CPU time (s) 25.51
Current children cumulated vsize (KiB) 17200

[startup+51.1164 s]
/proc/loadavg: 1.00 1.00 1.00 3/93 15848
/proc/meminfo: memFree=1137624/2074464 swapFree=1953004/1959888
[pid=15655] ppid=15653 vsize=2420 CPUtime=1.24
/proc/15655/stat : 15655 (SatELiteGTI) S 15653 15655 9090 0 -1 4194304 385 10486 0 0 0 0 116 8 18 0 1 0 1014896178 2478080 277 4294967295 134512640 135169312 3220570800 3220567016 3085483758 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/15655/statm: 605 277 235 161 0 44 0
[pid=15661] ppid=15655 vsize=16236 CPUtime=49.87
/proc/15661/stat : 15661 (minisat_static) R 15655 15655 9090 0 -1 4202496 3866 0 0 0 4984 3 0 0 25 0 1 0 1014896303 16625664 3801 4294967295 134512640 135216011 3220478688 3220476832 134536303 0 0 0 3 0 0 0 17 0 0 0 0
/proc/15661/statm: 4059 3801 71 172 0 3886 0
Current children cumulated CPU time (s) 51.11
Current children cumulated vsize (KiB) 18656

[startup+102.324 s]
/proc/loadavg: 1.00 1.00 1.00 2/93 16036
/proc/meminfo: memFree=1133668/2074464 swapFree=1953004/1959888
[pid=15655] ppid=15653 vsize=2420 CPUtime=1.24
/proc/15655/stat : 15655 (SatELiteGTI) S 15653 15655 9090 0 -1 4194304 385 10486 0 0 0 0 116 8 18 0 1 0 1014896178 2478080 277 4294967295 134512640 135169312 3220570800 3220567016 3085483758 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/15655/statm: 605 277 235 161 0 44 0
[pid=15661] ppid=15655 vsize=19668 CPUtime=101.08
/proc/15661/stat : 15661 (minisat_static) R 15655 15655 9090 0 -1 4202496 4738 0 0 0 10105 3 0 0 25 0 1 0 1014896303 20140032 4673 4294967295 134512640 135216011 3220478688 3220477040 134527289 0 0 0 3 0 0 0 17 0 0 0 0
/proc/15661/statm: 4917 4673 71 172 0 4744 0
Current children cumulated CPU time (s) 102.32
Current children cumulated vsize (KiB) 22088

[startup+162.311 s]
/proc/loadavg: 1.00 1.00 1.00 2/93 16222
/proc/meminfo: memFree=1130708/2074464 swapFree=1953004/1959888
[pid=15655] ppid=15653 vsize=2420 CPUtime=1.24
/proc/15655/stat : 15655 (SatELiteGTI) S 15653 15655 9090 0 -1 4194304 385 10486 0 0 0 0 116 8 18 0 1 0 1014896178 2478080 277 4294967295 134512640 135169312 3220570800 3220567016 3085483758 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/15655/statm: 605 277 235 161 0 44 0
[pid=15661] ppid=15655 vsize=22976 CPUtime=161.07
/proc/15661/stat : 15661 (minisat_static) R 15655 15655 9090 0 -1 4202496 5536 0 0 0 16102 5 0 0 25 0 1 0 1014896303 23527424 5471 4294967295 134512640 135216011 3220478688 3220477040 134527243 0 0 0 3 0 0 0 17 0 0 0 0
/proc/15661/statm: 5744 5471 71 172 0 5571 0
Current children cumulated CPU time (s) 162.31
Current children cumulated vsize (KiB) 25396

[startup+222.308 s]
/proc/loadavg: 1.00 1.00 1.00 2/93 16411
/proc/meminfo: memFree=1126756/2074464 swapFree=1953004/1959888
[pid=15655] ppid=15653 vsize=2420 CPUtime=1.24
/proc/15655/stat : 15655 (SatELiteGTI) S 15653 15655 9090 0 -1 4194304 385 10486 0 0 0 0 116 8 18 0 1 0 1014896178 2478080 277 4294967295 134512640 135169312 3220570800 3220567016 3085483758 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/15655/statm: 605 277 235 161 0 44 0
[pid=15661] ppid=15655 vsize=27108 CPUtime=221.07
/proc/15661/stat : 15661 (minisat_static) R 15655 15655 9090 0 -1 4202496 6575 0 0 0 22102 5 0 0 25 0 1 0 1014896303 27758592 6510 4294967295 134512640 135216011 3220478688 3220477040 134527548 0 0 0 3 0 0 0 17 0 0 0 0
/proc/15661/statm: 6777 6510 71 172 0 6604 0
Current children cumulated CPU time (s) 222.31
Current children cumulated vsize (KiB) 29528

[startup+282.315 s]
/proc/loadavg: 1.00 1.00 1.00 2/93 16598
/proc/meminfo: memFree=1125244/2074464 swapFree=1953004/1959888
[pid=15655] ppid=15653 vsize=2420 CPUtime=1.24
/proc/15655/stat : 15655 (SatELiteGTI) S 15653 15655 9090 0 -1 4194304 385 10486 0 0 0 0 116 8 18 0 1 0 1014896178 2478080 277 4294967295 134512640 135169312 3220570800 3220567016 3085483758 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/15655/statm: 605 277 235 161 0 44 0
[pid=15661] ppid=15655 vsize=28320 CPUtime=281.08
/proc/15661/stat : 15661 (minisat_static) R 15655 15655 9090 0 -1 4202496 6896 0 0 0 28102 6 0 0 25 0 1 0 1014896303 28999680 6831 4294967295 134512640 135216011 3220478688 3220477040 134527243 0 0 0 3 0 0 0 17 0 0 0 0
/proc/15661/statm: 7080 6831 71 172 0 6907 0
Current children cumulated CPU time (s) 282.32
Current children cumulated vsize (KiB) 30740

[startup+342.322 s]
/proc/loadavg: 1.17 1.04 1.01 2/93 16793
/proc/meminfo: memFree=1123972/2074464 swapFree=1953004/1959888
[pid=15655] ppid=15653 vsize=2420 CPUtime=1.24
/proc/15655/stat : 15655 (SatELiteGTI) S 15653 15655 9090 0 -1 4194304 385 10486 0 0 0 0 116 8 18 0 1 0 1014896178 2478080 277 4294967295 134512640 135169312 3220570800 3220567016 3085483758 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/15655/statm: 605 277 235 161 0 44 0
[pid=15661] ppid=15655 vsize=29644 CPUtime=341.09
/proc/15661/stat : 15661 (minisat_static) R 15655 15655 9090 0 -1 4202496 7211 0 0 0 34102 7 0 0 25 0 1 0 1014896303 30355456 7146 4294967295 134512640 135216011 3220478688 3220476832 134535976 0 0 0 3 0 0 0 17 0 0 0 0
/proc/15661/statm: 7411 7146 71 172 0 7238 0
Current children cumulated CPU time (s) 342.33
Current children cumulated vsize (KiB) 32064

[startup+402.32 s]

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

/proc/15655/statm: 605 277 235 161 0 44 0
[pid=15661] ppid=15655 vsize=31624 CPUtime=461.1
/proc/15661/stat : 15661 (minisat_static) R 15655 15655 9090 0 -1 4202496 7678 0 0 0 46103 7 0 0 25 0 1 0 1014896303 32382976 7613 4294967295 134512640 135216011 3220478688 3220477040 134527548 0 0 0 3 0 0 0 17 0 0 0 0
/proc/15661/statm: 7906 7613 71 172 0 7733 0
Current children cumulated CPU time (s) 462.34
Current children cumulated vsize (KiB) 34044

[startup+522.314 s]
/proc/loadavg: 1.01 1.02 1.00 3/93 17356
/proc/meminfo: memFree=1121152/2074464 swapFree=1953004/1959888
[pid=15655] ppid=15653 vsize=2420 CPUtime=1.24
/proc/15655/stat : 15655 (SatELiteGTI) S 15653 15655 9090 0 -1 4194304 385 10486 0 0 0 0 116 8 18 0 1 0 1014896178 2478080 277 4294967295 134512640 135169312 3220570800 3220567016 3085483758 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/15655/statm: 605 277 235 161 0 44 0
[pid=15661] ppid=15655 vsize=32296 CPUtime=521.09
/proc/15661/stat : 15661 (minisat_static) R 15655 15655 9090 0 -1 4202496 7881 0 0 0 52102 7 0 0 25 0 1 0 1014896303 33071104 7816 4294967295 134512640 135216011 3220478688 3220476832 134535994 0 0 0 3 0 0 0 17 3 0 0 0
/proc/15661/statm: 8074 7816 71 172 0 7901 0
Current children cumulated CPU time (s) 522.33
Current children cumulated vsize (KiB) 34716

[startup+582.321 s]
/proc/loadavg: 1.00 1.01 1.00 3/93 17543
/proc/meminfo: memFree=1120532/2074464 swapFree=1953004/1959888
[pid=15655] ppid=15653 vsize=2420 CPUtime=1.24
/proc/15655/stat : 15655 (SatELiteGTI) S 15653 15655 9090 0 -1 4194304 385 10486 0 0 0 0 116 8 18 0 1 0 1014896178 2478080 277 4294967295 134512640 135169312 3220570800 3220567016 3085483758 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/15655/statm: 605 277 235 161 0 44 0
[pid=15661] ppid=15655 vsize=33740 CPUtime=581.1
/proc/15661/stat : 15661 (minisat_static) R 15655 15655 9090 0 -1 4202496 8200 0 0 0 58101 9 0 0 25 0 1 0 1014896303 34549760 8135 4294967295 134512640 135216011 3220478688 3220477040 134527330 0 0 0 3 0 0 0 17 3 0 0 0
/proc/15661/statm: 8435 8135 71 172 0 8262 0
Current children cumulated CPU time (s) 582.34
Current children cumulated vsize (KiB) 36160

[startup+642.318 s]
/proc/loadavg: 1.13 1.04 1.01 2/93 17732
/proc/meminfo: memFree=1119392/2074464 swapFree=1953004/1959888
[pid=15655] ppid=15653 vsize=2420 CPUtime=1.24
/proc/15655/stat : 15655 (SatELiteGTI) S 15653 15655 9090 0 -1 4194304 385 10486 0 0 0 0 116 8 18 0 1 0 1014896178 2478080 277 4294967295 134512640 135169312 3220570800 3220567016 3085483758 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/15655/statm: 605 277 235 161 0 44 0
[pid=15661] ppid=15655 vsize=34676 CPUtime=641.1
/proc/15661/stat : 15661 (minisat_static) R 15655 15655 9090 0 -1 4202496 8441 0 0 0 64100 10 0 0 25 0 1 0 1014896303 35508224 8376 4294967295 134512640 135216011 3220478688 3220477040 134527269 0 0 0 3 0 0 0 17 3 0 0 0
/proc/15661/statm: 8669 8376 71 172 0 8496 0
Current children cumulated CPU time (s) 642.34
Current children cumulated vsize (KiB) 37096

[startup+702.315 s]
/proc/loadavg: 1.05 1.03 1.00 2/93 17920
/proc/meminfo: memFree=1118540/2074464 swapFree=1953004/1959888
[pid=15655] ppid=15653 vsize=2420 CPUtime=1.24
/proc/15655/stat : 15655 (SatELiteGTI) S 15653 15655 9090 0 -1 4194304 385 10486 0 0 0 0 116 8 18 0 1 0 1014896178 2478080 277 4294967295 134512640 135169312 3220570800 3220567016 3085483758 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/15655/statm: 605 277 235 161 0 44 0
[pid=15661] ppid=15655 vsize=35472 CPUtime=701.1
/proc/15661/stat : 15661 (minisat_static) R 15655 15655 9090 0 -1 4202496 8639 0 0 0 70100 10 0 0 25 0 1 0 1014896303 36323328 8574 4294967295 134512640 135216011 3220478688 3220476768 134524532 0 0 0 3 0 0 0 17 3 0 0 0
/proc/15661/statm: 8868 8574 71 172 0 8695 0
Current children cumulated CPU time (s) 702.34
Current children cumulated vsize (KiB) 37892

[startup+762.322 s]
/proc/loadavg: 1.02 1.02 1.00 3/93 18110
/proc/meminfo: memFree=1117324/2074464 swapFree=1953004/1959888
[pid=15655] ppid=15653 vsize=2420 CPUtime=1.24
/proc/15655/stat : 15655 (SatELiteGTI) S 15653 15655 9090 0 -1 4194304 385 10486 0 0 0 0 116 8 18 0 1 0 1014896178 2478080 277 4294967295 134512640 135169312 3220570800 3220567016 3085483758 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/15655/statm: 605 277 235 161 0 44 0
[pid=15661] ppid=15655 vsize=36496 CPUtime=761.11
/proc/15661/stat : 15661 (minisat_static) R 15655 15655 9090 0 -1 4202496 8879 0 0 0 76101 10 0 0 25 0 1 0 1014896303 37371904 8814 4294967295 134512640 135216011 3220478688 3220477040 134527301 0 0 0 3 0 0 0 17 3 0 0 0
/proc/15661/statm: 9124 8814 71 172 0 8951 0
Current children cumulated CPU time (s) 762.35
Current children cumulated vsize (KiB) 38916

[startup+822.319 s]
/proc/loadavg: 1.00 1.02 1.00 3/93 18299
/proc/meminfo: memFree=1116548/2074464 swapFree=1953004/1959888
[pid=15655] ppid=15653 vsize=2420 CPUtime=1.24
/proc/15655/stat : 15655 (SatELiteGTI) S 15653 15655 9090 0 -1 4194304 385 10486 0 0 0 0 116 8 18 0 1 0 1014896178 2478080 277 4294967295 134512640 135169312 3220570800 3220567016 3085483758 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/15655/statm: 605 277 235 161 0 44 0
[pid=15661] ppid=15655 vsize=37320 CPUtime=821.11
/proc/15661/stat : 15661 (minisat_static) R 15655 15655 9090 0 -1 4202496 9094 0 0 0 82101 10 0 0 25 0 1 0 1014896303 38215680 9029 4294967295 134512640 135216011 3220478688 3220476832 134536495 0 0 0 3 0 0 0 17 3 0 0 0
/proc/15661/statm: 9330 9029 71 172 0 9157 0
Current children cumulated CPU time (s) 822.35
Current children cumulated vsize (KiB) 39740

[startup+882.307 s]
/proc/loadavg: 1.11 1.04 1.01 2/93 18486
/proc/meminfo: memFree=1114820/2074464 swapFree=1953004/1959888
[pid=15655] ppid=15653 vsize=2420 CPUtime=1.24
/proc/15655/stat : 15655 (SatELiteGTI) S 15653 15655 9090 0 -1 4194304 385 10486 0 0 0 0 116 8 18 0 1 0 1014896178 2478080 277 4294967295 134512640 135169312 3220570800 3220567016 3085483758 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/15655/statm: 605 277 235 161 0 44 0
[pid=15661] ppid=15655 vsize=38904 CPUtime=881.1
/proc/15661/stat : 15661 (minisat_static) R 15655 15655 9090 0 -1 4202496 9486 0 0 0 88100 10 0 0 25 0 1 0 1014896303 39837696 9421 4294967295 134512640 135216011 3220478688 3220477040 134527330 0 0 0 3 0 0 0 17 3 0 0 0
/proc/15661/statm: 9726 9421 71 172 0 9553 0
Current children cumulated CPU time (s) 882.34
Current children cumulated vsize (KiB) 41324

[startup+942.314 s]
/proc/loadavg: 1.04 1.03 1.00 3/93 18675
/proc/meminfo: memFree=1113696/2074464 swapFree=1953004/1959888
[pid=15655] ppid=15653 vsize=2420 CPUtime=1.24
/proc/15655/stat : 15655 (SatELiteGTI) S 15653 15655 9090 0 -1 4194304 385 10486 0 0 0 0 116 8 18 0 1 0 1014896178 2478080 277 4294967295 134512640 135169312 3220570800 3220567016 3085483758 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/15655/statm: 605 277 235 161 0 44 0
[pid=15661] ppid=15655 vsize=40140 CPUtime=941.11
/proc/15661/stat : 15661 (minisat_static) R 15655 15655 9090 0 -1 4202496 9763 0 0 0 94100 11 0 0 25 0 1 0 1014896303 41103360 9698 4294967295 134512640 135216011 3220478688 3220477040 134527548 0 0 0 3 0 0 0 17 3 0 0 0
/proc/15661/statm: 10035 9698 71 172 0 9862 0
Current children cumulated CPU time (s) 942.35
Current children cumulated vsize (KiB) 42560

[startup+1002.31 s]
/proc/loadavg: 1.01 1.02 1.00 3/93 18863
/proc/meminfo: memFree=1112836/2074464 swapFree=1953004/1959888
[pid=15655] ppid=15653 vsize=2420 CPUtime=1.24
/proc/15655/stat : 15655 (SatELiteGTI) S 15653 15655 9090 0 -1 4194304 385 10486 0 0 0 0 116 8 18 0 1 0 1014896178 2478080 277 4294967295 134512640 135169312 3220570800 3220567016 3085483758 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/15655/statm: 605 277 235 161 0 44 0
[pid=15661] ppid=15655 vsize=40932 CPUtime=1001.11
/proc/15661/stat : 15661 (minisat_static) R 15655 15655 9090 0 -1 4202496 9975 0 0 0 100098 13 0 0 25 0 1 0 1014896303 41914368 9910 4294967295 134512640 135216011 3220478688 3220476832 134536470 0 0 0 3 0 0 0 17 3 0 0 0
/proc/15661/statm: 10233 9910 71 172 0 10060 0
Current children cumulated CPU time (s) 1002.35
Current children cumulated vsize (KiB) 43352

[startup+1062.32 s]
/proc/loadavg: 1.00 1.02 1.00 3/93 19049
/proc/meminfo: memFree=1111836/2074464 swapFree=1953004/1959888
[pid=15655] ppid=15653 vsize=2420 CPUtime=1.24
/proc/15655/stat : 15655 (SatELiteGTI) S 15653 15655 9090 0 -1 4194304 385 10486 0 0 0 0 116 8 18 0 1 0 1014896178 2478080 277 4294967295 134512640 135169312 3220570800 3220567016 3085483758 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/15655/statm: 605 277 235 161 0 44 0
[pid=15661] ppid=15655 vsize=42020 CPUtime=1061.12
/proc/15661/stat : 15661 (minisat_static) R 15655 15655 9090 0 -1 4202496 10224 0 0 0 106099 13 0 0 25 0 1 0 1014896303 43028480 10159 4294967295 134512640 135216011 3220478688 3220477040 134527883 0 0 0 3 0 0 0 17 3 0 0 0
/proc/15661/statm: 10505 10159 71 172 0 10332 0
Current children cumulated CPU time (s) 1062.36
Current children cumulated vsize (KiB) 44440

[startup+1122.32 s]
/proc/loadavg: 1.00 1.01 1.00 3/93 19245
/proc/meminfo: memFree=1111232/2074464 swapFree=1953004/1959888
[pid=15655] ppid=15653 vsize=2420 CPUtime=1.24
/proc/15655/stat : 15655 (SatELiteGTI) S 15653 15655 9090 0 -1 4194304 385 10486 0 0 0 0 116 8 18 0 1 0 1014896178 2478080 277 4294967295 134512640 135169312 3220570800 3220567016 3085483758 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/15655/statm: 605 277 235 161 0 44 0
[pid=15661] ppid=15655 vsize=42456 CPUtime=1121.12
/proc/15661/stat : 15661 (minisat_static) R 15655 15655 9090 0 -1 4202496 10347 0 0 0 112099 13 0 0 25 0 1 0 1014896303 43474944 10282 4294967295 134512640 135216011 3220478688 3220477040 134527548 0 0 0 3 0 0 0 17 3 0 0 0
/proc/15661/statm: 10614 10282 71 172 0 10441 0
Current children cumulated CPU time (s) 1122.36
Current children cumulated vsize (KiB) 44876

[startup+1182.32 s]
/proc/loadavg: 1.00 1.01 1.00 4/93 19432
/proc/meminfo: memFree=1111240/2074464 swapFree=1953004/1959888
[pid=15655] ppid=15653 vsize=2420 CPUtime=1.24
/proc/15655/stat : 15655 (SatELiteGTI) S 15653 15655 9090 0 -1 4194304 385 10486 0 0 0 0 116 8 18 0 1 0 1014896178 2478080 277 4294967295 134512640 135169312 3220570800 3220567016 3085483758 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/15655/statm: 605 277 235 161 0 44 0
[pid=15661] ppid=15655 vsize=42456 CPUtime=1181.13
/proc/15661/stat : 15661 (minisat_static) R 15655 15655 9090 0 -1 4202496 10352 0 0 0 118100 13 0 0 25 0 1 0 1014896303 43474944 10287 4294967295 134512640 135216011 3220478688 3220477040 134527548 0 0 0 3 0 0 0 17 3 0 0 0
/proc/15661/statm: 10614 10287 71 172 0 10441 0
Current children cumulated CPU time (s) 1182.37
Current children cumulated vsize (KiB) 44876



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.01 s]
/proc/loadavg: 1.00 1.00 1.00 3/93 19434
/proc/meminfo: memFree=1111456/2074464 swapFree=1953004/1959888
[pid=15655] ppid=15653 vsize=2420 CPUtime=1.24
/proc/15655/stat : 15655 (SatELiteGTI) S 15653 15655 9090 0 -1 4194304 385 10486 0 0 0 0 116 8 18 0 1 0 1014896178 2478080 277 4294967295 134512640 135169312 3220570800 3220567016 3085483758 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/15655/statm: 605 277 235 161 0 44 0
[pid=15661] ppid=15655 vsize=42456 CPUtime=1198.82
/proc/15661/stat : 15661 (minisat_static) R 15655 15655 9090 0 -1 4202496 10352 0 0 0 119869 13 0 0 25 0 1 0 1014896303 43474944 10287 4294967295 134512640 135216011 3220478688 3220477040 134527213 0 0 0 3 0 0 0 17 3 0 0 0
/proc/15661/statm: 10614 10287 71 172 0 10441 0
Current children cumulated CPU time (s) 1200.06
Current children cumulated vsize (KiB) 44876

Sending SIGTERM to process tree (bottom up)

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

Child status: 143
Real time (s): 1200.03
CPU time (s): 1200.07
CPU user time (s): 1199.85
CPU system time (s): 0.22
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 46768

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1199.85
system time used= 0.22
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 21501
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= 22
involuntary context switches= 2317

runsolver used 0 second user time and 0.01 second system time

The end

Launcher Data

Begin job on tipi19 at 2009-05-16 21:59:18
IDJOB=1821062
IDBENCH=70821
IDSOLVER=661
FILE ID=tipi19/1821062-1242503958
PBS_JOBID=
Free space on /tmp= 9096 MiB

SOLVER NAME= BinMiniSat 2009-03-21
BENCH NAME= SAT09/APPLICATIONS/crypto/md5gen/gus-md5-10.cnf
COMMAND LINE= SatELiteGTI BENCHNAME
RUNSOLVER COMMAND LINE= runsolver --timestamp  -w /tmp/evaluation-result-1821062-1242503958/watcher-1821062-1242503958 -o /tmp/evaluation-result-1821062-1242503958/solver-1821062-1242503958 -C 1200 -W 1800 -M 1800  SatELiteGTI HOME/instance-1821062-1242503958.cnf

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

MD5SUM BENCH= 0260f441a1d07270edb6a85b2fc90d1d
RANDOM SEED= 1343761776

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:       1160268 kB
Buffers:         26320 kB
Cached:         798468 kB
SwapCached:       2992 kB
Active:         169760 kB
Inactive:       664588 kB
HighTotal:     1178688 kB
HighFree:       457336 kB
LowTotal:       895776 kB
LowFree:        702932 kB
SwapTotal:     1959888 kB
SwapFree:      1953004 kB
Dirty:            5844 kB
Writeback:           0 kB
AnonPages:        8760 kB
Mapped:           3092 kB
Slab:            71452 kB
PageTables:        456 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   2997120 kB
Committed_AS:    87780 kB
VmallocTotal:   114680 kB
VmallocUsed:      1324 kB
VmallocChunk:   113264 kB

Free space on /tmp at the end= 9096 MiB
End job on tipi19 at 2009-05-16 22:19:19