Trace number 1820402

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

General information on the benchmark

Nameindustrial/fuhs/medium/
AProVE07-09.cnf
MD5SUM50ed98553825ac1825482c1496260592
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark1083.49
Satisfiable
(Un)Satisfiability was proved
Number of variables33582
Number of clauses160817
Sum of the clauses size423605
Maximum clause length4200
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 2136464
Number of clauses of size 36536
Number of clauses of size 46374
Number of clauses of size 52328
Number of clauses of size over 59114

Solver Data

0.00/0.00	c Parsing...
0.11/0.13	c ==============================================================================
0.11/0.13	c |           |     ORIGINAL     |              LEARNT              |          |
0.11/0.13	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.11/0.13	c ==============================================================================
0.11/0.13	c |         0 |  135474   356036 |   40642       0        0     nan |  0.000 % |
1.20/1.31	c |         0 |  114078   411814 |      --       0       --      -- |     --   | -21277/56123
1.20/1.31	c ==============================================================================
1.20/1.31	c Result  :   #vars: 18800   #clauses: 114078   #literals: 411814
1.20/1.31	c CPU time:   1.28 s
1.20/1.31	c ==============================================================================
1.40/1.45	This is MiniSat 2.0 beta
1.40/1.45	WARNING: for repeatability, setting FPU to use double precision
1.40/1.45	============================[ Problem Statistics ]=============================
1.40/1.45	|                                                                             |
1.40/1.46	|  Number of variables:  18800                                                |
1.40/1.46	|  Number of clauses:    114078                                               |
1.43/1.53	|  Parsing time:         0.06         s                                       |
1.43/1.54	============================[ Search Statistics ]==============================
1.43/1.54	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
1.43/1.54	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
1.43/1.54	===============================================================================
1.43/1.54	|         0 |   18800   114078   411814 |    38026        0    nan |  0.000 % |
1.43/1.58	|       100 |   18799   114078   411814 |    41828       99     21 |  0.261 % |
1.43/1.63	|       250 |   18790   114078   411814 |    46011      247     31 |  1.038 % |
1.43/1.75	|       476 |   18790   114078   411814 |    50612      472     22 |  1.085 % |
1.43/1.89	|       814 |   18595   112592   407928 |    55673      809     23 |  1.090 % |
1.43/2.07	|      1320 |   18595   112592   407928 |    61241     1315     34 |  1.090 % |
2.30/2.34	|      2079 |   18581   112485   407577 |    67365     2071     39 |  1.309 % |
2.80/2.82	|      3220 |   18581   112485   407577 |    74101     3212     44 |  1.309 % |
3.30/3.33	|      4928 |   18554   112247   406880 |    81512     4920     38 |  1.309 % |
3.90/4.00	|      7491 |   18554   112247   406880 |    89663     7483     38 |  1.309 % |
5.50/5.52	|     11335 |   18554   112247   406880 |    98629    11327     39 |  1.309 % |
8.10/8.12	|     17102 |   18543   112141   406553 |   108492    17093     42 |  1.367 % |
12.40/12.48	|     25751 |   18543   112141   406553 |   119341    25742     50 |  1.367 % |
22.40/22.48	|     38725 |   18524   112010   406207 |   131276    38715     61 |  1.469 % |
37.50/37.54	|     58186 |   18524   112010   406207 |   144403    58176     58 |  1.468 % |
66.00/66.03	|     87378 |   18524   112010   406207 |   158844    87368     57 |  1.468 % |
111.30/111.37	|    131169 |   18524   112010   406207 |   174728   131159     59 |  1.469 % |
200.41/200.41	|    196854 |   18524   112010   406207 |   192201    38494     48 |  1.468 % |
335.63/335.71	|    295380 |   18524   112010   406207 |   211421   137020     73 |  1.468 % |
550.44/550.45	|    443169 |   18524   112010   406207 |   232563    89010     92 |  1.468 % |
921.97/921.99	|    664852 |   18524   112010   406207 |   255819   100236     55 |  1.468 % |
1200.09/1200.02	HOME/SatELiteGTI: line 36:  9535 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-1820402-1242439338/watcher-1820402-1242439338 -o /tmp/evaluation-result-1820402-1242439338/solver-1820402-1242439338 -C 1200 -W 1800 -M 1800 SatELiteGTI HOME/instance-1820402-1242439338.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.02 1.01 1.00 2/91 9529
/proc/meminfo: memFree=623108/2074464 swapFree=1952056/1959888
[pid=9529] ppid=9527 vsize=2416 CPUtime=0
/proc/9529/stat : 9529 (SatELiteGTI) S 9527 9529 15108 0 -1 4194304 367 647 0 0 0 0 0 0 25 0 1 0 1008431935 2473984 277 4294967295 134512640 135169312 3212856144 3212854680 3085823726 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/9529/statm: 604 277 235 161 0 43 0
[pid=9533] ppid=9529 vsize=952 CPUtime=0
/proc/9533/stat : 9533 (SatELite_releas) R 9529 9529 15108 0 -1 4202496 119 0 0 0 0 0 0 0 25 0 1 0 1008431936 974848 55 4294967295 134512640 135223648 3218546864 3218545740 134576032 0 0 0 3 0 0 0 17 1 0 0 0
/proc/9533/statm: 238 57 45 174 0 63 0

