Trace number 1821435

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.03 1199.93

General information on the benchmark

NameAPPLICATIONS/
c32sat/post-c32s-ss-8.cnf
MD5SUM9d3d3bb9b296880c7463693ae665aafd
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 variables53752
Number of clauses148393
Sum of the clauses size346249
Maximum clause length3
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 298928
Number of clauses of size 349464
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.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 |  135726   315843 |   40717       0        0     nan |  0.000 % |
1.61/1.63	c |         0 |   65966   210427 |      --       0       --      -- |     --   | -69152/-103784
1.61/1.63	c ==============================================================================
1.61/1.63	c Result  :   #vars: 13761   #clauses: 65966   #literals: 210427
1.61/1.63	c CPU time:   1.56 s
1.61/1.63	c ==============================================================================
1.71/1.71	This is MiniSat 2.0 beta
1.71/1.71	WARNING: for repeatability, setting FPU to use double precision
1.71/1.71	============================[ Problem Statistics ]=============================
1.71/1.71	|                                                                             |
1.71/1.71	|  Number of variables:  13761                                                |
1.71/1.71	|  Number of clauses:    65966                                                |
1.71/1.76	|  Parsing time:         0.04         s                                       |
1.71/1.76	============================[ Search Statistics ]==============================
1.71/1.76	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
1.71/1.76	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
1.71/1.76	===============================================================================
1.71/1.76	|         0 |   13761    65966   210427 |    21988        0    nan |  0.000 % |
1.71/1.77	|       100 |   13761    65966   210427 |    24187      100      8 |  0.000 % |
1.71/1.78	|       251 |   13761    65966   210427 |    26606      251      7 |  0.000 % |
1.71/1.82	|       480 |   13761    65966   210427 |    29266      480     16 |  0.000 % |
1.71/1.86	|       817 |   13760    65966   210427 |    32193      816     15 |  0.007 % |
1.71/1.99	|      1323 |   13759    65963   210421 |    35412     1321     19 |  0.015 % |
2.11/2.20	|      2082 |   13758    65958   210411 |    38954     2079     20 |  0.022 % |
2.41/2.45	|      3225 |   13758    65955   210405 |    42849     3221     27 |  0.022 % |
2.81/2.87	|      4933 |   13757    65948   210391 |    47134     4928     26 |  0.029 % |
3.32/3.36	|      7495 |   13754    65938   210369 |    51848     7487     26 |  0.051 % |
4.11/4.16	|     11339 |   13753    65938   210369 |    57032    11330     29 |  0.058 % |
5.52/5.56	|     17105 |   13753    65930   210351 |    62736    17096     42 |  0.058 % |
7.91/7.95	|     25754 |   13752    65926   210343 |    69009    25744     58 |  0.065 % |
11.71/11.71	|     38728 |   13747    65905   210297 |    75910    38711     47 |  0.102 % |
18.72/18.80	|     58189 |   13742    65872   210223 |    83501    58165     50 |  0.138 % |
32.82/32.85	|     87381 |   13730    65830   210137 |    91852    23370     36 |  0.225 % |
47.62/47.64	|    131170 |   13719    65766   209995 |   101037    67148     40 |  0.305 % |
78.52/78.58	|    196854 |   13708    65708   209863 |   111141    57756     40 |  0.385 % |
129.63/129.69	|    295381 |   13700    65668   209769 |   122255    76183     40 |  0.443 % |
215.43/215.41	|    443170 |   13687    65588   209569 |   134480    38065     26 |  0.538 % |
361.55/361.53	|    664853 |   13664    65475   209313 |   147928    72677     34 |  0.705 % |
663.37/663.34	|    997378 |   13626    65214   208640 |   162721   110976     41 |  0.981 % |
1200.02/1199.92	HOME/SatELiteGTI: line 36: 31437 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-1821435-1242527042/watcher-1821435-1242527042 -o /tmp/evaluation-result-1821435-1242527042/solver-1821435-1242527042 -C 1200 -W 1800 -M 1800 SatELiteGTI HOME/instance-1821435-1242527042.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: 1.00 1.01 1.00 2/93 31431
/proc/meminfo: memFree=410096/2074464 swapFree=1949056/1959888
[pid=31431] ppid=31429 vsize=2412 CPUtime=0
/proc/31431/stat : 31431 (SatELiteGTI) S 31429 31431 14060 0 -1 4194304 368 648 0 0 0 0 0 0 25 0 1 0 1017201359 2469888 277 4294967295 134512640 135169312 3215564256 3215562792 3085455086 0 65536 4 65538 3222381614 0 0 17 2 0 0 0
/proc/31431/statm: 603 277 235 161 0 42 0
[pid=31435] ppid=31431 vsize=956 CPUtime=0
/proc/31435/stat : 31435 (SatELite_releas) R 31431 31431 14060 0 -1 4202496 119 0 0 0 0 0 0 0 25 0 1 0 1017201359 978944 55 4294967295 134512640 135223648 3219429760 3219428664 134737310 0 0 0 3 0 0 0 17 3 0 0 0
/proc/31435/statm: 239 58 45 174 0 64 0

