Trace number 3368621

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.28 1203.55

General information on the benchmark

Namerandom/large/
unif-k5-r20-v2000-c40000-S1264065752-051-UNKNOWN.cnf
MD5SUMfafa522767a4e86ea9e03f34c2fb7311
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark279.102
Satisfiable
(Un)Satisfiability was proved
Number of variables2000
Number of clauses40000
Sum of the clauses size200000
Maximum clause length5
Minimum clause length5
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 540000
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-3368621-1305398972.cnf'
0.00/0.01	c -- header says num vars:           2000
0.00/0.01	c -- header says num clauses:       40000
0.08/0.11	c -- clauses added:            0 learnts,        40000 normals,            0 xors
0.08/0.11	c -- vars added       2000
0.08/0.11	c Parsing time:  0.08 s
0.08/0.11	c  N st     0         0      2000     40000         0         0    200000         0   no data   no data  --
0.78/0.26	c asymm  cl-useful: 0/40000/40000 lits-rem:0 time: 0.91
0.78/0.28	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.04
1.17/0.30	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1.17/0.30	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1.17/0.30	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   2000 time:  0.00 s
1.17/0.30	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
1.17/0.36	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.24 s
1.17/0.36	c Finding binary XORs  T:     0.00 s  found:       0
1.17/0.38	c Finding non-binary XORs:     0.06 s (found:       0, avg size: nan)
1.17/0.38	c calculated reachability. Time: 0.00
1.17/0.38	c Calc default polars -  time:   0.01 s pos:     975 undec:      82 neg:     943
1.17/0.38	c =========================================================================================
1.17/0.38	c types(t): F = full restart, N = normal restart
1.17/0.38	c types(t): S = simplification begin/end, E = solution found
1.17/0.38	c restart types(rt): st = static, dy = dynamic
1.17/0.38	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits
1.17/0.38	c  B st     0         0      2000     40000         0         0    200000         0   no data   no data  --
3.17/0.80	c  N dy    21      4013      2000     40000         0      4013    200000    749691    139.83    148.34  --
4.77/1.29	c  N dy    50      8253      2000     40000         0      4924    200000    524666    144.42    153.92  --
6.76/1.76	c  N dy    73     12324      2000     40000         0      8994    200000   1269650    144.20    155.50  --
8.79/2.25	c  N dy    98     16341      2000     40000         0      7516    200000    670341    144.35    152.40  --
10.74/2.74	c  N dy   124     20369      2000     40000         0     11544    200000   1411705    144.82    161.23  --
12.77/3.28	c  N dy   149     24553      2000     40000         0      8646    200000    613324    144.84    154.39  --
13.18/3.33	c  F st   153     25003      2000     40000         0      9095    200000    694636    144.69    112.98  --
15.53/3.99	c  N dy   159     30001      2000     40000         0     14083    200000   1774851    144.69   no data  --
15.53/3.99	c  S st   159     30001      2000     40000         0     14083    200000   1774851    144.69   no data  --
15.93/4.08	c  S st   159     30502      2000     40000         0     14584    200000   1862541    144.69   no data  --
15.93/4.08	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
15.93/4.08	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
16.33/4.10	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.7M T:  0.09
16.73/4.21	c bin-w-bin subsume rem            0 bins  time:  0.00 s
16.73/4.21	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
16.73/4.21	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   2000 time:  0.00 s
16.73/4.21	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
39.86/10.05	c lits-rem:       558  cl-subs:       18  v-elim:      0  v-fix:    0  time: 23.25 s
41.06/10.39	c asymm  cl-useful: 0/39214/40000 lits-rem:0 time: 1.36
41.46/10.40	c calculated reachability. Time: 0.00
41.46/10.40	c  N dy   159     30502      2000     40000         0     14566    200000   1854492    144.69   no data  --
43.48/10.96	c  N dy   180     34601      2000     40000         0     10296    200000    704276    144.12    152.24  --
45.85/11.51	c  N dy   202     38682      2000     40000         0     14377    200000   1443189    143.81    152.03  --
48.28/12.11	c  N dy   229     42799      2000     40000         0     18493    200000   2195863    143.97    152.24  --
49.83/12.53	c  S st   246     45754      2000     40000         0     11931    200000    791500    143.83    146.22  --
50.23/12.62	c  S st   246     46257      2000     40000         0     12434    200000    873234    143.83   no data  --
50.23/12.62	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
50.23/12.62	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
50.23/12.65	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.6M T:  0.09
50.23/12.69	c bin-w-bin subsume rem            0 bins  time:  0.00 s
50.23/12.69	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
50.23/12.69	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   2000 time:  0.00 s
50.23/12.69	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
65.42/16.46	c lits-rem:       751  cl-subs:        1  v-elim:      0  v-fix:    0  time: 14.99 s
65.42/16.46	c vivif2 --  cl tried    40000 cl shrink        0 lits rem          0 time: 0.01
65.42/16.47	c vivif2 --  cl tried    12433 cl shrink        0 lits rem          0 time: 0.04
65.42/16.48	c asymm  cl-useful: 0/786/40000 lits-rem:0 time: 0.04
65.42/16.48	c calculated reachability. Time: 0.00
65.42/16.48	c  N dy   246     46257      2000     40000         0     12433    200000    872014    143.83   no data  --
67.79/17.03	c  N dy   270     50291      2000     40000         0     16463    200000   1589160    143.61    181.80  --
70.22/17.63	c  N dy   293     54381      2000     40000         0     20553    200000   2328271    143.56    152.22  --
72.57/18.22	c  N dy   316     58416      2000     40000         0     13997    200000    970788    143.41    152.04  --
74.96/18.82	c  N dy   342     62516      2000     40000         0     18096    200000   1714635    143.52    156.55  --
77.36/19.47	c  N dy   371     66628      2000     40000         0     22207    200000   2470710    143.63    151.53  --
79.34/19.90	c  S st   389     69385      2000     40000         0     13336    200000    667291    143.70   no data  --
79.75/20.00	c  S st   389     69888      2000     40000         0     13839    200000    746004    143.70   no data  --
79.75/20.00	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
79.75/20.00	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
79.75/20.03	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.7M T:  0.10
79.75/20.06	c bin-w-bin subsume rem            0 bins  time:  0.00 s
79.75/20.06	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
79.75/20.06	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   2000 time:  0.00 s
79.75/20.06	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
103.28/25.92	c lits-rem:      1685  cl-subs:        2  v-elim:      0  v-fix:    0  time: 23.34 s
103.28/25.92	c vivif2 --  cl tried    40000 cl shrink        0 lits rem          0 time: 0.02
103.28/25.93	c vivif2 --  cl tried    13837 cl shrink        0 lits rem          0 time: 0.03
104.49/26.30	c asymm  cl-useful: 0/39546/40000 lits-rem:0 time: 1.48
104.49/26.30	c calculated reachability. Time: 0.00
104.49/26.30	c  N dy   389     69888      2000     40000         0     13837    200000    744110    143.70   no data  --
107.68/27.00	c  N dy   416     74355      2000     40000         0     18303    200000   1550408    143.60    185.56  --
110.86/27.89	c  N dy   445     79491      2000     40000         0     23438    200000   2484207    143.54    151.90  --
114.45/28.75	c  N dy   481     84633      2000     40000         0     15930    200000    965503    143.87    157.67  --
116.45/29.20	c  F st   499     87500      2000     40000         0     18797    200000   1484040    143.82    127.88  --
118.50/29.75	c  N st   504     90800      2000     40000         0     22094    200000   2140262    143.82   no data  --
122.46/30.80	c  N dy   531     96686      2000     40000         0     14326    200000    493979    143.98    182.22  --
126.85/31.82	c  N dy   569    102862      2000     40000         0     20501    200000   1622742    143.96    151.71  --
128.01/32.18	c  S st   583    104833      2000     40000         0     22471    200000   1982675    143.98   no data  --
128.82/32.30	c  S st   583    105340      2000     40000         0     22978    200000   2061590    143.98   no data  --
128.82/32.31	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.03
128.82/32.31	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
128.82/32.35	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.8M T:  0.15
129.22/32.44	c bin-w-bin subsume rem            0 bins  time:  0.00 s
129.22/32.44	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
129.22/32.44	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   2000 time:  0.00 s
129.22/32.44	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
188.29/47.22	c lits-rem:       659  cl-subs:        2  v-elim:      0  v-fix:    0  time: 58.87 s
188.29/47.22	c vivif2 --  cl tried    40000 cl shrink        0 lits rem          0 time: 0.01
188.29/47.25	c vivif2 --  cl tried    22976 cl shrink        0 lits rem          0 time: 0.08
189.85/47.60	c asymm  cl-useful: 0/32919/40000 lits-rem:0 time: 1.42
189.85/47.60	c calculated reachability. Time: 0.00
189.85/47.60	c  N dy   583    105340      2000     40000         0     22976    200000   2060399    143.98   no data  --
194.24/48.75	c  N dy   627    112153      2000     40000         0     15132    200000    455990    144.03    153.59  --
198.62/49.81	c  N dy   668    119476      2000     40000         0     22451    200000   1791623    144.00    152.03  --
203.81/51.14	c  N dy   719    127186      2000     40000         0     30160    200000   3196890    144.01    151.88  --
209.40/52.50	c  N dy   777    135409      2000     40000         0     22722    200000   1699328    144.39    155.78  --
215.37/54.08	c  N dy   832    144099      2000     40000         0     31412    200000   3301706    144.47    162.40  --
221.76/55.69	c  N dy   897    153441      2000     40000         0     24090    200000   1765370    144.65    154.93  --
225.35/56.51	c  S st   931    158010      2000     40000         0     28656    200000   2610645    144.77   no data  --
225.76/56.64	c  S st   931    158513      2000     40000         0     29159    200000   2685824    144.77   no data  --
225.76/56.65	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.03
225.76/56.65	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
225.76/56.69	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.8M T:  0.16
226.16/56.79	c bin-w-bin subsume rem            0 bins  time:  0.00 s
226.16/56.79	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
226.16/56.79	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   2000 time:  0.00 s
226.16/56.79	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
317.90/79.71	c lits-rem:       764  cl-subs:        8  v-elim:      0  v-fix:    0  time: 91.34 s
317.90/79.72	c vivif2 --  cl tried    40000 cl shrink        0 lits rem          0 time: 0.01
317.90/79.74	c vivif2 --  cl tried    29151 cl shrink        0 lits rem          0 time: 0.11
318.30/79.86	c asymm  cl-useful: 0/7081/40000 lits-rem:0 time: 0.45
318.30/79.86	c calculated reachability. Time: 0.00
318.30/79.86	c  N dy   931    158513      2000     40000         0     29151    200000   2681596    144.77   no data  --
325.47/81.61	c  N dy   993    168784      2000     40000         0     21767    200000   1141168    144.77    153.33  --
332.66/83.45	c  N dy  1065    179602      2000     40000         0     32584    200000   3123271    144.84    152.80  --
341.04/85.58	c  N dy  1143    191207      2000     40000         0     25522    200000   1646648    144.95    153.20  --
350.63/87.96	c  N dy  1223    203458      2000     40000         0     37764    200000   3921043    145.06    153.05  --
360.18/90.38	c  N dy  1299    216510      2000     40000         0     31150    200000   2489465    144.96    153.42  --
371.76/93.21	c  N dy  1384    230429      2000     40000         0     24408    200000   1093004    144.93    188.89  --
376.97/94.57	c  S st  1425    237771      2000     40000         0     31748    200000   2431343    144.92   no data  --
377.73/94.71	c  S st  1425    238280      2000     40000         0     32257    200000   2514827    144.92   no data  --
377.73/94.71	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.03
377.73/94.71	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
377.73/94.76	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.9M T:  0.17
378.13/94.85	c bin-w-bin subsume rem            0 bins  time:  0.00 s
378.13/94.85	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
378.13/94.85	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   2000 time:  0.00 s
378.13/94.85	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
465.89/116.85	c lits-rem:       557  cl-subs:        6  v-elim:      0  v-fix:    0  time: 87.64 s
465.89/116.85	c vivif2 --  cl tried    40000 cl shrink        0 lits rem          0 time: 0.02
465.89/116.88	c vivif2 --  cl tried    32251 cl shrink        0 lits rem          0 time: 0.10
467.89/117.32	c asymm  cl-useful: 0/28203/40000 lits-rem:0 time: 1.77
467.89/117.32	c calculated reachability. Time: 0.00
467.89/117.32	c  N dy  1425    238280      2000     40000         0     32251    200000   2511697    144.92   no data  --
480.66/120.50	c  N dy  1514    253540      2000     40000         0     25856    200000   1195969    144.91    158.72  --
494.22/123.98	c  N dy  1614    269725      2000     40000         0     42036    200000   4156631    144.93    157.87  --
509.01/127.69	c  N dy  1722    287179      2000     40000         0     36824    200000   3016742    144.94    153.44  --
525.33/131.77	c  N dy  1833    305634      2000     40000         0     31613    200000   1889473    144.95    153.28  --
525.73/131.89	c  F st  1836    306252      2000     40000         0     32230    200000   2002799    144.94    141.71  --
542.49/136.02	c  N dy  1925    325162      2000     40000         0     26472    200000    772721    144.89    159.58  --
559.24/140.27	c  N dy  2056    345203      2000     40000         0     46500    200000   4471474    145.05    153.76  --
569.61/142.87	c  S st  2129    357421      2000     40000         0     33054    200000   1801455    145.05   no data  --
570.45/143.01	c  S st  2129    357927      2000     40000         0     33560    200000   1876510    145.05   no data  --
570.45/143.02	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.03
570.45/143.02	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
570.45/143.06	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.9M T:  0.17
570.80/143.13	c bin-w-bin subsume rem            0 bins  time:  0.00 s
570.80/143.13	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
570.80/143.13	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   2000 time:  0.00 s
570.80/143.13	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
623.45/156.31	c lits-rem:       620  cl-subs:        3  v-elim:      0  v-fix:    0  time: 52.51 s
623.45/156.32	c vivif2 --  cl tried    40000 cl shrink        0 lits rem          0 time: 0.02
623.45/156.34	c vivif2 --  cl tried    33557 cl shrink        0 lits rem          0 time: 0.08
624.26/156.57	c asymm  cl-useful: 0/11797/40000 lits-rem:0 time: 0.93
624.26/156.57	c calculated reachability. Time: 0.00
624.26/156.57	c  N dy  2129    357927      2000     40000         0     33557    200000   1875060    145.05   no data  --
643.00/161.20	c  N dy  2248    377938      2000     40000         0     26911    200000    508531    145.06    154.65  --
659.76/165.46	c  N dy  2372    398000      2000     40000         0     46963    200000   4207234    145.09    153.09  --
677.72/169.95	c  N dy  2494    418233      2000     40000         0     39534    200000   2654663    145.05    157.29  --
696.86/174.77	c  N dy  2617    438281      2000     40000         0     30916    200000    887548    145.02    154.73  --
714.84/179.24	c  N dy  2754    458371      2000     40000         0     51002    200000   4590909    145.12    155.38  --
733.16/183.88	c  N dy  2870    478405      2000     40000         0     41376    200000   2612662    145.08    153.33  --
753.91/189.03	c  N dy  3004    498412      2000     40000         0     30720    200000    501114    145.16    155.00  --
771.46/193.47	c  N dy  3129    518443      2000     40000         0     50744    200000   4185458    145.17    153.97  --
789.85/198.05	c  S st  3249    536890      2000     40000         0     37525    200000   1588832    145.27   no data  --
790.61/198.20	c  S st  3249    537393      2000     40000         0     38028    200000   1667679    145.27   no data  --
790.61/198.21	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.03
790.61/198.21	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
790.61/198.26	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.0M T:  0.19
791.00/198.33	c bin-w-bin subsume rem            0 bins  time:  0.00 s
791.00/198.33	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
791.00/198.33	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   2000 time:  0.00 s
791.00/198.33	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
829.69/208.08	c lits-rem:       557  cl-subs:        1  v-elim:      0  v-fix:    0  time: 38.88 s
829.69/208.08	c vivif2 --  cl tried    40000 cl shrink        0 lits rem          0 time: 0.02
830.09/208.10	c vivif2 --  cl tried    38027 cl shrink        0 lits rem          0 time: 0.07
831.69/208.55	c asymm  cl-useful: 0/26239/40000 lits-rem:0 time: 1.79
831.69/208.55	c calculated reachability. Time: 0.00
831.69/208.55	c  N dy  3249    537393      2000     40000         0     38027    200000   1666584    145.27   no data  --
851.28/213.42	c  N dy  3371    557549      2000     40000         0     58175    200000   5347551    145.26    153.32  --
870.38/218.27	c  N dy  3492    577666      2000     40000         0     45637    200000   2883674    145.25    154.74  --
891.52/223.56	c  N dy  3619    597809      2000     40000         0     65770    200000   6572331    145.28    152.99  --
910.27/228.26	c  N dy  3742    617827      2000     40000         0     52133    200000   3876720    145.27    154.12  --
931.81/233.65	c  N dy  3869    638013      2000     40000         0     37658    200000   1060369    145.30    154.46  --
951.37/238.53	c  N dy  3994    658272      2000     40000         0     57912    200000   4770805    145.33    153.12  --
972.50/243.87	c  N dy  4120    678288      2000     40000         0     42265    200000   1744398    145.34    153.94  --
992.85/248.94	c  N dy  4241    698326      2000     40000         0     62293    200000   5397379    145.32    155.78  --
1014.39/254.31	c  N dy  4366    718382      2000     40000         0     45691    200000   2181700    145.31    155.49  --
1034.73/259.49	c  N dy  4488    738508      2000     40000         0     65810    200000   5892691    145.34    157.94  --
1056.27/264.85	c  N dy  4622    758566      2000     40000         0     48207    200000   2501771    145.40    157.18  --
1077.81/270.26	c  N dy  4743    778797      2000     40000         0     68436    200000   6231710    145.42    154.16  --
1098.94/275.58	c  N dy  4860    798829      2000     40000         0     49804    200000   2595283    145.43    154.24  --
1106.52/277.43	c  S st  4910    806089      2000     40000         0     57063    200000   3918174    145.43    137.93  --
1107.32/277.63	c  S st  4910    806591      2000     40000         0     57565    200000   4000223    145.43   no data  --
1107.32/277.64	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.05
1107.32/277.64	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
1107.72/277.70	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.2M T:  0.25
1108.12/277.85	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1108.12/277.85	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1108.12/277.85	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   2000 time:  0.00 s
1108.12/277.85	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
2328.58/583.86	c lits-rem:       332  cl-subs:       16  v-elim:      0  v-fix:    0  time: 1219.25 s
2328.58/583.86	c vivif2 --  cl tried    40000 cl shrink        0 lits rem          0 time: 0.02
2328.97/583.90	c vivif2 --  cl tried    57549 cl shrink        0 lits rem          0 time: 0.17
2330.56/584.30	c asymm  cl-useful: 0/13761/40000 lits-rem:0 time: 1.57
2330.56/584.30	c calculated reachability. Time: 0.00
2330.56/584.30	c  N dy  4910    806591      2000     40000         0     57549    200000   3993248    145.43   no data  --
2354.50/590.32	c  N dy  5037    826694      2000     40000         0     77646    200000   7694695    145.43    154.70  --
2374.44/595.37	c  N dy  5155    846803      2000     40000         0     58102    200000   3953171    145.42    157.32  --
2398.78/601.46	c  N dy  5285    866935      2000     40000         0     78228    200000   7690352    145.46    154.64  --
2419.92/606.76	c  N dy  5421    886968      2000     40000         0     57599    200000   3721297    145.52    157.91  --
2444.25/612.81	c  N dy  5547    907234      2000     40000         0     77860    200000   7431840    145.50    156.60  --
2465.84/618.28	c  N dy  5679    927260      2000     40000         0     56219    200000   3269510    145.53    156.62  --
2489.72/624.29	c  N dy  5810    947348      2000     40000         0     76299    200000   6958056    145.55    160.11  --
2512.86/630.09	c  N dy  5929    967415      2000     40000         0     53711    200000   2613618    145.53    161.52  --
2536.03/635.86	c  N dy  6057    987464      2000     40000         0     73755    200000   6354678    145.58    160.14  --
2560.32/641.96	c  N dy  6181   1007624      2000     40000         0     50252    200000   1801840    145.58    154.05  --
2582.25/647.43	c  N dy  6303   1027636      2000     40000         0     70259    200000   5497397    145.58    153.47  --
2608.58/654.05	c  N dy  6426   1047846      2000     40000         0     45813    200000    811128    145.59    154.92  --
2629.32/659.29	c  N dy  6541   1067855      2000     40000         0     65813    200000   4484066    145.58    159.47  --
2634.11/660.47	c  F st  6564   1071876      2000     40000         0     69833    200000   5223077    145.58   no data  --
2654.51/665.54	c  N dy  6633   1088107      2000     40000         0     86056    200000   8313050    145.58    153.41  --
2677.19/671.23	c  N dy  6750   1108141      2000     40000         0     60436    200000   3317896    145.57    155.86  --
2701.92/677.41	c  N dy  6883   1128226      2000     40000         0     80515    200000   7017236    145.59    162.16  --
2727.05/683.70	c  N dy  6999   1148252      2000     40000         0     53878    200000   1930737    145.59    156.70  --
2750.16/689.54	c  N dy  7126   1168281      2000     40000         0     73900    200000   5632324    145.60    158.02  --
2778.08/696.59	c  N dy  7265   1188327      2000     40000         0     93943    200000   9343402    145.64    168.53  --
2800.42/702.12	c  N dy  7391   1208329      2000     40000         0     66285    200000   4058882    145.64    154.16  --
2802.01/702.59	c  S st  7401   1209888      2000     40000         0     67844    200000   4353442    145.64    143.50  --
2803.24/702.81	c  S st  7401   1210390      2000     40000         0     68346    200000   4437225    145.64   no data  --
2803.24/702.83	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.06
2803.24/702.83	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
2803.24/702.90	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.3M T:  0.28
2804.00/703.07	c bin-w-bin subsume rem            0 bins  time:  0.00 s
2804.00/703.07	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2804.00/703.07	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   2000 time:  0.00 s
2804.00/703.07	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
4451.23/1116.01	c lits-rem:       207  cl-subs:       17  v-elim:      0  v-fix:    0  time: 1645.56 s
4451.23/1116.01	c vivif2 --  cl tried    40000 cl shrink        0 lits rem          0 time: 0.02
4451.23/1116.06	c vivif2 --  cl tried    68329 cl shrink        0 lits rem          0 time: 0.19
4453.62/1116.60	c asymm  cl-useful: 0/18589/40000 lits-rem:0 time: 2.15
4453.62/1116.60	c calculated reachability. Time: 0.00
4453.62/1116.60	c  N dy  7401   1210390      2000     40000         0     68329    200000   4428924    145.64   no data  --
4482.33/1123.80	c  N dy  7534   1230430      2000     40000         0     88363    200000   8134207    145.67    153.78  --
4509.05/1130.52	c  N dy  7661   1250453      2000     40000         0     59733    200000   2696981    145.70    153.38  --
4535.37/1137.16	c  N dy  7788   1270533      2000     40000         0     79809    200000   6412561    145.72    155.10  --
4566.90/1145.05	c  N dy  7909   1290614      2000     40000         0     50240    200000    746389    145.74    153.95  --
4590.81/1151.06	c  N dy  8039   1310975      2000     40000         0     70595    200000   4501657    145.75    155.28  --
4619.55/1158.25	c  N dy  8156   1331009      2000     40000         0     90623    200000   8187550    145.74    155.29  --
4647.83/1165.37	c  N dy  8286   1351088      2000     40000         0     60040    200000   2388106    145.75    173.27  --
4674.56/1172.02	c  N dy  8420   1371155      2000     40000         0     80103    200000   6093883    145.77    159.49  --
4706.46/1180.01	c  N dy  8544   1391339      2000     40000         0    100278    200000   9804388    145.77    159.09  --
4731.99/1186.42	c  N dy  8657   1411589      2000     40000         0     68865    200000   3842212    145.76    156.28  --
4759.11/1193.25	c  N dy  8781   1431663      2000     40000         0     88933    200000   7564990    145.77    157.07  --
4789.01/1200.78	c  N dy  8906   1452126      2000     40000         0     56738    200000   1409165    145.78    153.51  --

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

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

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: 8.17 8.06 6.92 6/353 20878
/proc/meminfo: memFree=24126768/32950928 swapFree=45937192/67111528
[pid=20878] ppid=20875 vsize=51236 CPUtime=0.01 cores=0,2,4,6
/proc/20878/stat : 20878 (strangenight1-m) R 20875 20878 20738 0 -1 4202496 418 0 0 0 1 0 0 0 25 0 4 0 651493874 52465664 358 33554432000 4194304 4650419 140735764340848 18446744073709551615 47561214522905 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/20878/statm: 12809 358 306 112 0 7774 0
[pid=20878/tid=20880] ppid=20875 vsize=51236 CPUtime=0 cores=0,2,4,6
/proc/20878/task/20880/stat : 20880 (strangenight1-m) R 20875 20878 20738 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 4 0 651493874 52465664 358 33554432000 4194304 4650419 140735764340848 18446744073709551615 47561214523304 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=20878/tid=20881] ppid=20875 vsize=51236 CPUtime=0.01 cores=0,2,4,6
/proc/20878/task/20881/stat : 20881 (strangenight1-m) R 20875 20878 20738 0 -1 4202560 1 0 0 0 1 0 0 0 25 0 4 0 651493874 52465664 358 33554432000 4194304 4650419 140735764340848 18446744073709551615 47561214522905 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=20878/tid=20882] ppid=20875 vsize=51236 CPUtime=0 cores=0,2,4,6
/proc/20878/task/20882/stat : 20882 (strangenight1-m) R 20875 20878 20738 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 4 0 651493875 52465664 358 33554432000 4194304 4650419 140735764340848 18446744073709551615 47561214522903 0 0 4096 2 0 0 0 -1 0 0 0 0

