Trace number 1821903

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
APTUSAT 2009-03-22? (TO) 1200.05 1199.96

General information on the benchmark

Namemanol-pipe-g10id.cnf
MD5SUM79b8866c5f4be7f699958174c5be63e9
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark32.19
Satisfiable
(Un)Satisfiability was proved
Number of variables159638
Number of clauses473596
Sum of the clauses size1105056
Maximum clause length3
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 2315730
Number of clauses of size 3157865
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.01/0.46	c ==============================================================================
0.01/0.46	c |           |     ORIGINAL     |              LEARNT              |          |
0.01/0.46	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.01/0.46	c ==============================================================================
0.01/0.46	c |         0 |  473595  1105055 |  142078       0        0     nan |  0.000 % |
2.92/2.99	c |         0 |  206201   803155 |      --       0       --      -- |     --   | -267392/-301895
2.92/2.99	c ==============================================================================
2.92/2.99	c Result  :   #vars: 26986   #clauses: 206201   #literals: 803155
2.92/2.99	c CPU time:   2.82 s
2.92/2.99	c ==============================================================================
3.22/3.27	This is MiniSat 2.0 beta
3.22/3.27	WARNING: for repeatability, setting FPU to use double precision
3.22/3.27	============================[ Problem Statistics ]=============================
3.22/3.27	|                                                                             |
3.22/3.28	|  Number of variables:  26986                                                |
3.22/3.28	|  Number of clauses:    206201                                               |
3.43/3.43	|  Parsing time:         0.15         s                                       |
3.43/3.45	============================[ Search Statistics ]==============================
3.43/3.45	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
3.43/3.45	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
3.43/3.45	===============================================================================
3.43/3.45	|         0 |   26986   206201   803155 |    68733        0    nan |  0.000 % |
3.52/3.51	|       100 |   26977   206201   803155 |    75607       97     13 |  0.215 % |
3.52/3.56	|       250 |   26974   206201   803155 |    83167      245     16 |  0.233 % |
3.62/3.62	|       475 |   26974   206201   803155 |    91484      470     13 |  0.233 % |
3.62/3.68	|       812 |   26970   206201   803155 |   100632      806     15 |  0.245 % |
3.82/3.85	|      1318 |   26957   206201   803155 |   110696     1312     18 |  0.245 % |
4.12/4.17	|      2077 |   26953   206201   803155 |   121765     2069     19 |  0.267 % |
4.22/4.28	|      3216 |   26914   204744   797771 |   133942     3193     26 |  0.267 % |
4.53/4.54	|      4924 |   26914   204744   797771 |   147336     4901     26 |  0.267 % |
4.82/4.89	|      7486 |   26912   204744   797771 |   162070     7462     35 |  0.278 % |
5.42/5.45	|     11330 |   26911   204643   797468 |   178277    11305     36 |  0.278 % |
6.42/6.42	|     17097 |   26901   204589   797247 |   196105    17068     41 |  0.322 % |
7.62/7.68	|     25746 |   26859   204500   796897 |   215715    25714     43 |  0.652 % |
9.72/9.75	|     38720 |   26772   202961   790745 |   237287    38078     47 |  1.056 % |
13.42/13.44	|     58181 |   26699   200634   782391 |   261015    57481     51 |  1.067 % |
19.62/19.67	|     87373 |   26688   200603   782292 |   287117    86668     54 |  1.141 % |
28.03/28.02	|    131162 |   26667   200213   781039 |   315829   130422     52 |  1.219 % |
50.03/50.05	|    196846 |   26656   199933   779998 |   347412   196100     53 |  1.223 % |
97.63/97.68	|    295372 |   26655   199927   779981 |   382153   294624     56 |  1.230 % |
184.54/184.56	|    443161 |   26639   199855   779760 |   420368    91296     68 |  1.297 % |
310.05/310.09	|    664845 |   26526   199581   778787 |   462405   312954     56 |  2.049 % |
511.26/511.22	|    997370 |   26427   195547   763254 |   508646   196622     51 |  2.090 % |
1045.00/1044.97	|   1496158 |   26013   194605   760260 |   559510   213082     49 |  4.280 % |
1200.03/1199.94	HOME/SatELiteGTI: line 36:  2546 Terminated              $MS $2 $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-1821903-1242578163/watcher-1821903-1242578163 -o /tmp/evaluation-result-1821903-1242578163/solver-1821903-1242578163 -C 1200 -W 1800 -M 1800 SatELiteGTI HOME/instance-1821903-1242578163.cnf -restarts=1 

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: 0.95 1.00 0.99 5/94 2543
/proc/meminfo: memFree=804428/2074464 swapFree=1952056/1959888
[pid=2540] ppid=2538 vsize=2416 CPUtime=0.01
/proc/2540/stat : 2540 (SatELiteGTI) S 2538 2540 15108 0 -1 4194304 338 0 0 0 0 1 0 0 18 0 1 0 1022314514 2473984 271 4294967295 134512640 135169312 3219112256 3219109848 3085661102 0 0 4 65536 3222620697 0 0 17 1 0 0 0
/proc/2540/statm: 604 271 230 161 0 43 0
[pid=2541] ppid=2540 vsize=2416 CPUtime=0
/proc/2541/stat : 2541 (SatELiteGTI) R 2540 2540 15108 0 -1 4194368 102 0 0 0 0 0 0 0 20 0 1 0 1022314514 2473984 115 4294967295 134512640 135169312 3219112256 3219108476 3085469556 0 65538 0 65538 0 0 0 17 1 0 0 0
/proc/2541/statm: 604 115 72 161 0 43 0
[pid=2542] ppid=2541 vsize=0 CPUtime=0
/proc/2542/stat : 2542 (SatELiteGTI) Z 2541 2540 15108 0 -1 4194380 143 0 0 0 0 0 0 0 18 0 1 0 1022314514 0 0 4294967295 0 0 0 0 0 0 0 0 65538 3222378830 0 0 17 1 0 0 0
/proc/2542/statm: 0 0 0 0 0 0 0
[pid=2543] ppid=2541 vsize=2416 CPUtime=0
/proc/2543/stat : 2543 (SatELiteGTI) R 2541 2540 15108 0 -1 4194368 0 0 0 0 0 0 0 0 20 0 1 0 1022314514 2473984 43 4294967295 134512640 135169312 3219112256 3219108476 3085469556 0 65538 0 65538 0 0 0 17 1 0 0 0
/proc/2543/statm: 604 43 0 161 0 43 0

