Trace number 3368854

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.37 1203.13

General information on the benchmark

Namerandom/medium/
unif-k7-r89-v60-c5340-S1458986015-022.SATISFIABLE.cnf
MD5SUMd549c96b17fdae3a10d8538216eeee78
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.168973
Satisfiable
(Un)Satisfiability was proved
Number of variables60
Number of clauses5340
Sum of the clauses size37380
Maximum clause length7
Minimum clause length7
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 50
Number of clauses of size over 55340

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-3368854-1305404539.cnf'
0.00/0.01	c -- header says num vars:             60
0.00/0.01	c -- header says num clauses:        5340
0.00/0.01	c -- clauses added:            0 learnts,         5340 normals,            0 xors
0.00/0.01	c -- vars added         60
0.00/0.01	c Parsing time:  0.01 s
0.00/0.01	c  N st     0         0        60      5340         0         0     37380         0   no data   no data  --
0.42/0.13	c asymm  cl-useful: 0/5340/5340 lits-rem:0 time: 0.46
0.42/0.13	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.0M T:  0.00
0.42/0.13	c bin-w-bin subsume rem            0 bins  time:  0.00 s
0.42/0.13	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
0.42/0.13	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     60 time:  0.00 s
0.42/0.13	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
0.42/0.14	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.06 s
0.42/0.14	c Finding binary XORs  T:     0.00 s  found:       0
0.42/0.15	c Finding non-binary XORs:     0.01 s (found:       0, avg size: nan)
0.42/0.15	c calculated reachability. Time: 0.00
0.42/0.15	c Calc default polars -  time:   0.00 s pos:      30 undec:       0 neg:      30
0.42/0.15	c =========================================================================================
0.42/0.15	c types(t): F = full restart, N = normal restart
0.42/0.15	c types(t): S = simplification begin/end, E = solution found
0.42/0.15	c restart types(rt): st = static, dy = dynamic
0.42/0.15	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits
0.42/0.15	c  B st     0         0        60      5340         0         0     37380         0   no data   no data  --
0.77/0.28	c  N dy    10      5075        60      5340         0      2296     37380     43771     17.82     18.79  --
1.57/0.42	c  N dy    32      9211        60      5340         0      5990     37380    123365     18.36     19.34  --
1.97/0.58	c  N dy    35     13515        60      5340         0      6020     37380    114244     17.98     18.93  --
2.77/0.79	c  N dy    52     18265        60      5340         0      5249     37380     89665     18.05     19.00  --
3.57/0.96	c  N dy    66     22535        60      5340         0      8993     37380    168153     18.10     19.15  --
3.97/1.08	c  F st    85     25002        60      5340         0     11194     37380    215560     18.21   no data  --
4.39/1.20	c  N st    89     27034        60      5340         0      6964     37380    116239     18.21   no data  --
5.16/1.33	c  S st    91     30000        60      5340         0      9542     37380    170192     18.21   no data  --
5.16/1.36	c  S st    91     30501        60      5340         0      9989     37380    179952     18.21   no data  --
5.16/1.36	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
5.16/1.36	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
5.16/1.36	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.01
5.16/1.37	c bin-w-bin subsume rem            0 bins  time:  0.00 s
5.16/1.37	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
5.16/1.37	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     60 time:  0.00 s
5.16/1.37	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
8.77/2.26	c lits-rem:      1207  cl-subs:     1069  v-elim:      0  v-fix:    0  time:  3.56 s
9.95/2.52	c asymm  cl-useful: 0/5340/5340 lits-rem:0 time: 1.05
9.95/2.52	c calculated reachability. Time: 0.00
9.95/2.52	c  N dy    91     30501        60      5340         0      8920     37380    156484     18.21   no data  --
11.15/2.85	c  N dy    96     37412        60      5340         0      8130     37380    131368     17.94     19.03  --
11.95/3.09	c  N dy   120     42207        60      5340         0     12424     37380    223284     18.04     19.02  --
13.17/3.33	c  S st   135     45752        60      5340         0     15599     37380    291504     18.09     17.39  --
13.17/3.38	c  S st   135     46255        60      5340         0      8118     37380    123383     18.09   no data  --
13.17/3.38	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
13.17/3.38	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
13.17/3.38	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.01
13.17/3.39	c bin-w-bin subsume rem            0 bins  time:  0.00 s
13.17/3.39	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
13.17/3.39	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     60 time:  0.00 s
13.17/3.39	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
16.34/4.12	c lits-rem:       164  cl-subs:       20  v-elim:      0  v-fix:    0  time:  2.94 s
16.34/4.12	c vivif2 --  cl tried     5340 cl shrink        0 lits rem          0 time: 0.00
16.34/4.12	c vivif2 --  cl tried     8098 cl shrink        0 lits rem          0 time: 0.00
17.14/4.36	c asymm  cl-useful: 0/5340/5340 lits-rem:0 time: 0.96
17.14/4.36	c calculated reachability. Time: 0.00
17.14/4.36	c  N dy   135     46255        60      5340         0      8098     37380    122757     18.09   no data  --
17.97/4.58	c  N dy   165     50290        60      5340         0     11706     37380    201149     18.22     19.41  --
22.36/5.65	c  N dy   173     69385        60      5340         0     10003     37380    145584     17.83     16.49  --
22.36/5.65	c  S st   173     69385        60      5340         0     10003     37380    145584     17.83     16.49  --
22.36/5.68	c  S st   173     69888        60      5340         0     10459     37380    155589     17.83   no data  --
22.36/5.68	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
22.36/5.68	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
22.36/5.69	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.02
22.36/5.69	c bin-w-bin subsume rem            0 bins  time:  0.00 s
22.36/5.69	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
22.36/5.69	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     60 time:  0.00 s
22.36/5.69	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
25.52/6.47	c lits-rem:       287  cl-subs:      132  v-elim:      0  v-fix:    0  time:  3.10 s
25.52/6.47	c vivif2 --  cl tried     5340 cl shrink        0 lits rem          0 time: 0.00
25.52/6.47	c vivif2 --  cl tried    10327 cl shrink        0 lits rem          0 time: 0.01
26.75/6.77	c asymm  cl-useful: 0/5340/5340 lits-rem:0 time: 1.19
26.75/6.77	c calculated reachability. Time: 0.00
26.75/6.77	c  N dy   173     69888        60      5340         0     10327     37380    152577     17.83   no data  --
27.90/7.09	c  N dy   190     75582        60      5340         0     15365     37380    257831     17.83     18.79  --
29.90/7.55	c  N dy   217     82021        60      5340         0     21150     37380    380898     17.87     18.85  --
31.50/7.91	c  F st   230     87500        60      5340         0     15341     37380    244935     17.85     15.82  --
31.50/7.91	c  N st   230     87500        60      5340         0     15341     37380    244935     17.85     15.82  --
32.70/8.29	c  N dy   240     93269        60      5340         0     20468     37380    356224     17.85     18.81  --
34.69/8.77	c  N dy   277     99423        60      5340         0     14416     37380    219749     17.94     18.89  --
36.28/9.16	c  S st   290    104833        60      5340         0     19246     37380    320948     17.93     16.37  --
36.68/9.21	c  S st   290    105337        60      5340         0     19695     37380    330733     17.93   no data  --
36.68/9.21	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
36.68/9.21	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
36.68/9.22	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.3M T:  0.02
36.68/9.23	c bin-w-bin subsume rem            0 bins  time:  0.00 s
36.68/9.23	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
36.68/9.23	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     60 time:  0.00 s
36.68/9.23	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
43.07/10.82	c lits-rem:      1968  cl-subs:     1982  v-elim:      0  v-fix:    0  time:  6.35 s
43.07/10.82	c vivif2 --  cl tried     5340 cl shrink        0 lits rem          0 time: 0.00
43.07/10.82	c vivif2 --  cl tried    17713 cl shrink        0 lits rem          0 time: 0.01
44.66/11.21	c asymm  cl-useful: 0/4314/5340 lits-rem:0 time: 1.54
44.66/11.21	c calculated reachability. Time: 0.00
44.66/11.21	c  N dy   290    105337        60      5340         0     17713     37380    286679     17.93   no data  --
46.66/11.79	c  N dy   319    112851        60      5340         0     24383     37380    428074     17.96     18.91  --
49.05/12.33	c  N dy   358    120247        60      5340         0     18633     37380    299784     18.00     19.04  --
53.09/13.35	c  N dy   388    133702        60      5340         0     17275     37380    253913     17.92     19.10  --
55.84/14.03	c  N dy   431    142239        60      5340         0     24878     37380    415500     17.96     18.91  --
59.42/14.99	c  N dy   458    154552        60      5340         0     21624     37380    338730     17.93     18.90  --
61.02/15.31	c  S st   477    158005        60      5340         0     24700     37380    404864     17.96     18.75  --
61.02/15.37	c  S st   477    158508        60      5340         0     25161     37380    414951     17.96   no data  --
61.02/15.37	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
61.02/15.37	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
61.02/15.38	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.03
61.02/15.39	c bin-w-bin subsume rem            0 bins  time:  0.00 s
61.02/15.39	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
61.02/15.39	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     60 time:  0.00 s
61.02/15.39	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
69.01/17.30	c lits-rem:      2056  cl-subs:     2991  v-elim:      0  v-fix:    0  time:  7.61 s
69.01/17.31	c vivif2 --  cl tried     5340 cl shrink        0 lits rem          0 time: 0.00
69.01/17.31	c vivif2 --  cl tried    22170 cl shrink        0 lits rem          0 time: 0.02
69.41/17.45	c asymm  cl-useful: 0/1026/5340 lits-rem:0 time: 0.56
69.41/17.45	c calculated reachability. Time: 0.00
69.41/17.45	c  N dy   477    158508        60      5340         0     22170     37380    352083     17.96   no data  --
72.99/18.31	c  N dy   491    168783        60      5340         0     16299     37380    219838     17.91     18.91  --
77.79/19.58	c  N dy   549    183488        60      5340         0     29366     37380    495939     17.93     19.00  --
81.77/20.59	c  N dy   587    195224        60      5340         0     23901     37380    367640     17.93     19.53  --
87.78/22.01	c  N dy   660    207846        60      5340         0     18309     37380    243128     17.98     18.93  --
92.59/23.28	c  N dy   726    221147        60      5340         0     30155     37380    495394     18.02     20.98  --
98.93/24.81	c  N dy   797    236325        60      5340         0     25913     37380    394630     18.06     19.08  --
99.33/24.94	c  S st   800    237765        60      5340         0     27183     37380    420821     18.06     17.28  --
99.73/25.01	c  S st   800    238269        60      5340         0     27652     37380    431362     18.06   no data  --
99.73/25.01	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
99.73/25.01	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
99.73/25.02	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.03
99.73/25.03	c bin-w-bin subsume rem            0 bins  time:  0.00 s
99.73/25.03	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
99.73/25.03	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     60 time:  0.00 s
99.73/25.03	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
108.11/27.17	c lits-rem:      2008  cl-subs:     2344  v-elim:      0  v-fix:    0  time:  8.54 s
108.11/27.17	c vivif2 --  cl tried     5340 cl shrink        0 lits rem          0 time: 0.00
108.11/27.18	c vivif2 --  cl tried    25308 cl shrink        0 lits rem          0 time: 0.02
109.73/27.59	c asymm  cl-useful: 0/3297/5340 lits-rem:0 time: 1.63
109.73/27.59	c calculated reachability. Time: 0.00
109.73/27.59	c  N dy   800    238269        60      5340         0     25308     37380    379202     18.06   no data  --
116.89/29.34	c  N dy   865    255613        60      5340         0     22171     37380    302752     18.08     19.08  --
123.66/31.03	c  N dy   938    271933        60      5340         0     36619     37380    610786     18.11     19.37  --
132.84/33.32	c  N dy   995    296351        60      5340         0     38813     37380    643890     18.08     19.15  --
136.47/34.28	c  F st  1008    306250        60      5340         0     27205     37380    382502     18.05   no data  --
140.45/35.29	c  N dy  1044    315779        60      5340         0     35615     37380    564217     18.06     19.04  --
154.79/38.84	c  N dy  1066    350812        60      5340         0     23022     37380    281301     17.85     19.11  --
157.19/39.47	c  S st  1097    357405        60      5340         0     28887     37380    407160     17.86     17.25  --
157.58/39.54	c  S st  1097    357909        60      5340         0     29337     37380    417050     17.86   no data  --
157.58/39.55	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
157.58/39.55	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
157.58/39.55	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.03
157.58/39.57	c bin-w-bin subsume rem            0 bins  time:  0.00 s
157.58/39.57	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
157.58/39.57	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     60 time:  0.00 s
157.58/39.57	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
166.36/41.78	c lits-rem:      1663  cl-subs:     1918  v-elim:      0  v-fix:    0  time:  8.84 s
166.36/41.78	c vivif2 --  cl tried     5340 cl shrink        0 lits rem          0 time: 0.00
166.36/41.79	c vivif2 --  cl tried    27419 cl shrink        0 lits rem          0 time: 0.02
167.95/42.10	c asymm  cl-useful: 0/2043/5340 lits-rem:0 time: 1.24
167.95/42.10	c calculated reachability. Time: 0.00
167.95/42.10	c  N dy  1097    357909        60      5340         0     27419     37380    376900     17.86   no data  --
179.95/45.11	c  N dy  1197    377995        60      5340         0     45332     37380    759400     17.90     18.86  --
191.49/48.05	c  N dy  1270    400381        60      5340         0     42224     37380    676813     17.90     18.95  --
201.89/50.69	c  N dy  1369    420675        60      5340         0     36469     37380    546689     17.93     19.01  --
214.24/53.72	c  N dy  1498    440970        60      5340         0     29698     37380    392129     17.98     19.03  --
226.21/56.73	c  N dy  1619    461909        60      5340         0     48348     37380    794775     18.03     18.98  --
237.77/59.67	c  N dy  1704    484934        60      5340         0     43024     37380    662535     18.04     19.02  --
249.75/62.61	c  N dy  1778    505029        60      5340         0     34144     37380    459278     18.03     19.35  --
262.12/65.72	c  N dy  1872    525407        60      5340         0     52251     37380    847638     18.05     19.03  --
267.73/67.19	c  S st  1893    536865        60      5340         0     34884     37380    465532     18.04     17.39  --
268.14/67.28	c  S st  1893    537369        60      5340         0     35348     37380    475721     18.04   no data  --
268.14/67.29	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
268.14/67.29	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
268.14/67.30	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.5M T:  0.04
268.50/67.31	c bin-w-bin subsume rem            0 bins  time:  0.00 s
268.50/67.31	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
268.50/67.31	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     60 time:  0.00 s
268.50/67.31	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
277.27/69.54	c lits-rem:      1494  cl-subs:     2550  v-elim:      0  v-fix:    0  time:  8.92 s
277.27/69.55	c vivif2 --  cl tried     5340 cl shrink        0 lits rem          0 time: 0.00
277.27/69.55	c vivif2 --  cl tried    32798 cl shrink        0 lits rem          0 time: 0.02
278.87/69.95	c asymm  cl-useful: 0/2545/5340 lits-rem:0 time: 1.58
278.87/69.95	c calculated reachability. Time: 0.00
278.87/69.95	c  N dy  1893    537369        60      5340         0     32798     37380    424599     18.04   no data  --
290.85/72.95	c  N dy  1978    557837        60      5340         0     50956     37380    812789     18.05     19.05  --
306.41/76.80	c  N dy  2055    585364        60      5340         0     47059     37380    708815     18.04     19.25  --
319.58/80.13	c  N dy  2167    606212        60      5340         0     36461     37380    486227     18.06     19.03  --
332.34/83.32	c  N dy  2207    629894        60      5340         0     57351     37380    919211     18.02     19.05  --
343.52/86.17	c  N dy  2272    649947        60      5340         0     45034     37380    653172     18.02     19.01  --
361.47/90.66	c  N dy  2355    673981        60      5340         0     35432     37380    440986     18.02     19.00  --
376.63/94.49	c  N dy  2435    698164        60      5340         0     56832     37380    894152     18.03     18.99  --
393.39/98.60	c  N dy  2578    719522        60      5340         0     43977     37380    617181     18.06     19.16  --
409.35/102.63	c  N dy  2675    740383        60      5340         0     62354     37380   1008646     18.07     19.02  --
423.32/106.17	c  N dy  2678    765773        60      5340         0     51679     37380    745344     18.01     18.99  --
440.47/110.47	c  N dy  2775    788017        60      5340         0     37947     37380    463140     18.03     19.06  --
450.85/113.04	c  S st  2833    806054        60      5340         0     53942     37380    802785     18.02   no data  --
451.25/113.19	c  S st  2833    806558        60      5340         0     54408     37380    813485     18.02   no data  --
451.65/113.20	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
451.65/113.20	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
451.65/113.22	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.7M T:  0.09
451.65/113.24	c bin-w-bin subsume rem            0 bins  time:  0.00 s
451.65/113.24	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
451.65/113.24	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     60 time:  0.00 s
451.65/113.24	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
480.78/120.56	c lits-rem:      3037  cl-subs:     5619  v-elim:      0  v-fix:    0  time: 29.16 s
480.78/120.56	c vivif2 --  cl tried     5340 cl shrink        0 lits rem          0 time: 0.00
480.78/120.57	c vivif2 --  cl tried    48789 cl shrink        0 lits rem          0 time: 0.04
481.98/120.88	c asymm  cl-useful: 0/776/5340 lits-rem:0 time: 1.24
481.98/120.88	c calculated reachability. Time: 0.00
481.98/120.88	c  N dy  2833    806558        60      5340         0     48789     37380    697327     18.02   no data  --
498.74/125.00	c  N dy  2909    826572        60      5340         0     66584     37380   1075933     18.02     19.81  --
512.70/128.56	c  N dy  3042    846692        60      5340         0     50278     37380    725314     18.05     19.00  --
531.84/133.33	c  N dy  3124    870190        60      5340         0     35795     37380    396726     18.05     19.36  --
579.35/145.23	c  N dy  3227    950945        60      5340         0     70005     37380   1058352     17.89     18.97  --
592.94/148.68	c  N dy  3251    972822        60      5340         0     52596     37380    714228     17.86     18.92  --
612.44/153.51	c  N dy  3393    992854        60      5340         0     70469     37380   1102242     17.88     20.61  --
629.60/157.89	c  N dy  3547   1012865        60      5340         0     50494     37380    689896     17.91     18.87  --
647.16/162.21	c  N dy  3632   1032929        60      5340         0     68228     37380   1064620     17.91     20.70  --
665.11/166.76	c  N dy  3731   1052997        60      5340         0     47175     37380    602690     17.93     19.95  --
679.48/170.39	c  F st  3817   1071875        60      5340         0     63879     37380    960125     17.94     17.56  --
680.72/170.65	c  N st  3820   1073063        60      5340         0     64927     37380    982891     17.94   no data  --
700.23/175.52	c  N dy  3899   1093100        60      5340         0     42889     37380    497343     17.94     21.25  --
715.83/179.42	c  N dy  3983   1113834        60      5340         0     61258     37380    885739     17.95     18.92  --
735.74/184.40	c  N dy  4065   1135168        60      5340         0     80100     37380   1287808     17.95     18.98  --
751.70/188.45	c  N dy  4190   1155193        60      5340         0     57178     37380    798348     17.97     20.39  --
774.44/194.15	c  N dy  4312   1175308        60      5340         0     75024     37380   1185921     17.99     18.98  --
797.98/200.10	c  N dy  4418   1198072        60      5340         0     53555     37380    707502     18.00     19.05  --
810.75/203.20	c  S st  4492   1209837        60      5340         0     63988     37380    933671     18.01     18.04  --
811.55/203.43	c  S st  4492   1210342        60      5340         0     64438     37380    943738     18.01   no data  --
811.55/203.43	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
811.55/203.43	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
811.55/203.47	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.8M T:  0.14
811.98/203.51	c bin-w-bin subsume rem            0 bins  time:  0.00 s
811.98/203.51	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
811.98/203.51	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     60 time:  0.00 s
811.98/203.51	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
886.57/222.22	c lits-rem:      3295  cl-subs:     5672  v-elim:      0  v-fix:    0  time: 74.61 s
886.57/222.22	c vivif2 --  cl tried     5340 cl shrink        0 lits rem          0 time: 0.00
886.57/222.23	c vivif2 --  cl tried    58766 cl shrink        0 lits rem          0 time: 0.04
887.74/222.58	c asymm  cl-useful: 0/640/5340 lits-rem:0 time: 1.43
887.74/222.59	c calculated reachability. Time: 0.00
887.74/222.59	c  N dy  4492   1210342        60      5340         0     58766     37380    818255     18.01   no data  --
909.30/227.93	c  N dy  4550   1230993        60      5340         0     76937     37380   1199912     18.00     18.96  --
927.65/232.53	c  N dy  4673   1251041        60      5340         0     52595     37380    687237     18.02     19.99  --
949.59/238.04	c  N dy  4788   1275777        60      5340         0     74480     37380   1155203     18.03     19.01  --
976.73/244.87	c  N dy  4937   1299641        60      5340         0     52374     37380    664618     18.05     19.05  --
999.47/250.52	c  N dy  5048   1320733        60      5340         0     71116     37380   1070891     18.06     19.07  --
1030.20/258.24	c  N dy  5174   1341092        60      5340         0     44952     37380    493199     18.08     19.24  --
1072.89/268.99	c  N dy  5223   1393854        60      5340         0     46240     37380    509623     18.01     19.26  --
1086.85/272.45	c  N dy  5279   1413936        60      5340         0     63924     37380    882677     18.01     20.02  --
1107.60/277.68	c  N dy  5380   1433946        60      5340         0     81540     37380   1259131     18.01     20.92  --
1130.74/283.47	c  N dy  5487   1455112        60      5340         0     54446     37380    676520     18.02     19.08  --
1148.30/287.89	c  N dy  5575   1475464        60      5340         0     72429     37380   1062848     18.03     19.01  --
1174.24/294.32	c  N dy  5693   1495469        60      5340         0     90147     37380   1446555     18.04     21.02  --
1198.62/300.48	c  N dy  5799   1523420        60      5340         0     68050     37380    956293     18.04     19.06  --
1225.30/307.16	c  N dy  5884   1546632        60      5340         0     88533     37380   1389937     18.04     19.00  --
1247.25/312.61	c  N dy  5975   1566707        60      5340         0     58538     37380    741354     18.05     20.97  --
1266.81/317.53	c  N dy  6079   1586788        60      5340         0     76310     37380   1125255     18.06     19.88  --
1293.15/324.19	c  N dy  6196   1606875        60      5340         0     94115     37380   1511364     18.07     20.36  --
1311.09/328.61	c  N dy  6257   1626917        60      5340         0     63184     37380    829993     18.07     19.81  --
1344.21/336.94	c  N dy  6300   1662738        60      5340         0     94361     37380   1470923     18.04     19.17  --
1364.56/342.09	c  N dy  6387   1682837        60      5340         0     62918     37380    817125     18.05     20.72  --
1392.89/349.10	c  N dy  6474   1705961        60      5340         0     83216     37380   1245529     18.05     19.03  --
1399.28/350.74	c  S st  6490   1710343        60      5340         0     87095     37380   1328527     18.05     17.55  --
1400.51/351.05	c  S st  6490   1710846        60      5340         0     87553     37380   1338764     18.05   no data  --
1400.51/351.06	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
1400.51/351.06	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
1400.87/351.11	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.1M T:  0.19
1400.87/351.15	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1400.87/351.15	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1400.87/351.15	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     60 time:  0.00 s
1400.87/351.15	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
1600.36/401.15	c lits-rem:      7150  cl-subs:    10977  v-elim:      0  v-fix:    0  time: 199.45 s
1600.36/401.15	c vivif2 --  cl tried     5340 cl shrink        0 lits rem          0 time: 0.00
1600.36/401.17	c vivif2 --  cl tried    76576 cl shrink        0 lits rem          0 time: 0.06
1602.40/401.65	c asymm  cl-useful: 0/491/5340 lits-rem:0 time: 1.90
1602.40/401.65	c calculated reachability. Time: 0.00
1602.40/401.65	c  N dy  6490   1710846        60      5340         0     76576     37380   1107517     18.05   no data  --
1635.88/410.07	c  N dy  6584   1730852        60      5340         0     94249     37380   1486602     18.05     20.05  --
1666.60/417.70	c  N dy  6695   1753066        60      5340         0     64340     37380    848597     18.06     19.07  --
1698.13/425.66	c  N dy  6775   1773169        60      5340         0     82104     37380   1230361     18.07     19.02  --
1743.60/437.09	c  N dy  6827   1800034        60      5340         0     54988     37380    625458     18.06     19.01  --
1785.09/447.44	c  N dy  6954   1829916        60      5340         0     81194     37380   1180597     18.06     19.12  --
1824.20/457.20	c  N dy  7070   1850057        60      5340         0     99026     37380   1567697     18.07     19.04  --
1857.31/465.52	c  N dy  7168   1873643        60      5340         0     68056     37380    898215     18.08     19.09  --
1885.24/472.58	c  N dy  7260   1893672        60      5340         0     85782     37380   1280444     18.08     19.75  --
1919.95/481.25	c  N dy  7352   1914269        60      5340         0    103906     37380   1669087     18.09     19.08  --
1941.90/486.78	c  N dy  7481   1934279        60      5340         0     68776     37380    909447     18.10     21.02  --
1966.26/492.89	c  N dy  7607   1954523        60      5340         0     86686     37380   1297906     18.11     19.07  --
1997.40/500.69	c  N dy  7675   1979649        60      5340         0     54977     37380    596572     18.10     19.15  --
2019.34/506.19	c  N dy  7763   2003347        60      5340         0     75791     37380   1038152     18.10     19.12  --
2046.83/513.08	c  N dy  7900   2023390        60      5340         0     93526     37380   1425261     18.11     19.44  --
2075.57/520.26	c  N dy  7973   2043493        60      5340         0     56600     37380    624862     18.11     19.13  --
2114.28/529.92	c  N dy  7976   2089201        60      5340         0     96387     37380   1425440     18.06     19.16  --
2144.99/537.65	c  N dy  8106   2109257        60      5340         0     58876     37380    665415     18.07     19.42  --
2162.15/541.98	c  N dy  8141   2129313        60      5340         0     76401     37380   1031578     18.07     19.06  --
2188.09/548.42	c  N dy  8225   2149326        60      5340         0     94113     37380   1412086     18.07     20.41  --
2221.25/556.74	c  N dy  8350   2169404        60      5340         0    111889     37380   1797288     18.08     20.52  --
2242.78/562.19	c  N dy  8464   2189441        60      5340         0     73270     37380    965978     18.09     19.70  --
2264.30/567.59	c  N dy  8509   2209516        60      5340         0     90917     37380   1338532     18.08     20.68  --
2266.29/568.03	c  S st  8514   2210847        60      5340         0     92099     37380   1363797     18.09   no data  --
2267.49/568.30	c  S st  8514   2211351        60      5340         0     92552     37380   1373962     18.09   no data  --
2267.49/568.31	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
2267.49/568.31	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
2267.49/568.35	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.2M T:  0.17
2267.49/568.39	c bin-w-bin subsume rem            0 bins  time:  0.00 s
2267.49/568.39	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2267.49/568.39	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     60 time:  0.00 s
2267.49/568.39	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
2376.41/595.67	c lits-rem:      5366  cl-subs:     9990  v-elim:      0  v-fix:    0  time: 108.80 s
2376.41/595.67	c vivif2 --  cl tried     5340 cl shrink        0 lits rem          0 time: 0.00
2376.41/595.68	c vivif2 --  cl tried    82562 cl shrink        0 lits rem          0 time: 0.06
2378.01/596.02	c asymm  cl-useful: 0/472/5340 lits-rem:0 time: 1.36
2378.01/596.02	c calculated reachability. Time: 0.00
2378.01/596.02	c  N dy  8514   2211351        60      5340         0     82562     37380   1161871     18.09   no data  --
2401.20/601.89	c  N dy  8535   2235939        60      5340         0    103955     37380   1603394     18.07     19.04  --
2434.67/610.28	c  N dy  8634   2262904        60      5340         0     71141     37380    905528     18.07     19.05  --
2462.64/617.22	c  N dy  8741   2282956        60      5340         0     88780     37380   1284716     18.08     20.93  --
2498.91/626.36	c  N dy  8899   2302984        60      5340         0    106549     37380   1676066     18.09     19.16  --
2532.87/634.86	c  N dy  8993   2323071        60      5340         0     66423     37380    792895     18.09     19.98  --
2583.90/647.64	c  N dy  9123   2356565        60      5340         0     95741     37380   1410437     18.09     19.05  --
2632.96/659.92	c  N dy  9270   2377029        60      5340         0    113876     37380   1808647     18.10     19.08  --
2664.87/667.99	c  N dy  9363   2397165        60      5340         0     72855     37380    925793     18.11     19.19  --
2696.79/675.98	c  N dy  9433   2417211        60      5340         0     90449     37380   1300100     18.11     21.00  --
2740.28/686.89	c  N dy  9588   2437282        60      5340         0    108202     37380   1690610     18.12     19.09  --
2785.37/698.15	c  N dy  9707   2459609        60      5340         0     68087     37380    810711     18.13     19.10  --
2842.03/712.37	c  N dy  9790   2500731        60      5340         0    104114     37380   1565102     18.12     19.14  --
2908.27/728.92	c  N dy  9868   2544937        60      5340         0     82321     37380   1093674     18.10     19.29  --
2941.77/737.35	c  N dy  9940   2565779        60      5340         0    100701     37380   1485527     18.10     19.08  --
2980.52/747.06	c  N dy  9999   2585829        60      5340         0    118313     37380   1861321     18.10     19.51  --
3012.80/755.15	c  N dy 10065   2605905        60      5340         0     74399     37380    924162     18.10     19.08  --
3041.55/762.39	c  N dy 10193   2625981        60      5340         0     92123     37380   1311264     18.10     20.57  --
3076.24/771.04	c  N dy 10332   2646049        60      5340         0    109834     37380   1699108     18.11     20.56  --
3120.96/782.23	c  N dy 10487   2671884        60      5340         0     70130     37380    825369     18.12     19.16  --
3146.06/788.58	c  N dy 10630   2691941        60      5340         0     87896     37380   1217123     18.13     20.59  --
3172.80/795.27	c  S st 10713   2711352        60      5340         0    105007     37380   1582002     18.14     17.14  --
3174.39/795.63	c  S st 10713   2711854        60      5340         0    105457     37380   1592133     18.14   no data  --
3174.39/795.64	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.03
3174.39/795.64	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
3174.39/795.69	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.4M T:  0.21
3174.79/795.74	c bin-w-bin subsume rem            0 bins  time:  0.00 s
3174.79/795.74	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3174.79/795.74	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     60 time:  0.00 s
3174.79/795.74	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
3569.41/894.63	c lits-rem:      6522  cl-subs:    11346  v-elim:      0  v-fix:    0  time: 394.48 s
3569.41/894.63	c vivif2 --  cl tried     5340 cl shrink        0 lits rem          0 time: 0.00
3569.41/894.65	c vivif2 --  cl tried    94111 cl shrink        0 lits rem          0 time: 0.07
3570.61/894.98	c asymm  cl-useful: 0/539/5340 lits-rem:0 time: 1.34
3570.61/894.99	c calculated reachability. Time: 0.00
3570.61/894.99	c  N dy 10713   2711854        60      5340         0     94111     37380   1344883     18.14   no data  --
3603.76/903.23	c  N dy 10831   2731891        60      5340         0    111869     37380   1732887     18.14     19.12  --
3638.87/912.02	c  N dy 10943   2752027        60      5340         0     66773     37380    751814     18.15     19.24  --
3659.58/917.24	c  N dy 11002   2772065        60      5340         0     84406     37380   1126614     18.15     20.92  --
3689.91/924.87	c  N dy 11135   2792117        60      5340         0    102180     37380   1516216     18.16     20.81  --
3726.66/934.06	c  N dy 11242   2813377        60      5340         0    120879     37380   1921566     18.16     19.14  --
3764.92/943.66	c  N dy 11379   2833436        60      5340         0     74515     37380    909023     18.17     19.39  --
3806.41/954.02	c  N dy 11508   2854355        60      5340         0     93021     37380   1310225     18.18     19.31  --
3853.93/965.94	c  N dy 11643   2874442        60      5340         0    110751     37380   1697828     18.18     19.88  --
3925.69/983.92	c  N dy 11734   2913062        60      5340         0     79422     37380    981191     18.17     19.25  --
3958.02/992.08	c  N dy 11823   2933091        60      5340         0     96987     37380   1360001     18.18     20.83  --
3999.91/1002.58	c  N dy 11903   2953162        60      5340         0    114657     37380   1739423     18.18     19.33  --
4051.00/1015.33	c  N dy 11978   2973214        60      5340         0     66365     37380    708784     18.18     19.16  --
4080.90/1022.88	c  N dy 12060   2994460        60      5340         0     85058     37380   1107680     18.18     19.14  --
4122.00/1033.11	c  N dy 12130   3018847        60      5340         0    106375     37380   1563092     18.18     19.26  --
4170.27/1045.26	c  N dy 12225   3039214        60      5340         0    124366     37380   1952066     18.18     19.17  --
4220.15/1057.78	c  N dy 12293   3066557        60      5340         0     81596     37380   1019655     18.18     19.16  --
4256.86/1066.96	c  N dy 12388   3086559        60      5340         0     99215     37380   1399314     18.18     19.75  --
4306.33/1079.39	c  N dy 12471   3107042        60      5340         0    117148     37380   1785675     18.19     19.15  --
4366.18/1094.31	c  N dy 12603   3127071        60      5340         0    134854     37380   2173069     18.19     21.37  --
4410.88/1105.52	c  N dy 12738   3151689        60      5340         0     88929     37380   1178380     18.20     19.25  --
4466.73/1119.55	c  N dy 12838   3181808        60      5340         0    115449     37380   1744071     18.20     19.24  --
4512.25/1130.91	c  N dy 12925   3202400        60      5340         0    133639     37380   2135342     18.20     19.16  --
4529.81/1135.32	c  S st 12960   3211858        60      5340         0     73291     37380    828445     18.20   no data  --
4530.56/1135.57	c  S st 12960   3212362        60      5340         0     73741     37380    838580     18.20   no data  --
4530.56/1135.58	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
4530.56/1135.58	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
4530.97/1135.62	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.0M T:  0.16
4530.97/1135.65	c bin-w-bin subsume rem            0 bins  time:  0.00 s
4530.97/1135.65	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
4530.97/1135.65	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     60 time:  0.00 s
4530.97/1135.65	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
4610.77/1155.63	c lits-rem:       950  cl-subs:     1216  v-elim:      0  v-fix:    0  time: 79.74 s
4610.77/1155.63	c vivif2 --  cl tried     5340 cl shrink        0 lits rem          0 time: 0.00
4610.77/1155.65	c vivif2 --  cl tried    72525 cl shrink        0 lits rem          0 time: 0.05
4612.36/1156.02	c asymm  cl-useful: 0/590/5340 lits-rem:0 time: 1.50
4612.36/1156.02	c calculated reachability. Time: 0.00
4612.36/1156.02	c  N dy 12960   3212362        60      5340         0     72525     37380    810862     18.20   no data  --
4642.28/1163.55	c  N dy 13077   3232400        60      5340         0     90255     37380   1198246     18.21     19.30  --
4675.40/1171.83	c  N dy 13198   3252412        60      5340         0    107899     37380   1585283     18.22     19.75  --
4714.90/1181.72	c  N dy 13265   3275742        60      5340         0    128243     37380   2015516     18.21     19.19  --
4751.21/1190.80	c  N dy 13356   3296862        60      5340         0     77385     37380    905400     18.21     19.22  --
4777.55/1197.47	c  N dy 13447   3317249        60      5340         0     95309     37380   1292673     18.22     19.20  --

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

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

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 4800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 4830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1300 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 7.60 7.99 8.06 6/310 19175
/proc/meminfo: memFree=18230420/32950928 swapFree=67111348/67111528
[pid=19175] ppid=19173 vsize=51236 CPUtime=0 cores=1,3,5,7
/proc/19175/stat : 19175 (strangenight1-m) R 19173 19175 18635 0 -1 4202496 411 0 0 0 0 0 0 0 25 0 4 0 652053595 52465664 352 33554432000 4194304 4650419 140735808264704 18446744073709551615 47642322114482 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/19175/statm: 12809 352 303 112 0 7774 0
[pid=19175/tid=19176] ppid=19173 vsize=51236 CPUtime=0 cores=1,3,5,7
/proc/19175/task/19176/stat : 19176 (strangenight1-m) R 19173 19175 18635 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 4 0 652053595 52465664 357 33554432000 4194304 4650419 140735808264704 18446744073709551615 47642322114077 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=19175/tid=19177] ppid=19173 vsize=51236 CPUtime=0 cores=1,3,5,7
/proc/19175/task/19177/stat : 19177 (strangenight1-m) R 19173 19175 18635 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 4 0 652053595 52465664 357 33554432000 4194304 4650419 140735808264704 18446744073709551615 47642322114073 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=19175/tid=19178] ppid=19173 vsize=51236 CPUtime=0 cores=1,3,5,7
/proc/19175/task/19178/stat : 19178 (strangenight1-m) R 19173 19175 18635 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 4 0 652053595 52465664 357 33554432000 4194304 4650419 140735808264704 18446744073709551615 47642322114071 0 0 4096 2 0 0 0 -1 5 0 0 0