[startup+0.06989 s]
/proc/loadavg: 1.00 1.01 1.00 2/93 31431
/proc/meminfo: memFree=410096/2074464 swapFree=1949056/1959888
[pid=31431] ppid=31429 vsize=2412 CPUtime=0
/proc/31431/stat : 31431 (SatELiteGTI) S 31429 31431 14060 0 -1 4194304 368 648 0 0 0 0 0 0 25 0 1 0 1017201359 2469888 277 4294967295 134512640 135169312 3215564256 3215562792 3085455086 0 65536 4 65538 3222381614 0 0 17 2 0 0 0
/proc/31431/statm: 603 277 235 161 0 42 0
[pid=31435] ppid=31431 vsize=11872 CPUtime=0.07
/proc/31435/stat : 31435 (SatELite_releas) R 31431 31431 14060 0 -1 4202496 2592 0 0 0 7 0 0 0 25 0 1 0 1017201359 12156928 2528 4294967295 134512640 135223648 3219429760 3219428480 134734703 0 0 0 3 0 0 0 17 3 0 0 0
/proc/31435/statm: 2968 2528 47 174 0 2793 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 14284

[startup+0.109886 s]
/proc/loadavg: 1.00 1.01 1.00 2/93 31431
/proc/meminfo: memFree=410096/2074464 swapFree=1949056/1959888
[pid=31431] ppid=31429 vsize=2412 CPUtime=0
/proc/31431/stat : 31431 (SatELiteGTI) S 31429 31431 14060 0 -1 4194304 368 648 0 0 0 0 0 0 25 0 1 0 1017201359 2469888 277 4294967295 134512640 135169312 3215564256 3215562792 3085455086 0 65536 4 65538 3222381614 0 0 17 2 0 0 0
/proc/31431/statm: 603 277 235 161 0 42 0
[pid=31435] ppid=31431 vsize=16964 CPUtime=0.11
/proc/31435/stat : 31435 (SatELite_releas) R 31431 31431 14060 0 -1 4202496 3846 0 0 0 9 2 0 0 25 0 1 0 1017201359 17371136 3782 4294967295 134512640 135223648 3219429760 3219428712 134737310 0 0 0 3 0 0 0 17 3 0 0 0
/proc/31435/statm: 4241 3782 47 174 0 4066 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 19376

[startup+0.309868 s]
/proc/loadavg: 1.00 1.01 1.00 2/93 31431
/proc/meminfo: memFree=410096/2074464 swapFree=1949056/1959888
[pid=31431] ppid=31429 vsize=2412 CPUtime=0
/proc/31431/stat : 31431 (SatELiteGTI) S 31429 31431 14060 0 -1 4194304 368 648 0 0 0 0 0 0 25 0 1 0 1017201359 2469888 277 4294967295 134512640 135169312 3215564256 3215562792 3085455086 0 65536 4 65538 3222381614 0 0 17 2 0 0 0
/proc/31431/statm: 603 277 235 161 0 42 0
[pid=31435] ppid=31431 vsize=21748 CPUtime=0.31
/proc/31435/stat : 31435 (SatELite_releas) R 31431 31431 14060 0 -1 4202496 5265 0 0 0 27 4 0 0 25 0 1 0 1017201359 22269952 4850 4294967295 134512640 135223648 3219429760 3219427760 134548477 0 0 0 3 0 0 0 17 3 0 0 0
/proc/31435/statm: 5437 4850 73 174 0 5262 0
Current children cumulated CPU time (s) 0.31
Current children cumulated vsize (KiB) 24160

[startup+0.709834 s]
/proc/loadavg: 1.00 1.01 1.00 2/93 31431
/proc/meminfo: memFree=410096/2074464 swapFree=1949056/1959888
[pid=31431] ppid=31429 vsize=2412 CPUtime=0
/proc/31431/stat : 31431 (SatELiteGTI) S 31429 31431 14060 0 -1 4194304 368 648 0 0 0 0 0 0 25 0 1 0 1017201359 2469888 277 4294967295 134512640 135169312 3215564256 3215562792 3085455086 0 65536 4 65538 3222381614 0 0 17 2 0 0 0
/proc/31431/statm: 603 277 235 161 0 42 0
[pid=31435] ppid=31431 vsize=23368 CPUtime=0.71
/proc/31435/stat : 31435 (SatELite_releas) R 31431 31431 14060 0 -1 4202496 5625 0 0 0 66 5 0 0 25 0 1 0 1017201359 23928832 5210 4294967295 134512640 135223648 3219429760 3219427616 134578201 0 0 0 3 0 0 0 17 3 0 0 0
/proc/31435/statm: 5842 5210 73 174 0 5667 0
Current children cumulated CPU time (s) 0.71
Current children cumulated vsize (KiB) 25780