[startup+0.101298 s]
/proc/loadavg: 0.95 1.00 0.99 5/94 2543
/proc/meminfo: memFree=804428/2074464 swapFree=1952056/1959888
[pid=2540] ppid=2538 vsize=2416 CPUtime=0.01
/proc/2540/stat : 2540 (SatELiteGTI) S 2538 2540 15108 0 -1 4194304 366 645 0 0 0 1 0 0 19 0 1 0 1022314514 2473984 276 4294967295 134512640 135169312 3219112256 3219110792 3085467374 0 65536 4 65538 3222381614 0 0 17 1 0 0 0
/proc/2540/statm: 604 276 235 161 0 43 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 2416

[startup+0.21129 s]
/proc/loadavg: 0.95 1.00 0.99 5/94 2543
/proc/meminfo: memFree=804428/2074464 swapFree=1952056/1959888
[pid=2540] ppid=2538 vsize=2416 CPUtime=0.01
/proc/2540/stat : 2540 (SatELiteGTI) S 2538 2540 15108 0 -1 4194304 366 645 0 0 0 1 0 0 19 0 1 0 1022314514 2473984 276 4294967295 134512640 135169312 3219112256 3219110792 3085467374 0 65536 4 65538 3222381614 0 0 17 1 0 0 0
/proc/2540/statm: 604 276 235 161 0 43 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 2416

[startup+0.311281 s]
/proc/loadavg: 0.95 1.00 0.99 5/94 2543
/proc/meminfo: memFree=804428/2074464 swapFree=1952056/1959888
[pid=2540] ppid=2538 vsize=2416 CPUtime=0.01
/proc/2540/stat : 2540 (SatELiteGTI) S 2538 2540 15108 0 -1 4194304 366 645 0 0 0 1 0 0 19 0 1 0 1022314514 2473984 276 4294967295 134512640 135169312 3219112256 3219110792 3085467374 0 65536 4 65538 3222381614 0 0 17 1 0 0 0
/proc/2540/statm: 604 276 235 161 0 43 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 2416

[startup+0.711251 s]
/proc/loadavg: 0.95 1.00 0.99 5/94 2543
/proc/meminfo: memFree=804428/2074464 swapFree=1952056/1959888
[pid=2540] ppid=2538 vsize=2416 CPUtime=0.01
/proc/2540/stat : 2540 (SatELiteGTI) S 2538 2540 15108 0 -1 4194304 366 645 0 0 0 1 0 0 19 0 1 0 1022314514 2473984 276 4294967295 134512640 135169312 3219112256 3219110792 3085467374 0 65536 4 65538 3222381614 0 0 17 1 0 0 0
/proc/2540/statm: 604 276 235 161 0 43 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 2416

[startup+1.51119 s]
/proc/loadavg: 0.95 1.00 0.99 3/93 2545
/proc/meminfo: memFree=733608/2074464 swapFree=1952056/1959888
[pid=2540] ppid=2538 vsize=2416 CPUtime=0.01
/proc/2540/stat : 2540 (SatELiteGTI) S 2538 2540 15108 0 -1 4194304 366 645 0 0 0 1 0 0 19 0 1 0 1022314514 2473984 276 4294967295 134512640 135169312 3219112256 3219110792 3085467374 0 65536 4 65538 3222381614 0 0 17 1 0 0 0
/proc/2540/statm: 604 276 235 161 0 43 0
[pid=2545] ppid=2540 vsize=81684 CPUtime=1.51
/proc/2545/stat : 2545 (SatELite_releas) R 2540 2540 15108 0 -1 4202496 18596 0 0 0 136 15 0 0 25 0 1 0 1022314515 83644416 17216 4294967295 134512640 135223648 3219317104 3219315120 134586789 0 0 0 3 0 0 0 17 2 0 0 0
/proc/2545/statm: 20421 17216 73 174 0 20246 0
Current children cumulated CPU time (s) 1.52
Current children cumulated vsize (KiB) 84100