[startup+0.108864 s]
/proc/loadavg: 1.02 1.01 1.00 2/91 9529
/proc/meminfo: memFree=623108/2074464 swapFree=1952056/1959888
[pid=9529] ppid=9527 vsize=2416 CPUtime=0
/proc/9529/stat : 9529 (SatELiteGTI) S 9527 9529 15108 0 -1 4194304 367 647 0 0 0 0 0 0 25 0 1 0 1008431935 2473984 277 4294967295 134512640 135169312 3212856144 3212854680 3085823726 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/9529/statm: 604 277 235 161 0 43 0
[pid=9533] ppid=9529 vsize=14964 CPUtime=0.11
/proc/9533/stat : 9533 (SatELite_releas) R 9529 9529 15108 0 -1 4202496 2908 0 0 0 10 1 0 0 25 0 1 0 1008431936 15323136 2797 4294967295 134512640 135223648 3218546864 3218545816 134737310 0 0 0 3 0 0 0 17 1 0 0 0
/proc/9533/statm: 3741 2798 47 174 0 3566 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 17380

[startup+0.218856 s]
/proc/loadavg: 1.02 1.01 1.00 2/91 9529
/proc/meminfo: memFree=623108/2074464 swapFree=1952056/1959888
[pid=9529] ppid=9527 vsize=2416 CPUtime=0
/proc/9529/stat : 9529 (SatELiteGTI) S 9527 9529 15108 0 -1 4194304 367 647 0 0 0 0 0 0 25 0 1 0 1008431935 2473984 277 4294967295 134512640 135169312 3212856144 3212854680 3085823726 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/9529/statm: 604 277 235 161 0 43 0
[pid=9533] ppid=9529 vsize=19680 CPUtime=0.22
/proc/9533/stat : 9533 (SatELite_releas) R 9529 9529 15108 0 -1 4202496 4283 0 0 0 21 1 0 0 25 0 1 0 1008431936 20152320 3795 4294967295 134512640 135223648 3218546864 3218544880 134586881 0 0 0 3 0 0 0 17 1 0 0 0
/proc/9533/statm: 4920 3795 73 174 0 4745 0
Current children cumulated CPU time (s) 0.22
Current children cumulated vsize (KiB) 22096

[startup+0.318848 s]
/proc/loadavg: 1.02 1.01 1.00 2/91 9529
/proc/meminfo: memFree=623108/2074464 swapFree=1952056/1959888
[pid=9529] ppid=9527 vsize=2416 CPUtime=0
/proc/9529/stat : 9529 (SatELiteGTI) S 9527 9529 15108 0 -1 4194304 367 647 0 0 0 0 0 0 25 0 1 0 1008431935 2473984 277 4294967295 134512640 135169312 3212856144 3212854680 3085823726 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/9529/statm: 604 277 235 161 0 43 0
[pid=9533] ppid=9529 vsize=20772 CPUtime=0.32
/proc/9533/stat : 9533 (SatELite_releas) R 9529 9529 15108 0 -1 4202496 4557 0 0 0 31 1 0 0 25 0 1 0 1008431936 21270528 4069 4294967295 134512640 135223648 3218546864 3218544880 134587321 0 0 0 3 0 0 0 17 1 0 0 0
/proc/9533/statm: 5193 4069 73 174 0 5018 0
Current children cumulated CPU time (s) 0.32
Current children cumulated vsize (KiB) 23188

[startup+0.718817 s]
/proc/loadavg: 1.02 1.01 1.00 2/91 9529
/proc/meminfo: memFree=623108/2074464 swapFree=1952056/1959888
[pid=9529] ppid=9527 vsize=2416 CPUtime=0
/proc/9529/stat : 9529 (SatELiteGTI) S 9527 9529 15108 0 -1 4194304 367 647 0 0 0 0 0 0 25 0 1 0 1008431935 2473984 277 4294967295 134512640 135169312 3212856144 3212854680 3085823726 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/9529/statm: 604 277 235 161 0 43 0
[pid=9533] ppid=9529 vsize=23316 CPUtime=0.7
/proc/9533/stat : 9533 (SatELite_releas) R 9529 9529 15108 0 -1 4202496 5104 0 0 0 69 1 0 0 25 0 1 0 1008431936 23875584 4616 4294967295 134512640 135223648 3218546864 3218545216 134602175 0 0 0 3 0 0 0 17 1 0 0 0
/proc/9533/statm: 5829 4616 73 174 0 5654 0
Current children cumulated CPU time (s) 0.7
Current children cumulated vsize (KiB) 25732

[startup+1.51876 s]
/proc/loadavg: 1.02 1.01 1.00 2/93 9534
/proc/meminfo: memFree=603600/2074464 swapFree=1952056/1959888
[pid=9529] ppid=9527 vsize=2420 CPUtime=1.43
/proc/9529/stat : 9529 (SatELiteGTI) S 9527 9529 15108 0 -1 4194304 386 6364 0 0 0 0 142 1 20 0 1 0 1008431935 2478080 278 4294967295 134512640 135169312 3212856144 3212852360 3085823726 0 65536 4 65538 3222381614 0 0 17 1 0 0 0
/proc/9529/statm: 605 278 235 161 0 44 0
Current children cumulated CPU time (s) 1.43
Current children cumulated vsize (KiB) 2420

