Trace number 3175388

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.31 1201.73

General information on the benchmark

Namerandom/medium/
unif-k3-r4.26-v600-c2556-S610796494-086.SATISFIABLE.cnf
MD5SUM82f21398af62a72249630e457a91aa93
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.081987
Satisfiable
(Un)Satisfiability was proved
Number of variables600
Number of clauses2556
Sum of the clauses size7668
Maximum clause length3
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 32556
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-3175388-1304122028.cnf'
0.00/0.00	c -- header says num vars:            600
0.00/0.00	c -- header says num clauses:        2556
0.00/0.00	c -- clauses added:            0 learnts,         2556 normals,            0 xors
0.00/0.00	c -- vars added        600
0.00/0.00	c Parsing time:  0.00 s
0.00/0.00	c  N st     0         0       600      2556         0         0      7668         0   no data   no data  --
0.00/0.00	c asymm  cl-useful: 0/2556/2556 lits-rem:0 time: 0.01
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:    600 time:  0.00 s
0.00/0.01	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
0.00/0.01	c lits-rem:         0  cl-subs:        0  v-elim:     12  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:     271 undec:      65 neg:     264
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       588      2538         0         0      7671         0   no data   no data  --
0.18/0.06	c Decided on static restart strategy
0.38/0.16	c  N st     8      4921       588      2538         0      4860      7671    128552   no data   no data  --
1.58/0.42	c  N st    10     11303       588      2538         0      4509      7671     85205   no data   no data  --
2.78/0.70	c  N st    11     17046       588      2538         0     10158      7671    244424   no data   no data  --
4.39/1.13	c  F st    12     25000       588      2538         0     12386      7671    299136   no data   no data  --
4.39/1.13	c  N st    12     25000       588      2538         0     12386      7671    299136   no data   no data  --
5.18/1.39	c Decided on static restart strategy
5.18/1.39	c  N st    18     30000       588      2538         0     10687      7671    228288   no data   no data  --
5.18/1.39	c  S st    18     30000       588      2538         0     10687      7671    228288   no data   no data  --
5.58/1.41	c  S st    18     30501       588      2538         0     11187      7671    240642   no data   no data  --
5.58/1.41	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
5.58/1.41	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
5.58/1.42	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.1M T:  0.01
5.58/1.43	c bin-w-bin subsume rem            0 bins  time:  0.00 s
5.58/1.43	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
5.58/1.43	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    588 time:  0.00 s
5.58/1.43	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
6.38/1.66	c lits-rem:        77  cl-subs:      376  v-elim:      0  v-fix:    0  time:  0.93 s
6.38/1.67	c asymm  cl-useful: 0/2538/2538 lits-rem:0 time: 0.03
6.38/1.67	c calculated reachability. Time: 0.00
6.38/1.67	c  N st    18     30501       588      2538         0     10811      7671    228799   no data   no data  --
7.98/2.07	c  N st    20     37613       588      2538         0     10106      7671    191432   no data   no data  --
9.57/2.48	c  N st    21     44012       588      2538         0     16427      7671    358262   no data   no data  --
10.37/2.62	c  S st    22     45752       588      2538         0      9339      7671    146297   no data   no data  --
10.37/2.65	c  S st    22     46255       588      2538         0      9840      7671    158202   no data   no data  --
10.37/2.65	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
10.37/2.65	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
10.37/2.65	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.1M T:  0.01
10.37/2.66	c bin-w-bin subsume rem            0 bins  time:  0.00 s
10.37/2.66	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
10.37/2.66	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    588 time:  0.00 s
10.37/2.66	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
10.77/2.77	c lits-rem:        13  cl-subs:       68  v-elim:      0  v-fix:    0  time:  0.43 s
10.77/2.77	c vivif2 --  cl tried     2538 cl shrink        0 lits rem          0 time: 0.00
10.77/2.77	c vivif2 --  cl tried     9772 cl shrink        0 lits rem          0 time: 0.00
10.77/2.78	c asymm  cl-useful: 0/2538/2538 lits-rem:0 time: 0.03
10.77/2.78	c calculated reachability. Time: 0.00
10.77/2.78	c  N st    22     46255       588      2538         0      9772      7671    156366   no data   no data  --
14.76/3.74	c  N st    23     60652       588      2538         0     14109      7671    267380   no data   no data  --
17.59/4.42	c  N st    24     69382       588      2538         0     11885      7671    194930   no data   no data  --
17.59/4.42	c  S st    24     69382       588      2538         0     11885      7671    194930   no data   no data  --
17.59/4.45	c  S st    24     69884       588      2538         0     12387      7671    207831   no data   no data  --
17.59/4.45	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
17.59/4.45	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
17.59/4.46	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.01
17.59/4.46	c bin-w-bin subsume rem            0 bins  time:  0.00 s
17.59/4.46	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
17.59/4.46	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    588 time:  0.00 s
17.59/4.46	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
18.36/4.68	c lits-rem:        47  cl-subs:      139  v-elim:      0  v-fix:    0  time:  0.88 s
18.36/4.68	c vivif2 --  cl tried     2538 cl shrink        0 lits rem          0 time: 0.00
18.36/4.68	c vivif2 --  cl tried    12248 cl shrink        0 lits rem          0 time: 0.01
18.36/4.69	c asymm  cl-useful: 0/2538/2538 lits-rem:0 time: 0.04
18.36/4.69	c calculated reachability. Time: 0.00
18.36/4.69	c  N st    24     69884       588      2538         0     12248      7671    203398   no data   no data  --
24.34/6.10	c  F st    25     87500       588      2538         0     17748      7671    351857   no data   no data  --
24.34/6.10	c  N st    25     87500       588      2538         0     17748      7671    351857   no data   no data  --
25.97/6.52	c Decided on static restart strategy
27.15/6.81	c  N st    32     95538       588      2538         0     25620      7671    560217   no data   no data  --
29.95/7.50	c  N st    34    104826       588      2538         0     22039      7671    445846   no data   no data  --
29.95/7.50	c  S st    34    104826       588      2538         0     22039      7671    445846   no data   no data  --
29.95/7.56	c  S st    34    105330       588      2538         0     22543      7671    458577   no data   no data  --
29.95/7.56	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
29.95/7.56	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
29.95/7.57	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.3M T:  0.03
29.95/7.59	c bin-w-bin subsume rem            0 bins  time:  0.00 s
29.95/7.59	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
29.95/7.59	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    588 time:  0.00 s
29.95/7.59	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
34.34/8.66	c lits-rem:       131  cl-subs:      495  v-elim:      0  v-fix:    0  time:  4.28 s
34.34/8.66	c vivif2 --  cl tried     2538 cl shrink        0 lits rem          0 time: 0.00
34.34/8.66	c vivif2 --  cl tried    22048 cl shrink        0 lits rem          0 time: 0.02
34.34/8.68	c asymm  cl-useful: 0/2538/2538 lits-rem:0 time: 0.08
34.34/8.68	c calculated reachability. Time: 0.00
34.34/8.68	c  N st    34    105330       588      2538         0     22048      7671    442592   no data   no data  --
37.53/9.45	c  N st    35    114928       588      2538         0     17739      7671    299747   no data   no data  --
42.73/10.76	c  N st    36    129325       588      2538         0     17148      7671    262867   no data   no data  --
50.32/12.69	c  N st    37    150920       588      2538         0     22625      7671    401019   no data   no data  --
52.73/13.29	c  S st    38    157995       588      2538         0     29551      7671    593592   no data   no data  --
53.11/13.37	c  S st    38    158496       588      2538         0     30052      7671    606015   no data   no data  --
53.11/13.37	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
53.11/13.37	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
53.11/13.38	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.04
53.51/13.40	c bin-w-bin subsume rem            0 bins  time:  0.00 s
53.51/13.40	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
53.51/13.40	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    588 time:  0.00 s
53.51/13.40	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
59.90/15.06	c lits-rem:       439  cl-subs:      926  v-elim:      0  v-fix:    0  time:  6.65 s
59.90/15.06	c vivif2 --  cl tried     2538 cl shrink        0 lits rem          0 time: 0.00
59.90/15.07	c vivif2 --  cl tried    29126 cl shrink        0 lits rem          0 time: 0.02
59.90/15.10	c asymm  cl-useful: 0/2538/2538 lits-rem:0 time: 0.10
60.30/15.10	c calculated reachability. Time: 0.00
60.30/15.10	c  N st    38    158496       588      2538         0     29126      7671    577245   no data   no data  --
79.87/20.08	c  N st    39    207086       588      2538         0     23860      7671    382915   no data   no data  --
93.85/23.57	c  N st    40    237745       588      2538         0     34219      7671    632585   no data   no data  --
93.85/23.57	c  S st    40    237745       588      2538         0     34219      7671    632585   no data   no data  --
94.25/23.66	c  S st    40    238246       588      2538         0     34718      7671    645394   no data   no data  --
94.25/23.66	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
94.25/23.66	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
94.25/23.68	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.05
94.25/23.69	c bin-w-bin subsume rem            0 bins  time:  0.00 s
94.25/23.69	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
94.25/23.69	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    588 time:  0.00 s
94.25/23.69	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
102.24/25.62	c lits-rem:       552  cl-subs:     1473  v-elim:      0  v-fix:    0  time:  7.69 s
102.24/25.62	c vivif2 --  cl tried     2538 cl shrink        0 lits rem          0 time: 0.00
102.24/25.63	c vivif2 --  cl tried    33245 cl shrink        0 lits rem          0 time: 0.03
102.24/25.66	c asymm  cl-useful: 0/2538/2538 lits-rem:0 time: 0.13
102.24/25.66	c calculated reachability. Time: 0.00
102.24/25.66	c  N st    40    238246       588      2538         0     33245      7671    607315   no data   no data  --
135.81/34.02	c  F st    41    306251       588      2538         0     35416      7671    659416   no data   no data  --
135.81/34.02	c  N st    41    306251       588      2538         0     35416      7671    659416   no data   no data  --
138.60/34.76	c Decided on static restart strategy
149.78/37.52	c  N st    51    334555       588      2538         0     39700      7671    781577   no data   no data  --
160.96/40.34	c  N st    53    357370       588      2538         0     37427      7671    640900   no data   no data  --
160.96/40.34	c  S st    53    357370       588      2538         0     37427      7671    640900   no data   no data  --
161.36/40.43	c  S st    53    357873       588      2538         0     37927      7671    653805   no data   no data  --
161.36/40.43	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
161.36/40.43	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
161.36/40.44	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.5M T:  0.05
161.36/40.46	c bin-w-bin subsume rem            0 bins  time:  0.00 s
161.36/40.46	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
161.36/40.46	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    588 time:  0.00 s
161.36/40.46	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
168.95/42.32	c lits-rem:       760  cl-subs:     1200  v-elim:      0  v-fix:    0  time:  7.41 s
168.95/42.32	c vivif2 --  cl tried     2538 cl shrink        0 lits rem          0 time: 0.00
168.95/42.33	c vivif2 --  cl tried    36727 cl shrink        0 lits rem          0 time: 0.03
168.95/42.36	c asymm  cl-useful: 0/2538/2538 lits-rem:0 time: 0.14
168.95/42.36	c calculated reachability. Time: 0.00
168.95/42.36	c  N st    53    357873       588      2538         0     36727      7671    619965   no data   no data  --
185.32/46.46	c  N st    54    390265       588      2538         0     42872      7671    771667   no data   no data  --
211.69/53.00	c  N st    55    438853       588      2538         0     36637      7671    570217   no data   no data  --
256.83/64.34	c  N st    56    511739       588      2538         0     50279      7671    923904   no data   no data  --
271.61/68.08	c  N st    57    536810       588      2538         0     44504      7671    733982   no data   no data  --
271.61/68.08	c  S st    57    536810       588      2538         0     44504      7671    733982   no data   no data  --
272.03/68.20	c  S st    57    537316       588      2538         0     45010      7671    747195   no data   no data  --
272.03/68.20	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
272.03/68.20	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
272.43/68.22	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.6M T:  0.07
272.43/68.24	c bin-w-bin subsume rem            0 bins  time:  0.00 s
272.43/68.24	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
272.43/68.24	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    588 time:  0.00 s
272.43/68.24	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
280.81/70.36	c lits-rem:       503  cl-subs:     1120  v-elim:      0  v-fix:    0  time:  8.45 s
280.81/70.36	c vivif2 --  cl tried     2538 cl shrink        0 lits rem          0 time: 0.00
280.81/70.36	c vivif2 --  cl tried    43890 cl shrink        0 lits rem          0 time: 0.03
281.22/70.41	c asymm  cl-useful: 0/2538/2538 lits-rem:0 time: 0.17
281.22/70.41	c calculated reachability. Time: 0.00
281.22/70.41	c  N st    57    537316       588      2538         0     43890      7671    714406   no data   no data  --
392.25/98.21	c  N st    58    701300       588      2538         0     37910      7671    453789   no data   no data  --
468.14/117.24	c  N st    59    805974       588      2538         0     66977      7671   1264491   no data   no data  --
468.14/117.24	c  S st    59    805974       588      2538         0     66977      7671   1264491   no data   no data  --
468.94/117.42	c  S st    59    806479       588      2538         0     67482      7671   1277767   no data   no data  --
468.94/117.43	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
468.94/117.43	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
468.94/117.46	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.8M T:  0.12
469.35/117.50	c bin-w-bin subsume rem            0 bins  time:  0.00 s
469.35/117.50	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
469.35/117.50	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    588 time:  0.00 s
469.35/117.50	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
484.12/121.29	c lits-rem:       188  cl-subs:     2887  v-elim:      0  v-fix:    0  time: 15.11 s
484.12/121.29	c vivif2 --  cl tried     2538 cl shrink        0 lits rem          0 time: 0.00
484.52/121.30	c vivif2 --  cl tried    64595 cl shrink        0 lits rem          0 time: 0.06
484.52/121.38	c asymm  cl-useful: 0/2538/2538 lits-rem:0 time: 0.33
484.52/121.38	c calculated reachability. Time: 0.00
484.52/121.38	c  N st    59    806479       588      2538         0     64595      7671   1196704   no data   no data  --
695.43/174.12	c  F st    60   1071875       588      2538         0     80478      7671   1518721   no data   no data  --
695.43/174.13	c  N st    60   1071875       588      2538         0     80478      7671   1518721   no data   no data  --
700.63/175.47	c Decided on static restart strategy
718.61/179.92	c  N st    70   1100185       588      2538         0     64299      7671   1004636   no data   no data  --
753.36/188.68	c  N st    72   1136180       588      2538         0     54398      7671    716887   no data   no data  --
784.92/196.54	c  N st    73   1168572       588      2538         0     86184      7671   1646472   no data   no data  --
823.66/206.24	c  N st    74   1209719       588      2538         0     80624      7671   1465054   no data   no data  --
823.66/206.24	c  S st    74   1209719       588      2538         0     80624      7671   1465054   no data   no data  --
824.46/206.46	c  S st    74   1210219       588      2538         0     81123      7671   1478955   no data   no data  --
824.46/206.47	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
824.46/206.47	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
824.85/206.51	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.0M T:  0.16
824.85/206.56	c bin-w-bin subsume rem            0 bins  time:  0.00 s
824.85/206.56	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
824.85/206.56	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    588 time:  0.00 s
824.85/206.56	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
843.25/211.15	c lits-rem:       157  cl-subs:     2718  v-elim:      0  v-fix:    0  time: 18.35 s
843.25/211.15	c vivif2 --  cl tried     2538 cl shrink        0 lits rem          0 time: 0.00
843.25/211.17	c vivif2 --  cl tried    78405 cl shrink        0 lits rem          0 time: 0.07
843.65/211.27	c asymm  cl-useful: 0/2538/2538 lits-rem:0 time: 0.39
843.65/211.27	c calculated reachability. Time: 0.00
843.65/211.27	c  N st    74   1210219       588      2538         0     78405      7671   1400794   no data   no data  --
916.73/229.51	c  N st    75   1283101       588      2538         0     54725      7671    670999   no data   no data  --
1028.20/257.43	c  N st    76   1392424       588      2538         0     62904      7671    853095   no data   no data  --
1181.59/295.84	c  N st    77   1556409       588      2538         0     67671      7671    948290   no data   no data  --
1346.95/337.25	c  N st    78   1710219       588      2538         0    109735      7671   2198814   no data   no data  --
1346.95/337.25	c  S st    78   1710219       588      2538         0    109735      7671   2198814   no data   no data  --
1348.14/337.59	c  S st    78   1710720       588      2538         0    110236      7671   2212081   no data   no data  --
1348.14/337.60	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
1348.14/337.60	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
1348.56/337.66	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.3M T:  0.23
1348.97/337.73	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1348.97/337.73	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1348.97/337.73	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    588 time:  0.00 s
1348.97/337.73	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
1413.25/353.86	c lits-rem:       141  cl-subs:     5743  v-elim:      0  v-fix:    0  time: 64.41 s
1413.25/353.86	c vivif2 --  cl tried     2538 cl shrink        0 lits rem          0 time: 0.00
1413.25/353.89	c vivif2 --  cl tried   104493 cl shrink        0 lits rem          0 time: 0.10
1414.05/354.04	c asymm  cl-useful: 0/2538/2538 lits-rem:0 time: 0.59
1414.05/354.04	c calculated reachability. Time: 0.00
1414.05/354.04	c  N st    78   1710720       588      2538         0    104493      7671   2034675   no data   no data  --
1846.66/462.34	c  N st    79   2079685       588      2538         0    116128      7671   2260396   no data   no data  --
2022.42/506.33	c  N st    80   2210721       588      2538         0    119935      7671   2216082   no data   no data  --
2022.42/506.33	c  S st    80   2210721       588      2538         0    119935      7671   2216082   no data   no data  --
2024.02/506.73	c  S st    80   2211227       588      2538         0    120438      7671   2229507   no data   no data  --
2024.02/506.74	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.03
2024.02/506.74	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
2024.42/506.80	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.5M T:  0.25
2024.42/506.88	c bin-w-bin subsume rem            0 bins  time:  0.00 s
2024.42/506.88	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2024.42/506.88	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    588 time:  0.00 s
2024.42/506.88	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
2106.71/527.44	c lits-rem:        93  cl-subs:     8327  v-elim:      0  v-fix:    0  time: 82.08 s
2106.71/527.44	c vivif2 --  cl tried     2538 cl shrink        0 lits rem          0 time: 0.00
2106.71/527.46	c vivif2 --  cl tried   112111 cl shrink        0 lits rem          0 time: 0.10
2107.51/527.64	c asymm  cl-useful: 0/2538/2538 lits-rem:0 time: 0.69
2107.51/527.64	c calculated reachability. Time: 0.00
2107.51/527.64	c  N st    80   2211227       588      2538         0    112111      7671   2009187   no data   no data  --
2771.41/693.88	c  N st    81   2711228       588      2538         0    135379      7671   2498468   no data   no data  --
2771.41/693.88	c  S st    81   2711228       588      2538         0    135379      7671   2498468   no data   no data  --
2773.40/694.32	c  S st    81   2711734       588      2538         0    135884      7671   2512337   no data   no data  --
2773.40/694.33	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.04
2773.40/694.33	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
2773.80/694.40	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.6M T:  0.29
2773.80/694.49	c bin-w-bin subsume rem            0 bins  time:  0.00 s
2773.80/694.49	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2773.80/694.49	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    588 time:  0.00 s
2773.80/694.49	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
2910.41/728.69	c lits-rem:       702  cl-subs:    13194  v-elim:      0  v-fix:    0  time: 136.55 s
2910.41/728.69	c vivif2 --  cl tried     2538 cl shrink        0 lits rem          0 time: 0.00
2910.81/728.71	c vivif2 --  cl tried   122690 cl shrink        0 lits rem          0 time: 0.11
2911.61/728.90	c asymm  cl-useful: 0/2538/2538 lits-rem:0 time: 0.73
2911.61/728.90	c calculated reachability. Time: 0.00
2911.61/728.90	c  N st    81   2711734       588      2538         0    122690      7671   2179060   no data   no data  --
3607.86/903.28	c  N st    82   3211734       588      2538         0     98964      7671   1405055   no data   no data  --
3607.86/903.28	c  S st    82   3211734       588      2538         0     98964      7671   1405055   no data   no data  --
3609.46/903.61	c  S st    82   3212235       588      2538         0     99465      7671   1418643   no data   no data  --
3609.46/903.61	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.03
3609.46/903.61	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
3609.46/903.66	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.2M T:  0.19
3609.86/903.71	c bin-w-bin subsume rem            0 bins  time:  0.00 s
3609.86/903.71	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3609.86/903.71	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    588 time:  0.00 s
3609.86/903.71	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
3627.44/908.13	c lits-rem:       787  cl-subs:     3431  v-elim:      0  v-fix:    0  time: 17.66 s
3627.44/908.13	c vivif2 --  cl tried     2538 cl shrink        0 lits rem          0 time: 0.00
3627.44/908.15	c vivif2 --  cl tried    96034 cl shrink        0 lits rem          0 time: 0.07
3627.84/908.28	c asymm  cl-useful: 0/2538/2538 lits-rem:0 time: 0.53
3627.84/908.28	c calculated reachability. Time: 0.00
3627.84/908.28	c  N st    82   3212235       588      2538         0     96034      7671   1336804   no data   no data  --
4412.37/1104.60	c  N st    83   3712236       588      2538         0    107048      7671   1503283   no data   no data  --
4412.37/1104.60	c  S st    83   3712236       588      2538         0    107048      7671   1503283   no data   no data  --
4413.57/1104.93	c  S st    83   3712736       588      2538         0    107547      7671   1516625   no data   no data  --
4413.57/1104.94	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.03
4413.57/1104.94	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
4413.57/1104.99	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.3M T:  0.22
4413.97/1105.04	c bin-w-bin subsume rem            0 bins  time:  0.00 s
4413.97/1105.04	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
4413.97/1105.04	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    588 time:  0.00 s
4413.97/1105.04	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
4436.74/1110.75	c lits-rem:        79  cl-subs:     3943  v-elim:      0  v-fix:    0  time: 22.76 s
4436.74/1110.75	c vivif2 --  cl tried     2538 cl shrink        0 lits rem          0 time: 0.00
4436.74/1110.76	c vivif2 --  cl tried   103604 cl shrink        0 lits rem          0 time: 0.08
4437.55/1110.92	c asymm  cl-useful: 0/2538/2538 lits-rem:0 time: 0.61
4437.55/1110.92	c calculated reachability. Time: 0.00
4437.55/1110.92	c  N st    83   3712736       588      2538         0    103604      7671   1414935   no data   no data  --
4506.24/1128.16	c  F st    84   3751563       588      2538         0    141469      7671   2480797   no data   no data  --
4506.24/1128.16	c  N st    84   3751563       588      2538         0    141469      7671   2480797   no data   no data  --
4517.05/1130.88	c Decided on static restart strategy
4562.16/1142.16	c  N st    94   3779865       588      2538         0     86126      7671    888506   no data   no data  --
4610.90/1154.38	c  N st    96   3815858       588      2538         0    121289      7671   1862246   no data   no data  --
4670.44/1169.20	c  N st    97   3848250       588      2538         0    153005      7671   2812483   no data   no data  --
4738.72/1186.38	c  N st    98   3896840       588      2538         0    116534      7671   1744666   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-3175388-1304122028/watcher-3175388-1304122028 -o /tmp/evaluation-result-3175388-1304122028/solver-3175388-1304122028 -C 4800 -W 1300 -M 15500 ./strangenight1-mt --threads=4 HOME/instance-3175388-1304122028.cnf 

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

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


