Trace number 3175012

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? (TO) 4800.26 1201.75

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.00	c Using 4 threads
0.00/0.00	c This is CryptoMiniSat 2.9.0
0.00/0.00	c compiled with gcc version 4.4.5
0.00/0.00	c WARNING: for repeatability, setting FPU to use double precision
0.00/0.00	c Reading file 'HOME/instance-3175012-1304077541.cnf'
0.00/0.00	c -- header says num vars:           2000
0.00/0.00	c -- header says num clauses:       40000
0.09/0.02	c -- clauses added:            0 learnts,        40000 normals,            0 xors
0.09/0.02	c -- vars added       2000
0.09/0.02	c Parsing time:  0.08 s
0.09/0.02	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.92
0.78/0.27	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.04
0.78/0.29	c bin-w-bin subsume rem            0 bins  time:  0.00 s
0.78/0.29	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
0.78/0.29	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   2000 time:  0.00 s
0.78/0.29	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
1.18/0.36	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.24 s
1.18/0.36	c Finding binary XORs  T:     0.00 s  found:       0
1.18/0.37	c Finding non-binary XORs:     0.07 s (found:       0, avg size: nan)
1.18/0.37	c calculated reachability. Time: 0.00
1.18/0.38	c Calc default polars -  time:   0.01 s pos:     975 undec:      82 neg:     943
1.18/0.38	c =========================================================================================
1.18/0.38	c types(t): F = full restart, N = normal restart
1.18/0.38	c types(t): S = simplification begin/end, E = solution found
1.18/0.38	c restart types(rt): st = static, dy = dynamic
1.18/0.38	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits
1.18/0.38	c  B st     0         0      2000     40000         0         0    200000         0   no data   no data  --
2.78/0.79	c  N dy    21      4013      2000     40000         0      4013    200000    749691    139.83    148.34  --
4.77/1.28	c  N dy    50      8253      2000     40000         0      4924    200000    524666    144.42    153.92  --
6.77/1.75	c  N dy    73     12324      2000     40000         0      8994    200000   1269650    144.20    155.50  --
8.78/2.25	c  N dy    98     16341      2000     40000         0      7516    200000    670341    144.35    152.40  --
10.77/2.73	c  N dy   124     20369      2000     40000         0     11544    200000   1411705    144.82    161.23  --
12.77/3.27	c  N dy   149     24553      2000     40000         0      8646    200000    613324    144.84    154.39  --
13.18/3.32	c  F st   153     25003      2000     40000         0      9095    200000    694636    144.69    112.98  --
15.56/3.97	c  N dy   159     30001      2000     40000         0     14083    200000   1774851    144.69   no data  --
15.56/3.97	c  S st   159     30001      2000     40000         0     14083    200000   1774851    144.69   no data  --
15.95/4.06	c  S st   159     30502      2000     40000         0     14584    200000   1862541    144.69   no data  --
15.95/4.07	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
15.95/4.07	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
15.95/4.09	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.7M T:  0.09
16.76/4.20	c bin-w-bin subsume rem            0 bins  time:  0.00 s
16.76/4.20	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
16.76/4.20	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   2000 time:  0.00 s
16.76/4.20	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
39.91/10.05	c lits-rem:       558  cl-subs:       18  v-elim:      0  v-fix:    0  time: 23.32 s
41.11/10.39	c asymm  cl-useful: 0/39214/40000 lits-rem:0 time: 1.35
41.11/10.39	c calculated reachability. Time: 0.00
41.11/10.39	c  N dy   159     30502      2000     40000         0     14566    200000   1854492    144.69   no data  --
43.53/10.96	c  N dy   180     34601      2000     40000         0     10296    200000    704276    144.12    152.24  --
45.91/11.50	c  N dy   202     38682      2000     40000         0     14377    200000   1443189    143.81    152.03  --
47.93/12.10	c  N dy   229     42799      2000     40000         0     18493    200000   2195863    143.97    152.24  --
49.90/12.52	c  S st   246     45754      2000     40000         0     11931    200000    791500    143.83    146.22  --
50.30/12.61	c  S st   246     46257      2000     40000         0     12434    200000    873234    143.83   no data  --
50.30/12.61	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
50.30/12.61	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
50.30/12.63	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.6M T:  0.10
50.30/12.67	c bin-w-bin subsume rem            0 bins  time:  0.00 s
50.30/12.67	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
50.30/12.67	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   2000 time:  0.00 s
50.30/12.67	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
65.49/16.46	c lits-rem:       751  cl-subs:        1  v-elim:      0  v-fix:    0  time: 15.12 s
65.49/16.47	c vivif2 --  cl tried    40000 cl shrink        0 lits rem          0 time: 0.01
65.49/16.47	c vivif2 --  cl tried    12433 cl shrink        0 lits rem          0 time: 0.04
65.49/16.48	c asymm  cl-useful: 0/786/40000 lits-rem:0 time: 0.04
65.49/16.49	c calculated reachability. Time: 0.00
65.49/16.49	c  N dy   246     46257      2000     40000         0     12433    200000    872014    143.83   no data  --
67.88/17.04	c  N dy   270     50291      2000     40000         0     16463    200000   1589160    143.61    181.80  --
70.29/17.63	c  N dy   293     54381      2000     40000         0     20553    200000   2328271    143.56    152.22  --
72.67/18.22	c  N dy   316     58416      2000     40000         0     13997    200000    970788    143.41    152.04  --
75.07/18.82	c  N dy   342     62516      2000     40000         0     18096    200000   1714635    143.52    156.55  --
77.46/19.48	c  N dy   371     66628      2000     40000         0     22207    200000   2470710    143.63    151.53  --
79.46/19.92	c  S st   389     69385      2000     40000         0     13336    200000    667291    143.70   no data  --
79.86/20.01	c  S st   389     69888      2000     40000         0     13839    200000    746004    143.70   no data  --
79.86/20.02	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
79.86/20.02	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
79.86/20.04	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.7M T:  0.10
79.86/20.08	c bin-w-bin subsume rem            0 bins  time:  0.00 s
79.86/20.08	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
79.86/20.08	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   2000 time:  0.00 s
79.86/20.08	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
103.03/25.84	c lits-rem:      1685  cl-subs:        2  v-elim:      0  v-fix:    0  time: 23.02 s
103.03/25.85	c vivif2 --  cl tried    40000 cl shrink        0 lits rem          0 time: 0.02
103.03/25.85	c vivif2 --  cl tried    13837 cl shrink        0 lits rem          0 time: 0.03
104.63/26.23	c asymm  cl-useful: 0/39546/40000 lits-rem:0 time: 1.48
104.63/26.23	c calculated reachability. Time: 0.00
104.63/26.23	c  N dy   389     69888      2000     40000         0     13837    200000    744110    143.70   no data  --
107.42/26.92	c  N dy   416     74355      2000     40000         0     18303    200000   1550408    143.60    185.56  --
111.02/27.80	c  N dy   445     79491      2000     40000         0     23438    200000   2484207    143.54    151.90  --
114.23/28.67	c  N dy   481     84633      2000     40000         0     15930    200000    965503    143.87    157.67  --
116.21/29.12	c  F st   499     87500      2000     40000         0     18797    200000   1484040    143.82    127.88  --
118.22/29.66	c  N st   504     90800      2000     40000         0     22094    200000   2140262    143.82   no data  --
122.62/30.71	c  N dy   531     96686      2000     40000         0     14326    200000    493979    143.98    182.22  --
126.60/31.72	c  N dy   569    102862      2000     40000         0     20501    200000   1622742    143.96    151.71  --
127.79/32.08	c  S st   583    104833      2000     40000         0     22471    200000   1982675    143.98   no data  --
128.59/32.20	c  S st   583    105340      2000     40000         0     22978    200000   2061590    143.98   no data  --
128.59/32.21	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.03
128.59/32.21	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
128.59/32.25	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.8M T:  0.15
129.00/32.34	c bin-w-bin subsume rem            0 bins  time:  0.00 s
129.00/32.34	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
129.00/32.34	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   2000 time:  0.00 s
129.00/32.34	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
188.11/47.18	c lits-rem:       659  cl-subs:        2  v-elim:      0  v-fix:    0  time: 59.21 s
188.11/47.19	c vivif2 --  cl tried    40000 cl shrink        0 lits rem          0 time: 0.01
188.52/47.21	c vivif2 --  cl tried    22976 cl shrink        0 lits rem          0 time: 0.07
189.71/47.56	c asymm  cl-useful: 0/32919/40000 lits-rem:0 time: 1.40
189.71/47.56	c calculated reachability. Time: 0.00
189.71/47.56	c  N dy   583    105340      2000     40000         0     22976    200000   2060399    143.98   no data  --
194.50/48.70	c  N dy   627    112153      2000     40000         0     15132    200000    455990    144.03    153.59  --
198.49/49.76	c  N dy   668    119476      2000     40000         0     22451    200000   1791623    144.00    152.03  --
204.09/51.11	c  N dy   719    127186      2000     40000         0     30160    200000   3196890    144.01    151.88  --
209.28/52.46	c  N dy   777    135409      2000     40000         0     22722    200000   1699328    144.39    155.78  --
215.67/54.04	c  N dy   832    144099      2000     40000         0     31412    200000   3301706    144.47    162.40  --
222.06/55.64	c  N dy   897    153441      2000     40000         0     24090    200000   1765370    144.65    154.93  --
225.26/56.46	c  S st   931    158010      2000     40000         0     28656    200000   2610645    144.77   no data  --
225.66/56.59	c  S st   931    158513      2000     40000         0     29159    200000   2685824    144.77   no data  --
225.66/56.59	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.03
225.66/56.59	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
226.06/56.63	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.8M T:  0.15
226.46/56.73	c bin-w-bin subsume rem            0 bins  time:  0.00 s
226.46/56.73	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
226.46/56.73	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   2000 time:  0.00 s
226.46/56.73	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
317.93/79.61	c lits-rem:       764  cl-subs:        8  v-elim:      0  v-fix:    0  time: 91.21 s
317.93/79.61	c vivif2 --  cl tried    40000 cl shrink        0 lits rem          0 time: 0.01
317.93/79.64	c vivif2 --  cl tried    29151 cl shrink        0 lits rem          0 time: 0.11
318.33/79.75	c asymm  cl-useful: 0/7081/40000 lits-rem:0 time: 0.45
318.33/79.75	c calculated reachability. Time: 0.00
318.33/79.75	c  N dy   931    158513      2000     40000         0     29151    200000   2681596    144.77   no data  --
325.52/81.50	c  N dy   993    168784      2000     40000         0     21767    200000   1141168    144.77    153.33  --
332.72/83.37	c  N dy  1065    179602      2000     40000         0     32584    200000   3123271    144.84    152.80  --
341.10/85.45	c  N dy  1143    191207      2000     40000         0     25522    200000   1646648    144.95    153.20  --
350.69/87.86	c  N dy  1223    203458      2000     40000         0     37764    200000   3921043    145.06    153.05  --
360.67/90.30	c  N dy  1299    216510      2000     40000         0     31150    200000   2489465    144.96    153.42  --
371.85/93.13	c  N dy  1384    230429      2000     40000         0     24408    200000   1093004    144.93    188.89  --
377.05/94.49	c  S st  1425    237771      2000     40000         0     31748    200000   2431343    144.92   no data  --
377.86/94.63	c  S st  1425    238280      2000     40000         0     32257    200000   2514827    144.92   no data  --
377.86/94.63	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.03
377.86/94.63	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
377.86/94.68	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.9M T:  0.18
378.24/94.77	c bin-w-bin subsume rem            0 bins  time:  0.00 s
378.24/94.77	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
378.24/94.77	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   2000 time:  0.00 s
378.24/94.77	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
466.12/116.78	c lits-rem:       557  cl-subs:        6  v-elim:      0  v-fix:    0  time: 87.81 s
466.12/116.79	c vivif2 --  cl tried    40000 cl shrink        0 lits rem          0 time: 0.02
466.52/116.81	c vivif2 --  cl tried    32251 cl shrink        0 lits rem          0 time: 0.10
468.12/117.25	c asymm  cl-useful: 0/28203/40000 lits-rem:0 time: 1.77
468.12/117.26	c calculated reachability. Time: 0.00
468.12/117.26	c  N dy  1425    238280      2000     40000         0     32251    200000   2511697    144.92   no data  --
480.91/120.43	c  N dy  1514    253540      2000     40000         0     25856    200000   1195969    144.91    158.72  --
494.49/123.88	c  N dy  1614    269725      2000     40000         0     42036    200000   4156631    144.93    157.87  --
509.29/127.59	c  N dy  1722    287179      2000     40000         0     36824    200000   3016742    144.94    153.44  --
525.65/131.68	c  N dy  1833    305634      2000     40000         0     31613    200000   1889473    144.95    153.28  --
526.45/131.80	c  F st  1836    306252      2000     40000         0     32230    200000   2002799    144.94    141.71  --
542.82/135.91	c  N dy  1925    325162      2000     40000         0     26472    200000    772721    144.89    159.58  --
559.60/140.15	c  N dy  2056    345203      2000     40000         0     46500    200000   4471474    145.05    153.76  --
569.99/142.74	c  S st  2129    357421      2000     40000         0     33054    200000   1801455    145.05   no data  --
570.39/142.88	c  S st  2129    357927      2000     40000         0     33560    200000   1876510    145.05   no data  --
570.39/142.89	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.03
570.39/142.89	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
570.80/142.93	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.9M T:  0.17
570.80/143.00	c bin-w-bin subsume rem            0 bins  time:  0.00 s
570.80/143.00	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
570.80/143.00	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   2000 time:  0.00 s
571.20/143.00	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
623.53/156.17	c lits-rem:       620  cl-subs:        3  v-elim:      0  v-fix:    0  time: 52.52 s
623.53/156.17	c vivif2 --  cl tried    40000 cl shrink        0 lits rem          0 time: 0.02
623.53/156.19	c vivif2 --  cl tried    33557 cl shrink        0 lits rem          0 time: 0.08
624.71/156.42	c asymm  cl-useful: 0/11797/40000 lits-rem:0 time: 0.92
624.71/156.42	c calculated reachability. Time: 0.00
624.71/156.42	c  N dy  2129    357927      2000     40000         0     33557    200000   1875060    145.05   no data  --
643.08/161.04	c  N dy  2248    377938      2000     40000         0     26911    200000    508531    145.06    154.65  --
659.85/165.29	c  N dy  2372    398000      2000     40000         0     46963    200000   4207234    145.09    153.09  --
678.24/169.81	c  N dy  2494    418233      2000     40000         0     39534    200000   2654663    145.05    157.29  --
697.41/174.62	c  N dy  2617    438281      2000     40000         0     30916    200000    887548    145.02    154.73  --
714.99/179.07	c  N dy  2754    458371      2000     40000         0     51002    200000   4590909    145.12    155.38  --
733.78/183.72	c  N dy  2870    478405      2000     40000         0     41376    200000   2612662    145.08    153.33  --
754.13/188.85	c  N dy  3004    498412      2000     40000         0     30720    200000    501114    145.16    155.00  --
772.10/193.30	c  N dy  3129    518443      2000     40000         0     50744    200000   4185458    145.17    153.97  --
790.08/197.88	c  S st  3249    536890      2000     40000         0     37525    200000   1588832    145.27   no data  --
790.90/198.03	c  S st  3249    537393      2000     40000         0     38028    200000   1667679    145.27   no data  --
790.90/198.03	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.03
790.90/198.03	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
790.90/198.08	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.0M T:  0.19
791.28/198.15	c bin-w-bin subsume rem            0 bins  time:  0.00 s
791.28/198.15	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
791.28/198.15	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   2000 time:  0.00 s
791.28/198.15	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
830.45/207.96	c lits-rem:       557  cl-subs:        1  v-elim:      0  v-fix:    0  time: 39.16 s
830.45/207.97	c vivif2 --  cl tried    40000 cl shrink        0 lits rem          0 time: 0.02
830.45/207.98	c vivif2 --  cl tried    38027 cl shrink        0 lits rem          0 time: 0.07
832.43/208.43	c asymm  cl-useful: 0/26239/40000 lits-rem:0 time: 1.78
832.43/208.43	c calculated reachability. Time: 0.00
832.43/208.43	c  N dy  3249    537393      2000     40000         0     38027    200000   1666584    145.27   no data  --
851.60/213.28	c  N dy  3371    557549      2000     40000         0     58175    200000   5347551    145.26    153.32  --
871.17/218.11	c  N dy  3492    577666      2000     40000         0     45637    200000   2883674    145.25    154.74  --
891.96/223.39	c  N dy  3619    597809      2000     40000         0     65770    200000   6572331    145.28    152.99  --
910.71/228.06	c  N dy  3742    617827      2000     40000         0     52133    200000   3876720    145.27    154.12  --
932.28/233.43	c  N dy  3869    638013      2000     40000         0     37658    200000   1060369    145.30    154.46  --
951.46/238.29	c  N dy  3994    658272      2000     40000         0     57912    200000   4770805    145.33    153.12  --
973.03/243.63	c  N dy  4120    678288      2000     40000         0     42265    200000   1744398    145.34    153.94  --
993.02/248.68	c  N dy  4241    698326      2000     40000         0     62293    200000   5397379    145.32    155.78  --
1014.60/254.06	c  N dy  4366    718382      2000     40000         0     45691    200000   2181700    145.31    155.49  --
1035.35/259.24	c  N dy  4488    738508      2000     40000         0     65810    200000   5892691    145.34    157.94  --
1056.52/264.59	c  N dy  4622    758566      2000     40000         0     48207    200000   2501771    145.40    157.18  --
1078.09/269.99	c  N dy  4743    778797      2000     40000         0     68436    200000   6231710    145.42    154.16  --
1099.66/275.31	c  N dy  4860    798829      2000     40000         0     49804    200000   2595283    145.43    154.24  --
1106.87/277.16	c  S st  4910    806089      2000     40000         0     57063    200000   3918174    145.43    137.93  --
1107.65/277.35	c  S st  4910    806591      2000     40000         0     57565    200000   4000223    145.43   no data  --
1107.65/277.36	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.05
1107.65/277.36	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
1108.05/277.43	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.2M T:  0.25
1108.45/277.58	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1108.45/277.58	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1108.45/277.58	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   2000 time:  0.00 s
1108.45/277.58	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
2333.97/584.32	c lits-rem:       332  cl-subs:       16  v-elim:      0  v-fix:    0  time: 1223.91 s
2333.97/584.33	c vivif2 --  cl tried    40000 cl shrink        0 lits rem          0 time: 0.02
2333.97/584.37	c vivif2 --  cl tried    57549 cl shrink        0 lits rem          0 time: 0.17
2335.57/584.76	c asymm  cl-useful: 0/13761/40000 lits-rem:0 time: 1.57
2335.57/584.77	c calculated reachability. Time: 0.00
2335.57/584.77	c  N dy  4910    806591      2000     40000         0     57549    200000   3993248    145.43   no data  --
2359.55/590.78	c  N dy  5037    826694      2000     40000         0     77646    200000   7694695    145.43    154.70  --
2379.90/595.85	c  N dy  5155    846803      2000     40000         0     58102    200000   3953171    145.42    157.32  --
2404.27/601.98	c  N dy  5285    866935      2000     40000         0     78228    200000   7690352    145.46    154.64  --
2425.84/607.30	c  N dy  5421    886968      2000     40000         0     57599    200000   3721297    145.52    157.91  --
2449.81/613.38	c  N dy  5547    907234      2000     40000         0     77860    200000   7431840    145.50    156.60  --
2471.78/618.87	c  N dy  5679    927260      2000     40000         0     56219    200000   3269510    145.53    156.62  --
2495.78/624.87	c  N dy  5810    947348      2000     40000         0     76299    200000   6958056    145.55    160.11  --
2518.91/630.68	c  N dy  5929    967415      2000     40000         0     53711    200000   2613618    145.53    161.52  --
2542.08/636.46	c  N dy  6057    987464      2000     40000         0     73755    200000   6354678    145.58    160.14  --
2566.45/642.58	c  N dy  6181   1007624      2000     40000         0     50252    200000   1801840    145.58    154.05  --
2588.42/648.05	c  N dy  6303   1027636      2000     40000         0     70259    200000   5497397    145.58    153.47  --
2614.78/654.66	c  N dy  6426   1047846      2000     40000         0     45813    200000    811128    145.59    154.92  --
2635.97/659.91	c  N dy  6541   1067855      2000     40000         0     65813    200000   4484066    145.58    159.47  --
2640.36/661.09	c  F st  6564   1071876      2000     40000         0     69833    200000   5223077    145.58   no data  --
2660.72/666.16	c  N dy  6633   1088107      2000     40000         0     86056    200000   8313050    145.58    153.41  --
2683.49/671.85	c  N dy  6750   1108141      2000     40000         0     60436    200000   3317896    145.57    155.86  --
2708.25/678.04	c  N dy  6883   1128226      2000     40000         0     80515    200000   7017236    145.59    162.16  --
2733.41/684.37	c  N dy  6999   1148252      2000     40000         0     53878    200000   1930737    145.59    156.70  --
2756.58/690.19	c  N dy  7126   1168281      2000     40000         0     73900    200000   5632324    145.60    158.02  --
2784.95/697.24	c  N dy  7265   1188327      2000     40000         0     93943    200000   9343402    145.64    168.53  --
2806.92/702.79	c  N dy  7391   1208329      2000     40000         0     66285    200000   4058882    145.64    154.16  --
2808.91/703.26	c  S st  7401   1209888      2000     40000         0     67844    200000   4353442    145.64    143.50  --
2809.71/703.48	c  S st  7401   1210390      2000     40000         0     68346    200000   4437225    145.64   no data  --
2809.71/703.49	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.06
2809.71/703.49	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
2810.11/703.56	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.3M T:  0.28
2810.91/703.73	c bin-w-bin subsume rem            0 bins  time:  0.00 s
2810.91/703.73	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2810.91/703.73	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   2000 time:  0.00 s
2810.91/703.73	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
4439.47/1111.42	c lits-rem:       207  cl-subs:       17  v-elim:      0  v-fix:    0  time: 1627.35 s
4439.47/1111.42	c vivif2 --  cl tried    40000 cl shrink        0 lits rem          0 time: 0.01
4439.47/1111.47	c vivif2 --  cl tried    68329 cl shrink        0 lits rem          0 time: 0.19
4441.47/1111.99	c asymm  cl-useful: 0/18589/40000 lits-rem:0 time: 2.07
4441.47/1111.99	c calculated reachability. Time: 0.00
4441.47/1111.99	c  N dy  7401   1210390      2000     40000         0     68329    200000   4428924    145.64   no data  --
4470.23/1119.12	c  N dy  7534   1230430      2000     40000         0     88363    200000   8134207    145.67    153.78  --
4496.20/1125.69	c  N dy  7661   1250453      2000     40000         0     59733    200000   2696981    145.70    153.38  --
4522.56/1132.24	c  N dy  7788   1270533      2000     40000         0     79809    200000   6412561    145.72    155.10  --
4553.71/1140.00	c  N dy  7909   1290614      2000     40000         0     50240    200000    746389    145.74    153.95  --
4577.28/1145.95	c  N dy  8039   1310975      2000     40000         0     70595    200000   4501657    145.75    155.28  --
4605.64/1153.04	c  N dy  8156   1331009      2000     40000         0     90623    200000   8187550    145.74    155.29  --
4633.62/1160.09	c  N dy  8286   1351088      2000     40000         0     60040    200000   2388106    145.75    173.27  --
4659.98/1166.64	c  N dy  8420   1371155      2000     40000         0     80103    200000   6093883    145.77    159.49  --
4691.13/1174.49	c  N dy  8544   1391339      2000     40000         0    100278    200000   9804388    145.77    159.09  --
4716.69/1180.83	c  N dy  8657   1411589      2000     40000         0     68865    200000   3842212    145.76    156.28  --
4745.07/1187.91	c  N dy  8781   1431663      2000     40000         0     88933    200000   7564990    145.77    157.07  --
4776.23/1195.79	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: 935)

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3175012-1304077541/watcher-3175012-1304077541 -o /tmp/evaluation-result-3175012-1304077541/solver-3175012-1304077541 -C 4800 -W 1300 -M 15500 ./strangenight1-mt --threads=4 HOME/instance-3175012-1304077541.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: 6.83 7.81 7.92 3/176 26582
/proc/meminfo: memFree=17454316/32950940 swapFree=67111528/67111528
[pid=26582] ppid=26580 vsize=51236 CPUtime=0 cores=0,2,4,6
/proc/26582/stat : 26582 (strangenight1-m) R 26580 26582 25837 0 -1 4202496 413 0 0 0 0 0 0 0 23 0 4 0 597984853 52465664 353 33554432000 4194304 4650419 140734330099296 18446744073709551615 47548901603250 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/26582/statm: 12809 353 303 112 0 7774 0
[pid=26582/tid=26586] ppid=26580 vsize=51236 CPUtime=0 cores=0,2,4,6
/proc/26582/task/26586/stat : 26586 (strangenight1-m) R 26580 26582 25837 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 4 0 597984853 52465664 353 33554432000 4194304 4650419 140734330099296 18446744073709551615 47548901603250 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=26582/tid=26587] ppid=26580 vsize=51236 CPUtime=0 cores=0,2,4,6
/proc/26582/task/26587/stat : 26587 (strangenight1-m) R 26580 26582 25837 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 4 0 597984853 52465664 353 33554432000 4194304 4650419 140734330099296 18446744073709551615 47548901603250 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=26582/tid=26588] ppid=26580 vsize=51236 CPUtime=0 cores=0,2,4,6
/proc/26582/task/26588/stat : 26588 (strangenight1-m) R 26580 26582 25837 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 4 0 597984853 52465664 353 33554432000 4194304 4650419 140734330099296 18446744073709551615 215988648945 0 0 4096 2 0 0 0 -1 4 0 0 0