[startup+0.111937 s]
/proc/loadavg: 7.60 7.99 8.06 6/310 19175
/proc/meminfo: memFree=18230420/32950928 swapFree=67111348/67111528
[pid=19175] ppid=19173 vsize=281904 CPUtime=0.42 cores=1,3,5,7
/proc/19175/stat : 19175 (strangenight1-m) R 19173 19175 18635 0 -1 4202496 1357 0 0 0 42 0 0 0 25 0 4 0 652053595 288669696 1258 33554432000 4194304 4650419 140735808264704 18446744073709551615 4370701 0 0 4096 2 18446744073709551615 0 0 17 7 0 0 0
/proc/19175/statm: 70476 1258 366 112 0 65441 0
[pid=19175/tid=19176] ppid=19173 vsize=281904 CPUtime=0.1 cores=1,3,5,7
/proc/19175/task/19176/stat : 19176 (strangenight1-m) R 19173 19175 18635 0 -1 4202560 202 0 0 0 10 0 0 0 25 0 4 0 652053595 288669696 1258 33554432000 4194304 4650419 140735808264704 18446744073709551615 4371151 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=19175/tid=19177] ppid=19173 vsize=281904 CPUtime=0.1 cores=1,3,5,7
/proc/19175/task/19177/stat : 19177 (strangenight1-m) R 19173 19175 18635 0 -1 4202560 193 0 0 0 10 0 0 0 25 0 4 0 652053595 288669696 1258 33554432000 4194304 4650419 140735808264704 18446744073709551615 4370522 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=19175/tid=19178] ppid=19173 vsize=281904 CPUtime=0.1 cores=1,3,5,7
/proc/19175/task/19178/stat : 19178 (strangenight1-m) R 19173 19175 18635 0 -1 4202560 341 0 0 0 10 0 0 0 25 0 4 0 652053595 288669696 1258 33554432000 4194304 4650419 140735808264704 18446744073709551615 4366906 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 0.42
Current children cumulated vsize (KiB) 281904

