Trace number 3368725

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.35 1203.35

General information on the benchmark

Namerandom/medium/
unif-k3-r4.26-v450-c1917-S380157195-014.SATISFIABLE.cnf
MD5SUMc5ca502edf263e9767f2d7ec536d2edf
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.009997
Satisfiable
(Un)Satisfiability was proved
Number of variables450
Number of clauses1917
Sum of the clauses size5751
Maximum clause length3
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 31917
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.00/0.00	c Outputting solution to console
0.00/0.00	c Using 4 threads
0.00/0.00	c This is CryptoMiniSat 2.9.0
0.00/0.00	c compiled with gcc version 4.4.5
0.00/0.00	c WARNING: for repeatability, setting FPU to use double precision
0.00/0.00	c Reading file 'HOME/instance-3368725-1305401728.cnf'
0.00/0.00	c -- header says num vars:            450
0.00/0.00	c -- header says num clauses:        1917
0.00/0.00	c -- clauses added:            0 learnts,         1917 normals,            0 xors
0.00/0.00	c -- vars added        450
0.00/0.00	c Parsing time:  0.00 s
0.00/0.00	c  N st     0         0       450      1917         0         0      5751         0   no data   no data  --
0.00/0.00	c asymm  cl-useful: 0/1917/1917 lits-rem:0 time: 0.00
0.00/0.00	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.0M T:  0.00
0.00/0.01	c bin-w-bin subsume rem            0 bins  time:  0.00 s
0.00/0.01	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
0.00/0.01	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    450 time:  0.00 s
0.00/0.01	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
0.00/0.01	c lits-rem:         0  cl-subs:        0  v-elim:     22  v-fix:    0  time:  0.01 s
0.00/0.01	c Finding binary XORs  T:     0.00 s  found:       0
0.00/0.01	c Finding non-binary XORs:     0.00 s (found:       0, avg size: nan)
0.00/0.01	c calculated reachability. Time: 0.00
0.00/0.01	c Calc default polars -  time:   0.00 s pos:     212 undec:      47 neg:     191
0.00/0.01	c =========================================================================================
0.00/0.01	c types(t): F = full restart, N = normal restart
0.00/0.01	c types(t): S = simplification begin/end, E = solution found
0.00/0.01	c restart types(rt): st = static, dy = dynamic
0.00/0.01	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits
0.00/0.01	c  B st     0         0       428      1893         0         0      5809         0   no data   no data  --
0.00/0.05	c Decided on static restart strategy
0.37/0.14	c  N st     8      4915       428      1893         0      4807      5809    100638   no data   no data  --
1.17/0.37	c  N st    10     11298       428      1893         0      4464      5809     69832   no data   no data  --
2.36/0.62	c  N st    11     17042       428      1893         0     10074      5809    197934   no data   no data  --
3.97/1.01	c  F st    12     25001       428      1893         0     12323      5809    240827   no data   no data  --
3.97/1.01	c  N st    12     25001       428      1893         0     12323      5809    240827   no data   no data  --
4.75/1.26	c Decided on static restart strategy
4.75/1.26	c  N st    18     30001       428      1893         0     10643      5809    183858   no data   no data  --
4.75/1.26	c  S st    18     30001       428      1893         0     10643      5809    183858   no data   no data  --
4.75/1.29	c  S st    18     30501       428      1893         0     11143      5809    194724   no data   no data  --
4.75/1.29	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
4.75/1.29	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
4.75/1.29	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.1M T:  0.01
5.15/1.30	c bin-w-bin subsume rem            0 bins  time:  0.00 s
5.15/1.30	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
5.15/1.30	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    428 time:  0.00 s
5.15/1.30	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
5.55/1.47	c lits-rem:       142  cl-subs:      572  v-elim:      0  v-fix:    0  time:  0.71 s
5.55/1.48	c asymm  cl-useful: 0/1893/1893 lits-rem:0 time: 0.03
5.55/1.48	c calculated reachability. Time: 0.00
5.55/1.48	c  N st    18     30501       428      1893         0     10571      5809    181797   no data   no data  --
7.15/1.89	c  N st    20     37613       428      1893         0      9803      5809    149192   no data   no data  --
8.79/2.26	c  N st    21     44013       428      1893         0     16045      5809    279339   no data   no data  --
9.54/2.40	c  S st    22     45753       428      1893         0      9019      5809    118165   no data   no data  --
9.54/2.42	c  S st    22     46260       428      1893         0      9524      5809    129382   no data   no data  --
9.54/2.42	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
9.54/2.42	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
9.54/2.43	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.1M T:  0.01
9.54/2.43	c bin-w-bin subsume rem            0 bins  time:  0.00 s
9.54/2.43	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
9.54/2.43	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    428 time:  0.00 s
9.54/2.43	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
9.94/2.51	c lits-rem:        29  cl-subs:      110  v-elim:      0  v-fix:    0  time:  0.31 s
9.94/2.51	c vivif2 --  cl tried     1893 cl shrink        0 lits rem          0 time: 0.00
9.94/2.51	c vivif2 --  cl tried     9414 cl shrink        0 lits rem          0 time: 0.00
9.94/2.52	c asymm  cl-useful: 0/1893/1893 lits-rem:0 time: 0.03
9.94/2.52	c calculated reachability. Time: 0.00
9.94/2.52	c  N st    22     46260       428      1893         0      9414      5809    127211   no data   no data  --
13.18/3.36	c  N st    23     60657       428      1893         0     13685      5809    206495   no data   no data  --
15.53/3.99	c  N st    24     69390       428      1893         0     11570      5809    158479   no data   no data  --
15.53/3.99	c  S st    24     69390       428      1893         0     11570      5809    158479   no data   no data  --
15.93/4.02	c  S st    24     69894       428      1893         0     12073      5809    169541   no data   no data  --
15.93/4.02	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
15.93/4.02	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
15.93/4.02	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.02
15.93/4.03	c bin-w-bin subsume rem            0 bins  time:  0.00 s
15.93/4.03	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
15.93/4.03	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    428 time:  0.00 s
15.93/4.03	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
16.33/4.19	c lits-rem:       114  cl-subs:      193  v-elim:      0  v-fix:    0  time:  0.66 s
16.33/4.19	c vivif2 --  cl tried     1893 cl shrink        0 lits rem          0 time: 0.00
16.33/4.20	c vivif2 --  cl tried    11880 cl shrink        0 lits rem          0 time: 0.01
16.73/4.20	c asymm  cl-useful: 0/1893/1893 lits-rem:0 time: 0.04
16.73/4.21	c calculated reachability. Time: 0.00
16.73/4.21	c  N st    24     69894       428      1893         0     11880      5809    165620   no data   no data  --
21.96/5.51	c  F st    25     87501       428      1893         0     17293      5809    268832   no data   no data  --
21.96/5.51	c  N st    25     87501       428      1893         0     17293      5809    268832   no data   no data  --
23.51/5.93	c Decided on static restart strategy
24.31/6.16	c  N st    32     95542       428      1893         0     25173      5809    438769   no data   no data  --
26.69/6.78	c  N st    34    104841       428      1893         0     21554      5809    345528   no data   no data  --
26.69/6.78	c  S st    34    104841       428      1893         0     21554      5809    345528   no data   no data  --
27.09/6.84	c  S st    34    105347       428      1893         0     22057      5809    356697   no data   no data  --
27.09/6.84	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
27.09/6.84	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
27.09/6.85	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.3M T:  0.02
27.09/6.86	c bin-w-bin subsume rem            0 bins  time:  0.00 s
27.09/6.86	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
27.09/6.86	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    428 time:  0.00 s
27.09/6.86	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
30.32/7.65	c lits-rem:       414  cl-subs:     1045  v-elim:      0  v-fix:    0  time:  3.13 s
30.32/7.65	c vivif2 --  cl tried     1893 cl shrink        0 lits rem          0 time: 0.00
30.32/7.65	c vivif2 --  cl tried    21012 cl shrink        0 lits rem          0 time: 0.01
30.32/7.67	c asymm  cl-useful: 0/1893/1893 lits-rem:0 time: 0.06
30.32/7.67	c calculated reachability. Time: 0.00
30.32/7.67	c  N st    34    105347       428      1893         0     21012      5809    334167   no data   no data  --
33.49/8.45	c  N st    35    114945       428      1893         0     16766      5809    232170   no data   no data  --
38.68/9.79	c  N st    36    129342       428      1893         0     16178      5809    202233   no data   no data  --
46.26/11.63	c  N st    37    150938       428      1893         0     21613      5809    315420   no data   no data  --
49.04/12.30	c  S st    38    158021       428      1893         0     28484      5809    455288   no data   no data  --
49.04/12.37	c  S st    38    158525       428      1893         0     28985      5809    466140   no data   no data  --
49.04/12.38	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
49.04/12.38	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
49.04/12.38	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.03
49.44/12.40	c bin-w-bin subsume rem            0 bins  time:  0.00 s
49.44/12.40	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
49.44/12.40	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    428 time:  0.00 s
49.44/12.40	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
55.03/13.81	c lits-rem:       646  cl-subs:     1894  v-elim:      0  v-fix:    0  time:  5.62 s
55.03/13.81	c vivif2 --  cl tried     1893 cl shrink        0 lits rem          0 time: 0.00
55.03/13.81	c vivif2 --  cl tried    27091 cl shrink        0 lits rem          0 time: 0.02
55.03/13.83	c asymm  cl-useful: 0/1893/1893 lits-rem:0 time: 0.09
55.03/13.83	c calculated reachability. Time: 0.00
55.03/13.83	c  N st    38    158525       428      1893         0     27091      5809    428272   no data   no data  --
73.78/18.60	c  N st    39    207114       428      1893         0     21858      5809    281087   no data   no data  --
86.55/21.75	c  N st    40    237789       428      1893         0     32233      5809    495540   no data   no data  --
86.55/21.75	c  S st    40    237789       428      1893         0     32233      5809    495540   no data   no data  --
86.95/21.84	c  S st    40    238296       428      1893         0     32738      5809    506336   no data   no data  --
86.95/21.84	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
86.95/21.84	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
86.95/21.85	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.04
86.95/21.87	c bin-w-bin subsume rem            0 bins  time:  0.00 s
86.95/21.87	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
86.95/21.87	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    428 time:  0.00 s
86.95/21.87	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
93.33/23.47	c lits-rem:       611  cl-subs:     1828  v-elim:      0  v-fix:    0  time:  6.38 s
93.33/23.47	c vivif2 --  cl tried     1893 cl shrink        0 lits rem          0 time: 0.00
93.33/23.47	c vivif2 --  cl tried    30910 cl shrink        0 lits rem          0 time: 0.02
93.73/23.50	c asymm  cl-useful: 0/1893/1893 lits-rem:0 time: 0.10
93.73/23.50	c calculated reachability. Time: 0.00
93.73/23.50	c  N st    40    238296       428      1893         0     30910      5809    467523   no data   no data  --
122.47/30.80	c  F st    41    306250       428      1893         0     32845      5809    462521   no data   no data  --
122.47/30.80	c  N st    41    306250       428      1893         0     32845      5809    462521   no data   no data  --
125.65/31.56	c Decided on static restart strategy
137.62/34.54	c  N st    51    334556       428      1893         0     37031      5809    546104   no data   no data  --
148.81/37.31	c  N st    53    357444       428      1893         0     34988      5809    493220   no data   no data  --
148.81/37.31	c  S st    53    357444       428      1893         0     34988      5809    493220   no data   no data  --
148.81/37.41	c  S st    53    357946       428      1893         0     35488      5809    504381   no data   no data  --
149.22/37.41	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
149.22/37.41	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
149.22/37.42	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.04
149.22/37.43	c bin-w-bin subsume rem            0 bins  time:  0.00 s
149.22/37.43	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
149.22/37.43	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    428 time:  0.00 s
149.22/37.43	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
155.17/38.94	c lits-rem:       532  cl-subs:     1293  v-elim:      0  v-fix:    0  time:  6.02 s
155.17/38.94	c vivif2 --  cl tried     1893 cl shrink        0 lits rem          0 time: 0.00
155.17/38.95	c vivif2 --  cl tried    34195 cl shrink        0 lits rem          0 time: 0.02
155.17/38.98	c asymm  cl-useful: 0/1893/1893 lits-rem:0 time: 0.12
155.17/38.98	c calculated reachability. Time: 0.00
155.17/38.98	c  N st    53    357946       428      1893         0     34195      5809    474540   no data   no data  --
172.73/43.31	c  N st    54    390340       428      1893         0     40322      5809    583872   no data   no data  --
202.65/50.81	c  N st    55    438928       428      1893         0     34139      5809    413065   no data   no data  --
245.36/61.60	c  N st    56    511811       428      1893         0     47630      5809    691441   no data   no data  --
262.51/65.87	c  N st    57    536920       428      1893         0     41890      5809    545431   no data   no data  --
262.51/65.87	c  S st    57    536920       428      1893         0     41890      5809    545431   no data   no data  --
262.92/65.97	c  S st    57    537424       428      1893         0     42389      5809    556032   no data   no data  --
262.92/65.98	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
262.92/65.98	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
262.92/65.99	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.5M T:  0.06
262.92/66.01	c bin-w-bin subsume rem            0 bins  time:  0.00 s
262.92/66.01	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
262.92/66.01	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    428 time:  0.00 s
262.92/66.01	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
270.08/67.75	c lits-rem:       943  cl-subs:     2206  v-elim:      0  v-fix:    0  time:  6.97 s
270.08/67.75	c vivif2 --  cl tried     1893 cl shrink        0 lits rem          0 time: 0.00
270.08/67.76	c vivif2 --  cl tried    40183 cl shrink        0 lits rem          0 time: 0.02
270.48/67.80	c asymm  cl-useful: 0/1893/1893 lits-rem:0 time: 0.15
270.48/67.80	c calculated reachability. Time: 0.00
270.48/67.80	c  N st    57    537424       428      1893         0     40183      5809    512474   no data   no data  --
382.59/95.94	c  N st    58    701409       428      1893         0     69221      5809   1130559   no data   no data  --
462.00/115.89	c  N st    59    806137       428      1893         0     63169      5809    944665   no data   no data  --
462.00/115.89	c  S st    59    806137       428      1893         0     63169      5809    944665   no data   no data  --
462.80/116.09	c  S st    59    806638       428      1893         0     63670      5809    954745   no data   no data  --
462.80/116.09	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
462.80/116.09	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
463.20/116.12	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.8M T:  0.10
463.20/116.15	c bin-w-bin subsume rem            0 bins  time:  0.00 s
463.20/116.15	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
463.20/116.15	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    428 time:  0.00 s
463.20/116.15	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
477.16/119.63	c lits-rem:      1415  cl-subs:     3917  v-elim:      0  v-fix:    0  time: 13.86 s
477.16/119.63	c vivif2 --  cl tried     1893 cl shrink        0 lits rem          0 time: 0.00
477.16/119.64	c vivif2 --  cl tried    59753 cl shrink        0 lits rem          0 time: 0.04
477.56/119.72	c asymm  cl-useful: 0/1893/1893 lits-rem:0 time: 0.30
477.56/119.72	c calculated reachability. Time: 0.00
477.56/119.72	c  N st    59    806638       428      1893         0     59753      5809    875808   no data   no data  --
678.25/170.03	c  F st    60   1071876       428      1893         0     75664      5809   1122453   no data   no data  --
678.25/170.03	c  N st    60   1071876       428      1893         0     75664      5809   1122453   no data   no data  --
683.84/171.48	c Decided on static restart strategy
702.99/176.23	c  N st    70   1100178       428      1893         0     59583      5809    756840   no data   no data  --
734.11/184.00	c  N st    72   1136170       428      1893         0     49869      5809    530042   no data   no data  --
760.84/190.75	c  N st    73   1168563       428      1893         0     81597      5809   1273978   no data   no data  --
793.57/199.00	c  N st    74   1209958       428      1893         0     75986      5809   1114292   no data   no data  --
793.57/199.00	c  S st    74   1209958       428      1893         0     75986      5809   1114292   no data   no data  --
794.75/199.24	c  S st    74   1210462       428      1893         0     76489      5809   1125071   no data   no data  --
794.75/199.24	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
794.75/199.24	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
794.75/199.28	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.9M T:  0.14
795.15/199.31	c bin-w-bin subsume rem            0 bins  time:  0.00 s
795.15/199.31	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
795.15/199.31	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    428 time:  0.00 s
795.15/199.31	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
817.50/204.91	c lits-rem:       482  cl-subs:     5175  v-elim:      0  v-fix:    0  time: 22.31 s
817.50/204.91	c vivif2 --  cl tried     1893 cl shrink        0 lits rem          0 time: 0.00
817.50/204.92	c vivif2 --  cl tried    71314 cl shrink        0 lits rem          0 time: 0.06
817.90/205.03	c asymm  cl-useful: 0/1893/1893 lits-rem:0 time: 0.44
817.90/205.03	c calculated reachability. Time: 0.00
817.90/205.03	c  N st    74   1210462       428      1893         0     71314      5809   1012445   no data   no data  --
896.50/224.83	c  N st    75   1283344       428      1893         0     47772      5809    434247   no data   no data  --
1010.59/253.51	c  N st    76   1392668       428      1893         0     55642      5809    579597   no data   no data  --
1172.58/294.13	c  N st    77   1556652       428      1893         0     60467      5809    645748   no data   no data  --
1340.16/336.14	c  N st    78   1710462       428      1893         0    101453      5809   1432428   no data   no data  --
1340.16/336.14	c  S st    78   1710462       428      1893         0    101453      5809   1432428   no data   no data  --
1341.36/336.45	c  S st    78   1710965       428      1893         0    101953      5809   1443536   no data   no data  --
1341.36/336.46	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
1341.36/336.46	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
1341.36/336.51	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.3M T:  0.18
1341.77/336.55	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1341.77/336.55	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1341.77/336.55	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    428 time:  0.00 s
1341.77/336.55	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
1389.64/348.51	c lits-rem:       418  cl-subs:    16063  v-elim:      0  v-fix:    0  time: 47.69 s
1389.64/348.51	c vivif2 --  cl tried     1893 cl shrink        0 lits rem          0 time: 0.00
1389.64/348.53	c vivif2 --  cl tried    85890 cl shrink        0 lits rem          0 time: 0.06
1390.05/348.64	c asymm  cl-useful: 0/1893/1893 lits-rem:0 time: 0.46
1390.05/348.65	c calculated reachability. Time: 0.00
1390.05/348.65	c  N st    78   1710965       428      1893         0     85890      5809   1154307   no data   no data  --
1795.40/450.22	c  N st    79   2079929       428      1893         0     97909      5809   1319242   no data   no data  --
1953.01/489.78	c  N st    80   2210967       428      1893         0    102281      5809   1399536   no data   no data  --
1953.01/489.78	c  S st    80   2210967       428      1893         0    102281      5809   1399536   no data   no data  --
1954.61/490.12	c  S st    80   2211468       428      1893         0    102780      5809   1409945   no data   no data  --
1954.61/490.13	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
1954.61/490.13	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
1954.61/490.17	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.2M T:  0.19
1955.01/490.22	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1955.01/490.22	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1955.01/490.22	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    428 time:  0.00 s
1955.01/490.22	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
1986.95/498.23	c lits-rem:       277  cl-subs:     9223  v-elim:      0  v-fix:    0  time: 31.92 s
1986.95/498.23	c vivif2 --  cl tried     1893 cl shrink        0 lits rem          0 time: 0.00
1986.95/498.24	c vivif2 --  cl tried    93557 cl shrink        0 lits rem          0 time: 0.07
1987.37/498.38	c asymm  cl-useful: 0/1893/1893 lits-rem:0 time: 0.53
1987.37/498.38	c calculated reachability. Time: 0.00
1987.37/498.38	c  N st    80   2211468       428      1893         0     93557      5809   1236865   no data   no data  --
2586.62/648.59	c  N st    81   2711469       428      1893         0    117096      5809   1660452   no data   no data  --
2586.62/648.59	c  S st    81   2711469       428      1893         0    117096      5809   1660452   no data   no data  --
2588.23/649.00	c  S st    81   2711972       428      1893         0    117597      5809   1672798   no data   no data  --
2588.66/649.01	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.03
2588.66/649.01	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
2588.66/649.07	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.4M T:  0.23
2589.01/649.12	c bin-w-bin subsume rem            0 bins  time:  0.00 s
2589.01/649.12	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2589.01/649.12	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    428 time:  0.00 s
2589.01/649.12	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
2626.91/658.64	c lits-rem:       430  cl-subs:     9467  v-elim:      0  v-fix:    0  time: 37.94 s
2626.91/658.64	c vivif2 --  cl tried     1893 cl shrink        0 lits rem          0 time: 0.00
2626.91/658.66	c vivif2 --  cl tried   108130 cl shrink        0 lits rem          0 time: 0.08
2627.73/658.81	c asymm  cl-useful: 0/1893/1893 lits-rem:0 time: 0.62
2627.73/658.82	c calculated reachability. Time: 0.00
2627.73/658.82	c  N st    81   2711972       428      1893         0    108130      5809   1508751   no data   no data  --
3355.88/841.39	c  N st    82   3211972       428      1893         0     83828      5809    835346   no data   no data  --
3355.88/841.39	c  S st    82   3211972       428      1893         0     83828      5809    835346   no data   no data  --
3357.07/841.63	c  S st    82   3212475       428      1893         0     84331      5809    846987   no data   no data  --
3357.07/841.64	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
3357.07/841.64	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
3357.07/841.67	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.0M T:  0.14
3357.47/841.70	c bin-w-bin subsume rem            0 bins  time:  0.00 s
3357.47/841.70	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3357.47/841.70	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    428 time:  0.00 s
3357.47/841.70	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
3369.04/844.61	c lits-rem:       536  cl-subs:     2076  v-elim:      0  v-fix:    0  time: 11.61 s
3369.04/844.61	c vivif2 --  cl tried     1893 cl shrink        0 lits rem          0 time: 0.00
3369.04/844.62	c vivif2 --  cl tried    82255 cl shrink        0 lits rem          0 time: 0.05
3369.46/844.73	c asymm  cl-useful: 0/1893/1893 lits-rem:0 time: 0.40
3369.46/844.73	c calculated reachability. Time: 0.00
3369.46/844.73	c  N st    82   3212475       428      1893         0     82255      5809    809481   no data   no data  --
4058.94/1017.56	c  N st    83   3712475       428      1893         0     93725      5809    991290   no data   no data  --
4058.94/1017.56	c  S st    83   3712475       428      1893         0     93725      5809    991290   no data   no data  --
4060.10/1017.86	c  S st    83   3712978       428      1893         0     94228      5809   1003314   no data   no data  --
4060.10/1017.86	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
4060.10/1017.86	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
4060.49/1017.90	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.1M T:  0.17
4060.49/1017.94	c bin-w-bin subsume rem            0 bins  time:  0.00 s
4060.49/1017.94	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
4060.49/1017.94	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    428 time:  0.00 s
4060.49/1017.94	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
4069.28/1020.12	c lits-rem:       179  cl-subs:     1833  v-elim:      0  v-fix:    0  time:  8.69 s
4069.28/1020.12	c vivif2 --  cl tried     1893 cl shrink        0 lits rem          0 time: 0.00
4069.28/1020.13	c vivif2 --  cl tried    92395 cl shrink        0 lits rem          0 time: 0.06
4069.68/1020.26	c asymm  cl-useful: 0/1893/1893 lits-rem:0 time: 0.50
4069.68/1020.26	c calculated reachability. Time: 0.00
4069.68/1020.26	c  N st    83   3712978       428      1893         0     92395      5809    967216   no data   no data  --
4122.34/1033.50	c  F st    84   3751565       428      1893         0    129589      5809   1805123   no data   no data  --
4122.74/1033.50	c  N st    84   3751565       428      1893         0    129589      5809   1805123   no data   no data  --
4132.72/1036.05	c Decided on static restart strategy
4178.60/1047.53	c  N st    94   3779868       428      1893         0    157216      5809   2446219   no data   no data  --
4233.67/1061.34	c  N st    96   3815861       428      1893         0    109895      5809   1359129   no data   no data  --
4281.14/1073.25	c  N st    97   3848255       428      1893         0    141431      5809   2094208   no data   no data  --
4360.94/1093.29	c  N st    98   3896843       428      1893         0    104861      5809   1192630   no data   no data  --
4473.06/1121.38	c  N st    99   3969726       428      1893         0     91616      5809    888801   no data   no data  --
4639.44/1163.07	c  N st   100   4079051       428      1893         0    111900      5809   1308278   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-3368725-1305401728/watcher-3368725-1305401728 -o /tmp/evaluation-result-3368725-1305401728/solver-3368725-1305401728 -C 4800 -W 1300 -M 15500 ./strangenight1-mt --threads=4 HOME/instance-3368725-1305401728.cnf 

