Trace number 3303485

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
glucose 2UNSAT 60.8347 60.837

General information on the benchmark

Namecrafted/kullmann/VanDerWaerden/VanderWaerden_pd_3k/
VanDerWaerden_pd_2-3-19_348.cnf
MD5SUMd56eb1fbc523242359df78e10ae2a44f
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark59.7909
Satisfiable
(Un)Satisfiability was proved
Number of variables174
Number of clauses16458
Sum of the clauses size73267
Maximum clause length19
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 258
Number of clauses of size 314898
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 51502

Solver Data

0.00/0.00	c
0.00/0.00	c Starting SatElite Preprocessing
0.00/0.00	c
0.00/0.00	c Parsing...
0.00/0.00	c ==============================================================================
0.00/0.00	c |           |     ORIGINAL     |              LEARNT              |          |
0.00/0.00	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.00/0.00	c ==============================================================================
0.00/0.00	c |         0 |   16458    73267 |    4937       0        0     nan |  0.000 % |
0.00/0.00	c ==============================================================================
0.00/0.00	c Result  :   #vars: 174   #clauses: 16458   #literals: 73267
0.00/0.00	c CPU time:   0.005999 s
0.00/0.00	c ==============================================================================
0.00/0.01	c
0.00/0.01	c Starting glucose
0.00/0.01	c
13.68/13.74	c This is glucose 2.0 --  based on MiniSAT (Many thanks to MiniSAT team)
13.68/13.74	c WARNING: for repeatability, setting FPU to use double precision
13.68/13.74	c ============================[ Problem Statistics ]=============================
13.68/13.74	c |                                                                             |
13.68/13.74	c |  Number of variables:           174                                         |
13.68/13.74	c |  Number of clauses:           16458                                         |
13.68/13.74	c |  Parse time:                   0.00 s                                       |
13.68/13.74	c |                                                                             |
13.68/13.74	c ============================[ Search Statistics ]==============================
13.68/13.74	c | Conflicts |          ORIGINAL         |          LEARNT          | Progress |
13.68/13.74	c |           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
13.68/13.74	c ===============================================================================
13.68/13.74	c |      2330 |     174    16458    73267 |        1     2330     21 |  0.000 % |
13.68/13.74	c |     11872 |     174    16458    73267 |        1     5577     21 |  0.000 % |
13.68/13.74	c |     32208 |     174    16458    73267 |        1     9884     21 |  0.000 % |
13.68/13.74	c |     33636 |     174    16458    73267 |        1    11312     21 |  0.000 % |
13.68/13.74	c |     33897 |     174    16458    73267 |        1    11573     21 |  0.000 % |
13.68/13.74	c |     33998 |     174    16458    73267 |        1    11674     21 |  0.000 % |
13.68/13.74	c |     34812 |     174    16458    73267 |        1    12488     21 |  0.000 % |
13.68/13.74	c |     54884 |     174    16458    73267 |        1    20726     21 |  0.000 % |
13.68/13.74	c |     73015 |     174    16458    73267 |        1    24440     20 |  0.000 % |
13.68/13.74	c |     73115 |     174    16458    73267 |        1    24540     20 |  0.000 % |
13.68/13.74	c |     74399 |     174    16458    73267 |        1    25824     20 |  0.000 % |
13.68/13.74	c |     74826 |     174    16458    73267 |        1    26251     20 |  0.000 % |
13.68/13.74	c |     75666 |     174    16458    73267 |        1    27091     20 |  0.000 % |
13.68/13.74	c |     76242 |     174    16458    73267 |        1    27667     20 |  0.000 % |
13.68/13.74	c |     77279 |     174    16458    73267 |        1    28704     20 |  0.000 % |
13.68/13.74	c |     79162 |     174    16458    73267 |        1    30587     21 |  0.000 % |
13.68/13.74	c |     79262 |     174    16458    73267 |        1    30687     21 |  0.000 % |
13.68/13.74	c |     79416 |     174    16458    73267 |        1    30841     21 |  0.000 % |
13.68/13.74	c |     80199 |     174    16458    73267 |        1    31624     21 |  0.000 % |
13.68/13.74	c |     97858 |     174    16458    73267 |        1    32280     21 |  0.000 % |
13.68/13.74	c |     97959 |     174    16458    73267 |        1    32381     21 |  0.000 % |
13.68/13.74	c |     98059 |     174    16458    73267 |        1    32481     21 |  0.000 % |
13.68/13.74	c |     98293 |     174    16458    73267 |        1    32715     21 |  0.000 % |
13.68/13.74	c |    131325 |     174    16458    73267 |        1    23935     19 |  0.000 % |
13.68/13.74	c |    134657 |     174    16458    73267 |        1    27267     20 |  0.000 % |
13.68/13.74	c |    140089 |     174    16458    73267 |        1    32699     20 |  0.000 % |
13.68/13.74	c |    150322 |     174    16458    73267 |        1    42932     20 |  0.000 % |
13.68/13.74	c |    153714 |     174    16458    73267 |        1    46324     21 |  0.000 % |
13.68/13.74	c |    153814 |     174    16458    73267 |        1    46424     21 |  0.000 % |
13.68/13.74	c |    240896 |     173    16132    72289 |        1    25365     19 |  0.575 % |
13.68/13.74	c |    240998 |     173    16132    72289 |        1    25467     19 |  0.575 % |
13.68/13.74	c |    242153 |     173    16132    72289 |        1    26622     19 |  0.575 % |
13.68/13.74	c |    243545 |     173    16132    72289 |        1    28014     19 |  0.575 % |
13.68/13.74	c |    245365 |     173    16132    72289 |        1    29834     19 |  0.575 % |
13.68/13.74	c |    245499 |     173    16132    72289 |        1    29968     19 |  0.575 % |
13.68/13.74	c |    245599 |     173    16132    72289 |        1    30068     19 |  0.575 % |
13.68/13.74	c |    295548 |     173    16132    72289 |        1    31668     18 |  0.575 % |
13.68/13.74	c |    295648 |     173    16132    72289 |        1    31768     18 |  0.575 % |
13.68/13.74	c |    305884 |     173    16132    72289 |        1    42004     19 |  0.575 % |
42.38/42.47	c |    309484 |     173    16132    72289 |        1    45604     19 |  0.575 % |
42.38/42.47	c |    354129 |     173    16132    72289 |        1    55697     19 |  0.575 % |
42.38/42.47	c |    354229 |     173    16132    72289 |        1    55797     19 |  0.575 % |
42.38/42.47	c |    354330 |     173    16132    72289 |        1    55898     19 |  0.575 % |
42.38/42.47	c |    354432 |     173    16132    72289 |        1    56000     19 |  0.575 % |
42.38/42.47	c |    355523 |     173    16132    72289 |        1    57091     19 |  0.575 % |
42.38/42.47	c |    356254 |     173    16132    72289 |        1    57822     19 |  0.575 % |
42.38/42.47	c |    374505 |     173    16132    72289 |        1    76073     20 |  0.575 % |
42.38/42.47	c |    453862 |     172    15796    71281 |        1    41690     18 |  1.149 % |
42.38/42.47	c |    453964 |     172    15796    71281 |        1    41792     18 |  1.149 % |
42.38/42.47	c |    454230 |     172    15796    71281 |        1    42058     18 |  1.149 % |
42.38/42.47	c |    457095 |     172    15796    71281 |        1    44923     19 |  1.149 % |
42.38/42.47	c |    478874 |     172    15796    71281 |        1    37897     18 |  1.149 % |
42.38/42.47	c |    490939 |     172    15796    71281 |        1    49962     19 |  1.149 % |
42.38/42.47	c |    491431 |     172    15796    71281 |        1    50454     19 |  1.149 % |
42.38/42.47	c |    493433 |     172    15796    71281 |        1    52456     19 |  1.149 % |
42.38/42.47	c |    493738 |     172    15796    71281 |        1    52761     19 |  1.149 % |
42.38/42.47	c |    498691 |     172    15796    71281 |        1    57714     19 |  1.149 % |
42.38/42.47	c |    526336 |     172    15796    71281 |        1    45554     18 |  1.149 % |
42.38/42.47	c |    552866 |     172    15796    71281 |        1    72084     19 |  1.149 % |
42.38/42.47	c |    553223 |     172    15796    71281 |        1    72441     19 |  1.149 % |
42.38/42.47	c |    553325 |     172    15796    71281 |        1    72543     19 |  1.149 % |
42.38/42.47	c |    553425 |     172    15796    71281 |        1    72643     19 |  1.149 % |
42.38/42.47	c |    553530 |     172    15796    71281 |        1    72748     19 |  1.149 % |
42.38/42.47	c |    559016 |     172    15796    71281 |        1    78234     19 |  1.149 % |
42.38/42.47	c |    616270 |     171    15473    70312 |        1    64910     18 |  1.724 % |
42.38/42.47	c |    643535 |     171    15473    70312 |        1    52859     17 |  1.724 % |
42.38/42.47	c |    655235 |     171    15473    70312 |        1    64559     18 |  1.724 % |
42.38/42.47	c |    675893 |     171    15473    70312 |        1    85217     18 |  1.724 % |
42.38/42.47	c |    686340 |     171    15473    70312 |        1    95664     18 |  1.724 % |
42.38/42.47	c |    696917 |     171    15473    70312 |        1    57288     17 |  1.724 % |
42.38/42.47	c |    697960 |     171    15473    70312 |        1    58331     17 |  1.724 % |
42.38/42.47	c |    700357 |     171    15473    70312 |        1    60728     18 |  1.724 % |
42.38/42.47	c |    702939 |     171    15473    70312 |        1    63310     18 |  1.724 % |
42.38/42.47	c |    703040 |     171    15473    70312 |        1    63411     18 |  1.724 % |
42.38/42.47	c |    719641 |     171    15473    70312 |        1    80012     18 |  1.724 % |
42.38/42.47	c |    719894 |     171    15473    70312 |        1    80265     18 |  1.724 % |
42.38/42.47	c |    728522 |     171    15473    70312 |        1    88893     18 |  1.724 % |
42.38/42.47	c |    728663 |     171    15473    70312 |        1    89034     18 |  1.724 % |
42.38/42.47	c |    735914 |     171    15473    70312 |        1    96285     18 |  1.724 % |
42.38/42.47	c |    738406 |     171    15473    70312 |        1    98777     18 |  1.724 % |
42.38/42.47	c |    738938 |     171    15473    70312 |        1    99309     18 |  1.724 % |
42.38/42.47	c |    740480 |     171    15473    70312 |        1   100851     18 |  1.724 % |
42.38/42.47	c |    747948 |     171    15473    70312 |        1   108319     18 |  1.724 % |
42.38/42.47	c |    754629 |     171    15473    70312 |        1    59925     17 |  1.724 % |
42.38/42.47	c |    754779 |     171    15473    70312 |        1    60075     17 |  1.724 % |
42.38/42.47	c |    769160 |     171    15473    70312 |        1    74456     18 |  1.724 % |
42.38/42.47	c |    769542 |     171    15473    70312 |        1    74838     18 |  1.724 % |
42.38/42.47	c |    771660 |     171    15473    70312 |        1    76956     18 |  1.724 % |
42.38/42.47	c |    781083 |     171    15473    70312 |        1    86379     18 |  1.724 % |
60.79/60.83	c |    781515 |     171    15473    70312 |        1    86811     18 |  1.724 % |
60.79/60.83	c |    781615 |     171    15473    70312 |        1    86911     18 |  1.724 % |
60.79/60.83	c |    788019 |     171    15473    70312 |        1    93315     18 |  1.724 % |
60.79/60.83	c |    798250 |     171    15473    70312 |        1   103546     18 |  1.724 % |
60.79/60.83	c |    807548 |     171    15473    70312 |        1   112844     18 |  1.724 % |
60.79/60.83	c |    810172 |     171    15473    70312 |        1   115468     18 |  1.724 % |
60.79/60.83	c |    810273 |     171    15473    70312 |        1   115569     18 |  1.724 % |
60.79/60.83	c |    810373 |     171    15473    70312 |        1   115669     18 |  1.724 % |
60.79/60.83	c |    810481 |     171    15473    70312 |        1   115777     18 |  1.724 % |
60.79/60.83	c |    811757 |     171    15473    70312 |        1   117053     18 |  1.724 % |
60.79/60.83	c |    811858 |     171    15473    70312 |        1   117154     18 |  1.724 % |
60.79/60.83	c |    811959 |     171    15473    70312 |        1   117255     18 |  1.724 % |
60.79/60.83	c |    812059 |     171    15473    70312 |        1   117355     18 |  1.724 % |
60.79/60.83	c |    813403 |     171    15473    70312 |        1   118699     18 |  1.724 % |
60.79/60.83	c |    817923 |     171    15473    70312 |        1    63774     17 |  1.724 % |
60.79/60.83	c |    819872 |     171    15473    70312 |        1    65723     17 |  1.724 % |
60.79/60.83	c |    820113 |     171    15473    70312 |        1    65964     17 |  1.724 % |
60.79/60.83	c |    848861 |     171    15473    70312 |        1    94712     18 |  1.724 % |
60.79/60.83	c |    870392 |     171    15473    70312 |        1   116243     18 |  1.724 % |
60.79/60.83	c |    879504 |     171    15473    70312 |        1   125355     18 |  1.724 % |
60.79/60.83	c |    883146 |     171    15473    70312 |        1    66072     17 |  1.724 % |
60.79/60.83	c |    921467 |     170    15149    69340 |        1    88025     17 |  2.299 % |
60.79/60.83	c |    921772 |     170    15149    69340 |        1    88330     17 |  2.299 % |
60.79/60.83	c |    936705 |     170    15149    69340 |        1   103263     17 |  2.299 % |
60.79/60.83	c |    976537 |     169    14834    68395 |        1    62405     17 |  2.874 % |
60.79/60.83	c |   1020415 |      98    14104    62959 |        1    60949     17 | 43.678 % |
60.79/60.83	c ===============================================================================
60.79/60.83	c restarts              : 115
60.79/60.83	c nb ReduceDB           : 26
60.79/60.83	c nb removed Clauses    : 792170
60.79/60.83	c nb learnts DL2        : 185
60.79/60.83	c nb learnts size 2     : 136
60.79/60.83	c nb learnts size 1     : 19
60.79/60.83	c conflicts             : 1020415        (16783 /sec)
60.79/60.83	c decisions             : 1194713        (0.00 % random) (19650 /sec)
60.79/60.83	c propagations          : 26437619       (434831 /sec)
60.79/60.83	c conflict literals     : 20220677       (46.02 % deleted)
60.79/60.83	c nb reduced Clauses    : 2386
60.79/60.83	c CPU time              : 60.7998 s
60.79/60.83	
60.79/60.83	s UNSATISFIABLE

