Trace number 3368886

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
CryptoMiniSat Strange-Night-1-mt (fixed)? (TO) 4800.44 1203.46

General information on the benchmark

Namerandom/medium/
unif-k5-r21.3-v175-c3727-S100095490-071.SATISFIABLE.cnf
MD5SUM2ab9bb0f88fa203f02db11acc4404e31
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.084986
Satisfiable
(Un)Satisfiability was proved
Number of variables175
Number of clauses3727
Sum of the clauses size18635
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 53727
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.01	c This is CryptoMiniSat 2.9.0
0.00/0.01	c compiled with gcc version 4.4.5
0.00/0.01	c WARNING: for repeatability, setting FPU to use double precision
0.00/0.01	c Reading file 'HOME/instance-3368886-1305405456.cnf'
0.00/0.01	c -- header says num vars:            175
0.00/0.01	c -- header says num clauses:        3727
0.00/0.01	c -- clauses added:            0 learnts,         3727 normals,            0 xors
0.00/0.01	c -- vars added        175
0.00/0.01	c Parsing time:  0.00 s
0.00/0.01	c  N st     0         0       175      3727         0         0     18635         0   no data   no data  --
0.00/0.03	c asymm  cl-useful: 0/3727/3727 lits-rem:0 time: 0.06
0.00/0.03	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.0M T:  0.00
3.17/0.85	c bin-w-bin subsume rem            0 bins  time:  0.00 s
3.17/0.85	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3.17/0.85	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    175 time:  0.00 s
3.17/0.85	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
3.17/0.85	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
3.17/0.85	c Finding binary XORs  T:     0.00 s  found:       0
3.17/0.85	c Finding non-binary XORs:     0.00 s (found:       0, avg size: nan)
3.17/0.85	c calculated reachability. Time: 0.00
3.17/0.85	c Calc default polars -  time:   0.00 s pos:      95 undec:       7 neg:      73
3.17/0.85	c =========================================================================================
3.17/0.85	c types(t): F = full restart, N = normal restart
3.17/0.85	c types(t): S = simplification begin/end, E = solution found
3.17/0.85	c restart types(rt): st = static, dy = dynamic
3.17/0.85	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits
3.17/0.85	c  B st     0         0       175      3727         0         0     18635         0   no data   no data  --
3.17/0.85	c Decided on static restart strategy
3.17/0.85	c  N st     8      4917       175      3727         0      4729     18635    161206   no data   no data  --
3.17/0.85	c  N st    10     11302       175      3727         0      4377     18635    111173   no data   no data  --
3.17/0.85	c  N st    11     17046       175      3727         0      9880     18635    302272   no data   no data  --
4.00/1.05	c  F st    12     25001       175      3727         0     12103     18635    360130   no data   no data  --
4.00/1.05	c  N st    12     25001       175      3727         0     12103     18635    360130   no data   no data  --
4.75/1.23	c Decided on static restart strategy
4.75/1.23	c  N st    18     30002       175      3727         0     10389     18635    297533   no data   no data  --
4.75/1.23	c  S st    18     30002       175      3727         0     10389     18635    297533   no data   no data  --
4.75/1.26	c  S st    18     30512       175      3727         0     10891     18635    313917   no data   no data  --
4.75/1.26	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
4.75/1.26	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
4.75/1.27	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.02
4.75/1.28	c bin-w-bin subsume rem            0 bins  time:  0.00 s
4.75/1.28	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
4.75/1.28	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    175 time:  0.00 s
4.75/1.28	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
9.54/2.48	c lits-rem:      3596  cl-subs:      983  v-elim:      0  v-fix:    0  time:  4.79 s
9.94/2.53	c asymm  cl-useful: 0/3727/3727 lits-rem:0 time: 0.22
9.94/2.53	c calculated reachability. Time: 0.00
9.94/2.53	c  N st    18     30512       175      3727         0      9908     18635    271469   no data   no data  --
11.54/2.92	c  N st    20     37623       175      3727         0      9157     18635    227855   no data   no data  --
12.78/3.29	c  N st    21     44022       175      3727         0     15282     18635    441223   no data   no data  --
13.18/3.39	c  S st    22     45770       175      3727         0     16962     18635    498379   no data   no data  --
13.53/3.43	c  S st    22     46278       175      3727         0      8880     18635    194859   no data   no data  --
13.53/3.43	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
13.53/3.43	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
13.53/3.44	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.01
13.53/3.44	c bin-w-bin subsume rem            0 bins  time:  0.00 s
13.53/3.44	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
13.53/3.44	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    175 time:  0.00 s
13.53/3.44	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
15.53/3.93	c lits-rem:       467  cl-subs:      109  v-elim:      0  v-fix:    0  time:  1.95 s
15.53/3.93	c vivif2 --  cl tried     3727 cl shrink        0 lits rem          0 time: 0.00
15.53/3.93	c vivif2 --  cl tried     8771 cl shrink        0 lits rem          0 time: 0.01
15.53/3.98	c asymm  cl-useful: 0/3727/3727 lits-rem:0 time: 0.18
15.53/3.98	c calculated reachability. Time: 0.00
15.53/3.98	c  N st    22     46278       175      3727         0      8771     18635    190067   no data   no data  --
19.52/4.95	c  N st    23     60676       175      3727         0     12953     18635    308627   no data   no data  --
21.96/5.57	c  N st    24     69417       175      3727         0     10814     18635    222225   no data   no data  --
21.96/5.57	c  S st    24     69417       175      3727         0     10814     18635    222225   no data   no data  --
22.31/5.60	c  S st    24     69919       175      3727         0     11305     18635    238093   no data   no data  --
22.31/5.60	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
22.31/5.60	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
22.31/5.61	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.01
22.31/5.61	c bin-w-bin subsume rem            0 bins  time:  0.00 s
22.31/5.61	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
22.31/5.61	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    175 time:  0.00 s
22.31/5.61	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
25.50/6.42	c lits-rem:       937  cl-subs:      232  v-elim:      0  v-fix:    0  time:  3.22 s
25.50/6.42	c vivif2 --  cl tried     3727 cl shrink        0 lits rem          0 time: 0.00
25.50/6.42	c vivif2 --  cl tried    11073 cl shrink        0 lits rem          0 time: 0.01
25.50/6.48	c asymm  cl-useful: 0/3727/3727 lits-rem:0 time: 0.23
25.50/6.48	c calculated reachability. Time: 0.00
25.50/6.48	c  N st    24     69919       175      3727         0     11073     18635    228986   no data   no data  --
29.90/7.60	c  F st    25     87503       175      3727         0     16374     18635    397557   no data   no data  --
29.90/7.60	c  N st    25     87503       175      3727         0     16374     18635    397557   no data   no data  --
31.49/7.93	c Decided on static restart strategy
32.28/8.13	c  N st    32     95544       175      3727         0     24132     18635    659229   no data   no data  --
34.71/8.78	c  N st    34    104878       175      3727         0     20694     18635    534131   no data   no data  --
34.71/8.78	c  S st    34    104878       175      3727         0     20694     18635    534131   no data   no data  --
35.12/8.84	c  S st    34    105380       175      3727         0     21183     18635    550466   no data   no data  --
35.12/8.84	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
35.12/8.84	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
35.12/8.85	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.3M T:  0.03
35.12/8.86	c bin-w-bin subsume rem            0 bins  time:  0.00 s
35.12/8.86	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
35.12/8.86	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    175 time:  0.00 s
35.12/8.86	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
42.66/10.74	c lits-rem:      4542  cl-subs:     1392  v-elim:      0  v-fix:    0  time:  7.47 s
42.66/10.74	c vivif2 --  cl tried     3727 cl shrink        0 lits rem          0 time: 0.00
42.66/10.74	c vivif2 --  cl tried    19791 cl shrink        0 lits rem          0 time: 0.02
43.06/10.86	c asymm  cl-useful: 0/3727/3727 lits-rem:0 time: 0.47
43.06/10.86	c calculated reachability. Time: 0.00
43.06/10.86	c  N st    34    105380       175      3727         0     19791     18635    492916   no data   no data  --
45.85/11.59	c  N st    35    114978       175      3727         0     15587     18635    348678   no data   no data  --
50.63/12.71	c  N st    36    129380       175      3727         0     15026     18635    296885   no data   no data  --
57.06/14.32	c  N st    37    150975       175      3727         0     20377     18635    458355   no data   no data  --
59.02/14.84	c  S st    38    158071       175      3727         0     27206     18635    694242   no data   no data  --
59.41/14.91	c  S st    38    158572       175      3727         0     27699     18635    710387   no data   no data  --
59.41/14.91	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
59.41/14.91	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
59.41/14.92	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.04
59.41/14.94	c bin-w-bin subsume rem            0 bins  time:  0.00 s
59.41/14.94	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
59.41/14.94	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    175 time:  0.00 s
59.41/14.94	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
68.18/17.15	c lits-rem:      5877  cl-subs:     1506  v-elim:      0  v-fix:    0  time:  8.80 s
68.18/17.15	c vivif2 --  cl tried     3727 cl shrink        0 lits rem          0 time: 0.00
68.18/17.15	c vivif2 --  cl tried    26193 cl shrink        0 lits rem          0 time: 0.03
68.58/17.29	c asymm  cl-useful: 0/3727/3727 lits-rem:0 time: 0.54
68.58/17.29	c calculated reachability. Time: 0.00
68.58/17.29	c  N st    38    158572       175      3727         0     26193     18635    647669   no data   no data  --
88.93/22.32	c  N st    39    207160       175      3727         0     20944     18635    425824   no data   no data  --
103.69/26.03	c  N st    40    237859       175      3727         0     31119     18635    761552   no data   no data  --
103.69/26.03	c  S st    40    237859       175      3727         0     31119     18635    761552   no data   no data  --
104.09/26.10	c  S st    40    238363       175      3727         0     31611     18635    777888   no data   no data  --
104.09/26.11	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
104.09/26.11	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
104.09/26.12	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.04
104.09/26.14	c bin-w-bin subsume rem            0 bins  time:  0.00 s
104.09/26.14	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
104.09/26.14	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    175 time:  0.00 s
104.09/26.14	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
114.10/28.68	c lits-rem:      4460  cl-subs:     2071  v-elim:      0  v-fix:    0  time: 10.12 s
114.10/28.68	c vivif2 --  cl tried     3727 cl shrink        0 lits rem          0 time: 0.00
114.10/28.69	c vivif2 --  cl tried    29540 cl shrink        0 lits rem          0 time: 0.03
114.85/28.88	c asymm  cl-useful: 0/3727/3727 lits-rem:0 time: 0.76
114.85/28.88	c calculated reachability. Time: 0.00
114.85/28.88	c  N st    40    238363       175      3727         0     29540     18635    697495   no data   no data  --
144.81/36.35	c  F st    41    306251       175      3727         0     31394     18635    706897   no data   no data  --
144.81/36.36	c  N st    41    306251       175      3727         0     31394     18635    706897   no data   no data  --
147.16/36.91	c Decided on static restart strategy
156.34/39.27	c  N st    51    334556       175      3727         0     35622     18635    819544   no data   no data  --
166.35/41.73	c  N st    53    357545       175      3727         0     33728     18635    742528   no data   no data  --
166.35/41.73	c  S st    53    357545       175      3727         0     33728     18635    742528   no data   no data  --
166.76/41.83	c  S st    53    358046       175      3727         0     34221     18635    758819   no data   no data  --
166.76/41.83	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
166.76/41.83	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
166.76/41.84	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.5M T:  0.05
166.76/41.86	c bin-w-bin subsume rem            0 bins  time:  0.00 s
166.76/41.86	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
166.76/41.86	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    175 time:  0.00 s
166.76/41.86	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
176.68/44.35	c lits-rem:      4728  cl-subs:     1330  v-elim:      0  v-fix:    0  time:  9.90 s
176.68/44.35	c vivif2 --  cl tried     3727 cl shrink        0 lits rem          0 time: 0.00
176.68/44.35	c vivif2 --  cl tried    32891 cl shrink        0 lits rem          0 time: 0.03
177.88/44.61	c asymm  cl-useful: 0/3727/3727 lits-rem:0 time: 1.01
177.88/44.61	c calculated reachability. Time: 0.00
177.88/44.61	c  N st    53    358046       175      3727         0     32891     18635    699414   no data   no data  --
195.83/49.11	c  N st    54    390440       175      3727         0     38949     18635    894131   no data   no data  --
221.76/55.65	c  N st    55    439028       175      3727         0     32750     18635    649359   no data   no data  --
256.07/64.20	c  N st    56    511911       175      3727         0     46147     18635   1082978   no data   no data  --
269.23/67.59	c  N st    57    537071       175      3727         0     40562     18635    844276   no data   no data  --
269.23/67.59	c  S st    57    537071       175      3727         0     40562     18635    844276   no data   no data  --
269.63/67.69	c  S st    57    537575       175      3727         0     41060     18635    860612   no data   no data  --
270.03/67.70	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
270.03/67.70	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
270.03/67.71	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.5M T:  0.06
270.03/67.74	c bin-w-bin subsume rem            0 bins  time:  0.00 s
270.03/67.74	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
270.03/67.74	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    175 time:  0.00 s
270.03/67.74	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
281.18/70.51	c lits-rem:      2271  cl-subs:     1742  v-elim:      0  v-fix:    0  time: 11.02 s
281.18/70.51	c vivif2 --  cl tried     3727 cl shrink        0 lits rem          0 time: 0.00
281.18/70.52	c vivif2 --  cl tried    39318 cl shrink        0 lits rem          0 time: 0.04
281.98/70.76	c asymm  cl-useful: 0/3727/3727 lits-rem:0 time: 0.95
281.98/70.76	c calculated reachability. Time: 0.00
281.98/70.76	c  N st    57    537575       175      3727         0     39318     18635    791992   no data   no data  --
374.93/94.07	c  N st    58    701560       175      3727         0     67593     18635   1713692   no data   no data  --
441.56/110.70	c  N st    59    806363       175      3727         0     61705     18635   1440888   no data   no data  --
441.56/110.70	c  S st    59    806363       175      3727         0     61705     18635   1440888   no data   no data  --
441.96/110.86	c  S st    59    806868       175      3727         0     62199     18635   1457724   no data   no data  --
441.96/110.86	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
441.96/110.86	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
441.96/110.89	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.8M T:  0.12
442.35/110.93	c bin-w-bin subsume rem            0 bins  time:  0.00 s
442.35/110.93	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
442.35/110.93	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    175 time:  0.00 s
442.35/110.93	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
487.06/122.17	c lits-rem:      2237  cl-subs:     4314  v-elim:      0  v-fix:    0  time: 44.78 s
487.06/122.17	c vivif2 --  cl tried     3727 cl shrink        0 lits rem          0 time: 0.00
487.06/122.19	c vivif2 --  cl tried    57885 cl shrink        0 lits rem          0 time: 0.06
488.21/122.49	c asymm  cl-useful: 0/2847/3727 lits-rem:0 time: 1.21
488.21/122.49	c calculated reachability. Time: 0.00
488.21/122.49	c  N st    59    806868       175      3727         0     57885     18635   1301314   no data   no data  --
668.92/167.77	c  F st    60   1071876       175      3727         0     73326     18635   1784781   no data   no data  --
668.92/167.77	c  N st    60   1071876       175      3727         0     73326     18635   1784781   no data   no data  --
674.90/169.27	c Decided on static restart strategy
690.86/173.23	c  N st    70   1100179       175      3727         0     57609     18635   1139804   no data   no data  --
720.77/180.78	c  N st    72   1136172       175      3727         0     48154     18635    786664   no data   no data  --
745.11/186.87	c  N st    73   1168564       175      3727         0     79189     18635   1888989   no data   no data  --
774.24/194.18	c  N st    74   1210302       175      3727         0     74111     18635   1705505   no data   no data  --
774.24/194.18	c  S st    74   1210302       175      3727         0     74111     18635   1705505   no data   no data  --
775.44/194.41	c  S st    74   1210807       175      3727         0     74607     18635   1722003   no data   no data  --
775.44/194.41	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
775.44/194.41	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
775.44/194.45	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.9M T:  0.14
775.83/194.50	c bin-w-bin subsume rem            0 bins  time:  0.00 s
775.83/194.50	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
775.83/194.50	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    175 time:  0.00 s
775.83/194.50	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
846.04/212.11	c lits-rem:       477  cl-subs:     4097  v-elim:      0  v-fix:    0  time: 70.17 s
846.04/212.11	c vivif2 --  cl tried     3727 cl shrink        0 lits rem          0 time: 0.00
846.04/212.13	c vivif2 --  cl tried    70510 cl shrink        0 lits rem          0 time: 0.08
846.87/212.34	c asymm  cl-useful: 0/880/3727 lits-rem:0 time: 0.83
846.87/212.34	c calculated reachability. Time: 0.00
846.87/212.34	c  N st    74   1210807       175      3727         0     70510     18635   1562869   no data   no data  --
932.59/233.84	c  N st    75   1283690       175      3727         0     47538     18635    694046   no data   no data  --
1034.71/259.51	c  N st    76   1393014       175      3727         0     55537     18635    918957   no data   no data  --
1169.94/293.32	c  N st    77   1556999       175      3727         0     60157     18635   1023395   no data   no data  --
1306.76/327.68	c  N st    78   1710808       175      3727         0    100850     18635   2480507   no data   no data  --
1306.76/327.68	c  S st    78   1710808       175      3727         0    100850     18635   2480507   no data   no data  --
1307.95/327.98	c  S st    78   1711311       175      3727         0    101346     18635   2496865   no data   no data  --
1307.95/327.99	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.03
1307.95/327.99	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
1308.35/328.04	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.3M T:  0.22
1308.75/328.12	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1308.75/328.12	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1308.75/328.12	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    175 time:  0.00 s
1308.75/328.12	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
1460.77/366.27	c lits-rem:     11088  cl-subs:     8358  v-elim:      0  v-fix:    0  time: 152.08 s
1460.77/366.27	c vivif2 --  cl tried     3727 cl shrink        0 lits rem          0 time: 0.00
1460.77/366.30	c vivif2 --  cl tried    92988 cl shrink        0 lits rem          0 time: 0.10
1462.32/366.66	c asymm  cl-useful: 0/1968/3727 lits-rem:0 time: 1.44
1462.32/366.66	c calculated reachability. Time: 0.00
1462.32/366.66	c  N st    78   1711311       175      3727         0     92988     18635   2169323   no data   no data  --
1819.74/456.28	c  N st    79   2080276       175      3727         0    104769     18635   2472723   no data   no data  --
1949.77/488.89	c  N st    80   2211311       175      3727         0    108675     18635   2568581   no data   no data  --
1949.77/488.89	c  S st    80   2211311       175      3727         0    108675     18635   2568581   no data   no data  --
1951.38/489.22	c  S st    80   2211815       175      3727         0    109171     18635   2584745   no data   no data  --
1951.38/489.23	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.04
1951.38/489.23	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
1951.38/489.28	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.4M T:  0.23
1951.78/489.36	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1951.78/489.36	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1951.78/489.36	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    175 time:  0.00 s
1951.78/489.36	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
2107.34/528.31	c lits-rem:      2293  cl-subs:     7653  v-elim:      0  v-fix:    0  time: 155.27 s
2107.34/528.31	c vivif2 --  cl tried     3727 cl shrink        0 lits rem          0 time: 0.00
2107.34/528.34	c vivif2 --  cl tried   101518 cl shrink        0 lits rem          0 time: 0.11
2108.94/528.73	c asymm  cl-useful: 0/1401/3727 lits-rem:0 time: 1.55
2108.94/528.73	c calculated reachability. Time: 0.00
2108.94/528.73	c  N st    80   2211815       175      3727         0    101518     18635   2292575   no data   no data  --
2700.91/677.10	c  N st    81   2711816       175      3727         0    124350     18635   3055322   no data   no data  --
2700.91/677.10	c  S st    81   2711816       175      3727         0    124350     18635   3055322   no data   no data  --
2702.11/677.48	c  S st    81   2712318       175      3727         0    124844     18635   3071763   no data   no data  --
2702.11/677.49	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.04
2702.11/677.49	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
2702.54/677.56	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.5M T:  0.25
2702.94/677.64	c bin-w-bin subsume rem            0 bins  time:  0.00 s
2702.94/677.64	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2702.94/677.64	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    175 time:  0.00 s
2702.94/677.64	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
3153.65/790.66	c lits-rem:      4277  cl-subs:    10644  v-elim:      0  v-fix:    0  time: 450.55 s
3153.65/790.66	c vivif2 --  cl tried     3727 cl shrink        0 lits rem          0 time: 0.00
3153.65/790.69	c vivif2 --  cl tried   114200 cl shrink        0 lits rem          0 time: 0.13
3155.24/791.06	c asymm  cl-useful: 0/1573/3727 lits-rem:0 time: 1.47
3155.24/791.06	c calculated reachability. Time: 0.00
3155.24/791.06	c  N st    81   2712318       175      3727         0    114200     18635   2661229   no data   no data  --
3797.48/952.08	c  N st    82   3212318       175      3727         0     90841     18635   1583477   no data   no data  --
3797.48/952.08	c  S st    82   3212318       175      3727         0     90841     18635   1583477   no data   no data  --
3798.68/952.34	c  S st    82   3212821       175      3727         0     91336     18635   1600134   no data   no data  --
3798.68/952.34	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.03
3798.68/952.34	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
3798.68/952.39	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.2M T:  0.18
3799.08/952.44	c bin-w-bin subsume rem            0 bins  time:  0.00 s
3799.08/952.44	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3799.08/952.44	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    175 time:  0.00 s
3799.08/952.44	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
3840.57/962.82	c lits-rem:       642  cl-subs:     3606  v-elim:      0  v-fix:    0  time: 41.40 s
3840.57/962.82	c vivif2 --  cl tried     3727 cl shrink        0 lits rem          0 time: 0.00
3840.57/962.84	c vivif2 --  cl tried    87730 cl shrink        0 lits rem          0 time: 0.08
3841.76/963.19	c asymm  cl-useful: 0/1563/3727 lits-rem:0 time: 1.41
3841.76/963.20	c calculated reachability. Time: 0.00
3841.76/963.20	c  N st    82   3212821       175      3727         0     87730     18635   1487843   no data   no data  --
4551.80/1141.13	c  N st    83   3712821       175      3727         0     98167     18635   1735162   no data   no data  --
4551.80/1141.13	c  S st    83   3712821       175      3727         0     98167     18635   1735162   no data   no data  --
4553.00/1141.46	c  S st    83   3713327       175      3727         0     98663     18635   1752359   no data   no data  --
4553.00/1141.47	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.03
4553.00/1141.47	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
4553.40/1141.52	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.3M T:  0.20
4553.40/1141.57	c bin-w-bin subsume rem            0 bins  time:  0.00 s
4553.40/1141.57	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
4553.40/1141.57	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    175 time:  0.00 s
4553.40/1141.57	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
4607.63/1155.14	c lits-rem:      2813  cl-subs:     3695  v-elim:      0  v-fix:    0  time: 54.11 s
4607.63/1155.14	c vivif2 --  cl tried     3727 cl shrink        0 lits rem          0 time: 0.00
4607.63/1155.16	c vivif2 --  cl tried    94968 cl shrink        0 lits rem          0 time: 0.08
4608.43/1155.32	c asymm  cl-useful: 0/591/3727 lits-rem:0 time: 0.64
4608.43/1155.33	c calculated reachability. Time: 0.00
4608.43/1155.33	c  N st    83   3713327       175      3727         0     94968     18635   1615774   no data   no data  --
4657.90/1167.72	c  F st    84   3751562       175      3727         0    131449     18635   2910513   no data   no data  --
4657.90/1167.72	c  N st    84   3751562       175      3727         0    131449     18635   2910513   no data   no data  --
4665.48/1169.65	c Decided on static restart strategy
4704.17/1179.34	c  N st    94   3779866       175      3727         0    158520     18635   3851042   no data   no data  --
4744.87/1189.59	c  N st    96   3815858       175      3727         0    112382     18635   2199594   no data   no data  --
4788.34/1200.40	c  N st    97   3848252       175      3727         0    143196     18635   3259490   no data   no data  --

