Trace number 3303611

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 5000.33

General information on the benchmark

Namecrafted/anton/SRHD-SGI/
srhd-sgi-m62-q1327.5-n60-p15-s1351253.cnf
MD5SUMb23c52475e3d098cb9d5a92c025d6982
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.465928
Satisfiable
(Un)Satisfiability was proved
Number of variables3420
Number of clauses1120760
Sum of the clauses size2244820
Maximum clause length62
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 21120700
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 560

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.30	c ==============================================================================
0.00/0.30	c |           |     ORIGINAL     |              LEARNT              |          |
0.00/0.30	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.00/0.30	c ==============================================================================
0.00/0.30	c |         0 | 1120760  2244820 |  336227       0        0     nan |  0.000 % |
9.19/9.28	c |         0 | 1117340  3543943 |      --       0       --      -- |     --   | -3420/1299123
9.19/9.28	c ==============================================================================
9.19/9.28	c Result  :   #vars: 3360   #clauses: 1117340   #literals: 3543943
9.19/9.28	c CPU time:   9.25759 s
9.19/9.28	c ==============================================================================
9.81/9.89	c
9.81/9.89	c Starting glucose
9.81/9.89	c
855.85/856.05	c This is glucose 2.0 --  based on MiniSAT (Many thanks to MiniSAT team)
855.85/856.05	c WARNING: for repeatability, setting FPU to use double precision
855.85/856.05	c ============================[ Problem Statistics ]=============================
855.85/856.05	c |                                                                             |
855.85/856.05	c |  Number of variables:          3360                                         |
855.85/856.05	c |  Number of clauses:         1117340                                         |
855.85/856.05	c |  Parse time:                   0.21 s                                       |
855.85/856.05	c |                                                                             |
855.85/856.05	c ============================[ Search Statistics ]==============================
855.85/856.05	c | Conflicts |          ORIGINAL         |          LEARNT          | Progress |
855.85/856.05	c |           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
855.85/856.05	c ===============================================================================
855.85/856.05	c |      9180 |    3360  1117340  3543943 |        1     3895    340 |  0.000 % |
855.85/856.05	c |      9407 |    3360  1117340  3543943 |        1     4122    336 |  0.000 % |
855.85/856.05	c |      9507 |    3360  1117340  3543943 |        1     4222    333 |  0.000 % |
855.85/856.05	c |     10440 |    3360  1117340  3543943 |        1     5155    333 |  0.000 % |
855.85/856.05	c |     10540 |    3360  1117340  3543943 |        1     5255    331 |  0.000 % |
855.85/856.05	c |    297873 |    3360  1117340  3543943 |        1    66493    272 |  0.000 % |
855.85/856.05	c |    297974 |    3360  1117340  3543943 |        1    66594    272 |  0.000 % |
855.85/856.05	c |    298074 |    3360  1117340  3543943 |        1    66694    272 |  0.000 % |
855.85/856.05	c |    298174 |    3360  1117340  3543943 |        1    66794    272 |  0.000 % |
855.85/856.05	c |    313561 |    3360  1117340  3543943 |        1    46382    230 |  0.000 % |
855.85/856.05	c |    313661 |    3360  1117340  3543943 |        1    46482    230 |  0.000 % |
855.85/856.05	c |    313817 |    3360  1117340  3543943 |        1    46638    230 |  0.000 % |
855.85/856.05	c |    314246 |    3360  1117340  3543943 |        1    47067    230 |  0.000 % |
855.85/856.05	c |    314347 |    3360  1117340  3543943 |        1    47168    229 |  0.000 % |
855.85/856.05	c |    314448 |    3360  1117340  3543943 |        1    47269    230 |  0.000 % |
855.85/856.05	c |    606688 |    3360  1117340  3543943 |        1    70130    187 |  0.000 % |
855.85/856.05	c |    606788 |    3360  1117340  3543943 |        1    70230    187 |  0.000 % |
855.85/856.05	c |    606938 |    3360  1117340  3543943 |        1    70380    187 |  0.000 % |
855.85/856.05	c |    607593 |    3360  1117340  3543943 |        1    71035    189 |  0.000 % |
855.85/856.05	c |    607900 |    3360  1117340  3543943 |        1    71342    189 |  0.000 % |
855.85/856.05	c |    608243 |    3360  1117340  3543943 |        1    71685    189 |  0.000 % |
855.85/856.05	c |   1014079 |    3360  1117340  3543943 |        1   114511    166 |  0.000 % |
855.85/856.05	c |   1014179 |    3360  1117340  3543943 |        1   114611    166 |  0.000 % |
855.85/856.05	c |   1093975 |    3360  1117340  3543943 |        1   124806    180 |  0.000 % |
855.85/856.05	c |   1094076 |    3360  1117340  3543943 |        1   124907    179 |  0.000 % |
855.85/856.05	c |   1098270 |    3360  1117340  3543943 |        1   129101    180 |  0.000 % |
855.85/856.05	c |   1152564 |    3360  1117340  3543943 |        1   111191    158 |  0.000 % |
855.85/856.05	c |   1185404 |    3360  1117340  3543943 |        1   144031    163 |  0.000 % |
855.85/856.05	c |   1186611 |    3360  1117340  3543943 |        1   145238    164 |  0.000 % |
855.85/856.05	c |   1186725 |    3360  1117340  3543943 |        1   145352    164 |  0.000 % |
855.85/856.05	c |   1186854 |    3360  1117340  3543943 |        1   145481    164 |  0.000 % |
855.85/856.05	c |   1258965 |    3360  1117340  3543943 |        1   142793    160 |  0.000 % |
855.85/856.05	c |   1260665 |    3360  1117340  3543943 |        1   144493    161 |  0.000 % |
855.85/856.05	c |   1260765 |    3360  1117340  3543943 |        1   144593    161 |  0.000 % |
855.85/856.05	c |   1274108 |    3360  1117340  3543943 |        1    80544    139 |  0.000 % |
855.85/856.05	c |   1800906 |    3360  1117340  3543943 |        1   181334    144 |  0.000 % |
855.85/856.05	c |   2304761 |    3360  1117340  3543943 |        1   194192    156 |  0.000 % |
855.85/856.05	c |   2305346 |    3360  1117340  3543943 |        1   194777    156 |  0.000 % |
855.85/856.05	c |   2305449 |    3360  1117340  3543943 |        1   194880    156 |  0.000 % |
2893.09/2893.39	c |   2342038 |    3360  1117340  3543943 |        1   125466    148 |  0.000 % |
2893.09/2893.39	c |   2342294 |    3360  1117340  3543943 |        1   125722    148 |  0.000 % |
2893.09/2893.39	c |   2342434 |    3360  1117340  3543943 |        1   125862    148 |  0.000 % |
2893.09/2893.39	c |   2348133 |    3360  1117340  3543943 |        1   131561    151 |  0.000 % |
2893.09/2893.39	c |   3127346 |    3360  1117340  3543943 |        1   220176    166 |  0.000 % |
2893.09/2893.39	c |   3151051 |    3360  1117340  3543943 |        1   243881    165 |  0.000 % |
2893.09/2893.39	c |   3192900 |    3360  1117340  3543943 |        1   161523    142 |  0.000 % |
2893.09/2893.39	c |   3821048 |    3360  1117340  3543943 |        1   266887    144 |  0.000 % |
2893.09/2893.39	c |   3821257 |    3360  1117340  3543943 |        1   267096    144 |  0.000 % |
2893.09/2893.39	c |   3857113 |    3360  1117340  3543943 |        1   165753    145 |  0.000 % |
2893.09/2893.39	c |   4059013 |    3360  1117340  3543943 |        1   227880    146 |  0.000 % |
2893.09/2893.39	c |   4161571 |    3360  1117340  3543943 |        1   188012    143 |  0.000 % |
2893.09/2893.39	c |   4161675 |    3360  1117340  3543943 |        1   188116    143 |  0.000 % |
2893.09/2893.39	c |   4161775 |    3360  1117340  3543943 |        1   188216    143 |  0.000 % |
2893.09/2893.39	c |   4162009 |    3360  1117340  3543943 |        1   188450    143 |  0.000 % |
2893.09/2893.39	c |   4163237 |    3360  1117340  3543943 |        1   189678    143 |  0.000 % |
2893.09/2893.39	c |   4163885 |    3360  1117340  3543943 |        1   190326    143 |  0.000 % |
2893.09/2893.39	c |   4172448 |    3360  1117340  3543943 |        1   198889    143 |  0.000 % |
2893.09/2893.39	c |   4172548 |    3360  1117340  3543943 |        1   198989    143 |  0.000 % |
2893.09/2893.39	c |   4175027 |    3360  1117340  3543943 |        1   201468    144 |  0.000 % |
2893.09/2893.39	c |   4184199 |    3360  1117340  3543943 |        1   210640    145 |  0.000 % |
2893.09/2893.39	c |   4184313 |    3360  1117340  3543943 |        1   210754    145 |  0.000 % |
2893.09/2893.39	c |   4184785 |    3360  1117340  3543943 |        1   211226    145 |  0.000 % |
2893.09/2893.39	c |   4187864 |    3360  1117340  3543943 |        1   214305    146 |  0.000 % |
2893.09/2893.39	c |   4187969 |    3360  1117340  3543943 |        1   214410    146 |  0.000 % |
2893.09/2893.39	c |   4195646 |    3360  1117340  3543943 |        1   222087    148 |  0.000 % |
2893.09/2893.39	c |   4195905 |    3360  1117340  3543943 |        1   222346    148 |  0.000 % |
2893.09/2893.39	c |   4218562 |    3360  1117340  3543943 |        1   245003    152 |  0.000 % |
2893.09/2893.39	c |   4224898 |    3360  1117340  3543943 |        1   251339    152 |  0.000 % |
2893.09/2893.39	c |   4225037 |    3360  1117340  3543943 |        1   251478    152 |  0.000 % |
2893.09/2893.39	c |   4510604 |    3360  1117340  3543943 |        1   244447    144 |  0.000 % |
2893.09/2893.39	c |   4529151 |    3360  1117340  3543943 |        1   262994    145 |  0.000 % |
2893.09/2893.39	c |   5296463 |    3360  1117340  3543943 |        1   253291    144 |  0.000 % |
2893.09/2893.39	c |   5505709 |    3360  1117340  3543943 |        1   299332    151 |  0.000 % |
2893.09/2893.39	c |   5593134 |    3360  1117340  3543943 |        1   220954    150 |  0.000 % |
2893.09/2893.39	c |   5597041 |    3360  1117340  3543943 |        1   224861    150 |  0.000 % |
2893.09/2893.39	c |   5599766 |    3360  1117340  3543943 |        1   227586    151 |  0.000 % |
2893.09/2893.39	c |   5600102 |    3360  1117340  3543943 |        1   227922    151 |  0.000 % |
2893.09/2893.39	c |   6172998 |    3360  1117340  3543943 |        1   287826    180 |  0.000 % |
2893.09/2893.39	c |   6191576 |    3360  1117340  3543943 |        1   306404    180 |  0.000 % |
2893.09/2893.39	c |   6236594 |    3360  1117340  3543943 |        1   351422    180 |  0.000 % |
2893.09/2893.39	c |   6236695 |    3360  1117340  3543943 |        1   351523    180 |  0.000 % |
2893.09/2893.39	c |   6237536 |    3360  1117340  3543943 |        1   352364    180 |  0.000 % |
2893.09/2893.39	c |   6497591 |    3360  1117340  3543943 |        1   257412    153 |  0.000 % |
2893.09/2893.39	c |   6497691 |    3360  1117340  3543943 |        1   257512    153 |  0.000 % |
2893.09/2893.39	c |   6497794 |    3360  1117340  3543943 |        1   257615    153 |  0.000 % |
2893.09/2893.39	c |   6497894 |    3360  1117340  3543943 |        1   257715    153 |  0.000 % |
2893.09/2893.39	c |   6512580 |    3360  1117340  3543943 |        1   272401    154 |  0.000 % |
2893.09/2893.39	c |   6512680 |    3360  1117340  3543943 |        1   272501    154 |  0.000 % |
2893.09/2893.39	c |   6512781 |  

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-3303611-1306950744/watcher-3303611-1306950744 -o /tmp/evaluation-result-3303611-1306950744/solver-3303611-1306950744 -C 5000 -W 5100 -M 15500 glucose.sh HOME/instance-3303611-1306950744.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.04 2.04 2.00 2/515 26796
/proc/meminfo: memFree=22323516/32951124 swapFree=62999000/67111528
[pid=26796] ppid=26794 vsize=8704 CPUtime=0 cores=0,2,4,6
/proc/26796/stat : 26796 (glucose.sh) S 26794 26796 25594 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 787490051 8912896 252 33554432000 4194304 4922060 140735553014704 18446744073709551615 264726224005 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/26796/statm: 2176 252 211 178 0 69 0

