Trace number 3303591

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.1 5000.03

General information on the benchmark

NameSAT02/handmade/simon/
satex-challenges/c6288.shuffled.cnf
MD5SUM75bd8319132b47c2d2e6f0889735a248
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark0.774881
Satisfiable
(Un)Satisfiability was proved
Number of variables5008
Number of clauses14813
Sum of the clauses size34485
Maximum clause length33
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 29982
Number of clauses of size 34829
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 51

Solver Data

0.00/0.00	c
0.00/0.00	c Starting SatElite Preprocessing
0.00/0.00	c
0.00/0.00	c Parsing...
0.00/0.01	c ==============================================================================
0.00/0.01	c |           |     ORIGINAL     |              LEARNT              |          |
0.00/0.01	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.00/0.01	c ==============================================================================
0.00/0.01	c |         0 |   14811    34482 |    4443       0        0     nan |  0.000 % |
0.00/0.06	c |         0 |    8702    25472 |      --       0       --      -- |     --   | -6078/-8947
0.00/0.06	c ==============================================================================
0.00/0.06	c Result  :   #vars: 1978   #clauses: 8702   #literals: 25472
0.00/0.06	c CPU time:   0.055991 s
0.00/0.06	c ==============================================================================
0.00/0.06	c
0.00/0.06	c Starting glucose
0.00/0.06	c
455.67/455.74	c This is glucose 2.0 --  based on MiniSAT (Many thanks to MiniSAT team)
455.67/455.74	c WARNING: for repeatability, setting FPU to use double precision
455.67/455.74	c ============================[ Problem Statistics ]=============================
455.67/455.74	c |                                                                             |
455.67/455.74	c |  Number of variables:          1978                                         |
455.67/455.74	c |  Number of clauses:            8702                                         |
455.67/455.74	c |  Parse time:                   0.00 s                                       |
455.67/455.74	c |                                                                             |
455.67/455.74	c ============================[ Search Statistics ]==============================
455.67/455.74	c | Conflicts |          ORIGINAL         |          LEARNT          | Progress |
455.67/455.74	c |           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
455.67/455.74	c ===============================================================================
455.67/455.74	c |    242303 |    1978     8702    25472 |        1    52722     32 |  0.000 % |
455.67/455.74	c |    245157 |    1978     8702    25472 |        1    55576     33 |  0.000 % |
455.67/455.74	c |    318973 |    1978     8702    25472 |        1    61590     28 |  0.000 % |
455.67/455.74	c |    335827 |    1978     8702    25472 |        1    40641     22 |  0.000 % |
455.67/455.74	c |    339512 |    1978     8702    25472 |        1    44326     24 |  0.000 % |
455.67/455.74	c |    339748 |    1978     8702    25472 |        1    44562     24 |  0.000 % |
455.67/455.74	c |    340200 |    1978     8702    25472 |        1    45014     24 |  0.000 % |
455.67/455.74	c |    341103 |    1978     8702    25472 |        1    45917     25 |  0.000 % |
455.67/455.74	c |    457084 |    1978     8702    25472 |        1    78499     30 |  0.000 % |
455.67/455.74	c |    719224 |    1978     8702    25472 |        1    86649     23 |  0.000 % |
455.67/455.74	c |    754141 |    1978     8702    25472 |        1    62963     23 |  0.000 % |
455.67/455.74	c |    969600 |    1978     8702    25472 |        1    87020     27 |  0.000 % |
455.67/455.74	c |   1154622 |    1978     8702    25472 |        1   131446     29 |  0.000 % |
455.67/455.74	c |   1154771 |    1978     8702    25472 |        1   131595     29 |  0.000 % |
455.67/455.74	c |   1223685 |    1978     8702    25472 |        1   126304     34 |  0.000 % |
455.67/455.74	c |   1451307 |    1978     8702    25472 |        1   115721     17 |  0.000 % |
455.67/455.74	c |   1529001 |    1978     8702    25472 |        1   108818     20 |  0.000 % |
455.67/455.74	c |   1534591 |    1978     8702    25472 |        1   114408     21 |  0.000 % |
455.67/455.74	c |   1541067 |    1978     8702    25472 |        1   120884     23 |  0.000 % |
455.67/455.74	c |   1552772 |    1978     8702    25472 |        1   132589     26 |  0.000 % |
455.67/455.74	c |   1615948 |    1978     8702    25472 |        1   108574     22 |  0.000 % |
455.67/455.74	c |   1621137 |    1978     8702    25472 |        1   113763     23 |  0.000 % |
455.67/455.74	c |   1631163 |    1978     8702    25472 |        1   123789     25 |  0.000 % |
455.67/455.74	c |   1649575 |    1978     8702    25472 |        1   142201     27 |  0.000 % |
455.67/455.74	c |   1658397 |    1978     8702    25472 |        1   151023     29 |  0.000 % |
455.67/455.74	c |   1812877 |    1978     8702    25472 |        1   123300     21 |  0.000 % |
455.67/455.74	c |   1834522 |    1978     8702    25472 |        1   144945     25 |  0.000 % |
455.67/455.74	c |   1839180 |    1978     8702    25472 |        1   149603     26 |  0.000 % |
455.67/455.74	c |   1919148 |    1978     8702    25472 |        1   134574     23 |  0.000 % |
455.67/455.74	c |   1952913 |    1978     8702    25472 |        1   168339     25 |  0.000 % |
455.67/455.74	c |   1953463 |    1977     8702    25472 |        1   168881     25 |  0.051 % |
455.67/455.74	c |   2040824 |    1977     8702    25472 |        1   158643     27 |  0.051 % |
455.67/455.74	c |   2040925 |    1977     8702    25472 |        1   158744     27 |  0.051 % |
455.67/455.74	c |   2041027 |    1977     8702    25472 |        1   158846     27 |  0.051 % |
455.67/455.74	c |   2046830 |    1976     8702    25472 |        1   164641     27 |  0.101 % |
455.67/455.74	c |   2050260 |    1976     8702    25472 |        1   168071     28 |  0.101 % |
455.67/455.74	c |   2050372 |    1976     8702    25472 |        1   168183     28 |  0.101 % |
455.67/455.74	c |   2052217 |    1976     8702    25472 |        1   170028     28 |  0.101 % |
455.67/455.74	c |   2054107 |    1976     8702    25472 |        1   171918     29 |  0.101 % |
2005.71/2005.78	c |   8248919 |    1976     8702    25472 |        1   330736     17 |  0.101 % |
2005.71/2005.78	c |   8255882 |    1976     8702    25472 |        1   337699     17 |  0.101 % |
2005.71/2005.78	c |   8255985 |    1976     8702    25472 |        1   337802     17 |  0.101 % |
2005.71/2005.78	c |   8256217 |    1976     8702    25472 |        1   338034     17 |  0.101 % |
2005.71/2005.78	c |   8256318 |    1976     8702    25472 |        1   338135     17 |  0.101 % |
2005.71/2005.78	c |   8257708 |    1976     8702    25472 |        1   339525     17 |  0.101 % |
2005.71/2005.78	c |   8258307 |    1976     8702    25472 |        1   340124     17 |  0.101 % |
2005.71/2005.78	c |   8258407 |    1976     8702    25472 |        1   340224     17 |  0.101 % |
2005.71/2005.78	c |   8258798 |    1976     8702    25472 |        1   340615     17 |  0.101 % |
2005.71/2005.78	c |   8258900 |    1976     8702    25472 |        1   340717     17 |  0.101 % |
2005.71/2005.78	c |   8259001 |    1976     8702    25472 |        1   340818     17 |  0.101 % |
2005.71/2005.78	c |   8259102 |    1976     8702    25472 |        1   340919     17 |  0.101 % |
2005.71/2005.78	c |   8394986 |    1976     8702    25472 |        1   272602     17 |  0.101 % |
2005.71/2005.78	c |   8395086 |    1976     8702    25472 |        1   272702     17 |  0.101 % |
2005.71/2005.78	c |   8395187 |    1976     8702    25472 |        1   272803     17 |  0.101 % |
2005.71/2005.78	c |   8395288 |    1976     8702    25472 |        1   272904     17 |  0.101 % |
2005.71/2005.78	c |   8395547 |    1976     8702    25472 |        1   273163     17 |  0.101 % |
2005.71/2005.78	c |   8448858 |    1976     8702    25472 |        1   326474     17 |  0.101 % |
2005.71/2005.78	c |   8448973 |    1976     8702    25472 |        1   326589     18 |  0.101 % |
2005.71/2005.78	c |   8449073 |    1976     8702    25472 |        1   326689     18 |  0.101 % |
2005.71/2005.78	c |   8449914 |    1976     8702    25472 |        1   327530     18 |  0.101 % |
2005.71/2005.78	c |   8450016 |    1976     8702    25472 |        1   327632     18 |  0.101 % |
2005.71/2005.78	c |   8455680 |    1976     8702    25472 |        1   333296     18 |  0.101 % |
2005.71/2005.78	c |   8455781 |    1976     8702    25472 |        1   333397     18 |  0.101 % |
2005.71/2005.78	c |   8456005 |    1976     8702    25472 |        1   333621     18 |  0.101 % |
2005.71/2005.78	c |   8456443 |    1976     8702    25472 |        1   334059     18 |  0.101 % |
2005.71/2005.78	c |   8456592 |    1976     8702    25472 |        1   334208     18 |  0.101 % |
2005.71/2005.78	c |   8456740 |    1976     8702    25472 |        1   334356     18 |  0.101 % |
2005.71/2005.78	c |   8456841 |    1976     8702    25472 |        1   334457     18 |  0.101 % |
2005.71/2005.78	c |   8456942 |    1976     8702    25472 |        1   334558     18 |  0.101 % |
2005.71/2005.78	c |   8457043 |    1976     8702    25472 |        1   334659     18 |  0.101 % |
2005.71/2005.78	c |   8460164 |    1976     8702    25472 |        1   337780     18 |  0.101 % |
2005.71/2005.78	c |   8678658 |    1976     8702    25472 |        1   349474     15 |  0.101 % |
2005.71/2005.78	c |   8678849 |    1976     8702    25472 |        1   349665     15 |  0.101 % |
2005.71/2005.78	c |   8678950 |    1976     8702    25472 |        1   349766     15 |  0.101 % |
2005.71/2005.78	c |   8679936 |    1976     8702    25472 |        1   350752     15 |  0.101 % |
2005.71/2005.78	c |   8680116 |    1976     8702    25472 |        1   350932     15 |  0.101 % |
2005.71/2005.78	c |   8680295 |    1976     8702    25472 |        1   351111     15 |  0.101 % |
2005.71/2005.78	c |   8680638 |    1976     8702    25472 |        1   351454     15 |  0.101 % |
2005.71/2005.78	c |   8680740 |    1976     8702    25472 |        1   351556     15 |  0.101 % |
2005.71/2005.78	c |   8696402 |    1976     8702    25472 |        1   367218     17 |  0.101 % |
2005.71/2005.78	c |   8697447 |    1976     8702    25472 |        1   368263     17 |  0.101 % |
2005.71/2005.78	c |   8697550 |    1976     8702    25472 |        1   368366     17 |  0.101 % |
2005.71/2005.78	c |   8697651 |    1976     8702    25472 |        1   368467     17 |  0.101 % |
2005.71/2005.78	c |   8699193 |    1976     8702    25472 |        1   370009     17 |  0.101 % |
2005.71/2005.78	c |   8699294 |    1976     8702    25472 |        1   370110     17 |  0.101 % |
2005.71/2005.78	c |   8700351 |    1976     8702    25472 |        1   371167     17 |  0.101 % |
2005.71/2005.78	c |   8700487 |    1976     8702    25472 |        1   371303     17 |  0.101 % |
2005.71/2005.78	c |   8700878 |    1976     8702    25472 |        1   371694     17 |  0.101 % |
2005.71/2005.78	c |   8700978 |  

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: 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-3303591-1306950393/watcher-3303591-1306950393 -o /tmp/evaluation-result-3303591-1306950393/solver-3303591-1306950393 -C 5000 -W 5100 -M 15500 glucose.sh HOME/instance-3303591-1306950393.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.77 1.98 1.98 3/510 14744
/proc/meminfo: memFree=17093940/32951124 swapFree=67111204/67111528
[pid=14743] ppid=14740 vsize=8704 CPUtime=0 cores=1,3,5,7
/proc/14743/stat : 14743 (glucose.sh) S 14740 14743 14236 0 -1 4202496 333 0 0 0 0 0 0 0 19 0 1 0 787455419 8912896 253 33554432000 4194304 4922060 140736892909744 18446744073709551615 255106587781 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/14743/statm: 2176 253 211 178 0 69 0