[startup+1.50976 s]
/proc/loadavg: 1.00 1.01 1.00 3/95 31436
/proc/meminfo: memFree=381112/2074464 swapFree=1949056/1959888
[pid=31431] ppid=31429 vsize=2412 CPUtime=0
/proc/31431/stat : 31431 (SatELiteGTI) S 31429 31431 14060 0 -1 4194304 368 648 0 0 0 0 0 0 25 0 1 0 1017201359 2469888 277 4294967295 134512640 135169312 3215564256 3215562792 3085455086 0 65536 4 65538 3222381614 0 0 17 2 0 0 0
/proc/31431/statm: 603 277 235 161 0 42 0
[pid=31435] ppid=31431 vsize=23708 CPUtime=1.51
/proc/31435/stat : 31435 (SatELite_releas) R 31431 31431 14060 0 -1 4202496 5931 0 0 0 144 7 0 0 25 0 1 0 1017201359 24276992 5291 4294967295 134512640 135223648 3219429760 3219427776 134586911 0 0 0 3 0 0 0 17 3 0 0 0
/proc/31435/statm: 5927 5291 75 174 0 5752 0
Current children cumulated CPU time (s) 1.51
Current children cumulated vsize (KiB) 26120

[startup+3.10963 s]
/proc/loadavg: 1.00 1.01 1.00 3/95 31437
/proc/meminfo: memFree=394876/2074464 swapFree=1949056/1959888
[pid=31431] ppid=31429 vsize=2416 CPUtime=1.71
/proc/31431/stat : 31431 (SatELiteGTI) S 31429 31431 14060 0 -1 4194304 387 7392 0 0 0 0 163 8 18 0 1 0 1017201359 2473984 278 4294967295 134512640 135169312 3215564256 3215560472 3085455086 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/31431/statm: 604 278 235 161 0 43 0
[pid=31437] ppid=31431 vsize=6892 CPUtime=1.4
/proc/31437/stat : 31437 (minisat_static) R 31431 31431 14060 0 -1 4202496 1583 0 0 0 139 1 0 0 25 0 1 0 1017201530 7057408 1517 4294967295 134512640 135213731 3216256736 3216255216 134529923 0 0 0 3 0 0 0 17 0 0 0 0
/proc/31437/statm: 1723 1517 75 172 0 1549 0
Current children cumulated CPU time (s) 3.11
Current children cumulated vsize (KiB) 9308

[startup+6.30935 s]
/proc/loadavg: 1.00 1.01 1.00 3/95 31437
/proc/meminfo: memFree=391668/2074464 swapFree=1949056/1959888
[pid=31431] ppid=31429 vsize=2416 CPUtime=1.71
/proc/31431/stat : 31431 (SatELiteGTI) S 31429 31431 14060 0 -1 4194304 387 7392 0 0 0 0 163 8 18 0 1 0 1017201359 2473984 278 4294967295 134512640 135169312 3215564256 3215560472 3085455086 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/31431/statm: 604 278 235 161 0 43 0
[pid=31437] ppid=31431 vsize=10804 CPUtime=4.6
/proc/31437/stat : 31437 (minisat_static) R 31431 31431 14060 0 -1 4202496 2547 0 0 0 458 2 0 0 25 0 1 0 1017201530 11063296 2481 4294967295 134512640 135213731 3216256736 3216255216 134530208 0 0 0 3 0 0 0 17 0 0 0 0
/proc/31437/statm: 2701 2481 75 172 0 2527 0
Current children cumulated CPU time (s) 6.31
Current children cumulated vsize (KiB) 13220

[startup+12.7088 s]
/proc/loadavg: 1.00 1.01 1.00 3/95 31437
/proc/meminfo: memFree=385960/2074464 swapFree=1949056/1959888
[pid=31431] ppid=31429 vsize=2416 CPUtime=1.71
/proc/31431/stat : 31431 (SatELiteGTI) S 31429 31431 14060 0 -1 4194304 387 7392 0 0 0 0 163 8 18 0 1 0 1017201359 2473984 278 4294967295 134512640 135169312 3215564256 3215560472 3085455086 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/31431/statm: 604 278 235 161 0 43 0
[pid=31437] ppid=31431 vsize=15536 CPUtime=11
/proc/31437/stat : 31437 (minisat_static) R 31431 31431 14060 0 -1 4202496 3725 0 0 0 1098 2 0 0 25 0 1 0 1017201530 15908864 3659 4294967295 134512640 135213731 3216256736 3216255216 134530208 0 0 0 3 0 0 0 17 2 0 0 0
/proc/31437/statm: 3884 3659 75 172 0 3710 0
Current children cumulated CPU time (s) 12.71
Current children cumulated vsize (KiB) 17952

[startup+25.5077 s]
/proc/loadavg: 1.00 1.01 1.00 3/95 31437
/proc/meminfo: memFree=377500/2074464 swapFree=1949056/1959888
[pid=31431] ppid=31429 vsize=2416 CPUtime=1.71
/proc/31431/stat : 31431 (SatELiteGTI) S 31429 31431 14060 0 -1 4194304 387 7392 0 0 0 0 163 8 18 0 1 0 1017201359 2473984 278 4294967295 134512640 135169312 3215564256 3215560472 3085455086 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/31431/statm: 604 278 235 161 0 43 0
[pid=31437] ppid=31431 vsize=23844 CPUtime=23.8
/proc/31437/stat : 31437 (minisat_static) R 31431 31431 14060 0 -1 4202496 5787 0 0 0 2375 5 0 0 25 0 1 0 1017201530 24416256 5721 4294967295 134512640 135213731 3216256736 3216255216 134530208 0 0 0 3 0 0 0 17 2 0 0 0
/proc/31437/statm: 5961 5721 75 172 0 5787 0
Current children cumulated CPU time (s) 25.51
Current children cumulated vsize (KiB) 26260