[startup+0.0465261 s]
/proc/loadavg: 2.04 2.04 2.00 2/515 26796
/proc/meminfo: memFree=22323516/32951124 swapFree=62999000/67111528
[pid=26796] ppid=26794 vsize=8704 CPUtime=0 cores=0,2,4,6
/proc/26796/stat : 26796 (glucose.sh) S 26794 26796 25594 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 787490051 8912896 252 33554432000 4194304 4922060 140735553014704 18446744073709551615 264726224005 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/26796/statm: 2176 252 211 178 0 69 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8704

[startup+0.10056 s]
/proc/loadavg: 2.04 2.04 2.00 2/515 26796
/proc/meminfo: memFree=22323516/32951124 swapFree=62999000/67111528
[pid=26796] ppid=26794 vsize=8704 CPUtime=0 cores=0,2,4,6
/proc/26796/stat : 26796 (glucose.sh) S 26794 26796 25594 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 787490051 8912896 252 33554432000 4194304 4922060 140735553014704 18446744073709551615 264726224005 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/26796/statm: 2176 252 211 178 0 69 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8704

[startup+0.300508 s]
/proc/loadavg: 2.04 2.04 2.00 2/515 26796
/proc/meminfo: memFree=22323516/32951124 swapFree=62999000/67111528
[pid=26796] ppid=26794 vsize=8704 CPUtime=0 cores=0,2,4,6
/proc/26796/stat : 26796 (glucose.sh) S 26794 26796 25594 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 787490051 8912896 252 33554432000 4194304 4922060 140735553014704 18446744073709551615 264726224005 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/26796/statm: 2176 252 211 178 0 69 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8704