[startup+0.028145 s]
/proc/loadavg: 6.83 7.81 7.92 3/176 26582
/proc/meminfo: memFree=17454316/32950940 swapFree=67111528/67111528
[pid=26582] ppid=26580 vsize=285420 CPUtime=0.09 cores=0,2,4,6
/proc/26582/stat : 26582 (strangenight1-m) R 26580 26582 25837 0 -1 4202496 4643 0 0 0 9 0 0 0 25 0 4 0 597984853 292270080 4557 33554432000 4194304 4650419 140734330099296 18446744073709551615 4520131 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/26582/statm: 71355 4565 344 112 0 66320 0
[pid=26582/tid=26586] ppid=26580 vsize=285420 CPUtime=0.02 cores=0,2,4,6
/proc/26582/task/26586/stat : 26586 (strangenight1-m) R 26580 26582 25837 0 -1 4202560 1057 0 0 0 2 0 0 0 25 0 4 0 597984853 292270080 4566 33554432000 4194304 4650419 140734330099296 18446744073709551615 4520021 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=26582/tid=26587] ppid=26580 vsize=285420 CPUtime=0.02 cores=0,2,4,6
/proc/26582/task/26587/stat : 26587 (strangenight1-m) R 26580 26582 25837 0 -1 4202560 1059 0 0 0 2 0 0 0 25 0 4 0 597984853 292270080 4568 33554432000 4194304 4650419 140734330099296 18446744073709551615 4372581 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=26582/tid=26588] ppid=26580 vsize=285420 CPUtime=0.02 cores=0,2,4,6
/proc/26582/task/26588/stat : 26588 (strangenight1-m) R 26580 26582 25837 0 -1 4202560 1064 0 0 0 2 0 0 0 25 0 4 0 597984853 292270080 4571 33554432000 4194304 4650419 140734330099296 18446744073709551615 4372550 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 285420