[startup+0.200924 s]
/proc/loadavg: 7.60 7.99 8.06 6/310 19175
/proc/meminfo: memFree=18230420/32950928 swapFree=67111348/67111528
[pid=19175] ppid=19173 vsize=284740 CPUtime=0.77 cores=1,3,5,7
/proc/19175/stat : 19175 (strangenight1-m) R 19173 19175 18635 0 -1 4202496 3019 0 0 0 77 0 0 0 25 0 4 0 652053595 291573760 2545 33554432000 4194304 4650419 140735808264704 18446744073709551615 4360806 0 0 4096 2 18446744073709551615 0 0 17 7 0 0 0
/proc/19175/statm: 71185 2545 390 112 0 66150 0
[pid=19175/tid=19176] ppid=19173 vsize=284740 CPUtime=0.19 cores=1,3,5,7
/proc/19175/task/19176/stat : 19176 (strangenight1-m) R 19173 19175 18635 0 -1 4202560 700 0 0 0 19 0 0 0 25 0 4 0 652053595 291573760 2545 33554432000 4194304 4650419 140735808264704 18446744073709551615 4303975 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=19175/tid=19177] ppid=19173 vsize=284740 CPUtime=0.19 cores=1,3,5,7
/proc/19175/task/19177/stat : 19177 (strangenight1-m) R 19173 19175 18635 0 -1 4202560 653 0 0 0 19 0 0 0 25 0 4 0 652053595 291573760 2545 33554432000 4194304 4650419 140735808264704 18446744073709551615 4365343 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=19175/tid=19178] ppid=19173 vsize=284740 CPUtime=0.19 cores=1,3,5,7
/proc/19175/task/19178/stat : 19178 (strangenight1-m) R 19173 19175 18635 0 -1 4202560 568 0 0 0 19 0 0 0 25 0 4 0 652053595 291573760 2545 33554432000 4194304 4650419 140735808264704 18446744073709551615 4364762 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 0.77
Current children cumulated vsize (KiB) 284740