running on 4 cores: 0,2,4,6

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


[startup+0 s]
/proc/loadavg: 7.46 7.95 7.91 2/310 10067
/proc/meminfo: memFree=22947216/32951124 swapFree=59305796/67111528
[pid=10067] ppid=10065 vsize=199852 CPUtime=0 cores=0,2,4,6
/proc/10067/stat : 10067 (strangenight1-m) R 10065 10067 9737 0 -1 4202496 629 0 0 0 0 0 0 0 23 0 4 0 730403277 204648448 557 33554432000 4194304 4650419 140736904477328 18446744073709551615 252457727009 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/10067/statm: 49964 562 343 112 0 44929 0
[pid=10067/tid=10068] ppid=10065 vsize=216840 CPUtime=0 cores=0,2,4,6
/proc/10067/task/10068/stat : 10068 (strangenight1-m) R 10065 10067 9737 0 -1 4202560 140 0 0 0 0 0 0 0 18 0 4 0 730403277 222044160 1011 33554432000 4194304 4650419 140736904477328 18446744073709551615 252458090391 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=10067/tid=10069] ppid=10065 vsize=216840 CPUtime=0 cores=0,2,4,6
/proc/10067/task/10069/stat : 10069 (strangenight1-m) R 10065 10067 9737 0 -1 4202560 224 0 0 0 0 0 0 0 18 0 4 0 730403277 222044160 1015 33554432000 4194304 4650419 140736904477328 18446744073709551615 252457762571 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=10067/tid=10070] ppid=10065 vsize=216840 CPUtime=0 cores=0,2,4,6
/proc/10067/task/10070/stat : 10070 (strangenight1-m) R 10065 10067 9737 0 -1 4202560 104 0 0 0 0 0 0 0 23 0 4 0 730403277 222044160 1015 33554432000 4194304 4650419 140736904477328 18446744073709551615 4363432 0 0 4096 2 0 0 0 -1 0 0 0 0

