Trace number 3262660

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 77.8822 77.8871

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 benchmark36.1265
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
57.99/58.09	c This is glucose 2.0 --  based on MiniSAT (Many thanks to MiniSAT team)
57.99/58.09	c WARNING: for repeatability, setting FPU to use double precision
57.99/58.09	c ============================[ Problem Statistics ]=============================
57.99/58.09	c |                                                                             |
57.99/58.09	c |  Number of variables:           135                                         |
57.99/58.09	c |  Number of clauses:            5251                                         |
57.99/58.09	c |  Parse time:                   0.00 s                                       |
57.99/58.09	c |                                                                             |
57.99/58.09	c ============================[ Search Statistics ]==============================
57.99/58.09	c | Conflicts |          ORIGINAL         |          LEARNT          | Progress |
57.99/58.09	c |           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
57.99/58.09	c ===============================================================================
57.99/58.09	c |     20494 |     135     5251    22611 |        1     7449     19 |  0.000 % |
57.99/58.09	c |     73694 |     135     5251    22611 |        1    25117     17 |  0.000 % |
57.99/58.09	c |     73794 |     135     5251    22611 |        1    25217     17 |  0.000 % |
57.99/58.09	c |     78038 |     135     5251    22611 |        1    29461     17 |  0.000 % |
57.99/58.09	c |     78903 |     135     5251    22611 |        1    30326     17 |  0.000 % |
57.99/58.09	c |     79046 |     135     5251    22611 |        1    30469     17 |  0.000 % |
57.99/58.09	c |     81872 |     135     5251    22611 |        1    33295     17 |  0.000 % |
57.99/58.09	c |     83064 |     135     5251    22611 |        1    17482     16 |  0.000 % |
57.99/58.09	c |     83166 |     135     5251    22611 |        1    17584     16 |  0.000 % |
57.99/58.09	c |     87656 |     135     5251    22611 |        1    22074     16 |  0.000 % |
57.99/58.09	c |     87757 |     135     5251    22611 |        1    22175     16 |  0.000 % |
57.99/58.09	c |     90822 |     135     5251    22611 |        1    25240     17 |  0.000 % |
57.99/58.09	c |     91605 |     135     5251    22611 |        1    26023     17 |  0.000 % |
57.99/58.09	c |    144966 |     135     5251    22611 |        1    37581     17 |  0.000 % |
57.99/58.09	c |    197647 |     135     5251    22611 |        1    38068     18 |  0.000 % |
57.99/58.09	c |    199721 |     135     5251    22611 |        1    40142     18 |  0.000 % |
57.99/58.09	c |    199903 |     135     5251    22611 |        1    40324     18 |  0.000 % |
57.99/58.09	c |    227384 |     135     5251    22611 |        1    37798     16 |  0.000 % |
57.99/58.09	c |    254715 |     135     5251    22611 |        1    65129     18 |  0.000 % |
57.99/58.09	c |    257974 |     135     5251    22611 |        1    35784     16 |  0.000 % |
57.99/58.09	c |    280340 |     135     5251    22611 |        1    58150     17 |  0.000 % |
57.99/58.09	c |    521872 |     134     5126    22236 |        1    39067     15 |  0.741 % |
57.99/58.09	c |    589987 |     134     5126    22236 |        1    61586     15 |  0.741 % |
57.99/58.09	c |    590368 |     134     5126    22236 |        1    61967     15 |  0.741 % |
57.99/58.09	c |    604579 |     134     5126    22236 |        1    76178     16 |  0.741 % |
57.99/58.09	c |    605202 |     134     5126    22236 |        1    76801     16 |  0.741 % |
57.99/58.09	c |    612782 |     134     5126    22236 |        1    84381     16 |  0.741 % |
57.99/58.09	c |    617577 |     134     5126    22236 |        1    89176     16 |  0.741 % |
57.99/58.09	c |    641065 |     134     5126    22236 |        1    61869     15 |  0.741 % |
57.99/58.09	c |    660787 |     134     5126    22236 |        1    81591     15 |  0.741 % |
57.99/58.09	c |    662703 |     134     5126    22236 |        1    83507     15 |  0.741 % |
57.99/58.09	c |    667500 |     134     5126    22236 |        1    88304     15 |  0.741 % |
57.99/58.09	c |    701242 |     134     5126    22236 |        1    67354     15 |  0.741 % |
57.99/58.09	c |    708544 |     134     5126    22236 |        1    74656     15 |  0.741 % |
57.99/58.09	c |    754140 |     134     5126    22236 |        1    62306     15 |  0.741 % |
57.99/58.09	c |    754372 |     134     5126    22236 |        1    62538     15 |  0.741 % |
57.99/58.09	c |    754912 |     134     5126    22236 |        1    63078     15 |  0.741 % |
57.99/58.09	c |    997022 |     131     4776    21186 |        1    48404     15 |  2.963 % |
57.99/58.09	c |   1007463 |     131     4776    21186 |        1    58845     16 |  2.963 % |
77.79/77.88	c |   1103127 |     131     4776    21186 |        1    63427     15 |  2.963 % |
77.79/77.88	c |   1263087 |      75     4682    20058 |        1    49538     13 | 44.444 % |
77.79/77.88	c ===============================================================================
77.79/77.88	c restarts              : 41
77.79/77.88	c nb ReduceDB           : 30
77.79/77.88	c nb removed Clauses    : 1004449
77.79/77.88	c nb learnts DL2        : 176
77.79/77.88	c nb learnts size 2     : 137
77.79/77.88	c nb learnts size 1     : 16
77.79/77.88	c conflicts             : 1263087        (16225 /sec)
77.79/77.88	c decisions             : 1436640        (0.00 % random) (18454 /sec)
77.79/77.88	c propagations          : 27532359       (353658 /sec)
77.79/77.88	c conflict literals     : 21424845       (41.23 % deleted)
77.79/77.88	c nb reduced Clauses    : 629
77.79/77.88	c CPU time              : 77.8502 s
77.79/77.88	
77.79/77.88	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-3262660-1303543366/watcher-3262660-1303543366 -o /tmp/evaluation-result-3262660-1303543366/solver-3262660-1303543366 -C 2400 -W 1300 -M 7680 glucose.sh HOME/instance-3262660-1303543366.cnf 