[startup+0.0685301 s]
/proc/loadavg: 1.77 1.98 1.98 3/510 14744
/proc/meminfo: memFree=17093940/32951124 swapFree=67111204/67111528
[pid=14743] ppid=14740 vsize=8704 CPUtime=0 cores=1,3,5,7
/proc/14743/stat : 14743 (glucose.sh) S 14740 14743 14236 0 -1 4202496 333 0 0 0 0 0 0 0 19 0 1 0 787455419 8912896 253 33554432000 4194304 4922060 140736892909744 18446744073709551615 255106587781 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/14743/statm: 2176 253 211 178 0 69 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8704

[startup+0.100488 s]
/proc/loadavg: 1.77 1.98 1.98 3/510 14744
/proc/meminfo: memFree=17093940/32951124 swapFree=67111204/67111528
[pid=14743] ppid=14740 vsize=8704 CPUtime=0.05 cores=1,3,5,7
/proc/14743/stat : 14743 (glucose.sh) S 14740 14743 14236 0 -1 4202496 359 786 0 0 0 0 5 0 19 0 1 0 787455419 8912896 255 33554432000 4194304 4922060 140736892909744 18446744073709551615 255106587781 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/14743/statm: 2176 255 211 178 0 69 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 8704

[startup+0.300452 s]
/proc/loadavg: 1.77 1.98 1.98 3/510 14744
/proc/meminfo: memFree=17093940/32951124 swapFree=67111204/67111528
[pid=14743] ppid=14740 vsize=8704 CPUtime=0.05 cores=1,3,5,7
/proc/14743/stat : 14743 (glucose.sh) S 14740 14743 14236 0 -1 4202496 359 786 0 0 0 0 5 0 19 0 1 0 787455419 8912896 255 33554432000 4194304 4922060 140736892909744 18446744073709551615 255106587781 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/14743/statm: 2176 255 211 178 0 69 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 8704