[startup+0.300906 s]
/proc/loadavg: 7.60 7.99 8.06 6/310 19175
/proc/meminfo: memFree=18230420/32950928 swapFree=67111348/67111528
[pid=19175] ppid=19173 vsize=285436 CPUtime=1.17 cores=1,3,5,7
/proc/19175/stat : 19175 (strangenight1-m) R 19173 19175 18635 0 -1 4202496 3643 0 0 0 117 0 0 0 25 0 4 0 652053595 292286464 2688 33554432000 4194304 4650419 140735808264704 18446744073709551615 4364772 0 0 4096 2 18446744073709551615 0 0 17 7 0 0 0
/proc/19175/statm: 71359 2688 390 112 0 66324 0
[pid=19175/tid=19176] ppid=19173 vsize=285436 CPUtime=0.29 cores=1,3,5,7
/proc/19175/task/19176/stat : 19176 (strangenight1-m) R 19173 19175 18635 0 -1 4202560 878 0 0 0 29 0 0 0 25 0 4 0 652053595 292286464 2688 33554432000 4194304 4650419 140735808264704 18446744073709551615 4364772 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=19175/tid=19177] ppid=19173 vsize=285436 CPUtime=0.29 cores=1,3,5,7
/proc/19175/task/19177/stat : 19177 (strangenight1-m) R 19173 19175 18635 0 -1 4202560 843 0 0 0 29 0 0 0 25 0 4 0 652053595 292286464 2688 33554432000 4194304 4650419 140735808264704 18446744073709551615 4365252 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=19175/tid=19178] ppid=19173 vsize=285436 CPUtime=0.29 cores=1,3,5,7
/proc/19175/task/19178/stat : 19178 (strangenight1-m) R 19173 19175 18635 0 -1 4202560 645 0 0 0 29 0 0 0 25 0 4 0 652053595 292286464 2688 33554432000 4194304 4650419 140735808264704 18446744073709551615 4329401 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 1.17
Current children cumulated vsize (KiB) 285436

