Trace number 3303504

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 75.7645 75.7676

General information on the benchmark

Namecrafted/kullmann/VanDerWaerden/
VanderWaerden3k/VanDerWaerden_2-3-12_135.cnf
MD5SUMf20ed0313cfa494f86b5c8ef723973ee
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark39.165
Satisfiable
(Un)Satisfiability was proved
Number of variables135
Number of clauses5251
Sum of the clauses size22611
Maximum clause length12
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 34489
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 5762

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 |    5251    22611 |    1575       0        0     nan |  0.000 % |
0.00/0.00	c ==============================================================================
0.00/0.00	c Result  :   #vars: 135   #clauses: 5251   #literals: 22611
0.00/0.00	c CPU time:   0.001999 s
0.00/0.00	c ==============================================================================
0.00/0.00	c
0.00/0.00	c Starting glucose
0.00/0.00	c
56.58/56.64	c This is glucose 2.0 --  based on MiniSAT (Many thanks to MiniSAT team)
56.58/56.64	c WARNING: for repeatability, setting FPU to use double precision
56.58/56.64	c ============================[ Problem Statistics ]=============================
56.58/56.64	c |                                                                             |
56.58/56.64	c |  Number of variables:           135                                         |
56.58/56.64	c |  Number of clauses:            5251                                         |
56.58/56.64	c |  Parse time:                   0.00 s                                       |
56.58/56.64	c |                                                                             |
56.58/56.64	c ============================[ Search Statistics ]==============================
56.58/56.64	c | Conflicts |          ORIGINAL         |          LEARNT          | Progress |
56.58/56.64	c |           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
56.58/56.64	c ===============================================================================
56.58/56.64	c |     20494 |     135     5251    22611 |        1     7449     19 |  0.000 % |
56.58/56.64	c |     73694 |     135     5251    22611 |        1    25117     17 |  0.000 % |
56.58/56.64	c |     73794 |     135     5251    22611 |        1    25217     17 |  0.000 % |
56.58/56.64	c |     78038 |     135     5251    22611 |        1    29461     17 |  0.000 % |
56.58/56.64	c |     78903 |     135     5251    22611 |        1    30326     17 |  0.000 % |
56.58/56.64	c |     79046 |     135     5251    22611 |        1    30469     17 |  0.000 % |
56.58/56.64	c |     81872 |     135     5251    22611 |        1    33295     17 |  0.000 % |
56.58/56.64	c |     83064 |     135     5251    22611 |        1    17482     16 |  0.000 % |
56.58/56.64	c |     83166 |     135     5251    22611 |        1    17584     16 |  0.000 % |
56.58/56.64	c |     87656 |     135     5251    22611 |        1    22074     16 |  0.000 % |
56.58/56.64	c |     87757 |     135     5251    22611 |        1    22175     16 |  0.000 % |
56.58/56.64	c |     90822 |     135     5251    22611 |        1    25240     17 |  0.000 % |
56.58/56.64	c |     91605 |     135     5251    22611 |        1    26023     17 |  0.000 % |
56.58/56.64	c |    144966 |     135     5251    22611 |        1    37581     17 |  0.000 % |
56.58/56.64	c |    197647 |     135     5251    22611 |        1    38068     18 |  0.000 % |
56.58/56.64	c |    199721 |     135     5251    22611 |        1    40142     18 |  0.000 % |
56.58/56.64	c |    199903 |     135     5251    22611 |        1    40324     18 |  0.000 % |
56.58/56.64	c |    227384 |     135     5251    22611 |        1    37798     16 |  0.000 % |
56.58/56.64	c |    254715 |     135     5251    22611 |        1    65129     18 |  0.000 % |
56.58/56.64	c |    257974 |     135     5251    22611 |        1    35784     16 |  0.000 % |
56.58/56.64	c |    280340 |     135     5251    22611 |        1    58150     17 |  0.000 % |
56.58/56.64	c |    521872 |     134     5126    22236 |        1    39067     15 |  0.741 % |
56.58/56.64	c |    589987 |     134     5126    22236 |        1    61586     15 |  0.741 % |
56.58/56.64	c |    590368 |     134     5126    22236 |        1    61967     15 |  0.741 % |
56.58/56.64	c |    604579 |     134     5126    22236 |        1    76178     16 |  0.741 % |
56.58/56.64	c |    605202 |     134     5126    22236 |        1    76801     16 |  0.741 % |
56.58/56.64	c |    612782 |     134     5126    22236 |        1    84381     16 |  0.741 % |
56.58/56.64	c |    617577 |     134     5126    22236 |        1    89176     16 |  0.741 % |
56.58/56.64	c |    641065 |     134     5126    22236 |        1    61869     15 |  0.741 % |
56.58/56.64	c |    660787 |     134     5126    22236 |        1    81591     15 |  0.741 % |
56.58/56.64	c |    662703 |     134     5126    22236 |        1    83507     15 |  0.741 % |
56.58/56.64	c |    667500 |     134     5126    22236 |        1    88304     15 |  0.741 % |
56.58/56.64	c |    701242 |     134     5126    22236 |        1    67354     15 |  0.741 % |
56.58/56.64	c |    708544 |     134     5126    22236 |        1    74656     15 |  0.741 % |
56.58/56.64	c |    754140 |     134     5126    22236 |        1    62306     15 |  0.741 % |
56.58/56.64	c |    754372 |     134     5126    22236 |        1    62538     15 |  0.741 % |
56.58/56.64	c |    754912 |     134     5126    22236 |        1    63078     15 |  0.741 % |
56.58/56.64	c |    997022 |     131     4776    21186 |        1    48404     15 |  2.963 % |
56.58/56.64	c |   1007463 |     131     4776    21186 |        1    58845     16 |  2.963 % |
75.69/75.76	c |   1103127 |     131     4776    21186 |        1    63427     15 |  2.963 % |
75.69/75.76	c |   1263087 |      75     4682    20058 |        1    49538     13 | 44.444 % |
75.69/75.76	c ===============================================================================
75.69/75.76	c restarts              : 41
75.69/75.76	c nb ReduceDB           : 30
75.69/75.76	c nb removed Clauses    : 1004449
75.69/75.76	c nb learnts DL2        : 176
75.69/75.76	c nb learnts size 2     : 137
75.69/75.76	c nb learnts size 1     : 16
75.69/75.76	c conflicts             : 1263087        (16678 /sec)
75.69/75.76	c decisions             : 1436640        (0.00 % random) (18970 /sec)
75.69/75.76	c propagations          : 27532359       (363543 /sec)
75.69/75.76	c conflict literals     : 21424845       (41.23 % deleted)
75.69/75.76	c nb reduced Clauses    : 629
75.69/75.76	c CPU time              : 75.7335 s
75.69/75.76	
75.69/75.76	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-3303504-1306946335/watcher-3303504-1306946335 -o /tmp/evaluation-result-3303504-1306946335/solver-3303504-1306946335 -C 5000 -W 5100 -M 15500 glucose.sh HOME/instance-3303504-1306946335.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: 1.01 1.38 1.72 3/454 31412
/proc/meminfo: memFree=25797764/32951124 swapFree=60476376/67111528
[pid=31410] ppid=31407 vsize=8704 CPUtime=0 cores=1,3,5,7
/proc/31410/stat : 31410 (glucose.sh) S 31407 31410 30966 0 -1 4202496 359 231 0 0 0 0 0 0 18 0 1 0 787049444 8912896 254 33554432000 4194304 4922060 140735357008560 18446744073709551615 220816055429 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/31410/statm: 2176 254 211 178 0 69 0

