Trace number 3174993

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.27 1203.05

General information on the benchmark

Namerandom/large/
unif-k5-r20-v1500-c30000-S969405384-096-UNKNOWN.cnf
MD5SUM6e345981a96012731da9bd2ce5420289
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark44.3013
Satisfiable
(Un)Satisfiability was proved
Number of variables1500
Number of clauses30000
Sum of the clauses size150000
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 530000
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-3174993-1304076143.cnf'
0.00/0.00	c -- header says num vars:           1500
0.00/0.00	c -- header says num clauses:       30000
0.00/0.02	c -- clauses added:            0 learnts,        30000 normals,            0 xors
0.00/0.02	c -- vars added       1500
0.00/0.02	c Parsing time:  0.05 s
0.00/0.02	c  N st     0         0      1500     30000         0         0    150000         0   no data   no data  --
0.52/0.17	c asymm  cl-useful: 0/30000/30000 lits-rem:0 time: 0.58
0.52/0.18	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.3M T:  0.03
0.52/0.20	c bin-w-bin subsume rem            0 bins  time:  0.00 s
0.52/0.20	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
0.52/0.20	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1500 time:  0.00 s
0.52/0.20	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
2.35/0.69	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.15 s
2.35/0.69	c Finding binary XORs  T:     0.00 s  found:       0
2.35/0.69	c Finding non-binary XORs:     0.05 s (found:       0, avg size: nan)
2.35/0.69	c calculated reachability. Time: 0.00
2.35/0.69	c Calc default polars -  time:   0.01 s pos:     735 undec:      70 neg:     695
2.35/0.69	c =========================================================================================
2.35/0.69	c types(t): F = full restart, N = normal restart
2.35/0.69	c types(t): S = simplification begin/end, E = solution found
2.35/0.69	c restart types(rt): st = static, dy = dynamic
2.35/0.69	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits
2.35/0.69	c  B st     0         0      1500     30000         0         0    150000         0   no data   no data  --
2.35/0.69	c  N dy    21      4172      1500     30000         0      4169    150000    667776    124.73    133.15  --
3.55/0.97	c  N dy    45      8237      1500     30000         0      5730    150000    656773    124.65    132.08  --
5.14/1.37	c  N dy    67     12457      1500     30000         0      5702    150000    428031    124.37    132.23  --
6.74/1.75	c  N dy    84     16529      1500     30000         0      9770    150000   1052932    123.03    131.51  --
8.33/2.16	c  N dy   105     20609      1500     30000         0      8230    150000    636650    122.68    152.65  --
9.93/2.57	c  N dy   133     24660      1500     30000         0     12280    150000   1268111    123.13    131.02  --
10.33/2.61	c  F st   136     25001      1500     30000         0     12621    150000   1321840    123.21   no data  --
12.32/3.14	c  N dy   142     30000      1500     30000         0     10803    150000    903056    123.21   no data  --
12.32/3.14	c  S st   142     30000      1500     30000         0     10803    150000    903056    123.21   no data  --
12.72/3.20	c  S st   142     30502      1500     30000         0     11305    150000    972245    123.21   no data  --
12.72/3.21	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
12.72/3.21	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
12.72/3.22	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.5M T:  0.06
12.72/3.27	c bin-w-bin subsume rem            0 bins  time:  0.00 s
12.72/3.27	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
12.72/3.27	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1500 time:  0.00 s
12.72/3.27	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
17.93/5.40	c lits-rem:      1431  cl-subs:       16  v-elim:      0  v-fix:    0  time:  7.62 s
17.93/5.59	c asymm  cl-useful: 0/30000/30000 lits-rem:0 time: 0.58
17.93/5.59	c calculated reachability. Time: 0.00
17.93/5.59	c  N dy   142     30502      1500     30000         0     11289    150000    965655    123.21   no data  --
17.93/6.47	c  N dy   168     34510      1500     30000         0     15296    150000   1582997    123.40    134.06  --
17.93/7.31	c  N dy   191     38710      1500     30000         0     11596    150000    838061    123.16    131.59  --
17.93/8.15	c  N dy   212     42729      1500     30000         0     15612    150000   1448450    122.91    130.73  --
30.83/8.72	c  S st   228     45754      1500     30000         0      9690    150000    390946    122.56    132.40  --
30.83/8.79	c  S st   228     46255      1500     30000         0     10191    150000    452325    122.56   no data  --
30.83/8.79	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
30.83/8.79	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
31.23/8.81	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.5M T:  0.07
31.23/8.83	c bin-w-bin subsume rem            0 bins  time:  0.00 s
31.23/8.83	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
31.23/8.83	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1500 time:  0.00 s
31.23/8.83	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
49.21/13.33	c lits-rem:      1224  cl-subs:        3  v-elim:      0  v-fix:    0  time: 17.94 s
49.21/13.33	c vivif2 --  cl tried    30000 cl shrink        0 lits rem          0 time: 0.01
49.21/13.34	c vivif2 --  cl tried    10188 cl shrink        0 lits rem          0 time: 0.02
50.01/13.54	c asymm  cl-useful: 0/30000/30000 lits-rem:0 time: 0.79
50.01/13.54	c calculated reachability. Time: 0.00
50.01/13.54	c  N dy   228     46255      1500     30000         0     10188    150000    450020    122.56   no data  --
52.01/14.00	c  N dy   252     50339      1500     30000         0     14270    150000   1077944    122.60    131.49  --
54.00/14.50	c  N dy   277     54402      1500     30000         0     18329    150000   1701329    122.61    131.38  --
55.59/14.99	c  N dy   301     58554      1500     30000         0     12509    150000    671499    122.61    129.62  --
57.59/15.48	c  N dy   326     62686      1500     30000         0     16640    150000   1303535    122.54    129.47  --
59.61/15.98	c  N dy   350     66731      1500     30000         0     20684    150000   1917670    122.44    141.42  --
61.19/16.33	c  S st   370     69383      1500     30000         0     12355    150000    510522    122.54   no data  --
61.59/16.40	c  S st   370     69890      1500     30000         0     12862    150000    581357    122.54   no data  --
61.59/16.40	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
61.59/16.40	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
61.59/16.42	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.5M T:  0.07
61.59/16.45	c bin-w-bin subsume rem            0 bins  time:  0.00 s
61.59/16.45	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
61.59/16.45	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1500 time:  0.00 s
61.59/16.45	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
81.57/21.41	c lits-rem:      1872  cl-subs:        0  v-elim:      0  v-fix:    0  time: 19.79 s
81.57/21.42	c vivif2 --  cl tried    30000 cl shrink        0 lits rem          0 time: 0.01
81.57/21.42	c vivif2 --  cl tried    12862 cl shrink        0 lits rem          0 time: 0.03
82.35/21.68	c asymm  cl-useful: 0/30000/30000 lits-rem:0 time: 1.04
82.35/21.68	c calculated reachability. Time: 0.00
82.35/21.68	c  N dy   370     69890      1500     30000         0     12862    150000    579485    122.54   no data  --
84.76/22.27	c  N dy   396     74414      1500     30000         0     17384    150000   1276518    122.58    130.65  --
87.55/22.97	c  N dy   424     79250      1500     30000         0     22216    150000   2012816    122.51    129.87  --
90.75/23.71	c  N dy   452     84595      1500     30000         0     15571    150000    844977    122.36    130.07  --
92.34/24.10	c  F st   470     87500      1500     30000         0     18475    150000   1284163    122.41   no data  --
93.94/24.57	c  N st   475     90794      1500     30000         0     21761    150000   1829556    122.41   no data  --
97.52/25.49	c  N dy   504     96657      1500     30000         0     14630    150000    572954    122.52    136.33  --
101.12/26.34	c  N dy   538    102903      1500     30000         0     20873    150000   1531908    122.48    129.03  --
102.32/26.62	c  S st   553    104835      1500     30000         0     22805    150000   1829985    122.54    114.08  --
102.72/26.72	c  S st   553    105337      1500     30000         0     23307    150000   1895377    122.54   no data  --
102.72/26.73	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
102.72/26.73	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
102.72/26.76	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.7M T:  0.11
103.13/26.84	c bin-w-bin subsume rem            0 bins  time:  0.00 s
103.13/26.84	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
103.13/26.84	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1500 time:  0.00 s
103.13/26.84	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
151.46/39.00	c lits-rem:       839  cl-subs:       16  v-elim:      0  v-fix:    0  time: 48.51 s
151.46/39.00	c vivif2 --  cl tried    30000 cl shrink        0 lits rem          0 time: 0.01
151.86/39.02	c vivif2 --  cl tried    23291 cl shrink        0 lits rem          0 time: 0.08
153.04/39.38	c asymm  cl-useful: 0/28455/30000 lits-rem:0 time: 1.46
153.04/39.38	c calculated reachability. Time: 0.00
153.04/39.38	c  N dy   553    105337      1500     30000         0     23291    150000   1889176    122.54   no data  --
157.03/40.38	c  N dy   595    112248      1500     30000         0     16211    150000    663771    122.55    130.10  --
161.02/41.35	c  N dy   637    119425      1500     30000         0     23384    150000   1749914    122.45    130.12  --
165.82/42.51	c  N dy   685    127109      1500     30000         0     16075    150000    501739    122.59    129.52  --
170.21/43.62	c  N dy   738    135246      1500     30000         0     24209    150000   1752180    122.70    132.00  --
175.41/44.95	c  N dy   782    143914      1500     30000         0     16880    150000    477694    122.56    129.69  --
180.61/46.24	c  N dy   840    153184      1500     30000         0     26146    150000   1904198    122.58    129.55  --
183.40/46.99	c  S st   867    158005      1500     30000         0     30965    150000   2648989    122.56   no data  --
184.20/47.10	c  S st   867    158509      1500     30000         0     31468    150000   2724107    122.56   no data  --
184.20/47.11	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.03
184.20/47.11	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
184.20/47.14	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.7M T:  0.13
184.60/47.24	c bin-w-bin subsume rem            0 bins  time:  0.00 s
184.60/47.24	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
184.60/47.24	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1500 time:  0.00 s
184.60/47.24	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
286.44/72.77	c lits-rem:       773  cl-subs:       20  v-elim:      0  v-fix:    0  time: 101.82 s
286.44/72.77	c vivif2 --  cl tried    30000 cl shrink        0 lits rem          0 time: 0.01
286.84/72.80	c vivif2 --  cl tried    31448 cl shrink        0 lits rem          0 time: 0.11
286.84/72.83	c asymm  cl-useful: 0/1545/30000 lits-rem:0 time: 0.13
286.84/72.83	c calculated reachability. Time: 0.00
286.84/72.83	c  N dy   867    158509      1500     30000         0     31448    150000   2716470    122.56   no data  --
292.82/74.34	c  N dy   924    168757      1500     30000         0     24695    150000   1533154    122.60    132.07  --
300.01/76.11	c  N dy   990    179583      1500     30000         0     35515    150000   3192227    122.61    132.62  --
306.80/77.84	c  N dy  1060    191304      1500     30000         0     29241    150000   2098443    122.70    129.89  --
314.78/79.84	c  N dy  1137    203600      1500     30000         0     22537    150000    915266    122.88    131.95  --
323.19/81.92	c  N dy  1220    216692      1500     30000         0     35620    150000   2943076    122.96    132.37  --
332.35/84.20	c  N dy  1306    230980      1500     30000         0     29916    150000   1921021    123.01    131.26  --
336.75/85.36	c  S st  1354    237764      1500     30000         0     36697    150000   2967787    123.05   no data  --
337.15/85.49	c  S st  1354    238268      1500     30000         0     37201    150000   3043313    123.05   no data  --
337.15/85.49	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.03
337.15/85.49	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
337.55/85.53	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.8M T:  0.15
337.96/85.63	c bin-w-bin subsume rem            0 bins  time:  0.00 s
337.96/85.63	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
337.96/85.63	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1500 time:  0.00 s
337.96/85.63	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
1098.37/276.06	c lits-rem:       211  cl-subs:       18  v-elim:      0  v-fix:    0  time: 759.70 s
1098.37/276.06	c vivif2 --  cl tried    30000 cl shrink        0 lits rem          0 time: 0.01
1098.37/276.09	c vivif2 --  cl tried    37183 cl shrink        0 lits rem          0 time: 0.12
1100.38/276.57	c asymm  cl-useful: 0/22240/30000 lits-rem:0 time: 1.91
1100.38/276.57	c calculated reachability. Time: 0.00
1100.38/276.57	c  N dy  1354    238268      1500     30000         0     37183    150000   3036947    123.05   no data  --
1111.55/279.35	c  N dy  1438    253479      1500     30000         0     31398    150000   2002123    123.06    133.13  --
1124.72/282.60	c  N dy  1537    269746      1500     30000         0     25669    150000    953954    123.08    151.17  --
1137.91/285.92	c  N dy  1635    286987      1500     30000         0     42901    150000   3607286    123.01    132.65  --
1151.88/289.48	c  N dy  1748    305528      1500     30000         0     38442    150000   2783286    123.06    129.79  --
1152.68/289.63	c  F st  1752    306251      1500     30000         0     39165    150000   2893687    123.06    125.66  --
1167.45/293.34	c  N dy  1846    325066      1500     30000         0     33985    150000   1947994    123.14    132.81  --
1184.25/297.56	c  N dy  1962    345100      1500     30000         0     29021    150000   1025000    123.06    130.97  --
1193.81/299.99	c  S st  2040    357402      1500     30000         0     41321    150000   2919498    123.07   no data  --
1194.61/300.15	c  S st  2040    357905      1500     30000         0     41824    150000   2986264    123.07   no data  --
1194.61/300.16	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.03
1194.61/300.16	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
1195.01/300.20	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.9M T:  0.18
1195.41/300.30	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1195.41/300.30	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1195.41/300.30	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1500 time:  0.00 s
1195.41/300.30	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
1883.86/472.70	c lits-rem:       305  cl-subs:       24  v-elim:      0  v-fix:    0  time: 687.86 s
1883.86/472.70	c vivif2 --  cl tried    30000 cl shrink        0 lits rem          0 time: 0.01
1883.86/472.73	c vivif2 --  cl tried    41800 cl shrink        0 lits rem          0 time: 0.12
1884.66/472.93	c asymm  cl-useful: 0/7760/30000 lits-rem:0 time: 0.77
1884.66/472.93	c calculated reachability. Time: 0.00
1884.66/472.93	c  N dy  2040    357905      1500     30000         0     41800    150000   2977995    123.07   no data  --
1899.86/476.75	c  N dy  2161    377977      1500     30000         0     35875    150000   1925922    123.09    137.10  --
1915.80/480.79	c  N dy  2287    398086      1500     30000         0     28990    150000    740568    123.08    130.53  --
1931.00/484.54	c  N dy  2416    418160      1500     30000         0     49044    150000   3862863    123.18    167.27  --
1946.55/488.46	c  N dy  2535    438302      1500     30000         0     41191    150000   2463236    123.17    129.98  --
1963.71/492.70	c  N dy  2654    458381      1500     30000         0     32282    150000    944422    123.15    130.53  --
1980.09/496.83	c  N dy  2766    478620      1500     30000         0     52512    150000   4070087    123.13    130.44  --
1996.48/500.95	c  N dy  2895    498629      1500     30000         0     42519    150000   2401122    123.17    129.76  --
2014.46/505.43	c  N dy  3006    518657      1500     30000         0     31551    150000    549277    123.14    130.68  --
2028.80/509.09	c  S st  3117    536860      1500     30000         0     49735    150000   3380797    123.18   no data  --
2029.59/509.26	c  S st  3117    537362      1500     30000         0     50237    150000   3449302    123.18   no data  --
2029.59/509.26	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.04
2029.59/509.26	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
2029.99/509.31	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.0M T:  0.20
2030.39/509.43	c bin-w-bin subsume rem            0 bins  time:  0.00 s
2030.39/509.43	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2030.39/509.43	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1500 time:  0.00 s
2030.39/509.43	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
3049.86/764.72	c lits-rem:       660  cl-subs:       15  v-elim:      0  v-fix:    0  time: 1019.05 s
3049.86/764.73	c vivif2 --  cl tried    30000 cl shrink        0 lits rem          0 time: 0.01
3049.86/764.76	c vivif2 --  cl tried    50222 cl shrink        0 lits rem          0 time: 0.15
3051.86/765.27	c asymm  cl-useful: 0/18592/30000 lits-rem:0 time: 2.02
3051.86/765.27	c calculated reachability. Time: 0.00
3051.86/765.27	c  N dy  3117    537362      1500     30000         0     50222    150000   3443558    123.18   no data  --
3072.22/770.31	c  N dy  3236    557610      1500     30000         0     38482    150000   1467357    123.19    130.78  --
3091.40/775.18	c  N dy  3358    577697      1500     30000         0     58561    150000   4554619    123.21    131.20  --
3110.96/780.07	c  N dy  3486    597954      1500     30000         0     45822    150000   2471734    123.24    132.16  --
3132.12/785.38	c  N dy  3609    617993      1500     30000         0     65855    150000   5571083    123.29    130.90  --
3151.29/790.11	c  N dy  3735    638113      1500     30000         0     51986    150000   3264497    123.30    130.76  --
3173.25/795.65	c  N dy  3858    658125      1500     30000         0     37001    150000    804055    123.29    135.33  --
3191.64/800.29	c  N dy  3985    678186      1500     30000         0     57054    150000   3898491    123.29    131.25  --
3211.99/805.39	c  N dy  4107    698305      1500     30000         0     41178    150000   1310278    123.30    130.07  --
3230.78/810.07	c  N dy  4236    718360      1500     30000         0     61225    150000   4404571    123.32    130.52  --
3251.13/815.13	c  N dy  4350    738639      1500     30000         0     44506    150000   1674959    123.29    130.22  --
3270.31/819.92	c  N dy  4463    758726      1500     30000         0     64580    150000   4757343    123.27    130.72  --
3290.65/825.01	c  N dy  4589    778737      1500     30000         0     46614    150000   1854526    123.30    130.18  --
3310.62/830.05	c  N dy  4718    798934      1500     30000         0     66800    150000   5009098    123.35    130.15  --
3318.62/832.08	c  S st  4760    806044      1500     30000         0     73906    150000   6108361    123.36   no data  --
3319.80/832.31	c  S st  4760    806548      1500     30000         0     74410    150000   6171502    123.36   no data  --
3319.80/832.32	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.06
3319.80/832.32	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
3319.80/832.39	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.3M T:  0.27
3320.99/832.62	c bin-w-bin subsume rem            0 bins  time:  0.00 s
3320.99/832.62	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3320.99/832.62	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1500 time:  0.00 s
3320.99/832.62	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s