Verifier Data

No possible verification on an UNSAT instance

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 977)

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3303485-1306931634/watcher-3303485-1306931634 -o /tmp/evaluation-result-3303485-1306931634/solver-3303485-1306931634 -C 5000 -W 5100 -M 15500 glucose.sh HOME/instance-3303485-1306931634.cnf 

running on 4 cores: 1,3,5,7

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 5000 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 5030 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 5100 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.08 2.06 2.02 2/430 8678
/proc/meminfo: memFree=29639800/32951124 swapFree=43324008/67111528
[pid=8678] ppid=8676 vsize=8704 CPUtime=0 cores=1,3,5,7
/proc/8678/stat : 8678 (glucose.sh) S 8676 8678 8295 0 -1 4202496 333 0 0 0 0 0 0 0 19 0 1 0 804763867 8912896 252 33554432000 4194304 4922060 140733450083520 18446744073709551615 244446764165 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/8678/statm: 2176 252 211 178 0 69 0

[startup+0.150408 s]
/proc/loadavg: 2.08 2.06 2.02 2/430 8678
/proc/meminfo: memFree=29639800/32951124 swapFree=43324008/67111528
[pid=8678] ppid=8676 vsize=8704 CPUtime=0.01 cores=1,3,5,7
/proc/8678/stat : 8678 (glucose.sh) S 8676 8678 8295 0 -1 4202496 360 413 0 0 0 0 1 0 19 0 1 0 804763867 8912896 254 33554432000 4194304 4922060 140733450083520 18446744073709551615 244446764165 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/8678/statm: 2176 254 211 178 0 69 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 8704

