Trace number 3368644

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
CryptoMiniSat Strange-Night-1-mt (fixed)? (TO) 4800.18 1204.39

General information on the benchmark

Namerandom/large/
unif-k3-r4.2-v35000-c147000-S1268831169-016-UNKNOWN.cnf
MD5SUMcd155ee9ac243c838c94577589f0455b
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark221.016
Satisfiable
(Un)Satisfiability was proved
Number of variables35000
Number of clauses147000
Sum of the clauses size441000
Maximum clause length3
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 3147000
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.00/0.00	c Outputting solution to console
0.00/0.01	c Using 4 threads
0.00/0.01	c This is CryptoMiniSat 2.9.0
0.00/0.01	c compiled with gcc version 4.4.5
0.00/0.01	c WARNING: for repeatability, setting FPU to use double precision
0.00/0.01	c Reading file 'HOME/instance-3368644-1305399523.cnf'
0.00/0.01	c -- header says num vars:          35000
0.00/0.01	c -- header says num clauses:      147000
0.00/0.14	c -- clauses added:            0 learnts,       147000 normals,            0 xors
0.00/0.14	c -- vars added      35000
0.00/0.14	c Parsing time:  0.45 s
0.00/0.14	c  N st     0         0     35000    147000         0         0    441000         0   no data   no data  --
0.00/0.25	c asymm  cl-useful: 0/147000/147000 lits-rem:0 time: 0.42
0.00/0.35	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.3M T:  0.36
1.60/0.80	c bin-w-bin subsume rem            0 bins  time:  0.04 s
1.60/0.80	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.04 s
1.60/0.80	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  35000 time:  0.05 s
1.60/0.80	c Removed useless bin:       0  fixed:     0  props:   0.34M  time:  0.06 s
1.60/1.00	c lits-rem:         0  cl-subs:        0  v-elim:   1037  v-fix:    0  time:  1.46 s
1.60/1.00	c Finding binary XORs  T:     0.03 s  found:       0
1.60/1.00	c Finding non-binary XORs:     0.32 s (found:       0, avg size: nan)
1.60/1.00	c calculated reachability. Time: 0.00
1.60/1.01	c Calc default polars -  time:   0.05 s pos:   15553 undec:    4042 neg:   15405
1.60/1.01	c =========================================================================================
1.60/1.01	c types(t): F = full restart, N = normal restart
1.60/1.01	c types(t): S = simplification begin/end, E = solution found
1.60/1.01	c restart types(rt): st = static, dy = dynamic
1.60/1.01	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits
1.60/1.01	c  B st     0         0     33963    145189         0         0    441250         0   no data   no data  --
10.30/2.60	c  N dy    23      4102     33963    145189         0      4100    441250   1136850    164.96    176.51  --
16.72/4.22	c  N dy    52      8166     33963    145189         0      8163    441250   2189430    170.10    179.74  --
23.06/5.81	c  N dy    75     12292     33963    145189         0     12289    441250   3186030    165.25    174.26  --
29.44/7.46	c  N dy   104     16311     33963    145189         0     16308    441250   4216089    166.62    178.68  --
36.61/9.23	c  N dy   130     20389     33963    145189         0     10388    441250    748935    166.11    175.42  --
43.43/10.94	c  N dy   159     24622     33963    145189         0     14621    441250   1821681    166.23    175.36  --
43.77/11.08	c  F st   162     25000     33963    145189         0     14999    441250   1920059    166.36   no data  --
53.34/13.42	c  N dy   168     30003     33963    145189         0     20002    441250   3858757    166.36   no data  --
53.34/13.42	c  S st   168     30003     33963    145189         0     20002    441250   3858757    166.36   no data  --
54.15/13.64	c  S st   168     30511     33963    145189         0     20510    441250   3961361    166.36   no data  --
54.15/13.66	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.09
54.15/13.66	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
54.95/13.88	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.8M T:  0.88
56.84/14.39	c bin-w-bin subsume rem            0 bins  time:  0.04 s
57.25/14.40	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.04 s
57.25/14.41	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  33963 time:  0.05 s
57.25/14.43	c Removed useless bin:       0  fixed:     0  props:   0.33M  time:  0.05 s
95.97/24.17	c lits-rem:         0  cl-subs:        4  v-elim:      0  v-fix:    0  time: 38.59 s
96.71/24.35	c asymm  cl-useful: 0/145189/145189 lits-rem:0 time: 0.71
96.71/24.36	c calculated reachability. Time: 0.01
96.71/24.36	c  N dy   168     30511     33963    145189         0     20506    441250   3960192    166.36   no data  --
104.31/26.27	c  N dy   194     34612     33963    145189         0     24607    441250   5010816    166.35    176.01  --
112.25/28.25	c  N dy   226     38700     33963    145189         0     28694    441250   6065482    166.91    180.96  --
119.82/30.18	c  N dy   253     42772     33963    145189         0     17271    441250   1219966    166.64    184.33  --
125.79/31.62	c  S st   274     45766     33963    145189         0     20265    441250   1995166    166.74   no data  --
126.63/31.86	c  S st   274     46272     33963    145189         0     20771    441250   2094768    166.74   no data  --
126.63/31.88	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.07
126.63/31.88	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
127.77/32.10	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.8M T:  0.89
128.57/32.31	c bin-w-bin subsume rem            0 bins  time:  0.04 s
128.57/32.32	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.04 s
128.57/32.34	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  33963 time:  0.05 s
128.57/32.35	c Removed useless bin:       0  fixed:     0  props:   0.33M  time:  0.06 s
149.69/37.65	c lits-rem:         3  cl-subs:        0  v-elim:      0  v-fix:    0  time: 21.01 s
149.69/37.67	c vivif2 --  cl tried   145189 cl shrink        0 lits rem          0 time: 0.08
150.09/37.70	c vivif2 --  cl tried    20771 cl shrink        0 lits rem          0 time: 0.14
150.48/37.87	c asymm  cl-useful: 0/145189/145189 lits-rem:0 time: 0.68
150.48/37.88	c calculated reachability. Time: 0.01
150.48/37.88	c  N dy   274     46272     33963    145189         0     20771    441250   2094765    166.74   no data  --
157.65/39.68	c  N dy   300     50316     33963    145189         0     24815    441250   3107396    166.72    178.06  --
165.23/41.51	c  N dy   331     54394     33963    145189         0     28892    441250   4168536    167.06    179.46  --
172.80/43.43	c  N dy   358     58430     33963    145189         0     32928    441250   5232973    167.20    181.29  --
180.77/45.42	c  N dy   385     62553     33963    145189         0     37050    441250   6300603    167.52    176.94  --
187.99/47.28	c  N dy   414     66615     33963    145189         0     22371    441250   1688428    167.45    182.26  --
193.10/48.54	c  S st   433     69410     33963    145189         0     25165    441250   2370392    167.37    173.09  --
193.90/48.77	c  S st   433     69912     33963    145189         0     25667    441250   2470579    167.37   no data  --
193.90/48.79	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.09
193.90/48.79	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
195.10/49.02	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.8M T:  0.91
195.90/49.26	c bin-w-bin subsume rem            0 bins  time:  0.04 s
195.90/49.27	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.04 s
195.90/49.28	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  33963 time:  0.05 s
196.33/49.31	c Removed useless bin:       0  fixed:     0  props:   0.33M  time:  0.11 s
224.19/56.30	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time: 27.75 s
224.19/56.32	c vivif2 --  cl tried   145189 cl shrink        0 lits rem          0 time: 0.08
224.19/56.36	c vivif2 --  cl tried    25667 cl shrink        0 lits rem          0 time: 0.16
224.99/56.54	c asymm  cl-useful: 0/145189/145189 lits-rem:0 time: 0.73
224.99/56.55	c calculated reachability. Time: 0.01
224.99/56.55	c  N dy   433     69912     33963    145189         0     25667    441250   2470579    167.37   no data  --
233.37/58.64	c  N dy   466     74446     33963    145189         0     30201    441250   3650874    167.74    179.37  --
242.53/60.93	c  N dy   498     79288     33963    145189         0     35043    441250   4923259    167.89    197.17  --
252.10/63.35	c  N dy   532     84354     33963    145189         0     40108    441250   6213463    167.65    193.86  --
258.47/64.93	c  F st   557     87502     33963    145189         0     22382    441250   1120955    168.15    163.55  --
264.85/66.51	c  N st   562     90797     33963    145189         0     25676    441250   2217791    168.15   no data  --
275.66/69.27	c  N dy   588     96672     33963    145189         0     31551    441250   3826787    167.95    179.74  --
287.58/72.25	c  N dy   631    102868     33963    145189         0     37747    441250   5418791    167.93    176.81  --
291.57/73.22	c  S st   646    104868     33963    145189         0     39747    441250   5918591    167.85    111.42  --
292.36/73.46	c  S st   646    105368     33963    145189         0     40247    441250   6012155    167.85   no data  --
292.36/73.49	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.11
292.36/73.49	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
293.55/73.75	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.0M T:  1.02
295.55/74.27	c bin-w-bin subsume rem            0 bins  time:  0.04 s
295.55/74.28	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.04 s
295.55/74.29	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  33963 time:  0.05 s
295.95/74.31	c Removed useless bin:       0  fixed:     0  props:   0.33M  time:  0.06 s
597.23/149.98	c lits-rem:         0  cl-subs:        1  v-elim:      0  v-fix:    0  time: 300.29 s
597.63/150.00	c vivif2 --  cl tried   145189 cl shrink        0 lits rem          0 time: 0.08
598.02/150.10	c vivif2 --  cl tried    40246 cl shrink        0 lits rem          0 time: 0.39
598.83/150.32	c asymm  cl-useful: 0/145189/145189 lits-rem:0 time: 0.88
598.83/150.33	c calculated reachability. Time: 0.01
598.83/150.34	c  N dy   646    105368     33963    145189         0     40246    441250   6011950    167.85   no data  --
612.38/153.70	c  N dy   691    112155     33963    145189         0     24595    441250   1227220    167.80    177.15  --
625.96/157.17	c  N dy   742    119569     33963    145189         0     32009    441250   3195472    168.18    181.61  --
641.06/160.95	c  N dy   790    127281     33963    145189         0     39719    441250   5216158    168.20    200.00  --
657.80/165.11	c  N dy   842    135510     33963    145189         0     24228    441250    756919    168.21    179.57  --
673.35/169.07	c  N dy   896    144241     33963    145189         0     32958    441250   2952045    167.97    177.57  --
691.29/173.57	c  N dy   960    153507     33963    145189         0     42222    441250   5350753    168.00    179.81  --
700.49/175.88	c  S st   992    158053     33963    145189         0     46768    441250   6535444    168.10    161.73  --
701.65/176.13	c  S st   992    158558     33963    145189         0     47273    441250   6627037    168.10   no data  --
701.65/176.16	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.12
701.65/176.16	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
702.84/176.42	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.1M T:  1.00
704.88/176.98	c bin-w-bin subsume rem            0 bins  time:  0.04 s
704.88/176.99	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.04 s
704.88/177.00	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  33963 time:  0.05 s
705.30/177.02	c Removed useless bin:       0  fixed:     0  props:   0.33M  time:  0.06 s
1085.53/272.47	c lits-rem:         0  cl-subs:        5  v-elim:      0  v-fix:    0  time: 379.16 s
1085.53/272.49	c vivif2 --  cl tried   145189 cl shrink        0 lits rem          0 time: 0.08
1086.36/272.62	c vivif2 --  cl tried    47268 cl shrink        0 lits rem          0 time: 0.49
1087.11/272.86	c asymm  cl-useful: 0/145189/145189 lits-rem:0 time: 0.94
1087.11/272.87	c calculated reachability. Time: 0.01
1087.11/272.87	c  N dy   992    158558     33963    145189         0     47268    441250   6624393    168.10   no data  --
1106.64/277.71	c  N dy  1058    168792     33963    145189         0     32645    441250   2605881    168.06    178.71  --
1127.37/282.96	c  N dy  1138    179639     33963    145189         0     43492    441250   5438108    168.44    205.11  --
1150.10/288.64	c  N dy  1220    191147     33963    145189         0     29075    441250   1392840    168.61    190.73  --
1173.23/294.44	c  N dy  1306    203389     33963    145189         0     41316    441250   4555602    168.70    180.53  --
1199.94/301.11	c  N dy  1404    216390     33963    145189         0     27355    441250    646784    168.95    181.73  --
1227.10/307.92	c  N dy  1493    230290     33963    145189         0     41255    441250   4245252    168.94    183.33  --
1242.60/311.81	c  S st  1550    237838     33963    145189         0     48802    441250   6230411    169.09   no data  --
1243.39/312.09	c  S st  1550    238340     33963    145189         0     49304    441250   6326228    169.09   no data  --
1243.80/312.11	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.11
1243.80/312.11	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
1244.64/312.38	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.1M T:  1.06
1246.59/312.88	c bin-w-bin subsume rem            0 bins  time:  0.04 s
1246.59/312.89	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.04 s
1246.99/312.91	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  33963 time:  0.05 s
1246.99/312.92	c Removed useless bin:       0  fixed:     0  props:   0.33M  time:  0.06 s
1599.88/401.49	c lits-rem:         0  cl-subs:        1  v-elim:      0  v-fix:    0  time: 351.19 s
1600.22/401.52	c vivif2 --  cl tried   145189 cl shrink        0 lits rem          0 time: 0.09
1600.62/401.63	c vivif2 --  cl tried    49303 cl shrink        0 lits rem          0 time: 0.45
1601.43/401.88	c asymm  cl-useful: 0/145189/145189 lits-rem:0 time: 0.99
1601.43/401.89	c calculated reachability. Time: 0.01
1601.43/401.89	c  N dy  1550    238340     33963    145189         0     49303    441250   6325863    169.09   no data  --
1633.33/409.80	c  N dy  1649    253600     33963    145189         0     36581    441250   2779623    168.94    183.74  --
1667.21/418.38	c  N dy  1761    269905     33963    145189         0     52885    441250   7000736    169.03    179.91  --
1702.70/427.29	c  N dy  1876    287173     33963    145189         0     41164    441250   3589404    168.89    178.55  --
1742.57/437.28	c  N dy  2005    305551     33963    145189         0     59537    441250   8388499    169.00    188.90  --
1744.61/437.75	c  F st  2011    306253     33963    145189         0     30243    441250    572866    169.02    170.21  --
1782.84/447.32	c  N dy  2105    325106     33963    145189         0     49096    441250   5974048    168.98    188.65  --
1824.91/457.91	c  N dy  2245    345262     33963    145189         0     38250    441250   2340549    169.06    183.33  --
1849.41/464.17	c  S st  2330    357510     33963    145189         0     50498    441250   5516951    169.07    180.37  --
1850.53/464.43	c  S st  2330    358012     33963    145189         0     51000    441250   5613585    169.07   no data  --
1850.53/464.46	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.11
1850.53/464.46	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
1851.72/464.71	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.1M T:  1.00
1853.33/465.17	c bin-w-bin subsume rem            0 bins  time:  0.04 s
1853.33/465.18	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.04 s
1853.33/465.19	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  33963 time:  0.05 s
1853.33/465.21	c Removed useless bin:       0  fixed:     0  props:   0.33M  time:  0.06 s
2143.62/538.05	c lits-rem:         0  cl-subs:        5  v-elim:      0  v-fix:    0  time: 289.38 s
2143.62/538.07	c vivif2 --  cl tried   145189 cl shrink        0 lits rem          0 time: 0.09
2144.02/538.17	c vivif2 --  cl tried    50995 cl shrink        0 lits rem          0 time: 0.40
2145.22/538.43	c asymm  cl-useful: 0/145189/145189 lits-rem:0 time: 1.00
2145.22/538.44	c calculated reachability. Time: 0.01
2145.22/538.44	c  N dy  2330    358012     33963    145189         0     50995    441250   5611061    169.07   no data  --
2188.28/549.23	c  N dy  2468    378135     33963    145189         0     39124    441250   2347258    169.09    179.80  --
2231.33/560.04	c  N dy  2612    398183     33963    145189         0     59171    441250   7601656    169.25    180.84  --
2272.41/570.37	c  N dy  2746    418278     33963    145189         0     46265    441250   3944365    169.26    219.92  --
2315.87/581.29	c  N dy  2888    438563     33963    145189         0     66549    441250   9232703    169.32    187.39  --
2357.37/591.64	c  N dy  3031    458643     33963    145189         0     52640    441250   5383106    169.47    180.08  --
2398.39/601.96	c  N dy  3162    478661     33963    145189         0     37659    441250   1180090    169.51    185.65  --
2437.46/611.74	c  N dy  3290    498679     33963    145189         0     57675    441250   6258955    169.40    180.04  --
2479.73/622.37	c  N dy  3427    518798     33963    145189         0     41792    441250   1943194    169.40    186.82  --
2516.01/631.47	c  S st  3554    537020     33963    145189         0     60009    441250   6621431    169.44    169.43  --
2517.21/631.74	c  S st  3554    537525     33963    145189         0     60514    441250   6715667    169.44   no data  --
2517.21/631.77	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.12
2517.21/631.77	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
2518.41/632.03	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.3M T:  1.04
2520.39/632.53	c bin-w-bin subsume rem            0 bins  time:  0.04 s
2520.39/632.54	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.04 s
2520.39/632.55	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  33963 time:  0.05 s
2520.39/632.57	c Removed useless bin:       0  fixed:     0  props:   0.33M  time:  0.07 s
2919.14/732.58	c lits-rem:         0  cl-subs:        4  v-elim:      0  v-fix:    0  time: 398.13 s
2919.48/732.61	c vivif2 --  cl tried   145189 cl shrink        0 lits rem          0 time: 0.08
2919.88/732.72	c vivif2 --  cl tried    60510 cl shrink        0 lits rem          0 time: 0.46
2920.69/732.99	c asymm  cl-useful: 0/145189/145189 lits-rem:0 time: 1.06
2921.09/733.00	c calculated reachability. Time: 0.01
2921.09/733.00	c  N dy  3554    537525     33963    145189         0     60510    441250   6713028    169.44   no data  --
2961.75/743.29	c  N dy  3686    557614     33963    145189         0     43598    441250   2178186    169.38    182.25  --
3002.06/753.40	c  N dy  3824    577633     33963    145189         0     63614    441250   7484550    169.49    209.06  --
3044.29/763.92	c  N dy  3962    597746     33963    145189         0     45735    441250   2504154    169.55    179.56  --
3084.96/774.15	c  N dy  4098    617859     33963    145189         0     65847    441250   7802296    169.62    187.96  --
3126.82/784.62	c  N dy  4230    637921     33963    145189         0     46913    441250   2524128    169.64    178.80  --
3168.29/795.01	c  N dy  4371    658234     33963    145189         0     67224    441250   7717252    169.63    179.41  --
3210.14/805.59	c  N dy  4508    678294     33963    145189         0     47280    441250   2422749    169.68    178.87  --
3251.22/815.84	c  N dy  4641    698363     33963    145189         0     67346    441250   7613932    169.64    182.36  --
3294.68/826.70	c  N dy  4778    718470     33963    145189         0     46460    441250   1952436    169.74    181.60  --
3334.95/836.86	c  N dy  4906    738509     33963    145189         0     66496    441250   7089260    169.69    186.84  --
3380.40/848.24	c  N dy  5046    758854     33963    145189         0     44843    441250   1236123    169.73    181.69  --
3421.87/858.68	c  N dy  5194    779029     33963    145189         0     65017    441250   6525976    169.83    179.92  --
3466.96/870.00	c  N dy  5331    799169     33963    145189         0     85155    441250  11794622    169.84    180.81  --
3482.07/873.76	c  S st  5379    806287     33963    145189         0     49272    441250   2147647    169.85    133.71  --
3483.27/874.01	c  S st  5379    806789     33963    145189         0     49774    441250   2232351    169.85   no data  --
3483.27/874.03	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.09
3483.27/874.03	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
3484.07/874.28	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.1M T:  1.01
3485.25/874.50	c bin-w-bin subsume rem            0 bins  time:  0.04 s
3485.25/874.51	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.04 s
3485.25/874.52	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  33963 time:  0.05 s
3485.25/874.54	c Removed useless bin:       0  fixed:     0  props:   0.33M  time:  0.07 s
3511.96/881.22	c lits-rem:         1  cl-subs:        1  v-elim:      0  v-fix:    0  time: 26.63 s
3511.96/881.24	c vivif2 --  cl tried   145189 cl shrink        0 lits rem          0 time: 0.09
3511.96/881.28	c vivif2 --  cl tried    49773 cl shrink        0 lits rem          0 time: 0.16
3513.16/881.52	c asymm  cl-useful: 0/145189/145189 lits-rem:0 time: 0.96
3513.16/881.54	c calculated reachability. Time: 0.01
3513.16/881.54	c  N dy  5379    806789     33963    145189         0     49773    441250   2232285    169.85   no data  --
3556.23/892.38	c  N dy  5518    826795     33963    145189         0     69779    441250   7444190    169.86    184.17  --
3602.48/903.96	c  N dy  5654    846815     33963    145189         0     45802    441250    954243    169.84    179.95  --
3645.54/914.76	c  N dy  5796    866924     33963    145189         0     65908    441250   6277404    169.92    183.22  --
3692.18/926.46	c  N dy  5934    886947     33963    145189         0     85930    441250  11463484    169.93    206.52  --
3736.44/937.55	c  N dy  6071    907061     33963    145189         0     61050    441250   4758857    169.97    182.10  --
3782.30/949.03	c  N dy  6208    927115     33963    145189         0     81099    441250   9908421    169.93    182.18  --
3828.53/960.60	c  N dy  6347    947404     33963    145189         0     55387    441250   2957772    169.95    181.15  --
3872.79/971.78	c  N dy  6487    967410     33963    145189         0     75392    441250   8187556    169.97    188.95  --
3919.82/983.53	c  N dy  6619    987484     33963    145189         0     48469    441250    892279    169.98    182.87  --
3962.09/994.15	c  N dy  6757   1007520     33963    145189         0     68501    441250   6132293    170.02    203.57  --
4008.33/1005.72	c  N dy  6903   1027612     33963    145189         0     88593    441250  11352871    170.05    207.88  --
4052.98/1016.97	c  N dy  7037   1047762     33963    145189         0     60748    441250   3859516    170.08    179.26  --
4097.23/1028.05	c  N dy  7168   1067792     33963    145189         0     80777    441250   9064303    170.10    180.45  --
4106.80/1030.43	c  F st  7199   1071875     33963    145189         0     84859    441250  10116438    170.10   no data  --
4144.67/1039.96	c  N dy  7279   1087808     33963    145189         0     51792    441250   1248950    170.14    192.78  --
4187.72/1050.72	c  N dy  7420   1107873     33963    145189         0     71856    441250   6523079    170.16    180.47  --
4234.40/1062.50	c  N dy  7564   1127969     33963    145189         0     91951    441250  11897676    170.23    185.95  --
4279.79/1073.80	c  N dy  7707   1147970     33963    145189         0     61959    441250   3708933    170.28    186.94  --
4324.02/1084.99	c  N dy  7846   1167982     33963    145189         0     81971    441250   8966335    170.31    187.77  --
4372.66/1097.16	c  N dy  7990   1188007     33963    145189         0    101996    441250  14192349    170.34    201.54  --
4416.90/1108.24	c  N dy  8131   1208104     33963    145189         0     71093    441250   5845312    170.37    223.00  --
4421.69/1109.46	c  S st  8149   1210184     33963    145189         0     73173    441250   6412195    170.39   no data  --
4422.92/1109.73	c  S st  8149   1210688     33963    145189         0     73677    441250   6517940    170.39   no data  --
4422.92/1109.76	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.11
4422.92/1109.76	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
4424.08/1110.04	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.4M T:  1.10
4426.08/1110.53	c bin-w-bin subsume rem            0 bins  time:  0.05 s
4426.08/1110.54	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.04 s
4426.08/1110.56	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  33963 time:  0.05 s
4426.08/1110.57	c Removed useless bin:       0  fixed:     0  props:   0.33M  time:  0.06 s

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: 961)

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-3368644-1305399523/watcher-3368644-1305399523 -o /tmp/evaluation-result-3368644-1305399523/solver-3368644-1305399523 -C 4800 -W 1300 -M 15500 ./strangenight1-mt --threads=4 HOME/instance-3368644-1305399523.cnf 