[startup+0.0269351 s]
/proc/loadavg: 8.17 8.06 6.92 6/353 20878
/proc/meminfo: memFree=24126768/32950928 swapFree=45937192/67111528
[pid=20878] ppid=20875 vsize=284084 CPUtime=0.08 cores=0,2,4,6
/proc/20878/stat : 20878 (strangenight1-m) D 20875 20878 20738 0 -1 4202496 3618 0 0 0 8 0 0 0 25 0 4 0 651493874 290902016 3525 33554432000 4194304 4650419 140735764340848 18446744073709551615 254500735159 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/20878/statm: 71021 3525 344 112 0 65986 0
[pid=20878/tid=20880] ppid=20875 vsize=284084 CPUtime=0.01 cores=0,2,4,6
/proc/20878/task/20880/stat : 20880 (strangenight1-m) R 20875 20878 20738 0 -1 4202560 804 0 0 0 1 0 0 0 25 0 4 0 651493874 290902016 3525 33554432000 4194304 4650419 140735764340848 18446744073709551615 254500352709 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=20878/tid=20881] ppid=20875 vsize=284084 CPUtime=0.02 cores=0,2,4,6
/proc/20878/task/20881/stat : 20881 (strangenight1-m) D 20875 20878 20738 0 -1 4202560 797 0 0 0 2 0 0 0 25 0 4 0 651493874 290902016 3525 33554432000 4194304 4650419 140735764340848 18446744073709551615 254500735159 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=20878/tid=20882] ppid=20875 vsize=284084 CPUtime=0.02 cores=0,2,4,6
/proc/20878/task/20882/stat : 20882 (strangenight1-m) D 20875 20878 20738 0 -1 4202560 800 0 0 0 2 0 0 0 25 0 4 0 651493875 290902016 3525 33554432000 4194304 4650419 140735764340848 18446744073709551615 254500735159 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 284084