[startup+0.200372 s]
/proc/loadavg: 2.08 2.06 2.02 2/430 8678
/proc/meminfo: memFree=29639800/32951124 swapFree=43324008/67111528
[pid=8678] ppid=8676 vsize=8704 CPUtime=0.01 cores=1,3,5,7
/proc/8678/stat : 8678 (glucose.sh) S 8676 8678 8295 0 -1 4202496 360 413 0 0 0 0 1 0 19 0 1 0 804763867 8912896 254 33554432000 4194304 4922060 140733450083520 18446744073709551615 244446764165 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/8678/statm: 2176 254 211 178 0 69 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 8704

[startup+0.300343 s]
/proc/loadavg: 2.08 2.06 2.02 2/430 8678
/proc/meminfo: memFree=29639800/32951124 swapFree=43324008/67111528
[pid=8678] ppid=8676 vsize=8704 CPUtime=0.01 cores=1,3,5,7
/proc/8678/stat : 8678 (glucose.sh) S 8676 8678 8295 0 -1 4202496 360 413 0 0 0 0 1 0 19 0 1 0 804763867 8912896 254 33554432000 4194304 4922060 140733450083520 18446744073709551615 244446764165 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/8678/statm: 2176 254 211 178 0 69 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 8704

[startup+0.700267 s]
/proc/loadavg: 2.08 2.06 2.02 2/430 8678
/proc/meminfo: memFree=29639800/32951124 swapFree=43324008/67111528
[pid=8678] ppid=8676 vsize=8704 CPUtime=0.01 cores=1,3,5,7
/proc/8678/stat : 8678 (glucose.sh) S 8676 8678 8295 0 -1 4202496 360 413 0 0 0 0 1 0 19 0 1 0 804763867 8912896 254 33554432000 4194304 4922060 140733450083520 18446744073709551615 244446764165 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/8678/statm: 2176 254 211 178 0 69 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 8704