Verifier Data

ERROR: Unexpected answer ! (SATISFIABLE/UNSATISFIABLE expected)
Got answer: <no 's ' line found>

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 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-3174993-1304076143/watcher-3174993-1304076143 -o /tmp/evaluation-result-3174993-1304076143/solver-3174993-1304076143 -C 4800 -W 1300 -M 15500 ./strangenight1-mt --threads=4 HOME/instance-3174993-1304076143.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: 3.70 5.02 6.60 1/170 10963
/proc/meminfo: memFree=26634548/32951132 swapFree=67111364/67111528
[pid=10963] ppid=10961 vsize=51236 CPUtime=0 cores=0,2,4,6
/proc/10963/stat : 10963 (strangenight1-m) R 10961 10963 10537 0 -1 4202496 412 0 0 0 0 0 0 0 21 0 4 0 519212951 52465664 352 33554432000 4194304 4650419 140735938986848 18446744073709551615 47443089655724 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/10963/statm: 12809 352 303 112 0 7774 0
[pid=10963/tid=10964] ppid=10961 vsize=51236 CPUtime=0 cores=0,2,4,6
/proc/10963/task/10964/stat : 10964 (strangenight1-m) R 10961 10963 10537 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 4 0 519212952 52465664 352 33554432000 4194304 4650419 140735938986848 18446744073709551615 47443089655730 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=10963/tid=10965] ppid=10961 vsize=51236 CPUtime=0 cores=0,2,4,6
/proc/10963/task/10965/stat : 10965 (strangenight1-m) R 10961 10963 10537 0 -1 4202560 0 0 0 0 0 0 0 0 23 0 4 0 519212952 52465664 352 33554432000 4194304 4650419 140735938986848 18446744073709551615 242970606577 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=10963/tid=10966] ppid=10961 vsize=51236 CPUtime=0 cores=0,2,4,6
/proc/10963/task/10966/stat : 10966 (strangenight1-m) R 10961 10963 10537 0 -1 4202560 0 0 0 0 0 0 0 0 23 0 4 0 519212952 52465664 352 33554432000 4194304 4650419 140735938986848 18446744073709551615 242970606577 0 0 4096 2 0 0 0 -1 2 0 0 0