[startup+0.113486 s]
/proc/loadavg: 8.17 8.06 6.92 6/353 20878
/proc/meminfo: memFree=24126768/32950928 swapFree=45937192/67111528
[pid=20878] ppid=20875 vsize=285816 CPUtime=0.43 cores=0,2,4,6
/proc/20878/stat : 20878 (strangenight1-m) R 20875 20878 20738 0 -1 4202496 5309 0 0 0 42 1 0 0 25 0 4 0 651493874 292675584 5216 33554432000 4194304 4650419 140735764340848 18446744073709551615 4371131 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/20878/statm: 71454 5216 367 112 0 66419 0
[pid=20878/tid=20880] ppid=20875 vsize=285816 CPUtime=0.1 cores=0,2,4,6
/proc/20878/task/20880/stat : 20880 (strangenight1-m) R 20875 20878 20738 0 -1 4202560 1187 0 0 0 10 0 0 0 25 0 4 0 651493874 292675584 5216 33554432000 4194304 4650419 140735764340848 18446744073709551615 4370697 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=20878/tid=20881] ppid=20875 vsize=285816 CPUtime=0.11 cores=0,2,4,6
/proc/20878/task/20881/stat : 20881 (strangenight1-m) R 20875 20878 20738 0 -1 4202560 1187 0 0 0 11 0 0 0 25 0 4 0 651493874 292675584 5216 33554432000 4194304 4650419 140735764340848 18446744073709551615 4370522 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=20878/tid=20882] ppid=20875 vsize=285816 CPUtime=0.1 cores=0,2,4,6
/proc/20878/task/20882/stat : 20882 (strangenight1-m) R 20875 20878 20738 0 -1 4202560 1325 0 0 0 10 0 0 0 25 0 4 0 651493875 292675584 5216 33554432000 4194304 4650419 140735764340848 18446744073709551615 4331993 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 0.43
Current children cumulated vsize (KiB) 285816