[startup+0 s]
/proc/loadavg: 7.48 7.97 8.03 5/180 23669
/proc/meminfo: memFree=31039212/32951124 swapFree=67103364/67111528
[pid=23669] ppid=23667 vsize=51236 CPUtime=0 cores=1,3,5,7
/proc/23669/stat : 23669 (strangenight1-m) R 23667 23669 23098 0 -1 4202496 414 0 0 0 0 0 0 0 22 0 4 0 602433466 52465664 353 33554432000 4194304 4650419 140735438579552 18446744073709551615 47903103752104 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/23669/statm: 12809 353 303 112 0 7774 0
[pid=23669/tid=23670] ppid=23667 vsize=51236 CPUtime=0 cores=1,3,5,7
/proc/23669/task/23670/stat : 23670 (strangenight1-m) R 23667 23669 23098 0 -1 4202560 1 0 0 0 0 0 0 0 23 0 4 0 602433466 52465664 353 33554432000 4194304 4650419 140735438579552 18446744073709551615 47903103752114 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=23669/tid=23671] ppid=23667 vsize=51236 CPUtime=0 cores=1,3,5,7
/proc/23669/task/23671/stat : 23671 (strangenight1-m) R 23667 23669 23098 0 -1 4202560 1 0 0 0 0 0 0 0 23 0 4 0 602433466 52465664 353 33554432000 4194304 4650419 140735438579552 18446744073709551615 47903103752114 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=23669/tid=23672] ppid=23667 vsize=51236 CPUtime=0 cores=1,3,5,7
/proc/23669/task/23672/stat : 23672 (strangenight1-m) R 23667 23669 23098 0 -1 4202560 0 0 0 0 0 0 0 0 24 0 4 0 602433466 52465664 353 33554432000 4194304 4650419 140735438579552 18446744073709551615 224284982257 0 0 4096 2 0 0 0 -1 1 0 0 0

