Trace number 3368802

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.38 1203.45

General information on the benchmark

Namerandom/medium/
unif-k5-r21.3-v175-c3727-S752966552-099.SATISFIABLE.cnf
MD5SUMc27e99aa66f5519277e3446434cc73f8
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.05699
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.01	c Using 4 threads
0.00/0.01	c This is CryptoMiniSat 2.9.0
0.00/0.01	c compiled with gcc version 4.4.5
0.00/0.01	c WARNING: for repeatability, setting FPU to use double precision
0.00/0.01	c Reading file 'HOME/instance-3368802-1305403369.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.01 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.05
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
0.00/0.03	c bin-w-bin subsume rem            0 bins  time:  0.00 s
0.00/0.03	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
0.00/0.03	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    175 time:  0.00 s
0.00/0.03	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
3.57/0.90	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
3.57/0.90	c Finding binary XORs  T:     0.00 s  found:       0
3.57/0.90	c Finding non-binary XORs:     0.00 s (found:       0, avg size: nan)
3.57/0.90	c calculated reachability. Time: 0.00
3.57/0.90	c Calc default polars -  time:   0.00 s pos:      89 undec:       8 neg:      78
3.57/0.90	c =========================================================================================
3.57/0.90	c types(t): F = full restart, N = normal restart
3.57/0.90	c types(t): S = simplification begin/end, E = solution found
3.57/0.90	c restart types(rt): st = static, dy = dynamic
3.57/0.90	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits
3.57/0.90	c  B st     0         0       175      3727         0         0     18635         0   no data   no data  --
3.57/0.90	c Decided on static restart strategy
3.57/0.90	c  N st     8      4922       175      3727         0      4728     18635    159854   no data   no data  --
3.57/0.90	c  N st    10     11304       175      3727         0      4361     18635    109719   no data   no data  --
3.57/0.90	c  N st    11     17048       175      3727         0      9854     18635    297363   no data   no data  --
4.36/1.10	c  F st    12     25000       175      3727         0     12120     18635    378984   no data   no data  --
4.36/1.10	c  N st    12     25000       175      3727         0     12120     18635    378984   no data   no data  --
4.76/1.27	c Decided on static restart strategy
4.76/1.27	c  N st    18     30000       175      3727         0     10374     18635    297639   no data   no data  --
4.76/1.27	c  S st    18     30000       175      3727         0     10374     18635    297639   no data   no data  --
5.16/1.30	c  S st    18     30508       175      3727         0     10869     18635    313890   no data   no data  --
5.16/1.30	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
5.16/1.30	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
5.16/1.31	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.01
5.16/1.32	c bin-w-bin subsume rem            0 bins  time:  0.00 s
5.16/1.32	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
5.16/1.32	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    175 time:  0.00 s
5.16/1.32	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
9.94/2.52	c lits-rem:      2948  cl-subs:     1002  v-elim:      0  v-fix:    0  time:  4.78 s
9.94/2.57	c asymm  cl-useful: 0/3727/3727 lits-rem:0 time: 0.21
9.94/2.57	c calculated reachability. Time: 0.00
9.94/2.57	c  N st    18     30508       175      3727         0      9867     18635    271671   no data   no data  --
11.54/2.94	c  N st    20     37621       175      3727         0      9149     18635    230394   no data   no data  --
12.74/3.27	c  N st    21     44021       175      3727         0     15303     18635    451331   no data   no data  --
13.13/3.39	c  S st    22     45763       175      3727         0     16985     18635    508069   no data   no data  --
13.53/3.43	c  S st    22     46266       175      3727         0      8870     18635    195214   no data   no data  --
13.53/3.44	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
13.53/3.44	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.15/3.89	c lits-rem:       530  cl-subs:       75  v-elim:      0  v-fix:    0  time:  1.79 s
15.15/3.90	c vivif2 --  cl tried     3727 cl shrink        0 lits rem          0 time: 0.00
15.15/3.90	c vivif2 --  cl tried     8795 cl shrink        0 lits rem          0 time: 0.01
15.58/3.94	c asymm  cl-useful: 0/3727/3727 lits-rem:0 time: 0.19
15.58/3.94	c calculated reachability. Time: 0.00
15.58/3.94	c  N st    22     46266       175      3727         0      8795     18635    191575   no data   no data  --
19.12/4.89	c  N st    23     60663       175      3727         0     13033     18635    319208   no data   no data  --
21.91/5.52	c  N st    24     69400       175      3727         0     10876     18635    226000   no data   no data  --
21.91/5.52	c  S st    24     69400       175      3727         0     10876     18635    226000   no data   no data  --
21.91/5.55	c  S st    24     69903       175      3727         0     11372     18635    242598   no data   no data  --
21.91/5.55	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
21.91/5.55	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
21.91/5.56	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.01
21.91/5.56	c bin-w-bin subsume rem            0 bins  time:  0.00 s
21.91/5.56	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
21.91/5.56	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    175 time:  0.00 s
21.91/5.56	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
25.50/6.47	c lits-rem:       695  cl-subs:      225  v-elim:      0  v-fix:    0  time:  3.62 s
25.50/6.47	c vivif2 --  cl tried     3727 cl shrink        0 lits rem          0 time: 0.00
25.50/6.47	c vivif2 --  cl tried    11147 cl shrink        0 lits rem          0 time: 0.01
25.90/6.53	c asymm  cl-useful: 0/3727/3727 lits-rem:0 time: 0.22
25.90/6.53	c calculated reachability. Time: 0.00
25.90/6.53	c  N st    24     69903       175      3727         0     11147     18635    233287   no data   no data  --
31.09/7.83	c  F st    25     87500       175      3727         0     16495     18635    404123   no data   no data  --
31.09/7.84	c  N st    25     87500       175      3727         0     16495     18635    404123   no data   no data  --
32.29/8.17	c Decided on static restart strategy
33.47/8.42	c  N st    32     95542       175      3727         0     24225     18635    670300   no data   no data  --
35.88/9.06	c  N st    34    104854       175      3727         0     20689     18635    536000   no data   no data  --
35.88/9.06	c  S st    34    104854       175      3727         0     20689     18635    536000   no data   no data  --
36.27/9.12	c  S st    34    105354       175      3727         0     21182     18635    551991   no data   no data  --
36.27/9.12	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
36.27/9.12	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
36.27/9.13	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.3M T:  0.03
36.27/9.14	c bin-w-bin subsume rem            0 bins  time:  0.00 s
36.27/9.14	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
36.27/9.14	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    175 time:  0.00 s
36.27/9.14	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
43.05/10.82	c lits-rem:      2717  cl-subs:     1198  v-elim:      0  v-fix:    0  time:  6.68 s
43.05/10.82	c vivif2 --  cl tried     3727 cl shrink        0 lits rem          0 time: 0.00
43.05/10.83	c vivif2 --  cl tried    19984 cl shrink        0 lits rem          0 time: 0.02
43.45/10.95	c asymm  cl-useful: 0/3727/3727 lits-rem:0 time: 0.49
43.45/10.95	c calculated reachability. Time: 0.00
43.45/10.95	c  N st    34    105354       175      3727         0     19984     18635    502717   no data   no data  --
46.64/11.72	c  N st    35    114953       175      3727         0     15774     18635    358503   no data   no data  --
51.03/12.84	c  N st    36    129350       175      3727         0     15160     18635    303900   no data   no data  --
57.82/14.52	c  N st    37    150946       175      3727         0     20537     18635    465694   no data   no data  --
59.80/15.07	c  S st    38    158031       175      3727         0     27328     18635    705468   no data   no data  --
60.20/15.14	c  S st    38    158535       175      3727         0     27819     18635    722301   no data   no data  --
60.20/15.14	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
60.20/15.14	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
60.20/15.15	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.04
60.20/15.17	c bin-w-bin subsume rem            0 bins  time:  0.00 s
60.20/15.17	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
60.20/15.17	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    175 time:  0.00 s
60.20/15.17	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
68.98/17.36	c lits-rem:      9763  cl-subs:     1752  v-elim:      0  v-fix:    0  time:  8.71 s
68.98/17.36	c vivif2 --  cl tried     3727 cl shrink        0 lits rem          0 time: 0.00
68.98/17.37	c vivif2 --  cl tried    26067 cl shrink        0 lits rem          0 time: 0.02
69.78/17.50	c asymm  cl-useful: 0/3727/3727 lits-rem:0 time: 0.52
69.78/17.50	c calculated reachability. Time: 0.00
69.78/17.50	c  N st    38    158535       175      3727         0     26067     18635    646654   no data   no data  --
87.73/22.06	c  N st    39    207123       175      3727         0     20848     18635    420290   no data   no data  --
100.10/25.13	c  N st    40    237803       175      3727         0     31176     18635    759838   no data   no data  --
100.10/25.13	c  S st    40    237803       175      3727         0     31176     18635    759838   no data   no data  --
100.50/25.22	c  S st    40    238308       175      3727         0     31674     18635    775594   no data   no data  --
100.50/25.22	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
100.50/25.22	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
100.50/25.24	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.06
100.50/25.26	c bin-w-bin subsume rem            0 bins  time:  0.00 s
100.50/25.26	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
100.50/25.26	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    175 time:  0.00 s
100.50/25.26	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
111.27/27.96	c lits-rem:      4411  cl-subs:     1762  v-elim:      0  v-fix:    0  time: 10.76 s
111.27/27.96	c vivif2 --  cl tried     3727 cl shrink        0 lits rem          0 time: 0.00
111.27/27.97	c vivif2 --  cl tried    29912 cl shrink        0 lits rem          0 time: 0.03
112.10/28.12	c asymm  cl-useful: 0/3727/3727 lits-rem:0 time: 0.62
112.10/28.13	c calculated reachability. Time: 0.00
112.10/28.13	c  N st    40    238308       175      3727         0     29912     18635    707554   no data   no data  --
141.59/35.53	c  F st    41    306250       175      3727         0     31528     18635    708459   no data   no data  --
141.59/35.53	c  N st    41    306250       175      3727         0     31528     18635    708459   no data   no data  --
143.98/36.17	c Decided on static restart strategy
153.95/38.62	c  N st    51    334553       175      3727         0     35778     18635    832558   no data   no data  --
163.53/41.04	c  N st    53    357463       175      3727         0     33879     18635    731283   no data   no data  --
163.53/41.04	c  S st    53    357463       175      3727         0     33879     18635    731283   no data   no data  --
163.93/41.12	c  S st    53    357965       175      3727         0     34374     18635    746725   no data   no data  --
163.93/41.13	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
163.93/41.13	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
163.93/41.14	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.5M T:  0.05
163.93/41.16	c bin-w-bin subsume rem            0 bins  time:  0.00 s
163.93/41.16	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
163.93/41.16	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    175 time:  0.00 s
163.93/41.16	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
173.12/43.46	c lits-rem:      3044  cl-subs:     1627  v-elim:      0  v-fix:    0  time:  9.16 s
173.12/43.46	c vivif2 --  cl tried     3727 cl shrink        0 lits rem          0 time: 0.00
173.12/43.47	c vivif2 --  cl tried    32747 cl shrink        0 lits rem          0 time: 0.03
173.90/43.66	c asymm  cl-useful: 0/3727/3727 lits-rem:0 time: 0.78
173.90/43.67	c calculated reachability. Time: 0.00
173.90/43.67	c  N st    53    357965       175      3727         0     32747     18635    685495   no data   no data  --
189.05/47.45	c  N st    54    390360       175      3727         0     38768     18635    882653   no data   no data  --
215.78/54.14	c  N st    55    438948       175      3727         0     32711     18635    643748   no data   no data  --
249.29/62.50	c  N st    56    511831       175      3727         0     46103     18635   1087350   no data   no data  --
261.65/65.69	c  N st    57    536947       175      3727         0     40435     18635    841945   no data   no data  --
261.65/65.69	c  S st    57    536947       175      3727         0     40435     18635    841945   no data   no data  --
262.45/65.80	c  S st    57    537452       175      3727         0     40925     18635    858180   no data   no data  --
262.45/65.80	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
262.45/65.80	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
262.45/65.81	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.5M T:  0.06
262.45/65.84	c bin-w-bin subsume rem            0 bins  time:  0.00 s
262.45/65.84	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
262.45/65.84	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    175 time:  0.00 s
262.45/65.84	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
272.83/68.45	c lits-rem:      2043  cl-subs:     1651  v-elim:      0  v-fix:    0  time: 10.42 s
272.83/68.45	c vivif2 --  cl tried     3727 cl shrink        0 lits rem          0 time: 0.00
272.83/68.46	c vivif2 --  cl tried    39274 cl shrink        0 lits rem          0 time: 0.04
273.63/68.70	c asymm  cl-useful: 0/3727/3727 lits-rem:0 time: 0.96
273.63/68.71	c calculated reachability. Time: 0.00
273.63/68.71	c  N st    57    537452       175      3727         0     39274     18635    794351   no data   no data  --
373.35/93.66	c  N st    58    701437       175      3727         0     67666     18635   1703237   no data   no data  --
449.56/112.74	c  N st    59    806178       175      3727         0     61400     18635   1423235   no data   no data  --
449.56/112.74	c  S st    59    806178       175      3727         0     61400     18635   1423235   no data   no data  --
450.33/112.92	c  S st    59    806680       175      3727         0     61895     18635   1439384   no data   no data  --
450.33/112.92	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
450.33/112.92	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
450.33/112.95	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.8M T:  0.12
450.33/112.99	c bin-w-bin subsume rem            0 bins  time:  0.00 s
450.33/112.99	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
450.33/112.99	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    175 time:  0.00 s
450.33/112.99	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
501.00/125.66	c lits-rem:       989  cl-subs:     5238  v-elim:      0  v-fix:    0  time: 50.49 s
501.00/125.66	c vivif2 --  cl tried     3727 cl shrink        0 lits rem          0 time: 0.00
501.00/125.68	c vivif2 --  cl tried    56657 cl shrink        0 lits rem          0 time: 0.06
502.21/125.97	c asymm  cl-useful: 0/2802/3727 lits-rem:0 time: 1.17
502.21/125.98	c calculated reachability. Time: 0.00
502.21/125.98	c  N st    59    806680       175      3727         0     56657     18635   1253283   no data   no data  --
700.10/175.51	c  F st    60   1071875       175      3727         0     72273     18635   1720798   no data   no data  --
700.10/175.51	c  N st    60   1071875       175      3727         0     72273     18635   1720798   no data   no data  --
704.07/176.58	c Decided on static restart strategy
721.62/180.91	c  N st    70   1100184       175      3727         0     56646     18635   1106853   no data   no data  --
750.72/188.25	c  N st    72   1136176       175      3727         0     47231     18635    761556   no data   no data  --
775.45/194.47	c  N st    73   1168569       175      3727         0     78033     18635   1826199   no data   no data  --
812.55/203.72	c  N st    74   1210020       175      3727         0     72637     18635   1582792   no data   no data  --
812.55/203.72	c  S st    74   1210020       175      3727         0     72637     18635   1582792   no data   no data  --
813.35/204.01	c  S st    74   1210524       175      3727         0     73130     18635   1598634   no data   no data  --
813.77/204.01	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.03
813.77/204.01	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
813.77/204.06	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.9M T:  0.18
814.19/204.11	c bin-w-bin subsume rem            0 bins  time:  0.00 s
814.19/204.11	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
814.19/204.11	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    175 time:  0.00 s
814.19/204.11	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
883.54/221.53	c lits-rem:       482  cl-subs:     5173  v-elim:      0  v-fix:    0  time: 69.43 s
883.54/221.53	c vivif2 --  cl tried     3727 cl shrink        0 lits rem          0 time: 0.00
883.54/221.55	c vivif2 --  cl tried    67957 cl shrink        0 lits rem          0 time: 0.07
884.38/221.74	c asymm  cl-useful: 0/925/3727 lits-rem:0 time: 0.77
884.38/221.75	c calculated reachability. Time: 0.00
884.38/221.75	c  N st    74   1210524       175      3727         0     67957     18635   1424580   no data   no data  --
953.74/239.10	c  N st    75   1283410       175      3727         0     91765     18635   2280428   no data   no data  --
1059.47/265.62	c  N st    76   1392733       175      3727         0     53280     18635    859369   no data   no data  --
1191.12/298.63	c  N st    77   1556717       175      3727         0     58024     18635    953873   no data   no data  --
1309.18/328.28	c  N st    78   1710524       175      3727         0     98743     18635   2392151   no data   no data  --
1309.18/328.28	c  S st    78   1710524       175      3727         0     98743     18635   2392151   no data   no data  --
1310.37/328.59	c  S st    78   1711026       175      3727         0     99235     18635   2408177   no data   no data  --
1310.37/328.60	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.03
1310.37/328.60	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
1310.77/328.65	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.2M T:  0.20
1311.16/328.72	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1311.16/328.72	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1311.16/328.72	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    175 time:  0.00 s
1311.16/328.72	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
1447.19/362.85	c lits-rem:      6188  cl-subs:     8020  v-elim:      0  v-fix:    0  time: 136.05 s
1447.19/362.85	c vivif2 --  cl tried     3727 cl shrink        0 lits rem          0 time: 0.00
1447.19/362.87	c vivif2 --  cl tried    91215 cl shrink        0 lits rem          0 time: 0.10
1448.79/363.23	c asymm  cl-useful: 0/1866/3727 lits-rem:0 time: 1.41
1448.79/363.23	c calculated reachability. Time: 0.00
1448.79/363.23	c  N st    78   1711026       175      3727         0     91215     18635   2112165   no data   no data  --
1805.03/452.56	c  N st    79   2079991       175      3727         0    102937     18635   2392409   no data   no data  --
1951.82/489.31	c  N st    80   2211027       175      3727         0    106677     18635   2444337   no data   no data  --
1951.82/489.31	c  S st    80   2211027       175      3727         0    106677     18635   2444337   no data   no data  --
1953.02/489.66	c  S st    80   2211527       175      3727         0    107167     18635   2460091   no data   no data  --
1953.02/489.67	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.03
1953.02/489.67	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
1953.42/489.72	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.3M T:  0.22
1953.42/489.79	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1953.42/489.79	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1953.42/489.79	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    175 time:  0.00 s
1953.42/489.79	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
2083.06/522.23	c lits-rem:      2933  cl-subs:     7463  v-elim:      0  v-fix:    0  time: 129.28 s
2083.06/522.23	c vivif2 --  cl tried     3727 cl shrink        0 lits rem          0 time: 0.00
2083.06/522.25	c vivif2 --  cl tried    99704 cl shrink        0 lits rem          0 time: 0.10
2084.66/522.63	c asymm  cl-useful: 0/1333/3727 lits-rem:0 time: 1.51
2084.66/522.63	c calculated reachability. Time: 0.00
2084.66/522.63	c  N st    80   2211527       175      3727         0     99704     18635   2196397   no data   no data  --
2631.96/659.88	c  N st    81   2711529       175      3727         0    122625     18635   2921292   no data   no data  --
2631.96/659.88	c  S st    81   2711529       175      3727         0    122625     18635   2921292   no data   no data  --
2633.56/660.26	c  S st    81   2712035       175      3727         0    123126     18635   2937981   no data   no data  --
2633.56/660.27	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.04
2633.56/660.27	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
2633.96/660.34	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.6M T:  0.26
2634.36/660.43	c bin-w-bin subsume rem            0 bins  time:  0.00 s
2634.36/660.43	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2634.36/660.43	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    175 time:  0.00 s
2634.36/660.43	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
2870.90/719.70	c lits-rem:     10179  cl-subs:    10751  v-elim:      0  v-fix:    0  time: 236.32 s
2870.90/719.70	c vivif2 --  cl tried     3727 cl shrink        0 lits rem          0 time: 0.00
2870.90/719.73	c vivif2 --  cl tried   112375 cl shrink        0 lits rem          0 time: 0.13
2871.72/719.92	c asymm  cl-useful: 0/528/3727 lits-rem:0 time: 0.74
2871.72/719.92	c calculated reachability. Time: 0.00
2871.72/719.92	c  N st    81   2712035       175      3727         0    112375     18635   2536750   no data   no data  --
3516.73/881.66	c  N st    82   3212036       175      3727         0     89306     18635   1544191   no data   no data  --
3516.73/881.66	c  S st    82   3212036       175      3727         0     89306     18635   1544191   no data   no data  --
3518.30/882.02	c  S st    82   3212542       175      3727         0     89799     18635   1561070   no data   no data  --
3518.30/882.03	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.04
3518.30/882.03	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
3518.30/882.08	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.1M T:  0.23
3518.70/882.13	c bin-w-bin subsume rem            0 bins  time:  0.00 s
3518.70/882.13	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3518.70/882.13	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    175 time:  0.00 s
3518.70/882.13	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
3576.14/896.59	c lits-rem:       477  cl-subs:     2735  v-elim:      0  v-fix:    0  time: 57.62 s
3576.14/896.59	c vivif2 --  cl tried     3727 cl shrink        0 lits rem          0 time: 0.00
3576.55/896.61	c vivif2 --  cl tried    87064 cl shrink        0 lits rem          0 time: 0.08
3578.17/897.02	c asymm  cl-useful: 0/1799/3727 lits-rem:0 time: 1.65
3578.17/897.02	c calculated reachability. Time: 0.00
3578.17/897.02	c  N st    82   3212542       175      3727         0     87064     18635   1467327   no data   no data  --
4197.22/1052.24	c  N st    83   3712543       175      3727         0     97416     18635   1696064   no data   no data  --
4197.22/1052.24	c  S st    83   3712543       175      3727         0     97416     18635   1696064   no data   no data  --
4198.77/1052.60	c  S st    83   3713047       175      3727         0     97904     18635   1712866   no data   no data  --
4198.77/1052.61	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.04
4198.77/1052.61	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
4198.77/1052.66	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.3M T:  0.22
4199.18/1052.72	c bin-w-bin subsume rem            0 bins  time:  0.00 s
4199.18/1052.72	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
4199.18/1052.72	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    175 time:  0.00 s
4199.18/1052.72	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
4258.23/1067.52	c lits-rem:      1427  cl-subs:     3418  v-elim:      0  v-fix:    0  time: 59.02 s
4258.23/1067.52	c vivif2 --  cl tried     3727 cl shrink        0 lits rem          0 time: 0.00
4258.23/1067.55	c vivif2 --  cl tried    94486 cl shrink        0 lits rem          0 time: 0.09
4259.80/1067.97	c asymm  cl-useful: 0/1443/3727 lits-rem:0 time: 1.69
4259.80/1067.97	c calculated reachability. Time: 0.00
4259.80/1067.97	c  N st    83   3713047       175      3727         0     94486     18635   1593941   no data   no data  --
4312.44/1081.19	c  F st    84   3751562       175      3727         0    131314     18635   2966053   no data   no data  --
4312.44/1081.20	c  N st    84   3751562       175      3727         0    131314     18635   2966053   no data   no data  --
4322.82/1083.74	c Decided on static restart strategy
4365.09/1094.38	c  N st    94   3779868       175      3727         0    158449     18635   3916572   no data   no data  --
4415.34/1106.91	c  N st    96   3815861       175      3727         0    112077     18635   2151933   no data   no data  --
4479.16/1122.95	c  N st    97   3848253       175      3727         0    143094     18635   3253404   no data   no data  --
4550.96/1140.93	c  N st    98   3896841       175      3727         0    107594     18635   2002827   no data   no data  --
4653.10/1166.61	c  N st    99   3969723       175      3727         0     93852     18635   1472770   no data   no data  --
4799.48/1203.20	c  N st   100   4079047       175      3727         0    114045     18635   2198328   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-3368802-1305403369/watcher-3368802-1305403369 -o /tmp/evaluation-result-3368802-1305403369/solver-3368802-1305403369 -C 4800 -W 1300 -M 15500 ./strangenight1-mt --threads=4 HOME/instance-3368802-1305403369.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.02 7.90 8.02 2/336 12878
/proc/meminfo: memFree=18171936/32951124 swapFree=67082152/67111528
[pid=12878] ppid=12876 vsize=51236 CPUtime=0 cores=1,3,5,7
/proc/12878/stat : 12878 (strangenight1-m) R 12876 12878 12350 0 -1 4202496 412 0 0 0 0 0 0 0 20 0 4 0 651934835 52465664 353 33554432000 4194304 4650419 140734565862928 18446744073709551615 47186256652210 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/12878/statm: 12809 353 303 112 0 7774 0
[pid=12878/tid=12879] ppid=12876 vsize=51236 CPUtime=0 cores=1,3,5,7
/proc/12878/task/12879/stat : 12879 (strangenight1-m) R 12876 12878 12350 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 4 0 651934835 52465664 353 33554432000 4194304 4650419 140734565862928 18446744073709551615 47186256652214 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=12878/tid=12880] ppid=12876 vsize=51236 CPUtime=0 cores=1,3,5,7
/proc/12878/task/12880/stat : 12880 (strangenight1-m) R 12876 12878 12350 0 -1 4202560 0 0 0 0 0 0 0 0 22 0 4 0 651934836 52465664 353 33554432000 4194304 4650419 140734565862928 18446744073709551615 228244405233 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=12878/tid=12881] ppid=12876 vsize=51236 CPUtime=0 cores=1,3,5,7
/proc/12878/task/12881/stat : 12881 (strangenight1-m) R 12876 12878 12350 0 -1 4202560 0 0 0 0 0 0 0 0 22 0 4 0 651934836 52465664 353 33554432000 4194304 4650419 140734565862928 18446744073709551615 47186256652210 0 0 4096 2 0 0 0 -1 5 0 0 0