[startup+0.0618809 s]
/proc/loadavg: 7.46 7.95 7.91 2/310 10067
/proc/meminfo: memFree=22947216/32951124 swapFree=59305796/67111528
[pid=10067] ppid=10065 vsize=217132 CPUtime=0.21 cores=0,2,4,6
/proc/10067/stat : 10067 (strangenight1-m) R 10065 10067 9737 0 -1 4202496 1415 0 0 0 21 0 0 0 18 0 4 0 730403277 222343168 1301 33554432000 4194304 4650419 140736904477328 18446744073709551615 4329380 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/10067/statm: 54283 1301 391 112 0 49248 0
[pid=10067/tid=10068] ppid=10065 vsize=217132 CPUtime=0.05 cores=0,2,4,6
/proc/10067/task/10068/stat : 10068 (strangenight1-m) R 10065 10067 9737 0 -1 4202560 243 0 0 0 5 0 0 0 18 0 4 0 730403277 222343168 1301 33554432000 4194304 4650419 140736904477328 18446744073709551615 4363600 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=10067/tid=10069] ppid=10065 vsize=217132 CPUtime=0.05 cores=0,2,4,6
/proc/10067/task/10069/stat : 10069 (strangenight1-m) R 10065 10067 9737 0 -1 4202560 299 0 0 0 5 0 0 0 18 0 4 0 730403277 222343168 1301 33554432000 4194304 4650419 140736904477328 18446744073709551615 4363522 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=10067/tid=10070] ppid=10065 vsize=217132 CPUtime=0.05 cores=0,2,4,6
/proc/10067/task/10070/stat : 10070 (strangenight1-m) R 10065 10067 9737 0 -1 4202560 157 0 0 0 5 0 0 0 24 0 4 0 730403277 222343168 1302 33554432000 4194304 4650419 140736904477328 18446744073709551615 4314707 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 0.21
Current children cumulated vsize (KiB) 217132