[startup+0.700836 s]
/proc/loadavg: 7.60 7.99 8.06 6/310 19175
/proc/meminfo: memFree=18230420/32950928 swapFree=67111348/67111528
[pid=19175] ppid=19173 vsize=286424 CPUtime=2.77 cores=1,3,5,7
/proc/19175/stat : 19175 (strangenight1-m) R 19173 19175 18635 0 -1 4202496 5602 0 0 0 276 1 0 0 25 0 4 0 652053595 293298176 3459 33554432000 4194304 4650419 140735808264704 18446744073709551615 4366906 0 0 4096 2 18446744073709551615 0 0 17 7 0 0 0
/proc/19175/statm: 71606 3459 390 112 0 66571 0
[pid=19175/tid=19176] ppid=19173 vsize=286424 CPUtime=0.68 cores=1,3,5,7
/proc/19175/task/19176/stat : 19176 (strangenight1-m) R 19173 19175 18635 0 -1 4202560 1318 0 0 0 68 0 0 0 25 0 4 0 652053595 293298176 3459 33554432000 4194304 4650419 140735808264704 18446744073709551615 4365223 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=19175/tid=19177] ppid=19173 vsize=286424 CPUtime=0.69 cores=1,3,5,7
/proc/19175/task/19177/stat : 19177 (strangenight1-m) R 19173 19175 18635 0 -1 4202560 1302 0 0 0 69 0 0 0 25 0 4 0 652053595 293298176 3459 33554432000 4194304 4650419 140735808264704 18446744073709551615 4334365 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=19175/tid=19178] ppid=19173 vsize=286424 CPUtime=0.69 cores=1,3,5,7
/proc/19175/task/19178/stat : 19178 (strangenight1-m) R 19173 19175 18635 0 -1 4202560 1251 0 0 0 69 0 0 0 25 0 4 0 652053595 293298176 3459 33554432000 4194304 4650419 140735808264704 18446744073709551615 4365357 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 2.77
Current children cumulated vsize (KiB) 286424

[startup+1.5007 s]
/proc/loadavg: 7.63 7.99 8.05 9/314 19179
/proc/meminfo: memFree=18203608/32950928 swapFree=67111348/67111528
[pid=19175] ppid=19173 vsize=287508 CPUtime=5.96 cores=1,3,5,7
/proc/19175/stat : 19175 (strangenight1-m) R 19173 19175 18635 0 -1 4202496 9971 0 0 0 595 1 0 0 25 0 4 0 652053595 294408192 5290 33554432000 4194304 4650419 140735808264704 18446744073709551615 4476304 0 0 4096 2 18446744073709551615 0 0 17 7 0 0 0
/proc/19175/statm: 71877 5290 392 112 0 66842 0
[pid=19175/tid=19176] ppid=19173 vsize=287508 CPUtime=1.48 cores=1,3,5,7
/proc/19175/task/19176/stat : 19176 (strangenight1-m) R 19173 19175 18635 0 -1 4202560 2092 0 0 0 148 0 0 0 25 0 4 0 652053595 294408192 5290 33554432000 4194304 4650419 140735808264704 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=19175/tid=19177] ppid=19173 vsize=287508 CPUtime=1.48 cores=1,3,5,7
/proc/19175/task/19177/stat : 19177 (strangenight1-m) R 19173 19175 18635 0 -1 4202560 2117 0 0 0 148 0 0 0 25 0 4 0 652053595 294408192 5290 33554432000 4194304 4650419 140735808264704 18446744073709551615 4366906 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=19175/tid=19178] ppid=19173 vsize=287508 CPUtime=1.49 cores=1,3,5,7
/proc/19175/task/19178/stat : 19178 (strangenight1-m) R 19173 19175 18635 0 -1 4202560 2093 0 0 0 149 0 0 0 25 0 4 0 652053595 294408192 5290 33554432000 4194304 4650419 140735808264704 18446744073709551615 4328256 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 5.96
Current children cumulated vsize (KiB) 287508

[startup+3.10041 s]
/proc/loadavg: 7.63 7.99 8.05 9/314 19179
/proc/meminfo: memFree=18160208/32950928 swapFree=67111348/67111528
[pid=19175] ppid=19173 vsize=283372 CPUtime=12.35 cores=1,3,5,7
/proc/19175/stat : 19175 (strangenight1-m) R 19173 19175 18635 0 -1 4202496 16513 0 0 0 1232 3 0 0 25 0 4 0 652053595 290172928 10024 33554432000 4194304 4650419 140735808264704 18446744073709551615 4333771 0 0 4096 2 18446744073709551615 0 0 17 7 0 0 0
/proc/19175/statm: 70843 10024 392 112 0 65808 0
[pid=19175/tid=19176] ppid=19173 vsize=283372 CPUtime=3.08 cores=1,3,5,7
/proc/19175/task/19176/stat : 19176 (strangenight1-m) R 19173 19175 18635 0 -1 4202560 3553 0 0 0 308 0 0 0 25 0 4 0 652053595 290172928 10024 33554432000 4194304 4650419 140735808264704 18446744073709551615 4364751 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=19175/tid=19177] ppid=19173 vsize=283372 CPUtime=3.08 cores=1,3,5,7
/proc/19175/task/19177/stat : 19177 (strangenight1-m) R 19173 19175 18635 0 -1 4202560 4416 0 0 0 308 0 0 0 25 0 4 0 652053595 290172928 10024 33554432000 4194304 4650419 140735808264704 18446744073709551615 4439111 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=19175/tid=19178] ppid=19173 vsize=283372 CPUtime=3.08 cores=1,3,5,7
/proc/19175/task/19178/stat : 19178 (strangenight1-m) R 19173 19175 18635 0 -1 4202560 4369 0 0 0 308 0 0 0 25 0 4 0 652053595 290172928 10024 33554432000 4194304 4650419 140735808264704 18446744073709551615 4365343 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 12.35
Current children cumulated vsize (KiB) 283372

[startup+6.30085 s]
/proc/loadavg: 7.63 7.99 8.05 9/314 19179
/proc/meminfo: memFree=18122520/32950928 swapFree=67111348/67111528
[pid=19175] ppid=19173 vsize=290184 CPUtime=25.12 cores=1,3,5,7
/proc/19175/stat : 19175 (strangenight1-m) R 19173 19175 18635 0 -1 4202496 23969 0 0 0 2508 4 0 0 25 0 4 0 652053595 297148416 12187 33554432000 4194304 4650419 140735808264704 18446744073709551615 4439099 0 0 4096 2 18446744073709551615 0 0 17 7 0 0 0
/proc/19175/statm: 72546 12187 392 112 0 67511 0
[pid=19175/tid=19176] ppid=19173 vsize=290184 CPUtime=6.29 cores=1,3,5,7
/proc/19175/task/19176/stat : 19176 (strangenight1-m) R 19173 19175 18635 0 -1 4202560 5983 0 0 0 628 1 0 0 25 0 4 0 652053595 297148416 12187 33554432000 4194304 4650419 140735808264704 18446744073709551615 4370522 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=19175/tid=19177] ppid=19173 vsize=290184 CPUtime=6.29 cores=1,3,5,7
/proc/19175/task/19177/stat : 19177 (strangenight1-m) R 19173 19175 18635 0 -1 4202560 5948 0 0 0 628 1 0 0 25 0 4 0 652053595 297148416 12187 33554432000 4194304 4650419 140735808264704 18446744073709551615 4363432 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=19175/tid=19178] ppid=19173 vsize=290184 CPUtime=6.28 cores=1,3,5,7
/proc/19175/task/19178/stat : 19178 (strangenight1-m) R 19173 19175 18635 0 -1 4202560 6439 0 0 0 628 0 0 0 25 0 4 0 652053595 297148416 12187 33554432000 4194304 4650419 140735808264704 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 25.12
Current children cumulated vsize (KiB) 290184