[startup+0.620053 s]
/proc/loadavg: 7.02 7.90 8.02 2/336 12878
/proc/meminfo: memFree=18171936/32951124 swapFree=67082152/67111528
[pid=12878] ppid=12876 vsize=286120 CPUtime=2.44 cores=1,3,5,7
/proc/12878/stat : 12878 (strangenight1-m) R 12876 12878 12350 0 -1 4202496 5591 0 0 0 243 1 0 0 18 0 4 0 651934835 292986880 3292 33554432000 4194304 4650419 140734565862928 18446744073709551615 4365203 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/12878/statm: 71530 3292 391 112 0 66495 0
[pid=12878/tid=12879] ppid=12876 vsize=286120 CPUtime=0.6 cores=1,3,5,7
/proc/12878/task/12879/stat : 12879 (strangenight1-m) R 12876 12878 12350 0 -1 4202560 1356 0 0 0 60 0 0 0 18 0 4 0 651934835 292986880 3292 33554432000 4194304 4650419 140734565862928 18446744073709551615 4365289 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=12878/tid=12880] ppid=12876 vsize=286120 CPUtime=0.6 cores=1,3,5,7
/proc/12878/task/12880/stat : 12880 (strangenight1-m) R 12876 12878 12350 0 -1 4202560 1408 0 0 0 60 0 0 0 18 0 4 0 651934836 292986880 3292 33554432000 4194304 4650419 140734565862928 18446744073709551615 228244453870 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=12878/tid=12881] ppid=12876 vsize=286120 CPUtime=0.6 cores=1,3,5,7
/proc/12878/task/12881/stat : 12881 (strangenight1-m) R 12876 12878 12350 0 -1 4202560 1148 0 0 0 60 0 0 0 18 0 4 0 651934836 292986880 3292 33554432000 4194304 4650419 140734565862928 18446744073709551615 228244453919 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 2.44
Current children cumulated vsize (KiB) 286120