[startup+0.101136 s]
/proc/loadavg: 6.83 7.81 7.92 3/176 26582
/proc/meminfo: memFree=17454316/32950940 swapFree=67111528/67111528
[pid=26582] ppid=26580 vsize=285932 CPUtime=0.38 cores=0,2,4,6
/proc/26582/stat : 26582 (strangenight1-m) R 26580 26582 25837 0 -1 4202496 5284 0 0 0 38 0 0 0 25 0 4 0 597984853 292794368 5197 33554432000 4194304 4650419 140734330099296 18446744073709551615 4370730 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/26582/statm: 71483 5197 367 112 0 66448 0
[pid=26582/tid=26586] ppid=26580 vsize=285932 CPUtime=0.09 cores=0,2,4,6
/proc/26582/task/26586/stat : 26586 (strangenight1-m) R 26580 26582 25837 0 -1 4202560 1180 0 0 0 9 0 0 0 25 0 4 0 597984853 292794368 5197 33554432000 4194304 4650419 140734330099296 18446744073709551615 4370522 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=26582/tid=26587] ppid=26580 vsize=285932 CPUtime=0.09 cores=0,2,4,6
/proc/26582/task/26587/stat : 26587 (strangenight1-m) R 26580 26582 25837 0 -1 4202560 1182 0 0 0 9 0 0 0 25 0 4 0 597984853 292794368 5197 33554432000 4194304 4650419 140734330099296 18446744073709551615 4370526 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=26582/tid=26588] ppid=26580 vsize=285932 CPUtime=0.09 cores=0,2,4,6
/proc/26582/task/26588/stat : 26588 (strangenight1-m) R 26580 26582 25837 0 -1 4202560 1315 0 0 0 9 0 0 0 25 0 4 0 597984853 292794368 5197 33554432000 4194304 4650419 140734330099296 18446744073709551615 4365346 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 0.38
Current children cumulated vsize (KiB) 285932

