Trace number 3175116

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
CryptoMiniSat Strange-Night-1-mt? (TO) 4800.36 1201.73

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-3175116-1304089182.cnf'
0.00/0.00	c -- header says num vars:            450
0.00/0.00	c -- header says num clauses:        1917
0.00/0.01	c -- clauses added:            0 learnts,         1917 normals,            0 xors
0.00/0.01	c -- vars added        450
0.00/0.01	c Parsing time:  0.00 s
0.00/0.01	c  N st     0         0       450      1917         0         0      5751         0   no data   no data  --
0.00/0.01	c asymm  cl-useful: 0/1917/1917 lits-rem:0 time: 0.00
0.00/0.01	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.10	c lits-rem:         0  cl-subs:        0  v-elim:     22  v-fix:    0  time:  0.01 s
0.00/0.10	c Finding binary XORs  T:     0.00 s  found:       0
0.00/0.10	c Finding non-binary XORs:     0.00 s (found:       0, avg size: nan)
0.00/0.10	c calculated reachability. Time: 0.00
0.00/0.10	c Calc default polars -  time:   0.00 s pos:     212 undec:      47 neg:     191
0.00/0.10	c =========================================================================================
0.00/0.10	c types(t): F = full restart, N = normal restart
0.00/0.10	c types(t): S = simplification begin/end, E = solution found
0.00/0.10	c restart types(rt): st = static, dy = dynamic
0.00/0.10	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits
0.00/0.10	c  B st     0         0       428      1893         0         0      5809         0   no data   no data  --
0.00/0.10	c Decided on static restart strategy
0.00/0.20	c  N st     8      4915       428      1893         0      4807      5809    100638   no data   no data  --
0.00/0.38	c  N st    10     11298       428      1893         0      4464      5809     69832   no data   no data  --
0.00/0.63	c  N st    11     17042       428      1893         0     10074      5809    197934   no data   no data  --
4.00/1.01	c  F st    12     25001       428      1893         0     12323      5809    240827   no data   no data  --
4.00/1.02	c  N st    12     25001       428      1893         0     12323      5809    240827   no data   no data  --
4.80/1.26	c Decided on static restart strategy
4.80/1.26	c  N st    18     30001       428      1893         0     10643      5809    183858   no data   no data  --
4.80/1.26	c  S st    18     30001       428      1893         0     10643      5809    183858   no data   no data  --
4.80/1.29	c  S st    18     30501       428      1893         0     11143      5809    194724   no data   no data  --
4.80/1.29	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
4.80/1.29	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
4.80/1.30	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.1M T:  0.01
5.20/1.30	c bin-w-bin subsume rem            0 bins  time:  0.00 s
5.20/1.30	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
5.20/1.30	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    428 time:  0.00 s
5.20/1.30	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
5.60/1.48	c lits-rem:       142  cl-subs:      572  v-elim:      0  v-fix:    0  time:  0.72 s
5.60/1.49	c asymm  cl-useful: 0/1893/1893 lits-rem:0 time: 0.03
5.60/1.49	c calculated reachability. Time: 0.00
5.60/1.49	c  N st    18     30501       428      1893         0     10571      5809    181797   no data   no data  --
7.59/1.90	c  N st    20     37613       428      1893         0      9803      5809    149192   no data   no data  --
8.77/2.27	c  N st    21     44013       428      1893         0     16045      5809    279339   no data   no data  --
9.57/2.41	c  S st    22     45753       428      1893         0      9019      5809    118165   no data   no data  --
9.57/2.44	c  S st    22     46260       428      1893         0      9524      5809    129382   no data   no data  --
9.57/2.44	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
9.57/2.44	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
9.57/2.44	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.1M T:  0.01
9.57/2.45	c bin-w-bin subsume rem            0 bins  time:  0.00 s
9.57/2.45	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
9.57/2.45	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    428 time:  0.00 s
9.57/2.45	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
9.97/2.52	c lits-rem:        29  cl-subs:      110  v-elim:      0  v-fix:    0  time:  0.31 s
9.97/2.52	c vivif2 --  cl tried     1893 cl shrink        0 lits rem          0 time: 0.00
9.97/2.53	c vivif2 --  cl tried     9414 cl shrink        0 lits rem          0 time: 0.00
9.97/2.53	c asymm  cl-useful: 0/1893/1893 lits-rem:0 time: 0.03
9.97/2.53	c calculated reachability. Time: 0.00
9.97/2.53	c  N st    22     46260       428      1893         0      9414      5809    127211   no data   no data  --
13.17/3.38	c  N st    23     60657       428      1893         0     13685      5809    206495   no data   no data  --
15.98/4.01	c  N st    24     69390       428      1893         0     11570      5809    158479   no data   no data  --
15.98/4.01	c  S st    24     69390       428      1893         0     11570      5809    158479   no data   no data  --
15.98/4.04	c  S st    24     69894       428      1893         0     12073      5809    169541   no data   no data  --
15.98/4.04	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
15.98/4.04	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
15.98/4.05	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.01
15.98/4.05	c bin-w-bin subsume rem            0 bins  time:  0.00 s
15.98/4.05	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
15.98/4.05	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    428 time:  0.00 s
15.98/4.05	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
16.76/4.22	c lits-rem:       114  cl-subs:      193  v-elim:      0  v-fix:    0  time:  0.66 s
16.76/4.22	c vivif2 --  cl tried     1893 cl shrink        0 lits rem          0 time: 0.00
16.76/4.22	c vivif2 --  cl tried    11880 cl shrink        0 lits rem          0 time: 0.01
16.76/4.23	c asymm  cl-useful: 0/1893/1893 lits-rem:0 time: 0.04
16.76/4.23	c calculated reachability. Time: 0.00
16.76/4.23	c  N st    24     69894       428      1893         0     11880      5809    165620   no data   no data  --
21.95/5.54	c  F st    25     87501       428      1893         0     17293      5809    268832   no data   no data  --
21.95/5.54	c  N st    25     87501       428      1893         0     17293      5809    268832   no data   no data  --
23.55/5.96	c Decided on static restart strategy
24.34/6.20	c  N st    32     95542       428      1893         0     25173      5809    438769   no data   no data  --
27.14/6.82	c  N st    34    104841       428      1893         0     21554      5809    345528   no data   no data  --
27.14/6.82	c  S st    34    104841       428      1893         0     21554      5809    345528   no data   no data  --
27.14/6.88	c  S st    34    105347       428      1893         0     22057      5809    356697   no data   no data  --
27.14/6.88	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
27.14/6.88	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
27.14/6.89	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.3M T:  0.03
27.54/6.90	c bin-w-bin subsume rem            0 bins  time:  0.00 s
27.54/6.90	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
27.54/6.90	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    428 time:  0.00 s
27.54/6.90	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
30.33/7.69	c lits-rem:       414  cl-subs:     1045  v-elim:      0  v-fix:    0  time:  3.16 s
30.33/7.69	c vivif2 --  cl tried     1893 cl shrink        0 lits rem          0 time: 0.00
30.33/7.69	c vivif2 --  cl tried    21012 cl shrink        0 lits rem          0 time: 0.01
30.73/7.71	c asymm  cl-useful: 0/1893/1893 lits-rem:0 time: 0.06
30.73/7.71	c calculated reachability. Time: 0.00
30.73/7.71	c  N st    34    105347       428      1893         0     21012      5809    334167   no data   no data  --
33.55/8.50	c  N st    35    114945       428      1893         0     16766      5809    232170   no data   no data  --
39.13/9.85	c  N st    36    129342       428      1893         0     16178      5809    202233   no data   no data  --
46.32/11.70	c  N st    37    150938       428      1893         0     21613      5809    315420   no data   no data  --
49.11/12.37	c  S st    38    158021       428      1893         0     28484      5809    455288   no data   no data  --
49.51/12.45	c  S st    38    158525       428      1893         0     28985      5809    466140   no data   no data  --
49.51/12.45	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
49.51/12.45	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
49.51/12.46	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.03
49.51/12.47	c bin-w-bin subsume rem            0 bins  time:  0.00 s
49.51/12.47	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
49.51/12.47	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    428 time:  0.00 s
49.51/12.47	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
55.11/13.87	c lits-rem:       646  cl-subs:     1894  v-elim:      0  v-fix:    0  time:  5.59 s
55.11/13.87	c vivif2 --  cl tried     1893 cl shrink        0 lits rem          0 time: 0.00
55.11/13.88	c vivif2 --  cl tried    27091 cl shrink        0 lits rem          0 time: 0.02
55.11/13.90	c asymm  cl-useful: 0/1893/1893 lits-rem:0 time: 0.09
55.11/13.90	c calculated reachability. Time: 0.00
55.11/13.90	c  N st    38    158525       428      1893         0     27091      5809    428272   no data   no data  --
74.67/18.70	c  N st    39    207114       428      1893         0     21858      5809    281087   no data   no data  --
87.06/21.88	c  N st    40    237789       428      1893         0     32233      5809    495540   no data   no data  --
87.06/21.88	c  S st    40    237789       428      1893         0     32233      5809    495540   no data   no data  --
87.46/21.96	c  S st    40    238296       428      1893         0     32738      5809    506336   no data   no data  --
87.46/21.97	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
87.46/21.97	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
87.46/21.97	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.04
87.46/21.99	c bin-w-bin subsume rem            0 bins  time:  0.00 s
87.46/21.99	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
87.46/21.99	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    428 time:  0.00 s
87.46/21.99	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
93.85/23.59	c lits-rem:       611  cl-subs:     1828  v-elim:      0  v-fix:    0  time:  6.38 s
93.85/23.59	c vivif2 --  cl tried     1893 cl shrink        0 lits rem          0 time: 0.00
93.85/23.59	c vivif2 --  cl tried    30910 cl shrink        0 lits rem          0 time: 0.02
94.25/23.62	c asymm  cl-useful: 0/1893/1893 lits-rem:0 time: 0.11
94.25/23.62	c calculated reachability. Time: 0.00
94.25/23.62	c  N st    40    238296       428      1893         0     30910      5809    467523   no data   no data  --
123.41/30.95	c  F st    41    306250       428      1893         0     32845      5809    462521   no data   no data  --
123.41/30.95	c  N st    41    306250       428      1893         0     32845      5809    462521   no data   no data  --
126.60/31.73	c Decided on static restart strategy
138.59/34.73	c  N st    51    334556       428      1893         0     37031      5809    546104   no data   no data  --
149.77/37.53	c  N st    53    357444       428      1893         0     34988      5809    493220   no data   no data  --
149.77/37.53	c  S st    53    357444       428      1893         0     34988      5809    493220   no data   no data  --
150.17/37.62	c  S st    53    357946       428      1893         0     35488      5809    504381   no data   no data  --
150.17/37.62	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
150.17/37.62	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
150.17/37.63	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.04
150.17/37.65	c bin-w-bin subsume rem            0 bins  time:  0.00 s
150.17/37.65	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
150.17/37.65	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    428 time:  0.00 s
150.17/37.65	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
156.16/39.17	c lits-rem:       532  cl-subs:     1293  v-elim:      0  v-fix:    0  time:  6.06 s
156.16/39.17	c vivif2 --  cl tried     1893 cl shrink        0 lits rem          0 time: 0.00
156.16/39.17	c vivif2 --  cl tried    34195 cl shrink        0 lits rem          0 time: 0.02
156.16/39.20	c asymm  cl-useful: 0/1893/1893 lits-rem:0 time: 0.11
156.16/39.20	c calculated reachability. Time: 0.00
156.16/39.20	c  N st    53    357946       428      1893         0     34195      5809    474540   no data   no data  --
173.75/43.54	c  N st    54    390340       428      1893         0     40322      5809    583872   no data   no data  --
203.71/51.08	c  N st    55    438928       428      1893         0     34139      5809    413065   no data   no data  --
247.25/61.97	c  N st    56    511811       428      1893         0     47630      5809    691441   no data   no data  --
264.42/66.25	c  N st    57    536920       428      1893         0     41890      5809    545431   no data   no data  --
264.42/66.25	c  S st    57    536920       428      1893         0     41890      5809    545431   no data   no data  --
264.82/66.36	c  S st    57    537424       428      1893         0     42389      5809    556032   no data   no data  --
264.82/66.36	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
264.82/66.36	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
264.82/66.37	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.5M T:  0.05
264.82/66.39	c bin-w-bin subsume rem            0 bins  time:  0.00 s
264.82/66.39	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
264.82/66.39	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    428 time:  0.00 s
264.82/66.39	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
272.01/68.14	c lits-rem:       943  cl-subs:     2206  v-elim:      0  v-fix:    0  time:  6.97 s
272.01/68.14	c vivif2 --  cl tried     1893 cl shrink        0 lits rem          0 time: 0.00
272.01/68.15	c vivif2 --  cl tried    40183 cl shrink        0 lits rem          0 time: 0.02
272.01/68.18	c asymm  cl-useful: 0/1893/1893 lits-rem:0 time: 0.15
272.01/68.19	c calculated reachability. Time: 0.00
272.01/68.19	c  N st    57    537424       428      1893         0     40183      5809    512474   no data   no data  --
385.46/96.52	c  N st    58    701409       428      1893         0     69221      5809   1130559   no data   no data  --
465.33/116.59	c  N st    59    806137       428      1893         0     63169      5809    944665   no data   no data  --
465.33/116.59	c  S st    59    806137       428      1893         0     63169      5809    944665   no data   no data  --
466.13/116.80	c  S st    59    806638       428      1893         0     63670      5809    954745   no data   no data  --
466.53/116.80	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
466.53/116.80	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
466.53/116.83	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.8M T:  0.10
466.53/116.86	c bin-w-bin subsume rem            0 bins  time:  0.00 s
466.53/116.86	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
466.53/116.86	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    428 time:  0.00 s
466.53/116.86	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
480.51/120.35	c lits-rem:      1415  cl-subs:     3917  v-elim:      0  v-fix:    0  time: 13.95 s
480.51/120.35	c vivif2 --  cl tried     1893 cl shrink        0 lits rem          0 time: 0.00
480.51/120.36	c vivif2 --  cl tried    59753 cl shrink        0 lits rem          0 time: 0.04
480.91/120.44	c asymm  cl-useful: 0/1893/1893 lits-rem:0 time: 0.29
480.91/120.44	c calculated reachability. Time: 0.00
480.91/120.44	c  N st    59    806638       428      1893         0     59753      5809    875808   no data   no data  --
683.05/171.01	c  F st    60   1071876       428      1893         0     75664      5809   1122453   no data   no data  --
683.05/171.01	c  N st    60   1071876       428      1893         0     75664      5809   1122453   no data   no data  --
688.66/172.47	c Decided on static restart strategy
708.21/177.31	c  N st    70   1100178       428      1893         0     59583      5809    756840   no data   no data  --
739.37/185.10	c  N st    72   1136170       428      1893         0     49869      5809    530042   no data   no data  --
766.13/191.86	c  N st    73   1168563       428      1893         0     81597      5809   1273978   no data   no data  --
799.69/200.24	c  N st    74   1209958       428      1893         0     75986      5809   1114292   no data   no data  --
799.69/200.24	c  S st    74   1209958       428      1893         0     75986      5809   1114292   no data   no data  --
800.89/200.53	c  S st    74   1210462       428      1893         0     76489      5809   1125071   no data   no data  --
800.89/200.53	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
800.89/200.53	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
800.89/200.57	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.9M T:  0.16
801.29/200.62	c bin-w-bin subsume rem            0 bins  time:  0.00 s
801.29/200.62	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
801.29/200.62	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    428 time:  0.00 s
801.29/200.62	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
823.65/206.28	c lits-rem:       482  cl-subs:     5175  v-elim:      0  v-fix:    0  time: 22.62 s
823.65/206.28	c vivif2 --  cl tried     1893 cl shrink        0 lits rem          0 time: 0.00
824.05/206.30	c vivif2 --  cl tried    71314 cl shrink        0 lits rem          0 time: 0.06
824.47/206.41	c asymm  cl-useful: 0/1893/1893 lits-rem:0 time: 0.47
824.47/206.42	c calculated reachability. Time: 0.00
824.47/206.42	c  N st    74   1210462       428      1893         0     71314      5809   1012445   no data   no data  --
902.74/226.07	c  N st    75   1283344       428      1893         0     47772      5809    434247   no data   no data  --
1018.21/254.97	c  N st    76   1392668       428      1893         0     55642      5809    579597   no data   no data  --
1181.17/295.73	c  N st    77   1556652       428      1893         0     60467      5809    645748   no data   no data  --
1349.74/337.97	c  N st    78   1710462       428      1893         0    101453      5809   1432428   no data   no data  --
1349.74/337.97	c  S st    78   1710462       428      1893         0    101453      5809   1432428   no data   no data  --
1350.94/338.27	c  S st    78   1710965       428      1893         0    101953      5809   1443536   no data   no data  --
1350.94/338.28	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
1350.94/338.28	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
1351.34/338.33	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.3M T:  0.19
1351.34/338.38	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1351.34/338.38	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1351.34/338.38	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    428 time:  0.00 s
1351.34/338.38	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
1398.88/350.22	c lits-rem:       418  cl-subs:    16063  v-elim:      0  v-fix:    0  time: 47.28 s
1398.88/350.22	c vivif2 --  cl tried     1893 cl shrink        0 lits rem          0 time: 0.00
1398.88/350.23	c vivif2 --  cl tried    85890 cl shrink        0 lits rem          0 time: 0.06
1399.28/350.35	c asymm  cl-useful: 0/1893/1893 lits-rem:0 time: 0.47
1399.28/350.35	c calculated reachability. Time: 0.00
1399.28/350.35	c  N st    78   1710965       428      1893         0     85890      5809   1154307   no data   no data  --
1807.92/452.65	c  N st    79   2079929       428      1893         0     97909      5809   1319242   no data   no data  --
1967.34/492.51	c  N st    80   2210967       428      1893         0    102281      5809   1399536   no data   no data  --
1967.34/492.51	c  S st    80   2210967       428      1893         0    102281      5809   1399536   no data   no data  --
1968.51/492.85	c  S st    80   2211468       428      1893         0    102780      5809   1409945   no data   no data  --
1968.51/492.86	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
1968.51/492.86	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
1968.91/492.90	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.2M T:  0.19
1968.91/492.95	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1968.91/492.95	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1968.91/492.95	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    428 time:  0.00 s
1968.91/492.95	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
2000.46/500.85	c lits-rem:       277  cl-subs:     9223  v-elim:      0  v-fix:    0  time: 31.55 s
2000.46/500.85	c vivif2 --  cl tried     1893 cl shrink        0 lits rem          0 time: 0.00
2000.46/500.87	c vivif2 --  cl tried    93557 cl shrink        0 lits rem          0 time: 0.08
2001.26/501.00	c asymm  cl-useful: 0/1893/1893 lits-rem:0 time: 0.54
2001.26/501.01	c calculated reachability. Time: 0.00
2001.26/501.01	c  N st    80   2211468       428      1893         0     93557      5809   1236865   no data   no data  --
2604.07/651.98	c  N st    81   2711469       428      1893         0    117096      5809   1660452   no data   no data  --
2604.07/651.98	c  S st    81   2711469       428      1893         0    117096      5809   1660452   no data   no data  --
2606.05/652.40	c  S st    81   2711972       428      1893         0    117597      5809   1672798   no data   no data  --
2606.05/652.40	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.03
2606.05/652.40	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
2606.05/652.46	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.4M T:  0.23
2606.45/652.52	c bin-w-bin subsume rem            0 bins  time:  0.00 s
2606.45/652.52	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2606.45/652.52	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    428 time:  0.00 s
2606.45/652.52	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
2644.40/662.01	c lits-rem:       430  cl-subs:     9467  v-elim:      0  v-fix:    0  time: 37.91 s
2644.40/662.01	c vivif2 --  cl tried     1893 cl shrink        0 lits rem          0 time: 0.00
2644.40/662.03	c vivif2 --  cl tried   108130 cl shrink        0 lits rem          0 time: 0.08
2644.80/662.19	c asymm  cl-useful: 0/1893/1893 lits-rem:0 time: 0.62
2644.80/662.19	c calculated reachability. Time: 0.00
2644.80/662.19	c  N st    81   2711972       428      1893         0    108130      5809   1508751   no data   no data  --
3378.20/845.74	c  N st    82   3211972       428      1893         0     83828      5809    835346   no data   no data  --
3378.20/845.74	c  S st    82   3211972       428      1893         0     83828      5809    835346   no data   no data  --
3379.40/846.00	c  S st    82   3212475       428      1893         0     84331      5809    846987   no data   no data  --
3379.40/846.01	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
3379.40/846.01	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
3379.40/846.04	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.0M T:  0.14
3379.40/846.07	c bin-w-bin subsume rem            0 bins  time:  0.00 s
3379.40/846.07	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3379.40/846.07	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    428 time:  0.00 s
3379.40/846.07	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
3391.39/849.06	c lits-rem:       536  cl-subs:     2076  v-elim:      0  v-fix:    0  time: 11.93 s
3391.39/849.06	c vivif2 --  cl tried     1893 cl shrink        0 lits rem          0 time: 0.00
3391.39/849.07	c vivif2 --  cl tried    82255 cl shrink        0 lits rem          0 time: 0.05
3391.79/849.18	c asymm  cl-useful: 0/1893/1893 lits-rem:0 time: 0.43
3391.79/849.18	c calculated reachability. Time: 0.00
3391.79/849.18	c  N st    82   3212475       428      1893         0     82255      5809    809481   no data   no data  --
4084.46/1022.54	c  N st    83   3712475       428      1893         0     93725      5809    991290   no data   no data  --
4084.46/1022.54	c  S st    83   3712475       428      1893         0     93725      5809    991290   no data   no data  --
4085.65/1022.83	c  S st    83   3712978       428      1893         0     94228      5809   1003314   no data   no data  --
4085.65/1022.83	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
4085.65/1022.83	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
4085.65/1022.88	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.1M T:  0.17
4086.05/1022.91	c bin-w-bin subsume rem            0 bins  time:  0.00 s
4086.05/1022.91	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
4086.05/1022.91	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    428 time:  0.00 s
4086.05/1022.91	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
4094.44/1025.06	c lits-rem:       179  cl-subs:     1833  v-elim:      0  v-fix:    0  time:  8.59 s
4094.44/1025.06	c vivif2 --  cl tried     1893 cl shrink        0 lits rem          0 time: 0.00
4094.44/1025.08	c vivif2 --  cl tried    92395 cl shrink        0 lits rem          0 time: 0.06
4095.23/1025.20	c asymm  cl-useful: 0/1893/1893 lits-rem:0 time: 0.50
4095.23/1025.21	c calculated reachability. Time: 0.00
4095.23/1025.21	c  N st    83   3712978       428      1893         0     92395      5809    967216   no data   no data  --
4148.37/1038.56	c  F st    84   3751565       428      1893         0    129589      5809   1805123   no data   no data  --
4148.37/1038.56	c  N st    84   3751565       428      1893         0    129589      5809   1805123   no data   no data  --
4158.76/1041.11	c Decided on static restart strategy
4204.29/1052.58	c  N st    94   3779868       428      1893         0    157216      5809   2446219   no data   no data  --
4259.82/1066.48	c  N st    96   3815861       428      1893         0    109895      5809   1359129   no data   no data  --
4309.38/1078.89	c  N st    97   3848255       428      1893         0    141431      5809   2094208   no data   no data  --
4387.65/1098.49	c  N st    98   3896843       428      1893         0    104861      5809   1192630   no data   no data  --
4499.89/1126.58	c  N st    99   3969726       428      1893         0     91616      5809    888801   no data   no data  --
4666.87/1168.31	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: 935)

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3175116-1304089182/watcher-3175116-1304089182 -o /tmp/evaluation-result-3175116-1304089182/solver-3175116-1304089182 -C 4800 -W 1300 -M 15500 ./strangenight1-mt --threads=4 HOME/instance-3175116-1304089182.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: 8.15 8.07 7.88 6/180 5754
/proc/meminfo: memFree=19793184/32950904 swapFree=67082284/67111528
[pid=5754] ppid=5752 vsize=51236 CPUtime=0 cores=1,3,5,7
/proc/5754/stat : 5754 (strangenight1-m) R 5752 5754 5556 0 -1 4202496 413 0 0 0 0 0 0 0 25 0 4 0 520517930 52465664 352 33554432000 4194304 4650419 140734296044288 18446744073709551615 47195191891894 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/5754/statm: 12809 352 303 112 0 7774 0
[pid=5754/tid=5755] ppid=5752 vsize=51236 CPUtime=0 cores=1,3,5,7
/proc/5754/task/5755/stat : 5755 (strangenight1-m) R 5752 5754 5556 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 4 0 520517930 52465664 352 33554432000 4194304 4650419 140734296044288 18446744073709551615 47195191891890 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=5754/tid=5756] ppid=5752 vsize=51236 CPUtime=0 cores=1,3,5,7
/proc/5754/task/5756/stat : 5756 (strangenight1-m) R 5752 5754 5556 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 4 0 520517930 52465664 352 33554432000 4194304 4650419 140734296044288 18446744073709551615 237278936049 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=5754/tid=5757] ppid=5752 vsize=51236 CPUtime=0 cores=1,3,5,7
/proc/5754/task/5757/stat : 5757 (strangenight1-m) R 5752 5754 5556 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 4 0 520517930 52465664 352 33554432000 4194304 4650419 140734296044288 18446744073709551615 47195191891884 0 0 4096 2 0 0 0 -1 1 0 0 0