[startup+0.036911 s]
/proc/loadavg: 1.01 1.38 1.72 3/454 31412
/proc/meminfo: memFree=25797764/32951124 swapFree=60476376/67111528
[pid=31410] ppid=31407 vsize=8704 CPUtime=0 cores=1,3,5,7
/proc/31410/stat : 31410 (glucose.sh) S 31407 31410 30966 0 -1 4202496 359 231 0 0 0 0 0 0 18 0 1 0 787049444 8912896 254 33554432000 4194304 4922060 140735357008560 18446744073709551615 220816055429 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/31410/statm: 2176 254 211 178 0 69 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8704

[startup+0.100899 s]
/proc/loadavg: 1.01 1.38 1.72 3/454 31412
/proc/meminfo: memFree=25797764/32951124 swapFree=60476376/67111528
[pid=31410] ppid=31407 vsize=8704 CPUtime=0 cores=1,3,5,7
/proc/31410/stat : 31410 (glucose.sh) S 31407 31410 30966 0 -1 4202496 359 231 0 0 0 0 0 0 18 0 1 0 787049444 8912896 254 33554432000 4194304 4922060 140735357008560 18446744073709551615 220816055429 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/31410/statm: 2176 254 211 178 0 69 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8704

[startup+0.300862 s]
/proc/loadavg: 1.01 1.38 1.72 3/454 31412
/proc/meminfo: memFree=25797764/32951124 swapFree=60476376/67111528
[pid=31410] ppid=31407 vsize=8704 CPUtime=0 cores=1,3,5,7
/proc/31410/stat : 31410 (glucose.sh) S 31407 31410 30966 0 -1 4202496 359 231 0 0 0 0 0 0 18 0 1 0 787049444 8912896 254 33554432000 4194304 4922060 140735357008560 18446744073709551615 220816055429 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/31410/statm: 2176 254 211 178 0 69 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8704