[startup+0.100873 s]
/proc/loadavg: 7.46 7.95 7.91 2/310 10067
/proc/meminfo: memFree=22947216/32951124 swapFree=59305796/67111528
[pid=10067] ppid=10065 vsize=217280 CPUtime=0.37 cores=0,2,4,6
/proc/10067/stat : 10067 (strangenight1-m) R 10065 10067 9737 0 -1 4202496 1627 0 0 0 37 0 0 0 18 0 4 0 730403277 222494720 1513 33554432000 4194304 4650419 140736904477328 18446744073709551615 4366819 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/10067/statm: 54320 1513 391 112 0 49285 0
[pid=10067/tid=10068] ppid=10065 vsize=217280 CPUtime=0.09 cores=0,2,4,6
/proc/10067/task/10068/stat : 10068 (strangenight1-m) R 10065 10067 9737 0 -1 4202560 303 0 0 0 9 0 0 0 18 0 4 0 730403277 222494720 1513 33554432000 4194304 4650419 140736904477328 18446744073709551615 4314876 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=10067/tid=10069] ppid=10065 vsize=217280 CPUtime=0.09 cores=0,2,4,6
/proc/10067/task/10069/stat : 10069 (strangenight1-m) R 10065 10067 9737 0 -1 4202560 353 0 0 0 9 0 0 0 18 0 4 0 730403277 222494720 1513 33554432000 4194304 4650419 140736904477328 18446744073709551615 4363432 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=10067/tid=10070] ppid=10065 vsize=217280 CPUtime=0.08 cores=0,2,4,6
/proc/10067/task/10070/stat : 10070 (strangenight1-m) R 10065 10067 9737 0 -1 4202560 203 0 0 0 8 0 0 0 24 0 4 0 730403277 222494720 1513 33554432000 4194304 4650419 140736904477328 18446744073709551615 4366920 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 0.37
Current children cumulated vsize (KiB) 217280

[startup+0.300837 s]
/proc/loadavg: 7.46 7.95 7.91 2/310 10067
/proc/meminfo: memFree=22947216/32951124 swapFree=59305796/67111528
[pid=10067] ppid=10065 vsize=218632 CPUtime=1.17 cores=0,2,4,6
/proc/10067/stat : 10067 (strangenight1-m) R 10065 10067 9737 0 -1 4202496 2689 0 0 0 117 0 0 0 18 0 4 0 730403277 223879168 2061 33554432000 4194304 4650419 140736904477328 18446744073709551615 4364340 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/10067/statm: 54658 2061 393 112 0 49623 0
[pid=10067/tid=10068] ppid=10065 vsize=218632 CPUtime=0.29 cores=0,2,4,6
/proc/10067/task/10068/stat : 10068 (strangenight1-m) R 10065 10067 9737 0 -1 4202560 604 0 0 0 29 0 0 0 18 0 4 0 730403277 223879168 2061 33554432000 4194304 4650419 140736904477328 18446744073709551615 4365357 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=10067/tid=10069] ppid=10065 vsize=218632 CPUtime=0.29 cores=0,2,4,6
/proc/10067/task/10069/stat : 10069 (strangenight1-m) R 10065 10067 9737 0 -1 4202560 608 0 0 0 29 0 0 0 18 0 4 0 730403277 223879168 2061 33554432000 4194304 4650419 140736904477328 18446744073709551615 4363416 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=10067/tid=10070] ppid=10065 vsize=218632 CPUtime=0.28 cores=0,2,4,6
/proc/10067/task/10070/stat : 10070 (strangenight1-m) R 10065 10067 9737 0 -1 4202560 448 0 0 0 28 0 0 0 25 0 4 0 730403277 223879168 2061 33554432000 4194304 4650419 140736904477328 18446744073709551615 4364788 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 1.17
Current children cumulated vsize (KiB) 218632

[startup+0.700764 s]
/proc/loadavg: 7.46 7.95 7.91 2/310 10067
/proc/meminfo: memFree=22947216/32951124 swapFree=59305796/67111528
[pid=10067] ppid=10065 vsize=220600 CPUtime=2.76 cores=0,2,4,6
/proc/10067/stat : 10067 (strangenight1-m) R 10065 10067 9737 0 -1 4202496 4743 0 0 0 276 0 0 0 18 0 4 0 730403277 225894400 2314 33554432000 4194304 4650419 140736904477328 18446744073709551615 4366261 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/10067/statm: 55150 2314 393 112 0 50115 0
[pid=10067/tid=10068] ppid=10065 vsize=220600 CPUtime=0.69 cores=0,2,4,6
/proc/10067/task/10068/stat : 10068 (strangenight1-m) R 10065 10067 9737 0 -1 4202560 1169 0 0 0 69 0 0 0 18 0 4 0 730403277 225894400 2314 33554432000 4194304 4650419 140736904477328 18446744073709551615 4334297 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=10067/tid=10069] ppid=10065 vsize=220600 CPUtime=0.69 cores=0,2,4,6
/proc/10067/task/10069/stat : 10069 (strangenight1-m) R 10065 10067 9737 0 -1 4202560 1132 0 0 0 69 0 0 0 18 0 4 0 730403277 225894400 2314 33554432000 4194304 4650419 140736904477328 18446744073709551615 4328315 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=10067/tid=10070] ppid=10065 vsize=220600 CPUtime=0.68 cores=0,2,4,6
/proc/10067/task/10070/stat : 10070 (strangenight1-m) R 10065 10067 9737 0 -1 4202560 905 0 0 0 68 0 0 0 25 0 4 0 730403277 225894400 2314 33554432000 4194304 4650419 140736904477328 18446744073709551615 4365323 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 2.76
Current children cumulated vsize (KiB) 220600