[startup+0.09908 s]
/proc/loadavg: 8.15 8.07 7.88 6/180 5754
/proc/meminfo: memFree=19793184/32950904 swapFree=67082284/67111528
[pid=5754] ppid=5752 vsize=285096 CPUtime=3.2 cores=1,3,5,7
/proc/5754/stat : 5754 (strangenight1-m) R 5752 5754 5556 0 -1 4202496 5023 0 0 0 319 1 0 0 18 0 4 0 520517930 291938304 2576 33554432000 4194304 4650419 140734296044288 18446744073709551615 4366904 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/5754/statm: 71274 2576 393 112 0 66239 0
[pid=5754/tid=5755] ppid=5752 vsize=285096 CPUtime=0.79 cores=1,3,5,7
/proc/5754/task/5755/stat : 5755 (strangenight1-m) R 5752 5754 5556 0 -1 4202560 1198 0 0 0 79 0 0 0 19 0 4 0 520517930 291938304 2576 33554432000 4194304 4650419 140734296044288 18446744073709551615 4363432 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=5754/tid=5756] ppid=5752 vsize=285096 CPUtime=0.79 cores=1,3,5,7
/proc/5754/task/5756/stat : 5756 (strangenight1-m) R 5752 5754 5556 0 -1 4202560 1185 0 0 0 79 0 0 0 19 0 4 0 520517930 291938304 2576 33554432000 4194304 4650419 140734296044288 18446744073709551615 4331245 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=5754/tid=5757] ppid=5752 vsize=285096 CPUtime=0.8 cores=1,3,5,7
/proc/5754/task/5757/stat : 5757 (strangenight1-m) R 5752 5754 5556 0 -1 4202560 1028 0 0 0 80 0 0 0 25 0 4 0 520517930 291938304 2576 33554432000 4194304 4650419 140734296044288 18446744073709551615 4365223 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 3.2
Current children cumulated vsize (KiB) 285096