[startup+0.700384 s]
/proc/loadavg: 1.77 1.98 1.98 3/510 14744
/proc/meminfo: memFree=17093940/32951124 swapFree=67111204/67111528
[pid=14743] ppid=14740 vsize=8704 CPUtime=0.05 cores=1,3,5,7
/proc/14743/stat : 14743 (glucose.sh) S 14740 14743 14236 0 -1 4202496 359 786 0 0 0 0 5 0 19 0 1 0 787455419 8912896 255 33554432000 4194304 4922060 140736892909744 18446744073709551615 255106587781 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/14743/statm: 2176 255 211 178 0 69 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 8704

[startup+1.50028 s]
/proc/loadavg: 1.77 1.98 1.98 3/514 14750
/proc/meminfo: memFree=17084252/32951124 swapFree=67111204/67111528
[pid=14743] ppid=14740 vsize=8704 CPUtime=0.05 cores=1,3,5,7
/proc/14743/stat : 14743 (glucose.sh) S 14740 14743 14236 0 -1 4202496 359 786 0 0 0 0 5 0 19 0 1 0 787455419 8912896 255 33554432000 4194304 4922060 140736892909744 18446744073709551615 255106587781 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/14743/statm: 2176 255 211 178 0 69 0
[pid=14750] ppid=14743 vsize=18556 CPUtime=1.42 cores=1,3,5,7
/proc/14750/stat : 14750 (glucose_static) R 14743 14743 14236 0 -1 4202496 1683 0 0 0 142 0 0 0 25 0 1 0 787455426 19001344 863 33554432000 4194304 4260849 140736400436816 18446744073709551615 4224707 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/14750/statm: 4639 863 240 17 0 1280 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 27260

