Trace number 3262132

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 65.4401 65.4463

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

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-3262132-1303515666/watcher-3262132-1303515666 -o /tmp/evaluation-result-3262132-1303515666/solver-3262132-1303515666 -C 2400 -W 1300 -M 7680 glucose.sh HOME/instance-3262132-1303515666.cnf 

running on 2 cores: 0,2

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2400 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2430 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1300 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 7864320 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 7915520 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 4.01 4.00 3.91 5/192 2889
/proc/meminfo: memFree=15458492/32950928 swapFree=67111528/67111528
[pid=2889] ppid=2887 vsize=1064 CPUtime=0 cores=0,2
/proc/2889/stat : 2889 (glucose.sh) R 2887 2889 925 0 -1 4194304 81 0 0 0 0 0 0 0 25 0 1 0 463165389 1089536 36 33554432000 4194304 4922060 140733517601120 18446744073709551615 268267718235 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/2889/statm: 782 42 33 178 0 28 0

[startup+0.0907691 s]
/proc/loadavg: 4.01 4.00 3.91 5/192 2889
/proc/meminfo: memFree=15458492/32950928 swapFree=67111528/67111528
[pid=2889] ppid=2887 vsize=8704 CPUtime=0.01 cores=0,2
/proc/2889/stat : 2889 (glucose.sh) S 2887 2889 925 0 -1 4202496 360 413 0 0 0 0 1 0 25 0 1 0 463165389 8912896 255 33554432000 4194304 4922060 140733517601120 18446744073709551615 268272508037 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/2889/statm: 2176 255 211 178 0 69 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 8704

[startup+0.100765 s]
/proc/loadavg: 4.01 4.00 3.91 5/192 2889
/proc/meminfo: memFree=15458492/32950928 swapFree=67111528/67111528
[pid=2889] ppid=2887 vsize=8704 CPUtime=0.01 cores=0,2
/proc/2889/stat : 2889 (glucose.sh) S 2887 2889 925 0 -1 4202496 360 413 0 0 0 0 1 0 25 0 1 0 463165389 8912896 255 33554432000 4194304 4922060 140733517601120 18446744073709551615 268272508037 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/2889/statm: 2176 255 211 178 0 69 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 8704

[startup+0.300735 s]
/proc/loadavg: 4.01 4.00 3.91 5/192 2889
/proc/meminfo: memFree=15458492/32950928 swapFree=67111528/67111528
[pid=2889] ppid=2887 vsize=8704 CPUtime=0.01 cores=0,2
/proc/2889/stat : 2889 (glucose.sh) S 2887 2889 925 0 -1 4202496 360 413 0 0 0 0 1 0 25 0 1 0 463165389 8912896 255 33554432000 4194304 4922060 140733517601120 18446744073709551615 268272508037 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/2889/statm: 2176 255 211 178 0 69 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 8704

[startup+0.700664 s]
/proc/loadavg: 4.01 4.00 3.91 5/192 2889
/proc/meminfo: memFree=15458492/32950928 swapFree=67111528/67111528
[pid=2889] ppid=2887 vsize=8704 CPUtime=0.01 cores=0,2
/proc/2889/stat : 2889 (glucose.sh) S 2887 2889 925 0 -1 4202496 360 413 0 0 0 0 1 0 25 0 1 0 463165389 8912896 255 33554432000 4194304 4922060 140733517601120 18446744073709551615 268272508037 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/2889/statm: 2176 255 211 178 0 69 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 8704