[startup+0.907464 s]
/proc/loadavg: 8.15 8.07 7.88 6/180 5754
/proc/meminfo: memFree=19793184/32950904 swapFree=67082284/67111528
[pid=5754] ppid=5752 vsize=285096 CPUtime=3.6 cores=1,3,5,7
/proc/5754/stat : 5754 (strangenight1-m) R 5752 5754 5556 0 -1 4202496 5248 0 0 0 359 1 0 0 19 0 4 0 520517930 291938304 2801 33554432000 4194304 4650419 140734296044288 18446744073709551615 4328302 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/5754/statm: 71274 2801 393 112 0 66239 0
[pid=5754/tid=5755] ppid=5752 vsize=285096 CPUtime=0.89 cores=1,3,5,7
/proc/5754/task/5755/stat : 5755 (strangenight1-m) R 5752 5754 5556 0 -1 4202560 1263 0 0 0 89 0 0 0 19 0 4 0 520517930 291938304 2801 33554432000 4194304 4650419 140734296044288 18446744073709551615 4363566 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=5754/tid=5756] ppid=5752 vsize=285096 CPUtime=0.89 cores=1,3,5,7
/proc/5754/task/5756/stat : 5756 (strangenight1-m) R 5752 5754 5556 0 -1 4202560 1242 0 0 0 89 0 0 0 19 0 4 0 520517930 291938304 2801 33554432000 4194304 4650419 140734296044288 18446744073709551615 4365854 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=5754/tid=5757] ppid=5752 vsize=285096 CPUtime=0.9 cores=1,3,5,7
/proc/5754/task/5757/stat : 5757 (strangenight1-m) R 5752 5754 5556 0 -1 4202560 1078 0 0 0 90 0 0 0 25 0 4 0 520517930 291938304 2801 33554432000 4194304 4650419 140734296044288 18446744073709551615 4333937 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 3.6
Current children cumulated vsize (KiB) 285096