[startup+0.0492201 s]
/proc/loadavg: 7.48 7.97 8.03 5/180 23669
/proc/meminfo: memFree=31039212/32951124 swapFree=67103364/67111528
[pid=23669] ppid=23667 vsize=282776 CPUtime=0.18 cores=1,3,5,7
/proc/23669/stat : 23669 (strangenight1-m) R 23667 23669 23098 0 -1 4202496 1589 0 0 0 18 0 0 0 24 0 4 0 602433466 289562624 1452 33554432000 4194304 4650419 140735438579552 18446744073709551615 4364772 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/23669/statm: 70694 1452 390 112 0 65659 0
[pid=23669/tid=23670] ppid=23667 vsize=282776 CPUtime=0.04 cores=1,3,5,7
/proc/23669/task/23670/stat : 23670 (strangenight1-m) R 23667 23669 23098 0 -1 4202560 336 0 0 0 4 0 0 0 24 0 4 0 602433466 289562624 1452 33554432000 4194304 4650419 140735438579552 18446744073709551615 4360375 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=23669/tid=23671] ppid=23667 vsize=282776 CPUtime=0.04 cores=1,3,5,7
/proc/23669/task/23671/stat : 23671 (strangenight1-m) R 23667 23669 23098 0 -1 4202560 302 0 0 0 4 0 0 0 24 0 4 0 602433466 289562624 1452 33554432000 4194304 4650419 140735438579552 18446744073709551615 4328348 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=23669/tid=23672] ppid=23667 vsize=282776 CPUtime=0.04 cores=1,3,5,7
/proc/23669/task/23672/stat : 23672 (strangenight1-m) R 23667 23669 23098 0 -1 4202560 204 0 0 0 4 0 0 0 25 0 4 0 602433466 289562624 1452 33554432000 4194304 4650419 140735438579552 18446744073709551615 4364762 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 0.18
Current children cumulated vsize (KiB) 282776