[startup+12.7007 s]
/proc/loadavg: 7.69 7.99 8.05 9/314 19180
/proc/meminfo: memFree=18074972/32950928 swapFree=67111348/67111528
[pid=19175] ppid=19173 vsize=309364 CPUtime=50.65 cores=1,3,5,7
/proc/19175/stat : 19175 (strangenight1-m) R 19173 19175 18635 0 -1 4202496 35275 0 0 0 5059 6 0 0 25 0 4 0 652053595 316788736 18523 33554432000 4194304 4650419 140735808264704 18446744073709551615 4365227 0 0 4096 2 18446744073709551615 0 0 17 7 0 0 0
/proc/19175/statm: 77341 18523 392 112 0 72306 0
[pid=19175/tid=19176] ppid=19173 vsize=309364 CPUtime=12.68 cores=1,3,5,7
/proc/19175/task/19176/stat : 19176 (strangenight1-m) R 19173 19175 18635 0 -1 4202560 7839 0 0 0 1267 1 0 0 25 0 4 0 652053595 316788736 18523 33554432000 4194304 4650419 140735808264704 18446744073709551615 4313048 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=19175/tid=19177] ppid=19173 vsize=309364 CPUtime=12.68 cores=1,3,5,7
/proc/19175/task/19177/stat : 19177 (strangenight1-m) R 19173 19175 18635 0 -1 4202560 8860 0 0 0 1267 1 0 0 25 0 4 0 652053595 316788736 18523 33554432000 4194304 4650419 140735808264704 18446744073709551615 4313323 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=19175/tid=19178] ppid=19173 vsize=309364 CPUtime=12.68 cores=1,3,5,7
/proc/19175/task/19178/stat : 19178 (strangenight1-m) R 19173 19175 18635 0 -1 4202560 9998 0 0 0 1267 1 0 0 25 0 4 0 652053595 316788736 18523 33554432000 4194304 4650419 140735808264704 18446744073709551615 4365343 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 50.65
Current children cumulated vsize (KiB) 309364

[startup+25.5005 s]
/proc/loadavg: 7.74 7.99 8.05 9/314 19180
/proc/meminfo: memFree=18023012/32950928 swapFree=67111348/67111528
[pid=19175] ppid=19173 vsize=291732 CPUtime=101.71 cores=1,3,5,7
/proc/19175/stat : 19175 (strangenight1-m) R 19173 19175 18635 0 -1 4202496 54182 0 0 0 10160 11 0 0 25 0 4 0 652053595 298733568 23614 33554432000 4194304 4650419 140735808264704 18446744073709551615 4432396 0 0 4096 2 18446744073709551615 0 0 17 7 0 0 0
/proc/19175/statm: 72933 23614 392 112 0 67898 0
[pid=19175/tid=19176] ppid=19173 vsize=291732 CPUtime=25.48 cores=1,3,5,7
/proc/19175/task/19176/stat : 19176 (strangenight1-m) R 19173 19175 18635 0 -1 4202560 11763 0 0 0 2546 2 0 0 25 0 4 0 652053595 298733568 23614 33554432000 4194304 4650419 140735808264704 18446744073709551615 4366819 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=19175/tid=19177] ppid=19173 vsize=291732 CPUtime=25.49 cores=1,3,5,7
/proc/19175/task/19177/stat : 19177 (strangenight1-m) R 19173 19175 18635 0 -1 4202560 13965 0 0 0 2546 3 0 0 25 0 4 0 652053595 298733568 23614 33554432000 4194304 4650419 140735808264704 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=19175/tid=19178] ppid=19173 vsize=291732 CPUtime=25.48 cores=1,3,5,7
/proc/19175/task/19178/stat : 19178 (strangenight1-m) R 19173 19175 18635 0 -1 4202560 14872 0 0 0 2546 2 0 0 25 0 4 0 652053595 298733568 23614 33554432000 4194304 4650419 140735808264704 18446744073709551615 4365346 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 101.71
Current children cumulated vsize (KiB) 291732

[startup+51.101 s]
/proc/loadavg: 7.82 7.99 8.05 9/314 19181
/proc/meminfo: memFree=17977792/32950928 swapFree=67111348/67111528
[pid=19175] ppid=19173 vsize=316608 CPUtime=203.86 cores=1,3,5,7
/proc/19175/stat : 19175 (strangenight1-m) R 19173 19175 18635 0 -1 4202496 79271 0 0 0 20368 18 0 0 25 0 4 0 652053595 324206592 26984 33554432000 4194304 4650419 140735808264704 18446744073709551615 4365227 0 0 4096 2 18446744073709551615 0 0 17 7 0 0 0
/proc/19175/statm: 79152 26985 392 112 0 74117 0
[pid=19175/tid=19176] ppid=19173 vsize=316608 CPUtime=51.08 cores=1,3,5,7
/proc/19175/task/19176/stat : 19176 (strangenight1-m) R 19173 19175 18635 0 -1 4202560 17765 0 0 0 5105 3 0 0 25 0 4 0 652053595 324206592 26985 33554432000 4194304 4650419 140735808264704 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=19175/tid=19177] ppid=19173 vsize=316608 CPUtime=51.08 cores=1,3,5,7
/proc/19175/task/19177/stat : 19177 (strangenight1-m) R 19173 19175 18635 0 -1 4202560 20590 0 0 0 5103 5 0 0 25 0 4 0 652053595 324206592 26985 33554432000 4194304 4650419 140735808264704 18446744073709551615 4520364 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=19175/tid=19178] ppid=19173 vsize=316608 CPUtime=51.08 cores=1,3,5,7
/proc/19175/task/19178/stat : 19178 (strangenight1-m) R 19173 19175 18635 0 -1 4202560 22526 0 0 0 5104 4 0 0 25 0 4 0 652053595 324206592 26985 33554432000 4194304 4650419 140735808264704 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 203.86
Current children cumulated vsize (KiB) 316608

[startup+102.301 s]
/proc/loadavg: 8.03 8.02 8.06 9/314 19182
/proc/meminfo: memFree=17925300/32950928 swapFree=67111348/67111528
[pid=19175] ppid=19173 vsize=317980 CPUtime=408.18 cores=1,3,5,7
/proc/19175/stat : 19175 (strangenight1-m) R 19173 19175 18635 0 -1 4202496 121011 0 0 0 40784 34 0 0 25 0 4 0 652053595 325611520 30663 33554432000 4194304 4650419 140735808264704 18446744073709551615 4366816 0 0 4096 2 18446744073709551615 0 0 17 7 0 0 0
/proc/19175/statm: 79495 30663 392 112 0 74460 0
[pid=19175/tid=19176] ppid=19173 vsize=317980 CPUtime=102.29 cores=1,3,5,7
/proc/19175/task/19176/stat : 19176 (strangenight1-m) R 19173 19175 18635 0 -1 4202560 25350 0 0 0 10224 5 0 0 25 0 4 0 652053595 325611520 30665 33554432000 4194304 4650419 140735808264704 18446744073709551615 4366923 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=19175/tid=19177] ppid=19173 vsize=317980 CPUtime=102.29 cores=1,3,5,7
/proc/19175/task/19177/stat : 19177 (strangenight1-m) R 19173 19175 18635 0 -1 4202560 32157 0 0 0 10220 9 0 0 25 0 4 0 652053595 325611520 30665 33554432000 4194304 4650419 140735808264704 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=19175/tid=19178] ppid=19173 vsize=317980 CPUtime=102.3 cores=1,3,5,7
/proc/19175/task/19178/stat : 19178 (strangenight1-m) R 19173 19175 18635 0 -1 4202560 36285 0 0 0 10220 10 0 0 25 0 4 0 652053595 325611520 30665 33554432000 4194304 4650419 140735808264704 18446744073709551615 4366845 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 408.18
Current children cumulated vsize (KiB) 317980

[startup+162.3 s]

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

[pid=19175] ppid=19173 vsize=378160 CPUtime=2562.75 cores=1,3,5,7
/proc/19175/stat : 19175 (strangenight1-m) R 19173 19175 18635 0 -1 4202496 337821 0 0 0 256148 127 0 0 25 0 4 0 652053595 387235840 65766 33554432000 4194304 4650419 140735808264704 18446744073709551615 4365227 0 0 4096 2 18446744073709551615 0 0 17 7 0 0 0
/proc/19175/statm: 94540 65766 392 112 0 89505 0
[pid=19175/tid=19176] ppid=19173 vsize=378160 CPUtime=642.29 cores=1,3,5,7
/proc/19175/task/19176/stat : 19176 (strangenight1-m) R 19173 19175 18635 0 -1 4202560 59156 0 0 0 64210 19 0 0 25 0 4 0 652053595 387235840 65766 33554432000 4194304 4650419 140735808264704 18446744073709551615 4476309 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=19175/tid=19177] ppid=19173 vsize=378160 CPUtime=642.3 cores=1,3,5,7
/proc/19175/task/19177/stat : 19177 (strangenight1-m) R 19173 19175 18635 0 -1 4202560 96470 0 0 0 64192 38 0 0 25 0 4 0 652053595 387235840 65766 33554432000 4194304 4650419 140735808264704 18446744073709551615 4365346 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=19175/tid=19178] ppid=19173 vsize=378160 CPUtime=642.27 cores=1,3,5,7
/proc/19175/task/19178/stat : 19178 (strangenight1-m) R 19173 19175 18635 0 -1 4202560 97913 0 0 0 64194 33 0 0 25 0 4 0 652053595 387235840 65766 33554432000 4194304 4650419 140735808264704 18446744073709551615 4438399 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 2562.75
Current children cumulated vsize (KiB) 378160