Verifier Data

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

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 961)

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3368886-1305405456/watcher-3368886-1305405456 -o /tmp/evaluation-result-3368886-1305405456/solver-3368886-1305405456 -C 4800 -W 1300 -M 15500 ./strangenight1-mt --threads=4 HOME/instance-3368886-1305405456.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: 7.48 7.98 8.05 2/332 31836
/proc/meminfo: memFree=17855980/32951124 swapFree=67056804/67111528
[pid=31836] ppid=31834 vsize=51236 CPUtime=0.02 cores=0,2,4,6
/proc/31836/stat : 31836 (strangenight1-m) R 31834 31836 31208 0 -1 4202496 417 0 0 0 2 0 0 0 21 0 4 0 652146566 52465664 357 33554432000 4194304 4650419 140735317224848 18446744073709551615 46967039763993 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/31836/statm: 12809 357 306 112 0 7774 0
[pid=31836/tid=31837] ppid=31834 vsize=51236 CPUtime=0 cores=0,2,4,6
/proc/31836/task/31837/stat : 31837 (strangenight1-m) R 31834 31836 31208 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 4 0 652146566 52465664 357 33554432000 4194304 4650419 140735317224848 18446744073709551615 46967039764402 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=31836/tid=31838] ppid=31834 vsize=51236 CPUtime=0 cores=0,2,4,6
/proc/31836/task/31838/stat : 31838 (strangenight1-m) R 31834 31836 31208 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 4 0 652146566 52465664 357 33554432000 4194304 4650419 140735317224848 18446744073709551615 46967039763993 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=31836/tid=31839] ppid=31834 vsize=51236 CPUtime=0 cores=0,2,4,6
/proc/31836/task/31839/stat : 31839 (strangenight1-m) R 31834 31836 31208 0 -1 4202560 1 0 0 0 0 0 0 0 23 0 4 0 652146567 52465664 357 33554432000 4194304 4650419 140735317224848 18446744073709551615 46967039763993 0 0 4096 2 0 0 0 -1 4 0 0 0