[startup+0.700713 s]
/proc/loadavg: 7.02 7.90 8.02 2/336 12878
/proc/meminfo: memFree=18171936/32951124 swapFree=67082152/67111528
[pid=12878] ppid=12876 vsize=286916 CPUtime=2.76 cores=1,3,5,7
/proc/12878/stat : 12878 (strangenight1-m) R 12876 12878 12350 0 -1 4202496 6592 0 0 0 275 1 0 0 18 0 4 0 651934835 293801984 3152 33554432000 4194304 4650419 140734565862928 18446744073709551615 4365357 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/12878/statm: 71729 3152 391 112 0 66694 0
[pid=12878/tid=12879] ppid=12876 vsize=286916 CPUtime=0.68 cores=1,3,5,7
/proc/12878/task/12879/stat : 12879 (strangenight1-m) R 12876 12878 12350 0 -1 4202560 1687 0 0 0 68 0 0 0 18 0 4 0 651934835 293801984 3152 33554432000 4194304 4650419 140734565862928 18446744073709551615 4363880 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=12878/tid=12880] ppid=12876 vsize=286916 CPUtime=0.68 cores=1,3,5,7
/proc/12878/task/12880/stat : 12880 (strangenight1-m) R 12876 12878 12350 0 -1 4202560 1723 0 0 0 68 0 0 0 18 0 4 0 651934836 293801984 3152 33554432000 4194304 4650419 140734565862928 18446744073709551615 4363880 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=12878/tid=12881] ppid=12876 vsize=286916 CPUtime=0.69 cores=1,3,5,7
/proc/12878/task/12881/stat : 12881 (strangenight1-m) R 12876 12878 12350 0 -1 4202560 1436 0 0 0 69 0 0 0 18 0 4 0 651934836 293801984 3152 33554432000 4194304 4650419 140734565862928 18446744073709551615 4366931 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 2.76
Current children cumulated vsize (KiB) 286916