[startup+1.50062 s]
/proc/loadavg: 7.46 7.95 7.91 10/321 10079
/proc/meminfo: memFree=22914260/32951124 swapFree=59305796/67111528
[pid=10067] ppid=10065 vsize=221460 CPUtime=5.95 cores=0,2,4,6
/proc/10067/stat : 10067 (strangenight1-m) R 10065 10067 9737 0 -1 4202496 8198 0 0 0 594 1 0 0 19 0 4 0 730403277 226775040 4500 33554432000 4194304 4650419 140736904477328 18446744073709551615 4364788 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/10067/statm: 55365 4500 395 112 0 50330 0
[pid=10067/tid=10068] ppid=10065 vsize=221460 CPUtime=1.49 cores=0,2,4,6
/proc/10067/task/10068/stat : 10068 (strangenight1-m) R 10065 10067 9737 0 -1 4202560 1815 0 0 0 149 0 0 0 20 0 4 0 730403277 226775040 4500 33554432000 4194304 4650419 140736904477328 18446744073709551615 4520364 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=10067/tid=10069] ppid=10065 vsize=221460 CPUtime=1.49 cores=0,2,4,6
/proc/10067/task/10069/stat : 10069 (strangenight1-m) R 10065 10067 9737 0 -1 4202560 1716 0 0 0 149 0 0 0 20 0 4 0 730403277 226775040 4500 33554432000 4194304 4650419 140736904477328 18446744073709551615 4363426 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=10067/tid=10070] ppid=10065 vsize=221460 CPUtime=1.47 cores=0,2,4,6
/proc/10067/task/10070/stat : 10070 (strangenight1-m) R 10065 10067 9737 0 -1 4202560 1411 0 0 0 147 0 0 0 25 0 4 0 730403277 226775040 4500 33554432000 4194304 4650419 140736904477328 18446744073709551615 4363452 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 5.95
Current children cumulated vsize (KiB) 221460

[startup+3.10032 s]
/proc/loadavg: 7.51 7.95 7.91 9/321 10079
/proc/meminfo: memFree=22883344/32951124 swapFree=59305796/67111528
[pid=10067] ppid=10065 vsize=217820 CPUtime=12.34 cores=0,2,4,6
/proc/10067/stat : 10067 (strangenight1-m) R 10065 10067 9737 0 -1 4202496 15825 0 0 0 1230 4 0 0 25 0 4 0 730403277 223047680 9087 33554432000 4194304 4650419 140736904477328 18446744073709551615 4366835 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/10067/statm: 54455 9087 395 112 0 49420 0
[pid=10067/tid=10068] ppid=10065 vsize=217820 CPUtime=3.08 cores=0,2,4,6
/proc/10067/task/10068/stat : 10068 (strangenight1-m) R 10065 10067 9737 0 -1 4202560 3900 0 0 0 308 0 0 0 25 0 4 0 730403277 223047680 9087 33554432000 4194304 4650419 140736904477328 18446744073709551615 4365357 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=10067/tid=10069] ppid=10065 vsize=217820 CPUtime=3.08 cores=0,2,4,6
/proc/10067/task/10069/stat : 10069 (strangenight1-m) R 10065 10067 9737 0 -1 4202560 4176 0 0 0 308 0 0 0 25 0 4 0 730403277 223047680 9087 33554432000 4194304 4650419 140736904477328 18446744073709551615 4331981 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=10067/tid=10070] ppid=10065 vsize=217820 CPUtime=3.06 cores=0,2,4,6
/proc/10067/task/10070/stat : 10070 (strangenight1-m) R 10065 10067 9737 0 -1 4202560 3387 0 0 0 305 1 0 0 25 0 4 0 730403277 223047680 9087 33554432000 4194304 4650419 140736904477328 18446744073709551615 4366828 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 12.34
Current children cumulated vsize (KiB) 217820

[startup+6.30072 s]
/proc/loadavg: 7.51 7.95 7.91 9/321 10079
/proc/meminfo: memFree=22837224/32951124 swapFree=59305796/67111528
[pid=10067] ppid=10065 vsize=224528 CPUtime=25.11 cores=0,2,4,6
/proc/10067/stat : 10067 (strangenight1-m) R 10065 10067 9737 0 -1 4202496 24156 0 0 0 2506 5 0 0 25 0 4 0 730403277 229916672 12168 33554432000 4194304 4650419 140736904477328 18446744073709551615 4365227 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/10067/statm: 56132 12168 395 112 0 51097 0
[pid=10067/tid=10068] ppid=10065 vsize=224528 CPUtime=6.28 cores=0,2,4,6
/proc/10067/task/10068/stat : 10068 (strangenight1-m) R 10065 10067 9737 0 -1 4202560 6442 0 0 0 628 0 0 0 25 0 4 0 730403277 229916672 12168 33554432000 4194304 4650419 140736904477328 18446744073709551615 4364340 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=10067/tid=10069] ppid=10065 vsize=224528 CPUtime=6.29 cores=0,2,4,6
/proc/10067/task/10069/stat : 10069 (strangenight1-m) R 10065 10067 9737 0 -1 4202560 6594 0 0 0 628 1 0 0 25 0 4 0 730403277 229916672 12168 33554432000 4194304 4650419 140736904477328 18446744073709551615 4438922 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=10067/tid=10070] ppid=10065 vsize=224528 CPUtime=6.23 cores=0,2,4,6
/proc/10067/task/10070/stat : 10070 (strangenight1-m) R 10065 10067 9737 0 -1 4202560 4554 0 0 0 622 1 0 0 25 0 4 0 730403277 229916672 12168 33554432000 4194304 4650419 140736904477328 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 25.11
Current children cumulated vsize (KiB) 224528

[startup+12.7005 s]
/proc/loadavg: 7.58 7.95 7.91 9/321 10079
/proc/meminfo: memFree=22793644/32951124 swapFree=59305796/67111528
[pid=10067] ppid=10065 vsize=230556 CPUtime=50.64 cores=0,2,4,6
/proc/10067/stat : 10067 (strangenight1-m) R 10065 10067 9737 0 -1 4202496 36659 0 0 0 5057 7 0 0 25 0 4 0 730403277 236089344 16979 33554432000 4194304 4650419 140736904477328 18446744073709551615 4438393 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/10067/statm: 57639 16979 395 112 0 52604 0
[pid=10067/tid=10068] ppid=10065 vsize=230556 CPUtime=12.68 cores=0,2,4,6
/proc/10067/task/10068/stat : 10068 (strangenight1-m) R 10065 10067 9737 0 -1 4202560 9950 0 0 0 1267 1 0 0 25 0 4 0 730403277 236089344 16979 33554432000 4194304 4650419 140736904477328 18446744073709551615 4360483 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=10067/tid=10069] ppid=10065 vsize=230556 CPUtime=12.69 cores=0,2,4,6
/proc/10067/task/10069/stat : 10069 (strangenight1-m) R 10065 10067 9737 0 -1 4202560 9259 0 0 0 1267 2 0 0 25 0 4 0 730403277 236089344 16979 33554432000 4194304 4650419 140736904477328 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=10067/tid=10070] ppid=10065 vsize=230556 CPUtime=12.56 cores=0,2,4,6
/proc/10067/task/10070/stat : 10070 (strangenight1-m) R 10065 10067 9737 0 -1 4202560 6385 0 0 0 1255 1 0 0 25 0 4 0 730403277 236089344 16979 33554432000 4194304 4650419 140736904477328 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 50.64
Current children cumulated vsize (KiB) 230556

[startup+25.5012 s]
/proc/loadavg: 7.65 7.95 7.91 9/321 10079
/proc/meminfo: memFree=22741308/32951124 swapFree=59305796/67111528
[pid=10067] ppid=10065 vsize=241492 CPUtime=101.71 cores=0,2,4,6
/proc/10067/stat : 10067 (strangenight1-m) R 10065 10067 9737 0 -1 4202496 55784 0 0 0 10157 14 0 0 25 0 4 0 730403277 247287808 22482 33554432000 4194304 4650419 140736904477328 18446744073709551615 4365246 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/10067/statm: 60373 22482 395 112 0 55338 0
[pid=10067/tid=10068] ppid=10065 vsize=241492 CPUtime=25.49 cores=0,2,4,6
/proc/10067/task/10068/stat : 10068 (strangenight1-m) R 10065 10067 9737 0 -1 4202560 15892 0 0 0 2546 3 0 0 25 0 4 0 730403277 247287808 22482 33554432000 4194304 4650419 140736904477328 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=10067/tid=10069] ppid=10065 vsize=241492 CPUtime=25.48 cores=0,2,4,6
/proc/10067/task/10069/stat : 10069 (strangenight1-m) R 10065 10067 9737 0 -1 4202560 14674 0 0 0 2545 3 0 0 25 0 4 0 730403277 247287808 22482 33554432000 4194304 4650419 140736904477328 18446744073709551615 4366828 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=10067/tid=10070] ppid=10065 vsize=241492 CPUtime=25.23 cores=0,2,4,6
/proc/10067/task/10070/stat : 10070 (strangenight1-m) R 10065 10067 9737 0 -1 4202560 8945 0 0 0 2521 2 0 0 25 0 4 0 730403277 247287808 22482 33554432000 4194304 4650419 140736904477328 18446744073709551615 4364788 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 101.71
Current children cumulated vsize (KiB) 241492