[startup+3.101 s]
/proc/loadavg: 1.77 1.98 1.98 3/514 14750
/proc/meminfo: memFree=17077060/32951124 swapFree=67111204/67111528
[pid=14743] ppid=14740 vsize=8704 CPUtime=0.05 cores=1,3,5,7
/proc/14743/stat : 14743 (glucose.sh) S 14740 14743 14236 0 -1 4202496 359 786 0 0 0 0 5 0 19 0 1 0 787455419 8912896 255 33554432000 4194304 4922060 140736892909744 18446744073709551615 255106587781 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/14743/statm: 2176 255 211 178 0 69 0
[pid=14750] ppid=14743 vsize=24620 CPUtime=3.02 cores=1,3,5,7
/proc/14750/stat : 14750 (glucose_static) R 14743 14743 14236 0 -1 4202496 3012 0 0 0 302 0 0 0 25 0 1 0 787455426 25210880 2164 33554432000 4194304 4260849 140736400436816 18446744073709551615 4238067 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/14750/statm: 6155 2164 240 17 0 2796 0
Current children cumulated CPU time (s) 3.07
Current children cumulated vsize (KiB) 33324

[startup+6.30044 s]
/proc/loadavg: 1.79 1.98 1.98 3/514 14751
/proc/meminfo: memFree=17068608/32951124 swapFree=67111204/67111528
[pid=14743] ppid=14740 vsize=8704 CPUtime=0.05 cores=1,3,5,7
/proc/14743/stat : 14743 (glucose.sh) S 14740 14743 14236 0 -1 4202496 359 786 0 0 0 0 5 0 19 0 1 0 787455419 8912896 255 33554432000 4194304 4922060 140736892909744 18446744073709551615 255106587781 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/14743/statm: 2176 255 211 178 0 69 0
[pid=14750] ppid=14743 vsize=24620 CPUtime=6.22 cores=1,3,5,7
/proc/14750/stat : 14750 (glucose_static) R 14743 14743 14236 0 -1 4202496 3475 0 0 0 622 0 0 0 25 0 1 0 787455426 25210880 2620 33554432000 4194304 4260849 140736400436816 18446744073709551615 4224632 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/14750/statm: 6155 2620 240 17 0 2796 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 33324

[startup+12.7003 s]
/proc/loadavg: 1.81 1.98 1.98 3/514 14751
/proc/meminfo: memFree=17056852/32951124 swapFree=67111204/67111528
[pid=14743] ppid=14740 vsize=8704 CPUtime=0.05 cores=1,3,5,7
/proc/14743/stat : 14743 (glucose.sh) S 14740 14743 14236 0 -1 4202496 359 786 0 0 0 0 5 0 19 0 1 0 787455419 8912896 255 33554432000 4194304 4922060 140736892909744 18446744073709551615 255106587781 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/14743/statm: 2176 255 211 178 0 69 0
[pid=14750] ppid=14743 vsize=34492 CPUtime=12.61 cores=1,3,5,7
/proc/14750/stat : 14750 (glucose_static) R 14743 14743 14236 0 -1 4202496 5929 0 0 0 1261 0 0 0 25 0 1 0 787455426 35319808 5028 33554432000 4194304 4260849 140736400436816 18446744073709551615 4209295 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/14750/statm: 8623 5028 240 17 0 5264 0
Current children cumulated CPU time (s) 12.66
Current children cumulated vsize (KiB) 43196

[startup+25.5011 s]
/proc/loadavg: 1.85 1.98 1.98 3/514 14751
/proc/meminfo: memFree=17044932/32951124 swapFree=67111204/67111528
[pid=14743] ppid=14740 vsize=8704 CPUtime=0.05 cores=1,3,5,7
/proc/14743/stat : 14743 (glucose.sh) S 14740 14743 14236 0 -1 4202496 359 786 0 0 0 0 5 0 19 0 1 0 787455419 8912896 255 33554432000 4194304 4922060 140736892909744 18446744073709551615 255106587781 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/14743/statm: 2176 255 211 178 0 69 0
[pid=14750] ppid=14743 vsize=43308 CPUtime=25.41 cores=1,3,5,7
/proc/14750/stat : 14750 (glucose_static) R 14743 14743 14236 0 -1 4202496 8908 0 0 0 2541 0 0 0 25 0 1 0 787455426 44347392 6417 33554432000 4194304 4260849 140736400436816 18446744073709551615 4224352 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/14750/statm: 10827 6417 240 17 0 7468 0
Current children cumulated CPU time (s) 25.46
Current children cumulated vsize (KiB) 52012

[startup+51.1006 s]
/proc/loadavg: 1.90 1.98 1.98 3/514 14752
/proc/meminfo: memFree=17036824/32951124 swapFree=67111204/67111528
[pid=14743] ppid=14740 vsize=8704 CPUtime=0.05 cores=1,3,5,7
/proc/14743/stat : 14743 (glucose.sh) S 14740 14743 14236 0 -1 4202496 359 786 0 0 0 0 5 0 19 0 1 0 787455419 8912896 255 33554432000 4194304 4922060 140736892909744 18446744073709551615 255106587781 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/14743/statm: 2176 255 211 178 0 69 0
[pid=14750] ppid=14743 vsize=43304 CPUtime=51.02 cores=1,3,5,7
/proc/14750/stat : 14750 (glucose_static) R 14743 14743 14236 0 -1 4202496 11416 0 0 0 5101 1 0 0 25 0 1 0 787455426 44343296 6971 33554432000 4194304 4260849 140736400436816 18446744073709551615 4224682 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/14750/statm: 10826 6971 248 17 0 7467 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 52008