[startup+0.300396 s]
/proc/loadavg: 8.17 8.06 6.92 6/353 20878
/proc/meminfo: memFree=24126768/32950928 swapFree=45937192/67111528
[pid=20878] ppid=20875 vsize=298032 CPUtime=1.17 cores=0,2,4,6
/proc/20878/stat : 20878 (strangenight1-m) R 20875 20878 20738 0 -1 4202496 12313 0 0 0 114 3 0 0 25 0 4 0 651493874 305184768 10345 33554432000 4194304 4650419 140735764340848 18446744073709551615 254500353057 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/20878/statm: 74508 10349 377 112 0 69473 0
[pid=20878/tid=20880] ppid=20875 vsize=298032 CPUtime=0.27 cores=0,2,4,6
/proc/20878/task/20880/stat : 20880 (strangenight1-m) R 20875 20878 20738 0 -1 4202560 3467 0 0 0 27 0 0 0 25 0 4 0 651493874 305184768 10351 33554432000 4194304 4650419 140735764340848 18446744073709551615 254500350629 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=20878/tid=20881] ppid=20875 vsize=298032 CPUtime=0.28 cores=0,2,4,6
/proc/20878/task/20881/stat : 20881 (strangenight1-m) R 20875 20878 20738 0 -1 4202560 3497 0 0 0 28 0 0 0 25 0 4 0 651493874 305184768 10354 33554432000 4194304 4650419 140735764340848 18446744073709551615 4437181 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=20878/tid=20882] ppid=20875 vsize=298032 CPUtime=0.28 cores=0,2,4,6
/proc/20878/task/20882/stat : 20882 (strangenight1-m) R 20875 20878 20738 0 -1 4202560 1686 0 0 0 28 0 0 0 25 0 4 0 651493875 305184768 10357 33554432000 4194304 4650419 140735764340848 18446744073709551615 4315464 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1.17
Current children cumulated vsize (KiB) 298032

[startup+0.700319 s]
/proc/loadavg: 8.17 8.06 6.92 6/353 20878
/proc/meminfo: memFree=24126768/32950928 swapFree=45937192/67111528
[pid=20878] ppid=20875 vsize=300756 CPUtime=2.77 cores=0,2,4,6
/proc/20878/stat : 20878 (strangenight1-m) R 20875 20878 20738 0 -1 4202496 17235 0 0 0 273 4 0 0 25 0 4 0 651493874 307974144 14050 33554432000 4194304 4650419 140735764340848 18446744073709551615 4365227 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/20878/statm: 75189 14050 389 112 0 70154 0
[pid=20878/tid=20880] ppid=20875 vsize=300756 CPUtime=0.68 cores=0,2,4,6
/proc/20878/task/20880/stat : 20880 (strangenight1-m) R 20875 20878 20738 0 -1 4202560 4701 0 0 0 67 1 0 0 25 0 4 0 651493874 307974144 14050 33554432000 4194304 4650419 140735764340848 18446744073709551615 4365313 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=20878/tid=20881] ppid=20875 vsize=300756 CPUtime=0.69 cores=0,2,4,6
/proc/20878/task/20881/stat : 20881 (strangenight1-m) R 20875 20878 20738 0 -1 4202560 4883 0 0 0 68 1 0 0 25 0 4 0 651493874 307974144 14050 33554432000 4194304 4650419 140735764340848 18446744073709551615 4366816 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=20878/tid=20882] ppid=20875 vsize=300756 CPUtime=0.68 cores=0,2,4,6
/proc/20878/task/20882/stat : 20882 (strangenight1-m) R 20875 20878 20738 0 -1 4202560 2403 0 0 0 68 0 0 0 25 0 4 0 651493875 307974144 14050 33554432000 4194304 4650419 140735764340848 18446744073709551615 4364762 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 2.77
Current children cumulated vsize (KiB) 300756

[startup+1.50116 s]
/proc/loadavg: 8.23 8.07 6.94 10/357 20883
/proc/meminfo: memFree=24028652/32950928 swapFree=45937192/67111528
[pid=20878] ppid=20875 vsize=306556 CPUtime=5.96 cores=0,2,4,6
/proc/20878/stat : 20878 (strangenight1-m) R 20875 20878 20738 0 -1 4202496 25305 0 0 0 591 5 0 0 25 0 4 0 651493874 313913344 15595 33554432000 4194304 4650419 140735764340848 18446744073709551615 4365337 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/20878/statm: 76639 15596 391 112 0 71604 0
[pid=20878/tid=20880] ppid=20875 vsize=306556 CPUtime=1.47 cores=0,2,4,6
/proc/20878/task/20880/stat : 20880 (strangenight1-m) R 20875 20878 20738 0 -1 4202560 6561 0 0 0 146 1 0 0 25 0 4 0 651493874 313913344 15596 33554432000 4194304 4650419 140735764340848 18446744073709551615 4334297 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=20878/tid=20881] ppid=20875 vsize=306556 CPUtime=1.49 cores=0,2,4,6
/proc/20878/task/20881/stat : 20881 (strangenight1-m) R 20875 20878 20738 0 -1 4202560 6950 0 0 0 148 1 0 0 25 0 4 0 651493874 313913344 15596 33554432000 4194304 4650419 140735764340848 18446744073709551615 4365321 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=20878/tid=20882] ppid=20875 vsize=306556 CPUtime=1.48 cores=0,2,4,6
/proc/20878/task/20882/stat : 20882 (strangenight1-m) R 20875 20878 20738 0 -1 4202560 4546 0 0 0 148 0 0 0 25 0 4 0 651493875 313913344 15596 33554432000 4194304 4650419 140735764340848 18446744073709551615 4520364 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 5.96
Current children cumulated vsize (KiB) 306556