[startup+0.301102 s]
/proc/loadavg: 6.83 7.81 7.92 3/176 26582
/proc/meminfo: memFree=17454316/32950940 swapFree=67111528/67111528
[pid=26582] ppid=26580 vsize=291840 CPUtime=1.18 cores=0,2,4,6
/proc/26582/stat : 26582 (strangenight1-m) R 26580 26582 25837 0 -1 4202496 13149 0 0 0 116 2 0 0 25 0 4 0 597984853 298844160 11184 33554432000 4194304 4650419 140734330099296 18446744073709551615 4476293 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/26582/statm: 72960 11184 383 112 0 67925 0
[pid=26582/tid=26586] ppid=26580 vsize=291840 CPUtime=0.28 cores=0,2,4,6
/proc/26582/task/26586/stat : 26586 (strangenight1-m) R 26580 26582 25837 0 -1 4202560 3681 0 0 0 28 0 0 0 25 0 4 0 597984853 298844160 11184 33554432000 4194304 4650419 140734330099296 18446744073709551615 4476309 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=26582/tid=26587] ppid=26580 vsize=291840 CPUtime=0.29 cores=0,2,4,6
/proc/26582/task/26587/stat : 26587 (strangenight1-m) R 26580 26582 25837 0 -1 4202560 3669 0 0 0 29 0 0 0 25 0 4 0 597984853 298844160 11184 33554432000 4194304 4650419 140734330099296 18446744073709551615 4476309 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=26582/tid=26588] ppid=26580 vsize=291840 CPUtime=0.29 cores=0,2,4,6
/proc/26582/task/26588/stat : 26588 (strangenight1-m) R 26580 26582 25837 0 -1 4202560 1698 0 0 0 29 0 0 0 25 0 4 0 597984853 298844160 11184 33554432000 4194304 4650419 140734330099296 18446744073709551615 4306767 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 1.18
Current children cumulated vsize (KiB) 291840

[startup+0.701029 s]
/proc/loadavg: 6.83 7.81 7.92 3/176 26582
/proc/meminfo: memFree=17454316/32950940 swapFree=67111528/67111528
[pid=26582] ppid=26580 vsize=292324 CPUtime=2.78 cores=0,2,4,6
/proc/26582/stat : 26582 (strangenight1-m) R 26580 26582 25837 0 -1 4202496 17386 0 0 0 275 3 0 0 25 0 4 0 597984853 299339776 13595 33554432000 4194304 4650419 140734330099296 18446744073709551615 4366839 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/26582/statm: 73081 13596 389 112 0 68046 0
[pid=26582/tid=26586] ppid=26580 vsize=292324 CPUtime=0.68 cores=0,2,4,6
/proc/26582/task/26586/stat : 26586 (strangenight1-m) R 26580 26582 25837 0 -1 4202560 4842 0 0 0 68 0 0 0 25 0 4 0 597984853 299339776 13596 33554432000 4194304 4650419 140734330099296 18446744073709551615 4520364 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=26582/tid=26587] ppid=26580 vsize=292324 CPUtime=0.68 cores=0,2,4,6
/proc/26582/task/26587/stat : 26587 (strangenight1-m) R 26580 26582 25837 0 -1 4202560 4863 0 0 0 68 0 0 0 25 0 4 0 597984853 299339776 13596 33554432000 4194304 4650419 140734330099296 18446744073709551615 4366904 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=26582/tid=26588] ppid=26580 vsize=292324 CPUtime=0.69 cores=0,2,4,6
/proc/26582/task/26588/stat : 26588 (strangenight1-m) R 26580 26582 25837 0 -1 4202560 2414 0 0 0 69 0 0 0 25 0 4 0 597984853 299339776 13596 33554432000 4194304 4650419 140734330099296 18446744073709551615 4315564 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 2.78
Current children cumulated vsize (KiB) 292324

[startup+1.50089 s]
/proc/loadavg: 6.83 7.81 7.92 10/184 26590
/proc/meminfo: memFree=17343520/32950940 swapFree=67111528/67111528
[pid=26582] ppid=26580 vsize=299808 CPUtime=5.97 cores=0,2,4,6
/proc/26582/stat : 26582 (strangenight1-m) R 26580 26582 25837 0 -1 4202496 25625 0 0 0 593 4 0 0 25 0 4 0 597984853 307003392 15203 33554432000 4194304 4650419 140734330099296 18446744073709551615 4520364 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/26582/statm: 74952 15203 391 112 0 69917 0
[pid=26582/tid=26586] ppid=26580 vsize=299808 CPUtime=1.49 cores=0,2,4,6
/proc/26582/task/26586/stat : 26586 (strangenight1-m) R 26580 26582 25837 0 -1 4202560 6889 0 0 0 148 1 0 0 25 0 4 0 597984853 307003392 15203 33554432000 4194304 4650419 140734330099296 18446744073709551615 4360427 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=26582/tid=26587] ppid=26580 vsize=299808 CPUtime=1.48 cores=0,2,4,6
/proc/26582/task/26587/stat : 26587 (strangenight1-m) R 26580 26582 25837 0 -1 4202560 6923 0 0 0 148 0 0 0 25 0 4 0 597984853 307003392 15203 33554432000 4194304 4650419 140734330099296 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=26582/tid=26588] ppid=26580 vsize=299808 CPUtime=1.48 cores=0,2,4,6
/proc/26582/task/26588/stat : 26588 (strangenight1-m) R 26580 26582 25837 0 -1 4202560 4544 0 0 0 148 0 0 0 25 0 4 0 597984853 307003392 15203 33554432000 4194304 4650419 140734330099296 18446744073709551615 4333931 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 5.97
Current children cumulated vsize (KiB) 299808