[startup+0.700787 s]
/proc/loadavg: 1.01 1.38 1.72 3/454 31412
/proc/meminfo: memFree=25797764/32951124 swapFree=60476376/67111528
[pid=31410] ppid=31407 vsize=8704 CPUtime=0 cores=1,3,5,7
/proc/31410/stat : 31410 (glucose.sh) S 31407 31410 30966 0 -1 4202496 359 231 0 0 0 0 0 0 18 0 1 0 787049444 8912896 254 33554432000 4194304 4922060 140735357008560 18446744073709551615 220816055429 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/31410/statm: 2176 254 211 178 0 69 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8704

[startup+1.50064 s]
/proc/loadavg: 1.01 1.38 1.72 3/458 31418
/proc/meminfo: memFree=25780480/32951124 swapFree=60476376/67111528
[pid=31410] ppid=31407 vsize=8704 CPUtime=0 cores=1,3,5,7
/proc/31410/stat : 31410 (glucose.sh) S 31407 31410 30966 0 -1 4202496 359 231 0 0 0 0 0 0 18 0 1 0 787049444 8912896 254 33554432000 4194304 4922060 140735357008560 18446744073709551615 220816055429 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/31410/statm: 2176 254 211 178 0 69 0
[pid=31415] ppid=31410 vsize=20244 CPUtime=1.49 cores=1,3,5,7
/proc/31415/stat : 31415 (glucose_static) R 31410 31410 30966 0 -1 4202496 2168 0 0 0 149 0 0 0 23 0 1 0 787049445 20729856 1681 33554432000 4194304 4260849 140737321918160 18446744073709551615 4224688 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/31415/statm: 5061 1681 248 17 0 1702 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 28948

[startup+3.10035 s]
/proc/loadavg: 1.01 1.38 1.72 3/458 31418
/proc/meminfo: memFree=25772900/32951124 swapFree=60476376/67111528
[pid=31410] ppid=31407 vsize=8704 CPUtime=0 cores=1,3,5,7
/proc/31410/stat : 31410 (glucose.sh) S 31407 31410 30966 0 -1 4202496 359 231 0 0 0 0 0 0 18 0 1 0 787049444 8912896 254 33554432000 4194304 4922060 140735357008560 18446744073709551615 220816055429 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/31410/statm: 2176 254 211 178 0 69 0
[pid=31415] ppid=31410 vsize=23868 CPUtime=3.08 cores=1,3,5,7
/proc/31415/stat : 31415 (glucose_static) R 31410 31410 30966 0 -1 4202496 2841 0 0 0 308 0 0 0 25 0 1 0 787049445 24440832 2322 33554432000 4194304 4260849 140737321918160 18446744073709551615 4224685 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/31415/statm: 5967 2322 248 17 0 2608 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 32572