[startup+3.10084 s]
/proc/loadavg: 8.23 8.07 6.94 9/357 20883
/proc/meminfo: memFree=24028676/32950928 swapFree=45937192/67111528
[pid=20878] ppid=20875 vsize=308268 CPUtime=12.35 cores=0,2,4,6
/proc/20878/stat : 20878 (strangenight1-m) R 20875 20878 20738 0 -1 4202496 39375 0 0 0 1227 8 0 0 25 0 4 0 651493874 315666432 17019 33554432000 4194304 4650419 140735764340848 18446744073709551615 4366816 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/20878/statm: 77067 17019 392 112 0 72032 0
[pid=20878/tid=20880] ppid=20875 vsize=308268 CPUtime=3.06 cores=0,2,4,6
/proc/20878/task/20880/stat : 20880 (strangenight1-m) R 20875 20878 20738 0 -1 4202560 9524 0 0 0 304 2 0 0 25 0 4 0 651493874 315666432 17019 33554432000 4194304 4650419 140735764340848 18446744073709551615 4365343 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=20878/tid=20881] ppid=20875 vsize=308268 CPUtime=3.09 cores=0,2,4,6
/proc/20878/task/20881/stat : 20881 (strangenight1-m) R 20875 20878 20738 0 -1 4202560 10154 0 0 0 307 2 0 0 25 0 4 0 651493874 315666432 17020 33554432000 4194304 4650419 140735764340848 18446744073709551615 4339796 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=20878/tid=20882] ppid=20875 vsize=308268 CPUtime=3.09 cores=0,2,4,6
/proc/20878/task/20882/stat : 20882 (strangenight1-m) R 20875 20878 20738 0 -1 4202560 8416 0 0 0 308 1 0 0 25 0 4 0 651493875 315666432 17020 33554432000 4194304 4650419 140735764340848 18446744073709551615 4520364 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 12.35
Current children cumulated vsize (KiB) 308268

[startup+6.3002 s]
/proc/loadavg: 8.21 8.07 6.94 9/357 20884
/proc/meminfo: memFree=23869524/32950928 swapFree=45937192/67111528
[pid=20878] ppid=20875 vsize=334548 CPUtime=25.1 cores=0,2,4,6
/proc/20878/stat : 20878 (strangenight1-m) R 20875 20878 20738 0 -1 4202496 76569 0 0 0 2493 17 0 0 25 0 4 0 651493874 342577152 36423 33554432000 4194304 4650419 140735764340848 18446744073709551615 4476519 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/20878/statm: 83637 36423 393 112 0 78602 0
[pid=20878/tid=20880] ppid=20875 vsize=334548 CPUtime=6.21 cores=0,2,4,6
/proc/20878/task/20880/stat : 20880 (strangenight1-m) R 20875 20878 20738 0 -1 4202560 19925 0 0 0 618 3 0 0 25 0 4 0 651493874 342577152 36423 33554432000 4194304 4650419 140735764340848 18446744073709551615 4439619 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=20878/tid=20881] ppid=20875 vsize=334548 CPUtime=6.29 cores=0,2,4,6
/proc/20878/task/20881/stat : 20881 (strangenight1-m) R 20875 20878 20738 0 -1 4202560 19121 0 0 0 623 6 0 0 25 0 4 0 651493874 342577152 36423 33554432000 4194304 4650419 140735764340848 18446744073709551615 4438643 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=20878/tid=20882] ppid=20875 vsize=334548 CPUtime=6.29 cores=0,2,4,6
/proc/20878/task/20882/stat : 20882 (strangenight1-m) R 20875 20878 20738 0 -1 4202560 14323 0 0 0 627 2 0 0 25 0 4 0 651493875 342577152 36423 33554432000 4194304 4650419 140735764340848 18446744073709551615 4366869 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 25.1
Current children cumulated vsize (KiB) 334548

[startup+12.7009 s]
/proc/loadavg: 8.20 8.07 6.95 9/357 20884
/proc/meminfo: memFree=23796552/32950928 swapFree=45937192/67111528
[pid=20878] ppid=20875 vsize=391788 CPUtime=50.63 cores=0,2,4,6
/proc/20878/stat : 20878 (strangenight1-m) R 20875 20878 20738 0 -1 4202496 100529 0 0 0 5042 21 0 0 25 0 4 0 651493874 401190912 51604 33554432000 4194304 4650419 140735764340848 18446744073709551615 4476309 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/20878/statm: 97947 51604 393 112 0 92912 0
[pid=20878/tid=20880] ppid=20875 vsize=391788 CPUtime=12.54 cores=0,2,4,6
/proc/20878/task/20880/stat : 20880 (strangenight1-m) R 20875 20878 20738 0 -1 4202560 24418 0 0 0 1250 4 0 0 25 0 4 0 651493874 401190912 51604 33554432000 4194304 4650419 140735764340848 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=20878/tid=20881] ppid=20875 vsize=391788 CPUtime=12.69 cores=0,2,4,6
/proc/20878/task/20881/stat : 20881 (strangenight1-m) R 20875 20878 20738 0 -1 4202560 23629 0 0 0 1263 6 0 0 25 0 4 0 651493874 401190912 51605 33554432000 4194304 4650419 140735764340848 18446744073709551615 4520364 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=20878/tid=20882] ppid=20875 vsize=391788 CPUtime=12.68 cores=0,2,4,6
/proc/20878/task/20882/stat : 20882 (strangenight1-m) R 20875 20878 20738 0 -1 4202560 24523 0 0 0 1265 3 0 0 25 0 4 0 651493875 401190912 51605 33554432000 4194304 4650419 140735764340848 18446744073709551615 4476514 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 50.63
Current children cumulated vsize (KiB) 391788

[startup+25.5004 s]
/proc/loadavg: 8.15 8.06 6.96 9/357 20884
/proc/meminfo: memFree=23617252/32950928 swapFree=45937192/67111528
[pid=20878] ppid=20875 vsize=549256 CPUtime=101.69 cores=0,2,4,6
/proc/20878/stat : 20878 (strangenight1-m) R 20875 20878 20738 0 -1 4202496 152571 0 0 0 10136 33 0 0 25 0 4 0 651493874 562438144 77245 33554432000 4194304 4650419 140735764340848 18446744073709551615 4476502 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/20878/statm: 137314 77245 393 112 0 132279 0
[pid=20878/tid=20880] ppid=20875 vsize=549256 CPUtime=25.2 cores=0,2,4,6
/proc/20878/task/20880/stat : 20880 (strangenight1-m) R 20875 20878 20738 0 -1 4202560 35770 0 0 0 2514 6 0 0 25 0 4 0 651493874 562438144 77245 33554432000 4194304 4650419 140735764340848 18446744073709551615 4476519 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=20878/tid=20881] ppid=20875 vsize=549256 CPUtime=25.49 cores=0,2,4,6
/proc/20878/task/20881/stat : 20881 (strangenight1-m) R 20875 20878 20738 0 -1 4202560 43173 0 0 0 2538 11 0 0 25 0 4 0 651493874 562438144 77245 33554432000 4194304 4650419 140735764340848 18446744073709551615 4476309 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=20878/tid=20882] ppid=20875 vsize=549256 CPUtime=25.49 cores=0,2,4,6
/proc/20878/task/20882/stat : 20882 (strangenight1-m) R 20875 20878 20738 0 -1 4202560 40342 0 0 0 2541 8 0 0 25 0 4 0 651493875 562438144 77245 33554432000 4194304 4650419 140735764340848 18446744073709551615 4365311 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 101.69
Current children cumulated vsize (KiB) 549256