[startup+3.11107 s]
/proc/loadavg: 0.95 1.00 0.99 3/93 2545
/proc/meminfo: memFree=719844/2074464 swapFree=1952056/1959888
[pid=2540] ppid=2538 vsize=2416 CPUtime=0.01
/proc/2540/stat : 2540 (SatELiteGTI) S 2538 2540 15108 0 -1 4194304 366 645 0 0 0 1 0 0 19 0 1 0 1022314514 2473984 276 4294967295 134512640 135169312 3219112256 3219110792 3085467374 0 65536 4 65538 3222381614 0 0 17 1 0 0 0
/proc/2540/statm: 604 276 235 161 0 43 0
[pid=2545] ppid=2540 vsize=85076 CPUtime=3.11
/proc/2545/stat : 2545 (SatELite_releas) R 2540 2540 15108 0 -1 4202496 21047 0 0 0 294 17 0 0 25 0 1 0 1022314515 87117824 17952 4294967295 134512640 135223648 3219317104 3219315456 134608338 0 0 0 3 0 0 0 17 2 0 0 0
/proc/2545/statm: 21269 17952 73 174 0 21094 0
Current children cumulated CPU time (s) 3.12
Current children cumulated vsize (KiB) 87492

[startup+6.31082 s]
/proc/loadavg: 0.95 1.00 0.99 3/93 2546
/proc/meminfo: memFree=770188/2074464 swapFree=1952056/1959888
[pid=2540] ppid=2538 vsize=2420 CPUtime=3.28
/proc/2540/stat : 2540 (SatELiteGTI) S 2538 2540 15108 0 -1 4194304 383 21694 0 0 0 1 309 18 20 0 1 0 1022314514 2478080 277 4294967295 134512640 135169312 3219112256 3219108472 3085467374 0 65536 4 65538 3222381614 0 0 17 2 0 0 0
/proc/2540/statm: 605 277 235 161 0 44 0
[pid=2546] ppid=2540 vsize=17328 CPUtime=3.04
/proc/2546/stat : 2546 (minisat_static) R 2540 2540 15108 0 -1 4202496 4262 0 0 0 302 2 0 0 25 0 1 0 1022314842 17743872 4196 4294967295 134512640 135213731 3212829600 3212828064 134523803 0 0 0 3 0 0 0 17 3 0 0 0
/proc/2546/statm: 4332 4196 74 172 0 4158 0
Current children cumulated CPU time (s) 6.32
Current children cumulated vsize (KiB) 19748

[startup+12.7103 s]
/proc/loadavg: 0.96 1.00 0.99 3/93 2548
/proc/meminfo: memFree=760464/2074464 swapFree=1952056/1959888
[pid=2540] ppid=2538 vsize=2420 CPUtime=3.28
/proc/2540/stat : 2540 (SatELiteGTI) S 2538 2540 15108 0 -1 4194304 383 21694 0 0 0 1 309 18 20 0 1 0 1022314514 2478080 277 4294967295 134512640 135169312 3219112256 3219108472 3085467374 0 65536 4 65538 3222381614 0 0 17 2 0 0 0
/proc/2540/statm: 605 277 235 161 0 44 0
[pid=2546] ppid=2540 vsize=26880 CPUtime=9.44
/proc/2546/stat : 2546 (minisat_static) R 2540 2540 15108 0 -1 4202496 6631 0 0 0 941 3 0 0 25 0 1 0 1022314842 27525120 6565 4294967295 134512640 135213731 3212829600 3212828080 134530208 0 0 0 3 0 0 0 17 3 0 0 0
/proc/2546/statm: 6720 6565 74 172 0 6546 0
Current children cumulated CPU time (s) 12.72
Current children cumulated vsize (KiB) 29300

[startup+25.5193 s]
/proc/loadavg: 0.97 1.00 0.99 3/93 2552
/proc/meminfo: memFree=742176/2074464 swapFree=1952056/1959888
[pid=2540] ppid=2538 vsize=2420 CPUtime=3.28
/proc/2540/stat : 2540 (SatELiteGTI) S 2538 2540 15108 0 -1 4194304 383 21694 0 0 0 1 309 18 20 0 1 0 1022314514 2478080 277 4294967295 134512640 135169312 3219112256 3219108472 3085467374 0 65536 4 65538 3222381614 0 0 17 2 0 0 0
/proc/2540/statm: 605 277 235 161 0 44 0
[pid=2546] ppid=2540 vsize=44236 CPUtime=22.25
/proc/2546/stat : 2546 (minisat_static) R 2540 2540 15108 0 -1 4202496 10964 0 0 0 2222 3 0 0 25 0 1 0 1022314842 45297664 10898 4294967295 134512640 135213731 3212829600 3212828080 134530034 0 0 0 3 0 0 0 17 3 0 0 0
/proc/2546/statm: 11059 10898 74 172 0 10885 0
Current children cumulated CPU time (s) 25.53
Current children cumulated vsize (KiB) 46656