[startup+0.100211 s]
/proc/loadavg: 7.48 7.97 8.03 5/180 23669
/proc/meminfo: memFree=31039212/32951124 swapFree=67103364/67111528
[pid=23669] ppid=23667 vsize=282776 CPUtime=0.38 cores=1,3,5,7
/proc/23669/stat : 23669 (strangenight1-m) R 23667 23669 23098 0 -1 4202496 1826 0 0 0 38 0 0 0 24 0 4 0 602433466 289562624 1689 33554432000 4194304 4650419 140735438579552 18446744073709551615 4304216 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/23669/statm: 70694 1689 391 112 0 65659 0
[pid=23669/tid=23670] ppid=23667 vsize=282776 CPUtime=0.09 cores=1,3,5,7
/proc/23669/task/23670/stat : 23670 (strangenight1-m) R 23667 23669 23098 0 -1 4202560 392 0 0 0 9 0 0 0 24 0 4 0 602433466 289562624 1689 33554432000 4194304 4650419 140735438579552 18446744073709551615 4366819 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=23669/tid=23671] ppid=23667 vsize=282776 CPUtime=0.09 cores=1,3,5,7
/proc/23669/task/23671/stat : 23671 (strangenight1-m) R 23667 23669 23098 0 -1 4202560 361 0 0 0 9 0 0 0 24 0 4 0 602433466 289562624 1689 33554432000 4194304 4650419 140735438579552 18446744073709551615 4315110 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=23669/tid=23672] ppid=23667 vsize=282776 CPUtime=0.09 cores=1,3,5,7
/proc/23669/task/23672/stat : 23672 (strangenight1-m) R 23667 23669 23098 0 -1 4202560 271 0 0 0 9 0 0 0 25 0 4 0 602433466 289562624 1689 33554432000 4194304 4650419 140735438579552 18446744073709551615 4333710 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 0.38
Current children cumulated vsize (KiB) 282776

[startup+0.300178 s]
/proc/loadavg: 7.48 7.97 8.03 5/180 23669
/proc/meminfo: memFree=31039212/32951124 swapFree=67103364/67111528
[pid=23669] ppid=23667 vsize=284156 CPUtime=1.18 cores=1,3,5,7
/proc/23669/stat : 23669 (strangenight1-m) R 23667 23669 23098 0 -1 4202496 3011 0 0 0 118 0 0 0 25 0 4 0 602433466 290975744 2249 33554432000 4194304 4650419 140735438579552 18446744073709551615 4366018 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/23669/statm: 71039 2249 393 112 0 66004 0
[pid=23669/tid=23670] ppid=23667 vsize=284156 CPUtime=0.29 cores=1,3,5,7
/proc/23669/task/23670/stat : 23670 (strangenight1-m) R 23667 23669 23098 0 -1 4202560 682 0 0 0 29 0 0 0 25 0 4 0 602433466 290975744 2249 33554432000 4194304 4650419 140735438579552 18446744073709551615 4366879 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=23669/tid=23671] ppid=23667 vsize=284156 CPUtime=0.29 cores=1,3,5,7
/proc/23669/task/23671/stat : 23671 (strangenight1-m) R 23667 23669 23098 0 -1 4202560 659 0 0 0 29 0 0 0 25 0 4 0 602433466 290975744 2249 33554432000 4194304 4650419 140735438579552 18446744073709551615 4303950 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=23669/tid=23672] ppid=23667 vsize=284156 CPUtime=0.29 cores=1,3,5,7
/proc/23669/task/23672/stat : 23672 (strangenight1-m) R 23667 23669 23098 0 -1 4202560 566 0 0 0 29 0 0 0 25 0 4 0 602433466 290975744 2249 33554432000 4194304 4650419 140735438579552 18446744073709551615 4334361 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 1.18
Current children cumulated vsize (KiB) 284156

[startup+0.701112 s]
/proc/loadavg: 7.48 7.97 8.03 5/180 23669
/proc/meminfo: memFree=31039212/32951124 swapFree=67103364/67111528
[pid=23669] ppid=23667 vsize=285136 CPUtime=2.78 cores=1,3,5,7
/proc/23669/stat : 23669 (strangenight1-m) R 23667 23669 23098 0 -1 4202496 4715 0 0 0 278 0 0 0 25 0 4 0 602433466 291979264 2997 33554432000 4194304 4650419 140735438579552 18446744073709551615 4333694 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/23669/statm: 71284 2997 393 112 0 66249 0
[pid=23669/tid=23670] ppid=23667 vsize=285136 CPUtime=0.69 cores=1,3,5,7
/proc/23669/task/23670/stat : 23670 (strangenight1-m) R 23667 23669 23098 0 -1 4202560 1124 0 0 0 69 0 0 0 25 0 4 0 602433466 291979264 2997 33554432000 4194304 4650419 140735438579552 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=23669/tid=23671] ppid=23667 vsize=285136 CPUtime=0.69 cores=1,3,5,7
/proc/23669/task/23671/stat : 23671 (strangenight1-m) R 23667 23669 23098 0 -1 4202560 1079 0 0 0 69 0 0 0 25 0 4 0 602433466 291979264 2997 33554432000 4194304 4650419 140735438579552 18446744073709551615 4365346 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=23669/tid=23672] ppid=23667 vsize=285136 CPUtime=0.69 cores=1,3,5,7
/proc/23669/task/23672/stat : 23672 (strangenight1-m) R 23667 23669 23098 0 -1 4202560 980 0 0 0 69 0 0 0 25 0 4 0 602433466 291979264 2997 33554432000 4194304 4650419 140735438579552 18446744073709551615 4364400 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 2.78
Current children cumulated vsize (KiB) 285136

[startup+1.50098 s]
/proc/loadavg: 7.48 7.97 8.03 9/184 23673
/proc/meminfo: memFree=31021288/32951124 swapFree=67103364/67111528
[pid=23669] ppid=23667 vsize=286428 CPUtime=5.98 cores=1,3,5,7
/proc/23669/stat : 23669 (strangenight1-m) R 23667 23669 23098 0 -1 4202496 9421 0 0 0 597 1 0 0 25 0 4 0 602433466 293302272 5025 33554432000 4194304 4650419 140735438579552 18446744073709551615 4441516 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/23669/statm: 71607 5025 395 112 0 66572 0
[pid=23669/tid=23670] ppid=23667 vsize=286428 CPUtime=1.49 cores=1,3,5,7
/proc/23669/task/23670/stat : 23670 (strangenight1-m) R 23667 23669 23098 0 -1 4202560 1997 0 0 0 149 0 0 0 25 0 4 0 602433466 293302272 5025 33554432000 4194304 4650419 140735438579552 18446744073709551615 4364521 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=23669/tid=23671] ppid=23667 vsize=286428 CPUtime=1.49 cores=1,3,5,7
/proc/23669/task/23671/stat : 23671 (strangenight1-m) R 23667 23669 23098 0 -1 4202560 1925 0 0 0 149 0 0 0 25 0 4 0 602433466 293302272 5025 33554432000 4194304 4650419 140735438579552 18446744073709551615 4366831 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=23669/tid=23672] ppid=23667 vsize=286428 CPUtime=1.48 cores=1,3,5,7
/proc/23669/task/23672/stat : 23672 (strangenight1-m) R 23667 23669 23098 0 -1 4202560 1720 0 0 0 148 0 0 0 25 0 4 0 602433466 293302272 5025 33554432000 4194304 4650419 140735438579552 18446744073709551615 4364424 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 5.98
Current children cumulated vsize (KiB) 286428