[startup+3.11863 s]
/proc/loadavg: 1.01 1.01 1.00 2/93 9535
/proc/meminfo: memFree=611040/2074464 swapFree=1952056/1959888
[pid=9529] ppid=9527 vsize=2420 CPUtime=1.43
/proc/9529/stat : 9529 (SatELiteGTI) S 9527 9529 15108 0 -1 4194304 386 6364 0 0 0 0 142 1 20 0 1 0 1008431935 2478080 278 4294967295 134512640 135169312 3212856144 3212852360 3085823726 0 65536 4 65538 3222381614 0 0 17 1 0 0 0
/proc/9529/statm: 605 278 235 161 0 44 0
[pid=9535] ppid=9529 vsize=9660 CPUtime=1.67
/proc/9535/stat : 9535 (minisat_static) R 9529 9529 15108 0 -1 4202496 2275 0 0 0 165 2 0 0 20 0 1 0 1008432081 9891840 2210 4294967295 134512640 135216011 3217573920 3217572272 134527548 0 0 0 3 0 0 0 17 2 0 0 0
/proc/9535/statm: 2415 2210 71 172 0 2242 0
Current children cumulated CPU time (s) 3.1
Current children cumulated vsize (KiB) 12080

[startup+6.31839 s]
/proc/loadavg: 1.01 1.01 1.00 2/93 9535
/proc/meminfo: memFree=609056/2074464 swapFree=1952056/1959888
[pid=9529] ppid=9527 vsize=2420 CPUtime=1.43
/proc/9529/stat : 9529 (SatELiteGTI) S 9527 9529 15108 0 -1 4194304 386 6364 0 0 0 0 142 1 20 0 1 0 1008431935 2478080 278 4294967295 134512640 135169312 3212856144 3212852360 3085823726 0 65536 4 65538 3222381614 0 0 17 1 0 0 0
/proc/9529/statm: 605 278 235 161 0 44 0
[pid=9535] ppid=9529 vsize=11444 CPUtime=4.87
/proc/9535/stat : 9535 (minisat_static) R 9529 9529 15108 0 -1 4202496 2727 0 0 0 484 3 0 0 25 0 1 0 1008432081 11718656 2662 4294967295 134512640 135216011 3217573920 3217572272 134527548 0 0 0 3 0 0 0 17 2 0 0 0
/proc/9535/statm: 2861 2662 71 172 0 2688 0
Current children cumulated CPU time (s) 6.3
Current children cumulated vsize (KiB) 13864

[startup+12.7179 s]
/proc/loadavg: 1.01 1.01 1.00 4/93 9535
/proc/meminfo: memFree=605480/2074464 swapFree=1952056/1959888
[pid=9529] ppid=9527 vsize=2420 CPUtime=1.43
/proc/9529/stat : 9529 (SatELiteGTI) S 9527 9529 15108 0 -1 4194304 386 6364 0 0 0 0 142 1 20 0 1 0 1008431935 2478080 278 4294967295 134512640 135169312 3212856144 3212852360 3085823726 0 65536 4 65538 3222381614 0 0 17 1 0 0 0
/proc/9529/statm: 605 278 235 161 0 44 0
[pid=9535] ppid=9529 vsize=14968 CPUtime=11.27
/proc/9535/stat : 9535 (minisat_static) R 9529 9529 15108 0 -1 4202496 3609 0 0 0 1123 4 0 0 25 0 1 0 1008432081 15327232 3544 4294967295 134512640 135216011 3217573920 3217572272 134527243 0 0 0 3 0 0 0 17 2 0 0 0
/proc/9535/statm: 3742 3544 71 172 0 3569 0
Current children cumulated CPU time (s) 12.7
Current children cumulated vsize (KiB) 17388

[startup+25.5169 s]
/proc/loadavg: 1.01 1.01 1.00 3/93 9536
/proc/meminfo: memFree=599344/2074464 swapFree=1952056/1959888
[pid=9529] ppid=9527 vsize=2420 CPUtime=1.43
/proc/9529/stat : 9529 (SatELiteGTI) S 9527 9529 15108 0 -1 4194304 386 6364 0 0 0 0 142 1 20 0 1 0 1008431935 2478080 278 4294967295 134512640 135169312 3212856144 3212852360 3085823726 0 65536 4 65538 3222381614 0 0 17 1 0 0 0
/proc/9529/statm: 605 278 235 161 0 44 0
[pid=9535] ppid=9529 vsize=20900 CPUtime=24.07
/proc/9535/stat : 9535 (minisat_static) R 9529 9529 15108 0 -1 4202496 5058 0 0 0 2403 4 0 0 25 0 1 0 1008432081 21401600 4993 4294967295 134512640 135216011 3217573920 3217572272 134527548 0 0 0 3 0 0 0 17 2 0 0 0
/proc/9535/statm: 5225 4993 71 172 0 5052 0
Current children cumulated CPU time (s) 25.5
Current children cumulated vsize (KiB) 23320