[startup+1.00745 s]
/proc/loadavg: 8.15 8.07 7.88 6/180 5754
/proc/meminfo: memFree=19793184/32950904 swapFree=67082284/67111528
[pid=5754] ppid=5752 vsize=285096 CPUtime=4 cores=1,3,5,7
/proc/5754/stat : 5754 (strangenight1-m) R 5752 5754 5556 0 -1 4202496 5487 0 0 0 399 1 0 0 19 0 4 0 520517930 291938304 3040 33554432000 4194304 4650419 140734296044288 18446744073709551615 4365237 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/5754/statm: 71274 3040 394 112 0 66239 0
[pid=5754/tid=5755] ppid=5752 vsize=285096 CPUtime=0.99 cores=1,3,5,7
/proc/5754/task/5755/stat : 5755 (strangenight1-m) R 5752 5754 5556 0 -1 4202560 1343 0 0 0 99 0 0 0 19 0 4 0 520517930 291938304 3040 33554432000 4194304 4650419 140734296044288 18446744073709551615 4366839 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=5754/tid=5756] ppid=5752 vsize=285096 CPUtime=0.99 cores=1,3,5,7
/proc/5754/task/5756/stat : 5756 (strangenight1-m) R 5752 5754 5556 0 -1 4202560 1288 0 0 0 99 0 0 0 19 0 4 0 520517930 291938304 3040 33554432000 4194304 4650419 140734296044288 18446744073709551615 4363506 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=5754/tid=5757] ppid=5752 vsize=285096 CPUtime=1 cores=1,3,5,7
/proc/5754/task/5757/stat : 5757 (strangenight1-m) R 5752 5754 5556 0 -1 4202560 1145 0 0 0 100 0 0 0 25 0 4 0 520517930 291938304 3040 33554432000 4194304 4650419 140734296044288 18446744073709551615 4520364 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4
Current children cumulated vsize (KiB) 285096

[startup+1.10743 s]
/proc/loadavg: 8.15 8.07 7.88 6/180 5754
/proc/meminfo: memFree=19793184/32950904 swapFree=67082284/67111528
[pid=5754] ppid=5752 vsize=285536 CPUtime=4.4 cores=1,3,5,7
/proc/5754/stat : 5754 (strangenight1-m) R 5752 5754 5556 0 -1 4202496 6361 0 0 0 439 1 0 0 19 0 4 0 520517930 292388864 2694 33554432000 4194304 4650419 140734296044288 18446744073709551615 4365227 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/5754/statm: 71384 2694 394 112 0 66349 0
[pid=5754/tid=5755] ppid=5752 vsize=285536 CPUtime=1.09 cores=1,3,5,7
/proc/5754/task/5755/stat : 5755 (strangenight1-m) R 5752 5754 5556 0 -1 4202560 1567 0 0 0 109 0 0 0 19 0 4 0 520517930 292388864 2694 33554432000 4194304 4650419 140734296044288 18446744073709551615 4367287 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=5754/tid=5756] ppid=5752 vsize=285536 CPUtime=1.09 cores=1,3,5,7
/proc/5754/task/5756/stat : 5756 (strangenight1-m) R 5752 5754 5556 0 -1 4202560 1510 0 0 0 109 0 0 0 19 0 4 0 520517930 292388864 2694 33554432000 4194304 4650419 140734296044288 18446744073709551615 4240954 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=5754/tid=5757] ppid=5752 vsize=285536 CPUtime=1.1 cores=1,3,5,7
/proc/5754/task/5757/stat : 5757 (strangenight1-m) R 5752 5754 5556 0 -1 4202560 1336 0 0 0 110 0 0 0 25 0 4 0 520517930 292388864 2694 33554432000 4194304 4650419 140734296044288 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4.4
Current children cumulated vsize (KiB) 285536

[startup+1.50036 s]
/proc/loadavg: 8.15 8.07 7.88 6/180 5754
/proc/meminfo: memFree=19793184/32950904 swapFree=67082284/67111528
[pid=5754] ppid=5752 vsize=287000 CPUtime=5.97 cores=1,3,5,7
/proc/5754/stat : 5754 (strangenight1-m) R 5752 5754 5556 0 -1 4202496 8190 0 0 0 596 1 0 0 20 0 4 0 520517930 293888000 4523 33554432000 4194304 4650419 140734296044288 18446744073709551615 4366816 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/5754/statm: 71750 4523 395 112 0 66715 0
[pid=5754/tid=5755] ppid=5752 vsize=287000 CPUtime=1.49 cores=1,3,5,7
/proc/5754/task/5755/stat : 5755 (strangenight1-m) R 5752 5754 5556 0 -1 4202560 1758 0 0 0 149 0 0 0 20 0 4 0 520517930 293888000 4523 33554432000 4194304 4650419 140734296044288 18446744073709551615 4366831 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=5754/tid=5756] ppid=5752 vsize=287000 CPUtime=1.48 cores=1,3,5,7
/proc/5754/task/5756/stat : 5756 (strangenight1-m) R 5752 5754 5556 0 -1 4202560 1702 0 0 0 148 0 0 0 19 0 4 0 520517930 293888000 4523 33554432000 4194304 4650419 140734296044288 18446744073709551615 4366904 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=5754/tid=5757] ppid=5752 vsize=287000 CPUtime=1.49 cores=1,3,5,7
/proc/5754/task/5757/stat : 5757 (strangenight1-m) R 5752 5754 5556 0 -1 4202560 1513 0 0 0 149 0 0 0 25 0 4 0 520517930 293888000 4524 33554432000 4194304 4650419 140734296044288 18446744073709551615 4520364 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 5.97
Current children cumulated vsize (KiB) 287000