[startup+3.10072 s]
/proc/loadavg: 7.48 7.97 8.03 10/184 23673
/proc/meminfo: memFree=30993512/32951124 swapFree=67103364/67111528
[pid=23669] ppid=23667 vsize=282672 CPUtime=12.37 cores=1,3,5,7
/proc/23669/stat : 23669 (strangenight1-m) R 23667 23669 23098 0 -1 4202496 17942 0 0 0 1235 2 0 0 25 0 4 0 602433466 289456128 10263 33554432000 4194304 4650419 140735438579552 18446744073709551615 4366904 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/23669/statm: 70668 10263 395 112 0 65633 0
[pid=23669/tid=23670] ppid=23667 vsize=282672 CPUtime=3.08 cores=1,3,5,7
/proc/23669/task/23670/stat : 23670 (strangenight1-m) R 23667 23669 23098 0 -1 4202560 4133 0 0 0 308 0 0 0 25 0 4 0 602433466 289456128 10263 33554432000 4194304 4650419 140735438579552 18446744073709551615 4365242 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=23669/tid=23671] ppid=23667 vsize=282672 CPUtime=3.09 cores=1,3,5,7
/proc/23669/task/23671/stat : 23671 (strangenight1-m) R 23667 23669 23098 0 -1 4202560 4818 0 0 0 309 0 0 0 25 0 4 0 602433466 289456128 10263 33554432000 4194304 4650419 140735438579552 18446744073709551615 4314855 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=23669/tid=23672] ppid=23667 vsize=282672 CPUtime=3.08 cores=1,3,5,7
/proc/23669/task/23672/stat : 23672 (strangenight1-m) R 23667 23669 23098 0 -1 4202560 4014 0 0 0 308 0 0 0 25 0 4 0 602433466 289456128 10264 33554432000 4194304 4650419 140735438579552 18446744073709551615 4365346 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 12.37
Current children cumulated vsize (KiB) 282672

[startup+6.30018 s]
/proc/loadavg: 7.52 7.97 8.03 9/184 23703
/proc/meminfo: memFree=30969304/32951124 swapFree=67103364/67111528
[pid=23669] ppid=23667 vsize=291076 CPUtime=25.15 cores=1,3,5,7
/proc/23669/stat : 23669 (strangenight1-m) R 23667 23669 23098 0 -1 4202496 26727 0 0 0 2511 4 0 0 25 0 4 0 602433466 298061824 13534 33554432000 4194304 4650419 140735438579552 18446744073709551615 4364453 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/23669/statm: 72769 13534 395 112 0 67734 0
[pid=23669/tid=23670] ppid=23667 vsize=291076 CPUtime=6.29 cores=1,3,5,7
/proc/23669/task/23670/stat : 23670 (strangenight1-m) R 23667 23669 23098 0 -1 4202560 7099 0 0 0 628 1 0 0 25 0 4 0 602433466 298061824 13534 33554432000 4194304 4650419 140735438579552 18446744073709551615 4366831 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=23669/tid=23671] ppid=23667 vsize=291076 CPUtime=6.29 cores=1,3,5,7
/proc/23669/task/23671/stat : 23671 (strangenight1-m) R 23667 23669 23098 0 -1 4202560 6861 0 0 0 628 1 0 0 25 0 4 0 602433466 298061824 13534 33554432000 4194304 4650419 140735438579552 18446744073709551615 4364416 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=23669/tid=23672] ppid=23667 vsize=291076 CPUtime=6.26 cores=1,3,5,7
/proc/23669/task/23672/stat : 23672 (strangenight1-m) R 23667 23669 23098 0 -1 4202560 5431 0 0 0 626 0 0 0 25 0 4 0 602433466 298061824 13534 33554432000 4194304 4650419 140735438579552 18446744073709551615 4363553 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 25.15
Current children cumulated vsize (KiB) 291076

[startup+12.7011 s]
/proc/loadavg: 7.56 7.97 8.03 9/184 23703
/proc/meminfo: memFree=30901216/32951124 swapFree=67103364/67111528
[pid=23669] ppid=23667 vsize=296856 CPUtime=50.72 cores=1,3,5,7
/proc/23669/stat : 23669 (strangenight1-m) R 23667 23669 23098 0 -1 4202496 41972 0 0 0 5064 8 0 0 25 0 4 0 602433466 303980544 18909 33554432000 4194304 4650419 140735438579552 18446744073709551615 4363496 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/23669/statm: 74214 18909 395 112 0 69179 0
[pid=23669/tid=23670] ppid=23667 vsize=296856 CPUtime=12.69 cores=1,3,5,7
/proc/23669/task/23670/stat : 23670 (strangenight1-m) R 23667 23669 23098 0 -1 4202560 11146 0 0 0 1267 2 0 0 25 0 4 0 602433466 303980544 18909 33554432000 4194304 4650419 140735438579552 18446744073709551615 4365708 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=23669/tid=23671] ppid=23667 vsize=296856 CPUtime=12.69 cores=1,3,5,7
/proc/23669/task/23671/stat : 23671 (strangenight1-m) R 23667 23669 23098 0 -1 4202560 11266 0 0 0 1267 2 0 0 25 0 4 0 602433466 303980544 18909 33554432000 4194304 4650419 140735438579552 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=23669/tid=23672] ppid=23667 vsize=296856 CPUtime=12.63 cores=1,3,5,7
/proc/23669/task/23672/stat : 23672 (strangenight1-m) R 23667 23669 23098 0 -1 4202560 7793 0 0 0 1262 1 0 0 25 0 4 0 602433466 303980544 18909 33554432000 4194304 4650419 140735438579552 18446744073709551615 4366904 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 50.72
Current children cumulated vsize (KiB) 296856

[startup+25.501 s]
/proc/loadavg: 7.65 7.97 8.03 9/184 23703
/proc/meminfo: memFree=30833760/32951124 swapFree=67103364/67111528
[pid=23669] ppid=23667 vsize=308992 CPUtime=101.84 cores=1,3,5,7
/proc/23669/stat : 23669 (strangenight1-m) R 23667 23669 23098 0 -1 4202496 66545 0 0 0 10170 14 0 0 25 0 4 0 602433466 316407808 29504 33554432000 4194304 4650419 140735438579552 18446744073709551615 4476175 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/23669/statm: 77248 29505 395 112 0 72213 0
[pid=23669/tid=23670] ppid=23667 vsize=308992 CPUtime=25.49 cores=1,3,5,7
/proc/23669/task/23670/stat : 23670 (strangenight1-m) R 23667 23669 23098 0 -1 4202560 18224 0 0 0 2544 5 0 0 25 0 4 0 602433466 316407808 29505 33554432000 4194304 4650419 140735438579552 18446744073709551615 4520364 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=23669/tid=23671] ppid=23667 vsize=308992 CPUtime=25.48 cores=1,3,5,7
/proc/23669/task/23671/stat : 23671 (strangenight1-m) R 23667 23669 23098 0 -1 4202560 17929 0 0 0 2545 3 0 0 25 0 4 0 602433466 316407808 29505 33554432000 4194304 4650419 140735438579552 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=23669/tid=23672] ppid=23667 vsize=308992 CPUtime=25.35 cores=1,3,5,7
/proc/23669/task/23672/stat : 23672 (strangenight1-m) R 23667 23669 23098 0 -1 4202560 11208 0 0 0 2534 1 0 0 25 0 4 0 602433466 316407808 29505 33554432000 4194304 4650419 140735438579552 18446744073709551615 4364751 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 101.84
Current children cumulated vsize (KiB) 308992