[startup+102.32 s]
/proc/loadavg: 2.14 2.02 2.00 3/514 14753
/proc/meminfo: memFree=17019320/32951124 swapFree=67111204/67111528
[pid=14743] ppid=14740 vsize=8704 CPUtime=0.05 cores=1,3,5,7
/proc/14743/stat : 14743 (glucose.sh) S 14740 14743 14236 0 -1 4202496 359 786 0 0 0 0 5 0 19 0 1 0 787455419 8912896 255 33554432000 4194304 4922060 140736892909744 18446744073709551615 255106587781 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/14743/statm: 2176 255 211 178 0 69 0
[pid=14750] ppid=14743 vsize=47764 CPUtime=102.23 cores=1,3,5,7
/proc/14750/stat : 14750 (glucose_static) R 14743 14743 14236 0 -1 4202496 13043 0 0 0 10222 1 0 0 25 0 1 0 787455426 48910336 8544 33554432000 4194304 4260849 140736400436816 18446744073709551615 4225409 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/14750/statm: 11941 8544 248 17 0 8582 0
Current children cumulated CPU time (s) 102.28
Current children cumulated vsize (KiB) 56468

[startup+162.301 s]
/proc/loadavg: 2.16 2.05 2.01 4/514 14755
/proc/meminfo: memFree=17001912/32951124 swapFree=67111204/67111528
[pid=14743] ppid=14740 vsize=8704 CPUtime=0.05 cores=1,3,5,7
/proc/14743/stat : 14743 (glucose.sh) S 14740 14743 14236 0 -1 4202496 359 786 0 0 0 0 5 0 19 0 1 0 787455419 8912896 255 33554432000 4194304 4922060 140736892909744 18446744073709551615 255106587781 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/14743/statm: 2176 255 211 178 0 69 0
[pid=14750] ppid=14743 vsize=55860 CPUtime=162.22 cores=1,3,5,7
/proc/14750/stat : 14750 (glucose_static) R 14743 14743 14236 0 -1 4202496 22959 0 0 0 16219 3 0 0 25 0 1 0 787455426 57200640 10594 33554432000 4194304 4260849 140736400436816 18446744073709551615 4226718 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/14750/statm: 13965 10594 248 17 0 10606 0
Current children cumulated CPU time (s) 162.27
Current children cumulated vsize (KiB) 64564

[startup+222.301 s]
/proc/loadavg: 2.06 2.04 2.00 3/514 14756
/proc/meminfo: memFree=16992084/32951124 swapFree=67111204/67111528
[pid=14743] ppid=14740 vsize=8704 CPUtime=0.05 cores=1,3,5,7
/proc/14743/stat : 14743 (glucose.sh) S 14740 14743 14236 0 -1 4202496 359 786 0 0 0 0 5 0 19 0 1 0 787455419 8912896 255 33554432000 4194304 4922060 140736892909744 18446744073709551615 255106587781 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/14743/statm: 2176 255 211 178 0 69 0
[pid=14750] ppid=14743 vsize=86208 CPUtime=222.22 cores=1,3,5,7
/proc/14750/stat : 14750 (glucose_static) R 14743 14743 14236 0 -1 4202496 23635 0 0 0 22219 3 0 0 25 0 1 0 787455426 88276992 11255 33554432000 4194304 4260849 140736400436816 18446744073709551615 4224707 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/14750/statm: 21552 11255 248 17 0 18193 0
Current children cumulated CPU time (s) 222.27
Current children cumulated vsize (KiB) 94912

[startup+282.301 s]
/proc/loadavg: 2.02 2.03 2.00 3/514 14758
/proc/meminfo: memFree=16971848/32951124 swapFree=67111204/67111528
[pid=14743] ppid=14740 vsize=8704 CPUtime=0.05 cores=1,3,5,7
/proc/14743/stat : 14743 (glucose.sh) S 14740 14743 14236 0 -1 4202496 359 786 0 0 0 0 5 0 19 0 1 0 787455419 8912896 255 33554432000 4194304 4922060 140736892909744 18446744073709551615 255106587781 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/14743/statm: 2176 255 211 178 0 69 0
[pid=14750] ppid=14743 vsize=86208 CPUtime=282.22 cores=1,3,5,7
/proc/14750/stat : 14750 (glucose_static) R 14743 14743 14236 0 -1 4202496 28512 0 0 0 28218 4 0 0 25 0 1 0 787455426 88276992 16003 33554432000 4194304 4260849 140736400436816 18446744073709551615 4224682 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/14750/statm: 21552 16003 248 17 0 18193 0
Current children cumulated CPU time (s) 282.27
Current children cumulated vsize (KiB) 94912

[startup+342.3 s]
/proc/loadavg: 2.01 2.02 2.00 3/514 14759
/proc/meminfo: memFree=16962376/32951124 swapFree=67111204/67111528
[pid=14743] ppid=14740 vsize=8704 CPUtime=0.05 cores=1,3,5,7
/proc/14743/stat : 14743 (glucose.sh) S 14740 14743 14236 0 -1 4202496 359 786 0 0 0 0 5 0 19 0 1 0 787455419 8912896 255 33554432000 4194304 4922060 140736892909744 18446744073709551615 255106587781 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/14743/statm: 2176 255 211 178 0 69 0
[pid=14750] ppid=14743 vsize=86208 CPUtime=342.22 cores=1,3,5,7
/proc/14750/stat : 14750 (glucose_static) R 14743 14743 14236 0 -1 4202496 30782 0 0 0 34218 4 0 0 25 0 1 0 787455426 88276992 18181 33554432000 4194304 4260849 140736400436816 18446744073709551615 4225149 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/14750/statm: 21552 18181 248 17 0 18193 0
Current children cumulated CPU time (s) 342.27
Current children cumulated vsize (KiB) 94912