[startup+0.800696 s]
/proc/loadavg: 7.02 7.90 8.02 2/336 12878
/proc/meminfo: memFree=18171936/32951124 swapFree=67082152/67111528
[pid=12878] ppid=12876 vsize=287104 CPUtime=3.16 cores=1,3,5,7
/proc/12878/stat : 12878 (strangenight1-m) R 12876 12878 12350 0 -1 4202496 7137 0 0 0 315 1 0 0 18 0 4 0 651934835 293994496 3312 33554432000 4194304 4650419 140734565862928 18446744073709551615 4366816 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/12878/statm: 71776 3313 391 112 0 66741 0
[pid=12878/tid=12879] ppid=12876 vsize=287104 CPUtime=0.78 cores=1,3,5,7
/proc/12878/task/12879/stat : 12879 (strangenight1-m) R 12876 12878 12350 0 -1 4202560 1768 0 0 0 78 0 0 0 18 0 4 0 651934835 293994496 3313 33554432000 4194304 4650419 140734565862928 18446744073709551615 4520364 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=12878/tid=12880] ppid=12876 vsize=287104 CPUtime=0.78 cores=1,3,5,7
/proc/12878/task/12880/stat : 12880 (strangenight1-m) R 12876 12878 12350 0 -1 4202560 1814 0 0 0 78 0 0 0 18 0 4 0 651934836 293994496 3313 33554432000 4194304 4650419 140734565862928 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=12878/tid=12881] ppid=12876 vsize=287104 CPUtime=0.79 cores=1,3,5,7
/proc/12878/task/12881/stat : 12881 (strangenight1-m) R 12876 12878 12350 0 -1 4202560 1519 0 0 0 79 0 0 0 18 0 4 0 651934836 293994496 3313 33554432000 4194304 4650419 140734565862928 18446744073709551615 4367232 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 3.16
Current children cumulated vsize (KiB) 287104

[startup+0.900677 s]
/proc/loadavg: 7.02 7.90 8.02 2/336 12878
/proc/meminfo: memFree=18171936/32951124 swapFree=67082152/67111528
[pid=12878] ppid=12876 vsize=287104 CPUtime=3.57 cores=1,3,5,7
/proc/12878/stat : 12878 (strangenight1-m) R 12876 12878 12350 0 -1 4202496 7429 0 0 0 355 2 0 0 18 0 4 0 651934835 293994496 3604 33554432000 4194304 4650419 140734565862928 18446744073709551615 4366816 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/12878/statm: 71776 3604 391 112 0 66741 0
[pid=12878/tid=12879] ppid=12876 vsize=287104 CPUtime=0.88 cores=1,3,5,7
/proc/12878/task/12879/stat : 12879 (strangenight1-m) R 12876 12878 12350 0 -1 4202560 1836 0 0 0 88 0 0 0 18 0 4 0 651934835 293994496 3604 33554432000 4194304 4650419 140734565862928 18446744073709551615 4365333 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=12878/tid=12880] ppid=12876 vsize=287104 CPUtime=0.88 cores=1,3,5,7
/proc/12878/task/12880/stat : 12880 (strangenight1-m) R 12876 12878 12350 0 -1 4202560 1891 0 0 0 88 0 0 0 19 0 4 0 651934836 293994496 3604 33554432000 4194304 4650419 140734565862928 18446744073709551615 4328251 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=12878/tid=12881] ppid=12876 vsize=287104 CPUtime=0.89 cores=1,3,5,7
/proc/12878/task/12881/stat : 12881 (strangenight1-m) R 12876 12878 12350 0 -1 4202560 1586 0 0 0 89 0 0 0 19 0 4 0 651934836 293994496 3604 33554432000 4194304 4650419 140734565862928 18446744073709551615 4366879 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 3.57
Current children cumulated vsize (KiB) 287104