[startup+51.1155 s]
/proc/loadavg: 1.00 1.01 1.00 3/95 31438
/proc/meminfo: memFree=374368/2074464 swapFree=1949056/1959888
[pid=31431] ppid=31429 vsize=2416 CPUtime=1.71
/proc/31431/stat : 31431 (SatELiteGTI) S 31429 31431 14060 0 -1 4194304 387 7392 0 0 0 0 163 8 18 0 1 0 1017201359 2473984 278 4294967295 134512640 135169312 3215564256 3215560472 3085455086 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/31431/statm: 604 278 235 161 0 43 0
[pid=31437] ppid=31431 vsize=26748 CPUtime=49.41
/proc/31437/stat : 31437 (minisat_static) R 31431 31431 14060 0 -1 4202496 6543 0 0 0 4936 5 0 0 25 0 1 0 1017201530 27389952 6477 4294967295 134512640 135213731 3216256736 3216255216 134530208 0 0 0 3 0 0 0 17 2 0 0 0
/proc/31437/statm: 6687 6477 75 172 0 6513 0
Current children cumulated CPU time (s) 51.12
Current children cumulated vsize (KiB) 29164

[startup+102.321 s]
/proc/loadavg: 1.00 1.00 1.00 3/95 31630
/proc/meminfo: memFree=369656/2074464 swapFree=1949056/1959888
[pid=31431] ppid=31429 vsize=2416 CPUtime=1.71
/proc/31431/stat : 31431 (SatELiteGTI) S 31429 31431 14060 0 -1 4194304 387 7392 0 0 0 0 163 8 18 0 1 0 1017201359 2473984 278 4294967295 134512640 135169312 3215564256 3215560472 3085455086 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/31431/statm: 604 278 235 161 0 43 0
[pid=31437] ppid=31431 vsize=31328 CPUtime=100.62
/proc/31437/stat : 31437 (minisat_static) R 31431 31431 14060 0 -1 4202496 7641 0 0 0 10057 5 0 0 25 0 1 0 1017201530 32079872 7575 4294967295 134512640 135213731 3216256736 3216255216 134530208 0 0 0 3 0 0 0 17 2 0 0 0
/proc/31437/statm: 7832 7575 75 172 0 7658 0
Current children cumulated CPU time (s) 102.33
Current children cumulated vsize (KiB) 33744

[startup+162.326 s]
/proc/loadavg: 1.00 1.00 1.00 2/95 31819
/proc/meminfo: memFree=367836/2074464 swapFree=1949056/1959888
[pid=31431] ppid=31429 vsize=2416 CPUtime=1.71
/proc/31431/stat : 31431 (SatELiteGTI) S 31429 31431 14060 0 -1 4194304 387 7392 0 0 0 0 163 8 18 0 1 0 1017201359 2473984 278 4294967295 134512640 135169312 3215564256 3215560472 3085455086 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/31431/statm: 604 278 235 161 0 43 0
[pid=31437] ppid=31431 vsize=33180 CPUtime=160.63
/proc/31437/stat : 31437 (minisat_static) R 31431 31431 14060 0 -1 4202496 8117 0 0 0 16058 5 0 0 25 0 1 0 1017201530 33976320 8051 4294967295 134512640 135213731 3216256736 3216255216 134530208 0 0 0 3 0 0 0 17 2 0 0 0
/proc/31437/statm: 8295 8051 75 172 0 8121 0
Current children cumulated CPU time (s) 162.34
Current children cumulated vsize (KiB) 35596

[startup+222.311 s]
/proc/loadavg: 1.00 1.00 1.00 2/95 32005
/proc/meminfo: memFree=367292/2074464 swapFree=1949056/1959888
[pid=31431] ppid=31429 vsize=2416 CPUtime=1.71
/proc/31431/stat : 31431 (SatELiteGTI) S 31429 31431 14060 0 -1 4194304 387 7392 0 0 0 0 163 8 18 0 1 0 1017201359 2473984 278 4294967295 134512640 135169312 3215564256 3215560472 3085455086 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/31431/statm: 604 278 235 161 0 43 0
[pid=31437] ppid=31431 vsize=33180 CPUtime=220.62
/proc/31437/stat : 31437 (minisat_static) R 31431 31431 14060 0 -1 4202496 8144 0 0 0 22057 5 0 0 25 0 1 0 1017201530 33976320 8078 4294967295 134512640 135213731 3216256736 3216255216 134530208 0 0 0 3 0 0 0 17 2 0 0 0
/proc/31437/statm: 8295 8078 75 172 0 8121 0
Current children cumulated CPU time (s) 222.33
Current children cumulated vsize (KiB) 35596