[startup+402.301 s]
/proc/loadavg: 2.00 2.02 2.00 3/514 14761
/proc/meminfo: memFree=16936300/32951124 swapFree=67111204/67111528
[pid=14743] ppid=14740 vsize=8704 CPUtime=0.05 cores=1,3,5,7

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

/proc/14750/statm: 52554 47932 248 17 0 49195 0
Current children cumulated CPU time (s) 4302.36
Current children cumulated vsize (KiB) 218920

[startup+4362.3 s]
/proc/loadavg: 2.01 2.03 2.00 4/514 14879
/proc/meminfo: memFree=16821004/32951124 swapFree=67111204/67111528
[pid=14743] ppid=14740 vsize=8704 CPUtime=0.05 cores=1,3,5,7
/proc/14743/stat : 14743 (glucose.sh) S 14740 14743 14236 0 -1 4202496 359 786 0 0 0 0 5 0 19 0 1 0 787455419 8912896 255 33554432000 4194304 4922060 140736892909744 18446744073709551615 255106587781 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/14743/statm: 2176 255 211 178 0 69 0
[pid=14750] ppid=14743 vsize=160896 CPUtime=4362.32 cores=1,3,5,7
/proc/14750/stat : 14750 (glucose_static) R 14743 14743 14236 0 -1 4202496 461528 0 0 0 436141 91 0 0 25 0 1 0 787455426 164757504 36853 33554432000 4194304 4260849 140736400436816 18446744073709551615 4224845 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/14750/statm: 40224 36853 248 17 0 36865 0
Current children cumulated CPU time (s) 4362.37
Current children cumulated vsize (KiB) 169600

[startup+4422.3 s]
/proc/loadavg: 2.00 2.02 2.00 4/514 14880
/proc/meminfo: memFree=16735892/32951124 swapFree=67111204/67111528
[pid=14743] ppid=14740 vsize=8704 CPUtime=0.05 cores=1,3,5,7
/proc/14743/stat : 14743 (glucose.sh) S 14740 14743 14236 0 -1 4202496 359 786 0 0 0 0 5 0 19 0 1 0 787455419 8912896 255 33554432000 4194304 4922060 140736892909744 18446744073709551615 255106587781 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/14743/statm: 2176 255 211 178 0 69 0
[pid=14750] ppid=14743 vsize=210216 CPUtime=4422.31 cores=1,3,5,7
/proc/14750/stat : 14750 (glucose_static) R 14743 14743 14236 0 -1 4202496 472801 0 0 0 442138 93 0 0 25 0 1 0 787455426 215261184 47980 33554432000 4194304 4260849 140736400436816 18446744073709551615 4224845 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/14750/statm: 52554 47980 248 17 0 49195 0
Current children cumulated CPU time (s) 4422.36
Current children cumulated vsize (KiB) 218920

[startup+4482.3 s]
/proc/loadavg: 2.00 2.02 2.00 4/514 14891
/proc/meminfo: memFree=16789012/32951124 swapFree=67111204/67111528
[pid=14743] ppid=14740 vsize=8704 CPUtime=0.05 cores=1,3,5,7
/proc/14743/stat : 14743 (glucose.sh) S 14740 14743 14236 0 -1 4202496 359 786 0 0 0 0 5 0 19 0 1 0 787455419 8912896 255 33554432000 4194304 4922060 140736892909744 18446744073709551615 255106587781 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/14743/statm: 2176 255 211 178 0 69 0
[pid=14750] ppid=14743 vsize=210216 CPUtime=4482.32 cores=1,3,5,7
/proc/14750/stat : 14750 (glucose_static) R 14743 14743 14236 0 -1 4202496 481971 0 0 0 448136 96 0 0 25 0 1 0 787455426 215261184 44868 33554432000 4194304 4260849 140736400436816 18446744073709551615 4224647 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/14750/statm: 52554 44868 248 17 0 49195 0
Current children cumulated CPU time (s) 4482.37
Current children cumulated vsize (KiB) 218920

[startup+4542.3 s]
/proc/loadavg: 2.00 2.01 2.00 4/514 14892
/proc/meminfo: memFree=16722792/32951124 swapFree=67111204/67111528
[pid=14743] ppid=14740 vsize=8704 CPUtime=0.05 cores=1,3,5,7
/proc/14743/stat : 14743 (glucose.sh) S 14740 14743 14236 0 -1 4202496 359 786 0 0 0 0 5 0 19 0 1 0 787455419 8912896 255 33554432000 4194304 4922060 140736892909744 18446744073709551615 255106587781 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/14743/statm: 2176 255 211 178 0 69 0
[pid=14750] ppid=14743 vsize=241036 CPUtime=4542.32 cores=1,3,5,7
/proc/14750/stat : 14750 (glucose_static) R 14743 14743 14236 0 -1 4202496 486791 0 0 0 454134 98 0 0 25 0 1 0 787455426 246820864 49549 33554432000 4194304 4260849 140736400436816 18446744073709551615 4225087 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/14750/statm: 60259 49549 248 17 0 56900 0
Current children cumulated CPU time (s) 4542.37
Current children cumulated vsize (KiB) 249740