[startup+0.096423 s]
/proc/loadavg: 7.48 7.98 8.05 2/332 31836
/proc/meminfo: memFree=17855980/32951124 swapFree=67056804/67111528
[pid=31836] ppid=31834 vsize=283420 CPUtime=0.35 cores=0,2,4,6
/proc/31836/stat : 31836 (strangenight1-m) R 31834 31836 31208 0 -1 4202496 2169 0 0 0 35 0 0 0 18 0 4 0 652146566 290222080 1978 33554432000 4194304 4650419 140735317224848 18446744073709551615 4314835 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/31836/statm: 70855 1978 389 112 0 65820 0
[pid=31836/tid=31837] ppid=31834 vsize=283420 CPUtime=0.08 cores=0,2,4,6
/proc/31836/task/31837/stat : 31837 (strangenight1-m) R 31834 31836 31208 0 -1 4202560 510 0 0 0 8 0 0 0 23 0 4 0 652146566 290222080 1980 33554432000 4194304 4650419 140735317224848 18446744073709551615 4365313 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=31836/tid=31838] ppid=31834 vsize=283420 CPUtime=0.09 cores=0,2,4,6
/proc/31836/task/31838/stat : 31838 (strangenight1-m) R 31834 31836 31208 0 -1 4202560 475 0 0 0 9 0 0 0 18 0 4 0 652146566 290222080 1980 33554432000 4194304 4650419 140735317224848 18446744073709551615 4306767 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=31836/tid=31839] ppid=31834 vsize=283420 CPUtime=0.09 cores=0,2,4,6
/proc/31836/task/31839/stat : 31839 (strangenight1-m) R 31834 31836 31208 0 -1 4202560 287 0 0 0 9 0 0 0 18 0 4 0 652146567 290222080 1980 33554432000 4194304 4650419 140735317224848 18446744073709551615 4520364 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 0.35
Current children cumulated vsize (KiB) 283420