[startup+3.10108 s]
/proc/loadavg: 8.14 8.07 7.88 9/184 5758
/proc/meminfo: memFree=19756832/32950904 swapFree=67082284/67111528
[pid=5754] ppid=5752 vsize=282456 CPUtime=12.36 cores=1,3,5,7
/proc/5754/stat : 5754 (strangenight1-m) R 5752 5754 5556 0 -1 4202496 15699 0 0 0 1234 2 0 0 25 0 4 0 520517930 289234944 9004 33554432000 4194304 4650419 140734296044288 18446744073709551615 4364736 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/5754/statm: 70614 9004 395 112 0 65579 0
[pid=5754/tid=5755] ppid=5752 vsize=282456 CPUtime=3.08 cores=1,3,5,7
/proc/5754/task/5755/stat : 5755 (strangenight1-m) R 5752 5754 5556 0 -1 4202560 3816 0 0 0 308 0 0 0 25 0 4 0 520517930 289234944 9004 33554432000 4194304 4650419 140734296044288 18446744073709551615 4363416 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=5754/tid=5756] ppid=5752 vsize=282456 CPUtime=3.07 cores=1,3,5,7
/proc/5754/task/5756/stat : 5756 (strangenight1-m) R 5752 5754 5556 0 -1 4202560 4110 0 0 0 307 0 0 0 25 0 4 0 520517930 289234944 9004 33554432000 4194304 4650419 140734296044288 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=5754/tid=5757] ppid=5752 vsize=282456 CPUtime=3.08 cores=1,3,5,7
/proc/5754/task/5757/stat : 5757 (strangenight1-m) R 5752 5754 5556 0 -1 4202560 3422 0 0 0 308 0 0 0 25 0 4 0 520517930 289234944 9004 33554432000 4194304 4650419 140734296044288 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 12.36
Current children cumulated vsize (KiB) 282456

[startup+6.30651 s]
/proc/loadavg: 8.14 8.07 7.88 9/184 5758
/proc/meminfo: memFree=19734228/32950904 swapFree=67082284/67111528
[pid=5754] ppid=5752 vsize=297368 CPUtime=25.17 cores=1,3,5,7
/proc/5754/stat : 5754 (strangenight1-m) R 5752 5754 5556 0 -1 4202496 24321 0 0 0 2513 4 0 0 25 0 4 0 520517930 304504832 12081 33554432000 4194304 4650419 140734296044288 18446744073709551615 4366931 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/5754/statm: 74342 12081 395 112 0 69307 0
[pid=5754/tid=5755] ppid=5752 vsize=297368 CPUtime=6.29 cores=1,3,5,7
/proc/5754/task/5755/stat : 5755 (strangenight1-m) R 5752 5754 5556 0 -1 4202560 6402 0 0 0 629 0 0 0 25 0 4 0 520517930 304504832 12081 33554432000 4194304 4650419 140734296044288 18446744073709551615 4366869 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=5754/tid=5756] ppid=5752 vsize=297368 CPUtime=6.26 cores=1,3,5,7
/proc/5754/task/5756/stat : 5756 (strangenight1-m) R 5752 5754 5556 0 -1 4202560 6773 0 0 0 626 0 0 0 25 0 4 0 520517930 304504832 12081 33554432000 4194304 4650419 140734296044288 18446744073709551615 4438387 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=5754/tid=5757] ppid=5752 vsize=297368 CPUtime=6.29 cores=1,3,5,7
/proc/5754/task/5757/stat : 5757 (strangenight1-m) R 5752 5754 5556 0 -1 4202560 4719 0 0 0 629 0 0 0 25 0 4 0 520517930 304504832 12081 33554432000 4194304 4650419 140734296044288 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 25.17
Current children cumulated vsize (KiB) 297368

[startup+12.7004 s]
/proc/loadavg: 8.13 8.07 7.88 9/184 5758
/proc/meminfo: memFree=19721080/32950904 swapFree=67082284/67111528
[pid=5754] ppid=5752 vsize=298560 CPUtime=50.71 cores=1,3,5,7
/proc/5754/stat : 5754 (strangenight1-m) R 5752 5754 5556 0 -1 4202496 37105 0 0 0 5066 5 0 0 25 0 4 0 520517930 305725440 16900 33554432000 4194304 4650419 140734296044288 18446744073709551615 4438399 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/5754/statm: 74640 16900 395 112 0 69605 0
[pid=5754/tid=5755] ppid=5752 vsize=298560 CPUtime=12.69 cores=1,3,5,7
/proc/5754/task/5755/stat : 5755 (strangenight1-m) R 5752 5754 5556 0 -1 4202560 9524 0 0 0 1268 1 0 0 25 0 4 0 520517930 305725440 16900 33554432000 4194304 4650419 140734296044288 18446744073709551615 4365337 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=5754/tid=5756] ppid=5752 vsize=298560 CPUtime=12.63 cores=1,3,5,7
/proc/5754/task/5756/stat : 5756 (strangenight1-m) R 5752 5754 5556 0 -1 4202560 9591 0 0 0 1262 1 0 0 25 0 4 0 520517930 305725440 16900 33554432000 4194304 4650419 140734296044288 18446744073709551615 4364785 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=5754/tid=5757] ppid=5752 vsize=298560 CPUtime=12.69 cores=1,3,5,7
/proc/5754/task/5757/stat : 5757 (strangenight1-m) R 5752 5754 5556 0 -1 4202560 7214 0 0 0 1268 1 0 0 25 0 4 0 520517930 305725440 16900 33554432000 4194304 4650419 140734296044288 18446744073709551615 4365237 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 50.71
Current children cumulated vsize (KiB) 298560

[startup+25.5011 s]
/proc/loadavg: 8.17 8.08 7.89 9/184 5759
/proc/meminfo: memFree=19687376/32950904 swapFree=67082284/67111528
[pid=5754] ppid=5752 vsize=313648 CPUtime=101.84 cores=1,3,5,7
/proc/5754/stat : 5754 (strangenight1-m) R 5752 5754 5556 0 -1 4202496 57438 0 0 0 10174 10 0 0 25 0 4 0 520517930 321175552 22943 33554432000 4194304 4650419 140734296044288 18446744073709551615 4363452 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/5754/statm: 78412 22943 395 112 0 73377 0
[pid=5754/tid=5755] ppid=5752 vsize=313648 CPUtime=25.49 cores=1,3,5,7
/proc/5754/task/5755/stat : 5755 (strangenight1-m) R 5752 5754 5556 0 -1 4202560 15371 0 0 0 2547 2 0 0 25 0 4 0 520517930 321175552 22943 33554432000 4194304 4650419 140734296044288 18446744073709551615 4366869 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=5754/tid=5756] ppid=5752 vsize=313648 CPUtime=25.35 cores=1,3,5,7
/proc/5754/task/5756/stat : 5756 (strangenight1-m) R 5752 5754 5556 0 -1 4202560 15141 0 0 0 2533 2 0 0 25 0 4 0 520517930 321175552 22943 33554432000 4194304 4650419 140734296044288 18446744073709551615 4328176 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=5754/tid=5757] ppid=5752 vsize=313648 CPUtime=25.48 cores=1,3,5,7
/proc/5754/task/5757/stat : 5757 (strangenight1-m) R 5752 5754 5556 0 -1 4202560 10877 0 0 0 2546 2 0 0 25 0 4 0 520517930 321175552 22943 33554432000 4194304 4650419 140734296044288 18446744073709551615 4366904 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 101.84
Current children cumulated vsize (KiB) 313648