[startup+0.142015 s]
/proc/loadavg: 3.70 5.02 6.60 1/170 10963
/proc/meminfo: memFree=26634548/32951132 swapFree=67111364/67111528
[pid=10963] ppid=10961 vsize=285544 CPUtime=0.52 cores=0,2,4,6
/proc/10963/stat : 10963 (strangenight1-m) R 10961 10963 10537 0 -1 4202496 4405 0 0 0 50 2 0 0 18 0 4 0 519212951 292397056 4321 33554432000 4194304 4650419 140735938986848 18446744073709551615 242970211361 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/10963/statm: 71386 4321 367 112 0 66351 0
[pid=10963/tid=10964] ppid=10961 vsize=285544 CPUtime=0.13 cores=0,2,4,6
/proc/10963/task/10964/stat : 10964 (strangenight1-m) R 10961 10963 10537 0 -1 4202560 939 0 0 0 13 0 0 0 18 0 4 0 519212952 292397056 4321 33554432000 4194304 4650419 140735938986848 18446744073709551615 4370570 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=10963/tid=10965] ppid=10961 vsize=285544 CPUtime=0.11 cores=0,2,4,6
/proc/10963/task/10965/stat : 10965 (strangenight1-m) R 10961 10963 10537 0 -1 4202560 940 0 0 0 11 0 0 0 18 0 4 0 519212952 292397056 4321 33554432000 4194304 4650419 140735938986848 18446744073709551615 242970211361 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=10963/tid=10966] ppid=10961 vsize=285544 CPUtime=0.12 cores=0,2,4,6
/proc/10963/task/10966/stat : 10966 (strangenight1-m) R 10961 10963 10537 0 -1 4202560 1147 0 0 0 12 0 0 0 18 0 4 0 519212952 292397056 4321 33554432000 4194304 4650419 140735938986848 18446744073709551615 4520364 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 0.52
Current children cumulated vsize (KiB) 285544

[startup+0.201657 s]
/proc/loadavg: 3.70 5.02 6.60 1/170 10963
/proc/meminfo: memFree=26634548/32951132 swapFree=67111364/67111528
[pid=10963] ppid=10961 vsize=290296 CPUtime=0.75 cores=0,2,4,6
/proc/10963/stat : 10963 (strangenight1-m) R 10961 10963 10537 0 -1 4202496 8356 0 0 0 71 4 0 0 18 0 4 0 519212951 297263104 7227 33554432000 4194304 4650419 140735938986848 18446744073709551615 4441467 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/10963/statm: 72574 7230 382 112 0 67539 0
[pid=10963/tid=10964] ppid=10961 vsize=290296 CPUtime=0.19 cores=0,2,4,6
/proc/10963/task/10964/stat : 10964 (strangenight1-m) R 10961 10963 10537 0 -1 4202560 1395 0 0 0 19 0 0 0 18 0 4 0 519212952 297263104 7230 33554432000 4194304 4650419 140735938986848 18446744073709551615 4370652 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=10963/tid=10965] ppid=10961 vsize=290296 CPUtime=0.17 cores=0,2,4,6
/proc/10963/task/10965/stat : 10965 (strangenight1-m) R 10961 10963 10537 0 -1 4202560 2616 0 0 0 16 1 0 0 18 0 4 0 519212952 297263104 7230 33554432000 4194304 4650419 140735938986848 18446744073709551615 4441467 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=10963/tid=10966] ppid=10961 vsize=290296 CPUtime=0.17 cores=0,2,4,6
/proc/10963/task/10966/stat : 10966 (strangenight1-m) R 10961 10963 10537 0 -1 4202560 1279 0 0 0 17 0 0 0 18 0 4 0 519212952 297263104 7230 33554432000 4194304 4650419 140735938986848 18446744073709551615 4363426 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 0.75
Current children cumulated vsize (KiB) 290296