[startup+1.50112 s]
/proc/loadavg: 2.08 2.06 2.02 3/432 8681
/proc/meminfo: memFree=29630440/32951124 swapFree=43324008/67111528
[pid=8678] ppid=8676 vsize=8704 CPUtime=0.01 cores=1,3,5,7
/proc/8678/stat : 8678 (glucose.sh) S 8676 8678 8295 0 -1 4202496 360 413 0 0 0 0 1 0 19 0 1 0 804763867 8912896 254 33554432000 4194304 4922060 140733450083520 18446744073709551615 244446764165 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/8678/statm: 2176 254 211 178 0 69 0
[pid=8681] ppid=8678 vsize=22196 CPUtime=1.48 cores=1,3,5,7
/proc/8681/stat : 8681 (glucose_static) R 8678 8678 8295 0 -1 4202496 2897 0 0 0 148 0 0 0 20 0 1 0 804763868 22728704 2216 33554432000 4194304 4260849 140737469555728 18446744073709551615 4224822 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/8681/statm: 5549 2216 248 17 0 2190 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 30900

[startup+3.10083 s]
/proc/loadavg: 2.08 2.06 2.02 3/432 8681
/proc/meminfo: memFree=29627712/32951124 swapFree=43324008/67111528
[pid=8678] ppid=8676 vsize=8704 CPUtime=0.01 cores=1,3,5,7
/proc/8678/stat : 8678 (glucose.sh) S 8676 8678 8295 0 -1 4202496 360 413 0 0 0 0 1 0 19 0 1 0 804763867 8912896 254 33554432000 4194304 4922060 140733450083520 18446744073709551615 244446764165 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/8678/statm: 2176 254 211 178 0 69 0
[pid=8681] ppid=8678 vsize=24900 CPUtime=3.08 cores=1,3,5,7
/proc/8681/stat : 8681 (glucose_static) R 8678 8678 8295 0 -1 4202496 3611 0 0 0 308 0 0 0 25 0 1 0 804763868 25497600 2890 33554432000 4194304 4260849 140737469555728 18446744073709551615 4224707 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/8681/statm: 6225 2890 249 17 0 2866 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 33604