[startup+51.1006 s]
/proc/loadavg: 8.18 8.09 7.90 9/184 5759
/proc/meminfo: memFree=19664012/32950904 swapFree=67082284/67111528
[pid=5754] ppid=5752 vsize=316224 CPUtime=204.1 cores=1,3,5,7
/proc/5754/stat : 5754 (strangenight1-m) R 5752 5754 5556 0 -1 4202496 85148 0 0 0 20391 19 0 0 25 0 4 0 520517930 323813376 29341 33554432000 4194304 4650419 140734296044288 18446744073709551615 4328256 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/5754/statm: 79056 29341 395 112 0 74021 0
[pid=5754/tid=5755] ppid=5752 vsize=316224 CPUtime=51.09 cores=1,3,5,7
/proc/5754/task/5755/stat : 5755 (strangenight1-m) R 5752 5754 5556 0 -1 4202560 23623 0 0 0 5105 4 0 0 25 0 4 0 520517930 323813376 29341 33554432000 4194304 4650419 140734296044288 18446744073709551615 4364788 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=5754/tid=5756] ppid=5752 vsize=316224 CPUtime=50.82 cores=1,3,5,7
/proc/5754/task/5756/stat : 5756 (strangenight1-m) R 5752 5754 5556 0 -1 4202560 21894 0 0 0 5077 5 0 0 25 0 4 0 520517930 323813376 29341 33554432000 4194304 4650419 140734296044288 18446744073709551615 4331971 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=5754/tid=5757] ppid=5752 vsize=316224 CPUtime=51.08 cores=1,3,5,7
/proc/5754/task/5757/stat : 5757 (strangenight1-m) R 5752 5754 5556 0 -1 4202560 15670 0 0 0 5104 4 0 0 25 0 4 0 520517930 323813376 29341 33554432000 4194304 4650419 140734296044288 18446744073709551615 4364772 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 204.1
Current children cumulated vsize (KiB) 316224

[startup+102.3 s]
/proc/loadavg: 8.20 8.10 7.91 9/184 5770
/proc/meminfo: memFree=19588216/32950904 swapFree=67082284/67111528
[pid=5754] ppid=5752 vsize=390012 CPUtime=408.6 cores=1,3,5,7
/proc/5754/stat : 5754 (strangenight1-m) R 5752 5754 5556 0 -1 4202496 125970 0 0 0 40826 34 0 0 25 0 4 0 520517930 399372288 35521 33554432000 4194304 4650419 140734296044288 18446744073709551615 4366828 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/5754/statm: 97503 35521 395 112 0 92468 0
[pid=5754/tid=5755] ppid=5752 vsize=390012 CPUtime=102.28 cores=1,3,5,7
/proc/5754/task/5755/stat : 5755 (strangenight1-m) R 5752 5754 5556 0 -1 4202560 35388 0 0 0 10219 9 0 0 25 0 4 0 520517930 399372288 35521 33554432000 4194304 4650419 140734296044288 18446744073709551615 4365210 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=5754/tid=5756] ppid=5752 vsize=390012 CPUtime=101.74 cores=1,3,5,7
/proc/5754/task/5756/stat : 5756 (strangenight1-m) R 5752 5754 5556 0 -1 4202560 33469 0 0 0 10165 9 0 0 25 0 4 0 520517930 399372288 35521 33554432000 4194304 4650419 140734296044288 18446744073709551615 4366943 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=5754/tid=5757] ppid=5752 vsize=390012 CPUtime=102.28 cores=1,3,5,7
/proc/5754/task/5757/stat : 5757 (strangenight1-m) R 5752 5754 5556 0 -1 4202560 22451 0 0 0 10221 7 0 0 25 0 4 0 520517930 399372288 35521 33554432000 4194304 4650419 140734296044288 18446744073709551615 4366933 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 408.6
Current children cumulated vsize (KiB) 390012

[startup+162.301 s]

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

[pid=5754] ppid=5752 vsize=624608 CPUtime=2805.39 cores=1,3,5,7
/proc/5754/stat : 5754 (strangenight1-m) R 5752 5754 5556 0 -1 4202496 408436 0 0 0 280373 166 0 0 25 0 4 0 520517930 639598592 88090 33554432000 4194304 4650419 140734296044288 18446744073709551615 4351706 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/5754/statm: 156152 88090 395 112 0 151117 0
[pid=5754/tid=5755] ppid=5752 vsize=624608 CPUtime=702.29 cores=1,3,5,7
/proc/5754/task/5755/stat : 5755 (strangenight1-m) R 5752 5754 5556 0 -1 4202560 116784 0 0 0 70182 47 0 0 25 0 4 0 520517930 639598592 88090 33554432000 4194304 4650419 140734296044288 18446744073709551615 4365223 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=5754/tid=5756] ppid=5752 vsize=624608 CPUtime=698.48 cores=1,3,5,7
/proc/5754/task/5756/stat : 5756 (strangenight1-m) R 5752 5754 5556 0 -1 4202560 112760 0 0 0 69801 47 0 0 25 0 4 0 520517930 639598592 88090 33554432000 4194304 4650419 140734296044288 18446744073709551615 4366879 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=5754/tid=5757] ppid=5752 vsize=624608 CPUtime=702.29 cores=1,3,5,7
/proc/5754/task/5757/stat : 5757 (strangenight1-m) R 5752 5754 5556 0 -1 4202560 63189 0 0 0 70201 28 0 0 25 0 4 0 520517930 639598592 88090 33554432000 4194304 4650419 140734296044288 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 2805.39
Current children cumulated vsize (KiB) 624608

[startup+762.301 s]
/proc/loadavg: 8.13 8.11 8.00 9/184 5790
/proc/meminfo: memFree=19270296/32950904 swapFree=67082284/67111528
[pid=5754] ppid=5752 vsize=625304 CPUtime=3045.06 cores=1,3,5,7
/proc/5754/stat : 5754 (strangenight1-m) R 5752 5754 5556 0 -1 4202496 424744 0 0 0 304331 175 0 0 25 0 4 0 520517930 640311296 91301 33554432000 4194304 4650419 140734296044288 18446744073709551615 4366923 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/5754/statm: 156326 91301 395 112 0 151291 0
[pid=5754/tid=5755] ppid=5752 vsize=625304 CPUtime=762.29 cores=1,3,5,7
/proc/5754/task/5755/stat : 5755 (strangenight1-m) R 5752 5754 5556 0 -1 4202560 123019 0 0 0 76178 51 0 0 25 0 4 0 520517930 640311296 91302 33554432000 4194304 4650419 140734296044288 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=5754/tid=5756] ppid=5752 vsize=625304 CPUtime=758.15 cores=1,3,5,7
/proc/5754/task/5756/stat : 5756 (strangenight1-m) R 5752 5754 5556 0 -1 4202560 118456 0 0 0 75765 50 0 0 25 0 4 0 520517930 640311296 91302 33554432000 4194304 4650419 140734296044288 18446744073709551615 4334017 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=5754/tid=5757] ppid=5752 vsize=625304 CPUtime=762.3 cores=1,3,5,7
/proc/5754/task/5757/stat : 5757 (strangenight1-m) R 5752 5754 5556 0 -1 4202560 65045 0 0 0 76201 29 0 0 25 0 4 0 520517930 640311296 91302 33554432000 4194304 4650419 140734296044288 18446744073709551615 4520364 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 3045.06
Current children cumulated vsize (KiB) 625304

[startup+822.301 s]
/proc/loadavg: 8.16 8.12 8.01 9/184 5792
/proc/meminfo: memFree=19234692/32950904 swapFree=67082284/67111528
[pid=5754] ppid=5752 vsize=647020 CPUtime=3284.73 cores=1,3,5,7
/proc/5754/stat : 5754 (strangenight1-m) R 5752 5754 5556 0 -1 4202496 443612 0 0 0 328287 186 0 0 25 0 4 0 520517930 662548480 91433 33554432000 4194304 4650419 140734296044288 18446744073709551615 4366904 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/5754/statm: 161755 91433 395 112 0 156720 0
[pid=5754/tid=5755] ppid=5752 vsize=647020 CPUtime=822.3 cores=1,3,5,7
/proc/5754/task/5755/stat : 5755 (strangenight1-m) R 5752 5754 5556 0 -1 4202560 130684 0 0 0 82175 55 0 0 25 0 4 0 520517930 662548480 91433 33554432000 4194304 4650419 140734296044288 18446744073709551615 4366923 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=5754/tid=5756] ppid=5752 vsize=647020 CPUtime=817.83 cores=1,3,5,7
/proc/5754/task/5756/stat : 5756 (strangenight1-m) R 5752 5754 5556 0 -1 4202560 123819 0 0 0 81728 55 0 0 25 0 4 0 520517930 662548480 91433 33554432000 4194304 4650419 140734296044288 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=5754/tid=5757] ppid=5752 vsize=647020 CPUtime=822.3 cores=1,3,5,7
/proc/5754/task/5757/stat : 5757 (strangenight1-m) R 5752 5754 5556 0 -1 4202560 66489 0 0 0 82201 29 0 0 25 0 4 0 520517930 662548480 91433 33554432000 4194304 4650419 140734296044288 18446744073709551615 4366920 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 3284.73
Current children cumulated vsize (KiB) 647020