running on 2 cores: 5,7

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.04 3.99 3.71 5/192 24174
/proc/meminfo: memFree=12341904/32951124 swapFree=67111528/67111528
[pid=24174] ppid=24172 vsize=8704 CPUtime=0 cores=5,7
/proc/24174/stat : 24174 (glucose.sh) S 24172 24174 23623 0 -1 4202496 334 0 0 0 0 0 0 0 22 0 1 0 446752261 8912896 253 33554432000 4194304 4922060 140734129801248 18446744073709551615 270338202757 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/24174/statm: 2176 253 211 178 0 69 0

[startup+0.0883919 s]
/proc/loadavg: 4.04 3.99 3.71 5/192 24174
/proc/meminfo: memFree=12341904/32951124 swapFree=67111528/67111528
[pid=24174] ppid=24172 vsize=8704 CPUtime=0 cores=5,7
/proc/24174/stat : 24174 (glucose.sh) S 24172 24174 23623 0 -1 4202496 360 230 0 0 0 0 0 0 22 0 1 0 446752261 8912896 255 33554432000 4194304 4922060 140734129801248 18446744073709551615 270338202757 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/24174/statm: 2176 255 211 178 0 69 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8704

[startup+0.100386 s]
/proc/loadavg: 4.04 3.99 3.71 5/192 24174
/proc/meminfo: memFree=12341904/32951124 swapFree=67111528/67111528
[pid=24174] ppid=24172 vsize=8704 CPUtime=0 cores=5,7
/proc/24174/stat : 24174 (glucose.sh) S 24172 24174 23623 0 -1 4202496 360 230 0 0 0 0 0 0 22 0 1 0 446752261 8912896 255 33554432000 4194304 4922060 140734129801248 18446744073709551615 270338202757 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/24174/statm: 2176 255 211 178 0 69 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8704

[startup+0.300347 s]
/proc/loadavg: 4.04 3.99 3.71 5/192 24174
/proc/meminfo: memFree=12341904/32951124 swapFree=67111528/67111528
[pid=24174] ppid=24172 vsize=8704 CPUtime=0 cores=5,7
/proc/24174/stat : 24174 (glucose.sh) S 24172 24174 23623 0 -1 4202496 360 230 0 0 0 0 0 0 22 0 1 0 446752261 8912896 255 33554432000 4194304 4922060 140734129801248 18446744073709551615 270338202757 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/24174/statm: 2176 255 211 178 0 69 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8704