[startup+51.1003 s]
/proc/loadavg: 8.23 8.09 7.00 9/357 20886
/proc/meminfo: memFree=23505100/32950928 swapFree=45937192/67111528
[pid=20878] ppid=20875 vsize=616532 CPUtime=203.81 cores=0,2,4,6
/proc/20878/stat : 20878 (strangenight1-m) R 20875 20878 20738 0 -1 4202496 212889 0 0 0 20329 52 0 0 25 0 4 0 651493874 631328768 92670 33554432000 4194304 4650419 140735764340848 18446744073709551615 4365227 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/20878/statm: 154133 92670 393 112 0 149098 0
[pid=20878/tid=20880] ppid=20875 vsize=616532 CPUtime=50.52 cores=0,2,4,6
/proc/20878/task/20880/stat : 20880 (strangenight1-m) R 20875 20878 20738 0 -1 4202560 43413 0 0 0 5044 8 0 0 25 0 4 0 651493874 631328768 92670 33554432000 4194304 4650419 140735764340848 18446744073709551615 4476502 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=20878/tid=20881] ppid=20875 vsize=616532 CPUtime=51.09 cores=0,2,4,6
/proc/20878/task/20881/stat : 20881 (strangenight1-m) R 20875 20878 20738 0 -1 4202560 66153 0 0 0 5090 19 0 0 25 0 4 0 651493874 631328768 92670 33554432000 4194304 4650419 140735764340848 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=20878/tid=20882] ppid=20875 vsize=616532 CPUtime=51.08 cores=0,2,4,6
/proc/20878/task/20882/stat : 20882 (strangenight1-m) R 20875 20878 20738 0 -1 4202560 53493 0 0 0 5097 11 0 0 25 0 4 0 651493875 631328768 92670 33554432000 4194304 4650419 140735764340848 18446744073709551615 4328259 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 203.81
Current children cumulated vsize (KiB) 616532

[startup+102.313 s]
/proc/loadavg: 8.24 8.11 7.06 9/357 20887
/proc/meminfo: memFree=23325980/32950928 swapFree=45937192/67111528
[pid=20878] ppid=20875 vsize=737020 CPUtime=408.09 cores=0,2,4,6
/proc/20878/stat : 20878 (strangenight1-m) R 20875 20878 20738 0 -1 4202496 323881 0 0 0 40726 83 0 0 25 0 4 0 651493874 754708480 119122 33554432000 4194304 4650419 140735764340848 18446744073709551615 4476514 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/20878/statm: 184255 119122 393 112 0 179220 0
[pid=20878/tid=20880] ppid=20875 vsize=737020 CPUtime=101.17 cores=0,2,4,6
/proc/20878/task/20880/stat : 20880 (strangenight1-m) R 20875 20878 20738 0 -1 4202560 53043 0 0 0 10107 10 0 0 25 0 4 0 651493874 754708480 119122 33554432000 4194304 4650419 140735764340848 18446744073709551615 4476502 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=20878/tid=20881] ppid=20875 vsize=737020 CPUtime=102.3 cores=0,2,4,6
/proc/20878/task/20881/stat : 20881 (strangenight1-m) R 20875 20878 20738 0 -1 4202560 105443 0 0 0 10199 31 0 0 25 0 4 0 651493874 754708480 119122 33554432000 4194304 4650419 140735764340848 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=20878/tid=20882] ppid=20875 vsize=737020 CPUtime=102.3 cores=0,2,4,6
/proc/20878/task/20882/stat : 20882 (strangenight1-m) R 20875 20878 20738 0 -1 4202560 95984 0 0 0 10209 21 0 0 25 0 4 0 651493875 754708480 119122 33554432000 4194304 4650419 140735764340848 18446744073709551615 4476519 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 408.09
Current children cumulated vsize (KiB) 737020

[startup+162.301 s]

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

[pid=20878] ppid=20875 vsize=1024108 CPUtime=2801.22 cores=0,2,4,6
/proc/20878/stat : 20878 (strangenight1-m) R 20875 20878 20738 0 -1 4202496 1113268 0 0 0 279728 394 0 0 25 0 4 0 651493874 1048686592 167292 33554432000 4194304 4650419 140735764340848 18446744073709551615 4365289 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/20878/statm: 256027 167292 393 112 0 250992 0
[pid=20878/tid=20880] ppid=20875 vsize=1024108 CPUtime=694.31 cores=0,2,4,6
/proc/20878/task/20880/stat : 20880 (strangenight1-m) R 20875 20878 20738 0 -1 4202560 76412 0 0 0 69413 18 0 0 25 0 4 0 651493874 1048686592 167292 33554432000 4194304 4650419 140735764340848 18446744073709551615 4476309 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=20878/tid=20881] ppid=20875 vsize=1024108 CPUtime=702.32 cores=0,2,4,6
/proc/20878/task/20881/stat : 20881 (strangenight1-m) R 20875 20878 20738 0 -1 4202560 421940 0 0 0 70084 148 0 0 25 0 4 0 651493874 1048686592 167292 33554432000 4194304 4650419 140735764340848 18446744073709551615 4476519 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=20878/tid=20882] ppid=20875 vsize=1024108 CPUtime=702.28 cores=0,2,4,6
/proc/20878/task/20882/stat : 20882 (strangenight1-m) R 20875 20878 20738 0 -1 4202560 374464 0 0 0 70104 124 0 0 25 0 4 0 651493875 1048686592 167292 33554432000 4194304 4650419 140735764340848 18446744073709551615 4366904 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 2801.22
Current children cumulated vsize (KiB) 1024108

[startup+762.314 s]
/proc/loadavg: 8.10 8.11 7.58 9/357 20916
/proc/meminfo: memFree=22969812/32950928 swapFree=45937192/67111528
[pid=20878] ppid=20875 vsize=1036424 CPUtime=3040.56 cores=0,2,4,6
/proc/20878/stat : 20878 (strangenight1-m) R 20875 20878 20738 0 -1 4202496 1185737 0 0 0 303640 416 0 0 25 0 4 0 651493874 1061298176 171000 33554432000 4194304 4650419 140735764340848 18446744073709551615 4476514 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/20878/statm: 259106 171000 393 112 0 254071 0
[pid=20878/tid=20880] ppid=20875 vsize=1036424 CPUtime=754.31 cores=0,2,4,6
/proc/20878/task/20880/stat : 20880 (strangenight1-m) R 20875 20878 20738 0 -1 4202560 84390 0 0 0 75409 22 0 0 25 0 4 0 651493874 1061298176 171000 33554432000 4194304 4650419 140735764340848 18446744073709551615 4520364 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=20878/tid=20881] ppid=20875 vsize=1036424 CPUtime=762.33 cores=0,2,4,6
/proc/20878/task/20881/stat : 20881 (strangenight1-m) R 20875 20878 20738 0 -1 4202560 437544 0 0 0 76083 150 0 0 25 0 4 0 651493874 1061298176 171000 33554432000 4194304 4650419 140735764340848 18446744073709551615 4476519 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=20878/tid=20882] ppid=20875 vsize=1036424 CPUtime=762.3 cores=0,2,4,6
/proc/20878/task/20882/stat : 20882 (strangenight1-m) R 20875 20878 20738 0 -1 4202560 398952 0 0 0 76095 135 0 0 25 0 4 0 651493875 1061298176 171000 33554432000 4194304 4650419 140735764340848 18446744073709551615 4476519 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3040.56
Current children cumulated vsize (KiB) 1036424

[startup+822.301 s]
/proc/loadavg: 8.22 8.14 7.62 9/357 20917
/proc/meminfo: memFree=22958004/32950928 swapFree=45937192/67111528
[pid=20878] ppid=20875 vsize=999788 CPUtime=3279.83 cores=0,2,4,6
/proc/20878/stat : 20878 (strangenight1-m) R 20875 20878 20738 0 -1 4202496 1280037 0 0 0 327539 444 0 0 25 0 4 0 651493874 1023782912 173372 33554432000 4194304 4650419 140735764340848 18446744073709551615 4476502 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/20878/statm: 249947 173372 393 112 0 244912 0
[pid=20878/tid=20880] ppid=20875 vsize=999788 CPUtime=814.3 cores=0,2,4,6
/proc/20878/task/20880/stat : 20880 (strangenight1-m) R 20875 20878 20738 0 -1 4202560 113949 0 0 0 81389 41 0 0 25 0 4 0 651493874 1023782912 173372 33554432000 4194304 4650419 140735764340848 18446744073709551615 4365323 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=20878/tid=20881] ppid=20875 vsize=999788 CPUtime=822.31 cores=0,2,4,6
/proc/20878/task/20881/stat : 20881 (strangenight1-m) R 20875 20878 20738 0 -1 4202560 454645 0 0 0 82079 152 0 0 25 0 4 0 651493874 1023782912 173372 33554432000 4194304 4650419 140735764340848 18446744073709551615 4476522 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=20878/tid=20882] ppid=20875 vsize=999788 CPUtime=822.29 cores=0,2,4,6
/proc/20878/task/20882/stat : 20882 (strangenight1-m) R 20875 20878 20738 0 -1 4202560 421448 0 0 0 82091 138 0 0 25 0 4 0 651493875 1023782912 173372 33554432000 4194304 4650419 140735764340848 18446744073709551615 4443768 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3279.83
Current children cumulated vsize (KiB) 999788