[startup+882.301 s]
/proc/loadavg: 8.13 8.11 8.00 9/184 5793
/proc/meminfo: memFree=19189164/32950904 swapFree=67082284/67111528
[pid=5754] ppid=5752 vsize=634688 CPUtime=3524.41 cores=1,3,5,7
/proc/5754/stat : 5754 (strangenight1-m) R 5752 5754 5556 0 -1 4202496 459797 0 0 0 352245 196 0 0 25 0 4 0 520517930 649920512 96775 33554432000 4194304 4650419 140734296044288 18446744073709551615 4365227 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/5754/statm: 158672 96775 395 112 0 153637 0
[pid=5754/tid=5755] ppid=5752 vsize=634688 CPUtime=882.3 cores=1,3,5,7
/proc/5754/task/5755/stat : 5755 (strangenight1-m) R 5752 5754 5556 0 -1 4202560 134582 0 0 0 88172 58 0 0 25 0 4 0 520517930 649920512 96775 33554432000 4194304 4650419 140734296044288 18446744073709551615 4366931 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=5754/tid=5756] ppid=5752 vsize=634688 CPUtime=877.5 cores=1,3,5,7
/proc/5754/task/5756/stat : 5756 (strangenight1-m) R 5752 5754 5556 0 -1 4202560 130520 0 0 0 87692 58 0 0 25 0 4 0 520517930 649920512 96775 33554432000 4194304 4650419 140734296044288 18446744073709551615 4365346 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=5754/tid=5757] ppid=5752 vsize=634688 CPUtime=882.3 cores=1,3,5,7
/proc/5754/task/5757/stat : 5757 (strangenight1-m) R 5752 5754 5556 0 -1 4202560 66554 0 0 0 88201 29 0 0 25 0 4 0 520517930 649920512 96775 33554432000 4194304 4650419 140734296044288 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 3524.41
Current children cumulated vsize (KiB) 634688

[startup+942.3 s]
/proc/loadavg: 8.05 8.09 8.00 9/184 5795
/proc/meminfo: memFree=19197212/32950904 swapFree=67082284/67111528
[pid=5754] ppid=5752 vsize=647444 CPUtime=3764.1 cores=1,3,5,7
/proc/5754/stat : 5754 (strangenight1-m) R 5752 5754 5556 0 -1 4202496 477907 0 0 0 376201 209 0 0 25 0 4 0 520517930 662982656 97655 33554432000 4194304 4650419 140734296044288 18446744073709551615 4365227 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/5754/statm: 161861 97655 395 112 0 156826 0
[pid=5754/tid=5755] ppid=5752 vsize=647444 CPUtime=942.31 cores=1,3,5,7
/proc/5754/task/5755/stat : 5755 (strangenight1-m) R 5752 5754 5556 0 -1 4202560 140070 0 0 0 94169 62 0 0 25 0 4 0 520517930 662982656 97655 33554432000 4194304 4650419 140734296044288 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=5754/tid=5756] ppid=5752 vsize=647444 CPUtime=937.17 cores=1,3,5,7
/proc/5754/task/5756/stat : 5756 (strangenight1-m) R 5752 5754 5556 0 -1 4202560 135163 0 0 0 93655 62 0 0 25 0 4 0 520517930 662982656 97655 33554432000 4194304 4650419 140734296044288 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=5754/tid=5757] ppid=5752 vsize=647444 CPUtime=942.3 cores=1,3,5,7
/proc/5754/task/5757/stat : 5757 (strangenight1-m) R 5752 5754 5556 0 -1 4202560 68311 0 0 0 94200 30 0 0 25 0 4 0 520517930 662982656 97655 33554432000 4194304 4650419 140734296044288 18446744073709551615 4367236 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 3764.1
Current children cumulated vsize (KiB) 647444

[startup+1002.3 s]
/proc/loadavg: 8.02 8.07 8.00 9/184 5797
/proc/meminfo: memFree=19170296/32950904 swapFree=67082284/67111528
[pid=5754] ppid=5752 vsize=647592 CPUtime=4003.77 cores=1,3,5,7
/proc/5754/stat : 5754 (strangenight1-m) R 5752 5754 5556 0 -1 4202496 495896 0 0 0 400154 223 0 0 25 0 4 0 520517930 663134208 95752 33554432000 4194304 4650419 140734296044288 18446744073709551615 4364785 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/5754/statm: 161898 95752 395 112 0 156863 0
[pid=5754/tid=5755] ppid=5752 vsize=647592 CPUtime=1002.3 cores=1,3,5,7
/proc/5754/task/5755/stat : 5755 (strangenight1-m) R 5752 5754 5556 0 -1 4202560 144411 0 0 0 100166 64 0 0 25 0 4 0 520517930 663134208 95752 33554432000 4194304 4650419 140734296044288 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=5754/tid=5756] ppid=5752 vsize=647592 CPUtime=996.85 cores=1,3,5,7
/proc/5754/task/5756/stat : 5756 (strangenight1-m) R 5752 5754 5556 0 -1 4202560 141354 0 0 0 99618 67 0 0 25 0 4 0 520517930 663134208 95752 33554432000 4194304 4650419 140734296044288 18446744073709551615 4365346 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=5754/tid=5757] ppid=5752 vsize=647592 CPUtime=1002.3 cores=1,3,5,7
/proc/5754/task/5757/stat : 5757 (strangenight1-m) R 5752 5754 5556 0 -1 4202560 71613 0 0 0 100197 33 0 0 25 0 4 0 520517930 663134208 95752 33554432000 4194304 4650419 140734296044288 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4003.77
Current children cumulated vsize (KiB) 647592

[startup+1062.31 s]
/proc/loadavg: 8.05 8.07 8.00 9/184 5798
/proc/meminfo: memFree=19180324/32950904 swapFree=67082284/67111528
[pid=5754] ppid=5752 vsize=660612 CPUtime=4243.46 cores=1,3,5,7
/proc/5754/stat : 5754 (strangenight1-m) R 5752 5754 5556 0 -1 4202496 515687 0 0 0 424113 233 0 0 25 0 4 0 520517930 676466688 98114 33554432000 4194304 4650419 140734296044288 18446744073709551615 4366906 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/5754/statm: 165153 98114 395 112 0 160118 0
[pid=5754/tid=5755] ppid=5752 vsize=660612 CPUtime=1062.31 cores=1,3,5,7
/proc/5754/task/5755/stat : 5755 (strangenight1-m) R 5752 5754 5556 0 -1 4202560 150101 0 0 0 106164 67 0 0 25 0 4 0 520517930 676466688 98114 33554432000 4194304 4650419 140734296044288 18446744073709551615 4364751 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=5754/tid=5756] ppid=5752 vsize=660612 CPUtime=1056.53 cores=1,3,5,7
/proc/5754/task/5756/stat : 5756 (strangenight1-m) R 5752 5754 5556 0 -1 4202560 147394 0 0 0 105583 70 0 0 25 0 4 0 520517930 676466688 98114 33554432000 4194304 4650419 140734296044288 18446744073709551615 4366920 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=5754/tid=5757] ppid=5752 vsize=660612 CPUtime=1062.31 cores=1,3,5,7
/proc/5754/task/5757/stat : 5757 (strangenight1-m) R 5752 5754 5556 0 -1 4202560 73431 0 0 0 106197 34 0 0 25 0 4 0 520517930 676466688 98114 33554432000 4194304 4650419 140734296044288 18446744073709551615 4366906 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4243.46
Current children cumulated vsize (KiB) 660612