[startup+0.30096 s]
/proc/loadavg: 3.70 5.02 6.60 1/170 10963
/proc/meminfo: memFree=26634548/32951132 swapFree=67111364/67111528
[pid=10963] ppid=10961 vsize=297476 CPUtime=1.15 cores=0,2,4,6
/proc/10963/stat : 10963 (strangenight1-m) R 10961 10963 10537 0 -1 4202496 11594 0 0 0 110 5 0 0 18 0 4 0 519212951 304615424 9824 33554432000 4194304 4650419 140735938986848 18446744073709551615 4365192 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/10963/statm: 74369 9825 389 112 0 69334 0
[pid=10963/tid=10964] ppid=10961 vsize=297476 CPUtime=0.29 cores=0,2,4,6
/proc/10963/task/10964/stat : 10964 (strangenight1-m) R 10961 10963 10537 0 -1 4202560 3123 0 0 0 29 0 0 0 18 0 4 0 519212952 304615424 9825 33554432000 4194304 4650419 140735938986848 18446744073709551615 4520364 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=10963/tid=10965] ppid=10961 vsize=297476 CPUtime=0.27 cores=0,2,4,6
/proc/10963/task/10965/stat : 10965 (strangenight1-m) R 10961 10963 10537 0 -1 4202560 3278 0 0 0 26 1 0 0 18 0 4 0 519212952 304615424 9825 33554432000 4194304 4650419 140735938986848 18446744073709551615 4366816 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=10963/tid=10966] ppid=10961 vsize=297476 CPUtime=0.28 cores=0,2,4,6
/proc/10963/task/10966/stat : 10966 (strangenight1-m) R 10961 10963 10537 0 -1 4202560 1473 0 0 0 27 1 0 0 18 0 4 0 519212952 304615424 9825 33554432000 4194304 4650419 140735938986848 18446744073709551615 4363426 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 1.15
Current children cumulated vsize (KiB) 297476

[startup+0.700859 s]
/proc/loadavg: 3.70 5.02 6.60 1/170 10963
/proc/meminfo: memFree=26634548/32951132 swapFree=67111364/67111528
[pid=10963] ppid=10961 vsize=300404 CPUtime=2.74 cores=0,2,4,6
/proc/10963/stat : 10963 (strangenight1-m) R 10961 10963 10537 0 -1 4202496 15905 0 0 0 268 6 0 0 18 0 4 0 519212951 307613696 10963 33554432000 4194304 4650419 140735938986848 18446744073709551615 4311310 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/10963/statm: 75101 10963 391 112 0 70066 0
[pid=10963/tid=10964] ppid=10961 vsize=300404 CPUtime=0.68 cores=0,2,4,6
/proc/10963/task/10964/stat : 10964 (strangenight1-m) R 10961 10963 10537 0 -1 4202560 3867 0 0 0 68 0 0 0 18 0 4 0 519212952 307613696 10963 33554432000 4194304 4650419 140735938986848 18446744073709551615 4520364 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=10963/tid=10965] ppid=10961 vsize=300404 CPUtime=0.67 cores=0,2,4,6
/proc/10963/task/10965/stat : 10965 (strangenight1-m) R 10961 10963 10537 0 -1 4202560 4393 0 0 0 66 1 0 0 18 0 4 0 519212952 307613696 10963 33554432000 4194304 4650419 140735938986848 18446744073709551615 4363331 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=10963/tid=10966] ppid=10961 vsize=300404 CPUtime=0.68 cores=0,2,4,6
/proc/10963/task/10966/stat : 10966 (strangenight1-m) R 10961 10963 10537 0 -1 4202560 2797 0 0 0 67 1 0 0 18 0 4 0 519212952 307613696 10963 33554432000 4194304 4650419 140735938986848 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 2.74
Current children cumulated vsize (KiB) 300404

[startup+1.50072 s]
/proc/loadavg: 4.28 5.12 6.62 9/182 10980
/proc/meminfo: memFree=26560612/32951132 swapFree=67111364/67111528
[pid=10963] ppid=10961 vsize=301800 CPUtime=5.93 cores=0,2,4,6
/proc/10963/stat : 10963 (strangenight1-m) R 10961 10963 10537 0 -1 4202496 23874 0 0 0 585 8 0 0 19 0 4 0 519212951 309043200 12470 33554432000 4194304 4650419 140735938986848 18446744073709551615 4365192 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/10963/statm: 75450 12470 391 112 0 70415 0
[pid=10963/tid=10964] ppid=10961 vsize=301800 CPUtime=1.49 cores=0,2,4,6
/proc/10963/task/10964/stat : 10964 (strangenight1-m) R 10961 10963 10537 0 -1 4202560 6068 0 0 0 148 1 0 0 19 0 4 0 519212952 309043200 12470 33554432000 4194304 4650419 140735938986848 18446744073709551615 4368288 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=10963/tid=10965] ppid=10961 vsize=301800 CPUtime=1.47 cores=0,2,4,6
/proc/10963/task/10965/stat : 10965 (strangenight1-m) R 10961 10963 10537 0 -1 4202560 6264 0 0 0 145 2 0 0 19 0 4 0 519212952 309043200 12472 33554432000 4194304 4650419 140735938986848 18446744073709551615 4366869 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=10963/tid=10966] ppid=10961 vsize=301800 CPUtime=1.48 cores=0,2,4,6
/proc/10963/task/10966/stat : 10966 (strangenight1-m) R 10961 10963 10537 0 -1 4202560 4824 0 0 0 146 2 0 0 20 0 4 0 519212952 309043200 12472 33554432000 4194304 4650419 140735938986848 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 5.93
Current children cumulated vsize (KiB) 301800

[startup+3.10045 s]
/proc/loadavg: 4.28 5.12 6.62 9/182 10980
/proc/meminfo: memFree=26557016/32951132 swapFree=67111364/67111528
[pid=10963] ppid=10961 vsize=302732 CPUtime=12.32 cores=0,2,4,6
/proc/10963/stat : 10963 (strangenight1-m) R 10961 10963 10537 0 -1 4202496 38408 0 0 0 1222 10 0 0 24 0 4 0 519212951 309997568 13558 33554432000 4194304 4650419 140735938986848 18446744073709551615 4366869 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/10963/statm: 75683 13558 392 112 0 70648 0
[pid=10963/tid=10964] ppid=10961 vsize=302732 CPUtime=3.08 cores=0,2,4,6
/proc/10963/task/10964/stat : 10964 (strangenight1-m) R 10961 10963 10537 0 -1 4202560 9540 0 0 0 307 1 0 0 25 0 4 0 519212952 309997568 13558 33554432000 4194304 4650419 140735938986848 18446744073709551615 4332022 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=10963/tid=10965] ppid=10961 vsize=302732 CPUtime=3.06 cores=0,2,4,6
/proc/10963/task/10965/stat : 10965 (strangenight1-m) R 10961 10963 10537 0 -1 4202560 9897 0 0 0 304 2 0 0 24 0 4 0 519212952 309997568 13558 33554432000 4194304 4650419 140735938986848 18446744073709551615 4363416 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=10963/tid=10966] ppid=10961 vsize=302732 CPUtime=3.08 cores=0,2,4,6
/proc/10963/task/10966/stat : 10966 (strangenight1-m) R 10961 10963 10537 0 -1 4202560 8455 0 0 0 306 2 0 0 25 0 4 0 519212952 309997568 13558 33554432000 4194304 4650419 140735938986848 18446744073709551615 4310898 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 12.32
Current children cumulated vsize (KiB) 302732