[startup+1.50046 s]
/proc/loadavg: 4.01 4.00 3.91 5/194 2892
/proc/meminfo: memFree=15450052/32950928 swapFree=67111528/67111528
[pid=2889] ppid=2887 vsize=8704 CPUtime=0.01 cores=0,2
/proc/2889/stat : 2889 (glucose.sh) S 2887 2889 925 0 -1 4202496 360 413 0 0 0 0 1 0 25 0 1 0 463165389 8912896 255 33554432000 4194304 4922060 140733517601120 18446744073709551615 268272508037 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/2889/statm: 2176 255 211 178 0 69 0
[pid=2892] ppid=2889 vsize=22196 CPUtime=1.47 cores=0,2
/proc/2892/stat : 2892 (glucose_static) R 2889 2889 925 0 -1 4202496 2851 0 0 0 147 0 0 0 25 0 1 0 463165391 22728704 2172 33554432000 4194304 4260849 140734549883456 18446744073709551615 4225399 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/2892/statm: 5549 2172 248 17 0 2190 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 30900

[startup+3.10017 s]
/proc/loadavg: 4.01 4.00 3.91 5/194 2892
/proc/meminfo: memFree=15447568/32950928 swapFree=67111528/67111528
[pid=2889] ppid=2887 vsize=8704 CPUtime=0.01 cores=0,2
/proc/2889/stat : 2889 (glucose.sh) S 2887 2889 925 0 -1 4202496 360 413 0 0 0 0 1 0 25 0 1 0 463165389 8912896 255 33554432000 4194304 4922060 140733517601120 18446744073709551615 268272508037 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/2889/statm: 2176 255 211 178 0 69 0
[pid=2892] ppid=2889 vsize=24900 CPUtime=3.07 cores=0,2
/proc/2892/stat : 2892 (glucose_static) R 2889 2889 925 0 -1 4202496 3610 0 0 0 307 0 0 0 25 0 1 0 463165391 25497600 2889 33554432000 4194304 4260849 140734549883456 18446744073709551615 4224682 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/2892/statm: 6225 2889 249 17 0 2866 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 33604

[startup+6.30067 s]
/proc/loadavg: 4.01 4.00 3.91 5/194 2892
/proc/meminfo: memFree=15412848/32950928 swapFree=67111528/67111528
[pid=2889] ppid=2887 vsize=8704 CPUtime=0.01 cores=0,2
/proc/2889/stat : 2889 (glucose.sh) S 2887 2889 925 0 -1 4202496 360 413 0 0 0 0 1 0 25 0 1 0 463165389 8912896 255 33554432000 4194304 4922060 140733517601120 18446744073709551615 268272508037 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/2889/statm: 2176 255 211 178 0 69 0
[pid=2892] ppid=2889 vsize=34400 CPUtime=6.26 cores=0,2
/proc/2892/stat : 2892 (glucose_static) R 2889 2889 925 0 -1 4202496 5358 0 0 0 626 0 0 0 25 0 1 0 463165391 35225600 3511 33554432000 4194304 4260849 140734549883456 18446744073709551615 4224864 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/2892/statm: 8600 3511 249 17 0 5241 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 43104

[startup+12.7005 s]
/proc/loadavg: 4.01 4.00 3.91 5/194 2892
/proc/meminfo: memFree=15436500/32950928 swapFree=67111528/67111528
[pid=2889] ppid=2887 vsize=8704 CPUtime=0.01 cores=0,2
/proc/2889/stat : 2889 (glucose.sh) S 2887 2889 925 0 -1 4202496 360 413 0 0 0 0 1 0 25 0 1 0 463165389 8912896 255 33554432000 4194304 4922060 140733517601120 18446744073709551615 268272508037 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/2889/statm: 2176 255 211 178 0 69 0
[pid=2892] ppid=2889 vsize=34400 CPUtime=12.66 cores=0,2
/proc/2892/stat : 2892 (glucose_static) R 2889 2889 925 0 -1 4202496 7202 0 0 0 1266 0 0 0 25 0 1 0 463165391 35225600 5270 33554432000 4194304 4260849 140734549883456 18446744073709551615 4224632 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/2892/statm: 8600 5270 249 17 0 5241 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 43104

