Trace number 3304191

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 2? (TO) 5000.04 4999.91

General information on the benchmark

NameSAT02/industrial/dellacherie/
comb/comb1.shuffled.cnf
MD5SUM0e9d17eb95ee436fc1015c5591cfb63f
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark72.7379
Satisfiable
(Un)Satisfiability was proved
Number of variables5910
Number of clauses16804
Sum of the clauses size38654
Maximum clause length28
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 213041
Number of clauses of size 32838
Number of clauses of size 4787
Number of clauses of size 5103
Number of clauses of size over 534

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 |   16803    38653 |    5040       0        0     nan |  0.000 % |
0.00/0.06	c |         0 |    8377    24913 |      --       0       --      -- |     --   | -8417/-13719
0.00/0.06	c ==============================================================================
0.00/0.06	c Result  :   #vars: 1686   #clauses: 8377   #literals: 24913
0.00/0.06	c CPU time:   0.057991 s
0.00/0.06	c ==============================================================================
0.00/0.06	c
0.00/0.06	c Starting glucose
0.00/0.06	c
63.28/63.36	c This is glucose 2.0 --  based on MiniSAT (Many thanks to MiniSAT team)
63.28/63.36	c WARNING: for repeatability, setting FPU to use double precision
63.28/63.36	c ============================[ Problem Statistics ]=============================
63.28/63.36	c |                                                                             |
63.28/63.36	c |  Number of variables:          1686                                         |
63.28/63.36	c |  Number of clauses:            8377                                         |
63.28/63.36	c |  Parse time:                   0.00 s                                       |
63.28/63.36	c |                                                                             |
63.28/63.36	c ============================[ Search Statistics ]==============================
63.28/63.36	c | Conflicts |          ORIGINAL         |          LEARNT          | Progress |
63.28/63.36	c |           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
63.28/63.36	c ===============================================================================
63.28/63.36	c |       918 |    1685     8377    24913 |        1      917     30 |  0.059 % |
63.28/63.36	c |      1019 |    1685     8375    24906 |        1     1018     32 |  0.059 % |
63.28/63.36	c |      1135 |    1685     8375    24906 |        1     1134     33 |  0.059 % |
63.28/63.36	c |      2507 |    1685     8375    24906 |        1     2506     36 |  0.059 % |
63.28/63.36	c |      2631 |    1685     8375    24906 |        1     2630     37 |  0.059 % |
63.28/63.36	c |      3238 |    1685     8375    24906 |        1     3237     36 |  0.059 % |
63.28/63.36	c |      3784 |    1685     8375    24906 |        1     3783     39 |  0.059 % |
63.28/63.36	c |      3885 |    1685     8375    24906 |        1     3884     39 |  0.059 % |
63.28/63.36	c |      4539 |    1685     8375    24906 |        1     2540     22 |  0.059 % |
63.28/63.36	c |      5012 |    1685     8375    24906 |        1     3013     28 |  0.059 % |
63.28/63.36	c |      6581 |    1685     8375    24906 |        1     4582     34 |  0.059 % |
63.28/63.36	c |      7388 |    1685     8375    24906 |        1     5389     37 |  0.059 % |
63.28/63.36	c |     10848 |    1685     8375    24906 |        1     4553     19 |  0.059 % |
63.28/63.36	c |     59862 |    1685     8375    24906 |        1    25711     40 |  0.059 % |
63.28/63.36	c |    290536 |    1685     8375    24906 |        1    68353     24 |  0.059 % |
63.28/63.36	c |    295141 |    1685     8375    24906 |        1    37763     18 |  0.059 % |
63.28/63.36	c |    295394 |    1685     8375    24906 |        1    38016     18 |  0.059 % |
63.28/63.36	c |    297704 |    1685     8375    24906 |        1    40326     21 |  0.059 % |
63.28/63.36	c |    299055 |    1685     8375    24906 |        1    41677     22 |  0.059 % |
63.28/63.36	c |    300578 |    1685     8375    24906 |        1    43200     22 |  0.059 % |
63.28/63.36	c |    301201 |    1685     8375    24906 |        1    43823     23 |  0.059 % |
63.28/63.36	c |    340201 |    1685     8375    24906 |        1    45023     20 |  0.059 % |
63.28/63.36	c |    356015 |    1685     8375    24906 |        1    60837     27 |  0.059 % |
63.28/63.36	c |    356215 |    1685     8375    24906 |        1    61037     27 |  0.059 % |
63.28/63.36	c |    357365 |    1685     8375    24906 |        1    62187     27 |  0.059 % |
63.28/63.36	c |    364026 |    1685     8375    24906 |        1    68848     28 |  0.059 % |
63.28/63.36	c |    364644 |    1685     8375    24906 |        1    69466     28 |  0.059 % |
63.28/63.36	c |    367980 |    1685     8375    24906 |        1    72802     29 |  0.059 % |
63.28/63.36	c |    368182 |    1685     8375    24906 |        1    73004     29 |  0.059 % |
63.28/63.36	c |    406086 |    1685     8375    24906 |        1    70506     32 |  0.059 % |
63.28/63.36	c |    424086 |    1685     8375    24906 |        1    45505     19 |  0.059 % |
63.28/63.36	c |    434387 |    1685     8375    24906 |        1    55806     24 |  0.059 % |
63.28/63.36	c |    437415 |    1685     8375    24906 |        1    58834     25 |  0.059 % |
63.28/63.36	c |    440110 |    1685     8375    24906 |        1    61529     26 |  0.059 % |
63.28/63.36	c |    442362 |    1685     8375    24906 |        1    63781     27 |  0.059 % |
63.28/63.36	c |    462335 |    1685     8375    24906 |        1    83754     30 |  0.059 % |
63.28/63.36	c |    464105 |    1685     8375    24906 |        1    85524     30 |  0.059 % |
63.28/63.36	c |    471547 |    1685     8375    24906 |        1    47363     18 |  0.059 % |
63.28/63.36	c |    476476 |    1685     8375    24906 |        1    52292     22 |  0.059 % |
4661.52/4661.47	c |    476634 |    1685     8375    24906 |        1    52450     22 |  0.059 % |
4661.52/4661.47	c |    515530 |    1685     8375    24906 |        1    91346     37 |  0.059 % |
4661.52/4661.47	c |    516428 |    1685     8375    24906 |        1    92244     37 |  0.059 % |
4661.52/4661.47	c |    517227 |    1685     8375    24906 |        1    93043     38 |  0.059 % |
4661.52/4661.47	c |    517476 |    1685     8375    24906 |        1    93292     38 |  0.059 % |
4661.52/4661.47	c |  13160880 |    1685     8375    24906 |        1   408500     19 |  0.059 % |
4661.52/4661.47	c |  13163334 |    1685     8375    24906 |        1   410954     20 |  0.059 % |
4661.52/4661.47	c |  13164971 |    1685     8375    24906 |        1   412591     20 |  0.059 % |
4661.52/4661.47	c |  13165631 |    1685     8375    24906 |        1   413251     20 |  0.059 % |
4661.52/4661.47	c |  13165964 |    1685     8375    24906 |        1   413584     20 |  0.059 % |
4661.52/4661.47	c |  13173207 |    1685     8375    24906 |        1   420827     20 |  0.059 % |
4661.52/4661.47	c |  13178672 |    1685     8375    24906 |        1   426292     20 |  0.059 % |
4661.52/4661.47	c |  13183029 |    1685     8375    24906 |        1   430649     21 |  0.059 % |
4661.52/4661.47	c |  13183931 |    1685     8375    24906 |        1   431551     21 |  0.059 % |
4661.52/4661.47	c |  13184364 |    1685     8375    24906 |        1   431984     21 |  0.059 % |
4661.52/4661.47	c |  13184668 |    1685     8375    24906 |        1   432288     21 |  0.059 % |
4661.52/4661.47	c |  13184993 |    1685     8375    24906 |        1   432613     21 |  0.059 % |
4661.52/4661.47	c |  13203286 |    1685     8375    24906 |        1   450906     21 |  0.059 % |
4661.52/4661.47	c |  13203992 |    1685     8375    24906 |        1   451612     21 |  0.059 % |
4661.52/4661.47	c |  13211128 |    1685     8375    24906 |        1   458748     22 |  0.059 % |
4661.52/4661.47	c |  13219207 |    1685     8375    24906 |        1   466827     22 |  0.059 % |
4661.52/4661.47	c |  13275621 |    1685     8375    24906 |        1   264434     16 |  0.059 % |
4661.52/4661.47	c |  13277003 |    1685     8375    24906 |        1   265816     16 |  0.059 % |
4661.52/4661.47	c |  13289339 |    1685     8375    24906 |        1   278152     17 |  0.059 % |
4661.52/4661.47	c |  13291194 |    1685     8375    24906 |        1   280007     17 |  0.059 % |
4661.52/4661.47	c |  13306185 |    1685     8375    24906 |        1   294998     18 |  0.059 % |
4661.52/4661.47	c |  13306316 |    1685     8375    24906 |        1   295129     18 |  0.059 % |
4661.52/4661.47	c |  13306727 |    1685     8375    24906 |        1   295540     18 |  0.059 % |
4661.52/4661.47	c |  13307066 |    1685     8375    24906 |        1   295879     18 |  0.059 % |
4661.52/4661.47	c |  13565024 |    1684     8375    24906 |        1   292443     19 |  0.119 % |
4661.52/4661.47	c |  13571687 |    1684     8375    24906 |        1   299106     19 |  0.119 % |
4661.52/4661.47	c |  13572995 |    1684     8375    24906 |        1   300414     19 |  0.119 % |
4661.52/4661.47	c |  13577721 |    1684     8375    24906 |        1   305140     20 |  0.119 % |
4661.52/4661.47	c |  13588408 |    1684     8375    24906 |        1   315827     20 |  0.119 % |
4661.52/4661.47	c |  13588708 |    1684     8375    24906 |        1   316127     20 |  0.119 % |
4661.52/4661.47	c |  13592619 |    1684     8375    24906 |        1   320038     20 |  0.119 % |
4661.52/4661.47	c |  13594550 |    1684     8375    24906 |        1   321969     21 |  0.119 % |
4661.52/4661.47	c |  13597042 |    1684     8375    24906 |        1   324461     21 |  0.119 % |
4661.52/4661.47	c |  13597447 |    1684     8375    24906 |        1   324866     21 |  0.119 % |
4661.52/4661.47	c |  13638212 |    1684     8375    24906 |        1   365631     22 |  0.119 % |
4661.52/4661.47	c |  13638611 |    1684     8375    24906 |        1   366030     23 |  0.119 % |
4661.52/4661.47	c |  13638835 |    1684     8375    24906 |        1   366254     23 |  0.119 % |
4661.52/4661.47	c |  13638935 |    1684     8375    24906 |        1   366354     23 |  0.119 % |
4661.52/4661.47	c |  16129690 |    1684     8375    24906 |        1   387506     17 |  0.119 % |
4661.52/4661.47	c |  16130470 |    1684     8375    24906 |        1   388286     17 |  0.119 % |
4661.52/4661.47	c |  16131433 |    1684     8375    24906 |        1   389249     17 |  0.119 % |
4661.52/4661.47	c |  16133631 |    1684     8375    24906 |        1   391447     17 |  0.119 % |
4661.52/4661.47	c |  16139798 |    1684     8375    24906 |        1   397614     18 |  0.119 % |
4661.52/4661.47	c |  16139994 |    1684     8375    24906 |        1   397810     18 |  0.119 % |
4661.52/4661.47	c |  16393213 |  