[startup+3.10061 s]
/proc/loadavg: 6.83 7.81 7.92 9/184 26590
/proc/meminfo: memFree=17343644/32950940 swapFree=67111528/67111528
[pid=26582] ppid=26580 vsize=302528 CPUtime=12.36 cores=0,2,4,6
/proc/26582/stat : 26582 (strangenight1-m) R 26580 26582 25837 0 -1 4202496 39826 0 0 0 1230 6 0 0 25 0 4 0 597984853 309788672 16775 33554432000 4194304 4650419 140734330099296 18446744073709551615 4331963 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/26582/statm: 75632 16775 392 112 0 70597 0
[pid=26582/tid=26586] ppid=26580 vsize=302528 CPUtime=3.09 cores=0,2,4,6
/proc/26582/task/26586/stat : 26586 (strangenight1-m) R 26580 26582 25837 0 -1 4202560 10050 0 0 0 307 2 0 0 25 0 4 0 597984853 309788672 16775 33554432000 4194304 4650419 140734330099296 18446744073709551615 4366819 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=26582/tid=26587] ppid=26580 vsize=302528 CPUtime=3.08 cores=0,2,4,6
/proc/26582/task/26587/stat : 26587 (strangenight1-m) R 26580 26582 25837 0 -1 4202560 10131 0 0 0 307 1 0 0 25 0 4 0 597984853 309788672 16775 33554432000 4194304 4650419 140734330099296 18446744073709551615 4339807 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=26582/tid=26588] ppid=26580 vsize=302528 CPUtime=3.07 cores=0,2,4,6
/proc/26582/task/26588/stat : 26588 (strangenight1-m) R 26580 26582 25837 0 -1 4202560 8334 0 0 0 306 1 0 0 25 0 4 0 597984853 309788672 16775 33554432000 4194304 4650419 140734330099296 18446744073709551615 4366879 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 12.36
Current children cumulated vsize (KiB) 302528

[startup+6.30105 s]
/proc/loadavg: 6.92 7.82 7.92 9/184 26590
/proc/meminfo: memFree=17181960/32950940 swapFree=67111528/67111528
[pid=26582] ppid=26580 vsize=303612 CPUtime=25.14 cores=0,2,4,6
/proc/26582/stat : 26582 (strangenight1-m) R 26580 26582 25837 0 -1 4202496 77364 0 0 0 2499 15 0 0 25 0 4 0 597984853 310898688 36431 33554432000 4194304 4650419 140734330099296 18446744073709551615 4476522 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/26582/statm: 75903 36431 393 112 0 70868 0
[pid=26582/tid=26586] ppid=26580 vsize=303612 CPUtime=6.28 cores=0,2,4,6
/proc/26582/task/26586/stat : 26586 (strangenight1-m) R 26580 26582 25837 0 -1 4202560 21007 0 0 0 625 3 0 0 25 0 4 0 597984853 310898688 36431 33554432000 4194304 4650419 140734330099296 18446744073709551615 4476519 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=26582/tid=26587] ppid=26580 vsize=303612 CPUtime=6.28 cores=0,2,4,6
/proc/26582/task/26587/stat : 26587 (strangenight1-m) R 26580 26582 25837 0 -1 4202560 19079 0 0 0 624 4 0 0 25 0 4 0 597984853 310898688 36431 33554432000 4194304 4650419 140734330099296 18446744073709551615 4438666 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=26582/tid=26588] ppid=26580 vsize=303612 CPUtime=6.25 cores=0,2,4,6
/proc/26582/task/26588/stat : 26588 (strangenight1-m) R 26580 26582 25837 0 -1 4202560 14097 0 0 0 622 3 0 0 25 0 4 0 597984853 310898688 36431 33554432000 4194304 4650419 140734330099296 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 25.14
Current children cumulated vsize (KiB) 303612

[startup+12.7009 s]
/proc/loadavg: 7.09 7.84 7.92 9/184 26590
/proc/meminfo: memFree=17110432/32950940 swapFree=67111528/67111528
[pid=26582] ppid=26580 vsize=398840 CPUtime=50.71 cores=0,2,4,6
/proc/26582/stat : 26582 (strangenight1-m) R 26580 26582 25837 0 -1 4202496 102309 0 0 0 5051 20 0 0 25 0 4 0 597984853 408412160 49664 33554432000 4194304 4650419 140734330099296 18446744073709551615 4476519 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/26582/statm: 99710 49664 393 112 0 94675 0
[pid=26582/tid=26586] ppid=26580 vsize=398840 CPUtime=12.68 cores=0,2,4,6
/proc/26582/task/26586/stat : 26586 (strangenight1-m) R 26580 26582 25837 0 -1 4202560 26588 0 0 0 1264 4 0 0 25 0 4 0 597984853 408412160 49664 33554432000 4194304 4650419 140734330099296 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=26582/tid=26587] ppid=26580 vsize=398840 CPUtime=12.69 cores=0,2,4,6
/proc/26582/task/26587/stat : 26587 (strangenight1-m) R 26580 26582 25837 0 -1 4202560 23473 0 0 0 1264 5 0 0 25 0 4 0 597984853 408412160 49664 33554432000 4194304 4650419 140734330099296 18446744073709551615 4365263 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=26582/tid=26588] ppid=26580 vsize=398840 CPUtime=12.61 cores=0,2,4,6
/proc/26582/task/26588/stat : 26588 (strangenight1-m) R 26580 26582 25837 0 -1 4202560 24307 0 0 0 1257 4 0 0 25 0 4 0 597984853 408412160 49664 33554432000 4194304 4650419 140734330099296 18446744073709551615 4476502 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 50.71
Current children cumulated vsize (KiB) 398840

[startup+25.5007 s]
/proc/loadavg: 7.35 7.86 7.93 9/184 26591
/proc/meminfo: memFree=16938072/32950940 swapFree=67111528/67111528
[pid=26582] ppid=26580 vsize=643284 CPUtime=101.83 cores=0,2,4,6
/proc/26582/stat : 26582 (strangenight1-m) R 26580 26582 25837 0 -1 4202496 148647 0 0 0 10153 30 0 0 25 0 4 0 597984853 658722816 80396 33554432000 4194304 4650419 140734330099296 18446744073709551615 4476519 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/26582/statm: 160821 80396 393 112 0 155786 0
[pid=26582/tid=26586] ppid=26580 vsize=643284 CPUtime=25.49 cores=0,2,4,6
/proc/26582/task/26586/stat : 26586 (strangenight1-m) R 26580 26582 25837 0 -1 4202560 38151 0 0 0 2543 6 0 0 25 0 4 0 597984853 658722816 80396 33554432000 4194304 4650419 140734330099296 18446744073709551615 4476519 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=26582/tid=26587] ppid=26580 vsize=643284 CPUtime=25.49 cores=0,2,4,6
/proc/26582/task/26587/stat : 26587 (strangenight1-m) R 26580 26582 25837 0 -1 4202560 42021 0 0 0 2540 9 0 0 25 0 4 0 597984853 658722816 80396 33554432000 4194304 4650419 140734330099296 18446744073709551615 4476514 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=26582/tid=26588] ppid=26580 vsize=643284 CPUtime=25.35 cores=0,2,4,6
/proc/26582/task/26588/stat : 26588 (strangenight1-m) R 26580 26582 25837 0 -1 4202560 35082 0 0 0 2527 8 0 0 25 0 4 0 597984853 658722816 80396 33554432000 4194304 4650419 140734330099296 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 101.83
Current children cumulated vsize (KiB) 643284