[startup+51.1174 s]
/proc/loadavg: 0.98 1.00 0.99 2/93 2743
/proc/meminfo: memFree=722244/2074464 swapFree=1952056/1959888
[pid=2540] ppid=2538 vsize=2420 CPUtime=3.28
/proc/2540/stat : 2540 (SatELiteGTI) S 2538 2540 15108 0 -1 4194304 383 21694 0 0 0 1 309 18 20 0 1 0 1022314514 2478080 277 4294967295 134512640 135169312 3219112256 3219108472 3085467374 0 65536 4 65538 3222381614 0 0 17 2 0 0 0
/proc/2540/statm: 605 277 235 161 0 44 0
[pid=2546] ppid=2540 vsize=64264 CPUtime=47.85
/proc/2546/stat : 2546 (minisat_static) R 2540 2540 15108 0 -1 4202496 15931 0 0 0 4781 4 0 0 25 0 1 0 1022314842 65806336 15865 4294967295 134512640 135213731 3212829600 3212828080 134530208 0 0 0 3 0 0 0 17 3 0 0 0
/proc/2546/statm: 16066 15865 74 172 0 15892 0
Current children cumulated CPU time (s) 51.13
Current children cumulated vsize (KiB) 66684

[startup+102.313 s]
/proc/loadavg: 0.99 1.00 0.99 2/93 2749
/proc/meminfo: memFree=691856/2074464 swapFree=1952056/1959888
[pid=2540] ppid=2538 vsize=2420 CPUtime=3.28
/proc/2540/stat : 2540 (SatELiteGTI) S 2538 2540 15108 0 -1 4194304 383 21694 0 0 0 1 309 18 20 0 1 0 1022314514 2478080 277 4294967295 134512640 135169312 3219112256 3219108472 3085467374 0 65536 4 65538 3222381614 0 0 17 2 0 0 0
/proc/2540/statm: 605 277 235 161 0 44 0
[pid=2546] ppid=2540 vsize=94456 CPUtime=99.05
/proc/2546/stat : 2546 (minisat_static) R 2540 2540 15108 0 -1 4202496 23458 0 0 0 9894 11 0 0 25 0 1 0 1022314842 96722944 23392 4294967295 134512640 135213731 3212829600 3212828008 134719542 0 0 0 3 0 0 0 17 3 0 0 0
/proc/2546/statm: 23614 23392 74 172 0 23440 0
Current children cumulated CPU time (s) 102.33
Current children cumulated vsize (KiB) 96876

[startup+162.319 s]
/proc/loadavg: 0.99 1.00 0.99 3/93 2937
/proc/meminfo: memFree=669916/2074464 swapFree=1952056/1959888
[pid=2540] ppid=2538 vsize=2420 CPUtime=3.28
/proc/2540/stat : 2540 (SatELiteGTI) S 2538 2540 15108 0 -1 4194304 383 21694 0 0 0 1 309 18 20 0 1 0 1022314514 2478080 277 4294967295 134512640 135169312 3219112256 3219108472 3085467374 0 65536 4 65538 3222381614 0 0 17 2 0 0 0
/proc/2540/statm: 605 277 235 161 0 44 0
[pid=2546] ppid=2540 vsize=117072 CPUtime=159.06
/proc/2546/stat : 2546 (minisat_static) R 2540 2540 15108 0 -1 4202496 28961 0 0 0 15892 14 0 0 25 0 1 0 1022314842 119881728 28895 4294967295 134512640 135213731 3212829600 3212828016 134535288 0 0 0 3 0 0 0 17 3 0 0 0
/proc/2546/statm: 29268 28895 74 172 0 29094 0
Current children cumulated CPU time (s) 162.34
Current children cumulated vsize (KiB) 119492

[startup+222.314 s]
/proc/loadavg: 0.99 1.00 0.99 2/93 3125
/proc/meminfo: memFree=669808/2074464 swapFree=1952056/1959888
[pid=2540] ppid=2538 vsize=2420 CPUtime=3.28
/proc/2540/stat : 2540 (SatELiteGTI) S 2538 2540 15108 0 -1 4194304 383 21694 0 0 0 1 309 18 20 0 1 0 1022314514 2478080 277 4294967295 134512640 135169312 3219112256 3219108472 3085467374 0 65536 4 65538 3222381614 0 0 17 2 0 0 0
/proc/2540/statm: 605 277 235 161 0 44 0
[pid=2546] ppid=2540 vsize=117072 CPUtime=219.06
/proc/2546/stat : 2546 (minisat_static) R 2540 2540 15108 0 -1 4202496 28964 0 0 0 21892 14 0 0 25 0 1 0 1022314842 119881728 28898 4294967295 134512640 135213731 3212829600 3212828080 134530208 0 0 0 3 0 0 0 17 3 0 0 0
/proc/2546/statm: 29268 28898 74 172 0 29094 0
Current children cumulated CPU time (s) 222.34
Current children cumulated vsize (KiB) 119492