running on 4 cores: 1,3,5,7

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 4800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 4830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1300 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: 7.86 8.07 7.73 5/401 28309
/proc/meminfo: memFree=22941132/32951132 swapFree=67093844/67111528
[pid=28309] ppid=28307 vsize=51236 CPUtime=0.02 cores=1,3,5,7
/proc/28309/stat : 28309 (strangenight1-m) R 28307 28309 28111 0 -1 4202496 412 0 0 0 2 0 0 0 25 0 4 0 651550950 52465664 353 33554432000 4194304 4650419 140733297496832 18446744073709551615 47668503070636 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/28309/statm: 12809 353 303 112 0 7774 0
[pid=28309/tid=28310] ppid=28307 vsize=51236 CPUtime=0.01 cores=1,3,5,7
/proc/28309/task/28310/stat : 28310 (strangenight1-m) R 28307 28309 28111 0 -1 4202560 1 0 0 0 1 0 0 0 25 0 4 0 651550950 52465664 353 33554432000 4194304 4650419 140733297496832 18446744073709551615 47668503070646 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=28309/tid=28311] ppid=28307 vsize=51236 CPUtime=0 cores=1,3,5,7
/proc/28309/task/28311/stat : 28311 (strangenight1-m) R 28307 28309 28111 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 4 0 651550950 52465664 353 33554432000 4194304 4650419 140733297496832 18446744073709551615 242970606577 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=28309/tid=28312] ppid=28307 vsize=51236 CPUtime=0 cores=1,3,5,7
/proc/28309/task/28312/stat : 28312 (strangenight1-m) R 28307 28309 28111 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 4 0 651550950 52465664 353 33554432000 4194304 4650419 140733297496832 18446744073709551615 47668503070636 0 0 4096 2 0 0 0 -1 3 0 0 0