[startup+0.700268 s]
/proc/loadavg: 4.04 3.99 3.71 5/192 24174
/proc/meminfo: memFree=12341904/32951124 swapFree=67111528/67111528
[pid=24174] ppid=24172 vsize=8704 CPUtime=0 cores=5,7
/proc/24174/stat : 24174 (glucose.sh) S 24172 24174 23623 0 -1 4202496 360 230 0 0 0 0 0 0 22 0 1 0 446752261 8912896 255 33554432000 4194304 4922060 140734129801248 18446744073709551615 270338202757 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/24174/statm: 2176 255 211 178 0 69 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8704

[startup+1.50112 s]
/proc/loadavg: 4.04 3.99 3.71 5/194 24177
/proc/meminfo: memFree=12378224/32951124 swapFree=67111528/67111528
[pid=24174] ppid=24172 vsize=8704 CPUtime=0 cores=5,7
/proc/24174/stat : 24174 (glucose.sh) S 24172 24174 23623 0 -1 4202496 360 230 0 0 0 0 0 0 22 0 1 0 446752261 8912896 255 33554432000 4194304 4922060 140734129801248 18446744073709551615 270338202757 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/24174/statm: 2176 255 211 178 0 69 0
[pid=24177] ppid=24174 vsize=20252 CPUtime=1.48 cores=5,7
/proc/24177/stat : 24177 (glucose_static) R 24174 24174 23623 0 -1 4202496 2169 0 0 0 148 0 0 0 25 0 1 0 446752262 20738048 1682 33554432000 4194304 4260849 140735998646032 18446744073709551615 4225056 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/24177/statm: 5063 1682 248 17 0 1704 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 28956

[startup+3.10079 s]
/proc/loadavg: 4.04 3.99 3.71 5/194 24177
/proc/meminfo: memFree=12375248/32951124 swapFree=67111528/67111528
[pid=24174] ppid=24172 vsize=8704 CPUtime=0 cores=5,7
/proc/24174/stat : 24174 (glucose.sh) S 24172 24174 23623 0 -1 4202496 360 230 0 0 0 0 0 0 22 0 1 0 446752261 8912896 255 33554432000 4194304 4922060 140734129801248 18446744073709551615 270338202757 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/24174/statm: 2176 255 211 178 0 69 0
[pid=24177] ppid=24174 vsize=23876 CPUtime=3.08 cores=5,7
/proc/24177/stat : 24177 (glucose_static) R 24174 24174 23623 0 -1 4202496 2821 0 0 0 308 0 0 0 25 0 1 0 446752262 24449024 2304 33554432000 4194304 4260849 140735998646032 18446744073709551615 4224867 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/24177/statm: 5969 2304 248 17 0 2610 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 32580

[startup+6.30117 s]
/proc/loadavg: 4.04 3.99 3.71 5/194 24178
/proc/meminfo: memFree=12366572/32951124 swapFree=67111528/67111528
[pid=24174] ppid=24172 vsize=8704 CPUtime=0 cores=5,7
/proc/24174/stat : 24174 (glucose.sh) S 24172 24174 23623 0 -1 4202496 360 230 0 0 0 0 0 0 22 0 1 0 446752261 8912896 255 33554432000 4194304 4922060 140734129801248 18446744073709551615 270338202757 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/24174/statm: 2176 255 211 178 0 69 0
[pid=24177] ppid=24174 vsize=30908 CPUtime=6.28 cores=5,7
/proc/24177/stat : 24177 (glucose_static) R 24174 24174 23623 0 -1 4202496 4158 0 0 0 628 0 0 0 25 0 1 0 446752262 31649792 3580 33554432000 4194304 4260849 140735998646032 18446744073709551615 4224864 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/24177/statm: 7727 3580 248 17 0 4368 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 39612

[startup+12.7009 s]
/proc/loadavg: 4.03 3.99 3.72 5/194 24178
/proc/meminfo: memFree=12325520/32951124 swapFree=67111528/67111528
[pid=24174] ppid=24172 vsize=8704 CPUtime=0 cores=5,7
/proc/24174/stat : 24174 (glucose.sh) S 24172 24174 23623 0 -1 4202496 360 230 0 0 0 0 0 0 22 0 1 0 446752261 8912896 255 33554432000 4194304 4922060 140734129801248 18446744073709551615 270338202757 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/24174/statm: 2176 255 211 178 0 69 0
[pid=24177] ppid=24174 vsize=35384 CPUtime=12.68 cores=5,7
/proc/24177/stat : 24177 (glucose_static) R 24174 24174 23623 0 -1 4202496 7565 0 0 0 1267 1 0 0 25 0 1 0 446752262 36233216 4060 33554432000 4194304 4260849 140735998646032 18446744073709551615 4224808 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/24177/statm: 8846 4060 249 17 0 5487 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 44088