[startup+4602.3 s]
/proc/loadavg: 2.00 2.01 2.00 4/514 14894
/proc/meminfo: memFree=16744572/32951124 swapFree=67111204/67111528
[pid=14743] ppid=14740 vsize=8704 CPUtime=0.05 cores=1,3,5,7
/proc/14743/stat : 14743 (glucose.sh) S 14740 14743 14236 0 -1 4202496 359 786 0 0 0 0 5 0 19 0 1 0 787455419 8912896 255 33554432000 4194304 4922060 140736892909744 18446744073709551615 255106587781 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/14743/statm: 2176 255 211 178 0 69 0
[pid=14750] ppid=14743 vsize=210216 CPUtime=4602.33 cores=1,3,5,7
/proc/14750/stat : 14750 (glucose_static) R 14743 14743 14236 0 -1 4202496 496669 0 0 0 460133 100 0 0 25 0 1 0 787455426 215261184 45727 33554432000 4194304 4260849 140736400436816 18446744073709551615 4224707 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/14750/statm: 52554 45727 248 17 0 49195 0
Current children cumulated CPU time (s) 4602.38
Current children cumulated vsize (KiB) 218920

[startup+4662.3 s]
/proc/loadavg: 2.00 2.00 2.00 4/514 14896
/proc/meminfo: memFree=16816204/32951124 swapFree=67111204/67111528
[pid=14743] ppid=14740 vsize=8704 CPUtime=0.05 cores=1,3,5,7
/proc/14743/stat : 14743 (glucose.sh) S 14740 14743 14236 0 -1 4202496 359 786 0 0 0 0 5 0 19 0 1 0 787455419 8912896 255 33554432000 4194304 4922060 140736892909744 18446744073709551615 255106587781 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/14743/statm: 2176 255 211 178 0 69 0
[pid=14750] ppid=14743 vsize=160896 CPUtime=4662.32 cores=1,3,5,7
/proc/14750/stat : 14750 (glucose_static) R 14743 14743 14236 0 -1 4202496 501515 0 0 0 466131 101 0 0 25 0 1 0 787455426 164757504 36853 33554432000 4194304 4260849 140736400436816 18446744073709551615 4225087 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/14750/statm: 40224 36853 248 17 0 36865 0
Current children cumulated CPU time (s) 4662.37
Current children cumulated vsize (KiB) 169600

[startup+4722.32 s]
/proc/loadavg: 2.11 2.04 2.01 4/514 14897
/proc/meminfo: memFree=16731352/32951124 swapFree=67111204/67111528
[pid=14743] ppid=14740 vsize=8704 CPUtime=0.05 cores=1,3,5,7
/proc/14743/stat : 14743 (glucose.sh) S 14740 14743 14236 0 -1 4202496 359 786 0 0 0 0 5 0 19 0 1 0 787455419 8912896 255 33554432000 4194304 4922060 140736892909744 18446744073709551615 255106587781 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/14743/statm: 2176 255 211 178 0 69 0
[pid=14750] ppid=14743 vsize=210216 CPUtime=4722.34 cores=1,3,5,7
/proc/14750/stat : 14750 (glucose_static) R 14743 14743 14236 0 -1 4202496 511804 0 0 0 472131 103 0 0 25 0 1 0 787455426 215261184 47064 33554432000 4194304 4260849 140736400436816 18446744073709551615 4224674 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/14750/statm: 52554 47064 248 17 0 49195 0
Current children cumulated CPU time (s) 4722.39
Current children cumulated vsize (KiB) 218920

[startup+4782.3 s]
/proc/loadavg: 2.11 2.06 2.02 4/514 14899
/proc/meminfo: memFree=16817224/32951124 swapFree=67111204/67111528
[pid=14743] ppid=14740 vsize=8704 CPUtime=0.05 cores=1,3,5,7
/proc/14743/stat : 14743 (glucose.sh) S 14740 14743 14236 0 -1 4202496 359 786 0 0 0 0 5 0 19 0 1 0 787455419 8912896 255 33554432000 4194304 4922060 140736892909744 18446744073709551615 255106587781 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/14743/statm: 2176 255 211 178 0 69 0
[pid=14750] ppid=14743 vsize=160896 CPUtime=4782.32 cores=1,3,5,7
/proc/14750/stat : 14750 (glucose_static) R 14743 14743 14236 0 -1 4202496 515183 0 0 0 478126 106 0 0 25 0 1 0 787455426 164757504 36853 33554432000 4194304 4260849 140736400436816 18446744073709551615 4224665 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/14750/statm: 40224 36853 248 17 0 36865 0
Current children cumulated CPU time (s) 4782.37
Current children cumulated vsize (KiB) 169600

[startup+4842.3 s]
/proc/loadavg: 2.04 2.05 2.01 4/514 14900
/proc/meminfo: memFree=16725176/32951124 swapFree=67111204/67111528
[pid=14743] ppid=14740 vsize=8704 CPUtime=0.05 cores=1,3,5,7
/proc/14743/stat : 14743 (glucose.sh) S 14740 14743 14236 0 -1 4202496 359 786 0 0 0 0 5 0 19 0 1 0 787455419 8912896 255 33554432000 4194304 4922060 140736892909744 18446744073709551615 255106587781 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/14743/statm: 2176 255 211 178 0 69 0
[pid=14750] ppid=14743 vsize=210216 CPUtime=4842.32 cores=1,3,5,7
/proc/14750/stat : 14750 (glucose_static) R 14743 14743 14236 0 -1 4202496 526601 0 0 0 484124 108 0 0 25 0 1 0 787455426 215261184 48141 33554432000 4194304 4260849 140736400436816 18446744073709551615 4224682 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/14750/statm: 52554 48141 248 17 0 49195 0
Current children cumulated CPU time (s) 4842.37
Current children cumulated vsize (KiB) 218920