[startup+0.057979 s]
/proc/loadavg: 7.86 8.07 7.73 5/401 28309
/proc/meminfo: memFree=22941132/32951132 swapFree=67093844/67111528
[pid=28309] ppid=28307 vsize=316204 CPUtime=0.33 cores=1,3,5,7
/proc/28309/stat : 28309 (strangenight1-m) D 28307 28309 28111 0 -1 4202496 20747 0 0 0 29 4 0 0 25 0 4 0 651550950 323792896 16828 33554432000 4194304 4650419 140733297496832 18446744073709551615 242970211361 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/28309/statm: 79489 17476 344 112 0 74454 0
[pid=28309/tid=28310] ppid=28307 vsize=319312 CPUtime=0.12 cores=1,3,5,7
/proc/28309/task/28310/stat : 28310 (strangenight1-m) D 28307 28309 28111 0 -1 4202560 6096 0 0 0 11 1 0 0 18 0 4 0 651550950 326975488 20580 33554432000 4194304 4650419 140733297496832 18446744073709551615 242970247617 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=28309/tid=28311] ppid=28307 vsize=334284 CPUtime=0.22 cores=1,3,5,7
/proc/28309/task/28311/stat : 28311 (strangenight1-m) D 28307 28309 28111 0 -1 4202560 6557 0 0 0 21 1 0 0 18 0 4 0 651550950 342306816 22447 33554432000 4194304 4650419 140733297496832 18446744073709551615 242970247786 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=28309/tid=28312] ppid=28307 vsize=341700 CPUtime=0.36 cores=1,3,5,7
/proc/28309/task/28312/stat : 28312 (strangenight1-m) R 28307 28309 28111 0 -1 4202560 6748 0 0 0 35 1 0 0 18 0 4 0 651550950 349900800 26283 33554432000 4194304 4650419 140733297496832 18446744073709551615 4363510 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 0.33
Current children cumulated vsize (KiB) 316204