Verifier Data

ERROR: Unexpected answer ! (SATISFIABLE/UNSATISFIABLE expected)
Got answer: <no 's ' line found>

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-3304191-1303907329/watcher-3304191-1303907329 -o /tmp/evaluation-result-3304191-1303907329/solver-3304191-1303907329 -C 5000 -W 5100 -M 15500 glucose.sh HOME/instance-3304191-1303907329.cnf 

running on 4 cores: 0,2,4,6

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


[startup+0 s]
/proc/loadavg: 2.00 2.00 2.00 2/178 8448
/proc/meminfo: memFree=16976716/32951124 swapFree=67111528/67111528
[pid=8448] ppid=8446 vsize=8704 CPUtime=0 cores=0,2,4,6
/proc/8448/stat : 8448 (glucose.sh) S 8446 8448 7684 0 -1 4202496 334 0 0 0 0 0 0 0 25 0 1 0 580963530 8912896 253 33554432000 4194304 4922060 140735887734016 18446744073709551615 260020214917 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/8448/statm: 2176 253 211 178 0 69 0

[startup+0.031225 s]
/proc/loadavg: 2.00 2.00 2.00 2/178 8448
/proc/meminfo: memFree=16976716/32951124 swapFree=67111528/67111528
[pid=8448] ppid=8446 vsize=8704 CPUtime=0 cores=0,2,4,6
/proc/8448/stat : 8448 (glucose.sh) S 8446 8448 7684 0 -1 4202496 334 0 0 0 0 0 0 0 25 0 1 0 580963530 8912896 253 33554432000 4194304 4922060 140735887734016 18446744073709551615 260020214917 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/8448/statm: 2176 253 211 178 0 69 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8704