[startup+0.100422 s]
/proc/loadavg: 7.48 7.98 8.05 2/332 31836
/proc/meminfo: memFree=17855980/32951124 swapFree=67056804/67111528
[pid=31836] ppid=31834 vsize=283420 CPUtime=0.37 cores=0,2,4,6
/proc/31836/stat : 31836 (strangenight1-m) R 31834 31836 31208 0 -1 4202496 2191 0 0 0 37 0 0 0 18 0 4 0 652146566 290222080 2000 33554432000 4194304 4650419 140735317224848 18446744073709551615 4365276 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/31836/statm: 70855 2000 389 112 0 65820 0
[pid=31836/tid=31837] ppid=31834 vsize=283420 CPUtime=0.08 cores=0,2,4,6
/proc/31836/task/31837/stat : 31837 (strangenight1-m) R 31834 31836 31208 0 -1 4202560 515 0 0 0 8 0 0 0 23 0 4 0 652146566 290222080 2000 33554432000 4194304 4650419 140735317224848 18446744073709551615 4363416 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=31836/tid=31838] ppid=31834 vsize=283420 CPUtime=0.09 cores=0,2,4,6
/proc/31836/task/31838/stat : 31838 (strangenight1-m) R 31834 31836 31208 0 -1 4202560 480 0 0 0 9 0 0 0 18 0 4 0 652146566 290222080 2000 33554432000 4194304 4650419 140735317224848 18446744073709551615 4366953 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=31836/tid=31839] ppid=31834 vsize=283420 CPUtime=0.09 cores=0,2,4,6
/proc/31836/task/31839/stat : 31839 (strangenight1-m) R 31834 31836 31208 0 -1 4202560 292 0 0 0 9 0 0 0 18 0 4 0 652146567 290222080 2000 33554432000 4194304 4650419 140735317224848 18446744073709551615 4365437 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 0.37
Current children cumulated vsize (KiB) 283420

[startup+0.300386 s]
/proc/loadavg: 7.48 7.98 8.05 2/332 31836
/proc/meminfo: memFree=17855980/32951124 swapFree=67056804/67111528
[pid=31836] ppid=31834 vsize=284868 CPUtime=1.16 cores=0,2,4,6
/proc/31836/stat : 31836 (strangenight1-m) R 31834 31836 31208 0 -1 4202496 3647 0 0 0 116 0 0 0 18 0 4 0 652146566 291704832 2643 33554432000 4194304 4650419 140735317224848 18446744073709551615 4366831 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/31836/statm: 71217 2643 391 112 0 66182 0
[pid=31836/tid=31837] ppid=31834 vsize=284868 CPUtime=0.28 cores=0,2,4,6
/proc/31836/task/31837/stat : 31837 (strangenight1-m) R 31834 31836 31208 0 -1 4202560 895 0 0 0 28 0 0 0 23 0 4 0 652146566 291704832 2643 33554432000 4194304 4650419 140735317224848 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=31836/tid=31838] ppid=31834 vsize=284868 CPUtime=0.29 cores=0,2,4,6
/proc/31836/task/31838/stat : 31838 (strangenight1-m) R 31834 31836 31208 0 -1 4202560 839 0 0 0 29 0 0 0 18 0 4 0 652146566 291704832 2643 33554432000 4194304 4650419 140735317224848 18446744073709551615 4310770 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=31836/tid=31839] ppid=31834 vsize=284868 CPUtime=0.29 cores=0,2,4,6
/proc/31836/task/31839/stat : 31839 (strangenight1-m) R 31834 31836 31208 0 -1 4202560 666 0 0 0 29 0 0 0 18 0 4 0 652146567 291704832 2643 33554432000 4194304 4650419 140735317224848 18446744073709551615 4365321 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 1.16
Current children cumulated vsize (KiB) 284868

[startup+0.700317 s]
/proc/loadavg: 7.48 7.98 8.05 2/332 31836
/proc/meminfo: memFree=17855980/32951124 swapFree=67056804/67111528
[pid=31836] ppid=31834 vsize=286832 CPUtime=2.77 cores=0,2,4,6
/proc/31836/stat : 31836 (strangenight1-m) R 31834 31836 31208 0 -1 4202496 6458 0 0 0 276 1 0 0 18 0 4 0 652146566 293715968 3088 33554432000 4194304 4650419 140735317224848 18446744073709551615 4328179 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/31836/statm: 71708 3088 391 112 0 66673 0
[pid=31836/tid=31837] ppid=31834 vsize=286832 CPUtime=0.68 cores=0,2,4,6
/proc/31836/task/31837/stat : 31837 (strangenight1-m) R 31834 31836 31208 0 -1 4202560 1417 0 0 0 68 0 0 0 25 0 4 0 652146566 293715968 3088 33554432000 4194304 4650419 140735317224848 18446744073709551615 4364762 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=31836/tid=31838] ppid=31834 vsize=286832 CPUtime=0.69 cores=0,2,4,6
/proc/31836/task/31838/stat : 31838 (strangenight1-m) R 31834 31836 31208 0 -1 4202560 1634 0 0 0 69 0 0 0 18 0 4 0 652146566 293715968 3088 33554432000 4194304 4650419 140735317224848 18446744073709551615 4365237 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=31836/tid=31839] ppid=31834 vsize=286832 CPUtime=0.69 cores=0,2,4,6
/proc/31836/task/31839/stat : 31839 (strangenight1-m) R 31834 31836 31208 0 -1 4202560 1410 0 0 0 69 0 0 0 18 0 4 0 652146567 293715968 3088 33554432000 4194304 4650419 140735317224848 18446744073709551615 4328259 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 2.77
Current children cumulated vsize (KiB) 286832