[startup+8.45753 s]
/proc/loadavg: 4.28 5.12 6.62 9/182 10980
/proc/meminfo: memFree=26468860/32951132 swapFree=67111364/67111528
[pid=10963] ppid=10961 vsize=306724 CPUtime=29.87 cores=0,2,4,6
/proc/10963/stat : 10963 (strangenight1-m) R 10961 10963 10537 0 -1 4202496 74733 0 0 0 2970 17 0 0 25 0 4 0 519212951 314085376 39787 33554432000 4194304 4650419 140735938986848 18446744073709551615 4366920 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/10963/statm: 76681 39787 393 112 0 71646 0
[pid=10963/tid=10964] ppid=10961 vsize=306724 CPUtime=8.44 cores=0,2,4,6
/proc/10963/task/10964/stat : 10964 (strangenight1-m) R 10961 10963 10537 0 -1 4202560 14779 0 0 0 842 2 0 0 25 0 4 0 519212952 314085376 39787 33554432000 4194304 4650419 140735938986848 18446744073709551615 4476309 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=10963/tid=10965] ppid=10961 vsize=306724 CPUtime=7.77 cores=0,2,4,6
/proc/10963/task/10965/stat : 10965 (strangenight1-m) R 10961 10963 10537 0 -1 4202560 21442 0 0 0 773 4 0 0 25 0 4 0 519212952 314085376 39787 33554432000 4194304 4650419 140735938986848 18446744073709551615 4476519 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=10963/tid=10966] ppid=10961 vsize=306724 CPUtime=6.6 cores=0,2,4,6
/proc/10963/task/10966/stat : 10966 (strangenight1-m) R 10961 10963 10537 0 -1 4202560 19178 0 0 0 656 4 0 0 25 0 4 0 519212952 314085376 39787 33554432000 4194304 4650419 140735938986848 18446744073709551615 4476502 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 29.87
Current children cumulated vsize (KiB) 306724

[startup+12.7008 s]
/proc/loadavg: 5.08 5.27 6.65 9/182 10981
/proc/meminfo: memFree=26337424/32951132 swapFree=67111364/67111528
[pid=10963] ppid=10961 vsize=306960 CPUtime=46.81 cores=0,2,4,6
/proc/10963/stat : 10963 (strangenight1-m) R 10961 10963 10537 0 -1 4202496 85845 0 0 0 4661 20 0 0 25 0 4 0 519212951 314327040 40076 33554432000 4194304 4650419 140735938986848 18446744073709551615 4438653 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/10963/statm: 76740 40076 393 112 0 71705 0
[pid=10963/tid=10964] ppid=10961 vsize=306960 CPUtime=12.68 cores=0,2,4,6
/proc/10963/task/10964/stat : 10964 (strangenight1-m) R 10961 10963 10537 0 -1 4202560 20536 0 0 0 1264 4 0 0 25 0 4 0 519212952 314327040 40076 33554432000 4194304 4650419 140735938986848 18446744073709551615 4477527 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=10963/tid=10965] ppid=10961 vsize=306960 CPUtime=12 cores=0,2,4,6
/proc/10963/task/10965/stat : 10965 (strangenight1-m) R 10961 10963 10537 0 -1 4202560 22784 0 0 0 1196 4 0 0 25 0 4 0 519212952 314327040 40076 33554432000 4194304 4650419 140735938986848 18446744073709551615 4354972 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=10963/tid=10966] ppid=10961 vsize=306960 CPUtime=10.84 cores=0,2,4,6
/proc/10963/task/10966/stat : 10966 (strangenight1-m) R 10961 10963 10537 0 -1 4202560 22290 0 0 0 1080 4 0 0 25 0 4 0 519212952 314327040 40077 33554432000 4194304 4650419 140735938986848 18446744073709551615 4304102 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 46.81
Current children cumulated vsize (KiB) 306960

[startup+25.5006 s]
/proc/loadavg: 5.53 5.36 6.66 9/182 10981
/proc/meminfo: memFree=26202768/32951132 swapFree=67111364/67111528
[pid=10963] ppid=10961 vsize=409328 CPUtime=97.92 cores=0,2,4,6
/proc/10963/stat : 10963 (strangenight1-m) R 10961 10963 10537 0 -1 4202496 133641 0 0 0 9760 32 0 0 25 0 4 0 519212951 419151872 68817 33554432000 4194304 4650419 140735938986848 18446744073709551615 4365346 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/10963/statm: 102332 68817 393 112 0 97297 0
[pid=10963/tid=10964] ppid=10961 vsize=409328 CPUtime=25.49 cores=0,2,4,6
/proc/10963/task/10964/stat : 10964 (strangenight1-m) R 10961 10963 10537 0 -1 4202560 29372 0 0 0 2543 6 0 0 25 0 4 0 519212952 419151872 68817 33554432000 4194304 4650419 140735938986848 18446744073709551615 4542379 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=10963/tid=10965] ppid=10961 vsize=409328 CPUtime=24.78 cores=0,2,4,6
/proc/10963/task/10965/stat : 10965 (strangenight1-m) R 10961 10963 10537 0 -1 4202560 32233 0 0 0 2472 6 0 0 25 0 4 0 519212952 419151872 68817 33554432000 4194304 4650419 140735938986848 18446744073709551615 4476502 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=10963/tid=10966] ppid=10961 vsize=409328 CPUtime=23.64 cores=0,2,4,6
/proc/10963/task/10966/stat : 10966 (strangenight1-m) R 10961 10963 10537 0 -1 4202560 40627 0 0 0 2354 10 0 0 25 0 4 0 519212952 419151872 68817 33554432000 4194304 4650419 140735938986848 18446744073709551615 4476502 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 97.92
Current children cumulated vsize (KiB) 409328

[startup+51.1062 s]
/proc/loadavg: 6.56 5.62 6.71 9/182 10982
/proc/meminfo: memFree=26079076/32951132 swapFree=67111364/67111528
[pid=10963] ppid=10961 vsize=643260 CPUtime=200.2 cores=0,2,4,6
/proc/10963/stat : 10963 (strangenight1-m) R 10961 10963 10537 0 -1 4202496 195128 0 0 0 19972 48 0 0 25 0 4 0 519212951 658698240 92345 33554432000 4194304 4650419 140735938986848 18446744073709551615 4439619 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/10963/statm: 160815 92345 393 112 0 155780 0
[pid=10963/tid=10964] ppid=10961 vsize=643260 CPUtime=51.09 cores=0,2,4,6
/proc/10963/task/10964/stat : 10964 (strangenight1-m) R 10961 10963 10537 0 -1 4202560 38221 0 0 0 5101 8 0 0 25 0 4 0 519212952 658698240 92345 33554432000 4194304 4650419 140735938986848 18446744073709551615 4366869 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=10963/tid=10965] ppid=10961 vsize=643260 CPUtime=50.37 cores=0,2,4,6
/proc/10963/task/10965/stat : 10965 (strangenight1-m) R 10961 10963 10537 0 -1 4202560 46632 0 0 0 5028 9 0 0 25 0 4 0 519212952 658698240 92345 33554432000 4194304 4650419 140735938986848 18446744073709551615 4439619 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=10963/tid=10966] ppid=10961 vsize=643260 CPUtime=49.24 cores=0,2,4,6
/proc/10963/task/10966/stat : 10966 (strangenight1-m) R 10961 10963 10537 0 -1 4202560 60256 0 0 0 4909 15 0 0 25 0 4 0 519212952 658698240 92345 33554432000 4194304 4650419 140735938986848 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 200.2
Current children cumulated vsize (KiB) 643260