[startup+282.315 s]
/proc/loadavg: 1.00 1.00 1.00 2/95 32192
/proc/meminfo: memFree=363704/2074464 swapFree=1949056/1959888
[pid=31431] ppid=31429 vsize=2416 CPUtime=1.71
/proc/31431/stat : 31431 (SatELiteGTI) S 31429 31431 14060 0 -1 4194304 387 7392 0 0 0 0 163 8 18 0 1 0 1017201359 2473984 278 4294967295 134512640 135169312 3215564256 3215560472 3085455086 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/31431/statm: 604 278 235 161 0 43 0
[pid=31437] ppid=31431 vsize=36900 CPUtime=280.63
/proc/31437/stat : 31437 (minisat_static) R 31431 31431 14060 0 -1 4202496 9080 0 0 0 28058 5 0 0 25 0 1 0 1017201530 37785600 9014 4294967295 134512640 135213731 3216256736 3216255216 134530208 0 0 0 3 0 0 0 17 2 0 0 0
/proc/31437/statm: 9225 9014 75 172 0 9051 0
Current children cumulated CPU time (s) 282.34
Current children cumulated vsize (KiB) 39316

[startup+342.32 s]
/proc/loadavg: 1.00 1.00 1.00 2/95 32380
/proc/meminfo: memFree=363720/2074464 swapFree=1949056/1959888
[pid=31431] ppid=31429 vsize=2416 CPUtime=1.71
/proc/31431/stat : 31431 (SatELiteGTI) S 31429 31431 14060 0 -1 4194304 387 7392 0 0 0 0 163 8 18 0 1 0 1017201359 2473984 278 4294967295 134512640 135169312 3215564256 3215560472 3085455086 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/31431/statm: 604 278 235 161 0 43 0
[pid=31437] ppid=31431 vsize=37044 CPUtime=340.64
/proc/31437/stat : 31437 (minisat_static) R 31431 31431 14060 0 -1 4202496 9103 0 0 0 34059 5 0 0 25 0 1 0 1017201530 37933056 9037 4294967295 134512640 135213731 3216256736 3216255216 134530171 0 0 0 3 0 0 0 17 2 0 0 0
/proc/31437/statm: 9261 9037 75 172 0 9087 0
Current children cumulated CPU time (s) 342.35

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

[pid=31437] ppid=31431 vsize=41936 CPUtime=520.66
/proc/31437/stat : 31437 (minisat_static) R 31431 31431 14060 0 -1 4202496 10255 0 0 0 52058 8 0 0 25 0 1 0 1017201530 42942464 10189 4294967295 134512640 135213731 3216256736 3216255216 134530208 0 0 0 3 0 0 0 17 2 0 0 0
/proc/31437/statm: 10484 10189 75 172 0 10310 0
Current children cumulated CPU time (s) 522.37
Current children cumulated vsize (KiB) 44352

[startup+582.309 s]
/proc/loadavg: 1.00 1.00 1.00 2/95 669
/proc/meminfo: memFree=359140/2074464 swapFree=1949056/1959888
[pid=31431] ppid=31429 vsize=2416 CPUtime=1.71
/proc/31431/stat : 31431 (SatELiteGTI) S 31429 31431 14060 0 -1 4194304 387 7392 0 0 0 0 163 8 18 0 1 0 1017201359 2473984 278 4294967295 134512640 135169312 3215564256 3215560472 3085455086 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/31431/statm: 604 278 235 161 0 43 0
[pid=31437] ppid=31431 vsize=41936 CPUtime=580.65
/proc/31437/stat : 31437 (minisat_static) R 31431 31431 14060 0 -1 4202496 10256 0 0 0 58057 8 0 0 25 0 1 0 1017201530 42942464 10190 4294967295 134512640 135213731 3216256736 3216255216 134530208 0 0 0 3 0 0 0 17 2 0 0 0
/proc/31437/statm: 10484 10190 75 172 0 10310 0
Current children cumulated CPU time (s) 582.36
Current children cumulated vsize (KiB) 44352

[startup+642.314 s]
/proc/loadavg: 1.00 1.00 1.00 3/95 858
/proc/meminfo: memFree=358876/2074464 swapFree=1949056/1959888
[pid=31431] ppid=31429 vsize=2416 CPUtime=1.71
/proc/31431/stat : 31431 (SatELiteGTI) S 31429 31431 14060 0 -1 4194304 387 7392 0 0 0 0 163 8 18 0 1 0 1017201359 2473984 278 4294967295 134512640 135169312 3215564256 3215560472 3085455086 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/31431/statm: 604 278 235 161 0 43 0
[pid=31437] ppid=31431 vsize=41936 CPUtime=640.66
/proc/31437/stat : 31437 (minisat_static) R 31431 31431 14060 0 -1 4202496 10282 0 0 0 64058 8 0 0 25 0 1 0 1017201530 42942464 10216 4294967295 134512640 135213731 3216256736 3216255056 134528525 0 0 0 3 0 0 0 17 2 0 0 0
/proc/31437/statm: 10484 10216 75 172 0 10310 0
Current children cumulated CPU time (s) 642.37
Current children cumulated vsize (KiB) 44352