[startup+1.50118 s]
/proc/loadavg: 7.48 7.98 8.05 9/343 31848
/proc/meminfo: memFree=17825528/32951124 swapFree=67056804/67111528
[pid=31836] ppid=31834 vsize=279048 CPUtime=5.96 cores=0,2,4,6
/proc/31836/stat : 31836 (strangenight1-m) R 31834 31836 31208 0 -1 4202496 11931 0 0 0 594 2 0 0 20 0 4 0 652146566 285745152 5924 33554432000 4194304 4650419 140735317224848 18446744073709551615 4438399 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/31836/statm: 69762 5924 393 112 0 64727 0
[pid=31836/tid=31837] ppid=31834 vsize=279048 CPUtime=1.47 cores=0,2,4,6
/proc/31836/task/31837/stat : 31837 (strangenight1-m) R 31834 31836 31208 0 -1 4202560 2468 0 0 0 147 0 0 0 25 0 4 0 652146566 285745152 5924 33554432000 4194304 4650419 140735317224848 18446744073709551615 4366923 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=31836/tid=31838] ppid=31834 vsize=279048 CPUtime=1.48 cores=0,2,4,6
/proc/31836/task/31838/stat : 31838 (strangenight1-m) R 31834 31836 31208 0 -1 4202560 2514 0 0 0 148 0 0 0 19 0 4 0 652146566 285745152 5924 33554432000 4194304 4650419 140735317224848 18446744073709551615 4339890 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=31836/tid=31839] ppid=31834 vsize=279048 CPUtime=1.49 cores=0,2,4,6
/proc/31836/task/31839/stat : 31839 (strangenight1-m) R 31834 31836 31208 0 -1 4202560 2432 0 0 0 149 0 0 0 20 0 4 0 652146567 285745152 5924 33554432000 4194304 4650419 140735317224848 18446744073709551615 4365192 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 5.96
Current children cumulated vsize (KiB) 279048

[startup+3.10089 s]
/proc/loadavg: 7.48 7.98 8.05 9/343 31848
/proc/meminfo: memFree=17780396/32951124 swapFree=67056804/67111528
[pid=31836] ppid=31834 vsize=290944 CPUtime=12.35 cores=0,2,4,6
/proc/31836/stat : 31836 (strangenight1-m) R 31834 31836 31208 0 -1 4202496 21150 0 0 0 1231 4 0 0 25 0 4 0 652146566 297926656 12053 33554432000 4194304 4650419 140735317224848 18446744073709551615 4365343 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/31836/statm: 72736 12053 393 112 0 67701 0
[pid=31836/tid=31837] ppid=31834 vsize=290944 CPUtime=3.05 cores=0,2,4,6
/proc/31836/task/31837/stat : 31837 (strangenight1-m) R 31834 31836 31208 0 -1 4202560 4884 0 0 0 305 0 0 0 25 0 4 0 652146566 297926656 12053 33554432000 4194304 4650419 140735317224848 18446744073709551615 4306624 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=31836/tid=31838] ppid=31834 vsize=290944 CPUtime=3.09 cores=0,2,4,6
/proc/31836/task/31838/stat : 31838 (strangenight1-m) R 31834 31836 31208 0 -1 4202560 5767 0 0 0 308 1 0 0 25 0 4 0 652146566 297926656 12053 33554432000 4194304 4650419 140735317224848 18446744073709551615 4439120 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=31836/tid=31839] ppid=31834 vsize=290944 CPUtime=3.09 cores=0,2,4,6
/proc/31836/task/31839/stat : 31839 (strangenight1-m) R 31834 31836 31208 0 -1 4202560 5339 0 0 0 308 1 0 0 25 0 4 0 652146567 297926656 12053 33554432000 4194304 4650419 140735317224848 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 12.35
Current children cumulated vsize (KiB) 290944

[startup+6.30033 s]
/proc/loadavg: 7.52 7.98 8.05 9/343 31849
/proc/meminfo: memFree=17741116/32951124 swapFree=67056804/67111528
[pid=31836] ppid=31834 vsize=291716 CPUtime=25.1 cores=0,2,4,6
/proc/31836/stat : 31836 (strangenight1-m) R 31834 31836 31208 0 -1 4202496 30178 0 0 0 2505 5 0 0 25 0 4 0 652146566 298717184 15310 33554432000 4194304 4650419 140735317224848 18446744073709551615 4438378 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/31836/statm: 72929 15310 393 112 0 67894 0
[pid=31836/tid=31837] ppid=31834 vsize=291716 CPUtime=6.21 cores=0,2,4,6
/proc/31836/task/31837/stat : 31837 (strangenight1-m) R 31834 31836 31208 0 -1 4202560 7897 0 0 0 621 0 0 0 25 0 4 0 652146566 298717184 15310 33554432000 4194304 4650419 140735317224848 18446744073709551615 4439103 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=31836/tid=31838] ppid=31834 vsize=291716 CPUtime=6.28 cores=0,2,4,6
/proc/31836/task/31838/stat : 31838 (strangenight1-m) R 31834 31836 31208 0 -1 4202560 7983 0 0 0 627 1 0 0 25 0 4 0 652146566 298717184 15311 33554432000 4194304 4650419 140735317224848 18446744073709551615 4520322 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=31836/tid=31839] ppid=31834 vsize=291716 CPUtime=6.28 cores=0,2,4,6
/proc/31836/task/31839/stat : 31839 (strangenight1-m) R 31834 31836 31208 0 -1 4202560 7320 0 0 0 627 1 0 0 25 0 4 0 652146567 298717184 15311 33554432000 4194304 4650419 140735317224848 18446744073709551615 4366920 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 25.1
Current children cumulated vsize (KiB) 291716

[startup+12.7002 s]
/proc/loadavg: 7.56 7.98 8.05 9/343 31849
/proc/meminfo: memFree=17692640/32951124 swapFree=67056804/67111528
[pid=31836] ppid=31834 vsize=298804 CPUtime=50.63 cores=0,2,4,6
/proc/31836/stat : 31836 (strangenight1-m) R 31834 31836 31208 0 -1 4202496 48584 0 0 0 5054 9 0 0 25 0 4 0 652146566 305975296 22003 33554432000 4194304 4650419 140735317224848 18446744073709551615 4365192 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/31836/statm: 74701 22003 393 112 0 69666 0
[pid=31836/tid=31837] ppid=31834 vsize=298804 CPUtime=12.55 cores=0,2,4,6
/proc/31836/task/31837/stat : 31837 (strangenight1-m) R 31834 31836 31208 0 -1 4202560 12674 0 0 0 1253 2 0 0 25 0 4 0 652146566 305975296 22003 33554432000 4194304 4650419 140735317224848 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=31836/tid=31838] ppid=31834 vsize=298804 CPUtime=12.68 cores=0,2,4,6
/proc/31836/task/31838/stat : 31838 (strangenight1-m) R 31834 31836 31208 0 -1 4202560 12655 0 0 0 1266 2 0 0 25 0 4 0 652146566 305975296 22003 33554432000 4194304 4650419 140735317224848 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=31836/tid=31839] ppid=31834 vsize=298804 CPUtime=12.69 cores=0,2,4,6
/proc/31836/task/31839/stat : 31839 (strangenight1-m) R 31834 31836 31208 0 -1 4202560 11428 0 0 0 1267 2 0 0 25 0 4 0 652146567 305975296 22003 33554432000 4194304 4650419 140735317224848 18446744073709551615 4365263 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 50.63
Current children cumulated vsize (KiB) 298804

[startup+25.5009 s]
/proc/loadavg: 7.73 8.00 8.05 9/343 31849
/proc/meminfo: memFree=17632372/32951124 swapFree=67056804/67111528
[pid=31836] ppid=31834 vsize=309784 CPUtime=101.7 cores=0,2,4,6
/proc/31836/stat : 31836 (strangenight1-m) R 31834 31836 31208 0 -1 4202496 74990 0 0 0 10153 17 0 0 25 0 4 0 652146566 317218816 32025 33554432000 4194304 4650419 140735317224848 18446744073709551615 4368288 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/31836/statm: 77446 32025 393 112 0 72411 0
[pid=31836/tid=31837] ppid=31834 vsize=309784 CPUtime=25.2 cores=0,2,4,6
/proc/31836/task/31837/stat : 31837 (strangenight1-m) R 31834 31836 31208 0 -1 4202560 21091 0 0 0 2516 4 0 0 25 0 4 0 652146566 317218816 32025 33554432000 4194304 4650419 140735317224848 18446744073709551615 4370647 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=31836/tid=31838] ppid=31834 vsize=309784 CPUtime=25.49 cores=0,2,4,6
/proc/31836/task/31838/stat : 31838 (strangenight1-m) R 31834 31836 31208 0 -1 4202560 20608 0 0 0 2545 4 0 0 25 0 4 0 652146566 317218816 32025 33554432000 4194304 4650419 140735317224848 18446744073709551615 4365346 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=31836/tid=31839] ppid=31834 vsize=309784 CPUtime=25.49 cores=0,2,4,6
/proc/31836/task/31839/stat : 31839 (strangenight1-m) R 31834 31836 31208 0 -1 4202560 16062 0 0 0 2545 4 0 0 25 0 4 0 652146567 317218816 32026 33554432000 4194304 4650419 140735317224848 18446744073709551615 4366845 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 101.7
Current children cumulated vsize (KiB) 309784