[startup+102.3 s]
/proc/loadavg: 7.44 6.00 6.78 9/182 10983
/proc/meminfo: memFree=25997956/32951132 swapFree=67111364/67111528
[pid=10963] ppid=10961 vsize=622168 CPUtime=404.65 cores=0,2,4,6
/proc/10963/stat : 10963 (strangenight1-m) R 10961 10963 10537 0 -1 4202496 296958 0 0 0 40386 79 0 0 25 0 4 0 519212951 637100032 102501 33554432000 4194304 4650419 140735938986848 18446744073709551615 4476514 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/10963/statm: 155542 102501 393 112 0 150507 0
[pid=10963/tid=10964] ppid=10961 vsize=622168 CPUtime=102.28 cores=0,2,4,6
/proc/10963/task/10964/stat : 10964 (strangenight1-m) R 10961 10963 10537 0 -1 4202560 59215 0 0 0 10213 15 0 0 25 0 4 0 519212952 637100032 102501 33554432000 4194304 4650419 140735938986848 18446744073709551615 4366904 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=10963/tid=10965] ppid=10961 vsize=622168 CPUtime=101.52 cores=0,2,4,6
/proc/10963/task/10965/stat : 10965 (strangenight1-m) R 10961 10963 10537 0 -1 4202560 68307 0 0 0 10140 12 0 0 25 0 4 0 519212952 637100032 102501 33554432000 4194304 4650419 140735938986848 18446744073709551615 4476502 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=10963/tid=10966] ppid=10961 vsize=622168 CPUtime=100.44 cores=0,2,4,6
/proc/10963/task/10966/stat : 10966 (strangenight1-m) R 10961 10963 10537 0 -1 4202560 106418 0 0 0 10013 31 0 0 25 0 4 0 519212952 637100032 102501 33554432000 4194304 4650419 140735938986848 18446744073709551615 4366920 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 404.65
Current children cumulated vsize (KiB) 622168

[startup+162.301 s]

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

[pid=10963] ppid=10961 vsize=1062960 CPUtime=2561.09 cores=0,2,4,6
/proc/10963/stat : 10963 (strangenight1-m) R 10961 10963 10537 0 -1 4202496 855564 0 0 0 255840 269 0 0 25 0 4 0 519212951 1088471040 159437 33554432000 4194304 4650419 140735938986848 18446744073709551615 4476502 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/10963/statm: 265740 159437 393 112 0 260705 0
[pid=10963/tid=10964] ppid=10961 vsize=1062960 CPUtime=642.3 cores=0,2,4,6
/proc/10963/task/10964/stat : 10964 (strangenight1-m) R 10961 10963 10537 0 -1 4202560 102306 0 0 0 64196 34 0 0 25 0 4 0 519212952 1088471040 159437 33554432000 4194304 4650419 140735938986848 18446744073709551615 4476304 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=10963/tid=10965] ppid=10961 vsize=1062960 CPUtime=641.16 cores=0,2,4,6
/proc/10963/task/10965/stat : 10965 (strangenight1-m) R 10961 10963 10537 0 -1 4202560 215261 0 0 0 64047 69 0 0 25 0 4 0 519212952 1088471040 159437 33554432000 4194304 4650419 140735938986848 18446744073709551615 4476309 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=10963/tid=10966] ppid=10961 vsize=1062960 CPUtime=640.38 cores=0,2,4,6
/proc/10963/task/10966/stat : 10966 (strangenight1-m) R 10961 10963 10537 0 -1 4202560 380273 0 0 0 63928 110 0 0 25 0 4 0 519212952 1088471040 159437 33554432000 4194304 4650419 140735938986848 18446744073709551615 4476519 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 2561.09
Current children cumulated vsize (KiB) 1062960

[startup+702.307 s]
/proc/loadavg: 8.06 7.80 7.38 9/182 10999
/proc/meminfo: memFree=25512952/32951132 swapFree=67111364/67111528
[pid=10963] ppid=10961 vsize=1062960 CPUtime=2800.71 cores=0,2,4,6
/proc/10963/stat : 10963 (strangenight1-m) R 10961 10963 10537 0 -1 4202496 890630 0 0 0 279796 275 0 0 25 0 4 0 519212951 1088471040 159493 33554432000 4194304 4650419 140735938986848 18446744073709551615 4476514 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/10963/statm: 265740 159493 393 112 0 260705 0
[pid=10963/tid=10964] ppid=10961 vsize=1062960 CPUtime=702.3 cores=0,2,4,6
/proc/10963/task/10964/stat : 10964 (strangenight1-m) R 10961 10963 10537 0 -1 4202560 102306 0 0 0 70196 34 0 0 25 0 4 0 519212952 1088471040 159493 33554432000 4194304 4650419 140735938986848 18446744073709551615 4476309 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=10963/tid=10965] ppid=10961 vsize=1062960 CPUtime=701.12 cores=0,2,4,6
/proc/10963/task/10965/stat : 10965 (strangenight1-m) R 10961 10963 10537 0 -1 4202560 215261 0 0 0 70043 69 0 0 25 0 4 0 519212952 1088471040 159493 33554432000 4194304 4650419 140735938986848 18446744073709551615 4476519 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=10963/tid=10966] ppid=10961 vsize=1062960 CPUtime=700.38 cores=0,2,4,6
/proc/10963/task/10966/stat : 10966 (strangenight1-m) R 10961 10963 10537 0 -1 4202560 388481 0 0 0 69927 111 0 0 25 0 4 0 519212952 1088471040 159493 33554432000 4194304 4650419 140735938986848 18446744073709551615 4476527 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 2800.71
Current children cumulated vsize (KiB) 1062960

[startup+762.301 s]
/proc/loadavg: 8.05 7.85 7.42 9/182 11001
/proc/meminfo: memFree=25501004/32951132 swapFree=67111364/67111528
[pid=10963] ppid=10961 vsize=1062960 CPUtime=3040.29 cores=0,2,4,6
/proc/10963/stat : 10963 (strangenight1-m) R 10961 10963 10537 0 -1 4202496 925508 0 0 0 303747 282 0 0 25 0 4 0 519212951 1088471040 159523 33554432000 4194304 4650419 140735938986848 18446744073709551615 4476519 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/10963/statm: 265740 159523 393 112 0 260705 0
[pid=10963/tid=10964] ppid=10961 vsize=1062960 CPUtime=762.3 cores=0,2,4,6
/proc/10963/task/10964/stat : 10964 (strangenight1-m) R 10961 10963 10537 0 -1 4202560 102306 0 0 0 76196 34 0 0 25 0 4 0 519212952 1088471040 159523 33554432000 4194304 4650419 140735938986848 18446744073709551615 4476519 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=10963/tid=10965] ppid=10961 vsize=1062960 CPUtime=761.08 cores=0,2,4,6
/proc/10963/task/10965/stat : 10965 (strangenight1-m) R 10961 10963 10537 0 -1 4202560 215261 0 0 0 76039 69 0 0 25 0 4 0 519212952 1088471040 159523 33554432000 4194304 4650419 140735938986848 18446744073709551615 4476519 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=10963/tid=10966] ppid=10961 vsize=1062960 CPUtime=760.38 cores=0,2,4,6
/proc/10963/task/10966/stat : 10966 (strangenight1-m) R 10961 10963 10537 0 -1 4202560 397198 0 0 0 75925 113 0 0 25 0 4 0 519212952 1088471040 159523 33554432000 4194304 4650419 140735938986848 18446744073709551615 4476502 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 3040.29
Current children cumulated vsize (KiB) 1062960

[startup+822.3 s]
/proc/loadavg: 8.02 7.87 7.46 9/182 11002
/proc/meminfo: memFree=25433888/32951132 swapFree=67111364/67111528
[pid=10963] ppid=10961 vsize=1040920 CPUtime=3279.86 cores=0,2,4,6
/proc/10963/stat : 10963 (strangenight1-m) R 10961 10963 10537 0 -1 4202496 986862 0 0 0 327674 312 0 0 25 0 4 0 519212951 1065902080 167368 33554432000 4194304 4650419 140735938986848 18446744073709551615 4365227 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/10963/statm: 260230 167368 393 112 0 255195 0
[pid=10963/tid=10964] ppid=10961 vsize=1040920 CPUtime=822.3 cores=0,2,4,6
/proc/10963/task/10964/stat : 10964 (strangenight1-m) R 10961 10963 10537 0 -1 4202560 119114 0 0 0 82188 42 0 0 25 0 4 0 519212952 1065902080 167368 33554432000 4194304 4650419 140735938986848 18446744073709551615 4368288 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=10963/tid=10965] ppid=10961 vsize=1040920 CPUtime=821.03 cores=0,2,4,6
/proc/10963/task/10965/stat : 10965 (strangenight1-m) R 10961 10963 10537 0 -1 4202560 215261 0 0 0 82034 69 0 0 25 0 4 0 519212952 1065902080 167368 33554432000 4194304 4650419 140735938986848 18446744073709551615 4476519 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=10963/tid=10966] ppid=10961 vsize=1040920 CPUtime=820.37 cores=0,2,4,6
/proc/10963/task/10966/stat : 10966 (strangenight1-m) R 10961 10963 10537 0 -1 4202560 406242 0 0 0 81923 114 0 0 25 0 4 0 519212952 1065902080 167368 33554432000 4194304 4650419 140735938986848 18446744073709551615 4476522 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 3279.86
Current children cumulated vsize (KiB) 1040920