[startup+51.115 s]
/proc/loadavg: 1.00 1.00 1.00 3/93 9721
/proc/meminfo: memFree=591020/2074464 swapFree=1952056/1959888
[pid=9529] ppid=9527 vsize=2420 CPUtime=1.43
/proc/9529/stat : 9529 (SatELiteGTI) S 9527 9529 15108 0 -1 4194304 386 6364 0 0 0 0 142 1 20 0 1 0 1008431935 2478080 278 4294967295 134512640 135169312 3212856144 3212852360 3085823726 0 65536 4 65538 3222381614 0 0 17 1 0 0 0
/proc/9529/statm: 605 278 235 161 0 44 0
[pid=9535] ppid=9529 vsize=28428 CPUtime=49.67
/proc/9535/stat : 9535 (minisat_static) R 9529 9529 15108 0 -1 4202496 6949 0 0 0 4961 6 0 0 25 0 1 0 1008432081 29110272 6884 4294967295 134512640 135216011 3217573920 3217572272 134527269 0 0 0 3 0 0 0 17 2 0 0 0
/proc/9535/statm: 7107 6884 71 172 0 6934 0
Current children cumulated CPU time (s) 51.1
Current children cumulated vsize (KiB) 30848

[startup+102.311 s]
/proc/loadavg: 1.00 1.00 1.00 3/93 9725
/proc/meminfo: memFree=576692/2074464 swapFree=1952056/1959888
[pid=9529] ppid=9527 vsize=2420 CPUtime=1.43
/proc/9529/stat : 9529 (SatELiteGTI) S 9527 9529 15108 0 -1 4194304 386 6364 0 0 0 0 142 1 20 0 1 0 1008431935 2478080 278 4294967295 134512640 135169312 3212856144 3212852360 3085823726 0 65536 4 65538 3222381614 0 0 17 1 0 0 0
/proc/9529/statm: 605 278 235 161 0 44 0
[pid=9535] ppid=9529 vsize=43108 CPUtime=100.87
/proc/9535/stat : 9535 (minisat_static) R 9529 9529 15108 0 -1 4202496 10589 0 0 0 10080 7 0 0 25 0 1 0 1008432081 44142592 10524 4294967295 134512640 135216011 3217573920 3217572000 134524171 0 0 0 3 0 0 0 17 2 0 0 0
/proc/9535/statm: 10777 10524 71 172 0 10604 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 45528

[startup+162.316 s]
/proc/loadavg: 1.00 1.00 1.00 2/93 9913
/proc/meminfo: memFree=561564/2074464 swapFree=1952056/1959888
[pid=9529] ppid=9527 vsize=2420 CPUtime=1.43
/proc/9529/stat : 9529 (SatELiteGTI) S 9527 9529 15108 0 -1 4194304 386 6364 0 0 0 0 142 1 20 0 1 0 1008431935 2478080 278 4294967295 134512640 135169312 3212856144 3212852360 3085823726 0 65536 4 65538 3222381614 0 0 17 1 0 0 0
/proc/9529/statm: 605 278 235 161 0 44 0
[pid=9535] ppid=9529 vsize=58780 CPUtime=160.88
/proc/9535/stat : 9535 (minisat_static) R 9529 9529 15108 0 -1 4202496 14479 0 0 0 16077 11 0 0 25 0 1 0 1008432081 60190720 14414 4294967295 134512640 135216011 3217573920 3217572272 134527548 0 0 0 3 0 0 0 17 2 0 0 0
/proc/9535/statm: 14695 14414 71 172 0 14522 0
Current children cumulated CPU time (s) 162.31
Current children cumulated vsize (KiB) 61200

[startup+222.322 s]
/proc/loadavg: 1.00 1.00 1.00 2/93 10106
/proc/meminfo: memFree=557100/2074464 swapFree=1952056/1959888
[pid=9529] ppid=9527 vsize=2420 CPUtime=1.43
/proc/9529/stat : 9529 (SatELiteGTI) S 9527 9529 15108 0 -1 4194304 386 6364 0 0 0 0 142 1 20 0 1 0 1008431935 2478080 278 4294967295 134512640 135169312 3212856144 3212852360 3085823726 0 65536 4 65538 3222381614 0 0 17 1 0 0 0
/proc/9529/statm: 605 278 235 161 0 44 0
[pid=9535] ppid=9529 vsize=63260 CPUtime=220.89
/proc/9535/stat : 9535 (minisat_static) R 9529 9529 15108 0 -1 4202496 15590 0 0 0 22076 13 0 0 25 0 1 0 1008432081 64778240 15525 4294967295 134512640 135216011 3217573920 3217572000 134524258 0 0 0 3 0 0 0 17 2 0 0 0
/proc/9535/statm: 15815 15525 71 172 0 15642 0
Current children cumulated CPU time (s) 222.32
Current children cumulated vsize (KiB) 65680

[startup+282.317 s]
/proc/loadavg: 1.00 1.00 1.00 3/93 10293
/proc/meminfo: memFree=556844/2074464 swapFree=1952056/1959888
[pid=9529] ppid=9527 vsize=2420 CPUtime=1.43
/proc/9529/stat : 9529 (SatELiteGTI) S 9527 9529 15108 0 -1 4194304 386 6364 0 0 0 0 142 1 20 0 1 0 1008431935 2478080 278 4294967295 134512640 135169312 3212856144 3212852360 3085823726 0 65536 4 65538 3222381614 0 0 17 1 0 0 0
/proc/9529/statm: 605 278 235 161 0 44 0
[pid=9535] ppid=9529 vsize=63260 CPUtime=280.89
/proc/9535/stat : 9535 (minisat_static) R 9529 9529 15108 0 -1 4202496 15593 0 0 0 28076 13 0 0 25 0 1 0 1008432081 64778240 15528 4294967295 134512640 135216011 3217573920 3217572272 134527391 0 0 0 3 0 0 0 17 2 0 0 0
/proc/9535/statm: 15815 15528 71 172 0 15642 0
Current children cumulated CPU time (s) 282.32
Current children cumulated vsize (KiB) 65680