[startup+282.32 s]
/proc/loadavg: 0.99 1.00 0.99 3/93 3316
/proc/meminfo: memFree=669552/2074464 swapFree=1952056/1959888
[pid=2540] ppid=2538 vsize=2420 CPUtime=3.28
/proc/2540/stat : 2540 (SatELiteGTI) S 2538 2540 15108 0 -1 4194304 383 21694 0 0 0 1 309 18 20 0 1 0 1022314514 2478080 277 4294967295 134512640 135169312 3219112256 3219108472 3085467374 0 65536 4 65538 3222381614 0 0 17 2 0 0 0
/proc/2540/statm: 605 277 235 161 0 44 0
[pid=2546] ppid=2540 vsize=117072 CPUtime=279.07
/proc/2546/stat : 2546 (minisat_static) R 2540 2540 15108 0 -1 4202496 28967 0 0 0 27893 14 0 0 25 0 1 0 1022314842 119881728 28901 4294967295 134512640 135213731 3212829600 3212828080 134530208 0 0 0 3 0 0 0 17 3 0 0 0
/proc/2546/statm: 29268 28901 74 172 0 29094 0
Current children cumulated CPU time (s) 282.35
Current children cumulated vsize (KiB) 119492

[startup+342.315 s]
/proc/loadavg: 0.99 1.00 0.99 3/93 3533
/proc/meminfo: memFree=669436/2074464 swapFree=1952056/1959888
[pid=2540] ppid=2538 vsize=2420 CPUtime=3.28
/proc/2540/stat : 2540 (SatELiteGTI) S 2538 2540 15108 0 -1 4194304 383 21694 0 0 0 1 309 18 20 0 1 0 1022314514 2478080 277 4294967295 134512640 135169312 3219112256 3219108472 3085467374 0 65536 4 65538 3222381614 0 0 17 2 0 0 0
/proc/2540/statm: 605 277 235 161 0 44 0
[pid=2546] ppid=2540 vsize=117072 CPUtime=339.07
/proc/2546/stat : 2546 (minisat_static) R 2540 2540 15108 0 -1 4202496 28986 0 0 0 33893 14 0 0 25 0 1 0 1022314842 119881728 28920 4294967295 134512640 135213731 3212829600 3212828080 134530208 0 0 0 3 0 0 0 17 3 0 0 0
/proc/2546/statm: 29268 28920 74 172 0 29094 0
Current children cumulated CPU time (s) 342.35
Current children cumulated vsize (KiB) 119492

[startup+402.31 s]
/proc/loadavg: 0.99 1.00 0.99 3/93 3722
/proc/meminfo: memFree=649596/2074464 swapFree=1952056/1959888
[pid=2540] ppid=2538 vsize=2420 CPUtime=3.28

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

/proc/2540/statm: 605 277 235 161 0 44 0
[pid=2546] ppid=2540 vsize=142812 CPUtime=459.08
/proc/2546/stat : 2546 (minisat_static) R 2540 2540 15108 0 -1 4202496 35261 0 0 0 45888 20 0 0 25 0 1 0 1022314842 146239488 35195 4294967295 134512640 135213731 3212829600 3212828080 134530208 0 0 0 3 0 0 0 17 3 0 0 0
/proc/2546/statm: 35703 35195 74 172 0 35529 0
Current children cumulated CPU time (s) 462.36
Current children cumulated vsize (KiB) 145232

[startup+522.311 s]
/proc/loadavg: 0.99 1.00 0.99 2/93 4096
/proc/meminfo: memFree=644180/2074464 swapFree=1952056/1959888
[pid=2540] ppid=2538 vsize=2420 CPUtime=3.28
/proc/2540/stat : 2540 (SatELiteGTI) S 2538 2540 15108 0 -1 4194304 383 21694 0 0 0 1 309 18 20 0 1 0 1022314514 2478080 277 4294967295 134512640 135169312 3219112256 3219108472 3085467374 0 65536 4 65538 3222381614 0 0 17 2 0 0 0
/proc/2540/statm: 605 277 235 161 0 44 0
[pid=2546] ppid=2540 vsize=142812 CPUtime=519.08
/proc/2546/stat : 2546 (minisat_static) R 2540 2540 15108 0 -1 4202496 35282 0 0 0 51888 20 0 0 25 0 1 0 1022314842 146239488 35216 4294967295 134512640 135213731 3212829600 3212828080 134529987 0 0 0 3 0 0 0 17 3 0 0 0
/proc/2546/statm: 35703 35216 74 172 0 35529 0
Current children cumulated CPU time (s) 522.36
Current children cumulated vsize (KiB) 145232

[startup+582.317 s]
/proc/loadavg: 0.99 1.00 0.99 3/93 4285
/proc/meminfo: memFree=644048/2074464 swapFree=1952056/1959888
[pid=2540] ppid=2538 vsize=2420 CPUtime=3.28
/proc/2540/stat : 2540 (SatELiteGTI) S 2538 2540 15108 0 -1 4194304 383 21694 0 0 0 1 309 18 20 0 1 0 1022314514 2478080 277 4294967295 134512640 135169312 3219112256 3219108472 3085467374 0 65536 4 65538 3222381614 0 0 17 2 0 0 0
/proc/2540/statm: 605 277 235 161 0 44 0
[pid=2546] ppid=2540 vsize=142812 CPUtime=579.09
/proc/2546/stat : 2546 (minisat_static) R 2540 2540 15108 0 -1 4202496 35290 0 0 0 57889 20 0 0 25 0 1 0 1022314842 146239488 35224 4294967295 134512640 135213731 3212829600 3212828080 134530208 0 0 0 3 0 0 0 17 3 0 0 0
/proc/2546/statm: 35703 35224 74 172 0 35529 0
Current children cumulated CPU time (s) 582.37
Current children cumulated vsize (KiB) 145232