[startup+702.309 s]
/proc/loadavg: 1.00 1.00 1.00 4/95 1059
/proc/meminfo: memFree=358744/2074464 swapFree=1949056/1959888
[pid=31431] ppid=31429 vsize=2416 CPUtime=1.71
/proc/31431/stat : 31431 (SatELiteGTI) S 31429 31431 14060 0 -1 4194304 387 7392 0 0 0 0 163 8 18 0 1 0 1017201359 2473984 278 4294967295 134512640 135169312 3215564256 3215560472 3085455086 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/31431/statm: 604 278 235 161 0 43 0
[pid=31437] ppid=31431 vsize=42080 CPUtime=700.66
/proc/31437/stat : 31437 (minisat_static) R 31431 31431 14060 0 -1 4202496 10315 0 0 0 70058 8 0 0 25 0 1 0 1017201530 43089920 10249 4294967295 134512640 135213731 3216256736 3216255216 134530157 0 0 0 3 0 0 0 17 2 0 0 0
/proc/31437/statm: 10520 10249 75 172 0 10346 0
Current children cumulated CPU time (s) 702.37
Current children cumulated vsize (KiB) 44496

[startup+762.314 s]
/proc/loadavg: 1.00 1.00 1.00 2/95 1253
/proc/meminfo: memFree=355652/2074464 swapFree=1949056/1959888
[pid=31431] ppid=31429 vsize=2416 CPUtime=1.71
/proc/31431/stat : 31431 (SatELiteGTI) S 31429 31431 14060 0 -1 4194304 387 7392 0 0 0 0 163 8 18 0 1 0 1017201359 2473984 278 4294967295 134512640 135169312 3215564256 3215560472 3085455086 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/31431/statm: 604 278 235 161 0 43 0
[pid=31437] ppid=31431 vsize=44996 CPUtime=760.67
/proc/31437/stat : 31437 (minisat_static) R 31431 31431 14060 0 -1 4202496 11031 0 0 0 76059 8 0 0 25 0 1 0 1017201530 46075904 10965 4294967295 134512640 135213731 3216256736 3216255216 134530208 0 0 0 3 0 0 0 17 2 0 0 0
/proc/31437/statm: 11249 10965 75 172 0 11075 0
Current children cumulated CPU time (s) 762.38
Current children cumulated vsize (KiB) 47412

[startup+822.318 s]
/proc/loadavg: 1.00 1.00 1.00 3/95 1439
/proc/meminfo: memFree=355776/2074464 swapFree=1949056/1959888
[pid=31431] ppid=31429 vsize=2416 CPUtime=1.71
/proc/31431/stat : 31431 (SatELiteGTI) S 31429 31431 14060 0 -1 4194304 387 7392 0 0 0 0 163 8 18 0 1 0 1017201359 2473984 278 4294967295 134512640 135169312 3215564256 3215560472 3085455086 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/31431/statm: 604 278 235 161 0 43 0
[pid=31437] ppid=31431 vsize=44996 CPUtime=820.68
/proc/31437/stat : 31437 (minisat_static) R 31431 31431 14060 0 -1 4202496 11039 0 0 0 82059 9 0 0 25 0 1 0 1017201530 46075904 10973 4294967295 134512640 135213731 3216256736 3216255216 134530208 0 0 0 3 0 0 0 17 2 0 0 0
/proc/31437/statm: 11249 10973 75 172 0 11075 0
Current children cumulated CPU time (s) 822.39
Current children cumulated vsize (KiB) 47412

[startup+882.313 s]
/proc/loadavg: 1.00 1.00 1.00 3/95 1627
/proc/meminfo: memFree=353164/2074464 swapFree=1949056/1959888
[pid=31431] ppid=31429 vsize=2416 CPUtime=1.71
/proc/31431/stat : 31431 (SatELiteGTI) S 31429 31431 14060 0 -1 4194304 387 7392 0 0 0 0 163 8 18 0 1 0 1017201359 2473984 278 4294967295 134512640 135169312 3215564256 3215560472 3085455086 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/31431/statm: 604 278 235 161 0 43 0
[pid=31437] ppid=31431 vsize=47924 CPUtime=880.68
/proc/31437/stat : 31437 (minisat_static) R 31431 31431 14060 0 -1 4202496 11757 0 0 0 88059 9 0 0 25 0 1 0 1017201530 49074176 11691 4294967295 134512640 135213731 3216256736 3216255216 134530110 0 0 0 3 0 0 0 17 2 0 0 0
/proc/31437/statm: 11981 11691 75 172 0 11807 0
Current children cumulated CPU time (s) 882.39
Current children cumulated vsize (KiB) 50340