[startup+51.1007 s]
/proc/loadavg: 7.77 7.97 8.03 9/184 23703
/proc/meminfo: memFree=30784196/32951124 swapFree=67103364/67111528
[pid=23669] ppid=23667 vsize=320188 CPUtime=204.11 cores=1,3,5,7
/proc/23669/stat : 23669 (strangenight1-m) R 23667 23669 23098 0 -1 4202496 100429 0 0 0 20386 25 0 0 25 0 4 0 602433466 327872512 34020 33554432000 4194304 4650419 140735438579552 18446744073709551615 4366816 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/23669/statm: 80047 34020 395 112 0 75012 0
[pid=23669/tid=23670] ppid=23667 vsize=320188 CPUtime=51.09 cores=1,3,5,7
/proc/23669/task/23670/stat : 23670 (strangenight1-m) R 23667 23669 23098 0 -1 4202560 26309 0 0 0 5102 7 0 0 25 0 4 0 602433466 327872512 34020 33554432000 4194304 4650419 140735438579552 18446744073709551615 4365327 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=23669/tid=23671] ppid=23667 vsize=320188 CPUtime=51.09 cores=1,3,5,7
/proc/23669/task/23671/stat : 23671 (strangenight1-m) R 23667 23669 23098 0 -1 4202560 28720 0 0 0 5103 6 0 0 25 0 4 0 602433466 327872512 34020 33554432000 4194304 4650419 140735438579552 18446744073709551615 4364775 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=23669/tid=23672] ppid=23667 vsize=320188 CPUtime=50.81 cores=1,3,5,7
/proc/23669/task/23672/stat : 23672 (strangenight1-m) R 23667 23669 23098 0 -1 4202560 15904 0 0 0 5078 3 0 0 25 0 4 0 602433466 327872512 34020 33554432000 4194304 4650419 140735438579552 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 204.11
Current children cumulated vsize (KiB) 320188

[startup+102.306 s]
/proc/loadavg: 7.94 7.99 8.03 9/184 23705
/proc/meminfo: memFree=30721268/32951124 swapFree=67103364/67111528
[pid=23669] ppid=23667 vsize=330172 CPUtime=408.65 cores=1,3,5,7
/proc/23669/stat : 23669 (strangenight1-m) R 23667 23669 23098 0 -1 4202496 154407 0 0 0 40823 42 0 0 25 0 4 0 602433466 338096128 43439 33554432000 4194304 4650419 140735438579552 18446744073709551615 4363880 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/23669/statm: 82543 43439 395 112 0 77508 0
[pid=23669/tid=23670] ppid=23667 vsize=330172 CPUtime=102.3 cores=1,3,5,7
/proc/23669/task/23670/stat : 23670 (strangenight1-m) R 23667 23669 23098 0 -1 4202560 41817 0 0 0 10218 12 0 0 25 0 4 0 602433466 338096128 43439 33554432000 4194304 4650419 140735438579552 18446744073709551615 4476288 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=23669/tid=23671] ppid=23667 vsize=330172 CPUtime=102.29 cores=1,3,5,7
/proc/23669/task/23671/stat : 23671 (strangenight1-m) R 23667 23669 23098 0 -1 4202560 43345 0 0 0 10218 11 0 0 25 0 4 0 602433466 338096128 43439 33554432000 4194304 4650419 140735438579552 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=23669/tid=23672] ppid=23667 vsize=330172 CPUtime=101.73 cores=1,3,5,7
/proc/23669/task/23672/stat : 23672 (strangenight1-m) R 23667 23669 23098 0 -1 4202560 24448 0 0 0 10168 5 0 0 25 0 4 0 602433466 338096128 43439 33554432000 4194304 4650419 140735438579552 18446744073709551615 4476293 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 408.65
Current children cumulated vsize (KiB) 330172

[startup+162.301 s]

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

[pid=23669] ppid=23667 vsize=658652 CPUtime=2805.35 cores=1,3,5,7
/proc/23669/stat : 23669 (strangenight1-m) R 23667 23669 23098 0 -1 4202496 496516 0 0 0 280334 201 0 0 25 0 4 0 602433466 674459648 107754 33554432000 4194304 4650419 140735438579552 18446744073709551615 4432376 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/23669/statm: 164663 107754 395 112 0 159628 0
[pid=23669/tid=23670] ppid=23667 vsize=658652 CPUtime=702.3 cores=1,3,5,7
/proc/23669/task/23670/stat : 23670 (strangenight1-m) R 23667 23669 23098 0 -1 4202560 122414 0 0 0 70179 51 0 0 25 0 4 0 602433466 674459648 107754 33554432000 4194304 4650419 140735438579552 18446744073709551615 4365346 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=23669/tid=23671] ppid=23667 vsize=658652 CPUtime=702.29 cores=1,3,5,7
/proc/23669/task/23671/stat : 23671 (strangenight1-m) R 23667 23669 23098 0 -1 4202560 154892 0 0 0 70164 65 0 0 25 0 4 0 602433466 674459648 107754 33554432000 4194304 4650419 140735438579552 18446744073709551615 4365289 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=23669/tid=23672] ppid=23667 vsize=658652 CPUtime=698.46 cores=1,3,5,7
/proc/23669/task/23672/stat : 23672 (strangenight1-m) R 23667 23669 23098 0 -1 4202560 74625 0 0 0 69817 29 0 0 25 0 4 0 602433466 674459648 107754 33554432000 4194304 4650419 140735438579552 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 2805.35
Current children cumulated vsize (KiB) 658652

[startup+762.306 s]
/proc/loadavg: 8.02 8.03 8.00 9/184 23723
/proc/meminfo: memFree=30275776/32951124 swapFree=67103364/67111528
[pid=23669] ppid=23667 vsize=633772 CPUtime=3045.05 cores=1,3,5,7
/proc/23669/stat : 23669 (strangenight1-m) R 23667 23669 23098 0 -1 4202496 521495 0 0 0 304290 215 0 0 25 0 4 0 602433466 648982528 109852 33554432000 4194304 4650419 140735438579552 18446744073709551615 4365227 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/23669/statm: 158443 109852 395 112 0 153408 0
[pid=23669/tid=23670] ppid=23667 vsize=633772 CPUtime=762.31 cores=1,3,5,7
/proc/23669/task/23670/stat : 23670 (strangenight1-m) R 23667 23669 23098 0 -1 4202560 129065 0 0 0 76175 56 0 0 25 0 4 0 602433466 648982528 109852 33554432000 4194304 4650419 140735438579552 18446744073709551615 4363883 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=23669/tid=23671] ppid=23667 vsize=633772 CPUtime=762.29 cores=1,3,5,7
/proc/23669/task/23671/stat : 23671 (strangenight1-m) R 23667 23669 23098 0 -1 4202560 164289 0 0 0 76160 69 0 0 25 0 4 0 602433466 648982528 109852 33554432000 4194304 4650419 140735438579552 18446744073709551615 4334242 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=23669/tid=23672] ppid=23667 vsize=633772 CPUtime=758.14 cores=1,3,5,7
/proc/23669/task/23672/stat : 23672 (strangenight1-m) R 23667 23669 23098 0 -1 4202560 76985 0 0 0 75783 31 0 0 25 0 4 0 602433466 648982528 109852 33554432000 4194304 4650419 140735438579552 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3045.05
Current children cumulated vsize (KiB) 633772

[startup+822.3 s]
/proc/loadavg: 8.05 8.03 8.00 9/184 23725
/proc/meminfo: memFree=30281432/32951124 swapFree=67103364/67111528
[pid=23669] ppid=23667 vsize=633900 CPUtime=3284.7 cores=1,3,5,7
/proc/23669/stat : 23669 (strangenight1-m) R 23667 23669 23098 0 -1 4202496 543184 0 0 0 328243 227 0 0 25 0 4 0 602433466 649113600 106927 33554432000 4194304 4650419 140735438579552 18446744073709551615 4367232 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/23669/statm: 158475 106927 395 112 0 153440 0
[pid=23669/tid=23670] ppid=23667 vsize=633900 CPUtime=822.3 cores=1,3,5,7
/proc/23669/task/23670/stat : 23670 (strangenight1-m) R 23667 23669 23098 0 -1 4202560 136213 0 0 0 82170 60 0 0 25 0 4 0 602433466 649113600 106927 33554432000 4194304 4650419 140735438579552 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=23669/tid=23671] ppid=23667 vsize=633900 CPUtime=822.3 cores=1,3,5,7
/proc/23669/task/23671/stat : 23671 (strangenight1-m) R 23667 23669 23098 0 -1 4202560 169466 0 0 0 82157 73 0 0 25 0 4 0 602433466 649113600 106927 33554432000 4194304 4650419 140735438579552 18446744073709551615 4365246 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=23669/tid=23672] ppid=23667 vsize=633900 CPUtime=817.81 cores=1,3,5,7
/proc/23669/task/23672/stat : 23672 (strangenight1-m) R 23667 23669 23098 0 -1 4202560 81052 0 0 0 81748 33 0 0 25 0 4 0 602433466 649113600 106927 33554432000 4194304 4650419 140735438579552 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3284.7
Current children cumulated vsize (KiB) 633900