[startup+342.313 s]
/proc/loadavg: 1.00 1.00 1.00 3/93 10481
/proc/meminfo: memFree=556852/2074464 swapFree=1952056/1959888
[pid=9529] ppid=9527 vsize=2420 CPUtime=1.43
/proc/9529/stat : 9529 (SatELiteGTI) S 9527 9529 15108 0 -1 4194304 386 6364 0 0 0 0 142 1 20 0 1 0 1008431935 2478080 278 4294967295 134512640 135169312 3212856144 3212852360 3085823726 0 65536 4 65538 3222381614 0 0 17 1 0 0 0
/proc/9529/statm: 605 278 235 161 0 44 0
[pid=9535] ppid=9529 vsize=63260 CPUtime=340.89
/proc/9535/stat : 9535 (minisat_static) R 9529 9529 15108 0 -1 4202496 15611 0 0 0 34075 14 0 0 25 0 1 0 1008432081 64778240 15546 4294967295 134512640 135216011 3217573920 3217572272 134527548 0 0 0 3 0 0 0 17 2 0 0 0
/proc/9535/statm: 15815 15546 71 172 0 15642 0
Current children cumulated CPU time (s) 342.32
Current children cumulated vsize (KiB) 65680

[startup+402.318 s]

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

/proc/9529/stat : 9529 (SatELiteGTI) S 9527 9529 15108 0 -1 4194304 386 6364 0 0 0 0 142 1 20 0 1 0 1008431935 2478080 278 4294967295 134512640 135169312 3212856144 3212852360 3085823726 0 65536 4 65538 3222381614 0 0 17 1 0 0 0
/proc/9529/statm: 605 278 235 161 0 44 0
[pid=9535] ppid=9529 vsize=77772 CPUtime=520.91
/proc/9535/stat : 9535 (minisat_static) R 9529 9529 15108 0 -1 4202496 19154 0 0 0 52075 16 0 0 25 0 1 0 1008432081 79638528 19089 4294967295 134512640 135216011 3217573920 3217572272 134527460 0 0 0 3 0 0 0 17 2 0 0 0
/proc/9535/statm: 19443 19089 71 172 0 19270 0
Current children cumulated CPU time (s) 522.34
Current children cumulated vsize (KiB) 80192

[startup+582.314 s]
/proc/loadavg: 1.00 1.00 1.00 3/93 11238
/proc/meminfo: memFree=542584/2074464 swapFree=1952056/1959888
[pid=9529] ppid=9527 vsize=2420 CPUtime=1.43
/proc/9529/stat : 9529 (SatELiteGTI) S 9527 9529 15108 0 -1 4194304 386 6364 0 0 0 0 142 1 20 0 1 0 1008431935 2478080 278 4294967295 134512640 135169312 3212856144 3212852360 3085823726 0 65536 4 65538 3222381614 0 0 17 1 0 0 0
/proc/9529/statm: 605 278 235 161 0 44 0
[pid=9535] ppid=9529 vsize=77772 CPUtime=580.91
/proc/9535/stat : 9535 (minisat_static) R 9529 9529 15108 0 -1 4202496 19154 0 0 0 58075 16 0 0 25 0 1 0 1008432081 79638528 19089 4294967295 134512640 135216011 3217573920 3217572272 134527548 0 0 0 3 0 0 0 17 2 0 0 0
/proc/9535/statm: 19443 19089 71 172 0 19270 0
Current children cumulated CPU time (s) 582.34
Current children cumulated vsize (KiB) 80192

[startup+642.32 s]
/proc/loadavg: 1.00 1.00 1.00 2/93 11426
/proc/meminfo: memFree=542716/2074464 swapFree=1952056/1959888
[pid=9529] ppid=9527 vsize=2420 CPUtime=1.43
/proc/9529/stat : 9529 (SatELiteGTI) S 9527 9529 15108 0 -1 4194304 386 6364 0 0 0 0 142 1 20 0 1 0 1008431935 2478080 278 4294967295 134512640 135169312 3212856144 3212852360 3085823726 0 65536 4 65538 3222381614 0 0 17 1 0 0 0
/proc/9529/statm: 605 278 235 161 0 44 0
[pid=9535] ppid=9529 vsize=77772 CPUtime=640.92
/proc/9535/stat : 9535 (minisat_static) R 9529 9529 15108 0 -1 4202496 19155 0 0 0 64076 16 0 0 25 0 1 0 1008432081 79638528 19090 4294967295 134512640 135216011 3217573920 3217572272 134527548 0 0 0 3 0 0 0 17 2 0 0 0
/proc/9535/statm: 19443 19090 71 172 0 19270 0
Current children cumulated CPU time (s) 642.35
Current children cumulated vsize (KiB) 80192