[startup+51.1004 s]
/proc/loadavg: 7.82 8.00 8.05 9/343 31850
/proc/meminfo: memFree=17568748/32951124 swapFree=67056804/67111528
[pid=31836] ppid=31834 vsize=374444 CPUtime=203.81 cores=0,2,4,6
/proc/31836/stat : 31836 (strangenight1-m) R 31834 31836 31208 0 -1 4202496 110953 0 0 0 20355 26 0 0 25 0 4 0 652146566 383430656 41047 33554432000 4194304 4650419 140735317224848 18446744073709551615 4365343 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/31836/statm: 93611 41047 393 112 0 88576 0
[pid=31836/tid=31837] ppid=31834 vsize=374444 CPUtime=50.53 cores=0,2,4,6
/proc/31836/task/31837/stat : 31837 (strangenight1-m) R 31834 31836 31208 0 -1 4202560 33425 0 0 0 5047 6 0 0 25 0 4 0 652146566 383430656 41047 33554432000 4194304 4650419 140735317224848 18446744073709551615 4433048 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=31836/tid=31838] ppid=31834 vsize=374444 CPUtime=51.09 cores=0,2,4,6
/proc/31836/task/31838/stat : 31838 (strangenight1-m) R 31834 31836 31208 0 -1 4202560 32652 0 0 0 5101 8 0 0 25 0 4 0 652146566 383430656 41047 33554432000 4194304 4650419 140735317224848 18446744073709551615 4366816 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=31836/tid=31839] ppid=31834 vsize=374444 CPUtime=51.08 cores=0,2,4,6
/proc/31836/task/31839/stat : 31839 (strangenight1-m) R 31834 31836 31208 0 -1 4202560 21619 0 0 0 5102 6 0 0 25 0 4 0 652146567 383430656 41047 33554432000 4194304 4650419 140735317224848 18446744073709551615 4364751 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 203.81
Current children cumulated vsize (KiB) 374444

[startup+102.312 s]
/proc/loadavg: 8.04 8.03 8.05 9/343 31851
/proc/meminfo: memFree=17488584/32951124 swapFree=67056804/67111528
[pid=31836] ppid=31834 vsize=431612 CPUtime=408.09 cores=0,2,4,6
/proc/31836/stat : 31836 (strangenight1-m) R 31834 31836 31208 0 -1 4202496 176449 0 0 0 40762 47 0 0 25 0 4 0 652146566 441970688 57350 33554432000 4194304 4650419 140735317224848 18446744073709551615 4367232 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/31836/statm: 107903 57350 393 112 0 102868 0
[pid=31836/tid=31837] ppid=31834 vsize=431612 CPUtime=101.18 cores=0,2,4,6
/proc/31836/task/31837/stat : 31837 (strangenight1-m) R 31834 31836 31208 0 -1 4202560 49096 0 0 0 10107 11 0 0 25 0 4 0 652146566 441970688 57350 33554432000 4194304 4650419 140735317224848 18446744073709551615 4433084 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=31836/tid=31838] ppid=31834 vsize=431612 CPUtime=102.3 cores=0,2,4,6
/proc/31836/task/31838/stat : 31838 (strangenight1-m) R 31834 31836 31208 0 -1 4202560 50968 0 0 0 10216 14 0 0 25 0 4 0 652146566 441970688 57350 33554432000 4194304 4650419 140735317224848 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=31836/tid=31839] ppid=31834 vsize=431612 CPUtime=102.29 cores=0,2,4,6
/proc/31836/task/31839/stat : 31839 (strangenight1-m) R 31834 31836 31208 0 -1 4202560 32612 0 0 0 10219 10 0 0 25 0 4 0 652146567 441970688 57350 33554432000 4194304 4650419 140735317224848 18446744073709551615 4366879 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 408.09
Current children cumulated vsize (KiB) 431612

[startup+162.301 s]

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

[pid=31836] ppid=31834 vsize=726092 CPUtime=2562.13 cores=0,2,4,6
/proc/31836/stat : 31836 (strangenight1-m) R 31834 31836 31208 0 -1 4202496 540541 0 0 0 256023 190 0 0 25 0 4 0 652146566 743518208 114744 33554432000 4194304 4650419 140735317224848 18446744073709551615 4366906 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/31836/statm: 181523 114744 393 112 0 176488 0
[pid=31836/tid=31837] ppid=31834 vsize=726092 CPUtime=635.29 cores=0,2,4,6
/proc/31836/task/31837/stat : 31837 (strangenight1-m) R 31834 31836 31208 0 -1 4202560 153790 0 0 0 63478 51 0 0 25 0 4 0 652146566 743518208 114745 33554432000 4194304 4650419 140735317224848 18446744073709551615 4334226 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=31836/tid=31838] ppid=31834 vsize=726092 CPUtime=642.32 cores=0,2,4,6
/proc/31836/task/31838/stat : 31838 (strangenight1-m) R 31834 31836 31208 0 -1 4202560 149632 0 0 0 64176 56 0 0 25 0 4 0 652146566 743518208 114745 33554432000 4194304 4650419 140735317224848 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=31836/tid=31839] ppid=31834 vsize=726092 CPUtime=642.19 cores=0,2,4,6
/proc/31836/task/31839/stat : 31839 (strangenight1-m) R 31834 31836 31208 0 -1 4202560 97133 0 0 0 64184 35 0 0 25 0 4 0 652146567 743518208 114745 33554432000 4194304 4650419 140735317224848 18446744073709551615 4334274 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 2562.13
Current children cumulated vsize (KiB) 726092

[startup+702.301 s]
/proc/loadavg: 8.23 8.12 8.08 9/343 31867
/proc/meminfo: memFree=17094804/32951124 swapFree=67056804/67111528
[pid=31836] ppid=31834 vsize=661508 CPUtime=2801.42 cores=0,2,4,6
/proc/31836/stat : 31836 (strangenight1-m) R 31834 31836 31208 0 -1 4202496 572699 0 0 0 279938 204 0 0 25 0 4 0 652146566 677384192 111422 33554432000 4194304 4650419 140735317224848 18446744073709551615 4433048 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/31836/statm: 165377 111422 393 112 0 160342 0
[pid=31836/tid=31837] ppid=31834 vsize=661508 CPUtime=694.63 cores=0,2,4,6
/proc/31836/task/31837/stat : 31837 (strangenight1-m) R 31834 31836 31208 0 -1 4202560 163842 0 0 0 69408 55 0 0 25 0 4 0 652146566 677384192 111422 33554432000 4194304 4650419 140735317224848 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=31836/tid=31838] ppid=31834 vsize=661508 CPUtime=702.3 cores=0,2,4,6
/proc/31836/task/31838/stat : 31838 (strangenight1-m) R 31834 31836 31208 0 -1 4202560 159336 0 0 0 70169 61 0 0 25 0 4 0 652146566 677384192 111422 33554432000 4194304 4650419 140735317224848 18446744073709551615 4433081 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=31836/tid=31839] ppid=31834 vsize=661508 CPUtime=702.17 cores=0,2,4,6
/proc/31836/task/31839/stat : 31839 (strangenight1-m) R 31834 31836 31208 0 -1 4202560 103681 0 0 0 70179 38 0 0 25 0 4 0 652146567 677384192 111422 33554432000 4194304 4650419 140735317224848 18446744073709551615 4364762 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 2801.42
Current children cumulated vsize (KiB) 661508

[startup+762.313 s]
/proc/loadavg: 8.22 8.13 8.09 9/343 31869
/proc/meminfo: memFree=17106656/32951124 swapFree=67056804/67111528
[pid=31836] ppid=31834 vsize=674668 CPUtime=3040.8 cores=0,2,4,6
/proc/31836/stat : 31836 (strangenight1-m) R 31834 31836 31208 0 -1 4202496 596987 0 0 0 303863 217 0 0 25 0 4 0 652146566 690860032 110991 33554432000 4194304 4650419 140735317224848 18446744073709551615 4476309 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/31836/statm: 168667 110991 393 112 0 163632 0
[pid=31836/tid=31837] ppid=31834 vsize=674668 CPUtime=753.98 cores=0,2,4,6
/proc/31836/task/31837/stat : 31837 (strangenight1-m) R 31834 31836 31208 0 -1 4202560 174668 0 0 0 75337 61 0 0 25 0 4 0 652146566 690860032 110991 33554432000 4194304 4650419 140735317224848 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=31836/tid=31838] ppid=31834 vsize=674668 CPUtime=762.32 cores=0,2,4,6
/proc/31836/task/31838/stat : 31838 (strangenight1-m) R 31834 31836 31208 0 -1 4202560 165221 0 0 0 76167 65 0 0 25 0 4 0 652146566 690860032 110991 33554432000 4194304 4650419 140735317224848 18446744073709551615 4366879 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=31836/tid=31839] ppid=31834 vsize=674668 CPUtime=762.18 cores=0,2,4,6
/proc/31836/task/31839/stat : 31839 (strangenight1-m) R 31834 31836 31208 0 -1 4202560 109952 0 0 0 76176 42 0 0 25 0 4 0 652146567 690860032 110991 33554432000 4194304 4650419 140735317224848 18446744073709551615 4364788 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 3040.8
Current children cumulated vsize (KiB) 674668