[startup+1.50058 s]
/proc/loadavg: 7.02 7.90 8.02 2/336 12878
/proc/meminfo: memFree=18171936/32951124 swapFree=67082152/67111528
[pid=12878] ppid=12876 vsize=288176 CPUtime=5.96 cores=1,3,5,7
/proc/12878/stat : 12878 (strangenight1-m) R 12876 12878 12350 0 -1 4202496 11785 0 0 0 594 2 0 0 19 0 4 0 651934835 295092224 6140 33554432000 4194304 4650419 140734565862928 18446744073709551615 4439641 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/12878/statm: 72044 6140 393 112 0 67009 0
[pid=12878/tid=12879] ppid=12876 vsize=288176 CPUtime=1.48 cores=1,3,5,7
/proc/12878/task/12879/stat : 12879 (strangenight1-m) R 12876 12878 12350 0 -1 4202560 2530 0 0 0 148 0 0 0 19 0 4 0 651934835 295092224 6140 33554432000 4194304 4650419 140734565862928 18446744073709551615 4363420 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=12878/tid=12880] ppid=12876 vsize=288176 CPUtime=1.48 cores=1,3,5,7
/proc/12878/task/12880/stat : 12880 (strangenight1-m) R 12876 12878 12350 0 -1 4202560 2615 0 0 0 148 0 0 0 20 0 4 0 651934836 295092224 6140 33554432000 4194304 4650419 140734565862928 18446744073709551615 4313064 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=12878/tid=12881] ppid=12876 vsize=288176 CPUtime=1.48 cores=1,3,5,7
/proc/12878/task/12881/stat : 12881 (strangenight1-m) R 12876 12878 12350 0 -1 4202560 2230 0 0 0 148 0 0 0 20 0 4 0 651934836 295092224 6141 33554432000 4194304 4650419 140734565862928 18446744073709551615 4313808 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) 288176

[startup+3.10029 s]
/proc/loadavg: 7.02 7.90 8.02 9/346 12891
/proc/meminfo: memFree=18070664/32951124 swapFree=67082152/67111528
[pid=12878] ppid=12876 vsize=290772 CPUtime=12.33 cores=1,3,5,7
/proc/12878/stat : 12878 (strangenight1-m) R 12876 12878 12350 0 -1 4202496 21014 0 0 0 1229 4 0 0 25 0 4 0 651934835 297750528 12008 33554432000 4194304 4650419 140734565862928 18446744073709551615 4363432 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/12878/statm: 72693 12008 393 112 0 67658 0
[pid=12878/tid=12879] ppid=12876 vsize=290772 CPUtime=3.09 cores=1,3,5,7
/proc/12878/task/12879/stat : 12879 (strangenight1-m) R 12876 12878 12350 0 -1 4202560 4877 0 0 0 308 1 0 0 25 0 4 0 651934835 297750528 12009 33554432000 4194304 4650419 140734565862928 18446744073709551615 4364775 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=12878/tid=12880] ppid=12876 vsize=290772 CPUtime=3.05 cores=1,3,5,7
/proc/12878/task/12880/stat : 12880 (strangenight1-m) R 12876 12878 12350 0 -1 4202560 5855 0 0 0 304 1 0 0 25 0 4 0 651934836 297750528 12009 33554432000 4194304 4650419 140734565862928 18446744073709551615 4439361 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=12878/tid=12881] ppid=12876 vsize=290772 CPUtime=3.08 cores=1,3,5,7
/proc/12878/task/12881/stat : 12881 (strangenight1-m) R 12876 12878 12350 0 -1 4202560 5259 0 0 0 308 0 0 0 25 0 4 0 651934836 297750528 12009 33554432000 4194304 4650419 140734565862928 18446744073709551615 4333890 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 12.33
Current children cumulated vsize (KiB) 290772

[startup+6.30074 s]
/proc/loadavg: 7.10 7.90 8.02 9/346 12891
/proc/meminfo: memFree=18042652/32951124 swapFree=67082152/67111528
[pid=12878] ppid=12876 vsize=292080 CPUtime=25.1 cores=1,3,5,7
/proc/12878/stat : 12878 (strangenight1-m) R 12876 12878 12350 0 -1 4202496 31061 0 0 0 2504 6 0 0 25 0 4 0 651934835 299089920 15238 33554432000 4194304 4650419 140734565862928 18446744073709551615 4438378 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/12878/statm: 73020 15238 393 112 0 67985 0
[pid=12878/tid=12879] ppid=12876 vsize=292080 CPUtime=6.28 cores=1,3,5,7
/proc/12878/task/12879/stat : 12879 (strangenight1-m) R 12876 12878 12350 0 -1 4202560 8188 0 0 0 627 1 0 0 25 0 4 0 651934835 299089920 15238 33554432000 4194304 4650419 140734565862928 18446744073709551615 4439641 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=12878/tid=12880] ppid=12876 vsize=292080 CPUtime=6.21 cores=1,3,5,7
/proc/12878/task/12880/stat : 12880 (strangenight1-m) R 12876 12878 12350 0 -1 4202560 8414 0 0 0 620 1 0 0 25 0 4 0 651934836 299089920 15238 33554432000 4194304 4650419 140734565862928 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=12878/tid=12881] ppid=12876 vsize=292080 CPUtime=6.29 cores=1,3,5,7
/proc/12878/task/12881/stat : 12881 (strangenight1-m) R 12876 12878 12350 0 -1 4202560 7456 0 0 0 628 1 0 0 25 0 4 0 651934836 299089920 15238 33554432000 4194304 4650419 140734565862928 18446744073709551615 4366923 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 25.1
Current children cumulated vsize (KiB) 292080

[startup+12.7126 s]
/proc/loadavg: 7.17 7.90 8.02 9/346 12891
/proc/meminfo: memFree=17993456/32951124 swapFree=67082152/67111528
[pid=12878] ppid=12876 vsize=299572 CPUtime=50.68 cores=1,3,5,7
/proc/12878/stat : 12878 (strangenight1-m) R 12876 12878 12350 0 -1 4202496 48620 0 0 0 5055 13 0 0 25 0 4 0 651934835 306761728 23057 33554432000 4194304 4650419 140734565862928 18446744073709551615 4365227 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/12878/statm: 74893 23057 393 112 0 69858 0
[pid=12878/tid=12879] ppid=12876 vsize=299572 CPUtime=12.69 cores=1,3,5,7
/proc/12878/task/12879/stat : 12879 (strangenight1-m) R 12876 12878 12350 0 -1 4202560 13088 0 0 0 1266 3 0 0 25 0 4 0 651934835 306761728 23057 33554432000 4194304 4650419 140734565862928 18446744073709551615 4370730 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=12878/tid=12880] ppid=12876 vsize=299572 CPUtime=12.55 cores=1,3,5,7
/proc/12878/task/12880/stat : 12880 (strangenight1-m) R 12876 12878 12350 0 -1 4202560 12788 0 0 0 1252 3 0 0 25 0 4 0 651934836 306761728 23057 33554432000 4194304 4650419 140734565862928 18446744073709551615 4366920 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=12878/tid=12881] ppid=12876 vsize=299572 CPUtime=12.7 cores=1,3,5,7
/proc/12878/task/12881/stat : 12881 (strangenight1-m) R 12876 12878 12350 0 -1 4202560 11331 0 0 0 1268 2 0 0 25 0 4 0 651934836 306761728 23057 33554432000 4194304 4650419 140734565862928 18446744073709551615 4365192 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 50.68
Current children cumulated vsize (KiB) 299572

[startup+25.5004 s]
/proc/loadavg: 7.30 7.90 8.02 9/346 12891
/proc/meminfo: memFree=17937772/32951124 swapFree=67082152/67111528
[pid=12878] ppid=12876 vsize=310324 CPUtime=101.7 cores=1,3,5,7
/proc/12878/stat : 12878 (strangenight1-m) R 12876 12878 12350 0 -1 4202496 77220 0 0 0 10148 22 0 0 25 0 4 0 651934835 317771776 31912 33554432000 4194304 4650419 140734565862928 18446744073709551615 4432392 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/12878/statm: 77581 31912 393 112 0 72546 0
[pid=12878/tid=12879] ppid=12876 vsize=310324 CPUtime=25.48 cores=1,3,5,7
/proc/12878/task/12879/stat : 12879 (strangenight1-m) R 12876 12878 12350 0 -1 4202560 20692 0 0 0 2543 5 0 0 25 0 4 0 651934835 317771776 31912 33554432000 4194304 4650419 140734565862928 18446744073709551615 4476297 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=12878/tid=12880] ppid=12876 vsize=310324 CPUtime=25.21 cores=1,3,5,7
/proc/12878/task/12880/stat : 12880 (strangenight1-m) R 12876 12878 12350 0 -1 4202560 21056 0 0 0 2516 5 0 0 25 0 4 0 651934836 317771776 31912 33554432000 4194304 4650419 140734565862928 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=12878/tid=12881] ppid=12876 vsize=310324 CPUtime=25.48 cores=1,3,5,7
/proc/12878/task/12881/stat : 12881 (strangenight1-m) R 12876 12878 12350 0 -1 4202560 15891 0 0 0 2544 4 0 0 25 0 4 0 651934836 317771776 31912 33554432000 4194304 4650419 140734565862928 18446744073709551615 4366869 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 101.7
Current children cumulated vsize (KiB) 310324