[startup+702.315 s]
/proc/loadavg: 1.00 1.00 1.00 3/93 11613
/proc/meminfo: memFree=542592/2074464 swapFree=1952056/1959888
[pid=9529] ppid=9527 vsize=2420 CPUtime=1.43
/proc/9529/stat : 9529 (SatELiteGTI) S 9527 9529 15108 0 -1 4194304 386 6364 0 0 0 0 142 1 20 0 1 0 1008431935 2478080 278 4294967295 134512640 135169312 3212856144 3212852360 3085823726 0 65536 4 65538 3222381614 0 0 17 1 0 0 0
/proc/9529/statm: 605 278 235 161 0 44 0
[pid=9535] ppid=9529 vsize=77772 CPUtime=700.92
/proc/9535/stat : 9535 (minisat_static) R 9529 9529 15108 0 -1 4202496 19157 0 0 0 70076 16 0 0 25 0 1 0 1008432081 79638528 19092 4294967295 134512640 135216011 3217573920 3217572272 134527548 0 0 0 3 0 0 0 17 2 0 0 0
/proc/9535/statm: 19443 19092 71 172 0 19270 0
Current children cumulated CPU time (s) 702.35
Current children cumulated vsize (KiB) 80192

[startup+762.321 s]
/proc/loadavg: 1.00 1.00 1.00 2/93 11801
/proc/meminfo: memFree=535772/2074464 swapFree=1952056/1959888
[pid=9529] ppid=9527 vsize=2420 CPUtime=1.43
/proc/9529/stat : 9529 (SatELiteGTI) S 9527 9529 15108 0 -1 4194304 386 6364 0 0 0 0 142 1 20 0 1 0 1008431935 2478080 278 4294967295 134512640 135169312 3212856144 3212852360 3085823726 0 65536 4 65538 3222381614 0 0 17 1 0 0 0
/proc/9529/statm: 605 278 235 161 0 44 0
[pid=9535] ppid=9529 vsize=84708 CPUtime=760.93
/proc/9535/stat : 9535 (minisat_static) R 9529 9529 15108 0 -1 4202496 20859 0 0 0 76077 16 0 0 25 0 1 0 1008432081 86740992 20794 4294967295 134512640 135216011 3217573920 3217572272 134527548 0 0 0 3 0 0 0 17 2 0 0 0
/proc/9535/statm: 21177 20794 71 172 0 21004 0
Current children cumulated CPU time (s) 762.36
Current children cumulated vsize (KiB) 87128

[startup+822.306 s]
/proc/loadavg: 1.00 1.00 1.00 2/93 11990
/proc/meminfo: memFree=527588/2074464 swapFree=1952056/1959888
[pid=9529] ppid=9527 vsize=2420 CPUtime=1.43
/proc/9529/stat : 9529 (SatELiteGTI) S 9527 9529 15108 0 -1 4194304 386 6364 0 0 0 0 142 1 20 0 1 0 1008431935 2478080 278 4294967295 134512640 135169312 3212856144 3212852360 3085823726 0 65536 4 65538 3222381614 0 0 17 1 0 0 0
/proc/9529/statm: 605 278 235 161 0 44 0
[pid=9535] ppid=9529 vsize=92936 CPUtime=820.92
/proc/9535/stat : 9535 (minisat_static) R 9529 9529 15108 0 -1 4202496 22916 0 0 0 82075 17 0 0 25 0 1 0 1008432081 95166464 22851 4294967295 134512640 135216011 3217573920 3217572272 134527548 0 0 0 3 0 0 0 17 2 0 0 0
/proc/9535/statm: 23234 22851 71 172 0 23061 0
Current children cumulated CPU time (s) 822.35
Current children cumulated vsize (KiB) 95356

[startup+882.321 s]
/proc/loadavg: 1.00 1.00 1.00 2/93 12177
/proc/meminfo: memFree=527208/2074464 swapFree=1952056/1959888
[pid=9529] ppid=9527 vsize=2420 CPUtime=1.43
/proc/9529/stat : 9529 (SatELiteGTI) S 9527 9529 15108 0 -1 4194304 386 6364 0 0 0 0 142 1 20 0 1 0 1008431935 2478080 278 4294967295 134512640 135169312 3212856144 3212852360 3085823726 0 65536 4 65538 3222381614 0 0 17 1 0 0 0
/proc/9529/statm: 605 278 235 161 0 44 0
[pid=9535] ppid=9529 vsize=93068 CPUtime=880.94
/proc/9535/stat : 9535 (minisat_static) R 9529 9529 15108 0 -1 4202496 22937 0 0 0 88077 17 0 0 25 0 1 0 1008432081 95301632 22872 4294967295 134512640 135216011 3217573920 3217572272 134527314 0 0 0 3 0 0 0 17 2 0 0 0
/proc/9535/statm: 23267 22872 71 172 0 23094 0
Current children cumulated CPU time (s) 882.37
Current children cumulated vsize (KiB) 95488