[startup+642.312 s]
/proc/loadavg: 0.99 1.00 0.99 2/93 4472
/proc/meminfo: memFree=644180/2074464 swapFree=1952056/1959888
[pid=2540] ppid=2538 vsize=2420 CPUtime=3.28
/proc/2540/stat : 2540 (SatELiteGTI) S 2538 2540 15108 0 -1 4194304 383 21694 0 0 0 1 309 18 20 0 1 0 1022314514 2478080 277 4294967295 134512640 135169312 3219112256 3219108472 3085467374 0 65536 4 65538 3222381614 0 0 17 2 0 0 0
/proc/2540/statm: 605 277 235 161 0 44 0
[pid=2546] ppid=2540 vsize=142812 CPUtime=639.09
/proc/2546/stat : 2546 (minisat_static) R 2540 2540 15108 0 -1 4202496 35296 0 0 0 63889 20 0 0 25 0 1 0 1022314842 146239488 35230 4294967295 134512640 135213731 3212829600 3212828080 134530034 0 0 0 3 0 0 0 17 3 0 0 0
/proc/2546/statm: 35703 35230 74 172 0 35529 0
Current children cumulated CPU time (s) 642.37
Current children cumulated vsize (KiB) 145232

[startup+702.317 s]
/proc/loadavg: 0.99 1.00 0.99 2/93 4665
/proc/meminfo: memFree=643924/2074464 swapFree=1952056/1959888
[pid=2540] ppid=2538 vsize=2420 CPUtime=3.28
/proc/2540/stat : 2540 (SatELiteGTI) S 2538 2540 15108 0 -1 4194304 383 21694 0 0 0 1 309 18 20 0 1 0 1022314514 2478080 277 4294967295 134512640 135169312 3219112256 3219108472 3085467374 0 65536 4 65538 3222381614 0 0 17 2 0 0 0
/proc/2540/statm: 605 277 235 161 0 44 0
[pid=2546] ppid=2540 vsize=142812 CPUtime=699.1
/proc/2546/stat : 2546 (minisat_static) R 2540 2540 15108 0 -1 4202496 35297 0 0 0 69890 20 0 0 25 0 1 0 1022314842 146239488 35231 4294967295 134512640 135213731 3212829600 3212828080 134530208 0 0 0 3 0 0 0 17 3 0 0 0
/proc/2546/statm: 35703 35231 74 172 0 35529 0
Current children cumulated CPU time (s) 702.38
Current children cumulated vsize (KiB) 145232

[startup+762.313 s]
/proc/loadavg: 0.99 1.00 0.99 3/93 4852
/proc/meminfo: memFree=643916/2074464 swapFree=1952056/1959888
[pid=2540] ppid=2538 vsize=2420 CPUtime=3.28
/proc/2540/stat : 2540 (SatELiteGTI) S 2538 2540 15108 0 -1 4194304 383 21694 0 0 0 1 309 18 20 0 1 0 1022314514 2478080 277 4294967295 134512640 135169312 3219112256 3219108472 3085467374 0 65536 4 65538 3222381614 0 0 17 2 0 0 0
/proc/2540/statm: 605 277 235 161 0 44 0
[pid=2546] ppid=2540 vsize=142812 CPUtime=759.1
/proc/2546/stat : 2546 (minisat_static) R 2540 2540 15108 0 -1 4202496 35299 0 0 0 75890 20 0 0 25 0 1 0 1022314842 146239488 35233 4294967295 134512640 135213731 3212829600 3212828080 134530096 0 0 0 3 0 0 0 17 3 0 0 0
/proc/2546/statm: 35703 35233 74 172 0 35529 0
Current children cumulated CPU time (s) 762.38
Current children cumulated vsize (KiB) 145232

[startup+822.318 s]
/proc/loadavg: 0.99 1.00 0.99 2/93 5039
/proc/meminfo: memFree=637732/2074464 swapFree=1952056/1959888
[pid=2540] ppid=2538 vsize=2420 CPUtime=3.28
/proc/2540/stat : 2540 (SatELiteGTI) S 2538 2540 15108 0 -1 4194304 383 21694 0 0 0 1 309 18 20 0 1 0 1022314514 2478080 277 4294967295 134512640 135169312 3219112256 3219108472 3085467374 0 65536 4 65538 3222381614 0 0 17 2 0 0 0
/proc/2540/statm: 605 277 235 161 0 44 0
[pid=2546] ppid=2540 vsize=149232 CPUtime=819.11
/proc/2546/stat : 2546 (minisat_static) R 2540 2540 15108 0 -1 4202496 36849 0 0 0 81889 22 0 0 25 0 1 0 1022314842 152813568 36783 4294967295 134512640 135213731 3212829600 3212828080 134530208 0 0 0 3 0 0 0 17 3 0 0 0
/proc/2546/statm: 37308 36783 74 172 0 37134 0
Current children cumulated CPU time (s) 822.39
Current children cumulated vsize (KiB) 151652