[startup+51.1004 s]
/proc/loadavg: 7.84 7.97 7.91 9/321 10080
/proc/meminfo: memFree=22701344/32951124 swapFree=59305796/67111528
[pid=10067] ppid=10065 vsize=254808 CPUtime=203.85 cores=0,2,4,6
/proc/10067/stat : 10067 (strangenight1-m) R 10065 10067 9737 0 -1 4202496 84878 0 0 0 20364 21 0 0 25 0 4 0 730403277 260923392 29296 33554432000 4194304 4650419 140736904477328 18446744073709551615 4306722 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/10067/statm: 63702 29296 395 112 0 58667 0
[pid=10067/tid=10068] ppid=10065 vsize=254808 CPUtime=51.09 cores=0,2,4,6
/proc/10067/task/10068/stat : 10068 (strangenight1-m) R 10065 10067 9737 0 -1 4202560 24532 0 0 0 5104 5 0 0 25 0 4 0 730403277 260923392 29296 33554432000 4194304 4650419 140736904477328 18446744073709551615 4366869 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=10067/tid=10069] ppid=10065 vsize=254808 CPUtime=51.08 cores=0,2,4,6
/proc/10067/task/10069/stat : 10069 (strangenight1-m) R 10065 10067 9737 0 -1 4202560 22157 0 0 0 5103 5 0 0 25 0 4 0 730403277 260923392 29296 33554432000 4194304 4650419 140736904477328 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=10067/tid=10070] ppid=10065 vsize=254808 CPUtime=50.56 cores=0,2,4,6
/proc/10067/task/10070/stat : 10070 (strangenight1-m) R 10065 10067 9737 0 -1 4202560 13509 0 0 0 5053 3 0 0 25 0 4 0 730403277 260923392 29296 33554432000 4194304 4650419 140736904477328 18446744073709551615 4364416 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 203.85
Current children cumulated vsize (KiB) 254808

[startup+102.312 s]
/proc/loadavg: 8.08 8.00 7.93 9/321 10081
/proc/meminfo: memFree=22624936/32951124 swapFree=59305796/67111528
[pid=10067] ppid=10065 vsize=268080 CPUtime=408.17 cores=0,2,4,6
/proc/10067/stat : 10067 (strangenight1-m) R 10065 10067 9737 0 -1 4202496 127699 0 0 0 40782 35 0 0 25 0 4 0 730403277 274513920 36009 33554432000 4194304 4650419 140736904477328 18446744073709551615 4520364 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/10067/statm: 67020 36009 395 112 0 61985 0
[pid=10067/tid=10068] ppid=10065 vsize=268080 CPUtime=102.3 cores=0,2,4,6
/proc/10067/task/10068/stat : 10068 (strangenight1-m) R 10065 10067 9737 0 -1 4202560 37520 0 0 0 10220 10 0 0 25 0 4 0 730403277 274513920 36009 33554432000 4194304 4650419 140736904477328 18446744073709551615 4365286 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=10067/tid=10069] ppid=10065 vsize=268080 CPUtime=102.29 cores=0,2,4,6
/proc/10067/task/10069/stat : 10069 (strangenight1-m) R 10065 10067 9737 0 -1 4202560 33491 0 0 0 10221 8 0 0 25 0 4 0 730403277 274513920 36009 33554432000 4194304 4650419 140736904477328 18446744073709551615 4366869 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=10067/tid=10070] ppid=10065 vsize=268080 CPUtime=101.25 cores=0,2,4,6
/proc/10067/task/10070/stat : 10070 (strangenight1-m) R 10065 10067 9737 0 -1 4202560 19617 0 0 0 10120 5 0 0 25 0 4 0 730403277 274513920 36009 33554432000 4194304 4650419 140736904477328 18446744073709551615 4366819 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 408.17
Current children cumulated vsize (KiB) 268080

[startup+162.301 s]

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

[pid=10067] ppid=10065 vsize=428816 CPUtime=2801.28 cores=0,2,4,6
/proc/10067/stat : 10067 (strangenight1-m) R 10065 10067 9737 0 -1 4202496 381583 0 0 0 279993 135 0 0 25 0 4 0 730403277 439107584 76444 33554432000 4194304 4650419 140736904477328 18446744073709551615 4364772 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/10067/statm: 107204 76444 395 112 0 102169 0
[pid=10067/tid=10068] ppid=10065 vsize=428816 CPUtime=702.3 cores=0,2,4,6
/proc/10067/task/10068/stat : 10068 (strangenight1-m) R 10065 10067 9737 0 -1 4202560 104211 0 0 0 70190 40 0 0 25 0 4 0 730403277 439107584 76444 33554432000 4194304 4650419 140736904477328 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=10067/tid=10069] ppid=10065 vsize=428816 CPUtime=702.25 cores=0,2,4,6
/proc/10067/task/10069/stat : 10069 (strangenight1-m) R 10065 10067 9737 0 -1 4202560 101302 0 0 0 70191 34 0 0 25 0 4 0 730403277 439107584 76444 33554432000 4194304 4650419 140736904477328 18446744073709551615 4365343 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=10067/tid=10070] ppid=10065 vsize=428816 CPUtime=694.39 cores=0,2,4,6
/proc/10067/task/10070/stat : 10070 (strangenight1-m) R 10065 10067 9737 0 -1 4202560 63118 0 0 0 69416 23 0 0 25 0 4 0 730403277 439107584 76444 33554432000 4194304 4650419 140736904477328 18446744073709551615 4365323 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 2801.28
Current children cumulated vsize (KiB) 428816

[startup+762.312 s]
/proc/loadavg: 8.08 8.09 8.01 9/321 10102
/proc/meminfo: memFree=22286052/32951124 swapFree=59305796/67111528
[pid=10067] ppid=10065 vsize=428328 CPUtime=3040.71 cores=0,2,4,6
/proc/10067/stat : 10067 (strangenight1-m) R 10065 10067 9737 0 -1 4202496 400090 0 0 0 303928 143 0 0 25 0 4 0 730403277 438607872 81067 33554432000 4194304 4650419 140736904477328 18446744073709551615 4333632 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/10067/statm: 107082 81067 395 112 0 102047 0
[pid=10067/tid=10068] ppid=10065 vsize=428328 CPUtime=762.32 cores=0,2,4,6
/proc/10067/task/10068/stat : 10068 (strangenight1-m) R 10065 10067 9737 0 -1 4202560 110446 0 0 0 76189 43 0 0 25 0 4 0 730403277 438607872 81067 33554432000 4194304 4650419 140736904477328 18446744073709551615 4365323 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=10067/tid=10069] ppid=10065 vsize=428328 CPUtime=762.25 cores=0,2,4,6
/proc/10067/task/10069/stat : 10069 (strangenight1-m) R 10065 10067 9737 0 -1 4202560 107105 0 0 0 76188 37 0 0 25 0 4 0 730403277 438607872 81067 33554432000 4194304 4650419 140736904477328 18446744073709551615 4367249 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=10067/tid=10070] ppid=10065 vsize=428328 CPUtime=753.79 cores=0,2,4,6
/proc/10067/task/10070/stat : 10070 (strangenight1-m) R 10065 10067 9737 0 -1 4202560 65317 0 0 0 75356 23 0 0 25 0 4 0 730403277 438607872 81067 33554432000 4194304 4650419 140736904477328 18446744073709551615 4364736 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 3040.71
Current children cumulated vsize (KiB) 428328

[startup+822.301 s]
/proc/loadavg: 8.06 8.08 8.01 9/321 10104
/proc/meminfo: memFree=22269160/32951124 swapFree=59305796/67111528
[pid=10067] ppid=10065 vsize=451352 CPUtime=3280.08 cores=0,2,4,6
/proc/10067/stat : 10067 (strangenight1-m) R 10065 10067 9737 0 -1 4202496 419752 0 0 0 327857 151 0 0 25 0 4 0 730403277 462184448 84539 33554432000 4194304 4650419 140736904477328 18446744073709551615 4363335 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/10067/statm: 112838 84539 395 112 0 107803 0
[pid=10067/tid=10068] ppid=10065 vsize=451352 CPUtime=822.31 cores=0,2,4,6
/proc/10067/task/10068/stat : 10068 (strangenight1-m) R 10065 10067 9737 0 -1 4202560 117997 0 0 0 82186 45 0 0 25 0 4 0 730403277 462184448 84539 33554432000 4194304 4650419 140736904477328 18446744073709551615 4366828 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=10067/tid=10069] ppid=10065 vsize=451352 CPUtime=822.23 cores=0,2,4,6
/proc/10067/task/10069/stat : 10069 (strangenight1-m) R 10065 10067 9737 0 -1 4202560 112683 0 0 0 82183 40 0 0 25 0 4 0 730403277 462184448 84539 33554432000 4194304 4650419 140736904477328 18446744073709551615 4365246 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=10067/tid=10070] ppid=10065 vsize=451352 CPUtime=813.19 cores=0,2,4,6
/proc/10067/task/10070/stat : 10070 (strangenight1-m) R 10065 10067 9737 0 -1 4202560 68753 0 0 0 81294 25 0 0 25 0 4 0 730403277 462184448 84539 33554432000 4194304 4650419 140736904477328 18446744073709551615 4364751 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 3280.08
Current children cumulated vsize (KiB) 451352