[startup+25.5002 s]
/proc/loadavg: 4.00 4.00 3.91 5/194 2892
/proc/meminfo: memFree=15431900/32950928 swapFree=67111528/67111528
[pid=2889] ppid=2887 vsize=8704 CPUtime=0.01 cores=0,2
/proc/2889/stat : 2889 (glucose.sh) S 2887 2889 925 0 -1 4202496 360 413 0 0 0 0 1 0 25 0 1 0 463165389 8912896 255 33554432000 4194304 4922060 140733517601120 18446744073709551615 268272508037 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/2889/statm: 2176 255 211 178 0 69 0
[pid=2892] ppid=2889 vsize=38820 CPUtime=25.47 cores=0,2
/proc/2892/stat : 2892 (glucose_static) R 2889 2889 925 0 -1 4202496 8362 0 0 0 2546 1 0 0 25 0 1 0 463165391 39751680 6375 33554432000 4194304 4260849 140734549883456 18446744073709551615 4225146 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/2892/statm: 9705 6375 249 17 0 6346 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 47524

[startup+51.1007 s]
/proc/loadavg: 4.00 4.00 3.91 5/194 2893
/proc/meminfo: memFree=15392020/32950928 swapFree=67111528/67111528
[pid=2889] ppid=2887 vsize=8704 CPUtime=0.01 cores=0,2
/proc/2889/stat : 2889 (glucose.sh) S 2887 2889 925 0 -1 4202496 360 413 0 0 0 0 1 0 25 0 1 0 463165389 8912896 255 33554432000 4194304 4922060 140733517601120 18446744073709551615 268272508037 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/2889/statm: 2176 255 211 178 0 69 0
[pid=2892] ppid=2889 vsize=46120 CPUtime=51.07 cores=0,2
/proc/2892/stat : 2892 (glucose_static) R 2889 2889 925 0 -1 4202496 12120 0 0 0 5106 1 0 0 25 0 1 0 463165391 47226880 8207 33554432000 4194304 4260849 140734549883456 18446744073709551615 4224707 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/2892/statm: 11530 8207 249 17 0 8171 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 54824

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

[startup+57.5005 s]
/proc/loadavg: 4.00 4.00 3.91 5/194 2893
/proc/meminfo: memFree=15424136/32950928 swapFree=67111528/67111528
[pid=2889] ppid=2887 vsize=8704 CPUtime=0.01 cores=0,2
/proc/2889/stat : 2889 (glucose.sh) S 2887 2889 925 0 -1 4202496 360 413 0 0 0 0 1 0 25 0 1 0 463165389 8912896 255 33554432000 4194304 4922060 140733517601120 18446744073709551615 268272508037 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/2889/statm: 2176 255 211 178 0 69 0
[pid=2892] ppid=2889 vsize=46868 CPUtime=57.47 cores=0,2
/proc/2892/stat : 2892 (glucose_static) R 2889 2889 925 0 -1 4202496 12121 0 0 0 5746 1 0 0 25 0 1 0 463165391 47992832 8208 33554432000 4194304 4260849 140734549883456 18446744073709551615 4225082 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/2892/statm: 11717 8208 249 17 0 8358 0
Current children cumulated CPU time (s) 57.48
Current children cumulated vsize (KiB) 55572

[startup+60.7009 s]
/proc/loadavg: 4.00 4.00 3.91 5/194 2893
/proc/meminfo: memFree=15424256/32950928 swapFree=67111528/67111528
[pid=2889] ppid=2887 vsize=8704 CPUtime=0.01 cores=0,2
/proc/2889/stat : 2889 (glucose.sh) S 2887 2889 925 0 -1 4202496 360 413 0 0 0 0 1 0 25 0 1 0 463165389 8912896 255 33554432000 4194304 4922060 140733517601120 18446744073709551615 268272508037 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/2889/statm: 2176 255 211 178 0 69 0
[pid=2892] ppid=2889 vsize=46868 CPUtime=60.67 cores=0,2
/proc/2892/stat : 2892 (glucose_static) R 2889 2889 925 0 -1 4202496 12121 0 0 0 6066 1 0 0 25 0 1 0 463165391 47992832 8208 33554432000 4194304 4260849 140734549883456 18446744073709551615 4225129 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/2892/statm: 11717 8208 249 17 0 8358 0
Current children cumulated CPU time (s) 60.68
Current children cumulated vsize (KiB) 55572