[startup+882.314 s]
/proc/loadavg: 0.99 1.00 0.99 3/93 5228
/proc/meminfo: memFree=634872/2074464 swapFree=1952056/1959888
[pid=2540] ppid=2538 vsize=2420 CPUtime=3.28
/proc/2540/stat : 2540 (SatELiteGTI) S 2538 2540 15108 0 -1 4194304 383 21694 0 0 0 1 309 18 20 0 1 0 1022314514 2478080 277 4294967295 134512640 135169312 3219112256 3219108472 3085467374 0 65536 4 65538 3222381614 0 0 17 2 0 0 0
/proc/2540/statm: 605 277 235 161 0 44 0
[pid=2546] ppid=2540 vsize=151580 CPUtime=879.11
/proc/2546/stat : 2546 (minisat_static) R 2540 2540 15108 0 -1 4202496 37433 0 0 0 87889 22 0 0 25 0 1 0 1022314842 155217920 37367 4294967295 134512640 135213731 3212829600 3212828080 134530132 0 0 0 3 0 0 0 17 3 0 0 0
/proc/2546/statm: 37895 37367 74 172 0 37721 0
Current children cumulated CPU time (s) 882.39
Current children cumulated vsize (KiB) 154000

[startup+942.319 s]
/proc/loadavg: 0.99 1.00 0.99 2/93 5415
/proc/meminfo: memFree=627812/2074464 swapFree=1952056/1959888
[pid=2540] ppid=2538 vsize=2420 CPUtime=3.28
/proc/2540/stat : 2540 (SatELiteGTI) S 2538 2540 15108 0 -1 4194304 383 21694 0 0 0 1 309 18 20 0 1 0 1022314514 2478080 277 4294967295 134512640 135169312 3219112256 3219108472 3085467374 0 65536 4 65538 3222381614 0 0 17 2 0 0 0
/proc/2540/statm: 605 277 235 161 0 44 0
[pid=2546] ppid=2540 vsize=158456 CPUtime=939.12
/proc/2546/stat : 2546 (minisat_static) R 2540 2540 15108 0 -1 4202496 39198 0 0 0 93890 22 0 0 25 0 1 0 1022314842 162258944 39132 4294967295 134512640 135213731 3212829600 3212828080 134530157 0 0 0 3 0 0 0 17 3 0 0 0
/proc/2546/statm: 39614 39132 74 172 0 39440 0
Current children cumulated CPU time (s) 942.4
Current children cumulated vsize (KiB) 160876

[startup+1002.31 s]
/proc/loadavg: 0.99 1.00 0.99 2/93 5604
/proc/meminfo: memFree=627812/2074464 swapFree=1952056/1959888
[pid=2540] ppid=2538 vsize=2420 CPUtime=3.28
/proc/2540/stat : 2540 (SatELiteGTI) S 2538 2540 15108 0 -1 4194304 383 21694 0 0 0 1 309 18 20 0 1 0 1022314514 2478080 277 4294967295 134512640 135169312 3219112256 3219108472 3085467374 0 65536 4 65538 3222381614 0 0 17 2 0 0 0
/proc/2540/statm: 605 277 235 161 0 44 0
[pid=2546] ppid=2540 vsize=158588 CPUtime=999.12
/proc/2546/stat : 2546 (minisat_static) R 2540 2540 15108 0 -1 4202496 39209 0 0 0 99889 23 0 0 25 0 1 0 1022314842 162394112 39143 4294967295 134512640 135213731 3212829600 3212828080 134530208 0 0 0 3 0 0 0 17 3 0 0 0
/proc/2546/statm: 39647 39143 74 172 0 39473 0
Current children cumulated CPU time (s) 1002.4
Current children cumulated vsize (KiB) 161008

[startup+1062.31 s]
/proc/loadavg: 0.99 1.00 0.99 2/93 5791
/proc/meminfo: memFree=627672/2074464 swapFree=1952056/1959888
[pid=2540] ppid=2538 vsize=2420 CPUtime=3.28
/proc/2540/stat : 2540 (SatELiteGTI) S 2538 2540 15108 0 -1 4194304 383 21694 0 0 0 1 309 18 20 0 1 0 1022314514 2478080 277 4294967295 134512640 135169312 3219112256 3219108472 3085467374 0 65536 4 65538 3222381614 0 0 17 2 0 0 0
/proc/2540/statm: 605 277 235 161 0 44 0
[pid=2546] ppid=2540 vsize=158588 CPUtime=1059.12
/proc/2546/stat : 2546 (minisat_static) R 2540 2540 15108 0 -1 4202496 39216 0 0 0 105889 23 0 0 25 0 1 0 1022314842 162394112 39150 4294967295 134512640 135213731 3212829600 3212828080 134530208 0 0 0 3 0 0 0 17 3 0 0 0
/proc/2546/statm: 39647 39150 74 172 0 39473 0
Current children cumulated CPU time (s) 1062.4
Current children cumulated vsize (KiB) 161008