[startup+51.1009 s]
/proc/loadavg: 7.68 7.94 8.03 9/346 12892
/proc/meminfo: memFree=17871460/32951124 swapFree=67082152/67111528
[pid=12878] ppid=12876 vsize=321240 CPUtime=203.84 cores=1,3,5,7
/proc/12878/stat : 12878 (strangenight1-m) R 12876 12878 12350 0 -1 4202496 119275 0 0 0 20350 34 0 0 25 0 4 0 651934835 328949760 42377 33554432000 4194304 4650419 140734565862928 18446744073709551615 4333054 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/12878/statm: 80310 42377 393 112 0 75275 0
[pid=12878/tid=12879] ppid=12876 vsize=321240 CPUtime=51.09 cores=1,3,5,7
/proc/12878/task/12879/stat : 12879 (strangenight1-m) R 12876 12878 12350 0 -1 4202560 34292 0 0 0 5101 8 0 0 25 0 4 0 651934835 328949760 42379 33554432000 4194304 4650419 140734565862928 18446744073709551615 4432376 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=12878/tid=12880] ppid=12876 vsize=321240 CPUtime=50.53 cores=1,3,5,7
/proc/12878/task/12880/stat : 12880 (strangenight1-m) R 12876 12878 12350 0 -1 4202560 30638 0 0 0 5045 8 0 0 25 0 4 0 651934836 328949760 42379 33554432000 4194304 4650419 140734565862928 18446744073709551615 4366920 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=12878/tid=12881] ppid=12876 vsize=321240 CPUtime=51.1 cores=1,3,5,7
/proc/12878/task/12881/stat : 12881 (strangenight1-m) R 12876 12878 12350 0 -1 4202560 24942 0 0 0 5102 8 0 0 25 0 4 0 651934836 328949760 42379 33554432000 4194304 4650419 140734565862928 18446744073709551615 4365192 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 203.84
Current children cumulated vsize (KiB) 321240

[startup+102.301 s]
/proc/loadavg: 8.00 7.98 8.03 11/347 12896
/proc/meminfo: memFree=17785128/32951124 swapFree=67082152/67111528
[pid=12878] ppid=12876 vsize=431656 CPUtime=408.06 cores=1,3,5,7
/proc/12878/stat : 12878 (strangenight1-m) R 12876 12878 12350 0 -1 4202496 185536 0 0 0 40748 58 0 0 25 0 4 0 651934835 442015744 53693 33554432000 4194304 4650419 140734565862928 18446744073709551615 4366819 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/12878/statm: 107914 53693 393 112 0 102879 0
[pid=12878/tid=12879] ppid=12876 vsize=431656 CPUtime=102.29 cores=1,3,5,7
/proc/12878/task/12879/stat : 12879 (strangenight1-m) R 12876 12878 12350 0 -1 4202560 53196 0 0 0 10215 14 0 0 25 0 4 0 651934835 442015744 53693 33554432000 4194304 4650419 140734565862928 18446744073709551615 4432392 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=12878/tid=12880] ppid=12876 vsize=431656 CPUtime=101.16 cores=1,3,5,7
/proc/12878/task/12880/stat : 12880 (strangenight1-m) R 12876 12878 12350 0 -1 4202560 49418 0 0 0 10101 15 0 0 25 0 4 0 651934836 442015744 53693 33554432000 4194304 4650419 140734565862928 18446744073709551615 4313048 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=12878/tid=12881] ppid=12876 vsize=431656 CPUtime=102.29 cores=1,3,5,7
/proc/12878/task/12881/stat : 12881 (strangenight1-m) R 12876 12878 12350 0 -1 4202560 36920 0 0 0 10216 13 0 0 25 0 4 0 651934836 442015744 53693 33554432000 4194304 4650419 140734565862928 18446744073709551615 4365348 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 408.06
Current children cumulated vsize (KiB) 431656

[startup+162.313 s]

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

[pid=12878] ppid=12876 vsize=760064 CPUtime=2562.15 cores=1,3,5,7
/proc/12878/stat : 12878 (strangenight1-m) R 12876 12878 12350 0 -1 4202496 550815 0 0 0 255991 224 0 0 25 0 4 0 651934835 778305536 120115 33554432000 4194304 4650419 140734565862928 18446744073709551615 4365227 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/12878/statm: 190016 120115 393 112 0 184981 0
[pid=12878/tid=12879] ppid=12876 vsize=760064 CPUtime=642.29 cores=1,3,5,7
/proc/12878/task/12879/stat : 12879 (strangenight1-m) R 12876 12878 12350 0 -1 4202560 163480 0 0 0 64166 63 0 0 25 0 4 0 651934835 778305536 120115 33554432000 4194304 4650419 140734565862928 18446744073709551615 4365348 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=12878/tid=12880] ppid=12876 vsize=760064 CPUtime=635.24 cores=1,3,5,7
/proc/12878/task/12880/stat : 12880 (strangenight1-m) R 12876 12878 12350 0 -1 4202560 133529 0 0 0 63469 55 0 0 25 0 4 0 651934836 778305536 120115 33554432000 4194304 4650419 140734565862928 18446744073709551615 4366904 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=12878/tid=12881] ppid=12876 vsize=760064 CPUtime=642.3 cores=1,3,5,7
/proc/12878/task/12881/stat : 12881 (strangenight1-m) R 12876 12878 12350 0 -1 4202560 107600 0 0 0 64182 48 0 0 25 0 4 0 651934836 778305536 120115 33554432000 4194304 4650419 140734565862928 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 2562.15
Current children cumulated vsize (KiB) 760064

[startup+702.301 s]
/proc/loadavg: 8.02 8.04 8.03 9/346 12912
/proc/meminfo: memFree=17370532/32951124 swapFree=67082152/67111528
[pid=12878] ppid=12876 vsize=665240 CPUtime=2801.52 cores=1,3,5,7
/proc/12878/stat : 12878 (strangenight1-m) R 12876 12878 12350 0 -1 4202496 573801 0 0 0 279915 237 0 0 25 0 4 0 651934835 681205760 120955 33554432000 4194304 4650419 140734565862928 18446744073709551615 4433090 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/12878/statm: 166310 120955 393 112 0 161275 0
[pid=12878/tid=12879] ppid=12876 vsize=665240 CPUtime=702.3 cores=1,3,5,7
/proc/12878/task/12879/stat : 12879 (strangenight1-m) R 12876 12878 12350 0 -1 4202560 167520 0 0 0 70165 65 0 0 25 0 4 0 651934835 681205760 120955 33554432000 4194304 4650419 140734565862928 18446744073709551615 4366831 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=12878/tid=12880] ppid=12876 vsize=665240 CPUtime=694.58 cores=1,3,5,7
/proc/12878/task/12880/stat : 12880 (strangenight1-m) R 12876 12878 12350 0 -1 4202560 143422 0 0 0 69398 60 0 0 25 0 4 0 651934836 681205760 120955 33554432000 4194304 4650419 140734565862928 18446744073709551615 4476297 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=12878/tid=12881] ppid=12876 vsize=665240 CPUtime=702.31 cores=1,3,5,7
/proc/12878/task/12881/stat : 12881 (strangenight1-m) R 12876 12878 12350 0 -1 4202560 113808 0 0 0 70179 52 0 0 25 0 4 0 651934836 681205760 120955 33554432000 4194304 4650419 140734565862928 18446744073709551615 4365289 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 2801.52
Current children cumulated vsize (KiB) 665240

[startup+762.3 s]
/proc/loadavg: 8.19 8.08 8.04 9/346 12914
/proc/meminfo: memFree=17374724/32951124 swapFree=67082152/67111528
[pid=12878] ppid=12876 vsize=747628 CPUtime=3040.84 cores=1,3,5,7
/proc/12878/stat : 12878 (strangenight1-m) R 12876 12878 12350 0 -1 4202496 600547 0 0 0 303832 252 0 0 25 0 4 0 651934835 765571072 123630 33554432000 4194304 4650419 140734565862928 18446744073709551615 4365227 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/12878/statm: 186907 123630 393 112 0 181872 0
[pid=12878/tid=12879] ppid=12876 vsize=747628 CPUtime=762.29 cores=1,3,5,7
/proc/12878/task/12879/stat : 12879 (strangenight1-m) R 12876 12878 12350 0 -1 4202560 177093 0 0 0 76160 69 0 0 25 0 4 0 651934835 765571072 123630 33554432000 4194304 4650419 140734565862928 18446744073709551615 4366816 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=12878/tid=12880] ppid=12876 vsize=747628 CPUtime=753.92 cores=1,3,5,7
/proc/12878/task/12880/stat : 12880 (strangenight1-m) R 12876 12878 12350 0 -1 4202560 152320 0 0 0 75326 66 0 0 25 0 4 0 651934836 765571072 123630 33554432000 4194304 4650419 140734565862928 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=12878/tid=12881] ppid=12876 vsize=747628 CPUtime=762.29 cores=1,3,5,7
/proc/12878/task/12881/stat : 12881 (strangenight1-m) R 12876 12878 12350 0 -1 4202560 120927 0 0 0 76173 56 0 0 25 0 4 0 651934836 765571072 123630 33554432000 4194304 4650419 140734565862928 18446744073709551615 4303936 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 3040.84
Current children cumulated vsize (KiB) 747628