[startup+0.700446 s]
/proc/loadavg: 2.04 2.04 2.00 2/515 26796
/proc/meminfo: memFree=22323516/32951124 swapFree=62999000/67111528
[pid=26796] ppid=26794 vsize=8704 CPUtime=0 cores=0,2,4,6
/proc/26796/stat : 26796 (glucose.sh) S 26794 26796 25594 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 787490051 8912896 252 33554432000 4194304 4922060 140735553014704 18446744073709551615 264726224005 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/26796/statm: 2176 252 211 178 0 69 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8704

[startup+1.50026 s]
/proc/loadavg: 2.04 2.04 2.00 3/517 26798
/proc/meminfo: memFree=22237940/32951124 swapFree=62999000/67111528
[pid=26796] ppid=26794 vsize=8704 CPUtime=0 cores=0,2,4,6
/proc/26796/stat : 26796 (glucose.sh) S 26794 26796 25594 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 787490051 8912896 252 33554432000 4194304 4922060 140735553014704 18446744073709551615 264726224005 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/26796/statm: 2176 252 211 178 0 69 0
[pid=26797] ppid=26796 vsize=100648 CPUtime=1.49 cores=0,2,4,6
/proc/26797/stat : 26797 (SatELite_releas) R 26796 26796 25594 0 -1 4202496 20997 0 0 0 146 3 0 0 25 0 1 0 787490051 103063552 20952 33554432000 134512640 135144242 4293382352 18446744073709551615 134588154 0 0 4096 3 0 0 0 17 0 0 0 0
/proc/26797/statm: 25162 20952 77 155 0 25005 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 109352

[startup+3.10099 s]
/proc/loadavg: 2.04 2.04 2.00 3/517 26798
/proc/meminfo: memFree=22236452/32951124 swapFree=62999000/67111528
[pid=26796] ppid=26794 vsize=8704 CPUtime=0 cores=0,2,4,6
/proc/26796/stat : 26796 (glucose.sh) S 26794 26796 25594 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 787490051 8912896 252 33554432000 4194304 4922060 140735553014704 18446744073709551615 264726224005 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/26796/statm: 2176 252 211 178 0 69 0
[pid=26797] ppid=26796 vsize=100648 CPUtime=3.09 cores=0,2,4,6
/proc/26797/stat : 26797 (SatELite_releas) R 26796 26796 25594 0 -1 4202496 20997 0 0 0 306 3 0 0 25 0 1 0 787490051 103063552 20952 33554432000 134512640 135144242 4293382352 18446744073709551615 134588489 0 0 4096 3 0 0 0 17 0 0 0 0
/proc/26797/statm: 25162 20952 77 155 0 25005 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 109352