[startup+942.308 s]
/proc/loadavg: 1.00 1.00 1.00 3/95 1815
/proc/meminfo: memFree=353180/2074464 swapFree=1949056/1959888
[pid=31431] ppid=31429 vsize=2416 CPUtime=1.71
/proc/31431/stat : 31431 (SatELiteGTI) S 31429 31431 14060 0 -1 4194304 387 7392 0 0 0 0 163 8 18 0 1 0 1017201359 2473984 278 4294967295 134512640 135169312 3215564256 3215560472 3085455086 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/31431/statm: 604 278 235 161 0 43 0
[pid=31437] ppid=31431 vsize=47924 CPUtime=940.68
/proc/31437/stat : 31437 (minisat_static) R 31431 31431 14060 0 -1 4202496 11758 0 0 0 94059 9 0 0 25 0 1 0 1017201530 49074176 11692 4294967295 134512640 135213731 3216256736 3216254992 134537816 0 0 0 3 0 0 0 17 2 0 0 0
/proc/31437/statm: 11981 11692 75 172 0 11807 0
Current children cumulated CPU time (s) 942.39
Current children cumulated vsize (KiB) 50340

[startup+1002.31 s]
/proc/loadavg: 1.00 1.00 1.00 2/95 2004
/proc/meminfo: memFree=352552/2074464 swapFree=1949056/1959888
[pid=31431] ppid=31429 vsize=2416 CPUtime=1.71
/proc/31431/stat : 31431 (SatELiteGTI) S 31429 31431 14060 0 -1 4194304 387 7392 0 0 0 0 163 8 18 0 1 0 1017201359 2473984 278 4294967295 134512640 135169312 3215564256 3215560472 3085455086 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/31431/statm: 604 278 235 161 0 43 0
[pid=31437] ppid=31431 vsize=48532 CPUtime=1000.69
/proc/31437/stat : 31437 (minisat_static) R 31431 31431 14060 0 -1 4202496 11926 0 0 0 100060 9 0 0 25 0 1 0 1017201530 49696768 11860 4294967295 134512640 135213731 3216256736 3216254992 134537800 0 0 0 3 0 0 0 17 2 0 0 0
/proc/31437/statm: 12133 11860 75 172 0 11959 0
Current children cumulated CPU time (s) 1002.4
Current children cumulated vsize (KiB) 50948

[startup+1062.32 s]
/proc/loadavg: 1.00 1.00 1.00 3/95 2193
/proc/meminfo: memFree=352064/2074464 swapFree=1949056/1959888
[pid=31431] ppid=31429 vsize=2416 CPUtime=1.71
/proc/31431/stat : 31431 (SatELiteGTI) S 31429 31431 14060 0 -1 4194304 387 7392 0 0 0 0 163 8 18 0 1 0 1017201359 2473984 278 4294967295 134512640 135169312 3215564256 3215560472 3085455086 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/31431/statm: 604 278 235 161 0 43 0
[pid=31437] ppid=31431 vsize=49104 CPUtime=1060.7
/proc/31437/stat : 31437 (minisat_static) R 31431 31431 14060 0 -1 4202496 12065 0 0 0 106061 9 0 0 25 0 1 0 1017201530 50282496 11999 4294967295 134512640 135213731 3216256736 3216255216 134530021 0 0 0 3 0 0 0 17 2 0 0 0
/proc/31437/statm: 12276 11999 75 172 0 12102 0
Current children cumulated CPU time (s) 1062.41
Current children cumulated vsize (KiB) 51520

[startup+1122.32 s]
/proc/loadavg: 1.00 1.00 1.00 2/95 2383
/proc/meminfo: memFree=350808/2074464 swapFree=1949056/1959888
[pid=31431] ppid=31429 vsize=2416 CPUtime=1.71
/proc/31431/stat : 31431 (SatELiteGTI) S 31429 31431 14060 0 -1 4194304 387 7392 0 0 0 0 163 8 18 0 1 0 1017201359 2473984 278 4294967295 134512640 135169312 3215564256 3215560472 3085455086 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/31431/statm: 604 278 235 161 0 43 0
[pid=31437] ppid=31431 vsize=50220 CPUtime=1120.71
/proc/31437/stat : 31437 (minisat_static) R 31431 31431 14060 0 -1 4202496 12296 0 0 0 112062 9 0 0 25 0 1 0 1017201530 51425280 12230 4294967295 134512640 135213731 3216256736 3216255216 134530208 0 0 0 3 0 0 0 17 2 0 0 0
/proc/31437/statm: 12555 12230 75 172 0 12381 0
Current children cumulated CPU time (s) 1122.42
Current children cumulated vsize (KiB) 52636