[startup+1122.32 s]
/proc/loadavg: 0.99 1.00 0.99 3/93 5982
/proc/meminfo: memFree=628060/2074464 swapFree=1952056/1959888
[pid=2540] ppid=2538 vsize=2420 CPUtime=3.28
/proc/2540/stat : 2540 (SatELiteGTI) S 2538 2540 15108 0 -1 4194304 383 21694 0 0 0 1 309 18 20 0 1 0 1022314514 2478080 277 4294967295 134512640 135169312 3219112256 3219108472 3085467374 0 65536 4 65538 3222381614 0 0 17 2 0 0 0
/proc/2540/statm: 605 277 235 161 0 44 0
[pid=2546] ppid=2540 vsize=158588 CPUtime=1119.13
/proc/2546/stat : 2546 (minisat_static) R 2540 2540 15108 0 -1 4202496 39218 0 0 0 111890 23 0 0 25 0 1 0 1022314842 162394112 39152 4294967295 134512640 135213731 3212829600 3212828080 134530208 0 0 0 3 0 0 0 17 3 0 0 0
/proc/2546/statm: 39647 39152 74 172 0 39473 0
Current children cumulated CPU time (s) 1122.41
Current children cumulated vsize (KiB) 161008

[startup+1182.31 s]
/proc/loadavg: 0.99 1.00 0.99 3/93 6170
/proc/meminfo: memFree=628060/2074464 swapFree=1952056/1959888
[pid=2540] ppid=2538 vsize=2420 CPUtime=3.28
/proc/2540/stat : 2540 (SatELiteGTI) S 2538 2540 15108 0 -1 4194304 383 21694 0 0 0 1 309 18 20 0 1 0 1022314514 2478080 277 4294967295 134512640 135169312 3219112256 3219108472 3085467374 0 65536 4 65538 3222381614 0 0 17 2 0 0 0
/proc/2540/statm: 605 277 235 161 0 44 0
[pid=2546] ppid=2540 vsize=158588 CPUtime=1179.13
/proc/2546/stat : 2546 (minisat_static) R 2540 2540 15108 0 -1 4202496 39221 0 0 0 117890 23 0 0 25 0 1 0 1022314842 162394112 39155 4294967295 134512640 135213731 3212829600 3212828080 134530208 0 0 0 3 0 0 0 17 3 0 0 0
/proc/2546/statm: 39647 39155 74 172 0 39473 0
Current children cumulated CPU time (s) 1182.41
Current children cumulated vsize (KiB) 161008



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1199.93 s]
/proc/loadavg: 0.99 1.00 0.99 3/93 6354
/proc/meminfo: memFree=627972/2074464 swapFree=1952056/1959888
[pid=2540] ppid=2538 vsize=2420 CPUtime=3.28
/proc/2540/stat : 2540 (SatELiteGTI) S 2538 2540 15108 0 -1 4194304 383 21694 0 0 0 1 309 18 20 0 1 0 1022314514 2478080 277 4294967295 134512640 135169312 3219112256 3219108472 3085467374 0 65536 4 65538 3222381614 0 0 17 2 0 0 0
/proc/2540/statm: 605 277 235 161 0 44 0
[pid=2546] ppid=2540 vsize=158588 CPUtime=1196.75
/proc/2546/stat : 2546 (minisat_static) R 2540 2540 15108 0 -1 4202496 39221 0 0 0 119652 23 0 0 25 0 1 0 1022314842 162394112 39155 4294967295 134512640 135213731 3212829600 3212828080 134530171 0 0 0 3 0 0 0 17 3 0 0 0
/proc/2546/statm: 39647 39155 74 172 0 39473 0
Current children cumulated CPU time (s) 1200.03
Current children cumulated vsize (KiB) 161008

Sending SIGTERM to process tree (bottom up)

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

Child status: 143
Real time (s): 1199.96
CPU time (s): 1200.05
CPU user time (s): 1199.61
CPU system time (s): 0.44
CPU usage (%): 100.008
Max. virtual memory (cumulated for all children) (KiB): 161008

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

runsolver used 0 second user time and 0 second system time

The end

Launcher Data

Begin job on tipi24 at 2009-05-17 18:36:03
IDJOB=1821903
IDBENCH=71717
IDSOLVER=662
FILE ID=tipi24/1821903-1242578163
PBS_JOBID=
Free space on /tmp= 9608 MiB

SOLVER NAME= APTUSAT 2009-03-22
BENCH NAME= SAT_RACE06/manol-pipe-g10id.cnf
COMMAND LINE= SatELiteGTI BENCHNAME -restarts=1
RUNSOLVER COMMAND LINE= runsolver --timestamp  -w /tmp/evaluation-result-1821903-1242578163/watcher-1821903-1242578163 -o /tmp/evaluation-result-1821903-1242578163/solver-1821903-1242578163 -C 1200 -W 1800 -M 1800  SatELiteGTI HOME/instance-1821903-1242578163.cnf -restarts=1

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

MD5SUM BENCH= 79b8866c5f4be7f699958174c5be63e9
RANDOM SEED= 620968840

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:        804732 kB
Buffers:         55556 kB
Cached:        1096876 kB
SwapCached:       3828 kB
Active:         333132 kB
Inactive:       828872 kB
HighTotal:     1178688 kB
HighFree:       162364 kB
LowTotal:       895776 kB
LowFree:        642368 kB
SwapTotal:     1959888 kB
SwapFree:      1952056 kB
Dirty:            9988 kB
Writeback:           0 kB
AnonPages:        8980 kB
Mapped:           3336 kB
Slab:            99420 kB
PageTables:        660 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= 9608 MiB
End job on tipi24 at 2009-05-17 18:56:04