[startup+6.30038 s]
/proc/loadavg: 2.03 2.04 2.00 3/517 26798
/proc/meminfo: memFree=22236364/32951124 swapFree=62999000/67111528
[pid=26796] ppid=26794 vsize=8704 CPUtime=0 cores=0,2,4,6
/proc/26796/stat : 26796 (glucose.sh) S 26794 26796 25594 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 787490051 8912896 252 33554432000 4194304 4922060 140735553014704 18446744073709551615 264726224005 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/26796/statm: 2176 252 211 178 0 69 0
[pid=26797] ppid=26796 vsize=100784 CPUtime=6.29 cores=0,2,4,6
/proc/26797/stat : 26797 (SatELite_releas) R 26796 26796 25594 0 -1 4202496 21001 0 0 0 626 3 0 0 25 0 1 0 787490051 103202816 20956 33554432000 134512640 135144242 4293382352 18446744073709551615 134588216 0 0 4096 3 0 0 0 17 0 0 0 0
/proc/26797/statm: 25196 20956 77 155 0 25039 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 109488

[startup+12.7011 s]
/proc/loadavg: 2.03 2.04 2.00 3/517 26799
/proc/meminfo: memFree=22234792/32951124 swapFree=62999000/67111528
[pid=26796] ppid=26794 vsize=8704 CPUtime=9.89 cores=0,2,4,6
/proc/26796/stat : 26796 (glucose.sh) S 26794 26796 25594 0 -1 4202496 358 21006 0 0 0 0 983 6 18 0 1 0 787490051 8912896 254 33554432000 4194304 4922060 140735553014704 18446744073709551615 264726224005 0 65536 4100 65538 18446744071562232103 0 0 17 6 0 0 0
/proc/26796/statm: 2176 254 211 178 0 69 0
[pid=26799] ppid=26796 vsize=95484 CPUtime=2.76 cores=0,2,4,6
/proc/26799/stat : 26799 (glucose_static) R 26796 26796 25594 0 -1 4202496 18231 0 0 0 274 2 0 0 25 0 1 0 787491041 97775616 16910 33554432000 4194304 4260849 140735664469072 18446744073709551615 4224875 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/26799/statm: 23871 16910 239 17 0 20512 0
Current children cumulated CPU time (s) 12.65
Current children cumulated vsize (KiB) 104188

[startup+25.5008 s]
/proc/loadavg: 2.02 2.03 2.00 3/517 26799
/proc/meminfo: memFree=22229092/32951124 swapFree=62999000/67111528
[pid=26796] ppid=26794 vsize=8704 CPUtime=9.89 cores=0,2,4,6
/proc/26796/stat : 26796 (glucose.sh) S 26794 26796 25594 0 -1 4202496 358 21006 0 0 0 0 983 6 18 0 1 0 787490051 8912896 254 33554432000 4194304 4922060 140735553014704 18446744073709551615 264726224005 0 65536 4100 65538 18446744071562232103 0 0 17 6 0 0 0
/proc/26796/statm: 2176 254 211 178 0 69 0
[pid=26799] ppid=26796 vsize=98648 CPUtime=15.49 cores=0,2,4,6
/proc/26799/stat : 26799 (glucose_static) R 26796 26796 25594 0 -1 4202496 68636 0 0 0 1539 10 0 0 25 0 1 0 787491041 101015552 17783 33554432000 4194304 4260849 140735664469072 18446744073709551615 4224682 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/26799/statm: 24662 17783 251 17 0 21303 0
Current children cumulated CPU time (s) 25.38
Current children cumulated vsize (KiB) 107352

[startup+51.1009 s]
/proc/loadavg: 2.01 2.03 2.00 3/517 26800
/proc/meminfo: memFree=22203988/32951124 swapFree=62999000/67111528
[pid=26796] ppid=26794 vsize=8704 CPUtime=9.89 cores=0,2,4,6
/proc/26796/stat : 26796 (glucose.sh) S 26794 26796 25594 0 -1 4202496 358 21006 0 0 0 0 983 6 18 0 1 0 787490051 8912896 254 33554432000 4194304 4922060 140735553014704 18446744073709551615 264726224005 0 65536 4100 65538 18446744071562232103 0 0 17 6 0 0 0
/proc/26796/statm: 2176 254 211 178 0 69 0
[pid=26799] ppid=26796 vsize=131432 CPUtime=41.08 cores=0,2,4,6
/proc/26799/stat : 26799 (glucose_static) R 26796 26796 25594 0 -1 4202496 128215 0 0 0 4088 20 0 0 25 0 1 0 787491041 134586368 24292 33554432000 4194304 4260849 140735664469072 18446744073709551615 4224665 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/26799/statm: 32858 24292 251 17 0 29499 0
Current children cumulated CPU time (s) 50.97
Current children cumulated vsize (KiB) 140136