[startup+6.30024 s]
/proc/loadavg: 2.07 2.06 2.02 3/432 8681
/proc/meminfo: memFree=29624992/32951124 swapFree=43324008/67111528
[pid=8678] ppid=8676 vsize=8704 CPUtime=0.01 cores=1,3,5,7
/proc/8678/stat : 8678 (glucose.sh) S 8676 8678 8295 0 -1 4202496 360 413 0 0 0 0 1 0 19 0 1 0 804763867 8912896 254 33554432000 4194304 4922060 140733450083520 18446744073709551615 244446764165 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/8678/statm: 2176 254 211 178 0 69 0
[pid=8681] ppid=8678 vsize=34400 CPUtime=6.27 cores=1,3,5,7
/proc/8681/stat : 8681 (glucose_static) R 8678 8678 8295 0 -1 4202496 5514 0 0 0 627 0 0 0 25 0 1 0 804763868 35225600 3665 33554432000 4194304 4260849 140737469555728 18446744073709551615 4246662 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/8681/statm: 8600 3665 249 17 0 5241 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 43104

[startup+12.701 s]
/proc/loadavg: 2.06 2.06 2.02 3/432 8681
/proc/meminfo: memFree=29616012/32951124 swapFree=43324008/67111528
[pid=8678] ppid=8676 vsize=8704 CPUtime=0.01 cores=1,3,5,7
/proc/8678/stat : 8678 (glucose.sh) S 8676 8678 8295 0 -1 4202496 360 413 0 0 0 0 1 0 19 0 1 0 804763867 8912896 254 33554432000 4194304 4922060 140733450083520 18446744073709551615 244446764165 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/8678/statm: 2176 254 211 178 0 69 0
[pid=8681] ppid=8678 vsize=34400 CPUtime=12.67 cores=1,3,5,7
/proc/8681/stat : 8681 (glucose_static) R 8678 8678 8295 0 -1 4202496 7203 0 0 0 1267 0 0 0 25 0 1 0 804763868 35225600 5271 33554432000 4194304 4260849 140737469555728 18446744073709551615 4226580 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/8681/statm: 8600 5271 249 17 0 5241 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 43104