[startup+0.420901 s]
/proc/loadavg: 7.86 8.07 7.73 5/401 28309
/proc/meminfo: memFree=22941132/32951132 swapFree=67093844/67111528
[pid=28309] ppid=28307 vsize=344512 CPUtime=1.6 cores=1,3,5,7
/proc/28309/stat : 28309 (strangenight1-m) R 28307 28309 28111 0 -1 4202496 35964 0 0 0 153 7 0 0 25 0 4 0 651550950 352780288 29454 33554432000 4194304 4650419 140733297496832 18446744073709551615 4426601 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/28309/statm: 86128 29456 377 112 0 81093 0
[pid=28309/tid=28310] ppid=28307 vsize=344512 CPUtime=0.4 cores=1,3,5,7
/proc/28309/task/28310/stat : 28310 (strangenight1-m) R 28307 28309 28111 0 -1 4202560 10215 0 0 0 39 1 0 0 18 0 4 0 651550950 352780288 29458 33554432000 4194304 4650419 140733297496832 18446744073709551615 4427009 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=28309/tid=28311] ppid=28307 vsize=344512 CPUtime=0.38 cores=1,3,5,7
/proc/28309/task/28311/stat : 28311 (strangenight1-m) R 28307 28309 28111 0 -1 4202560 9793 0 0 0 36 2 0 0 18 0 4 0 651550950 352780288 29460 33554432000 4194304 4650419 140733297496832 18446744073709551615 242970211013 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=28309/tid=28312] ppid=28307 vsize=344512 CPUtime=0.4 cores=1,3,5,7
/proc/28309/task/28312/stat : 28312 (strangenight1-m) R 28307 28309 28111 0 -1 4202560 6785 0 0 0 39 1 0 0 18 0 4 0 651550950 352780288 29461 33554432000 4194304 4650419 140733297496832 18446744073709551615 4363458 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 1.6
Current children cumulated vsize (KiB) 344512

[startup+1.26372 s]
/proc/loadavg: 7.86 8.07 7.73 5/401 28309
/proc/meminfo: memFree=22941132/32951132 swapFree=67093844/67111528
[pid=28309] ppid=28307 vsize=361420 CPUtime=4.97 cores=1,3,5,7
/proc/28309/stat : 28309 (strangenight1-m) R 28307 28309 28111 0 -1 4202496 49033 0 0 0 488 9 0 0 19 0 4 0 651550950 370094080 42511 33554432000 4194304 4650419 140733297496832 18446744073709551615 4363420 0 0 4096 2 18446744073709551615 0 0 17 7 0 0 0
/proc/28309/statm: 90355 42511 391 112 0 85320 0
[pid=28309/tid=28310] ppid=28307 vsize=361420 CPUtime=1.25 cores=1,3,5,7
/proc/28309/task/28310/stat : 28310 (strangenight1-m) R 28307 28309 28111 0 -1 4202560 13840 0 0 0 123 2 0 0 19 0 4 0 651550950 370094080 42511 33554432000 4194304 4650419 140733297496832 18446744073709551615 4364340 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=28309/tid=28311] ppid=28307 vsize=361420 CPUtime=1.22 cores=1,3,5,7
/proc/28309/task/28311/stat : 28311 (strangenight1-m) R 28307 28309 28111 0 -1 4202560 13857 0 0 0 120 2 0 0 18 0 4 0 651550950 370094080 42511 33554432000 4194304 4650419 140733297496832 18446744073709551615 4367329 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=28309/tid=28312] ppid=28307 vsize=361420 CPUtime=1.24 cores=1,3,5,7
/proc/28309/task/28312/stat : 28312 (strangenight1-m) R 28307 28309 28111 0 -1 4202560 7304 0 0 0 123 1 0 0 19 0 4 0 651550950 370094080 42511 33554432000 4194304 4650419 140733297496832 18446744073709551615 4364495 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4.97
Current children cumulated vsize (KiB) 361420

[startup+1.36371 s]
/proc/loadavg: 7.86 8.07 7.73 5/401 28309
/proc/meminfo: memFree=22941132/32951132 swapFree=67093844/67111528
[pid=28309] ppid=28307 vsize=361420 CPUtime=5.37 cores=1,3,5,7
/proc/28309/stat : 28309 (strangenight1-m) R 28307 28309 28111 0 -1 4202496 49325 0 0 0 528 9 0 0 19 0 4 0 651550950 370094080 42803 33554432000 4194304 4650419 140733297496832 18446744073709551615 4364424 0 0 4096 2 18446744073709551615 0 0 17 7 0 0 0
/proc/28309/statm: 90355 42803 391 112 0 85320 0
[pid=28309/tid=28310] ppid=28307 vsize=361420 CPUtime=1.35 cores=1,3,5,7
/proc/28309/task/28310/stat : 28310 (strangenight1-m) R 28307 28309 28111 0 -1 4202560 13912 0 0 0 133 2 0 0 19 0 4 0 651550950 370094080 42803 33554432000 4194304 4650419 140733297496832 18446744073709551615 4363452 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=28309/tid=28311] ppid=28307 vsize=361420 CPUtime=1.32 cores=1,3,5,7
/proc/28309/task/28311/stat : 28311 (strangenight1-m) R 28307 28309 28111 0 -1 4202560 13942 0 0 0 130 2 0 0 19 0 4 0 651550950 370094080 42803 33554432000 4194304 4650419 140733297496832 18446744073709551615 4333540 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=28309/tid=28312] ppid=28307 vsize=361420 CPUtime=1.34 cores=1,3,5,7
/proc/28309/task/28312/stat : 28312 (strangenight1-m) R 28307 28309 28111 0 -1 4202560 7369 0 0 0 133 1 0 0 19 0 4 0 651550950 370094080 42803 33554432000 4194304 4650419 140733297496832 18446744073709551615 4363335 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 5.37
Current children cumulated vsize (KiB) 361420

[startup+1.56367 s]
/proc/loadavg: 7.86 8.07 7.73 5/401 28309
/proc/meminfo: memFree=22941132/32951132 swapFree=67093844/67111528
[pid=28309] ppid=28307 vsize=361420 CPUtime=6.16 cores=1,3,5,7
/proc/28309/stat : 28309 (strangenight1-m) R 28307 28309 28111 0 -1 4202496 49988 0 0 0 607 9 0 0 19 0 4 0 651550950 370094080 43466 33554432000 4194304 4650419 140733297496832 18446744073709551615 4363613 0 0 4096 2 18446744073709551615 0 0 17 7 0 0 0
/proc/28309/statm: 90355 43466 391 112 0 85320 0
[pid=28309/tid=28310] ppid=28307 vsize=361420 CPUtime=1.54 cores=1,3,5,7
/proc/28309/task/28310/stat : 28310 (strangenight1-m) R 28307 28309 28111 0 -1 4202560 14104 0 0 0 152 2 0 0 20 0 4 0 651550950 370094080 43466 33554432000 4194304 4650419 140733297496832 18446744073709551615 4333611 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=28309/tid=28311] ppid=28307 vsize=361420 CPUtime=1.52 cores=1,3,5,7
/proc/28309/task/28311/stat : 28311 (strangenight1-m) R 28307 28309 28111 0 -1 4202560 14114 0 0 0 150 2 0 0 19 0 4 0 651550950 370094080 43466 33554432000 4194304 4650419 140733297496832 18446744073709551615 4520364 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=28309/tid=28312] ppid=28307 vsize=361420 CPUtime=1.54 cores=1,3,5,7
/proc/28309/task/28312/stat : 28312 (strangenight1-m) R 28307 28309 28111 0 -1 4202560 7501 0 0 0 153 1 0 0 20 0 4 0 651550950 370094080 43466 33554432000 4194304 4650419 140733297496832 18446744073709551615 4363617 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 6.16
Current children cumulated vsize (KiB) 361420