[startup+882.3 s]
/proc/loadavg: 8.06 8.04 8.00 9/184 23725
/proc/meminfo: memFree=30243812/32951124 swapFree=67103364/67111528
[pid=23669] ppid=23667 vsize=651152 CPUtime=3524.37 cores=1,3,5,7
/proc/23669/stat : 23669 (strangenight1-m) R 23667 23669 23098 0 -1 4202496 562399 0 0 0 352201 236 0 0 25 0 4 0 602433466 666779648 118045 33554432000 4194304 4650419 140735438579552 18446744073709551615 4365227 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/23669/statm: 162788 118045 395 112 0 157753 0
[pid=23669/tid=23670] ppid=23667 vsize=651152 CPUtime=882.3 cores=1,3,5,7
/proc/23669/task/23670/stat : 23670 (strangenight1-m) R 23667 23669 23098 0 -1 4202560 140854 0 0 0 88168 62 0 0 25 0 4 0 602433466 666779648 118045 33554432000 4194304 4650419 140735438579552 18446744073709551615 4366828 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=23669/tid=23671] ppid=23667 vsize=651152 CPUtime=882.29 cores=1,3,5,7
/proc/23669/task/23671/stat : 23671 (strangenight1-m) R 23667 23669 23098 0 -1 4202560 175225 0 0 0 88154 75 0 0 25 0 4 0 602433466 666779648 118045 33554432000 4194304 4650419 140735438579552 18446744073709551615 4366865 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=23669/tid=23672] ppid=23667 vsize=651152 CPUtime=877.49 cores=1,3,5,7
/proc/23669/task/23672/stat : 23672 (strangenight1-m) R 23667 23669 23098 0 -1 4202560 83865 0 0 0 87714 35 0 0 25 0 4 0 602433466 666779648 118045 33554432000 4194304 4650419 140735438579552 18446744073709551615 4365246 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3524.37
Current children cumulated vsize (KiB) 651152

[startup+942.3 s]
/proc/loadavg: 8.10 8.06 8.01 9/184 23727
/proc/meminfo: memFree=30221584/32951124 swapFree=67103364/67111528
[pid=23669] ppid=23667 vsize=664268 CPUtime=3764.05 cores=1,3,5,7
/proc/23669/stat : 23669 (strangenight1-m) R 23667 23669 23098 0 -1 4202496 585064 0 0 0 376158 247 0 0 25 0 4 0 602433466 680210432 110685 33554432000 4194304 4650419 140735438579552 18446744073709551615 4364736 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/23669/statm: 166067 110685 395 112 0 161032 0
[pid=23669/tid=23670] ppid=23667 vsize=664268 CPUtime=942.3 cores=1,3,5,7
/proc/23669/task/23670/stat : 23670 (strangenight1-m) R 23667 23669 23098 0 -1 4202560 146983 0 0 0 94166 64 0 0 25 0 4 0 602433466 680210432 110685 33554432000 4194304 4650419 140735438579552 18446744073709551615 4366904 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=23669/tid=23671] ppid=23667 vsize=664268 CPUtime=942.29 cores=1,3,5,7
/proc/23669/task/23671/stat : 23671 (strangenight1-m) R 23667 23669 23098 0 -1 4202560 183335 0 0 0 94151 78 0 0 25 0 4 0 602433466 680210432 110685 33554432000 4194304 4650419 140735438579552 18446744073709551615 4366904 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=23669/tid=23672] ppid=23667 vsize=664268 CPUtime=937.16 cores=1,3,5,7
/proc/23669/task/23672/stat : 23672 (strangenight1-m) R 23667 23669 23098 0 -1 4202560 86850 0 0 0 93679 37 0 0 25 0 4 0 602433466 680210432 110685 33554432000 4194304 4650419 140735438579552 18446744073709551615 4365246 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3764.05
Current children cumulated vsize (KiB) 664268

[startup+1002.3 s]
/proc/loadavg: 8.11 8.07 8.01 9/184 23729
/proc/meminfo: memFree=30213864/32951124 swapFree=67103364/67111528
[pid=23669] ppid=23667 vsize=664568 CPUtime=4003.72 cores=1,3,5,7
/proc/23669/stat : 23669 (strangenight1-m) R 23667 23669 23098 0 -1 4202496 610763 0 0 0 400107 265 0 0 25 0 4 0 602433466 680517632 114227 33554432000 4194304 4650419 140735438579552 18446744073709551615 4367232 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/23669/statm: 166142 114227 395 112 0 161107 0
[pid=23669/tid=23670] ppid=23667 vsize=664568 CPUtime=1002.3 cores=1,3,5,7
/proc/23669/task/23670/stat : 23670 (strangenight1-m) R 23667 23669 23098 0 -1 4202560 153322 0 0 0 100161 69 0 0 25 0 4 0 602433466 680517632 114227 33554432000 4194304 4650419 140735438579552 18446744073709551615 4366816 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=23669/tid=23671] ppid=23667 vsize=664568 CPUtime=1002.29 cores=1,3,5,7
/proc/23669/task/23671/stat : 23671 (strangenight1-m) R 23667 23669 23098 0 -1 4202560 190686 0 0 0 100146 83 0 0 25 0 4 0 602433466 680517632 114227 33554432000 4194304 4650419 140735438579552 18446744073709551615 4365289 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=23669/tid=23672] ppid=23667 vsize=664568 CPUtime=996.83 cores=1,3,5,7
/proc/23669/task/23672/stat : 23672 (strangenight1-m) R 23667 23669 23098 0 -1 4202560 91116 0 0 0 99643 40 0 0 25 0 4 0 602433466 680517632 114227 33554432000 4194304 4650419 140735438579552 18446744073709551615 4364792 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4003.72
Current children cumulated vsize (KiB) 664568

[startup+1062.3 s]
/proc/loadavg: 8.07 8.07 8.01 9/184 23731
/proc/meminfo: memFree=30167436/32951124 swapFree=67103364/67111528
[pid=23669] ppid=23667 vsize=670672 CPUtime=4243.4 cores=1,3,5,7
/proc/23669/stat : 23669 (strangenight1-m) R 23667 23669 23098 0 -1 4202496 636129 0 0 0 424060 280 0 0 25 0 4 0 602433466 686768128 120262 33554432000 4194304 4650419 140735438579552 18446744073709551615 4365227 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/23669/statm: 167668 120262 395 112 0 162633 0
[pid=23669/tid=23670] ppid=23667 vsize=670672 CPUtime=1062.3 cores=1,3,5,7
/proc/23669/task/23670/stat : 23670 (strangenight1-m) R 23667 23669 23098 0 -1 4202560 159469 0 0 0 106157 73 0 0 25 0 4 0 602433466 686768128 120262 33554432000 4194304 4650419 140735438579552 18446744073709551615 4433081 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=23669/tid=23671] ppid=23667 vsize=670672 CPUtime=1062.29 cores=1,3,5,7
/proc/23669/task/23671/stat : 23671 (strangenight1-m) R 23667 23669 23098 0 -1 4202560 197963 0 0 0 106141 88 0 0 25 0 4 0 602433466 686768128 120262 33554432000 4194304 4650419 140735438579552 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=23669/tid=23672] ppid=23667 vsize=670672 CPUtime=1056.51 cores=1,3,5,7
/proc/23669/task/23672/stat : 23672 (strangenight1-m) R 23667 23669 23098 0 -1 4202560 95284 0 0 0 105608 43 0 0 25 0 4 0 602433466 686768128 120262 33554432000 4194304 4650419 140735438579552 18446744073709551615 4366920 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4243.4
Current children cumulated vsize (KiB) 670672