[startup+63.9004 s]
/proc/loadavg: 4.00 4.00 3.91 5/194 2893
/proc/meminfo: memFree=15392264/32950928 swapFree=67111528/67111528
[pid=2889] ppid=2887 vsize=8704 CPUtime=0.01 cores=0,2
/proc/2889/stat : 2889 (glucose.sh) S 2887 2889 925 0 -1 4202496 360 413 0 0 0 0 1 0 25 0 1 0 463165389 8912896 255 33554432000 4194304 4922060 140733517601120 18446744073709551615 268272508037 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/2889/statm: 2176 255 211 178 0 69 0
[pid=2892] ppid=2889 vsize=46868 CPUtime=63.87 cores=0,2
/proc/2892/stat : 2892 (glucose_static) R 2889 2889 925 0 -1 4202496 12121 0 0 0 6386 1 0 0 25 0 1 0 463165391 47992832 8208 33554432000 4194304 4260849 140734549883456 18446744073709551615 4224721 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/2892/statm: 11717 8208 249 17 0 8358 0
Current children cumulated CPU time (s) 63.88
Current children cumulated vsize (KiB) 55572

[startup+64.7003 s]
/proc/loadavg: 4.00 4.00 3.91 5/194 2893
/proc/meminfo: memFree=15392264/32950928 swapFree=67111528/67111528
[pid=2889] ppid=2887 vsize=8704 CPUtime=0.01 cores=0,2
/proc/2889/stat : 2889 (glucose.sh) S 2887 2889 925 0 -1 4202496 360 413 0 0 0 0 1 0 25 0 1 0 463165389 8912896 255 33554432000 4194304 4922060 140733517601120 18446744073709551615 268272508037 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/2889/statm: 2176 255 211 178 0 69 0
[pid=2892] ppid=2889 vsize=46868 CPUtime=64.67 cores=0,2
/proc/2892/stat : 2892 (glucose_static) R 2889 2889 925 0 -1 4202496 12121 0 0 0 6466 1 0 0 25 0 1 0 463165391 47992832 8208 33554432000 4194304 4260849 140734549883456 18446744073709551615 4224707 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/2892/statm: 11717 8208 249 17 0 8358 0
Current children cumulated CPU time (s) 64.68
Current children cumulated vsize (KiB) 55572

[startup+65.1012 s]
/proc/loadavg: 4.00 4.00 3.91 5/194 2893
/proc/meminfo: memFree=15391396/32950928 swapFree=67111528/67111528
[pid=2889] ppid=2887 vsize=8704 CPUtime=0.01 cores=0,2
/proc/2889/stat : 2889 (glucose.sh) S 2887 2889 925 0 -1 4202496 360 413 0 0 0 0 1 0 25 0 1 0 463165389 8912896 255 33554432000 4194304 4922060 140733517601120 18446744073709551615 268272508037 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/2889/statm: 2176 255 211 178 0 69 0
[pid=2892] ppid=2889 vsize=47244 CPUtime=65.07 cores=0,2
/proc/2892/stat : 2892 (glucose_static) R 2889 2889 925 0 -1 4202496 12122 0 0 0 6506 1 0 0 25 0 1 0 463165391 48377856 8209 33554432000 4194304 4260849 140734549883456 18446744073709551615 4225080 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/2892/statm: 11811 8209 249 17 0 8452 0
Current children cumulated CPU time (s) 65.08
Current children cumulated vsize (KiB) 55948