[startup+3.10041 s]
/proc/loadavg: 7.63 8.02 7.72 5/400 28314
/proc/meminfo: memFree=24054780/32951132 swapFree=67093844/67111528
[pid=28309] ppid=28307 vsize=394240 CPUtime=12.33 cores=1,3,5,7
/proc/28309/stat : 28309 (strangenight1-m) R 28307 28309 28111 0 -1 4202496 54603 0 0 0 1223 10 0 0 23 0 4 0 651550950 403701760 48081 33554432000 4194304 4650419 140733297496832 18446744073709551615 242970218737 0 0 4096 2 18446744073709551615 0 0 17 7 0 0 0
/proc/28309/statm: 98560 48081 391 112 0 93525 0
[pid=28309/tid=28310] ppid=28307 vsize=394240 CPUtime=3.1 cores=1,3,5,7
/proc/28309/task/28310/stat : 28310 (strangenight1-m) R 28307 28309 28111 0 -1 4202560 15234 0 0 0 307 3 0 0 25 0 4 0 651550950 403701760 48088 33554432000 4194304 4650419 140733297496832 18446744073709551615 4363510 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=28309/tid=28311] ppid=28307 vsize=394240 CPUtime=3.07 cores=1,3,5,7
/proc/28309/task/28311/stat : 28311 (strangenight1-m) R 28307 28309 28111 0 -1 4202560 15161 0 0 0 305 2 0 0 23 0 4 0 651550950 403701760 48089 33554432000 4194304 4650419 140733297496832 18446744073709551615 4520364 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=28309/tid=28312] ppid=28307 vsize=394240 CPUtime=3.1 cores=1,3,5,7
/proc/28309/task/28312/stat : 28312 (strangenight1-m) R 28307 28309 28111 0 -1 4202560 8917 0 0 0 308 2 0 0 25 0 4 0 651550950 403701760 48089 33554432000 4194304 4650419 140733297496832 18446744073709551615 4520364 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 12.33
Current children cumulated vsize (KiB) 394240

[startup+6.30086 s]
/proc/loadavg: 7.63 8.02 7.72 5/398 28315
/proc/meminfo: memFree=24035840/32951132 swapFree=67093844/67111528
[pid=28309] ppid=28307 vsize=542308 CPUtime=25.06 cores=1,3,5,7
/proc/28309/stat : 28309 (strangenight1-m) R 28307 28309 28111 0 -1 4202496 62787 0 0 0 2494 12 0 0 25 0 4 0 651550950 555323392 56265 33554432000 4194304 4650419 140733297496832 18446744073709551615 4315114 0 0 4096 2 18446744073709551615 0 0 17 7 0 0 0
/proc/28309/statm: 135577 56265 391 112 0 130542 0
[pid=28309/tid=28310] ppid=28307 vsize=542308 CPUtime=6.29 cores=1,3,5,7
/proc/28309/task/28310/stat : 28310 (strangenight1-m) R 28307 28309 28111 0 -1 4202560 17269 0 0 0 626 3 0 0 25 0 4 0 651550950 555323392 56265 33554432000 4194304 4650419 140733297496832 18446744073709551615 4364433 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=28309/tid=28311] ppid=28307 vsize=542308 CPUtime=6.27 cores=1,3,5,7
/proc/28309/task/28311/stat : 28311 (strangenight1-m) R 28307 28309 28111 0 -1 4202560 17221 0 0 0 624 3 0 0 25 0 4 0 651550950 555323392 56265 33554432000 4194304 4650419 140733297496832 18446744073709551615 4333632 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=28309/tid=28312] ppid=28307 vsize=542308 CPUtime=6.28 cores=1,3,5,7
/proc/28309/task/28312/stat : 28312 (strangenight1-m) R 28307 28309 28111 0 -1 4202560 10967 0 0 0 626 2 0 0 25 0 4 0 651550950 555323392 56265 33554432000 4194304 4650419 140733297496832 18446744073709551615 4363600 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 25.06
Current children cumulated vsize (KiB) 542308

[startup+12.7008 s]
/proc/loadavg: 7.82 8.05 7.73 9/405 28345
/proc/meminfo: memFree=23961980/32951132 swapFree=67093844/67111528
[pid=28309] ppid=28307 vsize=626228 CPUtime=50.56 cores=1,3,5,7
/proc/28309/stat : 28309 (strangenight1-m) R 28307 28309 28111 0 -1 4202496 87692 0 0 0 5035 21 0 0 25 0 4 0 651550950 641257472 57107 33554432000 4194304 4650419 140733297496832 18446744073709551615 4364495 0 0 4096 2 18446744073709551615 0 0 17 7 0 0 0
/proc/28309/statm: 156557 57108 394 112 0 151522 0
[pid=28309/tid=28310] ppid=28307 vsize=626228 CPUtime=12.68 cores=1,3,5,7
/proc/28309/task/28310/stat : 28310 (strangenight1-m) R 28307 28309 28111 0 -1 4202560 23322 0 0 0 1264 4 0 0 25 0 4 0 651550950 641257472 57108 33554432000 4194304 4650419 140733297496832 18446744073709551615 4331981 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=28309/tid=28311] ppid=28307 vsize=626228 CPUtime=12.66 cores=1,3,5,7
/proc/28309/task/28311/stat : 28311 (strangenight1-m) R 28307 28309 28111 0 -1 4202560 23150 0 0 0 1262 4 0 0 25 0 4 0 651550950 641257472 57108 33554432000 4194304 4650419 140733297496832 18446744073709551615 4520364 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=28309/tid=28312] ppid=28307 vsize=626228 CPUtime=12.68 cores=1,3,5,7
/proc/28309/task/28312/stat : 28312 (strangenight1-m) R 28307 28309 28111 0 -1 4202560 18115 0 0 0 1264 4 0 0 25 0 4 0 651550950 641257472 57108 33554432000 4194304 4650419 140733297496832 18446744073709551615 4363416 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 50.56
Current children cumulated vsize (KiB) 626228

[startup+25.5006 s]
/proc/loadavg: 7.86 8.05 7.73 9/405 28345
/proc/meminfo: memFree=23561588/32951132 swapFree=67093844/67111528
[pid=28309] ppid=28307 vsize=810920 CPUtime=101.47 cores=1,3,5,7
/proc/28309/stat : 28309 (strangenight1-m) R 28307 28309 28111 0 -1 4202496 217265 0 0 0 10089 58 0 0 25 0 4 0 651550950 830382080 140498 33554432000 4194304 4650419 140733297496832 18446744073709551615 4363420 0 0 4096 2 18446744073709551615 0 0 17 7 0 0 0
/proc/28309/statm: 202730 140498 395 112 0 197695 0
[pid=28309/tid=28310] ppid=28307 vsize=810920 CPUtime=25.47 cores=1,3,5,7
/proc/28309/task/28310/stat : 28310 (strangenight1-m) R 28307 28309 28111 0 -1 4202560 84290 0 0 0 2530 17 0 0 25 0 4 0 651550950 830382080 140499 33554432000 4194304 4650419 140733297496832 18446744073709551615 4476519 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=28309/tid=28311] ppid=28307 vsize=810920 CPUtime=25.38 cores=1,3,5,7
/proc/28309/task/28311/stat : 28311 (strangenight1-m) R 28307 28309 28111 0 -1 4202560 39078 0 0 0 2527 11 0 0 25 0 4 0 651550950 830382080 140499 33554432000 4194304 4650419 140733297496832 18446744073709551615 4520364 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=28309/tid=28312] ppid=28307 vsize=810920 CPUtime=25.47 cores=1,3,5,7
/proc/28309/task/28312/stat : 28312 (strangenight1-m) R 28307 28309 28111 0 -1 4202560 46207 0 0 0 2533 14 0 0 25 0 4 0 651550950 830382080 140499 33554432000 4194304 4650419 140733297496832 18446744073709551615 4476502 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 101.47
Current children cumulated vsize (KiB) 810920