[startup+882.301 s]
/proc/loadavg: 8.23 8.12 8.02 9/321 10105
/proc/meminfo: memFree=22265660/32951124 swapFree=59305796/67111528
[pid=10067] ppid=10065 vsize=451564 CPUtime=3519.47 cores=0,2,4,6
/proc/10067/stat : 10067 (strangenight1-m) R 10065 10067 9737 0 -1 4202496 436922 0 0 0 351787 160 0 0 25 0 4 0 730403277 462401536 85611 33554432000 4194304 4650419 140736904477328 18446744073709551615 4365227 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/10067/statm: 112891 85611 395 112 0 107856 0
[pid=10067/tid=10068] ppid=10065 vsize=451564 CPUtime=882.31 cores=0,2,4,6
/proc/10067/task/10068/stat : 10068 (strangenight1-m) R 10065 10067 9737 0 -1 4202560 123911 0 0 0 88182 49 0 0 25 0 4 0 730403277 462401536 85611 33554432000 4194304 4650419 140736904477328 18446744073709551615 4363420 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=10067/tid=10069] ppid=10065 vsize=451564 CPUtime=882.22 cores=0,2,4,6
/proc/10067/task/10069/stat : 10069 (strangenight1-m) R 10065 10067 9737 0 -1 4202560 118390 0 0 0 88180 42 0 0 25 0 4 0 730403277 462401536 85611 33554432000 4194304 4650419 140736904477328 18446744073709551615 4433048 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=10067/tid=10070] ppid=10065 vsize=451564 CPUtime=872.59 cores=0,2,4,6
/proc/10067/task/10070/stat : 10070 (strangenight1-m) R 10065 10067 9737 0 -1 4202560 70684 0 0 0 87233 26 0 0 25 0 4 0 730403277 462401536 85611 33554432000 4194304 4650419 140736904477328 18446744073709551615 4365286 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 3519.47
Current children cumulated vsize (KiB) 451564

[startup+942.301 s]
/proc/loadavg: 8.16 8.12 8.02 9/321 10107
/proc/meminfo: memFree=22247668/32951124 swapFree=59305796/67111528
[pid=10067] ppid=10065 vsize=459628 CPUtime=3758.86 cores=0,2,4,6
/proc/10067/stat : 10067 (strangenight1-m) R 10065 10067 9737 0 -1 4202496 455713 0 0 0 375717 169 0 0 25 0 4 0 730403277 470659072 81497 33554432000 4194304 4650419 140736904477328 18446744073709551615 4365227 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/10067/statm: 114907 81497 395 112 0 109872 0
[pid=10067/tid=10068] ppid=10065 vsize=459628 CPUtime=942.31 cores=0,2,4,6
/proc/10067/task/10068/stat : 10068 (strangenight1-m) R 10065 10067 9737 0 -1 4202560 129758 0 0 0 94179 52 0 0 25 0 4 0 730403277 470659072 81497 33554432000 4194304 4650419 140736904477328 18446744073709551615 4366923 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=10067/tid=10069] ppid=10065 vsize=459628 CPUtime=942.2 cores=0,2,4,6
/proc/10067/task/10069/stat : 10069 (strangenight1-m) R 10065 10067 9737 0 -1 4202560 123257 0 0 0 94176 44 0 0 25 0 4 0 730403277 470659072 81497 33554432000 4194304 4650419 140736904477328 18446744073709551615 4363880 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=10067/tid=10070] ppid=10065 vsize=459628 CPUtime=932 cores=0,2,4,6
/proc/10067/task/10070/stat : 10070 (strangenight1-m) R 10065 10067 9737 0 -1 4202560 73652 0 0 0 93172 28 0 0 25 0 4 0 730403277 470659072 81497 33554432000 4194304 4650419 140736904477328 18446744073709551615 4363420 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 3758.86
Current children cumulated vsize (KiB) 459628

[startup+1002.3 s]
/proc/loadavg: 8.11 8.11 8.02 9/321 10108
/proc/meminfo: memFree=22227196/32951124 swapFree=59305796/67111528
[pid=10067] ppid=10065 vsize=473348 CPUtime=3998.25 cores=0,2,4,6
/proc/10067/stat : 10067 (strangenight1-m) R 10065 10067 9737 0 -1 4202496 475260 0 0 0 399648 177 0 0 25 0 4 0 730403277 484708352 88561 33554432000 4194304 4650419 140736904477328 18446744073709551615 4363416 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/10067/statm: 118337 88561 395 112 0 113302 0
[pid=10067/tid=10068] ppid=10065 vsize=473348 CPUtime=1002.31 cores=0,2,4,6
/proc/10067/task/10068/stat : 10068 (strangenight1-m) R 10065 10067 9737 0 -1 4202560 133970 0 0 0 100177 54 0 0 25 0 4 0 730403277 484708352 88561 33554432000 4194304 4650419 140736904477328 18446744073709551615 4363420 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=10067/tid=10069] ppid=10065 vsize=473348 CPUtime=1002.19 cores=0,2,4,6
/proc/10067/task/10069/stat : 10069 (strangenight1-m) R 10065 10067 9737 0 -1 4202560 129553 0 0 0 100173 46 0 0 25 0 4 0 730403277 484708352 88561 33554432000 4194304 4650419 140736904477328 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=10067/tid=10070] ppid=10065 vsize=473348 CPUtime=991.4 cores=0,2,4,6
/proc/10067/task/10070/stat : 10070 (strangenight1-m) R 10065 10067 9737 0 -1 4202560 75850 0 0 0 99111 29 0 0 25 0 4 0 730403277 484708352 88561 33554432000 4194304 4650419 140736904477328 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 3998.25
Current children cumulated vsize (KiB) 473348

[startup+1062.3 s]
/proc/loadavg: 8.04 8.09 8.01 9/321 10110
/proc/meminfo: memFree=22241060/32951124 swapFree=59305796/67111528
[pid=10067] ppid=10065 vsize=473668 CPUtime=4237.66 cores=0,2,4,6
/proc/10067/stat : 10067 (strangenight1-m) R 10065 10067 9737 0 -1 4202496 497772 0 0 0 423578 188 0 0 25 0 4 0 730403277 485036032 84900 33554432000 4194304 4650419 140736904477328 18446744073709551615 4366819 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/10067/statm: 118417 84900 395 112 0 113382 0
[pid=10067/tid=10068] ppid=10065 vsize=473668 CPUtime=1062.32 cores=0,2,4,6
/proc/10067/task/10068/stat : 10068 (strangenight1-m) R 10065 10067 9737 0 -1 4202560 139514 0 0 0 106174 58 0 0 25 0 4 0 730403277 485036032 84900 33554432000 4194304 4650419 140736904477328 18446744073709551615 4366865 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=10067/tid=10069] ppid=10065 vsize=473668 CPUtime=1062.19 cores=0,2,4,6
/proc/10067/task/10069/stat : 10069 (strangenight1-m) R 10065 10067 9737 0 -1 4202560 135292 0 0 0 106170 49 0 0 25 0 4 0 730403277 485036032 84900 33554432000 4194304 4650419 140736904477328 18446744073709551615 4363432 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=10067/tid=10070] ppid=10065 vsize=473668 CPUtime=1050.8 cores=0,2,4,6
/proc/10067/task/10070/stat : 10070 (strangenight1-m) R 10065 10067 9737 0 -1 4202560 78741 0 0 0 105050 30 0 0 25 0 4 0 730403277 485036032 84900 33554432000 4194304 4650419 140736904477328 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4237.66
Current children cumulated vsize (KiB) 473668