[startup+1122.3 s]
/proc/loadavg: 8.14 8.08 8.01 9/184 5831
/proc/meminfo: memFree=19435856/32950904 swapFree=67082284/67111528
[pid=5754] ppid=5752 vsize=660888 CPUtime=4483.11 cores=1,3,5,7
/proc/5754/stat : 5754 (strangenight1-m) R 5752 5754 5556 0 -1 4202496 534783 0 0 0 448069 242 0 0 25 0 4 0 520517930 676749312 101075 33554432000 4194304 4650419 140734296044288 18446744073709551615 4366828 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/5754/statm: 165222 101075 395 112 0 160187 0
[pid=5754/tid=5755] ppid=5752 vsize=660888 CPUtime=1122.3 cores=1,3,5,7
/proc/5754/task/5755/stat : 5755 (strangenight1-m) R 5752 5754 5556 0 -1 4202560 155235 0 0 0 112161 69 0 0 25 0 4 0 520517930 676749312 101075 33554432000 4194304 4650419 140734296044288 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=5754/tid=5756] ppid=5752 vsize=660888 CPUtime=1116.2 cores=1,3,5,7
/proc/5754/task/5756/stat : 5756 (strangenight1-m) R 5752 5754 5556 0 -1 4202560 153421 0 0 0 111547 73 0 0 25 0 4 0 520517930 676749312 101075 33554432000 4194304 4650419 140734296044288 18446744073709551615 4366906 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=5754/tid=5757] ppid=5752 vsize=660888 CPUtime=1122.3 cores=1,3,5,7
/proc/5754/task/5757/stat : 5757 (strangenight1-m) R 5752 5754 5556 0 -1 4202560 76535 0 0 0 112195 35 0 0 25 0 4 0 520517930 676749312 101075 33554432000 4194304 4650419 140734296044288 18446744073709551615 4365289 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4483.11
Current children cumulated vsize (KiB) 660888

[startup+1182.3 s]
/proc/loadavg: 8.16 8.10 8.01 9/184 5832
/proc/meminfo: memFree=19371864/32950904 swapFree=67082284/67111528
[pid=5754] ppid=5752 vsize=635156 CPUtime=4722.79 cores=1,3,5,7
/proc/5754/stat : 5754 (strangenight1-m) R 5752 5754 5556 0 -1 4202496 549756 0 0 0 472026 253 0 0 25 0 4 0 520517930 650399744 103343 33554432000 4194304 4650419 140734296044288 18446744073709551615 4365227 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/5754/statm: 158789 103343 395 112 0 153754 0
[pid=5754/tid=5755] ppid=5752 vsize=635156 CPUtime=1182.31 cores=1,3,5,7
/proc/5754/task/5755/stat : 5755 (strangenight1-m) R 5752 5754 5556 0 -1 4202560 160071 0 0 0 118158 73 0 0 25 0 4 0 520517930 650399744 103343 33554432000 4194304 4650419 140734296044288 18446744073709551615 4366828 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=5754/tid=5756] ppid=5752 vsize=635156 CPUtime=1175.87 cores=1,3,5,7
/proc/5754/task/5756/stat : 5756 (strangenight1-m) R 5752 5754 5556 0 -1 4202560 154757 0 0 0 117513 74 0 0 25 0 4 0 520517930 650399744 103343 33554432000 4194304 4650419 140734296044288 18446744073709551615 4365323 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=5754/tid=5757] ppid=5752 vsize=635156 CPUtime=1182.3 cores=1,3,5,7
/proc/5754/task/5757/stat : 5757 (strangenight1-m) R 5752 5754 5556 0 -1 4202560 79802 0 0 0 118192 38 0 0 25 0 4 0 520517930 650399744 103343 33554432000 4194304 4650419 140734296044288 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4722.79
Current children cumulated vsize (KiB) 635156



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1201.7 s]
/proc/loadavg: 8.18 8.10 8.02 9/184 5833
/proc/meminfo: memFree=19374084/32950904 swapFree=67082284/67111528
[pid=5754] ppid=5752 vsize=648216 CPUtime=4800.31 cores=1,3,5,7
/proc/5754/stat : 5754 (strangenight1-m) R 5752 5754 5556 0 -1 4202496 556706 0 0 0 479774 257 0 0 25 0 4 0 520517930 663773184 98238 33554432000 4194304 4650419 140734296044288 18446744073709551615 4365227 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/5754/statm: 162054 98238 395 112 0 157019 0
[pid=5754/tid=5755] ppid=5752 vsize=648216 CPUtime=1201.72 cores=1,3,5,7
/proc/5754/task/5755/stat : 5755 (strangenight1-m) R 5752 5754 5556 0 -1 4202560 162406 0 0 0 120098 74 0 0 25 0 4 0 520517930 663773184 98238 33554432000 4194304 4650419 140734296044288 18446744073709551615 4366819 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=5754/tid=5756] ppid=5752 vsize=648216 CPUtime=1195.17 cores=1,3,5,7
/proc/5754/task/5756/stat : 5756 (strangenight1-m) R 5752 5754 5556 0 -1 4202560 157357 0 0 0 119441 76 0 0 25 0 4 0 520517930 663773184 98238 33554432000 4194304 4650419 140734296044288 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=5754/tid=5757] ppid=5752 vsize=648216 CPUtime=1201.71 cores=1,3,5,7
/proc/5754/task/5757/stat : 5757 (strangenight1-m) R 5752 5754 5556 0 -1 4202560 79809 0 0 0 120133 38 0 0 25 0 4 0 520517930 663773184 98238 33554432000 4194304 4650419 140734296044288 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4800.31
Current children cumulated vsize (KiB) 648216

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

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

[startup+1201.7 s]
/proc/loadavg: 8.18 8.10 8.02 9/184 5833
/proc/meminfo: memFree=19374084/32950904 swapFree=67082284/67111528
[pid=5754] ppid=5752 vsize=648216 CPUtime=4800.31 cores=1,3,5,7
/proc/5754/stat : 5754 (strangenight1-m) R 5752 5754 5556 0 -1 4202496 556706 0 0 0 479774 257 0 0 25 0 4 0 520517930 663773184 98238 33554432000 4194304 4650419 140734296044288 18446744073709551615 4365227 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/5754/statm: 162054 98238 395 112 0 157019 0
[pid=5754/tid=5755] ppid=5752 vsize=648216 CPUtime=1201.72 cores=1,3,5,7
/proc/5754/task/5755/stat : 5755 (strangenight1-m) R 5752 5754 5556 0 -1 4202560 162406 0 0 0 120098 74 0 0 25 0 4 0 520517930 663773184 98238 33554432000 4194304 4650419 140734296044288 18446744073709551615 4366819 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=5754/tid=5756] ppid=5752 vsize=648216 CPUtime=1195.17 cores=1,3,5,7
/proc/5754/task/5756/stat : 5756 (strangenight1-m) R 5752 5754 5556 0 -1 4202560 157357 0 0 0 119441 76 0 0 25 0 4 0 520517930 663773184 98238 33554432000 4194304 4650419 140734296044288 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=5754/tid=5757] ppid=5752 vsize=648216 CPUtime=1201.71 cores=1,3,5,7
/proc/5754/task/5757/stat : 5757 (strangenight1-m) R 5752 5754 5556 0 -1 4202560 79809 0 0 0 120133 38 0 0 25 0 4 0 520517930 663773184 98238 33554432000 4194304 4650419 140734296044288 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4800.31
Current children cumulated vsize (KiB) 648216

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1201.73
CPU time (s): 4800.36
CPU user time (s): 4797.77
CPU system time (s): 2.59161
CPU usage (%): 399.454
Max. virtual memory (cumulated for all children) (KiB): 712276

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4797.77
system time used= 2.59161
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 556707
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= 507
involuntary context switches= 33091

runsolver used 1.76273 second user time and 4.80527 second system time

The end

Launcher Data

Begin job on node121 at 2011-04-29 16:59:42
IDJOB=3175116
IDBENCH=82734
IDSOLVER=1588
FILE ID=node121/3175116-1304089182
RUNJOBID= node121-1304087860-5575
PBS_JOBID= 13170562
Free space on /tmp= 72648 MiB

SOLVER NAME= CryptoMiniSat Strange-Night-1-mt
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-3175116-1304089182/watcher-3175116-1304089182 -o /tmp/evaluation-result-3175116-1304089182/solver-3175116-1304089182 -C 4800 -W 1300 -M 15500  ./strangenight1-mt --threads=4 HOME/instance-3175116-1304089182.cnf

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

MD5SUM BENCH= c5ca502edf263e9767f2d7ec536d2edf
RANDOM SEED=263904591

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

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

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

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

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


/proc/meminfo:
MemTotal:     32950904 kB
MemFree:      19793464 kB
Buffers:       2182728 kB
Cached:       10240968 kB
SwapCached:       2776 kB
Active:        9309588 kB
Inactive:      3328812 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950904 kB
LowFree:      19793464 kB
SwapTotal:    67111528 kB
SwapFree:     67082284 kB
Dirty:            6240 kB
Writeback:           0 kB
AnonPages:      213036 kB
Mapped:          14552 kB
Slab:           455588 kB
PageTables:       4844 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586980 kB
Committed_AS:   462060 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= 72644 MiB
End job on node121 at 2011-04-29 17:19:46