[startup+25.5003 s]
/proc/loadavg: 4.03 3.99 3.72 5/194 24178
/proc/meminfo: memFree=12297744/32951124 swapFree=67111528/67111528
[pid=24174] ppid=24172 vsize=8704 CPUtime=0 cores=5,7
/proc/24174/stat : 24174 (glucose.sh) S 24172 24174 23623 0 -1 4202496 360 230 0 0 0 0 0 0 22 0 1 0 446752261 8912896 255 33554432000 4194304 4922060 140734129801248 18446744073709551615 270338202757 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/24174/statm: 2176 255 211 178 0 69 0
[pid=24177] ppid=24174 vsize=35384 CPUtime=25.48 cores=5,7
/proc/24177/stat : 24177 (glucose_static) R 24174 24174 23623 0 -1 4202496 8931 0 0 0 2547 1 0 0 25 0 1 0 446752262 36233216 5342 33554432000 4194304 4260849 140735998646032 18446744073709551615 4224992 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/24177/statm: 8846 5342 249 17 0 5487 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 44088

[startup+51.1003 s]
/proc/loadavg: 4.02 3.99 3.73 5/194 24179
/proc/meminfo: memFree=12277200/32951124 swapFree=67111528/67111528
[pid=24174] ppid=24172 vsize=8704 CPUtime=0 cores=5,7
/proc/24174/stat : 24174 (glucose.sh) S 24172 24174 23623 0 -1 4202496 360 230 0 0 0 0 0 0 22 0 1 0 446752261 8912896 255 33554432000 4194304 4922060 140734129801248 18446744073709551615 270338202757 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/24174/statm: 2176 255 211 178 0 69 0
[pid=24177] ppid=24174 vsize=49688 CPUtime=51.09 cores=5,7
/proc/24177/stat : 24177 (glucose_static) R 24174 24174 23623 0 -1 4202496 12225 0 0 0 5107 2 0 0 25 0 1 0 446752262 50880512 6622 33554432000 4194304 4260849 140735998646032 18446744073709551615 4224707 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/24177/statm: 12422 6622 249 17 0 9063 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 58392

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

[startup+63.9007 s]
/proc/loadavg: 4.01 3.99 3.73 5/194 24179
/proc/meminfo: memFree=12289844/32951124 swapFree=67111528/67111528
[pid=24174] ppid=24172 vsize=8704 CPUtime=0 cores=5,7
/proc/24174/stat : 24174 (glucose.sh) S 24172 24174 23623 0 -1 4202496 360 230 0 0 0 0 0 0 22 0 1 0 446752261 8912896 255 33554432000 4194304 4922060 140734129801248 18446744073709551615 270338202757 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/24174/statm: 2176 255 211 178 0 69 0
[pid=24177] ppid=24174 vsize=49688 CPUtime=63.89 cores=5,7
/proc/24177/stat : 24177 (glucose_static) R 24174 24174 23623 0 -1 4202496 12226 0 0 0 6387 2 0 0 25 0 1 0 446752262 50880512 6623 33554432000 4194304 4260849 140735998646032 18446744073709551615 4224674 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/24177/statm: 12422 6623 249 17 0 9063 0
Current children cumulated CPU time (s) 63.89
Current children cumulated vsize (KiB) 58392

[startup+70.3005 s]
/proc/loadavg: 4.01 3.99 3.73 5/194 24179
/proc/meminfo: memFree=12388176/32951124 swapFree=67111528/67111528
[pid=24174] ppid=24172 vsize=8704 CPUtime=0 cores=5,7
/proc/24174/stat : 24174 (glucose.sh) S 24172 24174 23623 0 -1 4202496 360 230 0 0 0 0 0 0 22 0 1 0 446752261 8912896 255 33554432000 4194304 4922060 140734129801248 18446744073709551615 270338202757 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/24174/statm: 2176 255 211 178 0 69 0
[pid=24177] ppid=24174 vsize=49688 CPUtime=70.29 cores=5,7
/proc/24177/stat : 24177 (glucose_static) R 24174 24174 23623 0 -1 4202496 14207 0 0 0 7027 2 0 0 25 0 1 0 446752262 50880512 8512 33554432000 4194304 4260849 140735998646032 18446744073709551615 4222792 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/24177/statm: 12422 8512 249 17 0 9063 0
Current children cumulated CPU time (s) 70.29
Current children cumulated vsize (KiB) 58392