[startup+822.314 s]
/proc/loadavg: 8.21 8.10 8.05 9/346 12916
/proc/meminfo: memFree=17310340/32951124 swapFree=67082152/67111528
[pid=12878] ppid=12876 vsize=852680 CPUtime=3280.2 cores=1,3,5,7
/proc/12878/stat : 12878 (strangenight1-m) R 12876 12878 12350 0 -1 4202496 621505 0 0 0 327753 267 0 0 25 0 4 0 651934835 873144320 135415 33554432000 4194304 4650419 140734565862928 18446744073709551615 4365346 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/12878/statm: 213170 135415 393 112 0 208135 0
[pid=12878/tid=12879] ppid=12876 vsize=852680 CPUtime=822.3 cores=1,3,5,7
/proc/12878/task/12879/stat : 12879 (strangenight1-m) R 12876 12878 12350 0 -1 4202560 180186 0 0 0 82160 70 0 0 25 0 4 0 651934835 873144320 135415 33554432000 4194304 4650419 140734565862928 18446744073709551615 4476309 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=12878/tid=12880] ppid=12876 vsize=852680 CPUtime=813.24 cores=1,3,5,7
/proc/12878/task/12880/stat : 12880 (strangenight1-m) R 12876 12878 12350 0 -1 4202560 160886 0 0 0 81251 73 0 0 25 0 4 0 651934836 873144320 135415 33554432000 4194304 4650419 140734565862928 18446744073709551615 4364775 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=12878/tid=12881] ppid=12876 vsize=852680 CPUtime=822.31 cores=1,3,5,7
/proc/12878/task/12881/stat : 12881 (strangenight1-m) R 12876 12878 12350 0 -1 4202560 125198 0 0 0 82172 59 0 0 25 0 4 0 651934836 873144320 135415 33554432000 4194304 4650419 140734565862928 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 3280.2
Current children cumulated vsize (KiB) 852680

[startup+882.3 s]
/proc/loadavg: 8.20 8.11 8.05 9/346 12917
/proc/meminfo: memFree=17329668/32951124 swapFree=67082152/67111528
[pid=12878] ppid=12876 vsize=754220 CPUtime=3519.5 cores=1,3,5,7
/proc/12878/stat : 12878 (strangenight1-m) R 12876 12878 12350 0 -1 4202496 647738 0 0 0 351668 282 0 0 25 0 4 0 651934835 772321280 131052 33554432000 4194304 4650419 140734565862928 18446744073709551615 4476293 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/12878/statm: 188555 131052 393 112 0 183520 0
[pid=12878/tid=12879] ppid=12876 vsize=754220 CPUtime=882.3 cores=1,3,5,7
/proc/12878/task/12879/stat : 12879 (strangenight1-m) R 12876 12878 12350 0 -1 4202560 189284 0 0 0 88153 77 0 0 25 0 4 0 651934835 772321280 131052 33554432000 4194304 4650419 140734565862928 18446744073709551615 4311360 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=12878/tid=12880] ppid=12876 vsize=754220 CPUtime=872.58 cores=1,3,5,7
/proc/12878/task/12880/stat : 12880 (strangenight1-m) R 12876 12878 12350 0 -1 4202560 170370 0 0 0 87180 78 0 0 25 0 4 0 651934836 772321280 131052 33554432000 4194304 4650419 140734565862928 18446744073709551615 4433074 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=12878/tid=12881] ppid=12876 vsize=754220 CPUtime=882.3 cores=1,3,5,7
/proc/12878/task/12881/stat : 12881 (strangenight1-m) R 12876 12878 12350 0 -1 4202560 125858 0 0 0 88170 60 0 0 25 0 4 0 651934836 772321280 131052 33554432000 4194304 4650419 140734565862928 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 3519.5
Current children cumulated vsize (KiB) 754220

[startup+942.301 s]
/proc/loadavg: 8.19 8.12 8.06 9/346 12919
/proc/meminfo: memFree=17289720/32951124 swapFree=67082152/67111528
[pid=12878] ppid=12876 vsize=881240 CPUtime=3758.83 cores=1,3,5,7
/proc/12878/stat : 12878 (strangenight1-m) R 12876 12878 12350 0 -1 4202496 671600 0 0 0 375583 300 0 0 25 0 4 0 651934835 902389760 130731 33554432000 4194304 4650419 140734565862928 18446744073709551615 4364762 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/12878/statm: 220310 130731 393 112 0 215275 0
[pid=12878/tid=12879] ppid=12876 vsize=881240 CPUtime=942.29 cores=1,3,5,7
/proc/12878/task/12879/stat : 12879 (strangenight1-m) R 12876 12878 12350 0 -1 4202560 198529 0 0 0 94146 83 0 0 25 0 4 0 651934835 902389760 130731 33554432000 4194304 4650419 140734565862928 18446744073709551615 4364779 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=12878/tid=12880] ppid=12876 vsize=881240 CPUtime=931.89 cores=1,3,5,7
/proc/12878/task/12880/stat : 12880 (strangenight1-m) R 12876 12878 12350 0 -1 4202560 172203 0 0 0 93110 79 0 0 25 0 4 0 651934836 902389760 130731 33554432000 4194304 4650419 140734565862928 18446744073709551615 4366816 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=12878/tid=12881] ppid=12876 vsize=881240 CPUtime=942.3 cores=1,3,5,7
/proc/12878/task/12881/stat : 12881 (strangenight1-m) R 12876 12878 12350 0 -1 4202560 132412 0 0 0 94166 64 0 0 25 0 4 0 651934836 902389760 130731 33554432000 4194304 4650419 140734565862928 18446744073709551615 4366904 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 3758.83
Current children cumulated vsize (KiB) 881240

[startup+1002.3 s]
/proc/loadavg: 8.13 8.11 8.06 9/346 12920
/proc/meminfo: memFree=17274808/32951124 swapFree=67082152/67111528
[pid=12878] ppid=12876 vsize=815008 CPUtime=3998.17 cores=1,3,5,7
/proc/12878/stat : 12878 (strangenight1-m) R 12876 12878 12350 0 -1 4202496 703908 0 0 0 399498 319 0 0 25 0 4 0 651934835 834568192 134787 33554432000 4194304 4650419 140734565862928 18446744073709551615 4365227 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/12878/statm: 203752 134787 393 112 0 198717 0
[pid=12878/tid=12879] ppid=12876 vsize=815008 CPUtime=1002.29 cores=1,3,5,7
/proc/12878/task/12879/stat : 12879 (strangenight1-m) R 12876 12878 12350 0 -1 4202560 209219 0 0 0 100140 89 0 0 25 0 4 0 651934835 834568192 134787 33554432000 4194304 4650419 140734565862928 18446744073709551615 4433081 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=12878/tid=12880] ppid=12876 vsize=815008 CPUtime=991.23 cores=1,3,5,7
/proc/12878/task/12880/stat : 12880 (strangenight1-m) R 12876 12878 12350 0 -1 4202560 177096 0 0 0 99041 82 0 0 25 0 4 0 651934836 834568192 134787 33554432000 4194304 4650419 140734565862928 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=12878/tid=12881] ppid=12876 vsize=815008 CPUtime=1002.31 cores=1,3,5,7
/proc/12878/task/12881/stat : 12881 (strangenight1-m) R 12876 12878 12350 0 -1 4202560 137417 0 0 0 100163 68 0 0 25 0 4 0 651934836 834568192 134787 33554432000 4194304 4650419 140734565862928 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 3998.17
Current children cumulated vsize (KiB) 815008