[startup+4902.3 s]
/proc/loadavg: 2.01 2.03 2.00 4/514 14902
/proc/meminfo: memFree=16785904/32951124 swapFree=67111204/67111528
[pid=14743] ppid=14740 vsize=8704 CPUtime=0.05 cores=1,3,5,7
/proc/14743/stat : 14743 (glucose.sh) S 14740 14743 14236 0 -1 4202496 359 786 0 0 0 0 5 0 19 0 1 0 787455419 8912896 255 33554432000 4194304 4922060 140736892909744 18446744073709551615 255106587781 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/14743/statm: 2176 255 211 178 0 69 0
[pid=14750] ppid=14743 vsize=160896 CPUtime=4902.33 cores=1,3,5,7
/proc/14750/stat : 14750 (glucose_static) R 14743 14743 14236 0 -1 4202496 529150 0 0 0 490122 111 0 0 25 0 1 0 787455426 164757504 36853 33554432000 4194304 4260849 140736400436816 18446744073709551615 4225146 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/14750/statm: 40224 36853 248 17 0 36865 0
Current children cumulated CPU time (s) 4902.38
Current children cumulated vsize (KiB) 169600

[startup+4962.3 s]
/proc/loadavg: 2.00 2.03 2.00 4/514 14904
/proc/meminfo: memFree=16723232/32951124 swapFree=67111204/67111528
[pid=14743] ppid=14740 vsize=8704 CPUtime=0.05 cores=1,3,5,7
/proc/14743/stat : 14743 (glucose.sh) S 14740 14743 14236 0 -1 4202496 359 786 0 0 0 0 5 0 19 0 1 0 787455419 8912896 255 33554432000 4194304 4922060 140736892909744 18446744073709551615 255106587781 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/14743/statm: 2176 255 211 178 0 69 0
[pid=14750] ppid=14743 vsize=210216 CPUtime=4962.33 cores=1,3,5,7
/proc/14750/stat : 14750 (glucose_static) R 14743 14743 14236 0 -1 4202496 541160 0 0 0 496119 114 0 0 25 0 1 0 787455426 215261184 48725 33554432000 4194304 4260849 140736400436816 18446744073709551615 4224875 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/14750/statm: 52554 48725 248 17 0 49195 0
Current children cumulated CPU time (s) 4962.38
Current children cumulated vsize (KiB) 218920



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+5000 s]
/proc/loadavg: 2.00 2.02 2.00 4/514 14905
/proc/meminfo: memFree=16815956/32951124 swapFree=67111204/67111528
[pid=14743] ppid=14740 vsize=8704 CPUtime=0.05 cores=1,3,5,7
/proc/14743/stat : 14743 (glucose.sh) S 14740 14743 14236 0 -1 4202496 359 786 0 0 0 0 5 0 19 0 1 0 787455419 8912896 255 33554432000 4194304 4922060 140736892909744 18446744073709551615 255106587781 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/14743/statm: 2176 255 211 178 0 69 0
[pid=14750] ppid=14743 vsize=160896 CPUtime=5000.05 cores=1,3,5,7
/proc/14750/stat : 14750 (glucose_static) R 14743 14743 14236 0 -1 4202496 543159 0 0 0 499889 116 0 0 25 0 1 0 787455426 164757504 36853 33554432000 4194304 4260849 140736400436816 18446744073709551615 4224632 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/14750/statm: 40224 36853 248 17 0 36865 0
Current children cumulated CPU time (s) 5000.1
Current children cumulated vsize (KiB) 169600

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

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

Child ended because it received signal 15 (SIGTERM)

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

Real time (s): 5000.03
CPU time (s): 5000.1
CPU user time (s): 4998.94
CPU system time (s): 1.16
CPU usage (%): 100.001
Max. virtual memory (cumulated for all children) (KiB): 249740

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 0.05999
system time used= 0.003999
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1145
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= 11
involuntary context switches= 21

runsolver used 24.1353 second user time and 62.4205 second system time

The end

Launcher Data

Begin job on node144 at 2011-06-01 19:46:33
IDJOB=3303591
IDBENCH=87734
IDSOLVER=1687
FILE ID=node144/3303591-1306950393
RUNJOBID= node144-1306950393-14726
PBS_JOBID= 13488600
Free space on /tmp= 73816 MiB

SOLVER NAME= glucose 2
BENCH NAME= SAT02/handmade/simon/satex-challenges/c6288.shuffled.cnf
COMMAND LINE= glucose.sh BENCHNAME 
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3303591-1306950393/watcher-3303591-1306950393 -o /tmp/evaluation-result-3303591-1306950393/solver-3303591-1306950393 -C 5000 -W 5100 -M 15500  glucose.sh HOME/instance-3303591-1306950393.cnf 

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

MD5SUM BENCH= 75bd8319132b47c2d2e6f0889735a248
RANDOM SEED=740218867

node144.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.850
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.70
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.850
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.16
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.850
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.850
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.850
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.850
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.82
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.850
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.850
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.76
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      17094616 kB
Buffers:        201840 kB
Cached:         219232 kB
SwapCached:        140 kB
Active:       15318684 kB
Inactive:       264692 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      17094616 kB
SwapTotal:    67111528 kB
SwapFree:     67111204 kB
Dirty:            2476 kB
Writeback:           0 kB
AnonPages:    15162412 kB
Mapped:          41816 kB
Slab:           134796 kB
PageTables:      69756 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 157743568 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= 73812 MiB
End job on node144 at 2011-06-01 21:09:55