[startup+942.317 s]
/proc/loadavg: 1.00 1.00 1.00 2/93 12372
/proc/meminfo: memFree=527332/2074464 swapFree=1952056/1959888
[pid=9529] ppid=9527 vsize=2420 CPUtime=1.43
/proc/9529/stat : 9529 (SatELiteGTI) S 9527 9529 15108 0 -1 4194304 386 6364 0 0 0 0 142 1 20 0 1 0 1008431935 2478080 278 4294967295 134512640 135169312 3212856144 3212852360 3085823726 0 65536 4 65538 3222381614 0 0 17 1 0 0 0
/proc/9529/statm: 605 278 235 161 0 44 0
[pid=9535] ppid=9529 vsize=93232 CPUtime=940.94
/proc/9535/stat : 9535 (minisat_static) R 9529 9529 15108 0 -1 4202496 22976 0 0 0 94077 17 0 0 25 0 1 0 1008432081 95469568 22911 4294967295 134512640 135216011 3217573920 3217572272 134527548 0 0 0 3 0 0 0 17 2 0 0 0
/proc/9535/statm: 23308 22911 71 172 0 23135 0
Current children cumulated CPU time (s) 942.37
Current children cumulated vsize (KiB) 95652

[startup+1002.31 s]
/proc/loadavg: 1.00 1.00 1.00 3/93 12559
/proc/meminfo: memFree=527340/2074464 swapFree=1952056/1959888
[pid=9529] ppid=9527 vsize=2420 CPUtime=1.43
/proc/9529/stat : 9529 (SatELiteGTI) S 9527 9529 15108 0 -1 4194304 386 6364 0 0 0 0 142 1 20 0 1 0 1008431935 2478080 278 4294967295 134512640 135169312 3212856144 3212852360 3085823726 0 65536 4 65538 3222381614 0 0 17 1 0 0 0
/proc/9529/statm: 605 278 235 161 0 44 0
[pid=9535] ppid=9529 vsize=93312 CPUtime=1000.94
/proc/9535/stat : 9535 (minisat_static) R 9529 9529 15108 0 -1 4202496 22986 0 0 0 100077 17 0 0 25 0 1 0 1008432081 95551488 22921 4294967295 134512640 135216011 3217573920 3217572272 134527548 0 0 0 3 0 0 0 17 2 0 0 0
/proc/9535/statm: 23328 22921 71 172 0 23155 0
Current children cumulated CPU time (s) 1002.37
Current children cumulated vsize (KiB) 95732

[startup+1062.32 s]
/proc/loadavg: 1.00 1.00 1.00 2/93 12747
/proc/meminfo: memFree=527340/2074464 swapFree=1952056/1959888
[pid=9529] ppid=9527 vsize=2420 CPUtime=1.43
/proc/9529/stat : 9529 (SatELiteGTI) S 9527 9529 15108 0 -1 4194304 386 6364 0 0 0 0 142 1 20 0 1 0 1008431935 2478080 278 4294967295 134512640 135169312 3212856144 3212852360 3085823726 0 65536 4 65538 3222381614 0 0 17 1 0 0 0
/proc/9529/statm: 605 278 235 161 0 44 0
[pid=9535] ppid=9529 vsize=93476 CPUtime=1060.95
/proc/9535/stat : 9535 (minisat_static) R 9529 9529 15108 0 -1 4202496 23017 0 0 0 106077 18 0 0 25 0 1 0 1008432081 95719424 22952 4294967295 134512640 135216011 3217573920 3217572272 134527243 0 0 0 3 0 0 0 17 2 0 0 0
/proc/9535/statm: 23369 22952 71 172 0 23196 0
Current children cumulated CPU time (s) 1062.38
Current children cumulated vsize (KiB) 95896

[startup+1122.31 s]
/proc/loadavg: 1.00 1.00 1.00 3/93 12936
/proc/meminfo: memFree=526968/2074464 swapFree=1952056/1959888
[pid=9529] ppid=9527 vsize=2420 CPUtime=1.43
/proc/9529/stat : 9529 (SatELiteGTI) S 9527 9529 15108 0 -1 4194304 386 6364 0 0 0 0 142 1 20 0 1 0 1008431935 2478080 278 4294967295 134512640 135169312 3212856144 3212852360 3085823726 0 65536 4 65538 3222381614 0 0 17 1 0 0 0
/proc/9529/statm: 605 278 235 161 0 44 0
[pid=9535] ppid=9529 vsize=93720 CPUtime=1120.95
/proc/9535/stat : 9535 (minisat_static) R 9529 9529 15108 0 -1 4202496 23066 0 0 0 112075 20 0 0 25 0 1 0 1008432081 95969280 23001 4294967295 134512640 135216011 3217573920 3217572272 134527531 0 0 0 3 0 0 0 17 2 0 0 0
/proc/9535/statm: 23430 23001 71 172 0 23257 0
Current children cumulated CPU time (s) 1122.38
Current children cumulated vsize (KiB) 96140