[startup+51.1002 s]
/proc/loadavg: 7.57 7.87 7.93 9/184 26591
/proc/meminfo: memFree=16835328/32950940 swapFree=67111528/67111528
[pid=26582] ppid=26580 vsize=611988 CPUtime=204.09 cores=0,2,4,6
/proc/26582/stat : 26582 (strangenight1-m) R 26580 26582 25837 0 -1 4202496 209854 0 0 0 20364 45 0 0 25 0 4 0 597984853 626675712 90898 33554432000 4194304 4650419 140734330099296 18446744073709551615 4365227 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/26582/statm: 152997 90898 393 112 0 147962 0
[pid=26582/tid=26586] ppid=26580 vsize=611988 CPUtime=51.08 cores=0,2,4,6
/proc/26582/task/26586/stat : 26586 (strangenight1-m) R 26580 26582 25837 0 -1 4202560 51730 0 0 0 5098 10 0 0 25 0 4 0 597984853 626675712 90898 33554432000 4194304 4650419 140734330099296 18446744073709551615 4476502 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=26582/tid=26587] ppid=26580 vsize=611988 CPUtime=51.08 cores=0,2,4,6
/proc/26582/task/26587/stat : 26587 (strangenight1-m) R 26580 26582 25837 0 -1 4202560 64876 0 0 0 5094 14 0 0 25 0 4 0 597984853 626675712 90898 33554432000 4194304 4650419 140734330099296 18446744073709551615 4365192 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=26582/tid=26588] ppid=26580 vsize=611988 CPUtime=50.8 cores=0,2,4,6
/proc/26582/task/26588/stat : 26588 (strangenight1-m) R 26580 26582 25837 0 -1 4202560 43100 0 0 0 5071 9 0 0 25 0 4 0 597984853 626675712 90898 33554432000 4194304 4650419 140734330099296 18446744073709551615 4366831 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 204.09
Current children cumulated vsize (KiB) 611988

[startup+102.306 s]
/proc/loadavg: 7.91 7.92 7.94 9/184 26593
/proc/meminfo: memFree=16625876/32950940 swapFree=67111528/67111528
[pid=26582] ppid=26580 vsize=736244 CPUtime=408.63 cores=0,2,4,6
/proc/26582/stat : 26582 (strangenight1-m) R 26580 26582 25837 0 -1 4202496 329238 0 0 0 40781 82 0 0 25 0 4 0 597984853 753913856 121943 33554432000 4194304 4650419 140734330099296 18446744073709551615 4441604 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/26582/statm: 184061 121943 393 112 0 179026 0
[pid=26582/tid=26586] ppid=26580 vsize=736244 CPUtime=102.29 cores=0,2,4,6
/proc/26582/task/26586/stat : 26586 (strangenight1-m) R 26580 26582 25837 0 -1 4202560 76987 0 0 0 10212 17 0 0 25 0 4 0 597984853 753913856 121943 33554432000 4194304 4650419 140734330099296 18446744073709551615 4476519 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=26582/tid=26587] ppid=26580 vsize=736244 CPUtime=102.29 cores=0,2,4,6
/proc/26582/task/26587/stat : 26587 (strangenight1-m) R 26580 26582 25837 0 -1 4202560 104351 0 0 0 10202 27 0 0 25 0 4 0 597984853 753913856 121943 33554432000 4194304 4650419 140734330099296 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=26582/tid=26588] ppid=26580 vsize=736244 CPUtime=101.72 cores=0,2,4,6
/proc/26582/task/26588/stat : 26588 (strangenight1-m) R 26580 26582 25837 0 -1 4202560 75698 0 0 0 10153 19 0 0 25 0 4 0 597984853 753913856 121943 33554432000 4194304 4650419 140734330099296 18446744073709551615 4476502 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 408.63
Current children cumulated vsize (KiB) 736244

[startup+162.301 s]

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

[pid=26582] ppid=26580 vsize=1035100 CPUtime=2805.32 cores=0,2,4,6
/proc/26582/stat : 26582 (strangenight1-m) R 26580 26582 25837 0 -1 4202496 1357660 0 0 0 280131 401 0 0 25 0 4 0 597984853 1059942400 177322 33554432000 4194304 4650419 140734330099296 18446744073709551615 4366904 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/26582/statm: 258775 177322 393 112 0 253740 0
[pid=26582/tid=26586] ppid=26580 vsize=1035100 CPUtime=702.29 cores=0,2,4,6
/proc/26582/task/26586/stat : 26586 (strangenight1-m) R 26580 26582 25837 0 -1 4202560 348238 0 0 0 70167 62 0 0 25 0 4 0 597984853 1059942400 177322 33554432000 4194304 4650419 140734330099296 18446744073709551615 4476304 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=26582/tid=26587] ppid=26580 vsize=1035100 CPUtime=702.28 cores=0,2,4,6
/proc/26582/task/26587/stat : 26587 (strangenight1-m) R 26580 26582 25837 0 -1 4202560 420434 0 0 0 70091 137 0 0 25 0 4 0 597984853 1059942400 177322 33554432000 4194304 4650419 140734330099296 18446744073709551615 4476519 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=26582/tid=26588] ppid=26580 vsize=1035100 CPUtime=698.4 cores=0,2,4,6
/proc/26582/task/26588/stat : 26588 (strangenight1-m) R 26580 26582 25837 0 -1 4202560 186607 0 0 0 69754 86 0 0 25 0 4 0 597984853 1059942400 177322 33554432000 4194304 4650419 140734330099296 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 2805.32
Current children cumulated vsize (KiB) 1035100

[startup+762.307 s]
/proc/loadavg: 8.04 8.04 7.98 9/184 26610
/proc/meminfo: memFree=16240540/32950940 swapFree=67111528/67111528
[pid=26582] ppid=26580 vsize=1001104 CPUtime=3045.01 cores=0,2,4,6
/proc/26582/stat : 26582 (strangenight1-m) R 26580 26582 25837 0 -1 4202496 1416361 0 0 0 304080 421 0 0 25 0 4 0 597984853 1025130496 180267 33554432000 4194304 4650419 140734330099296 18446744073709551615 4476502 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/26582/statm: 250276 180267 393 112 0 245241 0
[pid=26582/tid=26586] ppid=26580 vsize=1001104 CPUtime=762.3 cores=0,2,4,6
/proc/26582/task/26586/stat : 26586 (strangenight1-m) R 26580 26582 25837 0 -1 4202560 376202 0 0 0 76159 71 0 0 25 0 4 0 597984853 1025130496 180267 33554432000 4194304 4650419 140734330099296 18446744073709551615 4366923 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=26582/tid=26587] ppid=26580 vsize=1001104 CPUtime=762.29 cores=0,2,4,6
/proc/26582/task/26587/stat : 26587 (strangenight1-m) R 26580 26582 25837 0 -1 4202560 436254 0 0 0 76089 140 0 0 25 0 4 0 597984853 1025130496 180267 33554432000 4194304 4650419 140734330099296 18446744073709551615 4476519 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=26582/tid=26588] ppid=26580 vsize=1001104 CPUtime=758.07 cores=0,2,4,6
/proc/26582/task/26588/stat : 26588 (strangenight1-m) R 26580 26582 25837 0 -1 4202560 200708 0 0 0 75714 93 0 0 25 0 4 0 597984853 1025130496 180267 33554432000 4194304 4650419 140734330099296 18446744073709551615 4476502 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 3045.01
Current children cumulated vsize (KiB) 1001104

[startup+822.3 s]
/proc/loadavg: 8.08 8.04 7.99 9/184 26612
/proc/meminfo: memFree=16233172/32950940 swapFree=67111528/67111528
[pid=26582] ppid=26580 vsize=1051884 CPUtime=3284.66 cores=0,2,4,6
/proc/26582/stat : 26582 (strangenight1-m) R 26580 26582 25837 0 -1 4202496 1472271 0 0 0 328018 448 0 0 25 0 4 0 597984853 1077129216 182856 33554432000 4194304 4650419 140734330099296 18446744073709551615 4476519 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/26582/statm: 262971 182856 393 112 0 257936 0
[pid=26582/tid=26586] ppid=26580 vsize=1051884 CPUtime=822.3 cores=0,2,4,6
/proc/26582/task/26586/stat : 26586 (strangenight1-m) R 26580 26582 25837 0 -1 4202560 415044 0 0 0 82133 97 0 0 25 0 4 0 597984853 1077129216 182856 33554432000 4194304 4650419 140734330099296 18446744073709551615 4334268 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=26582/tid=26587] ppid=26580 vsize=1051884 CPUtime=822.29 cores=0,2,4,6
/proc/26582/task/26587/stat : 26587 (strangenight1-m) R 26580 26582 25837 0 -1 4202560 453322 0 0 0 82087 142 0 0 25 0 4 0 597984853 1077129216 182856 33554432000 4194304 4650419 140734330099296 18446744073709551615 4476502 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=26582/tid=26588] ppid=26580 vsize=1051884 CPUtime=817.74 cores=0,2,4,6
/proc/26582/task/26588/stat : 26588 (strangenight1-m) R 26580 26582 25837 0 -1 4202560 200708 0 0 0 81681 93 0 0 25 0 4 0 597984853 1077129216 182856 33554432000 4194304 4650419 140734330099296 18446744073709551615 4476514 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 3284.66
Current children cumulated vsize (KiB) 1051884