[startup+882.301 s]
/proc/loadavg: 8.16 7.93 7.50 9/182 11004
/proc/meminfo: memFree=25356728/32951132 swapFree=67111364/67111528
[pid=10963] ppid=10961 vsize=1041960 CPUtime=3519.46 cores=0,2,4,6
/proc/10963/stat : 10963 (strangenight1-m) R 10961 10963 10537 0 -1 4202496 1057101 0 0 0 351603 343 0 0 25 0 4 0 519212951 1066967040 187009 33554432000 4194304 4650419 140735938986848 18446744073709551615 4476519 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/10963/statm: 260490 187009 393 112 0 255455 0
[pid=10963/tid=10964] ppid=10961 vsize=1041960 CPUtime=882.3 cores=0,2,4,6
/proc/10963/task/10964/stat : 10964 (strangenight1-m) R 10961 10963 10537 0 -1 4202560 142996 0 0 0 88173 57 0 0 25 0 4 0 519212952 1066967040 187009 33554432000 4194304 4650419 140735938986848 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=10963/tid=10965] ppid=10961 vsize=1041960 CPUtime=880.99 cores=0,2,4,6
/proc/10963/task/10965/stat : 10965 (strangenight1-m) R 10961 10963 10537 0 -1 4202560 232822 0 0 0 88021 78 0 0 25 0 4 0 519212952 1066967040 187009 33554432000 4194304 4650419 140735938986848 18446744073709551615 4366904 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=10963/tid=10966] ppid=10961 vsize=1041960 CPUtime=880.36 cores=0,2,4,6
/proc/10963/task/10966/stat : 10966 (strangenight1-m) R 10961 10963 10537 0 -1 4202560 415900 0 0 0 87921 115 0 0 25 0 4 0 519212952 1066967040 187009 33554432000 4194304 4650419 140735938986848 18446744073709551615 4476502 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 3519.46
Current children cumulated vsize (KiB) 1041960

[startup+942.301 s]
/proc/loadavg: 8.12 7.95 7.53 9/182 11006
/proc/meminfo: memFree=25309468/32951132 swapFree=67111364/67111528
[pid=10963] ppid=10961 vsize=1087528 CPUtime=3759.06 cores=0,2,4,6
/proc/10963/stat : 10963 (strangenight1-m) R 10961 10963 10537 0 -1 4202496 1134074 0 0 0 375527 379 0 0 25 0 4 0 519212951 1113628672 175147 33554432000 4194304 4650419 140735938986848 18446744073709551615 4476514 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/10963/statm: 271882 175147 393 112 0 266847 0
[pid=10963/tid=10964] ppid=10961 vsize=1087528 CPUtime=942.3 cores=0,2,4,6
/proc/10963/task/10964/stat : 10964 (strangenight1-m) R 10961 10963 10537 0 -1 4202560 168853 0 0 0 94158 72 0 0 25 0 4 0 519212952 1113628672 175147 33554432000 4194304 4650419 140735938986848 18446744073709551615 4476519 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=10963/tid=10965] ppid=10961 vsize=1087528 CPUtime=940.95 cores=0,2,4,6
/proc/10963/task/10965/stat : 10965 (strangenight1-m) R 10961 10963 10537 0 -1 4202560 264286 0 0 0 94000 95 0 0 25 0 4 0 519212952 1113628672 175147 33554432000 4194304 4650419 140735938986848 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=10963/tid=10966] ppid=10961 vsize=1087528 CPUtime=940.36 cores=0,2,4,6
/proc/10963/task/10966/stat : 10966 (strangenight1-m) R 10961 10963 10537 0 -1 4202560 425714 0 0 0 93919 117 0 0 25 0 4 0 519212952 1113628672 175147 33554432000 4194304 4650419 140735938986848 18446744073709551615 4476502 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 3759.06
Current children cumulated vsize (KiB) 1087528

[startup+1002.3 s]
/proc/loadavg: 8.11 7.98 7.56 9/182 11007
/proc/meminfo: memFree=25302512/32951132 swapFree=67111364/67111528
[pid=10963] ppid=10961 vsize=1102944 CPUtime=3998.68 cores=0,2,4,6
/proc/10963/stat : 10963 (strangenight1-m) R 10961 10963 10537 0 -1 4202496 1219791 0 0 0 399450 418 0 0 25 0 4 0 519212951 1129414656 173316 33554432000 4194304 4650419 140735938986848 18446744073709551615 4476483 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/10963/statm: 275736 173316 393 112 0 270701 0
[pid=10963/tid=10964] ppid=10961 vsize=1102944 CPUtime=1002.3 cores=0,2,4,6
/proc/10963/task/10964/stat : 10964 (strangenight1-m) R 10961 10963 10537 0 -1 4202560 199350 0 0 0 100140 90 0 0 25 0 4 0 519212952 1129414656 173316 33554432000 4194304 4650419 140735938986848 18446744073709551615 4366904 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=10963/tid=10965] ppid=10961 vsize=1102944 CPUtime=1000.94 cores=0,2,4,6
/proc/10963/task/10965/stat : 10965 (strangenight1-m) R 10961 10963 10537 0 -1 4202560 296697 0 0 0 99983 111 0 0 25 0 4 0 519212952 1129414656 173316 33554432000 4194304 4650419 140735938986848 18446744073709551615 4476576 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=10963/tid=10966] ppid=10961 vsize=1102944 CPUtime=1000.36 cores=0,2,4,6
/proc/10963/task/10966/stat : 10966 (strangenight1-m) R 10961 10963 10537 0 -1 4202560 435497 0 0 0 99918 118 0 0 25 0 4 0 519212952 1129414656 173316 33554432000 4194304 4650419 140735938986848 18446744073709551615 4476309 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 3998.68
Current children cumulated vsize (KiB) 1102944

[startup+1062.3 s]
/proc/loadavg: 8.16 8.01 7.60 9/182 11009
/proc/meminfo: memFree=25288244/32951132 swapFree=67111364/67111528
[pid=10963] ppid=10961 vsize=1103948 CPUtime=4238.31 cores=0,2,4,6
/proc/10963/stat : 10963 (strangenight1-m) R 10961 10963 10537 0 -1 4202496 1301438 0 0 0 423376 455 0 0 25 0 4 0 519212951 1130442752 178024 33554432000 4194304 4650419 140735938986848 18446744073709551615 4476432 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/10963/statm: 275987 178024 393 112 0 270952 0
[pid=10963/tid=10964] ppid=10961 vsize=1103948 CPUtime=1062.3 cores=0,2,4,6
/proc/10963/task/10964/stat : 10964 (strangenight1-m) R 10961 10963 10537 0 -1 4202560 231076 0 0 0 106122 108 0 0 25 0 4 0 519212952 1130442752 178024 33554432000 4194304 4650419 140735938986848 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=10963/tid=10965] ppid=10961 vsize=1103948 CPUtime=1060.93 cores=0,2,4,6
/proc/10963/task/10965/stat : 10965 (strangenight1-m) R 10961 10963 10537 0 -1 4202560 326527 0 0 0 105966 127 0 0 25 0 4 0 519212952 1130442752 178024 33554432000 4194304 4650419 140735938986848 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=10963/tid=10966] ppid=10961 vsize=1103948 CPUtime=1060.35 cores=0,2,4,6
/proc/10963/task/10966/stat : 10966 (strangenight1-m) R 10961 10963 10537 0 -1 4202560 443808 0 0 0 105916 119 0 0 25 0 4 0 519212952 1130442752 178024 33554432000 4194304 4650419 140735938986848 18446744073709551615 4476502 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 4238.31
Current children cumulated vsize (KiB) 1103948