[startup+73.5008 s]
/proc/loadavg: 4.01 3.99 3.73 5/194 24179
/proc/meminfo: memFree=12388176/32951124 swapFree=67111528/67111528
[pid=24174] ppid=24172 vsize=8704 CPUtime=0 cores=5,7
/proc/24174/stat : 24174 (glucose.sh) S 24172 24174 23623 0 -1 4202496 360 230 0 0 0 0 0 0 22 0 1 0 446752261 8912896 255 33554432000 4194304 4922060 140734129801248 18446744073709551615 270338202757 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/24174/statm: 2176 255 211 178 0 69 0
[pid=24177] ppid=24174 vsize=49688 CPUtime=73.49 cores=5,7
/proc/24177/stat : 24177 (glucose_static) R 24174 24174 23623 0 -1 4202496 14207 0 0 0 7347 2 0 0 25 0 1 0 446752262 50880512 8512 33554432000 4194304 4260849 140735998646032 18446744073709551615 4224875 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/24177/statm: 12422 8512 249 17 0 9063 0
Current children cumulated CPU time (s) 73.49
Current children cumulated vsize (KiB) 58392

[startup+75.1005 s]
/proc/loadavg: 4.01 3.99 3.73 5/194 24179
/proc/meminfo: memFree=12357796/32951124 swapFree=67111528/67111528
[pid=24174] ppid=24172 vsize=8704 CPUtime=0 cores=5,7
/proc/24174/stat : 24174 (glucose.sh) S 24172 24174 23623 0 -1 4202496 360 230 0 0 0 0 0 0 22 0 1 0 446752261 8912896 255 33554432000 4194304 4922060 140734129801248 18446744073709551615 270338202757 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/24174/statm: 2176 255 211 178 0 69 0
[pid=24177] ppid=24174 vsize=49688 CPUtime=75.09 cores=5,7
/proc/24177/stat : 24177 (glucose_static) R 24174 24174 23623 0 -1 4202496 14207 0 0 0 7507 2 0 0 25 0 1 0 446752262 50880512 8512 33554432000 4194304 4260849 140735998646032 18446744073709551615 4224674 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/24177/statm: 12422 8512 249 17 0 9063 0
Current children cumulated CPU time (s) 75.09
Current children cumulated vsize (KiB) 58392

[startup+76.7012 s]
/proc/loadavg: 4.01 3.99 3.73 5/194 24179
/proc/meminfo: memFree=12357052/32951124 swapFree=67111528/67111528
[pid=24174] ppid=24172 vsize=8704 CPUtime=0 cores=5,7
/proc/24174/stat : 24174 (glucose.sh) S 24172 24174 23623 0 -1 4202496 360 230 0 0 0 0 0 0 22 0 1 0 446752261 8912896 255 33554432000 4194304 4922060 140734129801248 18446744073709551615 270338202757 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/24174/statm: 2176 255 211 178 0 69 0
[pid=24177] ppid=24174 vsize=49688 CPUtime=76.69 cores=5,7
/proc/24177/stat : 24177 (glucose_static) R 24174 24174 23623 0 -1 4202496 14250 0 0 0 7667 2 0 0 25 0 1 0 446752262 50880512 8551 33554432000 4194304 4260849 140735998646032 18446744073709551615 4224864 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/24177/statm: 12422 8551 249 17 0 9063 0
Current children cumulated CPU time (s) 76.69
Current children cumulated vsize (KiB) 58392

[startup+77.501 s]
/proc/loadavg: 4.01 3.99 3.73 5/194 24179
/proc/meminfo: memFree=12356060/32951124 swapFree=67111528/67111528
[pid=24174] ppid=24172 vsize=8704 CPUtime=0 cores=5,7
/proc/24174/stat : 24174 (glucose.sh) S 24172 24174 23623 0 -1 4202496 360 230 0 0 0 0 0 0 22 0 1 0 446752261 8912896 255 33554432000 4194304 4922060 140734129801248 18446744073709551615 270338202757 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/24174/statm: 2176 255 211 178 0 69 0
[pid=24177] ppid=24174 vsize=49688 CPUtime=77.49 cores=5,7
/proc/24177/stat : 24177 (glucose_static) R 24174 24174 23623 0 -1 4202496 14250 0 0 0 7747 2 0 0 25 0 1 0 446752262 50880512 8551 33554432000 4194304 4260849 140735998646032 18446744073709551615 4225146 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/24177/statm: 12422 8551 249 17 0 9063 0
Current children cumulated CPU time (s) 77.49
Current children cumulated vsize (KiB) 58392