[startup+1182.32 s]
/proc/loadavg: 1.00 1.00 1.00 3/95 2570
/proc/meminfo: memFree=350840/2074464 swapFree=1949056/1959888
[pid=31431] ppid=31429 vsize=2416 CPUtime=1.71
/proc/31431/stat : 31431 (SatELiteGTI) S 31429 31431 14060 0 -1 4194304 387 7392 0 0 0 0 163 8 18 0 1 0 1017201359 2473984 278 4294967295 134512640 135169312 3215564256 3215560472 3085455086 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/31431/statm: 604 278 235 161 0 43 0
[pid=31437] ppid=31431 vsize=50220 CPUtime=1180.71
/proc/31437/stat : 31437 (minisat_static) R 31431 31431 14060 0 -1 4202496 12314 0 0 0 118062 9 0 0 25 0 1 0 1017201530 51425280 12248 4294967295 134512640 135213731 3216256736 3216255216 134530208 0 0 0 3 0 0 0 17 2 0 0 0
/proc/31437/statm: 12555 12248 75 172 0 12381 0
Current children cumulated CPU time (s) 1182.42
Current children cumulated vsize (KiB) 52636



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1199.92 s]
/proc/loadavg: 1.16 1.03 1.01 3/95 2575
/proc/meminfo: memFree=350444/2074464 swapFree=1949056/1959888
[pid=31431] ppid=31429 vsize=2416 CPUtime=1.71
/proc/31431/stat : 31431 (SatELiteGTI) S 31429 31431 14060 0 -1 4194304 387 7392 0 0 0 0 163 8 18 0 1 0 1017201359 2473984 278 4294967295 134512640 135169312 3215564256 3215560472 3085455086 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/31431/statm: 604 278 235 161 0 43 0
[pid=31437] ppid=31431 vsize=50364 CPUtime=1198.31
/proc/31437/stat : 31437 (minisat_static) R 31431 31431 14060 0 -1 4202496 12346 0 0 0 119822 9 0 0 25 0 1 0 1017201530 51572736 12280 4294967295 134512640 135213731 3216256736 3216255216 134530117 0 0 0 3 0 0 0 17 2 0 0 0
/proc/31437/statm: 12591 12280 75 172 0 12417 0
Current children cumulated CPU time (s) 1200.02
Current children cumulated vsize (KiB) 52780

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

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

[startup+1199.92 s]
/proc/loadavg: 1.16 1.03 1.01 3/95 2575
/proc/meminfo: memFree=350444/2074464 swapFree=1949056/1959888
[pid=31431] ppid=31429 vsize=2416 CPUtime=1.71
/proc/31431/stat : 31431 (SatELiteGTI) S 31429 31431 14060 0 -1 4194304 387 7392 0 0 0 0 163 8 18 0 1 0 1017201359 2473984 278 4294967295 134512640 135169312 3215564256 3215560472 3085455086 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/31431/statm: 604 278 235 161 0 43 0
[pid=31437] ppid=31431 vsize=50364 CPUtime=1198.31
/proc/31437/stat : 31437 (minisat_static) R 31431 31431 14060 0 -1 4202496 12346 0 0 0 119822 9 0 0 25 0 1 0 1017201530 51572736 12280 4294967295 134512640 135213731 3216256736 3216255216 134530117 0 0 0 3 0 0 0 17 2 0 0 0
/proc/31437/statm: 12591 12280 75 172 0 12417 0
Current children cumulated CPU time (s) 1200.02
Current children cumulated vsize (KiB) 52780

Child status: 143
Real time (s): 1199.93
CPU time (s): 1200.03
CPU user time (s): 1199.85
CPU system time (s): 0.18
CPU usage (%): 100.008
Max. virtual memory (cumulated for all children) (KiB): 52780

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

runsolver used 0.01 second user time and 0 second system time

The end

Launcher Data

Begin job on tipi27 at 2009-05-17 04:24:02
IDJOB=1821435
IDBENCH=70956
IDSOLVER=662
FILE ID=tipi27/1821435-1242527042
PBS_JOBID=
Free space on /tmp= 9072 MiB

SOLVER NAME= APTUSAT 2009-03-22
BENCH NAME= SAT09/APPLICATIONS/c32sat/post-c32s-ss-8.cnf
COMMAND LINE= SatELiteGTI BENCHNAME -restarts=1
RUNSOLVER COMMAND LINE= runsolver --timestamp  -w /tmp/evaluation-result-1821435-1242527042/watcher-1821435-1242527042 -o /tmp/evaluation-result-1821435-1242527042/solver-1821435-1242527042 -C 1200 -W 1800 -M 1800  SatELiteGTI HOME/instance-1821435-1242527042.cnf -restarts=1

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

MD5SUM BENCH= 9d3d3bb9b296880c7463693ae665aafd
RANDOM SEED= 65153689

Linux tipi27 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.389
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.389
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.79

processor	: 2
vendor_id	: AuthenticAMD
cpu family	: 15
model		: 33
model name	: Dual Core AMD Opteron(tm) Processor 265
stepping	: 2
cpu MHz		: 1808.389
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.389
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.78


/proc/meminfo:
MemTotal:      2074464 kB
MemFree:        410096 kB
Buffers:         69364 kB
Cached:        1460160 kB
SwapCached:       5508 kB
Active:         691156 kB
Inactive:       848208 kB
HighTotal:     1178688 kB
HighFree:       146064 kB
LowTotal:       895776 kB
LowFree:        264032 kB
SwapTotal:     1959888 kB
SwapFree:      1949056 kB
Dirty:            4008 kB
Writeback:           0 kB
AnonPages:        9000 kB
Mapped:           3632 kB
Slab:           116056 kB
PageTables:        304 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   2997120 kB
Committed_AS:    90628 kB
VmallocTotal:   114680 kB
VmallocUsed:      1324 kB
VmallocChunk:   113264 kB

Free space on /tmp at the end= 9072 MiB
End job on tipi27 at 2009-05-17 04:44:02