[startup+51.1012 s]
/proc/loadavg: 7.98 8.06 7.74 9/405 28346
/proc/meminfo: memFree=23436044/32951132 swapFree=67093844/67111528
[pid=28309] ppid=28307 vsize=871712 CPUtime=203.48 cores=1,3,5,7
/proc/28309/stat : 28309 (strangenight1-m) R 28307 28309 28111 0 -1 4202496 415904 0 0 0 20249 99 0 0 25 0 4 0 651550950 892633088 154755 33554432000 4194304 4650419 140733297496832 18446744073709551615 4476204 0 0 4096 2 18446744073709551615 0 0 17 7 0 0 0
/proc/28309/statm: 217928 154755 414 112 0 212893 0
[pid=28309/tid=28310] ppid=28307 vsize=871712 CPUtime=51.06 cores=1,3,5,7
/proc/28309/task/28310/stat : 28310 (strangenight1-m) R 28307 28309 28111 0 -1 4202560 223523 0 0 0 5070 36 0 0 25 0 4 0 651550950 892633088 154755 33554432000 4194304 4650419 140733297496832 18446744073709551615 4476204 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=28309/tid=28311] ppid=28307 vsize=871712 CPUtime=50.94 cores=1,3,5,7
/proc/28309/task/28311/stat : 28311 (strangenight1-m) R 28307 28309 28111 0 -1 4202560 56909 0 0 0 5075 19 0 0 25 0 4 0 651550950 892633088 154755 33554432000 4194304 4650419 140733297496832 18446744073709551615 4441051 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=28309/tid=28312] ppid=28307 vsize=871712 CPUtime=51.05 cores=1,3,5,7
/proc/28309/task/28312/stat : 28312 (strangenight1-m) R 28307 28309 28111 0 -1 4202560 65689 0 0 0 5086 19 0 0 25 0 4 0 651550950 892633088 154755 33554432000 4194304 4650419 140733297496832 18446744073709551615 4520364 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 203.48
Current children cumulated vsize (KiB) 871712

[startup+102.3 s]
/proc/loadavg: 8.06 8.07 7.76 9/405 28347
/proc/meminfo: memFree=23293880/32951132 swapFree=67093844/67111528
[pid=28309] ppid=28307 vsize=946876 CPUtime=407.53 cores=1,3,5,7
/proc/28309/stat : 28309 (strangenight1-m) R 28307 28309 28111 0 -1 4202496 854161 0 0 0 40573 180 0 0 25 0 4 0 651550950 969601024 179770 33554432000 4194304 4650419 140733297496832 18446744073709551615 4476309 0 0 4096 2 18446744073709551615 0 0 17 7 0 0 0
/proc/28309/statm: 236719 179770 402 112 0 231684 0
[pid=28309/tid=28310] ppid=28307 vsize=946876 CPUtime=102.23 cores=1,3,5,7
/proc/28309/task/28310/stat : 28310 (strangenight1-m) R 28307 28309 28111 0 -1 4202560 447983 0 0 0 10155 68 0 0 25 0 4 0 651550950 969601024 179770 33554432000 4194304 4650419 140733297496832 18446744073709551615 242970217434 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=28309/tid=28311] ppid=28307 vsize=946876 CPUtime=102.12 cores=1,3,5,7
/proc/28309/task/28311/stat : 28311 (strangenight1-m) R 28307 28309 28111 0 -1 4202560 78967 0 0 0 10183 29 0 0 25 0 4 0 651550950 969601024 179770 33554432000 4194304 4650419 140733297496832 18446744073709551615 4438671 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=28309/tid=28312] ppid=28307 vsize=946876 CPUtime=102.24 cores=1,3,5,7
/proc/28309/task/28312/stat : 28312 (strangenight1-m) R 28307 28309 28111 0 -1 4202560 91973 0 0 0 10192 32 0 0 25 0 4 0 651550950 969601024 179770 33554432000 4194304 4650419 140733297496832 18446744073709551615 4520364 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 407.53
Current children cumulated vsize (KiB) 946876

[startup+162.301 s]

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

[pid=28309] ppid=28307 vsize=1588856 CPUtime=2798.69 cores=1,3,5,7
/proc/28309/stat : 28309 (strangenight1-m) R 28307 28309 28111 0 -1 4202496 4804818 0 0 0 278885 984 0 0 25 0 4 0 651550950 1626988544 321302 33554432000 4194304 4650419 140733297496832 18446744073709551615 4476133 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/28309/statm: 397214 321302 395 112 0 392179 0
[pid=28309/tid=28310] ppid=28307 vsize=1588856 CPUtime=702.18 cores=1,3,5,7
/proc/28309/task/28310/stat : 28310 (strangenight1-m) R 28307 28309 28111 0 -1 4202560 1542672 0 0 0 69928 290 0 0 25 0 4 0 651550950 1626988544 321302 33554432000 4194304 4650419 140733297496832 18446744073709551615 4367329 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=28309/tid=28311] ppid=28307 vsize=1588856 CPUtime=702.05 cores=1,3,5,7
/proc/28309/task/28311/stat : 28311 (strangenight1-m) R 28307 28309 28111 0 -1 4202560 301312 0 0 0 70076 129 0 0 25 0 4 0 651550950 1626988544 321302 33554432000 4194304 4650419 140733297496832 18446744073709551615 4363331 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=28309/tid=28312] ppid=28307 vsize=1588856 CPUtime=699.92 cores=1,3,5,7
/proc/28309/task/28312/stat : 28312 (strangenight1-m) R 28307 28309 28111 0 -1 4202560 1248275 0 0 0 69730 262 0 0 25 0 4 0 651550950 1626988544 321302 33554432000 4194304 4650419 140733297496832 18446744073709551615 4367391 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 2798.69
Current children cumulated vsize (KiB) 1588856

[startup+762.301 s]
/proc/loadavg: 8.13 8.14 7.94 9/405 28377
/proc/meminfo: memFree=22568376/32951132 swapFree=67093844/67111528
[pid=28309] ppid=28307 vsize=1529476 CPUtime=3037.9 cores=1,3,5,7
/proc/28309/stat : 28309 (strangenight1-m) R 28307 28309 28111 0 -1 4202496 4898451 0 0 0 302763 1027 0 0 25 0 4 0 651550950 1566183424 317568 33554432000 4194304 4650419 140733297496832 18446744073709551615 4363576 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/28309/statm: 382369 317568 395 112 0 377334 0
[pid=28309/tid=28310] ppid=28307 vsize=1529476 CPUtime=762.17 cores=1,3,5,7
/proc/28309/task/28310/stat : 28310 (strangenight1-m) R 28307 28309 28111 0 -1 4202560 1570059 0 0 0 75914 303 0 0 25 0 4 0 651550950 1566183424 317568 33554432000 4194304 4650419 140733297496832 18446744073709551615 4364406 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=28309/tid=28311] ppid=28307 vsize=1529476 CPUtime=762.06 cores=1,3,5,7
/proc/28309/task/28311/stat : 28311 (strangenight1-m) R 28307 28309 28111 0 -1 4202560 325247 0 0 0 76066 140 0 0 25 0 4 0 651550950 1566183424 317568 33554432000 4194304 4650419 140733297496832 18446744073709551615 4366904 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=28309/tid=28312] ppid=28307 vsize=1529476 CPUtime=759.14 cores=1,3,5,7
/proc/28309/task/28312/stat : 28312 (strangenight1-m) R 28307 28309 28111 0 -1 4202560 1275584 0 0 0 75640 274 0 0 25 0 4 0 651550950 1566183424 317568 33554432000 4194304 4650419 140733297496832 18446744073709551615 4304102 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3037.9
Current children cumulated vsize (KiB) 1529476

[startup+822.3 s]
/proc/loadavg: 8.20 8.16 7.95 9/405 28378
/proc/meminfo: memFree=22562504/32951132 swapFree=67093844/67111528
[pid=28309] ppid=28307 vsize=1529308 CPUtime=3277.13 cores=1,3,5,7
/proc/28309/stat : 28309 (strangenight1-m) R 28307 28309 28111 0 -1 4202496 5007299 0 0 0 326643 1070 0 0 25 0 4 0 651550950 1566011392 311203 33554432000 4194304 4650419 140733297496832 18446744073709551615 4363452 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/28309/statm: 382327 311203 395 112 0 377292 0
[pid=28309/tid=28310] ppid=28307 vsize=1529308 CPUtime=822.17 cores=1,3,5,7
/proc/28309/task/28310/stat : 28310 (strangenight1-m) R 28307 28309 28111 0 -1 4202560 1600112 0 0 0 81903 314 0 0 25 0 4 0 651550950 1566011392 311203 33554432000 4194304 4650419 140733297496832 18446744073709551615 4366943 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=28309/tid=28311] ppid=28307 vsize=1529308 CPUtime=822.06 cores=1,3,5,7
/proc/28309/task/28311/stat : 28311 (strangenight1-m) R 28307 28309 28111 0 -1 4202560 348636 0 0 0 82056 150 0 0 25 0 4 0 651550950 1566011392 311203 33554432000 4194304 4650419 140733297496832 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=28309/tid=28312] ppid=28307 vsize=1529308 CPUtime=818.38 cores=1,3,5,7
/proc/28309/task/28312/stat : 28312 (strangenight1-m) R 28307 28309 28111 0 -1 4202560 1302660 0 0 0 81553 285 0 0 25 0 4 0 651550950 1566011392 311203 33554432000 4194304 4650419 140733297496832 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3277.13
Current children cumulated vsize (KiB) 1529308