[startup+1122.3 s]
/proc/loadavg: 8.11 8.02 7.63 9/182 11010
/proc/meminfo: memFree=25331136/32951132 swapFree=67111364/67111528
[pid=10963] ppid=10961 vsize=1164312 CPUtime=4477.93 cores=0,2,4,6
/proc/10963/stat : 10963 (strangenight1-m) R 10961 10963 10537 0 -1 4202496 1381595 0 0 0 447303 490 0 0 25 0 4 0 519212951 1192255488 176807 33554432000 4194304 4650419 140735938986848 18446744073709551615 4476522 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/10963/statm: 291078 176807 393 112 0 286043 0
[pid=10963/tid=10964] ppid=10961 vsize=1164312 CPUtime=1122.3 cores=0,2,4,6
/proc/10963/task/10964/stat : 10964 (strangenight1-m) R 10961 10963 10537 0 -1 4202560 257614 0 0 0 112108 122 0 0 25 0 4 0 519212952 1192255488 176807 33554432000 4194304 4650419 140735938986848 18446744073709551615 4476514 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=10963/tid=10965] ppid=10961 vsize=1164312 CPUtime=1120.9 cores=0,2,4,6
/proc/10963/task/10965/stat : 10965 (strangenight1-m) R 10961 10963 10537 0 -1 4202560 357869 0 0 0 111946 144 0 0 25 0 4 0 519212952 1192255488 176807 33554432000 4194304 4650419 140735938986848 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=10963/tid=10966] ppid=10961 vsize=1164312 CPUtime=1120.35 cores=0,2,4,6
/proc/10963/task/10966/stat : 10966 (strangenight1-m) R 10961 10963 10537 0 -1 4202560 453561 0 0 0 111915 120 0 0 25 0 4 0 519212952 1192255488 176807 33554432000 4194304 4650419 140735938986848 18446744073709551615 4476502 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 4477.93
Current children cumulated vsize (KiB) 1164312

[startup+1182.3 s]
/proc/loadavg: 8.14 8.04 7.66 9/182 11012
/proc/meminfo: memFree=25152432/32951132 swapFree=67111364/67111528
[pid=10963] ppid=10961 vsize=1165744 CPUtime=4717.52 cores=0,2,4,6
/proc/10963/stat : 10963 (strangenight1-m) R 10961 10963 10537 0 -1 4202496 1451533 0 0 0 471239 513 0 0 25 0 4 0 519212951 1193721856 207821 33554432000 4194304 4650419 140735938986848 18446744073709551615 4476519 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/10963/statm: 291436 207821 393 112 0 286401 0
[pid=10963/tid=10964] ppid=10961 vsize=1165744 CPUtime=1182.3 cores=0,2,4,6
/proc/10963/task/10964/stat : 10964 (strangenight1-m) R 10961 10963 10537 0 -1 4202560 257771 0 0 0 118108 122 0 0 25 0 4 0 519212952 1193721856 207821 33554432000 4194304 4650419 140735938986848 18446744073709551615 4476502 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=10963/tid=10965] ppid=10961 vsize=1165744 CPUtime=1180.86 cores=0,2,4,6
/proc/10963/task/10965/stat : 10965 (strangenight1-m) R 10961 10963 10537 0 -1 4202560 409365 0 0 0 117923 163 0 0 25 0 4 0 519212952 1193721856 207821 33554432000 4194304 4650419 140735938986848 18446744073709551615 4476519 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=10963/tid=10966] ppid=10961 vsize=1165744 CPUtime=1180.34 cores=0,2,4,6
/proc/10963/task/10966/stat : 10966 (strangenight1-m) R 10961 10963 10537 0 -1 4202560 462676 0 0 0 117913 121 0 0 25 0 4 0 519212952 1193721856 207821 33554432000 4194304 4650419 140735938986848 18446744073709551615 4476514 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 4717.52
Current children cumulated vsize (KiB) 1165744



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1203 s]
/proc/loadavg: 8.10 8.04 7.66 5/177 11013
/proc/meminfo: memFree=25792424/32951132 swapFree=67111364/67111528
[pid=10963] ppid=10961 vsize=1231556 CPUtime=4800.21 cores=0,2,4,6
/proc/10963/stat : 10963 (strangenight1-m) R 10961 10963 10537 0 -1 4202496 1458547 0 0 0 479506 515 0 0 25 0 4 0 519212951 1261113344 208151 33554432000 4194304 4650419 140735938986848 18446744073709551615 4476432 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/10963/statm: 307889 208151 393 112 0 302854 0
[pid=10963/tid=10964] ppid=10961 vsize=1231556 CPUtime=1203.01 cores=0,2,4,6
/proc/10963/task/10964/stat : 10964 (strangenight1-m) R 10961 10963 10537 0 -1 4202560 257771 0 0 0 120179 122 0 0 25 0 4 0 519212952 1261113344 208151 33554432000 4194304 4650419 140735938986848 18446744073709551615 4476519 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=10963/tid=10965] ppid=10961 vsize=1231556 CPUtime=1201.55 cores=0,2,4,6
/proc/10963/task/10965/stat : 10965 (strangenight1-m) R 10961 10963 10537 0 -1 4202560 409365 0 0 0 119992 163 0 0 25 0 4 0 519212952 1261113344 208151 33554432000 4194304 4650419 140735938986848 18446744073709551615 4439636 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=10963/tid=10966] ppid=10961 vsize=1231556 CPUtime=1201.04 cores=0,2,4,6
/proc/10963/task/10966/stat : 10966 (strangenight1-m) R 10961 10963 10537 0 -1 4202560 466195 0 0 0 119982 122 0 0 25 0 4 0 519212952 1261113344 208151 33554432000 4194304 4650419 140735938986848 18446744073709551615 4476519 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 4800.21
Current children cumulated vsize (KiB) 1231556

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

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

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1203.05
CPU time (s): 4800.27
CPU user time (s): 4795.08
CPU system time (s): 5.19121
CPU usage (%): 399.009
Max. virtual memory (cumulated for all children) (KiB): 1231556

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4795.08
system time used= 5.19121
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1458547
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= 1040
involuntary context switches= 23480

runsolver used 1.92771 second user time and 5.74713 second system time

The end

Launcher Data

Begin job on node128 at 2011-04-29 13:22:23
IDJOB=3174993
IDBENCH=82611
IDSOLVER=1588
FILE ID=node128/3174993-1304076143
RUNJOBID= node128-1304076143-10953
PBS_JOBID= 13170490
Free space on /tmp= 66972 MiB

SOLVER NAME= CryptoMiniSat Strange-Night-1-mt
BENCH NAME= SAT11/random/large/unif-k5-r20-v1500-c30000-S969405384-096-UNKNOWN.cnf
COMMAND LINE= ./strangenight1-mt --threads=NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3174993-1304076143/watcher-3174993-1304076143 -o /tmp/evaluation-result-3174993-1304076143/solver-3174993-1304076143 -C 4800 -W 1300 -M 15500  ./strangenight1-mt --threads=4 HOME/instance-3174993-1304076143.cnf

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

MD5SUM BENCH= 6e345981a96012731da9bd2ce5420289
RANDOM SEED=1003221447

node128.alineos.net Linux 2.6.18-164.el5 #1 SMP Thu Sep 3 03:28:30 EDT 2009

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:     32951132 kB
MemFree:      26634828 kB
Buffers:       1275520 kB
Cached:        4390044 kB
SwapCached:        160 kB
Active:         324372 kB
Inactive:      5405792 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951132 kB
LowFree:      26634828 kB
SwapTotal:    67111528 kB
SwapFree:     67111364 kB
Dirty:            7040 kB
Writeback:           8 kB
AnonPages:       63508 kB
Mapped:          14692 kB
Slab:           523800 kB
PageTables:       4188 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587092 kB
Committed_AS:   190928 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296000 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66960 MiB
End job on node128 at 2011-04-29 13:42:28