[startup+102.319 s]
/proc/loadavg: 2.00 2.02 2.00 3/517 26801
/proc/meminfo: memFree=22185592/32951124 swapFree=62999000/67111528
[pid=26796] ppid=26794 vsize=8704 CPUtime=9.89 cores=0,2,4,6
/proc/26796/stat : 26796 (glucose.sh) S 26794 26796 25594 0 -1 4202496 358 21006 0 0 0 0 983 6 18 0 1 0 787490051 8912896 254 33554432000 4194304 4922060 140735553014704 18446744073709551615 264726224005 0 65536 4100 65538 18446744071562232103 0 0 17 6 0 0 0
/proc/26796/statm: 2176 254 211 178 0 69 0
[pid=26799] ppid=26796 vsize=135808 CPUtime=92.3 cores=0,2,4,6
/proc/26799/stat : 26799 (glucose_static) R 26796 26796 25594 0 -1 4202496 226196 0 0 0 9194 36 0 0 25 0 1 0 787491041 139067392 28130 33554432000 4194304 4260849 140735664469072 18446744073709551615 4224867 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/26799/statm: 33952 28130 251 17 0 30593 0
Current children cumulated CPU time (s) 102.19
Current children cumulated vsize (KiB) 144512

[startup+162.301 s]
/proc/loadavg: 2.00 2.02 2.00 3/517 26803
/proc/meminfo: memFree=22164512/32951124 swapFree=62999000/67111528
[pid=26796] ppid=26794 vsize=8704 CPUtime=9.89 cores=0,2,4,6
/proc/26796/stat : 26796 (glucose.sh) S 26794 26796 25594 0 -1 4202496 358 21006 0 0 0 0 983 6 18 0 1 0 787490051 8912896 254 33554432000 4194304 4922060 140735553014704 18446744073709551615 264726224005 0 65536 4100 65538 18446744071562232103 0 0 17 6 0 0 0
/proc/26796/statm: 2176 254 211 178 0 69 0
[pid=26799] ppid=26796 vsize=193488 CPUtime=152.28 cores=0,2,4,6
/proc/26799/stat : 26799 (glucose_static) R 26796 26796 25594 0 -1 4202496 333877 0 0 0 15172 56 0 0 25 0 1 0 787491041 198131712 34122 33554432000 4194304 4260849 140735664469072 18446744073709551615 4225149 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/26799/statm: 48372 34122 252 17 0 45013 0
Current children cumulated CPU time (s) 162.17
Current children cumulated vsize (KiB) 202192

[startup+222.301 s]
/proc/loadavg: 2.07 2.03 2.00 3/517 26835
/proc/meminfo: memFree=22197680/32951124 swapFree=62999000/67111528
[pid=26796] ppid=26794 vsize=8704 CPUtime=9.89 cores=0,2,4,6
/proc/26796/stat : 26796 (glucose.sh) S 26794 26796 25594 0 -1 4202496 358 21006 0 0 0 0 983 6 18 0 1 0 787490051 8912896 254 33554432000 4194304 4922060 140735553014704 18446744073709551615 264726224005 0 65536 4100 65538 18446744071562232103 0 0 17 6 0 0 0
/proc/26796/statm: 2176 254 211 178 0 69 0
[pid=26799] ppid=26796 vsize=148404 CPUtime=212.28 cores=0,2,4,6
/proc/26799/stat : 26799 (glucose_static) R 26796 26796 25594 0 -1 4202496 447899 0 0 0 21153 75 0 0 25 0 1 0 787491041 151965696 33046 33554432000 4194304 4260849 140735664469072 18446744073709551615 4225146 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/26799/statm: 37101 33046 252 17 0 33742 0
Current children cumulated CPU time (s) 222.17
Current children cumulated vsize (KiB) 157108

[startup+282.301 s]
/proc/loadavg: 2.08 2.04 2.00 3/517 26836
/proc/meminfo: memFree=22183460/32951124 swapFree=62999000/67111528
[pid=26796] ppid=26794 vsize=8704 CPUtime=9.89 cores=0,2,4,6
/proc/26796/stat : 26796 (glucose.sh) S 26794 26796 25594 0 -1 4202496 358 21006 0 0 0 0 983 6 18 0 1 0 787490051 8912896 254 33554432000 4194304 4922060 140735553014704 18446744073709551615 264726224005 0 65536 4100 65538 18446744071562232103 0 0 17 6 0 0 0
/proc/26796/statm: 2176 254 211 178 0 69 0
[pid=26799] ppid=26796 vsize=152436 CPUtime=272.28 cores=0,2,4,6
/proc/26799/stat : 26799 (glucose_static) R 26796 26796 25594 0 -1 4202496 530376 0 0 0 27136 92 0 0 25 0 1 0 787491041 156094464 31735 33554432000 4194304 4260849 140735664469072 18446744073709551615 4225146 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/26799/statm: 38109 31735 252 17 0 34750 0
Current children cumulated CPU time (s) 282.17
Current children cumulated vsize (KiB) 161140

[startup+342.301 s]
/proc/loadavg: 2.14 2.06 2.01 3/517 26838
/proc/meminfo: memFree=22134792/32951124 swapFree=62999000/67111528
[pid=26796] ppid=26794 vsize=8704 CPUtime=9.89 cores=0,2,4,6
/proc/26796/stat : 26796 (glucose.sh) S 26794 26796 25594 0 -1 4202496 358 21006 0 0 0 0 983 6 18 0 1 0 787490051 8912896 254 33554432000 4194304 4922060 140735553014704 18446744073709551615 264726224005 0 65536 4100 65538 18446744071562232103 0 0 17 6 0 0 0
/proc/26796/statm: 2176 254 211 178 0 69 0
[pid=26799] ppid=26796 vsize=204988 CPUtime=332.28 cores=0,2,4,6
/proc/26799/stat : 26799 (glucose_static) R 26796 26796 25594 0 -1 4202496 596696 0 0 0 33122 106 0 0 25 0 1 0 787491041 209907712 39195 33554432000 4194304 4260849 140735664469072 18446744073709551615 4224885 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/26799/statm: 51247 39195 252 17 0 47888 0
Current children cumulated CPU time (s) 342.17
Current children cumulated vsize (KiB) 213692