[startup+882.301 s]
/proc/loadavg: 8.27 8.19 7.97 9/405 28380
/proc/meminfo: memFree=22535564/32951132 swapFree=67093844/67111528
[pid=28309] ppid=28307 vsize=1531436 CPUtime=3516.35 cores=1,3,5,7
/proc/28309/stat : 28309 (strangenight1-m) R 28307 28309 28111 0 -1 4202496 5089959 0 0 0 350532 1103 0 0 25 0 4 0 651550950 1568190464 309298 33554432000 4194304 4650419 140733297496832 18446744073709551615 4334297 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/28309/statm: 382859 309298 395 112 0 377824 0
[pid=28309/tid=28310] ppid=28307 vsize=1531436 CPUtime=882.17 cores=1,3,5,7
/proc/28309/task/28310/stat : 28310 (strangenight1-m) R 28307 28309 28111 0 -1 4202560 1630714 0 0 0 87890 327 0 0 25 0 4 0 651550950 1568190464 309298 33554432000 4194304 4650419 140733297496832 18446744073709551615 4367329 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=28309/tid=28311] ppid=28307 vsize=1531436 CPUtime=882.05 cores=1,3,5,7
/proc/28309/task/28311/stat : 28311 (strangenight1-m) R 28307 28309 28111 0 -1 4202560 365918 0 0 0 88048 157 0 0 25 0 4 0 651550950 1568190464 309298 33554432000 4194304 4650419 140733297496832 18446744073709551615 4476519 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=28309/tid=28312] ppid=28307 vsize=1531436 CPUtime=877.6 cores=1,3,5,7
/proc/28309/task/28312/stat : 28312 (strangenight1-m) R 28307 28309 28111 0 -1 4202560 1309285 0 0 0 87473 287 0 0 25 0 4 0 651550950 1568190464 309298 33554432000 4194304 4650419 140733297496832 18446744073709551615 4476519 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3516.35
Current children cumulated vsize (KiB) 1531436

[startup+942.301 s]
/proc/loadavg: 8.14 8.16 7.98 9/405 28381
/proc/meminfo: memFree=22424808/32951132 swapFree=67093844/67111528
[pid=28309] ppid=28307 vsize=1592852 CPUtime=3755.58 cores=1,3,5,7
/proc/28309/stat : 28309 (strangenight1-m) R 28307 28309 28111 0 -1 4202496 5488285 0 0 0 374382 1176 0 0 25 0 4 0 651550950 1631080448 333882 33554432000 4194304 4650419 140733297496832 18446744073709551615 4328238 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/28309/statm: 398213 333882 395 112 0 393178 0
[pid=28309/tid=28310] ppid=28307 vsize=1592852 CPUtime=942.18 cores=1,3,5,7
/proc/28309/task/28310/stat : 28310 (strangenight1-m) R 28307 28309 28111 0 -1 4202560 1981309 0 0 0 93840 378 0 0 25 0 4 0 651550950 1631080448 333882 33554432000 4194304 4650419 140733297496832 18446744073709551615 4476201 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=28309/tid=28311] ppid=28307 vsize=1592852 CPUtime=942.05 cores=1,3,5,7
/proc/28309/task/28311/stat : 28311 (strangenight1-m) R 28307 28309 28111 0 -1 4202560 365918 0 0 0 94048 157 0 0 25 0 4 0 651550950 1631080448 333882 33554432000 4194304 4650419 140733297496832 18446744073709551615 4476519 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=28309/tid=28312] ppid=28307 vsize=1592852 CPUtime=936.84 cores=1,3,5,7
/proc/28309/task/28312/stat : 28312 (strangenight1-m) R 28307 28309 28111 0 -1 4202560 1333149 0 0 0 93385 299 0 0 25 0 4 0 651550950 1631080448 333882 33554432000 4194304 4650419 140733297496832 18446744073709551615 4333611 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3755.58
Current children cumulated vsize (KiB) 1592852

[startup+1002.3 s]
/proc/loadavg: 8.09 8.15 7.99 9/405 28383
/proc/meminfo: memFree=22432356/32951132 swapFree=67093844/67111528
[pid=28309] ppid=28307 vsize=1604596 CPUtime=3994.77 cores=1,3,5,7
/proc/28309/stat : 28309 (strangenight1-m) R 28307 28309 28111 0 -1 4202496 6032314 0 0 0 398190 1287 0 0 25 0 4 0 651550950 1643106304 327406 33554432000 4194304 4650419 140733297496832 18446744073709551615 4365227 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/28309/statm: 401149 327406 414 112 0 396114 0
[pid=28309/tid=28310] ppid=28307 vsize=1604596 CPUtime=1002.18 cores=1,3,5,7
/proc/28309/task/28310/stat : 28310 (strangenight1-m) R 28307 28309 28111 0 -1 4202560 2460378 0 0 0 99766 452 0 0 25 0 4 0 651550950 1643106304 327406 33554432000 4194304 4650419 140733297496832 18446744073709551615 4476502 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=28309/tid=28311] ppid=28307 vsize=1604596 CPUtime=1002.05 cores=1,3,5,7
/proc/28309/task/28311/stat : 28311 (strangenight1-m) R 28307 28309 28111 0 -1 4202560 382353 0 0 0 100040 165 0 0 25 0 4 0 651550950 1643106304 327406 33554432000 4194304 4650419 140733297496832 18446744073709551615 4364775 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=28309/tid=28312] ppid=28307 vsize=1604596 CPUtime=996.03 cores=1,3,5,7
/proc/28309/task/28312/stat : 28312 (strangenight1-m) R 28307 28309 28111 0 -1 4202560 1358696 0 0 0 99289 314 0 0 25 0 4 0 651550950 1643106304 327406 33554432000 4194304 4650419 140733297496832 18446744073709551615 4303973 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3994.77
Current children cumulated vsize (KiB) 1604596

[startup+1062.3 s]
/proc/loadavg: 8.15 8.15 8.00 9/405 28385
/proc/meminfo: memFree=22428984/32951132 swapFree=67093844/67111528
[pid=28309] ppid=28307 vsize=1618256 CPUtime=4233.97 cores=1,3,5,7
/proc/28309/stat : 28309 (strangenight1-m) R 28307 28309 28111 0 -1 4202496 6675490 0 0 0 421984 1413 0 0 25 0 4 0 651550950 1657094144 330655 33554432000 4194304 4650419 140733297496832 18446744073709551615 4328238 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/28309/statm: 404564 330657 427 112 0 399529 0
[pid=28309/tid=28310] ppid=28307 vsize=1618256 CPUtime=1062.15 cores=1,3,5,7
/proc/28309/task/28310/stat : 28310 (strangenight1-m) R 28307 28309 28111 0 -1 4202560 3020465 0 0 0 105681 534 0 0 25 0 4 0 651550950 1657094144 330657 33554432000 4194304 4650419 140733297496832 18446744073709551615 4476519 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=28309/tid=28311] ppid=28307 vsize=1618256 CPUtime=1062.06 cores=1,3,5,7
/proc/28309/task/28311/stat : 28311 (strangenight1-m) R 28307 28309 28111 0 -1 4202560 407560 0 0 0 106027 179 0 0 25 0 4 0 651550950 1657094144 330657 33554432000 4194304 4650419 140733297496832 18446744073709551615 4363420 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=28309/tid=28312] ppid=28307 vsize=1618256 CPUtime=1055.24 cores=1,3,5,7
/proc/28309/task/28312/stat : 28312 (strangenight1-m) R 28307 28309 28111 0 -1 4202560 1384276 0 0 0 105196 328 0 0 25 0 4 0 651550950 1657094144 330657 33554432000 4194304 4650419 140733297496832 18446744073709551615 4364495 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4233.97
Current children cumulated vsize (KiB) 1618256