[startup+65.3012 s]
/proc/loadavg: 4.00 4.00 3.91 5/194 2893
/proc/meminfo: memFree=15391396/32950928 swapFree=67111528/67111528
[pid=2889] ppid=2887 vsize=8704 CPUtime=0.01 cores=0,2
/proc/2889/stat : 2889 (glucose.sh) S 2887 2889 925 0 -1 4202496 360 413 0 0 0 0 1 0 25 0 1 0 463165389 8912896 255 33554432000 4194304 4922060 140733517601120 18446744073709551615 268272508037 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/2889/statm: 2176 255 211 178 0 69 0
[pid=2892] ppid=2889 vsize=47244 CPUtime=65.27 cores=0,2
/proc/2892/stat : 2892 (glucose_static) R 2889 2889 925 0 -1 4202496 12122 0 0 0 6526 1 0 0 25 0 1 0 463165391 48377856 8209 33554432000 4194304 4260849 140734549883456 18446744073709551615 4225087 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/2892/statm: 11811 8209 249 17 0 8452 0
Current children cumulated CPU time (s) 65.28
Current children cumulated vsize (KiB) 55948

[startup+65.4011 s]
/proc/loadavg: 4.00 4.00 3.91 5/194 2893
/proc/meminfo: memFree=15391396/32950928 swapFree=67111528/67111528
[pid=2889] ppid=2887 vsize=8704 CPUtime=0.01 cores=0,2
/proc/2889/stat : 2889 (glucose.sh) S 2887 2889 925 0 -1 4202496 360 413 0 0 0 0 1 0 25 0 1 0 463165389 8912896 255 33554432000 4194304 4922060 140733517601120 18446744073709551615 268272508037 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/2889/statm: 2176 255 211 178 0 69 0
[pid=2892] ppid=2889 vsize=47244 CPUtime=65.37 cores=0,2
/proc/2892/stat : 2892 (glucose_static) R 2889 2889 925 0 -1 4202496 12122 0 0 0 6536 1 0 0 25 0 1 0 463165391 48377856 8209 33554432000 4194304 4260849 140734549883456 18446744073709551615 4225100 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/2892/statm: 11811 8209 249 17 0 8452 0
Current children cumulated CPU time (s) 65.38
Current children cumulated vsize (KiB) 55948

Child status: 20
Real time (s): 65.4463
CPU time (s): 65.4401
CPU user time (s): 65.4181
CPU system time (s): 0.021996
CPU usage (%): 99.9904
Max. virtual memory (cumulated for all children) (KiB): 59020

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 65.4181
system time used= 0.021996
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 13107
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= 44
involuntary context switches= 141

runsolver used 0.101984 second user time and 0.25896 second system time

The end

Launcher Data

Begin job on node122 at 2011-04-23 01:41:06
IDJOB=3262132
IDBENCH=83273
IDSOLVER=1651
FILE ID=node122/3262132-1303515666
RUNJOBID= node122-1303513790-2590
PBS_JOBID= 13134241
Free space on /tmp= 70800 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-3262132-1303515666/watcher-3262132-1303515666 -o /tmp/evaluation-result-3262132-1303515666/solver-3262132-1303515666 -C 2400 -W 1300 -M 7680  glucose.sh HOME/instance-3262132-1303515666.cnf 

TIME LIMIT= 2400 seconds
MEMORY LIMIT= 7680 MiB
NBCORE= 2

MD5SUM BENCH= d56eb1fbc523242359df78e10ae2a44f
RANDOM SEED=1361604047

node122.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.820
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.64
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.820
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	: 5332.75
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.820
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.75
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.820
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.83
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.820
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	: 5332.75
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.820
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.75
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.820
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.75
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.820
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.97
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      15458648 kB
Buffers:       1618508 kB
Cached:       14959652 kB
SwapCached:          0 kB
Active:        5069068 kB
Inactive:     11873272 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      15458648 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:            1580 kB
Writeback:           0 kB
AnonPages:      364276 kB
Mapped:          15548 kB
Slab:           484156 kB
PageTables:       6056 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:   571912 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= 70800 MiB
End job on node122 at 2011-04-23 01:42:11