[startup+402.301 s]
/proc/loadavg: 2.10 2.06 2.01 3/517 26839
/proc/meminfo: memFree=22143660/32951124 swapFree=62999000/67111528
[pid=26796] ppid=26794 vsize=8704 CPUtime=9.89 cores=0,2,4,6

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

/proc/26799/statm: 133149 109459 252 17 0 129790 0
Current children cumulated CPU time (s) 4362.04
Current children cumulated vsize (KiB) 541300

[startup+4422.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/510 26987
/proc/meminfo: memFree=22026848/32951124 swapFree=62999000/67111528
[pid=26796] ppid=26794 vsize=8704 CPUtime=9.89 cores=0,2,4,6
/proc/26796/stat : 26796 (glucose.sh) S 26794 26796 25594 0 -1 4202496 358 21006 0 0 0 0 983 6 18 0 1 0 787490051 8912896 254 33554432000 4194304 4922060 140735553014704 18446744073709551615 264726224005 0 65536 4100 65538 18446744071562232103 0 0 17 6 0 0 0
/proc/26796/statm: 2176 254 211 178 0 69 0
[pid=26799] ppid=26796 vsize=400900 CPUtime=4412.14 cores=0,2,4,6
/proc/26799/stat : 26799 (glucose_static) R 26796 26796 25594 0 -1 4202496 3608500 0 0 0 440490 724 0 0 25 0 1 0 787491041 410521600 87495 33554432000 4194304 4260849 140735664469072 18446744073709551615 4224707 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/26799/statm: 100225 87495 252 17 0 96866 0
Current children cumulated CPU time (s) 4422.03
Current children cumulated vsize (KiB) 409604

[startup+4482.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/510 26988
/proc/meminfo: memFree=21970492/32951124 swapFree=62999000/67111528
[pid=26796] ppid=26794 vsize=8704 CPUtime=9.89 cores=0,2,4,6
/proc/26796/stat : 26796 (glucose.sh) S 26794 26796 25594 0 -1 4202496 358 21006 0 0 0 0 983 6 18 0 1 0 787490051 8912896 254 33554432000 4194304 4922060 140735553014704 18446744073709551615 264726224005 0 65536 4100 65538 18446744071562232103 0 0 17 6 0 0 0
/proc/26796/statm: 2176 254 211 178 0 69 0
[pid=26799] ppid=26796 vsize=534376 CPUtime=4472.14 cores=0,2,4,6
/proc/26799/stat : 26799 (glucose_static) R 26796 26796 25594 0 -1 4202496 3622827 0 0 0 446485 729 0 0 25 0 1 0 787491041 547201024 101741 33554432000 4194304 4260849 140735664469072 18446744073709551615 4224895 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/26799/statm: 133594 101741 252 17 0 130235 0
Current children cumulated CPU time (s) 4482.03
Current children cumulated vsize (KiB) 543080

[startup+4542.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/510 26990
/proc/meminfo: memFree=22041244/32951124 swapFree=62999000/67111528
[pid=26796] ppid=26794 vsize=8704 CPUtime=9.89 cores=0,2,4,6
/proc/26796/stat : 26796 (glucose.sh) S 26794 26796 25594 0 -1 4202496 358 21006 0 0 0 0 983 6 18 0 1 0 787490051 8912896 254 33554432000 4194304 4922060 140735553014704 18446744073709551615 264726224005 0 65536 4100 65538 18446744071562232103 0 0 17 6 0 0 0
/proc/26796/statm: 2176 254 211 178 0 69 0
[pid=26799] ppid=26796 vsize=403364 CPUtime=4532.14 cores=0,2,4,6
/proc/26799/stat : 26799 (glucose_static) R 26796 26796 25594 0 -1 4202496 3676355 0 0 0 452475 739 0 0 25 0 1 0 787491041 413044736 83892 33554432000 4194304 4260849 140735664469072 18446744073709551615 4224875 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/26799/statm: 100841 83892 252 17 0 97482 0
Current children cumulated CPU time (s) 4542.03
Current children cumulated vsize (KiB) 412068

[startup+4602.3 s]
/proc/loadavg: 1.06 1.01 1.00 2/510 26991
/proc/meminfo: memFree=21985744/32951124 swapFree=62999000/67111528
[pid=26796] ppid=26794 vsize=8704 CPUtime=9.89 cores=0,2,4,6
/proc/26796/stat : 26796 (glucose.sh) S 26794 26796 25594 0 -1 4202496 358 21006 0 0 0 0 983 6 18 0 1 0 787490051 8912896 254 33554432000 4194304 4922060 140735553014704 18446744073709551615 264726224005 0 65536 4100 65538 18446744071562232103 0 0 17 6 0 0 0
/proc/26796/statm: 2176 254 211 178 0 69 0
[pid=26799] ppid=26796 vsize=539080 CPUtime=4592.16 cores=0,2,4,6
/proc/26799/stat : 26799 (glucose_static) R 26796 26796 25594 0 -1 4202496 3690169 0 0 0 458472 744 0 0 25 0 1 0 787491041 552017920 97620 33554432000 4194304 4260849 140735664469072 18446744073709551615 4224867 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/26799/statm: 134770 97620 252 17 0 131411 0
Current children cumulated CPU time (s) 4602.05
Current children cumulated vsize (KiB) 547784

[startup+4662.3 s]
/proc/loadavg: 1.02 1.01 1.00 2/510 26993
/proc/meminfo: memFree=22067140/32951124 swapFree=62999000/67111528
[pid=26796] ppid=26794 vsize=8704 CPUtime=9.89 cores=0,2,4,6
/proc/26796/stat : 26796 (glucose.sh) S 26794 26796 25594 0 -1 4202496 358 21006 0 0 0 0 983 6 18 0 1 0 787490051 8912896 254 33554432000 4194304 4922060 140735553014704 18446744073709551615 264726224005 0 65536 4100 65538 18446744071562232103 0 0 17 6 0 0 0
/proc/26796/statm: 2176 254 211 178 0 69 0
[pid=26799] ppid=26796 vsize=408472 CPUtime=4652.14 cores=0,2,4,6
/proc/26799/stat : 26799 (glucose_static) R 26796 26796 25594 0 -1 4202496 3740093 0 0 0 464460 754 0 0 25 0 1 0 787491041 418275328 77235 33554432000 4194304 4260849 140735664469072 18446744073709551615 4224707 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/26799/statm: 102118 77235 252 17 0 98759 0
Current children cumulated CPU time (s) 4662.03
Current children cumulated vsize (KiB) 417176

[startup+4722.32 s]
/proc/loadavg: 1.00 1.00 1.00 2/510 26995
/proc/meminfo: memFree=21989364/32951124 swapFree=62999000/67111528
[pid=26796] ppid=26794 vsize=8704 CPUtime=9.89 cores=0,2,4,6
/proc/26796/stat : 26796 (glucose.sh) S 26794 26796 25594 0 -1 4202496 358 21006 0 0 0 0 983 6 18 0 1 0 787490051 8912896 254 33554432000 4194304 4922060 140735553014704 18446744073709551615 264726224005 0 65536 4100 65538 18446744071562232103 0 0 17 6 0 0 0
/proc/26796/statm: 2176 254 211 178 0 69 0
[pid=26799] ppid=26796 vsize=541308 CPUtime=4712.16 cores=0,2,4,6
/proc/26799/stat : 26799 (glucose_static) R 26796 26796 25594 0 -1 4202496 3759426 0 0 0 470455 761 0 0 25 0 1 0 787491041 554299392 96483 33554432000 4194304 4260849 140735664469072 18446744073709551615 4224707 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/26799/statm: 135327 96483 252 17 0 131968 0
Current children cumulated CPU time (s) 4722.05
Current children cumulated vsize (KiB) 550012

[startup+4782.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/510 26996
/proc/meminfo: memFree=21924328/32951124 swapFree=62999000/67111528
[pid=26796] ppid=26794 vsize=8704 CPUtime=9.89 cores=0,2,4,6
/proc/26796/stat : 26796 (glucose.sh) S 26794 26796 25594 0 -1 4202496 358 21006 0 0 0 0 983 6 18 0 1 0 787490051 8912896 254 33554432000 4194304 4922060 140735553014704 18446744073709551615 264726224005 0 65536 4100 65538 18446744071562232103 0 0 17 6 0 0 0
/proc/26796/statm: 2176 254 211 178 0 69 0
[pid=26799] ppid=26796 vsize=542792 CPUtime=4772.13 cores=0,2,4,6
/proc/26799/stat : 26799 (glucose_static) R 26796 26796 25594 0 -1 4202496 3775905 0 0 0 476448 765 0 0 25 0 1 0 787491041 555819008 112882 33554432000 4194304 4260849 140735664469072 18446744073709551615 4225087 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/26799/statm: 135698 112882 252 17 0 132339 0
Current children cumulated CPU time (s) 4782.02
Current children cumulated vsize (KiB) 551496

[startup+4842.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/510 26998
/proc/meminfo: memFree=22012064/32951124 swapFree=62999000/67111528
[pid=26796] ppid=26794 vsize=8704 CPUtime=9.89 cores=0,2,4,6
/proc/26796/stat : 26796 (glucose.sh) S 26794 26796 25594 0 -1 4202496 358 21006 0 0 0 0 983 6 18 0 1 0 787490051 8912896 254 33554432000 4194304 4922060 140735553014704 18446744073709551615 264726224005 0 65536 4100 65538 18446744071562232103 0 0 17 6 0 0 0
/proc/26796/statm: 2176 254 211 178 0 69 0
[pid=26799] ppid=26796 vsize=411056 CPUtime=4832.14 cores=0,2,4,6
/proc/26799/stat : 26799 (glucose_static) R 26796 26796 25594 0 -1 4202496 3834113 0 0 0 482436 778 0 0 25 0 1 0 787491041 420921344 90939 33554432000 4194304 4260849 140735664469072 18446744073709551615 4225082 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/26799/statm: 102764 90939 252 17 0 99405 0
Current children cumulated CPU time (s) 4842.03
Current children cumulated vsize (KiB) 419760

[startup+4902.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/510 26999
/proc/meminfo: memFree=21930412/32951124 swapFree=62999000/67111528
[pid=26796] ppid=26794 vsize=8704 CPUtime=9.89 cores=0,2,4,6
/proc/26796/stat : 26796 (glucose.sh) S 26794 26796 25594 0 -1 4202496 358 21006 0 0 0 0 983 6 18 0 1 0 787490051 8912896 254 33554432000 4194304 4922060 140735553014704 18446744073709551615 264726224005 0 65536 4100 65538 18446744071562232103 0 0 17 6 0 0 0
/proc/26796/statm: 2176 254 211 178 0 69 0
[pid=26799] ppid=26796 vsize=544340 CPUtime=4892.13 cores=0,2,4,6
/proc/26799/stat : 26799 (glucose_static) R 26796 26796 25594 0 -1 4202496 3854631 0 0 0 488431 782 0 0 25 0 1 0 787491041 557404160 111350 33554432000 4194304 4260849 140735664469072 18446744073709551615 4224707 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/26799/statm: 136085 111350 252 17 0 132726 0
Current children cumulated CPU time (s) 4902.02
Current children cumulated vsize (KiB) 553044

[startup+4962.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/510 27001
/proc/meminfo: memFree=22022600/32951124 swapFree=62999000/67111528
[pid=26796] ppid=26794 vsize=8704 CPUtime=9.89 cores=0,2,4,6
/proc/26796/stat : 26796 (glucose.sh) S 26794 26796 25594 0 -1 4202496 358 21006 0 0 0 0 983 6 18 0 1 0 787490051 8912896 254 33554432000 4194304 4922060 140735553014704 18446744073709551615 264726224005 0 65536 4100 65538 18446744071562232103 0 0 17 6 0 0 0
/proc/26796/statm: 2176 254 211 178 0 69 0
[pid=26799] ppid=26796 vsize=413932 CPUtime=4952.13 cores=0,2,4,6
/proc/26799/stat : 26799 (glucose_static) R 26796 26796 25594 0 -1 4202496 3911133 0 0 0 494419 794 0 0 25 0 1 0 787491041 423866368 88354 33554432000 4194304 4260849 140735664469072 18446744073709551615 4224875 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/26799/statm: 103483 88354 252 17 0 100124 0
Current children cumulated CPU time (s) 4962.02
Current children cumulated vsize (KiB) 422636



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+5000.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/510 27002
/proc/meminfo: memFree=21967900/32951124 swapFree=62999000/67111528
[pid=26796] ppid=26794 vsize=8704 CPUtime=9.89 cores=0,2,4,6
/proc/26796/stat : 26796 (glucose.sh) S 26794 26796 25594 0 -1 4202496 358 21006 0 0 0 0 983 6 18 0 1 0 787490051 8912896 254 33554432000 4194304 4922060 140735553014704 18446744073709551615 264726224005 0 65536 4100 65538 18446744071562232103 0 0 17 6 0 0 0
/proc/26796/statm: 2176 254 211 178 0 69 0
[pid=26799] ppid=26796 vsize=546444 CPUtime=4990.15 cores=0,2,4,6
/proc/26799/stat : 26799 (glucose_static) R 26796 26796 25594 0 -1 4202496 3924781 0 0 0 498218 797 0 0 25 0 1 0 787491041 559558656 101921 33554432000 4194304 4260849 140735664469072 18446744073709551615 4224867 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/26799/statm: 136611 101921 252 17 0 133252 0
Current children cumulated CPU time (s) 5000.04
Current children cumulated vsize (KiB) 555148

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

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

[startup+5000.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/510 27002
/proc/meminfo: memFree=21967900/32951124 swapFree=62999000/67111528
[pid=26796] ppid=26794 vsize=8704 CPUtime=9.89 cores=0,2,4,6
/proc/26796/stat : 26796 (glucose.sh) S 26794 26796 25594 0 -1 4202496 358 21006 0 0 0 0 983 6 18 0 1 0 787490051 8912896 254 33554432000 4194304 4922060 140735553014704 18446744073709551615 264726224005 0 65536 4100 65538 18446744071562232103 0 0 17 6 0 0 0
/proc/26796/statm: 2176 254 211 178 0 69 0
[pid=26799] ppid=26796 vsize=546444 CPUtime=4990.15 cores=0,2,4,6
/proc/26799/stat : 26799 (glucose_static) R 26796 26796 25594 0 -1 4202496 3924781 0 0 0 498218 797 0 0 25 0 1 0 787491041 559558656 101921 33554432000 4194304 4260849 140735664469072 18446744073709551615 4224867 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/26799/statm: 136611 101921 252 17 0 133252 0
Current children cumulated CPU time (s) 5000.04
Current children cumulated vsize (KiB) 555148

Child ended because it received signal 15 (SIGTERM)

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 26796 and gives
#  childrusage.ru_utime.tv_sec=9
#  childrusage.ru_utime.tv_usec=831505
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=63990
# CPU time returned by wait4() is 9.8955
# 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): 5000.33
CPU time (s): 5000.04
CPU user time (s): 4992.01
CPU system time (s): 8.03
CPU usage (%): 99.9943
Max. virtual memory (cumulated for all children) (KiB): 766512

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 9.8315
system time used= 0.06399
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 21364
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= 9
involuntary context switches= 46

runsolver used 27.4388 second user time and 56.6894 second system time

The end

Launcher Data

Begin job on node141 at 2011-06-01 19:52:24
IDJOB=3303611
IDBENCH=88217
IDSOLVER=1687
FILE ID=node141/3303611-1306950744
RUNJOBID= node141-1306950120-26696
PBS_JOBID= 13488575
Free space on /tmp= 73816 MiB

SOLVER NAME= glucose 2
BENCH NAME= SAT11/crafted/anton/SRHD-SGI/srhd-sgi-m62-q1327.5-n60-p15-s1351253.cnf
COMMAND LINE= glucose.sh BENCHNAME 
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3303611-1306950744/watcher-3303611-1306950744 -o /tmp/evaluation-result-3303611-1306950744/solver-3303611-1306950744 -C 5000 -W 5100 -M 15500  glucose.sh HOME/instance-3303611-1306950744.cnf 

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

MD5SUM BENCH= b23c52475e3d098cb9d5a92c025d6982
RANDOM SEED=812556154

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

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.806
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.806
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.84
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.806
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.806
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.806
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      22323788 kB
Buffers:        146144 kB
Cached:         170108 kB
SwapCached:       8848 kB
Active:       10195412 kB
Inactive:       182648 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      22323788 kB
SwapTotal:    67111528 kB
SwapFree:     62999000 kB
Dirty:           15928 kB
Writeback:           0 kB
AnonPages:    10060116 kB
Mapped:          25696 kB
Slab:           109268 kB
PageTables:      70008 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 150756900 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= 73792 MiB
End job on node141 at 2011-06-01 21:15:47