[startup+6.30076 s]
/proc/loadavg: 1.08 1.39 1.72 4/458 31418
/proc/meminfo: memFree=25763752/32951124 swapFree=60476376/67111528
[pid=31410] ppid=31407 vsize=8704 CPUtime=0 cores=1,3,5,7
/proc/31410/stat : 31410 (glucose.sh) S 31407 31410 30966 0 -1 4202496 359 231 0 0 0 0 0 0 18 0 1 0 787049444 8912896 254 33554432000 4194304 4922060 140735357008560 18446744073709551615 220816055429 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/31410/statm: 2176 254 211 178 0 69 0
[pid=31415] ppid=31410 vsize=30900 CPUtime=6.28 cores=1,3,5,7
/proc/31415/stat : 31415 (glucose_static) R 31410 31410 30966 0 -1 4202496 4193 0 0 0 628 0 0 0 25 0 1 0 787049445 31641600 3614 33554432000 4194304 4260849 140737321918160 18446744073709551615 4225082 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/31415/statm: 7725 3614 248 17 0 4366 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 39604

[startup+12.7006 s]
/proc/loadavg: 1.16 1.40 1.72 3/458 31419
/proc/meminfo: memFree=25750356/32951124 swapFree=60476376/67111528
[pid=31410] ppid=31407 vsize=8704 CPUtime=0 cores=1,3,5,7
/proc/31410/stat : 31410 (glucose.sh) S 31407 31410 30966 0 -1 4202496 359 231 0 0 0 0 0 0 18 0 1 0 787049444 8912896 254 33554432000 4194304 4922060 140735357008560 18446744073709551615 220816055429 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/31410/statm: 2176 254 211 178 0 69 0
[pid=31415] ppid=31410 vsize=35376 CPUtime=12.69 cores=1,3,5,7
/proc/31415/stat : 31415 (glucose_static) R 31410 31410 30966 0 -1 4202496 7564 0 0 0 1268 1 0 0 25 0 1 0 787049445 36225024 4059 33554432000 4194304 4260849 140737321918160 18446744073709551615 4225124 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/31415/statm: 8844 4059 249 17 0 5485 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 44080

[startup+25.5002 s]
/proc/loadavg: 1.34 1.43 1.73 3/458 31419
/proc/meminfo: memFree=25742684/32951124 swapFree=60476376/67111528
[pid=31410] ppid=31407 vsize=8704 CPUtime=0 cores=1,3,5,7
/proc/31410/stat : 31410 (glucose.sh) S 31407 31410 30966 0 -1 4202496 359 231 0 0 0 0 0 0 18 0 1 0 787049444 8912896 254 33554432000 4194304 4922060 140735357008560 18446744073709551615 220816055429 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/31410/statm: 2176 254 211 178 0 69 0
[pid=31415] ppid=31410 vsize=35376 CPUtime=25.49 cores=1,3,5,7
/proc/31415/stat : 31415 (glucose_static) R 31410 31410 30966 0 -1 4202496 8930 0 0 0 2548 1 0 0 25 0 1 0 787049445 36225024 5341 33554432000 4194304 4260849 140737321918160 18446744073709551615 4225149 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/31415/statm: 8844 5341 249 17 0 5485 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 44080

[startup+51.1005 s]
/proc/loadavg: 1.57 1.47 1.73 3/458 31420
/proc/meminfo: memFree=25722084/32951124 swapFree=60476376/67111528
[pid=31410] ppid=31407 vsize=8704 CPUtime=0 cores=1,3,5,7
/proc/31410/stat : 31410 (glucose.sh) S 31407 31410 30966 0 -1 4202496 359 231 0 0 0 0 0 0 18 0 1 0 787049444 8912896 254 33554432000 4194304 4922060 140735357008560 18446744073709551615 220816055429 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/31410/statm: 2176 254 211 178 0 69 0
[pid=31415] ppid=31410 vsize=49680 CPUtime=51.08 cores=1,3,5,7
/proc/31415/stat : 31415 (glucose_static) R 31410 31410 30966 0 -1 4202496 12224 0 0 0 5107 1 0 0 25 0 1 0 787049445 50872320 6621 33554432000 4194304 4260849 140737321918160 18446744073709551615 4224718 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/31415/statm: 12420 6621 249 17 0 9061 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 58384

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