[startup+0.100212 s]
/proc/loadavg: 2.00 2.00 2.00 2/178 8448
/proc/meminfo: memFree=16976716/32951124 swapFree=67111528/67111528
[pid=8448] ppid=8446 vsize=8704 CPUtime=0.06 cores=0,2,4,6
/proc/8448/stat : 8448 (glucose.sh) S 8446 8448 7684 0 -1 4202496 359 923 0 0 0 0 6 0 25 0 1 0 580963530 8912896 255 33554432000 4194304 4922060 140735887734016 18446744073709551615 260020214917 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/8448/statm: 2176 255 211 178 0 69 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 8704

[startup+0.300176 s]
/proc/loadavg: 2.00 2.00 2.00 2/178 8448
/proc/meminfo: memFree=16976716/32951124 swapFree=67111528/67111528
[pid=8448] ppid=8446 vsize=8704 CPUtime=0.06 cores=0,2,4,6
/proc/8448/stat : 8448 (glucose.sh) S 8446 8448 7684 0 -1 4202496 359 923 0 0 0 0 6 0 25 0 1 0 580963530 8912896 255 33554432000 4194304 4922060 140735887734016 18446744073709551615 260020214917 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/8448/statm: 2176 255 211 178 0 69 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 8704

[startup+0.701103 s]
/proc/loadavg: 2.00 2.00 2.00 2/178 8448
/proc/meminfo: memFree=16976716/32951124 swapFree=67111528/67111528
[pid=8448] ppid=8446 vsize=8704 CPUtime=0.06 cores=0,2,4,6
/proc/8448/stat : 8448 (glucose.sh) S 8446 8448 7684 0 -1 4202496 359 923 0 0 0 0 6 0 25 0 1 0 580963530 8912896 255 33554432000 4194304 4922060 140735887734016 18446744073709551615 260020214917 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/8448/statm: 2176 255 211 178 0 69 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 8704