[startup+882.301 s]
/proc/loadavg: 8.08 8.05 7.99 9/184 26614
/proc/meminfo: memFree=16217868/32950940 swapFree=67111528/67111528
[pid=26582] ppid=26580 vsize=1001104 CPUtime=3524.33 cores=0,2,4,6
/proc/26582/stat : 26582 (strangenight1-m) R 26580 26582 25837 0 -1 4202496 1507052 0 0 0 351971 462 0 0 25 0 4 0 597984853 1025130496 180372 33554432000 4194304 4650419 140734330099296 18446744073709551615 4476514 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/26582/statm: 250276 180372 393 112 0 245241 0
[pid=26582/tid=26586] ppid=26580 vsize=1001104 CPUtime=882.3 cores=0,2,4,6
/proc/26582/task/26586/stat : 26586 (strangenight1-m) R 26580 26582 25837 0 -1 4202560 433277 0 0 0 88121 109 0 0 25 0 4 0 597984853 1025130496 180372 33554432000 4194304 4650419 140734330099296 18446744073709551615 4311229 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=26582/tid=26587] ppid=26580 vsize=1001104 CPUtime=882.29 cores=0,2,4,6
/proc/26582/task/26587/stat : 26587 (strangenight1-m) R 26580 26582 25837 0 -1 4202560 469870 0 0 0 88085 144 0 0 25 0 4 0 597984853 1025130496 180372 33554432000 4194304 4650419 140734330099296 18446744073709551615 4476502 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=26582/tid=26588] ppid=26580 vsize=1001104 CPUtime=877.41 cores=0,2,4,6
/proc/26582/task/26588/stat : 26588 (strangenight1-m) R 26580 26582 25837 0 -1 4202560 200708 0 0 0 87648 93 0 0 25 0 4 0 597984853 1025130496 180372 33554432000 4194304 4650419 140734330099296 18446744073709551615 4476502 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 3524.33
Current children cumulated vsize (KiB) 1001104

[startup+942.3 s]
/proc/loadavg: 8.08 8.05 8.00 9/184 26624
/proc/meminfo: memFree=16123716/32950940 swapFree=67111528/67111528
[pid=26582] ppid=26580 vsize=1053288 CPUtime=3763.99 cores=0,2,4,6
/proc/26582/stat : 26582 (strangenight1-m) R 26580 26582 25837 0 -1 4202496 1560620 0 0 0 375916 483 0 0 25 0 4 0 597984853 1078566912 188444 33554432000 4194304 4650419 140734330099296 18446744073709551615 4476527 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/26582/statm: 263322 188444 393 112 0 258287 0
[pid=26582/tid=26586] ppid=26580 vsize=1053288 CPUtime=942.3 cores=0,2,4,6
/proc/26582/task/26586/stat : 26586 (strangenight1-m) R 26580 26582 25837 0 -1 4202560 469520 0 0 0 94104 126 0 0 25 0 4 0 597984853 1078566912 188444 33554432000 4194304 4650419 140734330099296 18446744073709551615 4366828 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=26582/tid=26587] ppid=26580 vsize=1053288 CPUtime=942.28 cores=0,2,4,6
/proc/26582/task/26587/stat : 26587 (strangenight1-m) R 26580 26582 25837 0 -1 4202560 487195 0 0 0 94081 147 0 0 25 0 4 0 597984853 1078566912 188444 33554432000 4194304 4650419 140734330099296 18446744073709551615 4476331 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=26582/tid=26588] ppid=26580 vsize=1053288 CPUtime=937.08 cores=0,2,4,6
/proc/26582/task/26588/stat : 26588 (strangenight1-m) R 26580 26582 25837 0 -1 4202560 200708 0 0 0 93615 93 0 0 25 0 4 0 597984853 1078566912 188444 33554432000 4194304 4650419 140734330099296 18446744073709551615 4476519 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 3763.99
Current children cumulated vsize (KiB) 1053288

[startup+1002.3 s]
/proc/loadavg: 8.08 8.05 8.00 9/184 26626
/proc/meminfo: memFree=16119620/32950940 swapFree=67111528/67111528
[pid=26582] ppid=26580 vsize=1054076 CPUtime=4003.66 cores=0,2,4,6
/proc/26582/stat : 26582 (strangenight1-m) R 26580 26582 25837 0 -1 4202496 1613743 0 0 0 399859 507 0 0 25 0 4 0 597984853 1079373824 192055 33554432000 4194304 4650419 140734330099296 18446744073709551615 4476354 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/26582/statm: 263519 192055 393 112 0 258484 0
[pid=26582/tid=26586] ppid=26580 vsize=1054076 CPUtime=1002.3 cores=0,2,4,6
/proc/26582/task/26586/stat : 26586 (strangenight1-m) R 26580 26582 25837 0 -1 4202560 504443 0 0 0 100082 148 0 0 25 0 4 0 597984853 1079373824 192055 33554432000 4194304 4650419 140734330099296 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=26582/tid=26587] ppid=26580 vsize=1054076 CPUtime=1002.28 cores=0,2,4,6
/proc/26582/task/26587/stat : 26587 (strangenight1-m) R 26580 26582 25837 0 -1 4202560 505395 0 0 0 100078 150 0 0 25 0 4 0 597984853 1079373824 192055 33554432000 4194304 4650419 140734330099296 18446744073709551615 4476522 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=26582/tid=26588] ppid=26580 vsize=1054076 CPUtime=996.74 cores=0,2,4,6
/proc/26582/task/26588/stat : 26588 (strangenight1-m) R 26580 26582 25837 0 -1 4202560 200708 0 0 0 99581 93 0 0 25 0 4 0 597984853 1079373824 192055 33554432000 4194304 4650419 140734330099296 18446744073709551615 4476502 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4003.66
Current children cumulated vsize (KiB) 1054076

[startup+1062.3 s]
/proc/loadavg: 8.07 8.06 8.00 9/184 26627
/proc/meminfo: memFree=16104976/32950940 swapFree=67111528/67111528
[pid=26582] ppid=26580 vsize=1119848 CPUtime=4243.34 cores=0,2,4,6
/proc/26582/stat : 26582 (strangenight1-m) R 26580 26582 25837 0 -1 4202496 1652695 0 0 0 423818 516 0 0 25 0 4 0 597984853 1146724352 192940 33554432000 4194304 4650419 140734330099296 18446744073709551615 4476514 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/26582/statm: 279962 192940 393 112 0 274927 0
[pid=26582/tid=26586] ppid=26580 vsize=1119848 CPUtime=1062.3 cores=0,2,4,6
/proc/26582/task/26586/stat : 26586 (strangenight1-m) R 26580 26582 25837 0 -1 4202560 525134 0 0 0 106077 153 0 0 25 0 4 0 597984853 1146724352 192940 33554432000 4194304 4650419 140734330099296 18446744073709551615 4476522 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=26582/tid=26587] ppid=26580 vsize=1119848 CPUtime=1062.28 cores=0,2,4,6
/proc/26582/task/26587/stat : 26587 (strangenight1-m) R 26580 26582 25837 0 -1 4202560 523656 0 0 0 106075 153 0 0 25 0 4 0 597984853 1146724352 192940 33554432000 4194304 4650419 140734330099296 18446744073709551615 4476204 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=26582/tid=26588] ppid=26580 vsize=1119848 CPUtime=1056.42 cores=0,2,4,6
/proc/26582/task/26588/stat : 26588 (strangenight1-m) R 26580 26582 25837 0 -1 4202560 200708 0 0 0 105549 93 0 0 25 0 4 0 597984853 1146724352 192940 33554432000 4194304 4650419 140734330099296 18446744073709551615 4476519 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4243.34
Current children cumulated vsize (KiB) 1119848