[startup+25.5007 s]
/proc/loadavg: 2.05 2.06 2.02 3/432 8681
/proc/meminfo: memFree=29612036/32951124 swapFree=43324008/67111528
[pid=8678] ppid=8676 vsize=8704 CPUtime=0.01 cores=1,3,5,7
/proc/8678/stat : 8678 (glucose.sh) S 8676 8678 8295 0 -1 4202496 360 413 0 0 0 0 1 0 19 0 1 0 804763867 8912896 254 33554432000 4194304 4922060 140733450083520 18446744073709551615 244446764165 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/8678/statm: 2176 254 211 178 0 69 0
[pid=8681] ppid=8678 vsize=38820 CPUtime=25.47 cores=1,3,5,7
/proc/8681/stat : 8681 (glucose_static) R 8678 8678 8295 0 -1 4202496 8363 0 0 0 2547 0 0 0 25 0 1 0 804763868 39751680 6376 33554432000 4194304 4260849 140737469555728 18446744073709551615 4224895 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/8681/statm: 9705 6376 249 17 0 6346 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 47524

[startup+51.1009 s]
/proc/loadavg: 2.03 2.05 2.01 3/432 8682
/proc/meminfo: memFree=29603928/32951124 swapFree=43324008/67111528
[pid=8678] ppid=8676 vsize=8704 CPUtime=0.01 cores=1,3,5,7
/proc/8678/stat : 8678 (glucose.sh) S 8676 8678 8295 0 -1 4202496 360 413 0 0 0 0 1 0 19 0 1 0 804763867 8912896 254 33554432000 4194304 4922060 140733450083520 18446744073709551615 244446764165 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/8678/statm: 2176 254 211 178 0 69 0
[pid=8681] ppid=8678 vsize=46868 CPUtime=51.08 cores=1,3,5,7
/proc/8681/stat : 8681 (glucose_static) R 8678 8678 8295 0 -1 4202496 12122 0 0 0 5107 1 0 0 25 0 1 0 804763868 47992832 8209 33554432000 4194304 4260849 140737469555728 18446744073709551615 4224658 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/8681/statm: 11717 8209 249 17 0 8358 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 55572

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

[startup+51.2009 s]
/proc/loadavg: 2.03 2.05 2.01 3/432 8682
/proc/meminfo: memFree=29603928/32951124 swapFree=43324008/67111528
[pid=8678] ppid=8676 vsize=8704 CPUtime=0.01 cores=1,3,5,7
/proc/8678/stat : 8678 (glucose.sh) S 8676 8678 8295 0 -1 4202496 360 413 0 0 0 0 1 0 19 0 1 0 804763867 8912896 254 33554432000 4194304 4922060 140733450083520 18446744073709551615 244446764165 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/8678/statm: 2176 254 211 178 0 69 0
[pid=8681] ppid=8678 vsize=46868 CPUtime=51.18 cores=1,3,5,7
/proc/8681/stat : 8681 (glucose_static) R 8678 8678 8295 0 -1 4202496 12122 0 0 0 5117 1 0 0 25 0 1 0 804763868 47992832 8209 33554432000 4194304 4260849 140737469555728 18446744073709551615 4225082 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/8681/statm: 11717 8209 249 17 0 8358 0
Current children cumulated CPU time (s) 51.19
Current children cumulated vsize (KiB) 55572