[startup+1122.3 s]
/proc/loadavg: 8.01 8.07 8.01 9/321 10112
/proc/meminfo: memFree=22224924/32951124 swapFree=59305796/67111528
[pid=10067] ppid=10065 vsize=539484 CPUtime=4477.05 cores=0,2,4,6
/proc/10067/stat : 10067 (strangenight1-m) R 10065 10067 9737 0 -1 4202496 521062 0 0 0 447507 198 0 0 25 0 4 0 730403277 552431616 89692 33554432000 4194304 4650419 140736904477328 18446744073709551615 4364777 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/10067/statm: 134871 89692 395 112 0 129836 0
[pid=10067/tid=10068] ppid=10065 vsize=539484 CPUtime=1122.32 cores=0,2,4,6
/proc/10067/task/10068/stat : 10068 (strangenight1-m) R 10065 10067 9737 0 -1 4202560 144292 0 0 0 112172 60 0 0 25 0 4 0 730403277 552431616 89692 33554432000 4194304 4650419 140736904477328 18446744073709551615 4366904 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=10067/tid=10069] ppid=10065 vsize=539484 CPUtime=1122.17 cores=0,2,4,6
/proc/10067/task/10069/stat : 10069 (strangenight1-m) R 10065 10067 9737 0 -1 4202560 141388 0 0 0 112166 51 0 0 25 0 4 0 730403277 552431616 89692 33554432000 4194304 4650419 140736904477328 18446744073709551615 4366904 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=10067/tid=10070] ppid=10065 vsize=539484 CPUtime=1110.2 cores=0,2,4,6
/proc/10067/task/10070/stat : 10070 (strangenight1-m) R 10065 10067 9737 0 -1 4202560 84524 0 0 0 110988 32 0 0 25 0 4 0 730403277 552431616 89692 33554432000 4194304 4650419 140736904477328 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4477.05
Current children cumulated vsize (KiB) 539484

[startup+1182.3 s]
/proc/loadavg: 8.13 8.08 8.01 9/321 10113
/proc/meminfo: memFree=22199100/32951124 swapFree=59305796/67111528
[pid=10067] ppid=10065 vsize=539648 CPUtime=4716.45 cores=0,2,4,6
/proc/10067/stat : 10067 (strangenight1-m) R 10065 10067 9737 0 -1 4202496 539622 0 0 0 471439 206 0 0 25 0 4 0 730403277 552599552 95436 33554432000 4194304 4650419 140736904477328 18446744073709551615 4365227 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/10067/statm: 134912 95436 395 112 0 129877 0
[pid=10067/tid=10068] ppid=10065 vsize=539648 CPUtime=1182.32 cores=0,2,4,6
/proc/10067/task/10068/stat : 10068 (strangenight1-m) R 10065 10067 9737 0 -1 4202560 148788 0 0 0 118170 62 0 0 25 0 4 0 730403277 552599552 95436 33554432000 4194304 4650419 140736904477328 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=10067/tid=10069] ppid=10065 vsize=539648 CPUtime=1182.17 cores=0,2,4,6
/proc/10067/task/10069/stat : 10069 (strangenight1-m) R 10065 10067 9737 0 -1 4202560 147106 0 0 0 118163 54 0 0 25 0 4 0 730403277 552599552 95436 33554432000 4194304 4650419 140736904477328 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=10067/tid=10070] ppid=10065 vsize=539648 CPUtime=1169.61 cores=0,2,4,6
/proc/10067/task/10070/stat : 10070 (strangenight1-m) R 10065 10067 9737 0 -1 4202560 87862 0 0 0 116927 34 0 0 25 0 4 0 730403277 552599552 95436 33554432000 4194304 4650419 140736904477328 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4716.45
Current children cumulated vsize (KiB) 539648



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1203.3 s]
/proc/loadavg: 8.08 8.08 8.01 6/316 10115
/proc/meminfo: memFree=22553756/32951124 swapFree=59305796/67111528
[pid=10067] ppid=10065 vsize=541196 CPUtime=4800.28 cores=0,2,4,6
/proc/10067/stat : 10067 (strangenight1-m) R 10065 10067 9737 0 -1 4202496 547351 0 0 0 479819 209 0 0 25 0 4 0 730403277 554184704 96619 33554432000 4194304 4650419 140736904477328 18446744073709551615 4365323 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/10067/statm: 135299 96619 395 112 0 130264 0
[pid=10067/tid=10068] ppid=10065 vsize=541196 CPUtime=1203.35 cores=0,2,4,6
/proc/10067/task/10068/stat : 10068 (strangenight1-m) R 10065 10067 9737 0 -1 4202560 151035 0 0 0 120272 63 0 0 25 0 4 0 730403277 554184704 96620 33554432000 4194304 4650419 140736904477328 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=10067/tid=10069] ppid=10065 vsize=541196 CPUtime=1203.18 cores=0,2,4,6
/proc/10067/task/10069/stat : 10069 (strangenight1-m) R 10065 10067 9737 0 -1 4202560 148337 0 0 0 120264 54 0 0 25 0 4 0 730403277 554184704 96620 33554432000 4194304 4650419 140736904477328 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=10067/tid=10070] ppid=10065 vsize=541196 CPUtime=1190.4 cores=0,2,4,6
/proc/10067/task/10070/stat : 10070 (strangenight1-m) R 10065 10067 9737 0 -1 4202560 89556 0 0 0 119005 35 0 0 25 0 4 0 730403277 554184704 96620 33554432000 4194304 4650419 140736904477328 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4800.28
Current children cumulated vsize (KiB) 541196

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

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

[startup+1203.3 s]
/proc/loadavg: 8.08 8.08 8.01 6/316 10115
/proc/meminfo: memFree=22553756/32951124 swapFree=59305796/67111528
[pid=10067] ppid=10065 vsize=541196 CPUtime=4800.28 cores=0,2,4,6
/proc/10067/stat : 10067 (strangenight1-m) R 10065 10067 9737 0 -1 4202496 547351 0 0 0 479819 209 0 0 25 0 4 0 730403277 554184704 96619 33554432000 4194304 4650419 140736904477328 18446744073709551615 4365323 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/10067/statm: 135299 96619 395 112 0 130264 0
[pid=10067/tid=10068] ppid=10065 vsize=541196 CPUtime=1203.35 cores=0,2,4,6
/proc/10067/task/10068/stat : 10068 (strangenight1-m) R 10065 10067 9737 0 -1 4202560 151035 0 0 0 120272 63 0 0 25 0 4 0 730403277 554184704 96620 33554432000 4194304 4650419 140736904477328 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=10067/tid=10069] ppid=10065 vsize=541196 CPUtime=1203.18 cores=0,2,4,6
/proc/10067/task/10069/stat : 10069 (strangenight1-m) R 10065 10067 9737 0 -1 4202560 148337 0 0 0 120264 54 0 0 25 0 4 0 730403277 554184704 96620 33554432000 4194304 4650419 140736904477328 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=10067/tid=10070] ppid=10065 vsize=541196 CPUtime=1190.4 cores=0,2,4,6
/proc/10067/task/10070/stat : 10070 (strangenight1-m) R 10065 10067 9737 0 -1 4202560 89556 0 0 0 119005 35 0 0 25 0 4 0 730403277 554184704 96620 33554432000 4194304 4650419 140736904477328 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4800.28
Current children cumulated vsize (KiB) 541196

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1203.35
CPU time (s): 4800.35
CPU user time (s): 4798.24
CPU system time (s): 2.11268
CPU usage (%): 398.917
Max. virtual memory (cumulated for all children) (KiB): 552560

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4798.24
system time used= 2.11268
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 547354
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= 103
involuntary context switches= 24001

runsolver used 3.38549 second user time and 8.68168 second system time

The end

Launcher Data

Begin job on node111 at 2011-05-14 21:35:28
IDJOB=3368725
IDBENCH=82734
IDSOLVER=1846
FILE ID=node111/3368725-1305401728
RUNJOBID= node111-1305401728-10052
PBS_JOBID= 13324478
Free space on /tmp= 73676 MiB

SOLVER NAME= CryptoMiniSat Strange-Night-1-mt (fixed)
BENCH NAME= SAT11/random/medium/unif-k3-r4.26-v450-c1917-S380157195-014.SATISFIABLE.cnf
COMMAND LINE= ./strangenight1-mt --threads=NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3368725-1305401728/watcher-3368725-1305401728 -o /tmp/evaluation-result-3368725-1305401728/solver-3368725-1305401728 -C 4800 -W 1300 -M 15500  ./strangenight1-mt --threads=4 HOME/instance-3368725-1305401728.cnf

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

MD5SUM BENCH= c5ca502edf263e9767f2d7ec536d2edf
RANDOM SEED=502494891

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      22948984 kB
Buffers:        261440 kB
Cached:        6497748 kB
SwapCached:      13720 kB
Active:         916080 kB
Inactive:      8871280 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      22948984 kB
SwapTotal:    67111528 kB
SwapFree:     59305796 kB
Dirty:            7828 kB
Writeback:           8 kB
AnonPages:     3024240 kB
Mapped:          12244 kB
Slab:           115152 kB
PageTables:      36460 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 53318288 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= 73664 MiB
End job on node111 at 2011-05-14 21:55:33