[startup+1182.31 s]
/proc/loadavg: 1.00 1.00 1.00 3/93 13122
/proc/meminfo: memFree=526596/2074464 swapFree=1952056/1959888
[pid=9529] ppid=9527 vsize=2420 CPUtime=1.43
/proc/9529/stat : 9529 (SatELiteGTI) S 9527 9529 15108 0 -1 4194304 386 6364 0 0 0 0 142 1 20 0 1 0 1008431935 2478080 278 4294967295 134512640 135169312 3212856144 3212852360 3085823726 0 65536 4 65538 3222381614 0 0 17 1 0 0 0
/proc/9529/statm: 605 278 235 161 0 44 0
[pid=9535] ppid=9529 vsize=93840 CPUtime=1180.95
/proc/9535/stat : 9535 (minisat_static) R 9529 9529 15108 0 -1 4202496 23094 0 0 0 118075 20 0 0 25 0 1 0 1008432081 96092160 23029 4294967295 134512640 135216011 3217573920 3217572272 134527548 0 0 0 3 0 0 0 17 2 0 0 0
/proc/9535/statm: 23460 23029 71 172 0 23287 0
Current children cumulated CPU time (s) 1182.38
Current children cumulated vsize (KiB) 96260



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.02 s]
/proc/loadavg: 1.00 1.00 1.00 2/93 13308
/proc/meminfo: memFree=526452/2074464 swapFree=1952056/1959888
[pid=9529] ppid=9527 vsize=2420 CPUtime=1.43
/proc/9529/stat : 9529 (SatELiteGTI) S 9527 9529 15108 0 -1 4194304 386 6364 0 0 0 0 142 1 20 0 1 0 1008431935 2478080 278 4294967295 134512640 135169312 3212856144 3212852360 3085823726 0 65536 4 65538 3222381614 0 0 17 1 0 0 0
/proc/9529/statm: 605 278 235 161 0 44 0
[pid=9535] ppid=9529 vsize=93840 CPUtime=1198.66
/proc/9535/stat : 9535 (minisat_static) R 9529 9529 15108 0 -1 4202496 23100 0 0 0 119846 20 0 0 25 0 1 0 1008432081 96092160 23035 4294967295 134512640 135216011 3217573920 3217572272 134527548 0 0 0 3 0 0 0 17 2 0 0 0
/proc/9535/statm: 23460 23035 71 172 0 23287 0
Current children cumulated CPU time (s) 1200.09
Current children cumulated vsize (KiB) 96260

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

[startup+1200.02 s]
/proc/loadavg: 1.00 1.00 1.00 2/93 13308
/proc/meminfo: memFree=526452/2074464 swapFree=1952056/1959888
[pid=9529] ppid=9527 vsize=2420 CPUtime=1.43
/proc/9529/stat : 9529 (SatELiteGTI) S 9527 9529 15108 0 -1 4194304 386 6364 0 0 0 0 142 1 20 0 1 0 1008431935 2478080 278 4294967295 134512640 135169312 3212856144 3212852360 3085823726 0 65536 4 65538 3222381614 0 0 17 1 0 0 0
/proc/9529/statm: 605 278 235 161 0 44 0
[pid=9535] ppid=9529 vsize=93840 CPUtime=1198.66
/proc/9535/stat : 9535 (minisat_static) R 9529 9529 15108 0 -1 4202496 23100 0 0 0 119846 20 0 0 25 0 1 0 1008432081 96092160 23035 4294967295 134512640 135216011 3217573920 3217572272 134527548 0 0 0 3 0 0 0 17 2 0 0 0
/proc/9535/statm: 23460 23035 71 172 0 23287 0
Current children cumulated CPU time (s) 1200.09
Current children cumulated vsize (KiB) 96260

Child status: 143
Real time (s): 1200.03
CPU time (s): 1200.1
CPU user time (s): 1199.88
CPU system time (s): 0.22
CPU usage (%): 100.006
Max. virtual memory (cumulated for all children) (KiB): 96260

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1199.88
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= 30126
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= 2626

runsolver used 0 second user time and 0.01 second system time

The end

Launcher Data

Begin job on tipi24 at 2009-05-16 04:02:18
IDJOB=1820402
IDBENCH=20390
IDSOLVER=661
FILE ID=tipi24/1820402-1242439338
PBS_JOBID=
Free space on /tmp= 10919 MiB

SOLVER NAME= BinMiniSat 2009-03-21
BENCH NAME= SAT07/industrial/fuhs/medium/AProVE07-09.cnf
COMMAND LINE= SatELiteGTI BENCHNAME
RUNSOLVER COMMAND LINE= runsolver --timestamp  -w /tmp/evaluation-result-1820402-1242439338/watcher-1820402-1242439338 -o /tmp/evaluation-result-1820402-1242439338/solver-1820402-1242439338 -C 1200 -W 1800 -M 1800  SatELiteGTI HOME/instance-1820402-1242439338.cnf

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

MD5SUM BENCH= 50ed98553825ac1825482c1496260592
RANDOM SEED= 1790533453

Linux tipi24 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.461
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.461
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.75

processor	: 2
vendor_id	: AuthenticAMD
cpu family	: 15
model		: 33
model name	: Dual Core AMD Opteron(tm) Processor 265
stepping	: 2
cpu MHz		: 1808.461
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.461
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:        623108 kB
Buffers:         36124 kB
Cached:        1312108 kB
SwapCached:       3968 kB
Active:         537408 kB
Inactive:       820324 kB
HighTotal:     1178688 kB
HighFree:        81668 kB
LowTotal:       895776 kB
LowFree:        541440 kB
SwapTotal:     1959888 kB
SwapFree:      1952056 kB
Dirty:            4532 kB
Writeback:           0 kB
AnonPages:        8900 kB
Mapped:           3112 kB
Slab:            84328 kB
PageTables:        504 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   2997120 kB
Committed_AS:    87796 kB
VmallocTotal:   114680 kB
VmallocUsed:      1324 kB
VmallocChunk:   113264 kB

Free space on /tmp at the end= 10919 MiB
End job on tipi24 at 2009-05-16 04:22:18