[startup+1.50098 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 8451
/proc/meminfo: memFree=16972492/32951124 swapFree=67111528/67111528
[pid=8448] ppid=8446 vsize=8704 CPUtime=0.06 cores=0,2,4,6
/proc/8448/stat : 8448 (glucose.sh) S 8446 8448 7684 0 -1 4202496 359 923 0 0 0 0 6 0 25 0 1 0 580963530 8912896 255 33554432000 4194304 4922060 140735887734016 18446744073709551615 260020214917 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/8448/statm: 2176 255 211 178 0 69 0
[pid=8451] ppid=8448 vsize=23548 CPUtime=1.43 cores=0,2,4,6
/proc/8451/stat : 8451 (glucose_static) R 8448 8448 7684 0 -1 4202496 2124 0 0 0 143 0 0 0 25 0 1 0 580963536 24113152 1439 33554432000 4194304 4260849 140734032710768 18446744073709551615 4224903 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/8451/statm: 5887 1439 248 17 0 2528 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 32252

[startup+3.10069 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 8451
/proc/meminfo: memFree=16938516/32951124 swapFree=67111528/67111528
[pid=8448] ppid=8446 vsize=8704 CPUtime=0.06 cores=0,2,4,6
/proc/8448/stat : 8448 (glucose.sh) S 8446 8448 7684 0 -1 4202496 359 923 0 0 0 0 6 0 25 0 1 0 580963530 8912896 255 33554432000 4194304 4922060 140735887734016 18446744073709551615 260020214917 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/8448/statm: 2176 255 211 178 0 69 0
[pid=8451] ppid=8448 vsize=23548 CPUtime=3.03 cores=0,2,4,6
/proc/8451/stat : 8451 (glucose_static) R 8448 8448 7684 0 -1 4202496 2999 0 0 0 303 0 0 0 25 0 1 0 580963536 24113152 2288 33554432000 4194304 4260849 140734032710768 18446744073709551615 4225114 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/8451/statm: 5887 2288 248 17 0 2528 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 32252

[startup+6.30108 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 8451
/proc/meminfo: memFree=16933184/32951124 swapFree=67111528/67111528
[pid=8448] ppid=8446 vsize=8704 CPUtime=0.06 cores=0,2,4,6
/proc/8448/stat : 8448 (glucose.sh) S 8446 8448 7684 0 -1 4202496 359 923 0 0 0 0 6 0 25 0 1 0 580963530 8912896 255 33554432000 4194304 4922060 140735887734016 18446744073709551615 260020214917 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/8448/statm: 2176 255 211 178 0 69 0
[pid=8451] ppid=8448 vsize=25564 CPUtime=6.23 cores=0,2,4,6
/proc/8451/stat : 8451 (glucose_static) R 8448 8448 7684 0 -1 4202496 4918 0 0 0 623 0 0 0 25 0 1 0 580963536 26177536 2976 33554432000 4194304 4260849 140734032710768 18446744073709551615 4224903 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/8451/statm: 6391 2976 249 17 0 3032 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 34268

[startup+12.7009 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 8451
/proc/meminfo: memFree=16924740/32951124 swapFree=67111528/67111528
[pid=8448] ppid=8446 vsize=8704 CPUtime=0.06 cores=0,2,4,6
/proc/8448/stat : 8448 (glucose.sh) S 8446 8448 7684 0 -1 4202496 359 923 0 0 0 0 6 0 25 0 1 0 580963530 8912896 255 33554432000 4194304 4922060 140735887734016 18446744073709551615 260020214917 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/8448/statm: 2176 255 211 178 0 69 0
[pid=8451] ppid=8448 vsize=32636 CPUtime=12.62 cores=0,2,4,6
/proc/8451/stat : 8451 (glucose_static) R 8448 8448 7684 0 -1 4202496 6110 0 0 0 1262 0 0 0 25 0 1 0 580963536 33419264 4137 33554432000 4194304 4260849 140734032710768 18446744073709551615 4225107 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/8451/statm: 8159 4137 249 17 0 4800 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 41340

[startup+25.5006 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 8451
/proc/meminfo: memFree=16917036/32951124 swapFree=67111528/67111528
[pid=8448] ppid=8446 vsize=8704 CPUtime=0.06 cores=0,2,4,6
/proc/8448/stat : 8448 (glucose.sh) S 8446 8448 7684 0 -1 4202496 359 923 0 0 0 0 6 0 25 0 1 0 580963530 8912896 255 33554432000 4194304 4922060 140735887734016 18446744073709551615 260020214917 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/8448/statm: 2176 255 211 178 0 69 0
[pid=8451] ppid=8448 vsize=32636 CPUtime=25.42 cores=0,2,4,6
/proc/8451/stat : 8451 (glucose_static) R 8448 8448 7684 0 -1 4202496 6748 0 0 0 2542 0 0 0 25 0 1 0 580963536 33419264 4752 33554432000 4194304 4260849 140734032710768 18446744073709551615 4224374 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/8451/statm: 8159 4752 249 17 0 4800 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 41340

[startup+51.1009 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 8452
/proc/meminfo: memFree=16901272/32951124 swapFree=67111528/67111528
[pid=8448] ppid=8446 vsize=8704 CPUtime=0.06 cores=0,2,4,6
/proc/8448/stat : 8448 (glucose.sh) S 8446 8448 7684 0 -1 4202496 359 923 0 0 0 0 6 0 25 0 1 0 580963530 8912896 255 33554432000 4194304 4922060 140735887734016 18446744073709551615 260020214917 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/8448/statm: 2176 255 211 178 0 69 0
[pid=8451] ppid=8448 vsize=46984 CPUtime=51.02 cores=0,2,4,6
/proc/8451/stat : 8451 (glucose_static) R 8448 8448 7684 0 -1 4202496 11136 0 0 0 5101 1 0 0 25 0 1 0 580963536 48111616 6540 33554432000 4194304 4260849 140734032710768 18446744073709551615 4225146 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/8451/statm: 11746 6540 249 17 0 8387 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 55688

[startup+102.307 s]
/proc/loadavg: 2.08 2.02 2.00 3/180 8454
/proc/meminfo: memFree=16897384/32951124 swapFree=67111528/67111528
[pid=8448] ppid=8446 vsize=8704 CPUtime=0.06 cores=0,2,4,6
/proc/8448/stat : 8448 (glucose.sh) S 8446 8448 7684 0 -1 4202496 359 923 0 0 0 0 6 0 25 0 1 0 580963530 8912896 255 33554432000 4194304 4922060 140735887734016 18446744073709551615 260020214917 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/8448/statm: 2176 255 211 178 0 69 0
[pid=8451] ppid=8448 vsize=51444 CPUtime=102.23 cores=0,2,4,6
/proc/8451/stat : 8451 (glucose_static) R 8448 8448 7684 0 -1 4202496 14176 0 0 0 10221 2 0 0 25 0 1 0 580963536 52678656 9485 33554432000 4194304 4260849 140734032710768 18446744073709551615 4224682 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/8451/statm: 12861 9485 249 17 0 9502 0
Current children cumulated CPU time (s) 102.29
Current children cumulated vsize (KiB) 60148

[startup+162.301 s]
/proc/loadavg: 2.03 2.01 2.00 3/180 8455
/proc/meminfo: memFree=16899948/32951124 swapFree=67111528/67111528
[pid=8448] ppid=8446 vsize=8704 CPUtime=0.06 cores=0,2,4,6
/proc/8448/stat : 8448 (glucose.sh) S 8446 8448 7684 0 -1 4202496 359 923 0 0 0 0 6 0 25 0 1 0 580963530 8912896 255 33554432000 4194304 4922060 140735887734016 18446744073709551615 260020214917 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/8448/statm: 2176 255 211 178 0 69 0
[pid=8451] ppid=8448 vsize=54888 CPUtime=162.23 cores=0,2,4,6
/proc/8451/stat : 8451 (glucose_static) R 8448 8448 7684 0 -1 4202496 15077 0 0 0 16221 2 0 0 25 0 1 0 580963536 56205312 10346 33554432000 4194304 4260849 140734032710768 18446744073709551615 4224682 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/8451/statm: 13722 10346 249 17 0 10363 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 63592

[startup+222.301 s]
/proc/loadavg: 2.01 2.00 2.00 3/180 8457
/proc/meminfo: memFree=16868876/32951124 swapFree=67111528/67111528
[pid=8448] ppid=8446 vsize=8704 CPUtime=0.06 cores=0,2,4,6
/proc/8448/stat : 8448 (glucose.sh) S 8446 8448 7684 0 -1 4202496 359 923 0 0 0 0 6 0 25 0 1 0 580963530 8912896 255 33554432000 4194304 4922060 140735887734016 18446744073709551615 260020214917 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/8448/statm: 2176 255 211 178 0 69 0
[pid=8451] ppid=8448 vsize=66772 CPUtime=222.22 cores=0,2,4,6
/proc/8451/stat : 8451 (glucose_static) R 8448 8448 7684 0 -1 4202496 20758 0 0 0 22220 2 0 0 25 0 1 0 580963536 68374528 12549 33554432000 4194304 4260849 140734032710768 18446744073709551615 4224845 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/8451/statm: 16693 12549 249 17 0 13334 0
Current children cumulated CPU time (s) 222.28
Current children cumulated vsize (KiB) 75476

[startup+282.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 8458
/proc/meminfo: memFree=16884576/32951124 swapFree=67111528/67111528
[pid=8448] ppid=8446 vsize=8704 CPUtime=0.06 cores=0,2,4,6
/proc/8448/stat : 8448 (glucose.sh) S 8446 8448 7684 0 -1 4202496 359 923 0 0 0 0 6 0 25 0 1 0 580963530 8912896 255 33554432000 4194304 4922060 140735887734016 18446744073709551615 260020214917 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/8448/statm: 2176 255 211 178 0 69 0
[pid=8451] ppid=8448 vsize=66772 CPUtime=282.22 cores=0,2,4,6
/proc/8451/stat : 8451 (glucose_static) R 8448 8448 7684 0 -1 4202496 21062 0 0 0 28220 2 0 0 25 0 1 0 580963536 68374528 12842 33554432000 4194304 4260849 140734032710768 18446744073709551615 4224845 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/8451/statm: 16693 12842 249 17 0 13334 0
Current children cumulated CPU time (s) 282.28
Current children cumulated vsize (KiB) 75476

[startup+342.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 8460
/proc/meminfo: memFree=16923472/32951124 swapFree=67111528/67111528
[pid=8448] ppid=8446 vsize=8704 CPUtime=0.06 cores=0,2,4,6
/proc/8448/stat : 8448 (glucose.sh) S 8446 8448 7684 0 -1 4202496 359 923 0 0 0 0 6 0 25 0 1 0 580963530 8912896 255 33554432000 4194304 4922060 140735887734016 18446744073709551615 260020214917 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/8448/statm: 2176 255 211 178 0 69 0
[pid=8451] ppid=8448 vsize=66772 CPUtime=342.23 cores=0,2,4,6
/proc/8451/stat : 8451 (glucose_static) R 8448 8448 7684 0 -1 4202496 21292 0 0 0 34220 3 0 0 25 0 1 0 580963536 68374528 13068 33554432000 4194304 4260849 140734032710768 18446744073709551615 4224587 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/8451/statm: 16693 13068 249 17 0 13334 0
Current children cumulated CPU time (s) 342.29
Current children cumulated vsize (KiB) 75476

[startup+402.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 8461
/proc/meminfo: memFree=16872820/32951124 swapFree=67111528/67111528
[pid=8448] ppid=8446 vsize=8704 CPUtime=0.06 cores=0,2,4,6

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

/proc/8451/statm: 45147 35247 250 17 0 41788 0
Current children cumulated CPU time (s) 4362.41
Current children cumulated vsize (KiB) 189292

[startup+4422.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/173 8602
/proc/meminfo: memFree=16979636/32951124 swapFree=67111528/67111528
[pid=8448] ppid=8446 vsize=8704 CPUtime=0.06 cores=0,2,4,6
/proc/8448/stat : 8448 (glucose.sh) S 8446 8448 7684 0 -1 4202496 359 923 0 0 0 0 6 0 25 0 1 0 580963530 8912896 255 33554432000 4194304 4922060 140735887734016 18446744073709551615 260020214917 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/8448/statm: 2176 255 211 178 0 69 0
[pid=8451] ppid=8448 vsize=180588 CPUtime=4422.36 cores=0,2,4,6
/proc/8451/stat : 8451 (glucose_static) R 8448 8448 7684 0 -1 4202496 563565 0 0 0 442128 108 0 0 25 0 1 0 580963536 184922112 35131 33554432000 4194304 4260849 140734032710768 18446744073709551615 4224898 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/8451/statm: 45147 35131 250 17 0 41788 0
Current children cumulated CPU time (s) 4422.42
Current children cumulated vsize (KiB) 189292

[startup+4482.3 s]
/proc/loadavg: 1.07 1.02 1.00 2/173 8603
/proc/meminfo: memFree=16979716/32951124 swapFree=67111528/67111528
[pid=8448] ppid=8446 vsize=8704 CPUtime=0.06 cores=0,2,4,6
/proc/8448/stat : 8448 (glucose.sh) S 8446 8448 7684 0 -1 4202496 359 923 0 0 0 0 6 0 25 0 1 0 580963530 8912896 255 33554432000 4194304 4922060 140735887734016 18446744073709551615 260020214917 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/8448/statm: 2176 255 211 178 0 69 0
[pid=8451] ppid=8448 vsize=180588 CPUtime=4482.36 cores=0,2,4,6
/proc/8451/stat : 8451 (glucose_static) R 8448 8448 7684 0 -1 4202496 575039 0 0 0 448126 110 0 0 25 0 1 0 580963536 184922112 35193 33554432000 4194304 4260849 140734032710768 18446744073709551615 4224632 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/8451/statm: 45147 35193 250 17 0 41788 0
Current children cumulated CPU time (s) 4482.42
Current children cumulated vsize (KiB) 189292

[startup+4542.3 s]
/proc/loadavg: 1.02 1.01 1.00 2/173 8605
/proc/meminfo: memFree=16978432/32951124 swapFree=67111528/67111528
[pid=8448] ppid=8446 vsize=8704 CPUtime=0.06 cores=0,2,4,6
/proc/8448/stat : 8448 (glucose.sh) S 8446 8448 7684 0 -1 4202496 359 923 0 0 0 0 6 0 25 0 1 0 580963530 8912896 255 33554432000 4194304 4922060 140735887734016 18446744073709551615 260020214917 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/8448/statm: 2176 255 211 178 0 69 0
[pid=8451] ppid=8448 vsize=180588 CPUtime=4542.36 cores=0,2,4,6
/proc/8451/stat : 8451 (glucose_static) R 8448 8448 7684 0 -1 4202496 586741 0 0 0 454123 113 0 0 25 0 1 0 580963536 184922112 35464 33554432000 4194304 4260849 140734032710768 18446744073709551615 4224658 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/8451/statm: 45147 35464 250 17 0 41788 0
Current children cumulated CPU time (s) 4542.42
Current children cumulated vsize (KiB) 189292

[startup+4602.3 s]
/proc/loadavg: 1.01 1.00 1.00 2/173 8607
/proc/meminfo: memFree=16973552/32951124 swapFree=67111528/67111528
[pid=8448] ppid=8446 vsize=8704 CPUtime=0.06 cores=0,2,4,6
/proc/8448/stat : 8448 (glucose.sh) S 8446 8448 7684 0 -1 4202496 359 923 0 0 0 0 6 0 25 0 1 0 580963530 8912896 255 33554432000 4194304 4922060 140735887734016 18446744073709551615 260020214917 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/8448/statm: 2176 255 211 178 0 69 0
[pid=8451] ppid=8448 vsize=180588 CPUtime=4602.37 cores=0,2,4,6
/proc/8451/stat : 8451 (glucose_static) R 8448 8448 7684 0 -1 4202496 599373 0 0 0 460121 116 0 0 25 0 1 0 580963536 184922112 36517 33554432000 4194304 4260849 140734032710768 18446744073709551615 4224845 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/8451/statm: 45147 36517 250 17 0 41788 0
Current children cumulated CPU time (s) 4602.43
Current children cumulated vsize (KiB) 189292

[startup+4662.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/173 8608
/proc/meminfo: memFree=17006980/32951124 swapFree=67111528/67111528
[pid=8448] ppid=8446 vsize=8704 CPUtime=0.06 cores=0,2,4,6
/proc/8448/stat : 8448 (glucose.sh) S 8446 8448 7684 0 -1 4202496 359 923 0 0 0 0 6 0 25 0 1 0 580963530 8912896 255 33554432000 4194304 4922060 140735887734016 18446744073709551615 260020214917 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/8448/statm: 2176 255 211 178 0 69 0
[pid=8451] ppid=8448 vsize=131268 CPUtime=4662.36 cores=0,2,4,6
/proc/8451/stat : 8451 (glucose_static) R 8448 8448 7684 0 -1 4202496 603010 0 0 0 466119 117 0 0 25 0 1 0 580963536 134418432 28045 33554432000 4194304 4260849 140734032710768 18446744073709551615 4224674 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/8451/statm: 32817 28045 250 17 0 29458 0
Current children cumulated CPU time (s) 4662.42
Current children cumulated vsize (KiB) 139972

[startup+4722.31 s]
/proc/loadavg: 1.00 1.00 1.00 2/173 8610
/proc/meminfo: memFree=16951376/32951124 swapFree=67111528/67111528
[pid=8448] ppid=8446 vsize=8704 CPUtime=0.06 cores=0,2,4,6
/proc/8448/stat : 8448 (glucose.sh) S 8446 8448 7684 0 -1 4202496 359 923 0 0 0 0 6 0 25 0 1 0 580963530 8912896 255 33554432000 4194304 4922060 140735887734016 18446744073709551615 260020214917 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/8448/statm: 2176 255 211 178 0 69 0
[pid=8451] ppid=8448 vsize=211408 CPUtime=4722.37 cores=0,2,4,6
/proc/8451/stat : 8451 (glucose_static) R 8448 8448 7684 0 -1 4202496 617163 0 0 0 472117 120 0 0 25 0 1 0 580963536 216481792 42066 33554432000 4194304 4260849 140734032710768 18446744073709551615 4224665 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/8451/statm: 52852 42066 250 17 0 49493 0
Current children cumulated CPU time (s) 4722.43
Current children cumulated vsize (KiB) 220112

[startup+4782.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/173 8611
/proc/meminfo: memFree=16970812/32951124 swapFree=67111528/67111528
[pid=8448] ppid=8446 vsize=8704 CPUtime=0.06 cores=0,2,4,6
/proc/8448/stat : 8448 (glucose.sh) S 8446 8448 7684 0 -1 4202496 359 923 0 0 0 0 6 0 25 0 1 0 580963530 8912896 255 33554432000 4194304 4922060 140735887734016 18446744073709551615 260020214917 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/8448/statm: 2176 255 211 178 0 69 0
[pid=8451] ppid=8448 vsize=180588 CPUtime=4782.37 cores=0,2,4,6
/proc/8451/stat : 8451 (glucose_static) R 8448 8448 7684 0 -1 4202496 628434 0 0 0 478114 123 0 0 25 0 1 0 580963536 184922112 37259 33554432000 4194304 4260849 140734032710768 18446744073709551615 4225146 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/8451/statm: 45147 37259 250 17 0 41788 0
Current children cumulated CPU time (s) 4782.43
Current children cumulated vsize (KiB) 189292

[startup+4842.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/173 8613
/proc/meminfo: memFree=17005992/32951124 swapFree=67111528/67111528
[pid=8448] ppid=8446 vsize=8704 CPUtime=0.06 cores=0,2,4,6
/proc/8448/stat : 8448 (glucose.sh) S 8446 8448 7684 0 -1 4202496 359 923 0 0 0 0 6 0 25 0 1 0 580963530 8912896 255 33554432000 4194304 4922060 140735887734016 18446744073709551615 260020214917 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/8448/statm: 2176 255 211 178 0 69 0
[pid=8451] ppid=8448 vsize=131268 CPUtime=4842.37 cores=0,2,4,6
/proc/8451/stat : 8451 (glucose_static) R 8448 8448 7684 0 -1 4202496 633783 0 0 0 484112 125 0 0 25 0 1 0 580963536 134418432 28403 33554432000 4194304 4260849 140734032710768 18446744073709551615 4224707 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/8451/statm: 32817 28403 250 17 0 29458 0
Current children cumulated CPU time (s) 4842.43
Current children cumulated vsize (KiB) 139972

[startup+4902.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/173 8614
/proc/meminfo: memFree=16975676/32951124 swapFree=67111528/67111528
[pid=8448] ppid=8446 vsize=8704 CPUtime=0.06 cores=0,2,4,6
/proc/8448/stat : 8448 (glucose.sh) S 8446 8448 7684 0 -1 4202496 359 923 0 0 0 0 6 0 25 0 1 0 580963530 8912896 255 33554432000 4194304 4922060 140735887734016 18446744073709551615 260020214917 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/8448/statm: 2176 255 211 178 0 69 0
[pid=8451] ppid=8448 vsize=157740 CPUtime=4902.38 cores=0,2,4,6
/proc/8451/stat : 8451 (glucose_static) R 8448 8448 7684 0 -1 4202496 653876 0 0 0 490108 130 0 0 25 0 1 0 580963536 161525760 36035 33554432000 4194304 4260849 140734032710768 18446744073709551615 4225087 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/8451/statm: 39435 36035 250 17 0 36076 0
Current children cumulated CPU time (s) 4902.44
Current children cumulated vsize (KiB) 166444

[startup+4962.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/173 8616
/proc/meminfo: memFree=16944364/32951124 swapFree=67111528/67111528
[pid=8448] ppid=8446 vsize=8704 CPUtime=0.06 cores=0,2,4,6
/proc/8448/stat : 8448 (glucose.sh) S 8446 8448 7684 0 -1 4202496 359 923 0 0 0 0 6 0 25 0 1 0 580963530 8912896 255 33554432000 4194304 4922060 140735887734016 18446744073709551615 260020214917 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/8448/statm: 2176 255 211 178 0 69 0
[pid=8451] ppid=8448 vsize=207060 CPUtime=4962.37 cores=0,2,4,6
/proc/8451/stat : 8451 (glucose_static) R 8448 8448 7684 0 -1 4202496 673537 0 0 0 496105 132 0 0 25 0 1 0 580963536 212029440 43844 33554432000 4194304 4260849 140734032710768 18446744073709551615 4224632 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/8451/statm: 51765 43844 250 17 0 48406 0
Current children cumulated CPU time (s) 4962.43
Current children cumulated vsize (KiB) 215764



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+4999.9 s]
/proc/loadavg: 1.00 1.00 1.00 2/173 8617
/proc/meminfo: memFree=16928564/32951124 swapFree=67111528/67111528
[pid=8448] ppid=8446 vsize=8704 CPUtime=0.06 cores=0,2,4,6
/proc/8448/stat : 8448 (glucose.sh) S 8446 8448 7684 0 -1 4202496 359 923 0 0 0 0 6 0 25 0 1 0 580963530 8912896 255 33554432000 4194304 4922060 140735887734016 18446744073709551615 260020214917 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/8448/statm: 2176 255 211 178 0 69 0
[pid=8451] ppid=8448 vsize=207060 CPUtime=4999.98 cores=0,2,4,6
/proc/8451/stat : 8451 (glucose_static) R 8448 8448 7684 0 -1 4202496 677574 0 0 0 499864 134 0 0 25 0 1 0 580963536 212029440 47738 33554432000 4194304 4260849 140734032710768 18446744073709551615 4224895 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/8451/statm: 51765 47738 250 17 0 48406 0
Current children cumulated CPU time (s) 5000.04
Current children cumulated vsize (KiB) 215764

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

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

[startup+4999.9 s]
/proc/loadavg: 1.00 1.00 1.00 2/173 8617
/proc/meminfo: memFree=16928564/32951124 swapFree=67111528/67111528
[pid=8448] ppid=8446 vsize=8704 CPUtime=0.06 cores=0,2,4,6
/proc/8448/stat : 8448 (glucose.sh) S 8446 8448 7684 0 -1 4202496 359 923 0 0 0 0 6 0 25 0 1 0 580963530 8912896 255 33554432000 4194304 4922060 140735887734016 18446744073709551615 260020214917 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/8448/statm: 2176 255 211 178 0 69 0
[pid=8451] ppid=8448 vsize=207060 CPUtime=4999.98 cores=0,2,4,6
/proc/8451/stat : 8451 (glucose_static) R 8448 8448 7684 0 -1 4202496 677574 0 0 0 499864 134 0 0 25 0 1 0 580963536 212029440 47738 33554432000 4194304 4260849 140734032710768 18446744073709551615 4224895 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/8451/statm: 51765 47738 250 17 0 48406 0
Current children cumulated CPU time (s) 5000.04
Current children cumulated vsize (KiB) 215764

Child ended because it received signal 15 (SIGTERM)

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 8448 and gives
#  childrusage.ru_utime.tv_sec=0
#  childrusage.ru_utime.tv_usec=61990
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=2999
# CPU time returned by wait4() is 0.064989
# while last known CPU time is 5000.04
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 4999.91
CPU time (s): 5000.04
CPU user time (s): 4998.7
CPU system time (s): 1.34
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 220112

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 0.06199
system time used= 0.002999
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1282
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= 8
involuntary context switches= 6

runsolver used 7.58885 second user time and 15.7106 second system time

The end

Launcher Data

Begin job on node110 at 2011-04-27 14:28:50
IDJOB=3304191
IDBENCH=88045
IDSOLVER=1687
FILE ID=node110/3304191-1303907329
RUNJOBID= node110-1303899345-7702
PBS_JOBID= 13164538
Free space on /tmp= 72836 MiB

SOLVER NAME= glucose 2
BENCH NAME= SAT02/industrial/dellacherie/comb/comb1.shuffled.cnf
COMMAND LINE= glucose.sh BENCHNAME 
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3304191-1303907329/watcher-3304191-1303907329 -o /tmp/evaluation-result-3304191-1303907329/solver-3304191-1303907329 -C 5000 -W 5100 -M 15500  glucose.sh HOME/instance-3304191-1303907329.cnf 

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

MD5SUM BENCH= 0e9d17eb95ee436fc1015c5591cfb63f
RANDOM SEED=1073707919

node110.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.830
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.66
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.830
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.83
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.830
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.830
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.830
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.76
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.830
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.830
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.830
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:      16976872 kB
Buffers:       2328912 kB
Cached:       12868488 kB
SwapCached:          0 kB
Active:        7895528 kB
Inactive:      7507040 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      16976872 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:            1900 kB
Writeback:           0 kB
AnonPages:      204396 kB
Mapped:          15224 kB
Slab:           506152 kB
PageTables:       4800 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   350280 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= 72840 MiB
End job on node110 at 2011-04-27 15:52:11