[startup+63.9011 s]
/proc/loadavg: 1.63 1.49 1.73 3/458 31420
/proc/meminfo: memFree=25715492/32951124 swapFree=60476376/67111528
[pid=31410] ppid=31407 vsize=8704 CPUtime=0 cores=1,3,5,7
/proc/31410/stat : 31410 (glucose.sh) S 31407 31410 30966 0 -1 4202496 359 231 0 0 0 0 0 0 18 0 1 0 787049444 8912896 254 33554432000 4194304 4922060 140735357008560 18446744073709551615 220816055429 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/31410/statm: 2176 254 211 178 0 69 0
[pid=31415] ppid=31410 vsize=49680 CPUtime=63.89 cores=1,3,5,7
/proc/31415/stat : 31415 (glucose_static) R 31410 31410 30966 0 -1 4202496 13631 0 0 0 6387 2 0 0 25 0 1 0 787049445 50872320 7963 33554432000 4194304 4260849 140737321918160 18446744073709551615 4224885 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/31415/statm: 12420 7963 249 17 0 9061 0
Current children cumulated CPU time (s) 63.89
Current children cumulated vsize (KiB) 58384

[startup+70.301 s]
/proc/loadavg: 1.93 1.55 1.75 3/458 31420
/proc/meminfo: memFree=25712392/32951124 swapFree=60476376/67111528
[pid=31410] ppid=31407 vsize=8704 CPUtime=0 cores=1,3,5,7
/proc/31410/stat : 31410 (glucose.sh) S 31407 31410 30966 0 -1 4202496 359 231 0 0 0 0 0 0 18 0 1 0 787049444 8912896 254 33554432000 4194304 4922060 140735357008560 18446744073709551615 220816055429 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/31410/statm: 2176 254 211 178 0 69 0
[pid=31415] ppid=31410 vsize=49680 CPUtime=70.31 cores=1,3,5,7
/proc/31415/stat : 31415 (glucose_static) R 31410 31410 30966 0 -1 4202496 14206 0 0 0 7029 2 0 0 25 0 1 0 787049445 50872320 8511 33554432000 4194304 4260849 140737321918160 18446744073709551615 4224635 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/31415/statm: 12420 8511 249 17 0 9061 0
Current children cumulated CPU time (s) 70.31
Current children cumulated vsize (KiB) 58384

[startup+73.5004 s]
/proc/loadavg: 1.93 1.55 1.75 3/458 31420
/proc/meminfo: memFree=25711896/32951124 swapFree=60476376/67111528
[pid=31410] ppid=31407 vsize=8704 CPUtime=0 cores=1,3,5,7
/proc/31410/stat : 31410 (glucose.sh) S 31407 31410 30966 0 -1 4202496 359 231 0 0 0 0 0 0 18 0 1 0 787049444 8912896 254 33554432000 4194304 4922060 140735357008560 18446744073709551615 220816055429 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/31410/statm: 2176 254 211 178 0 69 0
[pid=31415] ppid=31410 vsize=49680 CPUtime=73.49 cores=1,3,5,7
/proc/31415/stat : 31415 (glucose_static) R 31410 31410 30966 0 -1 4202496 14206 0 0 0 7347 2 0 0 25 0 1 0 787049445 50872320 8511 33554432000 4194304 4260849 140737321918160 18446744073709551615 4224685 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/31415/statm: 12420 8511 249 17 0 9061 0
Current children cumulated CPU time (s) 73.49
Current children cumulated vsize (KiB) 58384

[startup+75.1011 s]
/proc/loadavg: 1.93 1.56 1.75 3/458 31420
/proc/meminfo: memFree=25711400/32951124 swapFree=60476376/67111528
[pid=31410] ppid=31407 vsize=8704 CPUtime=0 cores=1,3,5,7
/proc/31410/stat : 31410 (glucose.sh) S 31407 31410 30966 0 -1 4202496 359 231 0 0 0 0 0 0 18 0 1 0 787049444 8912896 254 33554432000 4194304 4922060 140735357008560 18446744073709551615 220816055429 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/31410/statm: 2176 254 211 178 0 69 0
[pid=31415] ppid=31410 vsize=49680 CPUtime=75.09 cores=1,3,5,7
/proc/31415/stat : 31415 (glucose_static) R 31410 31410 30966 0 -1 4202496 14249 0 0 0 7507 2 0 0 25 0 1 0 787049445 50872320 8550 33554432000 4194304 4260849 140737321918160 18446744073709551615 4228147 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/31415/statm: 12420 8550 249 17 0 9061 0
Current children cumulated CPU time (s) 75.09
Current children cumulated vsize (KiB) 58384