[startup+57.6007 s]
/proc/loadavg: 2.03 2.05 2.01 3/432 8682
/proc/meminfo: memFree=29603800/32951124 swapFree=43324008/67111528
[pid=8678] ppid=8676 vsize=8704 CPUtime=0.01 cores=1,3,5,7
/proc/8678/stat : 8678 (glucose.sh) S 8676 8678 8295 0 -1 4202496 360 413 0 0 0 0 1 0 19 0 1 0 804763867 8912896 254 33554432000 4194304 4922060 140733450083520 18446744073709551615 244446764165 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/8678/statm: 2176 254 211 178 0 69 0
[pid=8681] ppid=8678 vsize=46868 CPUtime=57.58 cores=1,3,5,7
/proc/8681/stat : 8681 (glucose_static) R 8678 8678 8295 0 -1 4202496 12122 0 0 0 5757 1 0 0 25 0 1 0 804763868 47992832 8209 33554432000 4194304 4260849 140737469555728 18446744073709551615 4224818 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/8681/statm: 11717 8209 249 17 0 8358 0
Current children cumulated CPU time (s) 57.59
Current children cumulated vsize (KiB) 55572

[startup+59.2004 s]
/proc/loadavg: 2.03 2.05 2.01 3/432 8682
/proc/meminfo: memFree=29603924/32951124 swapFree=43324008/67111528
[pid=8678] ppid=8676 vsize=8704 CPUtime=0.01 cores=1,3,5,7
/proc/8678/stat : 8678 (glucose.sh) S 8676 8678 8295 0 -1 4202496 360 413 0 0 0 0 1 0 19 0 1 0 804763867 8912896 254 33554432000 4194304 4922060 140733450083520 18446744073709551615 244446764165 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/8678/statm: 2176 254 211 178 0 69 0
[pid=8681] ppid=8678 vsize=46868 CPUtime=59.18 cores=1,3,5,7
/proc/8681/stat : 8681 (glucose_static) R 8678 8678 8295 0 -1 4202496 12122 0 0 0 5917 1 0 0 25 0 1 0 804763868 47992832 8209 33554432000 4194304 4260849 140737469555728 18446744073709551615 4225149 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/8681/statm: 11717 8209 249 17 0 8358 0
Current children cumulated CPU time (s) 59.19
Current children cumulated vsize (KiB) 55572

[startup+60.0003 s]
/proc/loadavg: 2.03 2.05 2.01 3/432 8682
/proc/meminfo: memFree=29603924/32951124 swapFree=43324008/67111528
[pid=8678] ppid=8676 vsize=8704 CPUtime=0.01 cores=1,3,5,7
/proc/8678/stat : 8678 (glucose.sh) S 8676 8678 8295 0 -1 4202496 360 413 0 0 0 0 1 0 19 0 1 0 804763867 8912896 254 33554432000 4194304 4922060 140733450083520 18446744073709551615 244446764165 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/8678/statm: 2176 254 211 178 0 69 0
[pid=8681] ppid=8678 vsize=46868 CPUtime=59.97 cores=1,3,5,7
/proc/8681/stat : 8681 (glucose_static) R 8678 8678 8295 0 -1 4202496 12122 0 0 0 5996 1 0 0 25 0 1 0 804763868 47992832 8209 33554432000 4194304 4260849 140737469555728 18446744073709551615 4226151 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/8681/statm: 11717 8209 249 17 0 8358 0
Current children cumulated CPU time (s) 59.98
Current children cumulated vsize (KiB) 55572