[startup+702.3 s]
/proc/loadavg: 8.12 8.10 8.08 9/314 19198
/proc/meminfo: memFree=17515820/32950928 swapFree=67111348/67111528
[pid=19175] ppid=19173 vsize=378408 CPUtime=2802.12 cores=1,3,5,7
/proc/19175/stat : 19175 (strangenight1-m) R 19173 19175 18635 0 -1 4202496 354992 0 0 0 280080 132 0 0 25 0 4 0 652053595 387489792 66763 33554432000 4194304 4650419 140735808264704 18446744073709551615 4365227 0 0 4096 2 18446744073709551615 0 0 17 7 0 0 0
/proc/19175/statm: 94602 66763 392 112 0 89567 0
[pid=19175/tid=19176] ppid=19173 vsize=378408 CPUtime=702.29 cores=1,3,5,7
/proc/19175/task/19176/stat : 19176 (strangenight1-m) R 19173 19175 18635 0 -1 4202560 59775 0 0 0 70210 19 0 0 25 0 4 0 652053595 387489792 66763 33554432000 4194304 4650419 140735808264704 18446744073709551615 4476309 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=19175/tid=19177] ppid=19173 vsize=378408 CPUtime=702.3 cores=1,3,5,7
/proc/19175/task/19177/stat : 19177 (strangenight1-m) R 19173 19175 18635 0 -1 4202560 101574 0 0 0 70189 41 0 0 25 0 4 0 652053595 387489792 66763 33554432000 4194304 4650419 140735808264704 18446744073709551615 4366904 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=19175/tid=19178] ppid=19173 vsize=378408 CPUtime=702.27 cores=1,3,5,7
/proc/19175/task/19178/stat : 19178 (strangenight1-m) R 19173 19175 18635 0 -1 4202560 106417 0 0 0 70193 34 0 0 25 0 4 0 652053595 387489792 66763 33554432000 4194304 4650419 140735808264704 18446744073709551615 4476309 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 2802.12
Current children cumulated vsize (KiB) 378408

[startup+762.301 s]
/proc/loadavg: 8.16 8.11 8.09 9/314 19200
/proc/meminfo: memFree=17503752/32950928 swapFree=67111348/67111528
[pid=19175] ppid=19173 vsize=378524 CPUtime=3041.55 cores=1,3,5,7
/proc/19175/stat : 19175 (strangenight1-m) R 19173 19175 18635 0 -1 4202496 370027 0 0 0 304018 137 0 0 25 0 4 0 652053595 387608576 67469 33554432000 4194304 4650419 140735808264704 18446744073709551615 4366950 0 0 4096 2 18446744073709551615 0 0 17 7 0 0 0
/proc/19175/statm: 94631 67469 392 112 0 89596 0
[pid=19175/tid=19176] ppid=19173 vsize=378524 CPUtime=762.31 cores=1,3,5,7
/proc/19175/task/19176/stat : 19176 (strangenight1-m) R 19173 19175 18635 0 -1 4202560 59808 0 0 0 76212 19 0 0 25 0 4 0 652053595 387608576 67469 33554432000 4194304 4650419 140735808264704 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=19175/tid=19177] ppid=19173 vsize=378524 CPUtime=762.31 cores=1,3,5,7
/proc/19175/task/19177/stat : 19177 (strangenight1-m) R 19173 19175 18635 0 -1 4202560 106209 0 0 0 76187 44 0 0 25 0 4 0 652053595 387608576 67469 33554432000 4194304 4650419 140735808264704 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=19175/tid=19178] ppid=19173 vsize=378524 CPUtime=762.28 cores=1,3,5,7
/proc/19175/task/19178/stat : 19178 (strangenight1-m) R 19173 19175 18635 0 -1 4202560 115576 0 0 0 76192 36 0 0 25 0 4 0 652053595 387608576 67469 33554432000 4194304 4650419 140735808264704 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 3041.55
Current children cumulated vsize (KiB) 378524

[startup+822.3 s]
/proc/loadavg: 8.16 8.12 8.09 9/314 19201
/proc/meminfo: memFree=17468012/32950928 swapFree=67111348/67111528
[pid=19175] ppid=19173 vsize=469000 CPUtime=3280.92 cores=1,3,5,7
/proc/19175/stat : 19175 (strangenight1-m) R 19173 19175 18635 0 -1 4202496 382815 0 0 0 327949 143 0 0 25 0 4 0 652053595 480256000 74686 33554432000 4194304 4650419 140735808264704 18446744073709551615 4476309 0 0 4096 2 18446744073709551615 0 0 17 7 0 0 0
/proc/19175/statm: 117250 74686 392 112 0 112215 0
[pid=19175/tid=19176] ppid=19173 vsize=469000 CPUtime=822.3 cores=1,3,5,7
/proc/19175/task/19176/stat : 19176 (strangenight1-m) R 19173 19175 18635 0 -1 4202560 60305 0 0 0 82210 20 0 0 25 0 4 0 652053595 480256000 74686 33554432000 4194304 4650419 140735808264704 18446744073709551615 4365289 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=19175/tid=19177] ppid=19173 vsize=469000 CPUtime=822.3 cores=1,3,5,7
/proc/19175/task/19177/stat : 19177 (strangenight1-m) R 19173 19175 18635 0 -1 4202560 111262 0 0 0 82184 46 0 0 25 0 4 0 652053595 480256000 74686 33554432000 4194304 4650419 140735808264704 18446744073709551615 4365252 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=19175/tid=19178] ppid=19173 vsize=469000 CPUtime=822.26 cores=1,3,5,7
/proc/19175/task/19178/stat : 19178 (strangenight1-m) R 19173 19175 18635 0 -1 4202560 118019 0 0 0 82189 37 0 0 25 0 4 0 652053595 480256000 74686 33554432000 4194304 4650419 140735808264704 18446744073709551615 4363416 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 3280.92
Current children cumulated vsize (KiB) 469000

[startup+882.312 s]
/proc/loadavg: 8.16 8.12 8.09 9/314 19203
/proc/meminfo: memFree=17460152/32950928 swapFree=67111348/67111528
[pid=19175] ppid=19173 vsize=403652 CPUtime=3520.37 cores=1,3,5,7
/proc/19175/stat : 19175 (strangenight1-m) R 19173 19175 18635 0 -1 4202496 402113 0 0 0 351888 149 0 0 25 0 4 0 652053595 413339648 75634 33554432000 4194304 4650419 140735808264704 18446744073709551615 4476309 0 0 4096 2 18446744073709551615 0 0 17 7 0 0 0
/proc/19175/statm: 100913 75634 392 112 0 95878 0
[pid=19175/tid=19176] ppid=19173 vsize=403652 CPUtime=882.31 cores=1,3,5,7
/proc/19175/task/19176/stat : 19176 (strangenight1-m) R 19173 19175 18635 0 -1 4202560 60305 0 0 0 88211 20 0 0 25 0 4 0 652053595 413339648 75634 33554432000 4194304 4650419 140735808264704 18446744073709551615 4366904 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=19175/tid=19177] ppid=19173 vsize=403652 CPUtime=882.31 cores=1,3,5,7
/proc/19175/task/19177/stat : 19177 (strangenight1-m) R 19173 19175 18635 0 -1 4202560 115244 0 0 0 88183 48 0 0 25 0 4 0 652053595 413339648 75634 33554432000 4194304 4650419 140735808264704 18446744073709551615 4313746 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=19175/tid=19178] ppid=19173 vsize=403652 CPUtime=882.28 cores=1,3,5,7
/proc/19175/task/19178/stat : 19178 (strangenight1-m) R 19173 19175 18635 0 -1 4202560 119189 0 0 0 88189 39 0 0 25 0 4 0 652053595 413339648 75634 33554432000 4194304 4650419 140735808264704 18446744073709551615 4365321 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 3520.37
Current children cumulated vsize (KiB) 403652

[startup+942.301 s]
/proc/loadavg: 8.19 8.14 8.10 9/314 19205
/proc/meminfo: memFree=17457644/32950928 swapFree=67111348/67111528
[pid=19175] ppid=19173 vsize=502436 CPUtime=3759.74 cores=1,3,5,7
/proc/19175/stat : 19175 (strangenight1-m) R 19173 19175 18635 0 -1 4202496 421333 0 0 0 375817 157 0 0 25 0 4 0 652053595 514494464 77301 33554432000 4194304 4650419 140735808264704 18446744073709551615 4365227 0 0 4096 2 18446744073709551615 0 0 17 7 0 0 0
/proc/19175/statm: 125609 77301 392 112 0 120574 0
[pid=19175/tid=19176] ppid=19173 vsize=502436 CPUtime=942.3 cores=1,3,5,7
/proc/19175/task/19176/stat : 19176 (strangenight1-m) R 19173 19175 18635 0 -1 4202560 60443 0 0 0 94210 20 0 0 25 0 4 0 652053595 514494464 77301 33554432000 4194304 4650419 140735808264704 18446744073709551615 4432392 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=19175/tid=19177] ppid=19173 vsize=502436 CPUtime=942.3 cores=1,3,5,7
/proc/19175/task/19177/stat : 19177 (strangenight1-m) R 19173 19175 18635 0 -1 4202560 121878 0 0 0 94179 51 0 0 25 0 4 0 652053595 514494464 77301 33554432000 4194304 4650419 140735808264704 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=19175/tid=19178] ppid=19173 vsize=502436 CPUtime=942.27 cores=1,3,5,7
/proc/19175/task/19178/stat : 19178 (strangenight1-m) R 19173 19175 18635 0 -1 4202560 124167 0 0 0 94186 41 0 0 25 0 4 0 652053595 514494464 77301 33554432000 4194304 4650419 140735808264704 18446744073709551615 4476309 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 3759.74
Current children cumulated vsize (KiB) 502436

[startup+1002.3 s]
/proc/loadavg: 8.11 8.13 8.09 9/314 19206
/proc/meminfo: memFree=17424508/32950928 swapFree=67111348/67111528
[pid=19175] ppid=19173 vsize=502496 CPUtime=3999.11 cores=1,3,5,7
/proc/19175/stat : 19175 (strangenight1-m) R 19173 19175 18635 0 -1 4202496 428572 0 0 0 399748 163 0 0 25 0 4 0 652053595 514555904 81849 33554432000 4194304 4650419 140735808264704 18446744073709551615 4365227 0 0 4096 2 18446744073709551615 0 0 17 7 0 0 0
/proc/19175/statm: 125624 81849 392 112 0 120589 0
[pid=19175/tid=19176] ppid=19173 vsize=502496 CPUtime=1002.3 cores=1,3,5,7
/proc/19175/task/19176/stat : 19176 (strangenight1-m) R 19173 19175 18635 0 -1 4202560 60443 0 0 0 100210 20 0 0 25 0 4 0 652053595 514555904 81849 33554432000 4194304 4650419 140735808264704 18446744073709551615 4476309 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=19175/tid=19177] ppid=19173 vsize=502496 CPUtime=1002.31 cores=1,3,5,7
/proc/19175/task/19177/stat : 19177 (strangenight1-m) R 19173 19175 18635 0 -1 4202560 125614 0 0 0 100177 54 0 0 25 0 4 0 652053595 514555904 81849 33554432000 4194304 4650419 140735808264704 18446744073709551615 4328259 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=19175/tid=19178] ppid=19173 vsize=502496 CPUtime=1002.27 cores=1,3,5,7
/proc/19175/task/19178/stat : 19178 (strangenight1-m) R 19173 19175 18635 0 -1 4202560 124203 0 0 0 100186 41 0 0 25 0 4 0 652053595 514555904 81849 33554432000 4194304 4650419 140735808264704 18446744073709551615 4476309 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 3999.11
Current children cumulated vsize (KiB) 502496