[startup+77.701 s]
/proc/loadavg: 4.01 3.99 3.73 5/194 24179
/proc/meminfo: memFree=12356060/32951124 swapFree=67111528/67111528
[pid=24174] ppid=24172 vsize=8704 CPUtime=0 cores=5,7
/proc/24174/stat : 24174 (glucose.sh) S 24172 24174 23623 0 -1 4202496 360 230 0 0 0 0 0 0 22 0 1 0 446752261 8912896 255 33554432000 4194304 4922060 140734129801248 18446744073709551615 270338202757 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/24174/statm: 2176 255 211 178 0 69 0
[pid=24177] ppid=24174 vsize=49688 CPUtime=77.69 cores=5,7
/proc/24177/stat : 24177 (glucose_static) R 24174 24174 23623 0 -1 4202496 14250 0 0 0 7767 2 0 0 25 0 1 0 446752262 50880512 8551 33554432000 4194304 4260849 140735998646032 18446744073709551615 4224875 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/24177/statm: 12422 8551 249 17 0 9063 0
Current children cumulated CPU time (s) 77.69
Current children cumulated vsize (KiB) 58392

[startup+77.801 s]
/proc/loadavg: 4.01 3.99 3.73 5/194 24179
/proc/meminfo: memFree=12356060/32951124 swapFree=67111528/67111528
[pid=24174] ppid=24172 vsize=8704 CPUtime=0 cores=5,7
/proc/24174/stat : 24174 (glucose.sh) S 24172 24174 23623 0 -1 4202496 360 230 0 0 0 0 0 0 22 0 1 0 446752261 8912896 255 33554432000 4194304 4922060 140734129801248 18446744073709551615 270338202757 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/24174/statm: 2176 255 211 178 0 69 0
[pid=24177] ppid=24174 vsize=49688 CPUtime=77.79 cores=5,7
/proc/24177/stat : 24177 (glucose_static) R 24174 24174 23623 0 -1 4202496 14250 0 0 0 7777 2 0 0 25 0 1 0 446752262 50880512 8551 33554432000 4194304 4260849 140735998646032 18446744073709551615 4224707 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/24177/statm: 12422 8551 249 17 0 9063 0
Current children cumulated CPU time (s) 77.79
Current children cumulated vsize (KiB) 58392

Child status: 20
Real time (s): 77.8871
CPU time (s): 77.8822
CPU user time (s): 77.8552
CPU system time (s): 0.026995
CPU usage (%): 99.9937
Max. virtual memory (cumulated for all children) (KiB): 58392

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

runsolver used 0.135979 second user time and 0.290955 second system time

The end

Launcher Data

Begin job on node143 at 2011-04-23 09:22:46
IDJOB=3262660
IDBENCH=83361
IDSOLVER=1651
FILE ID=node143/3262660-1303543366
RUNJOBID= node143-1303542293-23980
PBS_JOBID= 13143095
Free space on /tmp= 72400 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-3262660-1303543366/watcher-3262660-1303543366 -o /tmp/evaluation-result-3262660-1303543366/solver-3262660-1303543366 -C 2400 -W 1300 -M 7680  glucose.sh HOME/instance-3262660-1303543366.cnf 

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

MD5SUM BENCH= f20ed0313cfa494f86b5c8ef723973ee
RANDOM SEED=210977261

node143.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.846
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.69
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.846
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.846
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.74
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.846
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.846
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.846
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.83
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.846
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.74
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.846
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.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      12342184 kB
Buffers:       2294692 kB
Cached:       17315596 kB
SwapCached:          0 kB
Active:        9906732 kB
Inactive:     10145908 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      12342184 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:            1196 kB
Writeback:           0 kB
AnonPages:      441952 kB
Mapped:          15556 kB
Slab:           490192 kB
PageTables:       6184 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   675544 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= 72400 MiB
End job on node143 at 2011-04-23 09:24:04