[startup+882.301 s]
/proc/loadavg: 8.29 8.16 7.66 9/357 20919
/proc/meminfo: memFree=22943976/32950928 swapFree=45937192/67111528
[pid=20878] ppid=20875 vsize=1051380 CPUtime=3519.13 cores=0,2,4,6
/proc/20878/stat : 20878 (strangenight1-m) R 20875 20878 20738 0 -1 4202496 1358904 0 0 0 351451 462 0 0 25 0 4 0 651493874 1076613120 177367 33554432000 4194304 4650419 140735764340848 18446744073709551615 4476519 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/20878/statm: 262845 177367 393 112 0 257810 0
[pid=20878/tid=20880] ppid=20875 vsize=1051380 CPUtime=874.3 cores=0,2,4,6
/proc/20878/task/20880/stat : 20880 (strangenight1-m) R 20875 20878 20738 0 -1 4202560 127371 0 0 0 87382 48 0 0 25 0 4 0 651493874 1076613120 177367 33554432000 4194304 4650419 140735764340848 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=20878/tid=20881] ppid=20875 vsize=1051380 CPUtime=882.32 cores=0,2,4,6
/proc/20878/task/20881/stat : 20881 (strangenight1-m) R 20875 20878 20738 0 -1 4202560 471429 0 0 0 88077 155 0 0 25 0 4 0 651493874 1076613120 177367 33554432000 4194304 4650419 140735764340848 18446744073709551615 4476514 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=20878/tid=20882] ppid=20875 vsize=1051380 CPUtime=882.3 cores=0,2,4,6
/proc/20878/task/20882/stat : 20882 (strangenight1-m) R 20875 20878 20738 0 -1 4202560 443682 0 0 0 88088 142 0 0 25 0 4 0 651493875 1076613120 177367 33554432000 4194304 4650419 140735764340848 18446744073709551615 4476514 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3519.13
Current children cumulated vsize (KiB) 1051380

[startup+942.301 s]
/proc/loadavg: 8.38 8.20 7.70 9/357 20925
/proc/meminfo: memFree=22861280/32950928 swapFree=45937192/67111528
[pid=20878] ppid=20875 vsize=1052880 CPUtime=3758.44 cores=0,2,4,6
/proc/20878/stat : 20878 (strangenight1-m) R 20875 20878 20738 0 -1 4202496 1453046 0 0 0 375356 488 0 0 25 0 4 0 651493874 1078149120 176199 33554432000 4194304 4650419 140735764340848 18446744073709551615 4476514 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/20878/statm: 263220 176199 393 112 0 258185 0
[pid=20878/tid=20880] ppid=20875 vsize=1052880 CPUtime=934.29 cores=0,2,4,6
/proc/20878/task/20880/stat : 20880 (strangenight1-m) R 20875 20878 20738 0 -1 4202560 152970 0 0 0 93367 62 0 0 25 0 4 0 651493874 1078149120 176199 33554432000 4194304 4650419 140735764340848 18446744073709551615 4368288 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=20878/tid=20881] ppid=20875 vsize=1052880 CPUtime=942.32 cores=0,2,4,6
/proc/20878/task/20881/stat : 20881 (strangenight1-m) R 20875 20878 20738 0 -1 4202560 488801 0 0 0 94074 158 0 0 25 0 4 0 651493874 1078149120 176199 33554432000 4194304 4650419 140735764340848 18446744073709551615 4476514 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=20878/tid=20882] ppid=20875 vsize=1052880 CPUtime=942.29 cores=0,2,4,6
/proc/20878/task/20882/stat : 20882 (strangenight1-m) R 20875 20878 20738 0 -1 4202560 467889 0 0 0 94083 146 0 0 25 0 4 0 651493875 1078149120 176199 33554432000 4194304 4650419 140735764340848 18446744073709551615 4476502 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3758.44
Current children cumulated vsize (KiB) 1052880

[startup+1002.3 s]
/proc/loadavg: 8.14 8.16 7.72 9/357 20926
/proc/meminfo: memFree=22842216/32950928 swapFree=45937192/67111528
[pid=20878] ppid=20875 vsize=1054572 CPUtime=3997.75 cores=0,2,4,6
/proc/20878/stat : 20878 (strangenight1-m) R 20875 20878 20738 0 -1 4202496 1549059 0 0 0 399259 516 0 0 25 0 4 0 651493874 1079881728 177072 33554432000 4194304 4650419 140735764340848 18446744073709551615 4476514 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/20878/statm: 263643 177072 393 112 0 258608 0
[pid=20878/tid=20880] ppid=20875 vsize=1054572 CPUtime=994.3 cores=0,2,4,6
/proc/20878/task/20880/stat : 20880 (strangenight1-m) R 20875 20878 20738 0 -1 4202560 178642 0 0 0 99350 80 0 0 25 0 4 0 651493874 1079881728 177072 33554432000 4194304 4650419 140735764340848 18446744073709551615 4363337 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=20878/tid=20881] ppid=20875 vsize=1054572 CPUtime=1002.33 cores=0,2,4,6
/proc/20878/task/20881/stat : 20881 (strangenight1-m) R 20875 20878 20738 0 -1 4202560 507024 0 0 0 100072 161 0 0 25 0 4 0 651493874 1079881728 177072 33554432000 4194304 4650419 140735764340848 18446744073709551615 4476502 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=20878/tid=20882] ppid=20875 vsize=1054572 CPUtime=1002.3 cores=0,2,4,6
/proc/20878/task/20882/stat : 20882 (strangenight1-m) R 20875 20878 20738 0 -1 4202560 492295 0 0 0 100080 150 0 0 25 0 4 0 651493875 1079881728 177072 33554432000 4194304 4650419 140735764340848 18446744073709551615 4476514 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3997.75
Current children cumulated vsize (KiB) 1054572

[startup+1062.3 s]
/proc/loadavg: 8.11 8.15 7.74 9/357 20928
/proc/meminfo: memFree=22809580/32950928 swapFree=45937192/67111528
[pid=20878] ppid=20875 vsize=1067876 CPUtime=4237.06 cores=0,2,4,6
/proc/20878/stat : 20878 (strangenight1-m) R 20875 20878 20738 0 -1 4202496 1630677 0 0 0 423177 529 0 0 25 0 4 0 651493874 1093505024 180467 33554432000 4194304 4650419 140735764340848 18446744073709551615 4476514 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/20878/statm: 266969 180467 393 112 0 261934 0
[pid=20878/tid=20880] ppid=20875 vsize=1067876 CPUtime=1054.3 cores=0,2,4,6
/proc/20878/task/20880/stat : 20880 (strangenight1-m) R 20875 20878 20738 0 -1 4202560 188693 0 0 0 105347 83 0 0 25 0 4 0 651493874 1093505024 180467 33554432000 4194304 4650419 140735764340848 18446744073709551615 4476502 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=20878/tid=20881] ppid=20875 vsize=1067876 CPUtime=1062.33 cores=0,2,4,6
/proc/20878/task/20881/stat : 20881 (strangenight1-m) R 20875 20878 20738 0 -1 4202560 525272 0 0 0 106070 163 0 0 25 0 4 0 651493874 1093505024 180467 33554432000 4194304 4650419 140735764340848 18446744073709551615 4476519 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=20878/tid=20882] ppid=20875 vsize=1067876 CPUtime=1062.3 cores=0,2,4,6
/proc/20878/task/20882/stat : 20882 (strangenight1-m) R 20875 20878 20738 0 -1 4202560 517406 0 0 0 106076 154 0 0 25 0 4 0 651493875 1093505024 180467 33554432000 4194304 4650419 140735764340848 18446744073709551615 4476519 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4237.06
Current children cumulated vsize (KiB) 1067876

[startup+1122.3 s]
/proc/loadavg: 8.10 8.13 7.76 9/357 20929
/proc/meminfo: memFree=22828392/32950928 swapFree=45937192/67111528
[pid=20878] ppid=20875 vsize=1067876 CPUtime=4476.34 cores=0,2,4,6
/proc/20878/stat : 20878 (strangenight1-m) R 20875 20878 20738 0 -1 4202496 1698570 0 0 0 447094 540 0 0 25 0 4 0 651493874 1093505024 183164 33554432000 4194304 4650419 140735764340848 18446744073709551615 4365227 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/20878/statm: 266969 183164 393 112 0 261934 0
[pid=20878/tid=20880] ppid=20875 vsize=1067876 CPUtime=1114.31 cores=0,2,4,6
/proc/20878/task/20880/stat : 20880 (strangenight1-m) R 20875 20878 20738 0 -1 4202560 188697 0 0 0 111348 83 0 0 25 0 4 0 651493874 1093505024 183164 33554432000 4194304 4650419 140735764340848 18446744073709551615 4476514 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=20878/tid=20881] ppid=20875 vsize=1067876 CPUtime=1122.33 cores=0,2,4,6
/proc/20878/task/20881/stat : 20881 (strangenight1-m) R 20875 20878 20738 0 -1 4202560 543746 0 0 0 112068 165 0 0 25 0 4 0 651493874 1093505024 183164 33554432000 4194304 4650419 140735764340848 18446744073709551615 4476519 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=20878/tid=20882] ppid=20875 vsize=1067876 CPUtime=1122.3 cores=0,2,4,6
/proc/20878/task/20882/stat : 20882 (strangenight1-m) R 20875 20878 20738 0 -1 4202560 542318 0 0 0 112073 157 0 0 25 0 4 0 651493875 1093505024 183164 33554432000 4194304 4650419 140735764340848 18446744073709551615 4476522 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4476.34
Current children cumulated vsize (KiB) 1067876