[startup+1062.3 s]
/proc/loadavg: 8.07 8.12 8.09 9/314 19208
/proc/meminfo: memFree=17423968/32950928 swapFree=67111348/67111528
[pid=19175] ppid=19173 vsize=502616 CPUtime=4238.51 cores=1,3,5,7
/proc/19175/stat : 19175 (strangenight1-m) R 19173 19175 18635 0 -1 4202496 435540 0 0 0 423684 167 0 0 25 0 4 0 652053595 514678784 78358 33554432000 4194304 4650419 140735808264704 18446744073709551615 4365227 0 0 4096 2 18446744073709551615 0 0 17 7 0 0 0
/proc/19175/statm: 125654 78358 392 112 0 120619 0
[pid=19175/tid=19176] ppid=19173 vsize=502616 CPUtime=1062.31 cores=1,3,5,7
/proc/19175/task/19176/stat : 19176 (strangenight1-m) R 19173 19175 18635 0 -1 4202560 60443 0 0 0 106211 20 0 0 25 0 4 0 652053595 514678784 78358 33554432000 4194304 4650419 140735808264704 18446744073709551615 4476309 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=19175/tid=19177] ppid=19173 vsize=502616 CPUtime=1062.31 cores=1,3,5,7
/proc/19175/task/19177/stat : 19177 (strangenight1-m) R 19173 19175 18635 0 -1 4202560 130449 0 0 0 106174 57 0 0 25 0 4 0 652053595 514678784 78358 33554432000 4194304 4650419 140735808264704 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=19175/tid=19178] ppid=19173 vsize=502616 CPUtime=1062.27 cores=1,3,5,7
/proc/19175/task/19178/stat : 19178 (strangenight1-m) R 19173 19175 18635 0 -1 4202560 124204 0 0 0 106186 41 0 0 25 0 4 0 652053595 514678784 78358 33554432000 4194304 4650419 140735808264704 18446744073709551615 4476309 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 4238.51
Current children cumulated vsize (KiB) 502616

[startup+1122.3 s]
/proc/loadavg: 8.10 8.12 8.09 9/314 19209
/proc/meminfo: memFree=17420584/32950928 swapFree=67111348/67111528
[pid=19175] ppid=19173 vsize=502616 CPUtime=4477.89 cores=1,3,5,7
/proc/19175/stat : 19175 (strangenight1-m) R 19173 19175 18635 0 -1 4202496 445046 0 0 0 447619 170 0 0 25 0 4 0 652053595 514678784 83889 33554432000 4194304 4650419 140735808264704 18446744073709551615 4363432 0 0 4096 2 18446744073709551615 0 0 17 7 0 0 0
/proc/19175/statm: 125654 83889 392 112 0 120619 0
[pid=19175/tid=19176] ppid=19173 vsize=502616 CPUtime=1122.31 cores=1,3,5,7
/proc/19175/task/19176/stat : 19176 (strangenight1-m) R 19173 19175 18635 0 -1 4202560 60519 0 0 0 112211 20 0 0 25 0 4 0 652053595 514678784 83889 33554432000 4194304 4650419 140735808264704 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=19175/tid=19177] ppid=19173 vsize=502616 CPUtime=1122.31 cores=1,3,5,7
/proc/19175/task/19177/stat : 19177 (strangenight1-m) R 19173 19175 18635 0 -1 4202560 136288 0 0 0 112173 58 0 0 25 0 4 0 652053595 514678784 83889 33554432000 4194304 4650419 140735808264704 18446744073709551615 4476288 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=19175/tid=19178] ppid=19173 vsize=502616 CPUtime=1122.27 cores=1,3,5,7
/proc/19175/task/19178/stat : 19178 (strangenight1-m) R 19173 19175 18635 0 -1 4202560 124544 0 0 0 112186 41 0 0 25 0 4 0 652053595 514678784 83889 33554432000 4194304 4650419 140735808264704 18446744073709551615 4363416 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 4477.89
Current children cumulated vsize (KiB) 502616

[startup+1182.3 s]
/proc/loadavg: 8.04 8.10 8.08 9/314 19211
/proc/meminfo: memFree=17411120/32950928 swapFree=67111348/67111528
[pid=19175] ppid=19173 vsize=515248 CPUtime=4717.3 cores=1,3,5,7
/proc/19175/stat : 19175 (strangenight1-m) R 19173 19175 18635 0 -1 4202496 461482 0 0 0 471555 175 0 0 25 0 4 0 652053595 527613952 80377 33554432000 4194304 4650419 140735808264704 18446744073709551615 4365357 0 0 4096 2 18446744073709551615 0 0 17 7 0 0 0
/proc/19175/statm: 128812 80377 392 112 0 123777 0
[pid=19175/tid=19176] ppid=19173 vsize=515248 CPUtime=1182.31 cores=1,3,5,7
/proc/19175/task/19176/stat : 19176 (strangenight1-m) R 19173 19175 18635 0 -1 4202560 61829 0 0 0 118210 21 0 0 25 0 4 0 652053595 527613952 80377 33554432000 4194304 4650419 140735808264704 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=19175/tid=19177] ppid=19173 vsize=515248 CPUtime=1182.31 cores=1,3,5,7
/proc/19175/task/19177/stat : 19177 (strangenight1-m) R 19173 19175 18635 0 -1 4202560 146369 0 0 0 118171 60 0 0 25 0 4 0 652053595 527613952 80377 33554432000 4194304 4650419 140735808264704 18446744073709551615 4310421 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=19175/tid=19178] ppid=19173 vsize=515248 CPUtime=1182.26 cores=1,3,5,7
/proc/19175/task/19178/stat : 19178 (strangenight1-m) R 19173 19175 18635 0 -1 4202560 127967 0 0 0 118184 42 0 0 25 0 4 0 652053595 527613952 80377 33554432000 4194304 4650419 140735808264704 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 4717.3
Current children cumulated vsize (KiB) 515248



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1203.1 s]
/proc/loadavg: 8.16 8.12 8.09 7/313 19212
/proc/meminfo: memFree=17411760/32950928 swapFree=67111348/67111528
[pid=19175] ppid=19173 vsize=528240 CPUtime=4800.31 cores=1,3,5,7
/proc/19175/stat : 19175 (strangenight1-m) R 19173 19175 18635 0 -1 4202496 469108 0 0 0 479852 179 0 0 25 0 4 0 652053595 540917760 84850 33554432000 4194304 4650419 140735808264704 18446744073709551615 4363600 0 0 4096 2 18446744073709551615 0 0 17 7 0 0 0
/proc/19175/statm: 132060 84850 392 112 0 127025 0
[pid=19175/tid=19176] ppid=19173 vsize=528240 CPUtime=1203.12 cores=1,3,5,7
/proc/19175/task/19176/stat : 19176 (strangenight1-m) R 19173 19175 18635 0 -1 4202560 62959 0 0 0 120290 22 0 0 25 0 4 0 652053595 540917760 84851 33554432000 4194304 4650419 140735808264704 18446744073709551615 4366831 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=19175/tid=19177] ppid=19173 vsize=528240 CPUtime=1203.12 cores=1,3,5,7
/proc/19175/task/19177/stat : 19177 (strangenight1-m) R 19173 19175 18635 0 -1 4202560 148510 0 0 0 120251 61 0 0 25 0 4 0 652053595 540917760 84851 33554432000 4194304 4650419 140735808264704 18446744073709551615 4365321 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=19175/tid=19178] ppid=19173 vsize=528240 CPUtime=1203.08 cores=1,3,5,7
/proc/19175/task/19178/stat : 19178 (strangenight1-m) R 19173 19175 18635 0 -1 4202560 130018 0 0 0 120265 43 0 0 25 0 4 0 652053595 540917760 84851 33554432000 4194304 4650419 140735808264704 18446744073709551615 4365260 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 4800.31
Current children cumulated vsize (KiB) 528240

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.13
CPU time (s): 4800.37
CPU user time (s): 4798.56
CPU system time (s): 1.81372
CPU usage (%): 398.989
Max. virtual memory (cumulated for all children) (KiB): 534812

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4798.56
system time used= 1.81372
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 469110
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= 248
involuntary context switches= 31476

runsolver used 3.24251 second user time and 8.93164 second system time

The end

Launcher Data

Begin job on node125 at 2011-05-14 22:22:19
IDJOB=3368854
IDBENCH=82863
IDSOLVER=1846
FILE ID=node125/3368854-1305404539
RUNJOBID= node125-1305404539-19153
PBS_JOBID= 13324489
Free space on /tmp= 73192 MiB

SOLVER NAME= CryptoMiniSat Strange-Night-1-mt (fixed)
BENCH NAME= SAT11/random/medium/unif-k7-r89-v60-c5340-S1458986015-022.SATISFIABLE.cnf
COMMAND LINE= ./strangenight1-mt --threads=NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3368854-1305404539/watcher-3368854-1305404539 -o /tmp/evaluation-result-3368854-1305404539/solver-3368854-1305404539 -C 4800 -W 1300 -M 15500  ./strangenight1-mt --threads=4 HOME/instance-3368854-1305404539.cnf

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

MD5SUM BENCH= d549c96b17fdae3a10d8538216eeee78
RANDOM SEED=1366319856

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

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


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      18230824 kB
Buffers:        255068 kB
Cached:        4034076 kB
SwapCached:          0 kB
Active:       11131620 kB
Inactive:      3215468 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      18230824 kB
SwapTotal:    67111528 kB
SwapFree:     67111348 kB
Dirty:           12436 kB
Writeback:           0 kB
AnonPages:    10057516 kB
Mapped:          29384 kB
Slab:           274408 kB
PageTables:      35792 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 51076776 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= 73184 MiB
End job on node125 at 2011-05-14 22:42:24