[startup+822.301 s]
/proc/loadavg: 8.20 8.14 8.09 9/343 31870
/proc/meminfo: memFree=17013616/32951124 swapFree=67056804/67111528
[pid=31836] ppid=31834 vsize=726152 CPUtime=3280.1 cores=0,2,4,6
/proc/31836/stat : 31836 (strangenight1-m) R 31834 31836 31208 0 -1 4202496 637324 0 0 0 327779 231 0 0 25 0 4 0 652146566 743579648 122754 33554432000 4194304 4650419 140735317224848 18446744073709551615 4366828 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/31836/statm: 181538 122754 393 112 0 176503 0
[pid=31836/tid=31837] ppid=31834 vsize=726152 CPUtime=813.32 cores=0,2,4,6
/proc/31836/task/31837/stat : 31837 (strangenight1-m) R 31834 31836 31208 0 -1 4202560 191281 0 0 0 81265 67 0 0 25 0 4 0 652146566 743579648 122754 33554432000 4194304 4650419 140735317224848 18446744073709551615 4432392 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=31836/tid=31838] ppid=31834 vsize=726152 CPUtime=822.31 cores=0,2,4,6
/proc/31836/task/31838/stat : 31838 (strangenight1-m) R 31834 31836 31208 0 -1 4202560 174836 0 0 0 82163 68 0 0 25 0 4 0 652146566 743579648 122754 33554432000 4194304 4650419 140735317224848 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=31836/tid=31839] ppid=31834 vsize=726152 CPUtime=822.15 cores=0,2,4,6
/proc/31836/task/31839/stat : 31839 (strangenight1-m) R 31834 31836 31208 0 -1 4202560 117247 0 0 0 82171 44 0 0 25 0 4 0 652146567 743579648 122754 33554432000 4194304 4650419 140735317224848 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 3280.1
Current children cumulated vsize (KiB) 726152

[startup+882.3 s]
/proc/loadavg: 8.13 8.12 8.09 9/343 31872
/proc/meminfo: memFree=17007748/32951124 swapFree=67056804/67111528
[pid=31836] ppid=31834 vsize=742088 CPUtime=3519.43 cores=0,2,4,6
/proc/31836/stat : 31836 (strangenight1-m) R 31834 31836 31208 0 -1 4202496 657706 0 0 0 351702 241 0 0 25 0 4 0 652146566 759898112 126171 33554432000 4194304 4650419 140735317224848 18446744073709551615 4365346 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/31836/statm: 185522 126171 393 112 0 180487 0
[pid=31836/tid=31837] ppid=31834 vsize=742088 CPUtime=872.66 cores=0,2,4,6
/proc/31836/task/31837/stat : 31837 (strangenight1-m) R 31834 31836 31208 0 -1 4202560 192525 0 0 0 87199 67 0 0 25 0 4 0 652146566 759898112 126171 33554432000 4194304 4650419 140735317224848 18446744073709551615 4313071 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=31836/tid=31838] ppid=31834 vsize=742088 CPUtime=882.31 cores=0,2,4,6
/proc/31836/task/31838/stat : 31838 (strangenight1-m) R 31834 31836 31208 0 -1 4202560 183301 0 0 0 88159 72 0 0 25 0 4 0 652146566 759898112 126171 33554432000 4194304 4650419 140735317224848 18446744073709551615 4367236 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=31836/tid=31839] ppid=31834 vsize=742088 CPUtime=882.14 cores=0,2,4,6
/proc/31836/task/31839/stat : 31839 (strangenight1-m) R 31834 31836 31208 0 -1 4202560 121178 0 0 0 88167 47 0 0 25 0 4 0 652146567 759898112 126171 33554432000 4194304 4650419 140735317224848 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 3519.43
Current children cumulated vsize (KiB) 742088

[startup+942.301 s]
/proc/loadavg: 8.05 8.10 8.08 9/343 31873
/proc/meminfo: memFree=16981052/32951124 swapFree=67056804/67111528
[pid=31836] ppid=31834 vsize=770896 CPUtime=3758.79 cores=0,2,4,6
/proc/31836/stat : 31836 (strangenight1-m) R 31834 31836 31208 0 -1 4202496 676998 0 0 0 375629 250 0 0 25 0 4 0 652146566 789397504 134136 33554432000 4194304 4650419 140735317224848 18446744073709551615 4365227 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/31836/statm: 192724 134136 393 112 0 187689 0
[pid=31836/tid=31837] ppid=31834 vsize=770896 CPUtime=932.01 cores=0,2,4,6
/proc/31836/task/31837/stat : 31837 (strangenight1-m) R 31834 31836 31208 0 -1 4202560 199687 0 0 0 93131 70 0 0 25 0 4 0 652146566 789397504 134136 33554432000 4194304 4650419 140735317224848 18446744073709551615 4365289 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=31836/tid=31838] ppid=31834 vsize=770896 CPUtime=942.31 cores=0,2,4,6
/proc/31836/task/31838/stat : 31838 (strangenight1-m) R 31834 31836 31208 0 -1 4202560 189060 0 0 0 94157 74 0 0 25 0 4 0 652146566 789397504 134136 33554432000 4194304 4650419 140735317224848 18446744073709551615 4332022 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=31836/tid=31839] ppid=31834 vsize=770896 CPUtime=942.14 cores=0,2,4,6
/proc/31836/task/31839/stat : 31839 (strangenight1-m) R 31834 31836 31208 0 -1 4202560 122031 0 0 0 94166 48 0 0 25 0 4 0 652146567 789397504 134136 33554432000 4194304 4650419 140735317224848 18446744073709551615 4349936 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 3758.79
Current children cumulated vsize (KiB) 770896

[startup+1002.3 s]
/proc/loadavg: 8.06 8.09 8.08 9/343 31875
/proc/meminfo: memFree=16964488/32951124 swapFree=67056804/67111528
[pid=31836] ppid=31834 vsize=822408 CPUtime=3998.12 cores=0,2,4,6
/proc/31836/stat : 31836 (strangenight1-m) R 31834 31836 31208 0 -1 4202496 693979 0 0 0 399554 258 0 0 25 0 4 0 652146566 842145792 135564 33554432000 4194304 4650419 140735317224848 18446744073709551615 4314985 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/31836/statm: 205602 135564 393 112 0 200567 0
[pid=31836/tid=31837] ppid=31834 vsize=822408 CPUtime=991.36 cores=0,2,4,6
/proc/31836/task/31837/stat : 31837 (strangenight1-m) R 31834 31836 31208 0 -1 4202560 206249 0 0 0 99062 74 0 0 25 0 4 0 652146566 842145792 135564 33554432000 4194304 4650419 140735317224848 18446744073709551615 4366819 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=31836/tid=31838] ppid=31834 vsize=822408 CPUtime=1002.32 cores=0,2,4,6
/proc/31836/task/31838/stat : 31838 (strangenight1-m) R 31834 31836 31208 0 -1 4202560 194199 0 0 0 100156 76 0 0 25 0 4 0 652146566 842145792 135564 33554432000 4194304 4650419 140735317224848 18446744073709551615 4313456 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=31836/tid=31839] ppid=31834 vsize=822408 CPUtime=1002.13 cores=0,2,4,6
/proc/31836/task/31839/stat : 31839 (strangenight1-m) R 31834 31836 31208 0 -1 4202560 122577 0 0 0 100165 48 0 0 25 0 4 0 652146567 842145792 135564 33554432000 4194304 4650419 140735317224848 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 3998.12
Current children cumulated vsize (KiB) 822408