[startup+1182.3 s]
/proc/loadavg: 8.09 8.12 7.77 9/357 20931
/proc/meminfo: memFree=22745532/32950928 swapFree=45937192/67111528
[pid=20878] ppid=20875 vsize=1028176 CPUtime=4715.64 cores=0,2,4,6
/proc/20878/stat : 20878 (strangenight1-m) R 20875 20878 20738 0 -1 4202496 1776538 0 0 0 470998 566 0 0 25 0 4 0 651493874 1052852224 180341 33554432000 4194304 4650419 140735764340848 18446744073709551615 4366906 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/20878/statm: 257044 180341 393 112 0 252009 0
[pid=20878/tid=20880] ppid=20875 vsize=1028176 CPUtime=1174.3 cores=0,2,4,6
/proc/20878/task/20880/stat : 20880 (strangenight1-m) R 20875 20878 20738 0 -1 4202560 188698 0 0 0 117347 83 0 0 25 0 4 0 651493874 1052852224 180341 33554432000 4194304 4650419 140735764340848 18446744073709551615 4476502 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=20878/tid=20881] ppid=20875 vsize=1028176 CPUtime=1182.33 cores=0,2,4,6
/proc/20878/task/20881/stat : 20881 (strangenight1-m) R 20875 20878 20738 0 -1 4202560 562258 0 0 0 118065 168 0 0 25 0 4 0 651493874 1052852224 180341 33554432000 4194304 4650419 140735764340848 18446744073709551615 4476522 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=20878/tid=20882] ppid=20875 vsize=1028176 CPUtime=1182.3 cores=0,2,4,6
/proc/20878/task/20882/stat : 20882 (strangenight1-m) R 20875 20878 20738 0 -1 4202560 565625 0 0 0 118070 160 0 0 25 0 4 0 651493875 1052852224 180341 33554432000 4194304 4650419 140735764340848 18446744073709551615 4476514 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4715.64
Current children cumulated vsize (KiB) 1028176



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1203.5 s]
/proc/loadavg: 8.06 8.11 7.78 9/357 20932
/proc/meminfo: memFree=22783092/32950928 swapFree=45937192/67111528
[pid=20878] ppid=20875 vsize=1082588 CPUtime=4800.21 cores=0,2,4,6
/proc/20878/stat : 20878 (strangenight1-m) R 20875 20878 20738 0 -1 4202496 1807069 0 0 0 479441 580 0 0 25 0 4 0 651493874 1108570112 185192 33554432000 4194304 4650419 140735764340848 18446744073709551615 4365227 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/20878/statm: 270647 185192 393 112 0 265612 0
[pid=20878/tid=20880] ppid=20875 vsize=1082588 CPUtime=1195.52 cores=0,2,4,6
/proc/20878/task/20880/stat : 20880 (strangenight1-m) R 20875 20878 20738 0 -1 4202560 188698 0 0 0 119469 83 0 0 25 0 4 0 651493874 1108570112 185194 33554432000 4194304 4650419 140735764340848 18446744073709551615 4476502 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=20878/tid=20881] ppid=20875 vsize=1082588 CPUtime=1203.55 cores=0,2,4,6
/proc/20878/task/20881/stat : 20881 (strangenight1-m) R 20875 20878 20738 0 -1 4202560 568486 0 0 0 120185 170 0 0 25 0 4 0 651493874 1108570112 185194 33554432000 4194304 4650419 140735764340848 18446744073709551615 4476502 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=20878/tid=20882] ppid=20875 vsize=1082588 CPUtime=1203.52 cores=0,2,4,6
/proc/20878/task/20882/stat : 20882 (strangenight1-m) R 20875 20878 20738 0 -1 4202560 577033 0 0 0 120186 166 0 0 25 0 4 0 651493875 1108570112 185194 33554432000 4194304 4650419 140735764340848 18446744073709551615 4364777 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4800.21
Current children cumulated vsize (KiB) 1082588

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

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

[startup+1203.5 s]
/proc/loadavg: 8.06 8.11 7.78 9/357 20932
/proc/meminfo: memFree=22783092/32950928 swapFree=45937192/67111528
[pid=20878] ppid=20875 vsize=1082588 CPUtime=4800.21 cores=0,2,4,6
/proc/20878/stat : 20878 (strangenight1-m) R 20875 20878 20738 0 -1 4202496 1807069 0 0 0 479441 580 0 0 25 0 4 0 651493874 1108570112 185192 33554432000 4194304 4650419 140735764340848 18446744073709551615 4365227 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/20878/statm: 270647 185192 393 112 0 265612 0
[pid=20878/tid=20880] ppid=20875 vsize=1082588 CPUtime=1195.52 cores=0,2,4,6
/proc/20878/task/20880/stat : 20880 (strangenight1-m) R 20875 20878 20738 0 -1 4202560 188698 0 0 0 119469 83 0 0 25 0 4 0 651493874 1108570112 185194 33554432000 4194304 4650419 140735764340848 18446744073709551615 4476502 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=20878/tid=20881] ppid=20875 vsize=1082588 CPUtime=1203.55 cores=0,2,4,6
/proc/20878/task/20881/stat : 20881 (strangenight1-m) R 20875 20878 20738 0 -1 4202560 568486 0 0 0 120185 170 0 0 25 0 4 0 651493874 1108570112 185194 33554432000 4194304 4650419 140735764340848 18446744073709551615 4476502 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=20878/tid=20882] ppid=20875 vsize=1082588 CPUtime=1203.52 cores=0,2,4,6
/proc/20878/task/20882/stat : 20882 (strangenight1-m) R 20875 20878 20738 0 -1 4202560 577033 0 0 0 120186 166 0 0 25 0 4 0 651493875 1108570112 185194 33554432000 4194304 4650419 140735764340848 18446744073709551615 4364777 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4800.21
Current children cumulated vsize (KiB) 1082588

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1203.55
CPU time (s): 4800.28
CPU user time (s): 4794.44
CPU system time (s): 5.83811
CPU usage (%): 398.843
Max. virtual memory (cumulated for all children) (KiB): 1095136

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4794.45
system time used= 5.83811
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1807075
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= 1557
involuntary context switches= 23042

runsolver used 3.9164 second user time and 9.8355 second system time

The end

Launcher Data

Begin job on node149 at 2011-05-14 20:49:32
IDJOB=3368621
IDBENCH=82630
IDSOLVER=1846
FILE ID=node149/3368621-1305398972
RUNJOBID= node149-1305397766-20756
PBS_JOBID= 13324466
Free space on /tmp= 73564 MiB

SOLVER NAME= CryptoMiniSat Strange-Night-1-mt (fixed)
BENCH NAME= SAT11/random/large/unif-k5-r20-v2000-c40000-S1264065752-051-UNKNOWN.cnf
COMMAND LINE= ./strangenight1-mt --threads=NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3368621-1305398972/watcher-3368621-1305398972 -o /tmp/evaluation-result-3368621-1305398972/solver-3368621-1305398972 -C 4800 -W 1300 -M 15500  ./strangenight1-mt --threads=4 HOME/instance-3368621-1305398972.cnf

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

MD5SUM BENCH= fafa522767a4e86ea9e03f34c2fb7311
RANDOM SEED=2113592151

node149.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	: 5332.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.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.83
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.73
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.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.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.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.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:     32950928 kB
MemFree:      24126924 kB
Buffers:        306868 kB
Cached:        3869248 kB
SwapCached:      19984 kB
Active:        6324016 kB
Inactive:      2206348 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      24126924 kB
SwapTotal:    67111528 kB
SwapFree:     45937192 kB
Dirty:           14388 kB
Writeback:           0 kB
AnonPages:     4346912 kB
Mapped:          14200 kB
Slab:           156964 kB
PageTables:      71928 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 80276948 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= 73560 MiB
End job on node149 at 2011-05-14 21:09:37