[startup+75.501 s]
/proc/loadavg: 1.93 1.56 1.75 3/458 31420
/proc/meminfo: memFree=25711400/32951124 swapFree=60476376/67111528
[pid=31410] ppid=31407 vsize=8704 CPUtime=0 cores=1,3,5,7
/proc/31410/stat : 31410 (glucose.sh) S 31407 31410 30966 0 -1 4202496 359 231 0 0 0 0 0 0 18 0 1 0 787049444 8912896 254 33554432000 4194304 4922060 140735357008560 18446744073709551615 220816055429 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/31410/statm: 2176 254 211 178 0 69 0
[pid=31415] ppid=31410 vsize=49680 CPUtime=75.49 cores=1,3,5,7
/proc/31415/stat : 31415 (glucose_static) R 31410 31410 30966 0 -1 4202496 14249 0 0 0 7547 2 0 0 25 0 1 0 787049445 50872320 8550 33554432000 4194304 4260849 140737321918160 18446744073709551615 4224855 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/31415/statm: 12420 8550 249 17 0 9061 0
Current children cumulated CPU time (s) 75.49
Current children cumulated vsize (KiB) 58384

[startup+75.701 s]
/proc/loadavg: 1.93 1.56 1.75 3/458 31420
/proc/meminfo: memFree=25711400/32951124 swapFree=60476376/67111528
[pid=31410] ppid=31407 vsize=8704 CPUtime=0 cores=1,3,5,7
/proc/31410/stat : 31410 (glucose.sh) S 31407 31410 30966 0 -1 4202496 359 231 0 0 0 0 0 0 18 0 1 0 787049444 8912896 254 33554432000 4194304 4922060 140735357008560 18446744073709551615 220816055429 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/31410/statm: 2176 254 211 178 0 69 0
[pid=31415] ppid=31410 vsize=49680 CPUtime=75.69 cores=1,3,5,7
/proc/31415/stat : 31415 (glucose_static) R 31410 31410 30966 0 -1 4202496 14249 0 0 0 7567 2 0 0 25 0 1 0 787049445 50872320 8550 33554432000 4194304 4260849 140737321918160 18446744073709551615 4224808 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/31415/statm: 12420 8550 249 17 0 9061 0
Current children cumulated CPU time (s) 75.69
Current children cumulated vsize (KiB) 58384

Child status: 20
Real time (s): 75.7676
CPU time (s): 75.7645
CPU user time (s): 75.7385
CPU system time (s): 0.025996
CPU usage (%): 99.9959
Max. virtual memory (cumulated for all children) (KiB): 58384

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 75.7385
system time used= 0.025996
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 15055
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= 55
involuntary context switches= 91

runsolver used 0.306953 second user time and 0.880866 second system time

The end

Launcher Data

Begin job on node147 at 2011-06-01 18:38:55
IDJOB=3303504
IDBENCH=83361
IDSOLVER=1687
FILE ID=node147/3303504-1306946335
RUNJOBID= node147-1306946335-31394
PBS_JOBID= 13488601
Free space on /tmp= 73760 MiB

SOLVER NAME= glucose 2
BENCH NAME= SAT11/crafted/kullmann/VanDerWaerden/VanderWaerden3k/VanDerWaerden_2-3-12_135.cnf
COMMAND LINE= glucose.sh BENCHNAME 
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3303504-1306946335/watcher-3303504-1306946335 -o /tmp/evaluation-result-3303504-1306946335/solver-3303504-1306946335 -C 5000 -W 5100 -M 15500  glucose.sh HOME/instance-3303504-1306946335.cnf 

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

MD5SUM BENCH= f20ed0313cfa494f86b5c8ef723973ee
RANDOM SEED=1162098572

node147.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.836
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.67
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.836
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.836
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.836
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.836
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.82
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.836
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.76
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.836
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.836
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:      25798076 kB
Buffers:        203364 kB
Cached:         377860 kB
SwapCached:      11164 kB
Active:        6461248 kB
Inactive:       439280 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      25798076 kB
SwapTotal:    67111528 kB
SwapFree:     60476376 kB
Dirty:            3112 kB
Writeback:           0 kB
AnonPages:     6316524 kB
Mapped:          21988 kB
Slab:           125848 kB
PageTables:      58028 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 120753752 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= 73756 MiB
End job on node147 at 2011-06-01 18:40:11