[startup+1122.3 s]
/proc/loadavg: 8.13 8.15 8.00 9/405 28386
/proc/meminfo: memFree=22385792/32951132 swapFree=67093844/67111528
[pid=28309] ppid=28307 vsize=1556872 CPUtime=4473.11 cores=1,3,5,7
/proc/28309/stat : 28309 (strangenight1-m) R 28307 28309 28111 0 -1 4202496 7347648 0 0 0 445778 1533 0 0 25 0 4 0 651550950 1594236928 331582 33554432000 4194304 4650419 140733297496832 18446744073709551615 4476204 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/28309/statm: 389218 331582 395 112 0 384183 0
[pid=28309/tid=28310] ppid=28307 vsize=1556872 CPUtime=1122.11 cores=1,3,5,7
/proc/28309/task/28310/stat : 28310 (strangenight1-m) R 28307 28309 28111 0 -1 4202560 3567072 0 0 0 111600 611 0 0 25 0 4 0 651550950 1594236928 331582 33554432000 4194304 4650419 140733297496832 18446744073709551615 4303973 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=28309/tid=28311] ppid=28307 vsize=1556872 CPUtime=1122.05 cores=1,3,5,7
/proc/28309/task/28311/stat : 28311 (strangenight1-m) R 28307 28309 28111 0 -1 4202560 431366 0 0 0 112015 190 0 0 25 0 4 0 651550950 1594236928 331582 33554432000 4194304 4650419 140733297496832 18446744073709551615 4364495 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=28309/tid=28312] ppid=28307 vsize=1556872 CPUtime=1114.44 cores=1,3,5,7
/proc/28309/task/28312/stat : 28312 (strangenight1-m) R 28307 28309 28111 0 -1 4202560 1413174 0 0 0 111103 341 0 0 25 0 4 0 651550950 1594236928 331582 33554432000 4194304 4650419 140733297496832 18446744073709551615 4363335 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4473.11
Current children cumulated vsize (KiB) 1556872

[startup+1182.3 s]
/proc/loadavg: 8.05 8.12 8.00 9/405 28388
/proc/meminfo: memFree=22331960/32951132 swapFree=67093844/67111528
[pid=28309] ppid=28307 vsize=1620296 CPUtime=4712.35 cores=1,3,5,7
/proc/28309/stat : 28309 (strangenight1-m) R 28307 28309 28111 0 -1 4202496 7759107 0 0 0 469619 1616 0 0 25 0 4 0 651550950 1659183104 340778 33554432000 4194304 4650419 140733297496832 18446744073709551615 4476519 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/28309/statm: 405074 340778 395 112 0 400039 0
[pid=28309/tid=28310] ppid=28307 vsize=1620296 CPUtime=1182.13 cores=1,3,5,7
/proc/28309/task/28310/stat : 28310 (strangenight1-m) R 28307 28309 28111 0 -1 4202560 3589970 0 0 0 117593 620 0 0 25 0 4 0 651550950 1659183104 340781 33554432000 4194304 4650419 140733297496832 18446744073709551615 4520364 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=28309/tid=28311] ppid=28307 vsize=1620296 CPUtime=1182.07 cores=1,3,5,7
/proc/28309/task/28311/stat : 28311 (strangenight1-m) R 28307 28309 28111 0 -1 4202560 453504 0 0 0 118007 200 0 0 25 0 4 0 651550950 1659183104 340781 33554432000 4194304 4650419 140733297496832 18446744073709551615 4366869 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=28309/tid=28312] ppid=28307 vsize=1620296 CPUtime=1173.65 cores=1,3,5,7
/proc/28309/task/28312/stat : 28312 (strangenight1-m) R 28307 28309 28111 0 -1 4202560 1436816 0 0 0 117012 353 0 0 25 0 4 0 651550950 1659183104 340781 33554432000 4194304 4650419 140733297496832 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4712.35
Current children cumulated vsize (KiB) 1620296



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1204.3 s]
/proc/loadavg: 8.03 8.11 8.00 10/405 28388
/proc/meminfo: memFree=22401020/32951132 swapFree=67093844/67111528
[pid=28309] ppid=28307 vsize=1620808 CPUtime=4800.09 cores=1,3,5,7
/proc/28309/stat : 28309 (strangenight1-m) R 28307 28309 28111 0 -1 4202496 7941602 0 0 0 478360 1649 0 0 25 0 4 0 651550950 1659707392 324339 33554432000 4194304 4650419 140733297496832 18446744073709551615 4476502 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/28309/statm: 405202 324339 418 112 0 400167 0
[pid=28309/tid=28310] ppid=28307 vsize=1620808 CPUtime=1204.13 cores=1,3,5,7
/proc/28309/task/28310/stat : 28310 (strangenight1-m) R 28307 28309 28111 0 -1 4202560 3597670 0 0 0 119789 624 0 0 25 0 4 0 651550950 1659707392 324341 33554432000 4194304 4650419 140733297496832 18446744073709551615 4364433 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=28309/tid=28311] ppid=28307 vsize=1620808 CPUtime=1204.08 cores=1,3,5,7
/proc/28309/task/28311/stat : 28311 (strangenight1-m) R 28307 28309 28111 0 -1 4202560 460739 0 0 0 120204 204 0 0 25 0 4 0 651550950 1659707392 324341 33554432000 4194304 4650419 140733297496832 18446744073709551615 4363880 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=28309/tid=28312] ppid=28307 vsize=1620808 CPUtime=1195.34 cores=1,3,5,7
/proc/28309/task/28312/stat : 28312 (strangenight1-m) R 28307 28309 28111 0 -1 4202560 1444789 0 0 0 119178 356 0 0 25 0 4 0 651550950 1659707392 324341 33554432000 4194304 4650419 140733297496832 18446744073709551615 4333767 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4800.09
Current children cumulated vsize (KiB) 1620808

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

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

[startup+1204.3 s]
/proc/loadavg: 8.03 8.11 8.00 10/405 28388
/proc/meminfo: memFree=22401020/32951132 swapFree=67093844/67111528
[pid=28309] ppid=28307 vsize=1620808 CPUtime=4800.09 cores=1,3,5,7
/proc/28309/stat : 28309 (strangenight1-m) R 28307 28309 28111 0 -1 4202496 7941602 0 0 0 478360 1649 0 0 25 0 4 0 651550950 1659707392 324339 33554432000 4194304 4650419 140733297496832 18446744073709551615 4476502 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/28309/statm: 405202 324339 418 112 0 400167 0
[pid=28309/tid=28310] ppid=28307 vsize=1620808 CPUtime=1204.13 cores=1,3,5,7
/proc/28309/task/28310/stat : 28310 (strangenight1-m) R 28307 28309 28111 0 -1 4202560 3597670 0 0 0 119789 624 0 0 25 0 4 0 651550950 1659707392 324341 33554432000 4194304 4650419 140733297496832 18446744073709551615 4364433 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=28309/tid=28311] ppid=28307 vsize=1620808 CPUtime=1204.08 cores=1,3,5,7
/proc/28309/task/28311/stat : 28311 (strangenight1-m) R 28307 28309 28111 0 -1 4202560 460739 0 0 0 120204 204 0 0 25 0 4 0 651550950 1659707392 324341 33554432000 4194304 4650419 140733297496832 18446744073709551615 4363880 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=28309/tid=28312] ppid=28307 vsize=1620808 CPUtime=1195.34 cores=1,3,5,7
/proc/28309/task/28312/stat : 28312 (strangenight1-m) R 28307 28309 28111 0 -1 4202560 1444789 0 0 0 119178 356 0 0 25 0 4 0 651550950 1659707392 324341 33554432000 4194304 4650419 140733297496832 18446744073709551615 4333767 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4800.09
Current children cumulated vsize (KiB) 1620808

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1204.39
CPU time (s): 4800.18
CPU user time (s): 4783.64
CPU system time (s): 16.5465
CPU usage (%): 398.556
Max. virtual memory (cumulated for all children) (KiB): 1620808

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4783.64
system time used= 16.5465
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 7941612
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= 2768
involuntary context switches= 33106

runsolver used 4.03339 second user time and 11.6592 second system time

The end

Launcher Data

Begin job on node128 at 2011-05-14 20:58:43
IDJOB=3368644
IDBENCH=82653
IDSOLVER=1846
FILE ID=node128/3368644-1305399523
RUNJOBID= node128-1305397110-28130
PBS_JOBID= 13324451
Free space on /tmp= 73596 MiB

SOLVER NAME= CryptoMiniSat Strange-Night-1-mt (fixed)
BENCH NAME= SAT11/random/large/unif-k3-r4.2-v35000-c147000-S1268831169-016-UNKNOWN.cnf
COMMAND LINE= ./strangenight1-mt --threads=NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3368644-1305399523/watcher-3368644-1305399523 -o /tmp/evaluation-result-3368644-1305399523/solver-3368644-1305399523 -C 4800 -W 1300 -M 15500  ./strangenight1-mt --threads=4 HOME/instance-3368644-1305399523.cnf

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

MD5SUM BENCH= cd155ee9ac243c838c94577589f0455b
RANDOM SEED=266609475

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

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

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

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


/proc/meminfo:
MemTotal:     32951132 kB
MemFree:      22941412 kB
Buffers:        262176 kB
Cached:        2891852 kB
SwapCached:       1440 kB
Active:        7628232 kB
Inactive:      2088816 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951132 kB
LowFree:      22941412 kB
SwapTotal:    67111528 kB
SwapFree:     67093844 kB
Dirty:            9084 kB
Writeback:           8 kB
AnonPages:     6561024 kB
Mapped:          32468 kB
Slab:           187208 kB
PageTables:      40608 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587092 kB
Committed_AS: 102262612 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296000 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 73592 MiB
End job on node128 at 2011-05-14 21:18:49