[startup+1122.3 s]
/proc/loadavg: 8.14 8.09 8.02 9/184 23733
/proc/meminfo: memFree=30184484/32951124 swapFree=67103364/67111528
[pid=23669] ppid=23667 vsize=674252 CPUtime=4483.07 cores=1,3,5,7
/proc/23669/stat : 23669 (strangenight1-m) R 23667 23669 23098 0 -1 4202496 655853 0 0 0 448014 293 0 0 25 0 4 0 602433466 690434048 118164 33554432000 4194304 4650419 140735438579552 18446744073709551615 4365325 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/23669/statm: 168563 118164 395 112 0 163528 0
[pid=23669/tid=23670] ppid=23667 vsize=674252 CPUtime=1122.3 cores=1,3,5,7
/proc/23669/task/23670/stat : 23670 (strangenight1-m) R 23667 23669 23098 0 -1 4202560 163804 0 0 0 112155 75 0 0 25 0 4 0 602433466 690434048 118164 33554432000 4194304 4650419 140735438579552 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=23669/tid=23671] ppid=23667 vsize=674252 CPUtime=1122.29 cores=1,3,5,7
/proc/23669/task/23671/stat : 23671 (strangenight1-m) R 23667 23669 23098 0 -1 4202560 204495 0 0 0 112136 93 0 0 25 0 4 0 602433466 690434048 118164 33554432000 4194304 4650419 140735438579552 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=23669/tid=23672] ppid=23667 vsize=674252 CPUtime=1116.18 cores=1,3,5,7
/proc/23669/task/23672/stat : 23672 (strangenight1-m) R 23667 23669 23098 0 -1 4202560 96301 0 0 0 111574 44 0 0 25 0 4 0 602433466 690434048 118164 33554432000 4194304 4650419 140735438579552 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4483.07
Current children cumulated vsize (KiB) 674252

[startup+1182.3 s]
/proc/loadavg: 8.17 8.10 8.02 9/184 23733
/proc/meminfo: memFree=30149104/32951124 swapFree=67103364/67111528
[pid=23669] ppid=23667 vsize=727544 CPUtime=4722.74 cores=1,3,5,7
/proc/23669/stat : 23669 (strangenight1-m) R 23667 23669 23098 0 -1 4202496 681062 0 0 0 471969 305 0 0 25 0 4 0 602433466 745005056 121878 33554432000 4194304 4650419 140735438579552 18446744073709551615 4365237 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/23669/statm: 181886 121878 395 112 0 176851 0
[pid=23669/tid=23670] ppid=23667 vsize=727544 CPUtime=1182.31 cores=1,3,5,7
/proc/23669/task/23670/stat : 23670 (strangenight1-m) R 23667 23669 23098 0 -1 4202560 168993 0 0 0 118152 79 0 0 25 0 4 0 602433466 745005056 121878 33554432000 4194304 4650419 140735438579552 18446744073709551615 4365323 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=23669/tid=23671] ppid=23667 vsize=727544 CPUtime=1182.3 cores=1,3,5,7
/proc/23669/task/23671/stat : 23671 (strangenight1-m) R 23667 23669 23098 0 -1 4202560 213918 0 0 0 118133 97 0 0 25 0 4 0 602433466 745005056 121878 33554432000 4194304 4650419 140735438579552 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=23669/tid=23672] ppid=23667 vsize=727544 CPUtime=1175.86 cores=1,3,5,7
/proc/23669/task/23672/stat : 23672 (strangenight1-m) R 23667 23669 23098 0 -1 4202560 99563 0 0 0 117540 46 0 0 25 0 4 0 602433466 745005056 121878 33554432000 4194304 4650419 140735438579552 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4722.74
Current children cumulated vsize (KiB) 727544



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1201.7 s]
/proc/loadavg: 8.18 8.11 8.02 9/184 23735
/proc/meminfo: memFree=30149704/32951124 swapFree=67103364/67111528
[pid=23669] ppid=23667 vsize=727616 CPUtime=4800.26 cores=1,3,5,7
/proc/23669/stat : 23669 (strangenight1-m) R 23667 23669 23098 0 -1 4202496 686561 0 0 0 479716 310 0 0 25 0 4 0 602433466 745078784 123761 33554432000 4194304 4650419 140735438579552 18446744073709551615 4363420 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/23669/statm: 181904 123761 395 112 0 176869 0
[pid=23669/tid=23670] ppid=23667 vsize=727616 CPUtime=1201.71 cores=1,3,5,7
/proc/23669/task/23670/stat : 23670 (strangenight1-m) R 23667 23669 23098 0 -1 4202560 171683 0 0 0 120091 80 0 0 25 0 4 0 602433466 745078784 123762 33554432000 4194304 4650419 140735438579552 18446744073709551615 4520364 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=23669/tid=23671] ppid=23667 vsize=727616 CPUtime=1201.71 cores=1,3,5,7
/proc/23669/task/23671/stat : 23671 (strangenight1-m) R 23667 23669 23098 0 -1 4202560 215015 0 0 0 120073 98 0 0 25 0 4 0 602433466 745078784 123762 33554432000 4194304 4650419 140735438579552 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=23669/tid=23672] ppid=23667 vsize=727616 CPUtime=1195.15 cores=1,3,5,7
/proc/23669/task/23672/stat : 23672 (strangenight1-m) R 23667 23669 23098 0 -1 4202560 99563 0 0 0 119469 46 0 0 25 0 4 0 602433466 745078784 123762 33554432000 4194304 4650419 140735438579552 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4800.26
Current children cumulated vsize (KiB) 727616

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.11 8.02 9/184 23735
/proc/meminfo: memFree=30149704/32951124 swapFree=67103364/67111528
[pid=23669] ppid=23667 vsize=727616 CPUtime=4800.26 cores=1,3,5,7
/proc/23669/stat : 23669 (strangenight1-m) R 23667 23669 23098 0 -1 4202496 686561 0 0 0 479716 310 0 0 25 0 4 0 602433466 745078784 123761 33554432000 4194304 4650419 140735438579552 18446744073709551615 4363420 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/23669/statm: 181904 123761 395 112 0 176869 0
[pid=23669/tid=23670] ppid=23667 vsize=727616 CPUtime=1201.71 cores=1,3,5,7
/proc/23669/task/23670/stat : 23670 (strangenight1-m) R 23667 23669 23098 0 -1 4202560 171683 0 0 0 120091 80 0 0 25 0 4 0 602433466 745078784 123762 33554432000 4194304 4650419 140735438579552 18446744073709551615 4520364 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=23669/tid=23671] ppid=23667 vsize=727616 CPUtime=1201.71 cores=1,3,5,7
/proc/23669/task/23671/stat : 23671 (strangenight1-m) R 23667 23669 23098 0 -1 4202560 215015 0 0 0 120073 98 0 0 25 0 4 0 602433466 745078784 123762 33554432000 4194304 4650419 140735438579552 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=23669/tid=23672] ppid=23667 vsize=727616 CPUtime=1195.15 cores=1,3,5,7
/proc/23669/task/23672/stat : 23672 (strangenight1-m) R 23667 23669 23098 0 -1 4202560 99563 0 0 0 119469 46 0 0 25 0 4 0 602433466 745078784 123762 33554432000 4194304 4650419 140735438579552 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4800.26
Current children cumulated vsize (KiB) 727616

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1201.73
CPU time (s): 4800.31
CPU user time (s): 4797.19
CPU system time (s): 3.11952
CPU usage (%): 399.449
Max. virtual memory (cumulated for all children) (KiB): 780516

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4797.19
system time used= 3.11952
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 686563
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= 226
involuntary context switches= 34141

runsolver used 1.67075 second user time and 4.89825 second system time

The end

Launcher Data

Begin job on node118 at 2011-04-30 02:07:08
IDJOB=3175388
IDBENCH=83006
IDSOLVER=1588
FILE ID=node118/3175388-1304122028
RUNJOBID= node118-1304122028-23647
PBS_JOBID= 13170712
Free space on /tmp= 71612 MiB

SOLVER NAME= CryptoMiniSat Strange-Night-1-mt
BENCH NAME= SAT11/random/medium/unif-k3-r4.26-v600-c2556-S610796494-086.SATISFIABLE.cnf
COMMAND LINE= ./strangenight1-mt --threads=NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3175388-1304122028/watcher-3175388-1304122028 -o /tmp/evaluation-result-3175388-1304122028/solver-3175388-1304122028 -C 4800 -W 1300 -M 15500  ./strangenight1-mt --threads=4 HOME/instance-3175388-1304122028.cnf

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

MD5SUM BENCH= 82f21398af62a72249630e457a91aa93
RANDOM SEED=1552475080

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

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      31039492 kB
Buffers:        374484 kB
Cached:        1136292 kB
SwapCached:       2376 kB
Active:         100360 kB
Inactive:      1472160 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      31039492 kB
SwapTotal:    67111528 kB
SwapFree:     67103364 kB
Dirty:           12460 kB
Writeback:           0 kB
AnonPages:       61232 kB
Mapped:          15244 kB
Slab:           275524 kB
PageTables:       4496 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   274432 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= 71604 MiB
End job on node118 at 2011-04-30 02:27:12