[startup+1062.3 s]
/proc/loadavg: 8.15 8.12 8.06 9/346 12922
/proc/meminfo: memFree=17243036/32951124 swapFree=67082152/67111528
[pid=12878] ppid=12876 vsize=800688 CPUtime=4237.46 cores=1,3,5,7
/proc/12878/stat : 12878 (strangenight1-m) R 12876 12878 12350 0 -1 4202496 726067 0 0 0 423415 331 0 0 25 0 4 0 651934835 819904512 141326 33554432000 4194304 4650419 140734565862928 18446744073709551615 4476309 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/12878/statm: 200172 141326 393 112 0 195137 0
[pid=12878/tid=12879] ppid=12876 vsize=800688 CPUtime=1062.3 cores=1,3,5,7
/proc/12878/task/12879/stat : 12879 (strangenight1-m) R 12876 12878 12350 0 -1 4202560 211118 0 0 0 106139 91 0 0 25 0 4 0 651934835 819904512 141326 33554432000 4194304 4650419 140734565862928 18446744073709551615 4366904 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=12878/tid=12880] ppid=12876 vsize=800688 CPUtime=1050.52 cores=1,3,5,7
/proc/12878/task/12880/stat : 12880 (strangenight1-m) R 12876 12878 12350 0 -1 4202560 185181 0 0 0 104966 86 0 0 25 0 4 0 651934836 819904512 141326 33554432000 4194304 4650419 140734565862928 18446744073709551615 4365321 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=12878/tid=12881] ppid=12876 vsize=800688 CPUtime=1062.3 cores=1,3,5,7
/proc/12878/task/12881/stat : 12881 (strangenight1-m) R 12876 12878 12350 0 -1 4202560 140447 0 0 0 106162 68 0 0 25 0 4 0 651934836 819904512 141326 33554432000 4194304 4650419 140734565862928 18446744073709551615 4476514 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 4237.46
Current children cumulated vsize (KiB) 800688

[startup+1122.3 s]
/proc/loadavg: 8.10 8.11 8.06 9/346 12924
/proc/meminfo: memFree=17229624/32951124 swapFree=67082152/67111528
[pid=12878] ppid=12876 vsize=863544 CPUtime=4476.77 cores=1,3,5,7
/proc/12878/stat : 12878 (strangenight1-m) R 12876 12878 12350 0 -1 4202496 740181 0 0 0 447335 342 0 0 25 0 4 0 651934835 884269056 147651 33554432000 4194304 4650419 140734565862928 18446744073709551615 4365343 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/12878/statm: 215886 147651 393 112 0 210851 0
[pid=12878/tid=12879] ppid=12876 vsize=863544 CPUtime=1122.3 cores=1,3,5,7
/proc/12878/task/12879/stat : 12879 (strangenight1-m) R 12876 12878 12350 0 -1 4202560 216013 0 0 0 112135 95 0 0 25 0 4 0 651934835 884269056 147651 33554432000 4194304 4650419 140734565862928 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=12878/tid=12880] ppid=12876 vsize=863544 CPUtime=1109.82 cores=1,3,5,7
/proc/12878/task/12880/stat : 12880 (strangenight1-m) R 12876 12878 12350 0 -1 4202560 190523 0 0 0 110892 90 0 0 25 0 4 0 651934836 884269056 147651 33554432000 4194304 4650419 140734565862928 18446744073709551615 4370522 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=12878/tid=12881] ppid=12876 vsize=863544 CPUtime=1122.3 cores=1,3,5,7
/proc/12878/task/12881/stat : 12881 (strangenight1-m) R 12876 12878 12350 0 -1 4202560 140607 0 0 0 112162 68 0 0 25 0 4 0 651934836 884269056 147651 33554432000 4194304 4650419 140734565862928 18446744073709551615 4476309 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 4476.77
Current children cumulated vsize (KiB) 863544

[startup+1182.3 s]
/proc/loadavg: 8.13 8.12 8.07 9/346 12925
/proc/meminfo: memFree=17229956/32951124 swapFree=67082152/67111528
[pid=12878] ppid=12876 vsize=864208 CPUtime=4716.1 cores=1,3,5,7
/proc/12878/stat : 12878 (strangenight1-m) R 12876 12878 12350 0 -1 4202496 759663 0 0 0 471258 352 0 0 25 0 4 0 651934835 884948992 139241 33554432000 4194304 4650419 140734565862928 18446744073709551615 4364775 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/12878/statm: 216052 139241 393 112 0 211017 0
[pid=12878/tid=12879] ppid=12876 vsize=864208 CPUtime=1182.3 cores=1,3,5,7
/proc/12878/task/12879/stat : 12879 (strangenight1-m) R 12876 12878 12350 0 -1 4202560 217737 0 0 0 118133 97 0 0 25 0 4 0 651934835 884948992 139241 33554432000 4194304 4650419 140734565862928 18446744073709551615 4363423 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=12878/tid=12880] ppid=12876 vsize=864208 CPUtime=1169.15 cores=1,3,5,7
/proc/12878/task/12880/stat : 12880 (strangenight1-m) R 12876 12878 12350 0 -1 4202560 198787 0 0 0 116821 94 0 0 25 0 4 0 651934836 884948992 139241 33554432000 4194304 4650419 140734565862928 18446744073709551615 4363862 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=12878/tid=12881] ppid=12876 vsize=864208 CPUtime=1182.31 cores=1,3,5,7
/proc/12878/task/12881/stat : 12881 (strangenight1-m) R 12876 12878 12350 0 -1 4202560 144891 0 0 0 118161 70 0 0 25 0 4 0 651934836 884948992 139241 33554432000 4194304 4650419 140734565862928 18446744073709551615 4366828 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 4716.1
Current children cumulated vsize (KiB) 864208



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1203.4 s]
/proc/loadavg: 8.09 8.11 8.06 9/346 12926
/proc/meminfo: memFree=17232804/32951124 swapFree=67082152/67111528
[pid=12878] ppid=12876 vsize=824012 CPUtime=4800.3 cores=1,3,5,7
/proc/12878/stat : 12878 (strangenight1-m) R 12876 12878 12350 0 -1 4202496 771204 0 0 0 479671 359 0 0 25 0 4 0 651934835 843788288 140849 33554432000 4194304 4650419 140734565862928 18446744073709551615 4365237 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/12878/statm: 206003 140849 393 112 0 200968 0
[pid=12878/tid=12879] ppid=12876 vsize=824012 CPUtime=1203.41 cores=1,3,5,7
/proc/12878/task/12879/stat : 12879 (strangenight1-m) R 12876 12878 12350 0 -1 4202560 221577 0 0 0 120242 99 0 0 25 0 4 0 651934835 843788288 140852 33554432000 4194304 4650419 140734565862928 18446744073709551615 4364751 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=12878/tid=12880] ppid=12876 vsize=824012 CPUtime=1190.03 cores=1,3,5,7
/proc/12878/task/12880/stat : 12880 (strangenight1-m) R 12876 12878 12350 0 -1 4202560 201321 0 0 0 118908 95 0 0 25 0 4 0 651934836 843788288 140852 33554432000 4194304 4650419 140734565862928 18446744073709551615 4366816 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=12878/tid=12881] ppid=12876 vsize=824012 CPUtime=1203.42 cores=1,3,5,7
/proc/12878/task/12881/stat : 12881 (strangenight1-m) R 12876 12878 12350 0 -1 4202560 147477 0 0 0 120270 72 0 0 25 0 4 0 651934836 843788288 140852 33554432000 4194304 4650419 140734565862928 18446744073709551615 4367232 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 4800.3
Current children cumulated vsize (KiB) 824012

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.45
CPU time (s): 4800.38
CPU user time (s): 4796.76
CPU system time (s): 3.61845
CPU usage (%): 398.886
Max. virtual memory (cumulated for all children) (KiB): 988764

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4796.76
system time used= 3.61845
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 771209
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= 733
involuntary context switches= 29934

runsolver used 3.49647 second user time and 9.91349 second system time

The end

Launcher Data

Begin job on node136 at 2011-05-14 22:02:49
IDJOB=3368802
IDBENCH=82811
IDSOLVER=1846
FILE ID=node136/3368802-1305403369
RUNJOBID= node136-1305403369-12865
PBS_JOBID= 13324455
Free space on /tmp= 72996 MiB

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

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

MD5SUM BENCH= c27e99aa66f5519277e3446434cc73f8
RANDOM SEED=1792259033

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

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

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      18172400 kB
Buffers:        294812 kB
Cached:        5028624 kB
SwapCached:       2740 kB
Active:       10549956 kB
Inactive:      3887328 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      18172400 kB
SwapTotal:    67111528 kB
SwapFree:     67082152 kB
Dirty:            6220 kB
Writeback:           0 kB
AnonPages:     9112680 kB
Mapped:          27196 kB
Slab:           236788 kB
PageTables:      39496 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 69859348 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= 72984 MiB
End job on node136 at 2011-05-14 22:22:54