[startup+1122.3 s]
/proc/loadavg: 8.07 8.06 8.00 9/184 26629
/proc/meminfo: memFree=16084840/32950940 swapFree=67111528/67111528
[pid=26582] ppid=26580 vsize=1119848 CPUtime=4483.01 cores=0,2,4,6
/proc/26582/stat : 26582 (strangenight1-m) R 26580 26582 25837 0 -1 4202496 1688083 0 0 0 447779 522 0 0 25 0 4 0 597984853 1146724352 198031 33554432000 4194304 4650419 140734330099296 18446744073709551615 4333632 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/26582/statm: 279962 198032 393 112 0 274927 0
[pid=26582/tid=26586] ppid=26580 vsize=1119848 CPUtime=1122.31 cores=0,2,4,6
/proc/26582/task/26586/stat : 26586 (strangenight1-m) R 26580 26582 25837 0 -1 4202560 536862 0 0 0 112076 155 0 0 25 0 4 0 597984853 1146724352 198032 33554432000 4194304 4650419 140734330099296 18446744073709551615 4476519 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=26582/tid=26587] ppid=26580 vsize=1119848 CPUtime=1122.29 cores=0,2,4,6
/proc/26582/task/26587/stat : 26587 (strangenight1-m) R 26580 26582 25837 0 -1 4202560 542128 0 0 0 112074 155 0 0 25 0 4 0 597984853 1146724352 198032 33554432000 4194304 4650419 140734330099296 18446744073709551615 4476514 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=26582/tid=26588] ppid=26580 vsize=1119848 CPUtime=1116.08 cores=0,2,4,6
/proc/26582/task/26588/stat : 26588 (strangenight1-m) R 26580 26582 25837 0 -1 4202560 200708 0 0 0 111515 93 0 0 25 0 4 0 597984853 1146724352 198032 33554432000 4194304 4650419 140734330099296 18446744073709551615 4476309 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4483.01
Current children cumulated vsize (KiB) 1119848

[startup+1182.3 s]
/proc/loadavg: 8.06 8.06 8.00 9/184 26631
/proc/meminfo: memFree=16127100/32950940 swapFree=67111528/67111528
[pid=26582] ppid=26580 vsize=1068564 CPUtime=4722.69 cores=0,2,4,6
/proc/26582/stat : 26582 (strangenight1-m) R 26580 26582 25837 0 -1 4202496 1752490 0 0 0 471724 545 0 0 25 0 4 0 597984853 1094209536 187274 33554432000 4194304 4650419 140734330099296 18446744073709551615 4366904 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/26582/statm: 267141 187274 393 112 0 262106 0
[pid=26582/tid=26586] ppid=26580 vsize=1068564 CPUtime=1182.31 cores=0,2,4,6
/proc/26582/task/26586/stat : 26586 (strangenight1-m) R 26580 26582 25837 0 -1 4202560 548228 0 0 0 118075 156 0 0 25 0 4 0 597984853 1094209536 187274 33554432000 4194304 4650419 140734330099296 18446744073709551615 4476769 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=26582/tid=26587] ppid=26580 vsize=1068564 CPUtime=1182.28 cores=0,2,4,6
/proc/26582/task/26587/stat : 26587 (strangenight1-m) R 26580 26582 25837 0 -1 4202560 560386 0 0 0 118071 157 0 0 25 0 4 0 597984853 1094209536 187274 33554432000 4194304 4650419 140734330099296 18446744073709551615 4476502 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=26582/tid=26588] ppid=26580 vsize=1068564 CPUtime=1175.75 cores=0,2,4,6
/proc/26582/task/26588/stat : 26588 (strangenight1-m) R 26580 26582 25837 0 -1 4202560 200708 0 0 0 117482 93 0 0 25 0 4 0 597984853 1094209536 187274 33554432000 4194304 4650419 140734330099296 18446744073709551615 4476514 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4722.69
Current children cumulated vsize (KiB) 1068564



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1201.7 s]
/proc/loadavg: 8.17 8.09 8.01 10/184 26631
/proc/meminfo: memFree=16119768/32950940 swapFree=67111528/67111528
[pid=26582] ppid=26580 vsize=1134380 CPUtime=4800.2 cores=0,2,4,6
/proc/26582/stat : 26582 (strangenight1-m) R 26580 26582 25837 0 -1 4202496 1777025 0 0 0 479466 554 0 0 25 0 4 0 597984853 1161605120 191648 33554432000 4194304 4650419 140734330099296 18446744073709551615 4365276 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/26582/statm: 283595 191648 393 112 0 278560 0
[pid=26582/tid=26586] ppid=26580 vsize=1134380 CPUtime=1201.71 cores=0,2,4,6
/proc/26582/task/26586/stat : 26586 (strangenight1-m) R 26580 26582 25837 0 -1 4202560 551066 0 0 0 120015 156 0 0 25 0 4 0 597984853 1161605120 191648 33554432000 4194304 4650419 140734330099296 18446744073709551615 4476502 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=26582/tid=26587] ppid=26580 vsize=1134380 CPUtime=1201.7 cores=0,2,4,6
/proc/26582/task/26587/stat : 26587 (strangenight1-m) R 26580 26582 25837 0 -1 4202560 566579 0 0 0 120011 159 0 0 25 0 4 0 597984853 1161605120 191648 33554432000 4194304 4650419 140734330099296 18446744073709551615 4476502 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=26582/tid=26588] ppid=26580 vsize=1134380 CPUtime=1195.04 cores=0,2,4,6
/proc/26582/task/26588/stat : 26588 (strangenight1-m) R 26580 26582 25837 0 -1 4202560 204402 0 0 0 119410 94 0 0 25 0 4 0 597984853 1161605120 191648 33554432000 4194304 4650419 140734330099296 18446744073709551615 4366869 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4800.2
Current children cumulated vsize (KiB) 1134380

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

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

[startup+1201.7 s]
/proc/loadavg: 8.17 8.09 8.01 10/184 26631
/proc/meminfo: memFree=16119768/32950940 swapFree=67111528/67111528
[pid=26582] ppid=26580 vsize=1134380 CPUtime=4800.2 cores=0,2,4,6
/proc/26582/stat : 26582 (strangenight1-m) R 26580 26582 25837 0 -1 4202496 1777025 0 0 0 479466 554 0 0 25 0 4 0 597984853 1161605120 191648 33554432000 4194304 4650419 140734330099296 18446744073709551615 4365276 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/26582/statm: 283595 191648 393 112 0 278560 0
[pid=26582/tid=26586] ppid=26580 vsize=1134380 CPUtime=1201.71 cores=0,2,4,6
/proc/26582/task/26586/stat : 26586 (strangenight1-m) R 26580 26582 25837 0 -1 4202560 551066 0 0 0 120015 156 0 0 25 0 4 0 597984853 1161605120 191648 33554432000 4194304 4650419 140734330099296 18446744073709551615 4476502 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=26582/tid=26587] ppid=26580 vsize=1134380 CPUtime=1201.7 cores=0,2,4,6
/proc/26582/task/26587/stat : 26587 (strangenight1-m) R 26580 26582 25837 0 -1 4202560 566579 0 0 0 120011 159 0 0 25 0 4 0 597984853 1161605120 191648 33554432000 4194304 4650419 140734330099296 18446744073709551615 4476502 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=26582/tid=26588] ppid=26580 vsize=1134380 CPUtime=1195.04 cores=0,2,4,6
/proc/26582/task/26588/stat : 26588 (strangenight1-m) R 26580 26582 25837 0 -1 4202560 204402 0 0 0 119410 94 0 0 25 0 4 0 597984853 1161605120 191648 33554432000 4194304 4650419 140734330099296 18446744073709551615 4366869 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4800.2
Current children cumulated vsize (KiB) 1134380

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1201.75
CPU time (s): 4800.26
CPU user time (s): 4794.69
CPU system time (s): 5.57515
CPU usage (%): 399.441
Max. virtual memory (cumulated for all children) (KiB): 1134380

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4794.69
system time used= 5.57515
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1777028
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= 2285
involuntary context switches= 35056

runsolver used 1.88271 second user time and 4.68829 second system time

The end

Launcher Data

Begin job on node117 at 2011-04-29 13:45:41
IDJOB=3175012
IDBENCH=82630
IDSOLVER=1588
FILE ID=node117/3175012-1304077541
RUNJOBID= node117-1304077541-26563
PBS_JOBID= 13170483
Free space on /tmp= 71680 MiB

SOLVER NAME= CryptoMiniSat Strange-Night-1-mt
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-3175012-1304077541/watcher-3175012-1304077541 -o /tmp/evaluation-result-3175012-1304077541/solver-3175012-1304077541 -C 4800 -W 1300 -M 15500  ./strangenight1-mt --threads=4 HOME/instance-3175012-1304077541.cnf

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

MD5SUM BENCH= fafa522767a4e86ea9e03f34c2fb7311
RANDOM SEED=1031009753

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

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

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


/proc/meminfo:
MemTotal:     32950940 kB
MemFree:      17454356 kB
Buffers:       2379300 kB
Cached:       12470692 kB
SwapCached:          0 kB
Active:        8149140 kB
Inactive:      6765440 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950940 kB
LowFree:      17454356 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:           14504 kB
Writeback:           0 kB
AnonPages:       63484 kB
Mapped:          14880 kB
Slab:           518352 kB
PageTables:       4692 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586996 kB
Committed_AS:   208960 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= 71668 MiB
End job on node117 at 2011-04-29 14:05:45