[startup+1062.3 s]
/proc/loadavg: 8.02 8.07 8.08 9/343 31877
/proc/meminfo: memFree=16921036/32951124 swapFree=67056804/67111528
[pid=31836] ppid=31834 vsize=823588 CPUtime=4237.46 cores=0,2,4,6
/proc/31836/stat : 31836 (strangenight1-m) R 31834 31836 31208 0 -1 4202496 714020 0 0 0 423480 266 0 0 25 0 4 0 652146566 843354112 140609 33554432000 4194304 4650419 140735317224848 18446744073709551615 4366920 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/31836/statm: 205897 140609 393 112 0 200862 0
[pid=31836/tid=31837] ppid=31834 vsize=823588 CPUtime=1050.71 cores=0,2,4,6
/proc/31836/task/31837/stat : 31837 (strangenight1-m) R 31834 31836 31208 0 -1 4202560 214218 0 0 0 104995 76 0 0 25 0 4 0 652146566 843354112 140609 33554432000 4194304 4650419 140735317224848 18446744073709551615 4432392 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=31836/tid=31838] ppid=31834 vsize=823588 CPUtime=1062.32 cores=0,2,4,6
/proc/31836/task/31838/stat : 31838 (strangenight1-m) R 31834 31836 31208 0 -1 4202560 198906 0 0 0 106154 78 0 0 25 0 4 0 652146566 843354112 140609 33554432000 4194304 4650419 140735317224848 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=31836/tid=31839] ppid=31834 vsize=823588 CPUtime=1062.11 cores=0,2,4,6
/proc/31836/task/31839/stat : 31839 (strangenight1-m) R 31834 31836 31208 0 -1 4202560 125259 0 0 0 106162 49 0 0 25 0 4 0 652146567 843354112 140609 33554432000 4194304 4650419 140735317224848 18446744073709551615 4476309 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 4237.46
Current children cumulated vsize (KiB) 823588

[startup+1122.3 s]
/proc/loadavg: 8.05 8.07 8.08 9/343 31878
/proc/meminfo: memFree=16916028/32951124 swapFree=67056804/67111528
[pid=31836] ppid=31834 vsize=765736 CPUtime=4476.8 cores=0,2,4,6
/proc/31836/stat : 31836 (strangenight1-m) R 31834 31836 31208 0 -1 4202496 729602 0 0 0 447406 274 0 0 25 0 4 0 652146566 784113664 139645 33554432000 4194304 4650419 140735317224848 18446744073709551615 4365289 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/31836/statm: 191434 139645 393 112 0 186399 0
[pid=31836/tid=31837] ppid=31834 vsize=765736 CPUtime=1110.05 cores=0,2,4,6
/proc/31836/task/31837/stat : 31837 (strangenight1-m) R 31834 31836 31208 0 -1 4202560 218875 0 0 0 110927 78 0 0 25 0 4 0 652146566 784113664 139645 33554432000 4194304 4650419 140735317224848 18446744073709551615 4366923 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=31836/tid=31838] ppid=31834 vsize=765736 CPUtime=1122.32 cores=0,2,4,6
/proc/31836/task/31838/stat : 31838 (strangenight1-m) R 31834 31836 31208 0 -1 4202560 203850 0 0 0 112151 81 0 0 25 0 4 0 652146566 784113664 139645 33554432000 4194304 4650419 140735317224848 18446744073709551615 4476309 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=31836/tid=31839] ppid=31834 vsize=765736 CPUtime=1122.11 cores=0,2,4,6
/proc/31836/task/31839/stat : 31839 (strangenight1-m) R 31834 31836 31208 0 -1 4202560 125993 0 0 0 112162 49 0 0 25 0 4 0 652146567 784113664 139645 33554432000 4194304 4650419 140735317224848 18446744073709551615 4476309 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 4476.8
Current children cumulated vsize (KiB) 765736

[startup+1182.3 s]
/proc/loadavg: 8.11 8.09 8.08 9/343 31880
/proc/meminfo: memFree=16868700/32951124 swapFree=67056804/67111528
[pid=31836] ppid=31834 vsize=902940 CPUtime=4716.14 cores=0,2,4,6
/proc/31836/stat : 31836 (strangenight1-m) R 31834 31836 31208 0 -1 4202496 754297 0 0 0 471329 285 0 0 25 0 4 0 652146566 924610560 146223 33554432000 4194304 4650419 140735317224848 18446744073709551615 4366920 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/31836/statm: 225735 146223 393 112 0 220700 0
[pid=31836/tid=31837] ppid=31834 vsize=902940 CPUtime=1169.4 cores=0,2,4,6
/proc/31836/task/31837/stat : 31837 (strangenight1-m) R 31834 31836 31208 0 -1 4202560 227179 0 0 0 116858 82 0 0 25 0 4 0 652146566 924610560 146223 33554432000 4194304 4650419 140735317224848 18446744073709551615 4365548 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=31836/tid=31838] ppid=31834 vsize=902940 CPUtime=1182.32 cores=0,2,4,6
/proc/31836/task/31838/stat : 31838 (strangenight1-m) R 31834 31836 31208 0 -1 4202560 208831 0 0 0 118149 83 0 0 25 0 4 0 652146566 924610560 146223 33554432000 4194304 4650419 140735317224848 18446744073709551615 4363416 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=31836/tid=31839] ppid=31834 vsize=902940 CPUtime=1182.09 cores=0,2,4,6
/proc/31836/task/31839/stat : 31839 (strangenight1-m) R 31834 31836 31208 0 -1 4202560 130149 0 0 0 118158 51 0 0 25 0 4 0 652146567 924610560 146223 33554432000 4194304 4650419 140735317224848 18446744073709551615 4365289 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 4716.14
Current children cumulated vsize (KiB) 902940



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1203.41 s]
/proc/loadavg: 8.24 8.11 8.09 5/339 31881
/proc/meminfo: memFree=17271708/32951124 swapFree=67056804/67111528
[pid=31836] ppid=31834 vsize=895580 CPUtime=4800.39 cores=0,2,4,6
/proc/31836/stat : 31836 (strangenight1-m) R 31834 31836 31208 0 -1 4202496 759666 0 0 0 479751 288 0 0 25 0 4 0 652146566 917073920 143225 33554432000 4194304 4650419 140735317224848 18446744073709551615 4365227 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/31836/statm: 223895 143225 393 112 0 218860 0
[pid=31836/tid=31837] ppid=31834 vsize=895580 CPUtime=1190.28 cores=0,2,4,6
/proc/31836/task/31837/stat : 31837 (strangenight1-m) R 31834 31836 31208 0 -1 4202560 228910 0 0 0 118945 83 0 0 25 0 4 0 652146566 917073920 143225 33554432000 4194304 4650419 140735317224848 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=31836/tid=31838] ppid=31834 vsize=895580 CPUtime=1203.44 cores=0,2,4,6
/proc/31836/task/31838/stat : 31838 (strangenight1-m) R 31834 31836 31208 0 -1 4202560 209396 0 0 0 120261 83 0 0 25 0 4 0 652146566 917073920 143225 33554432000 4194304 4650419 140735317224848 18446744073709551615 4366931 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=31836/tid=31839] ppid=31834 vsize=895580 CPUtime=1203.21 cores=0,2,4,6
/proc/31836/task/31839/stat : 31839 (strangenight1-m) R 31834 31836 31208 0 -1 4202560 132956 0 0 0 120269 52 0 0 25 0 4 0 652146567 917073920 143225 33554432000 4194304 4650419 140735317224848 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 4800.39
Current children cumulated vsize (KiB) 895580

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.46
CPU time (s): 4800.44
CPU user time (s): 4797.53
CPU system time (s): 2.90856
CPU usage (%): 398.887
Max. virtual memory (cumulated for all children) (KiB): 953992

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4797.53
system time used= 2.90856
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 759668
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= 472
involuntary context switches= 20786

runsolver used 3.79942 second user time and 9.37358 second system time

The end

Launcher Data

Begin job on node108 at 2011-05-14 22:37:36
IDJOB=3368886
IDBENCH=82895
IDSOLVER=1846
FILE ID=node108/3368886-1305405456
RUNJOBID= node108-1305405456-31821
PBS_JOBID= 13324481
Free space on /tmp= 73556 MiB

SOLVER NAME= CryptoMiniSat Strange-Night-1-mt (fixed)
BENCH NAME= SAT11/random/medium/unif-k5-r21.3-v175-c3727-S100095490-071.SATISFIABLE.cnf
COMMAND LINE= ./strangenight1-mt --threads=NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3368886-1305405456/watcher-3368886-1305405456 -o /tmp/evaluation-result-3368886-1305405456/solver-3368886-1305405456 -C 4800 -W 1300 -M 15500  ./strangenight1-mt --threads=4 HOME/instance-3368886-1305405456.cnf

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

MD5SUM BENCH= 2ab9bb0f88fa203f02db11acc4404e31
RANDOM SEED=1666170151

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      17857004 kB
Buffers:        278912 kB
Cached:        4401516 kB
SwapCached:       8700 kB
Active:       11029632 kB
Inactive:      3753860 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      17857004 kB
SwapTotal:    67111528 kB
SwapFree:     67056804 kB
Dirty:            6308 kB
Writeback:           0 kB
AnonPages:    10100516 kB
Mapped:          26412 kB
Slab:           208044 kB
PageTables:      38244 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 52252384 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= 73548 MiB
End job on node108 at 2011-05-14 22:57:42