[startup+60.4002 s]
/proc/loadavg: 2.03 2.05 2.01 3/432 8682
/proc/meminfo: memFree=29603924/32951124 swapFree=43324008/67111528
[pid=8678] ppid=8676 vsize=8704 CPUtime=0.01 cores=1,3,5,7
/proc/8678/stat : 8678 (glucose.sh) S 8676 8678 8295 0 -1 4202496 360 413 0 0 0 0 1 0 19 0 1 0 804763867 8912896 254 33554432000 4194304 4922060 140733450083520 18446744073709551615 244446764165 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/8678/statm: 2176 254 211 178 0 69 0
[pid=8681] ppid=8678 vsize=47244 CPUtime=60.37 cores=1,3,5,7
/proc/8681/stat : 8681 (glucose_static) R 8678 8678 8295 0 -1 4202496 12123 0 0 0 6036 1 0 0 25 0 1 0 804763868 48377856 8210 33554432000 4194304 4260849 140737469555728 18446744073709551615 4224674 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/8681/statm: 11811 8210 249 17 0 8452 0
Current children cumulated CPU time (s) 60.38
Current children cumulated vsize (KiB) 55948

[startup+60.8011 s]
/proc/loadavg: 2.19 2.08 2.02 3/432 8682
/proc/meminfo: memFree=29603924/32951124 swapFree=43324008/67111528
[pid=8678] ppid=8676 vsize=8704 CPUtime=0.01 cores=1,3,5,7
/proc/8678/stat : 8678 (glucose.sh) S 8676 8678 8295 0 -1 4202496 360 413 0 0 0 0 1 0 19 0 1 0 804763867 8912896 254 33554432000 4194304 4922060 140733450083520 18446744073709551615 244446764165 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/8678/statm: 2176 254 211 178 0 69 0
[pid=8681] ppid=8678 vsize=47244 CPUtime=60.78 cores=1,3,5,7
/proc/8681/stat : 8681 (glucose_static) R 8678 8678 8295 0 -1 4202496 12123 0 0 0 6077 1 0 0 25 0 1 0 804763868 48377856 8210 33554432000 4194304 4260849 140737469555728 18446744073709551615 4224635 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/8681/statm: 11811 8210 249 17 0 8452 0
Current children cumulated CPU time (s) 60.79
Current children cumulated vsize (KiB) 55948

Child status: 20
Real time (s): 60.837
CPU time (s): 60.8347
CPU user time (s): 60.8168
CPU system time (s): 0.017997
CPU usage (%): 99.9964
Max. virtual memory (cumulated for all children) (KiB): 59020

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 60.8168
system time used= 0.017997
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 13111
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= 42
involuntary context switches= 231

runsolver used 0.263959 second user time and 0.601908 second system time

The end

Launcher Data

Begin job on node105 at 2011-06-01 14:33:54
IDJOB=3303485
IDBENCH=83273
IDSOLVER=1687
FILE ID=node105/3303485-1306931634
RUNJOBID= node105-1306925741-8314
PBS_JOBID= 13488558
Free space on /tmp= 73692 MiB

SOLVER NAME= glucose 2
BENCH NAME= SAT11/crafted/kullmann/VanDerWaerden/VanderWaerden_pd_3k/VanDerWaerden_pd_2-3-19_348.cnf
COMMAND LINE= glucose.sh BENCHNAME 
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3303485-1306931634/watcher-3303485-1306931634 -o /tmp/evaluation-result-3303485-1306931634/solver-3303485-1306931634 -C 5000 -W 5100 -M 15500  glucose.sh HOME/instance-3303485-1306931634.cnf 

TIME LIMIT= 5000 seconds
MEMORY LIMIT= 15500 MiB
NBCORE= 4

MD5SUM BENCH= d56eb1fbc523242359df78e10ae2a44f
RANDOM SEED=2005375607

node105.alineos.net Linux 2.6.18-164.el5 #1 SMP Thu Sep 3 03:28:30 EDT 2009

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.825
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5333.65
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.825
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5226.15
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.825
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.82
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.825
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.825
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5410.70
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.825
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.825
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.82
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.825
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      29640204 kB
Buffers:        192992 kB
Cached:         320848 kB
SwapCached:      20984 kB
Active:        2714244 kB
Inactive:       294904 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      29640204 kB
SwapTotal:    67111528 kB
SwapFree:     43324008 kB
Dirty:            1532 kB
Writeback:           0 kB
AnonPages:     2491976 kB
Mapped:          19492 kB
Slab:           153360 kB
PageTables:      81480 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 114968464 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296008 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 73688 MiB
End job on node105 at 2011-06-01 14:34:55