Trace number 3368920

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
CryptoMiniSat Strange-Night-1-mt (fixed)? (TO) 4800.4 1203.94

General information on the benchmark

Namerandom/medium/
unif-k3-r4.26-v500-c2130-S1563258922-027.SATISFIABLE.cnf
MD5SUMd76256d9362323e592886dee80dd4554
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.003998
Satisfiable
(Un)Satisfiability was proved
Number of variables500
Number of clauses2130
Sum of the clauses size6390
Maximum clause length3
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 32130
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.01	c Using 4 threads
0.00/0.01	c This is CryptoMiniSat 2.9.0
0.00/0.01	c compiled with gcc version 4.4.5
0.00/0.01	c WARNING: for repeatability, setting FPU to use double precision
0.00/0.01	c Reading file 'HOME/instance-3368920-1305405968.cnf'
0.00/0.01	c -- header says num vars:            500
0.00/0.01	c -- header says num clauses:        2130
0.00/0.01	c -- clauses added:            0 learnts,         2130 normals,            0 xors
0.00/0.01	c -- vars added        500
0.00/0.01	c Parsing time:  0.00 s
0.00/0.01	c  N st     0         0       500      2130         0         0      6390         0   no data   no data  --
0.00/0.01	c asymm  cl-useful: 0/2130/2130 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.90	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
0.00/0.90	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    500 time:  0.00 s
0.00/0.90	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
0.00/0.90	c lits-rem:         0  cl-subs:        0  v-elim:     16  v-fix:    0  time:  0.01 s
0.00/0.90	c Finding binary XORs  T:     0.00 s  found:       0
0.00/0.90	c Finding non-binary XORs:     0.00 s (found:       0, avg size: nan)
0.00/0.90	c calculated reachability. Time: 0.00
0.00/0.90	c Calc default polars -  time:   0.00 s pos:     228 undec:      53 neg:     219
0.00/0.90	c =========================================================================================
0.00/0.90	c types(t): F = full restart, N = normal restart
0.00/0.90	c types(t): S = simplification begin/end, E = solution found
0.00/0.90	c restart types(rt): st = static, dy = dynamic
0.00/0.90	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits
0.00/0.90	c  B st     0         0       484      2123         0         0      6466         0   no data   no data  --
0.00/0.90	c Decided on static restart strategy
0.00/0.90	c  N st     8      4919       484      2123         0      4843      6466    112017   no data   no data  --
0.00/0.90	c  N st    10     11302       484      2123         0      4484      6466     74845   no data   no data  --
0.00/0.90	c  N st    11     17046       484      2123         0     10110      6466    207542   no data   no data  --
4.02/1.10	c  F st    12     25001       484      2123         0     12372      6466    259809   no data   no data  --
4.02/1.10	c  N st    12     25001       484      2123         0     12372      6466    259809   no data   no data  --
5.23/1.40	c Decided on static restart strategy
5.23/1.40	c  N st    18     30001       484      2123         0     10666      6466    200769   no data   no data  --
5.23/1.40	c  S st    18     30001       484      2123         0     10666      6466    200769   no data   no data  --
5.23/1.40	c  S st    18     30506       484      2123         0     11171      6466    212037   no data   no data  --
5.23/1.40	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
5.23/1.40	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
5.23/1.40	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.1M T:  0.01
5.23/1.40	c bin-w-bin subsume rem            0 bins  time:  0.00 s
5.23/1.40	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
5.23/1.40	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    484 time:  0.00 s
5.23/1.40	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
5.97/1.55	c lits-rem:       120  cl-subs:      515  v-elim:      0  v-fix:    0  time:  0.79 s
5.97/1.56	c asymm  cl-useful: 0/2123/2123 lits-rem:0 time: 0.03
5.97/1.56	c calculated reachability. Time: 0.00
5.97/1.56	c  N st    18     30506       484      2123         0     10656      6466    198692   no data   no data  --
7.56/1.97	c  N st    20     37618       484      2123         0      9920      6466    164786   no data   no data  --
9.15/2.33	c  N st    21     44020       484      2123         0     16190      6466    317339   no data   no data  --
9.55/2.47	c  S st    22     45762       484      2123         0      9138      6466    130632   no data   no data  --
9.55/2.49	c  S st    22     46266       484      2123         0      9641      6466    141919   no data   no data  --
9.55/2.49	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
9.55/2.49	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
9.95/2.50	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.1M T:  0.01
9.95/2.50	c bin-w-bin subsume rem            0 bins  time:  0.00 s
9.95/2.50	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
9.95/2.50	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    484 time:  0.00 s
9.95/2.50	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
9.95/2.59	c lits-rem:        30  cl-subs:       40  v-elim:      0  v-fix:    0  time:  0.35 s
9.95/2.59	c vivif2 --  cl tried     2123 cl shrink        0 lits rem          0 time: 0.00
9.95/2.59	c vivif2 --  cl tried     9601 cl shrink        0 lits rem          0 time: 0.00
10.35/2.60	c asymm  cl-useful: 0/2123/2123 lits-rem:0 time: 0.03
10.35/2.60	c calculated reachability. Time: 0.00
10.35/2.60	c  N st    22     46266       484      2123         0      9601      6466    140940   no data   no data  --
13.93/3.55	c  N st    23     60663       484      2123         0     13893      6466    230046   no data   no data  --
16.76/4.21	c  N st    24     69399       484      2123         0     11740      6466    170962   no data   no data  --
16.76/4.21	c  S st    24     69399       484      2123         0     11740      6466    170962   no data   no data  --
16.76/4.24	c  S st    24     69900       484      2123         0     12240      6466    183150   no data   no data  --
16.76/4.25	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
16.76/4.25	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
16.76/4.25	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.01
16.76/4.25	c bin-w-bin subsume rem            0 bins  time:  0.00 s
16.76/4.25	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
16.76/4.25	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    484 time:  0.00 s
16.76/4.25	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
17.53/4.44	c lits-rem:        55  cl-subs:      145  v-elim:      0  v-fix:    0  time:  0.76 s
17.53/4.44	c vivif2 --  cl tried     2123 cl shrink        0 lits rem          0 time: 0.00
17.53/4.45	c vivif2 --  cl tried    12095 cl shrink        0 lits rem          0 time: 0.01
17.53/4.46	c asymm  cl-useful: 0/2123/2123 lits-rem:0 time: 0.04
17.53/4.46	c calculated reachability. Time: 0.00
17.53/4.46	c  N st    24     69900       484      2123         0     12095      6466    180017   no data   no data  --
22.71/5.76	c  F st    25     87500       484      2123         0     17551      6466    305091   no data   no data  --
22.71/5.76	c  N st    25     87500       484      2123         0     17551      6466    305091   no data   no data  --
24.31/6.15	c Decided on static restart strategy
25.11/6.39	c  N st    32     95537       484      2123         0     25449      6466    494383   no data   no data  --
27.89/7.08	c  N st    34    104851       484      2123         0     21808      6466    378097   no data   no data  --
27.89/7.08	c  S st    34    104851       484      2123         0     21808      6466    378097   no data   no data  --
28.29/7.13	c  S st    34    105352       484      2123         0     22309      6466    389274   no data   no data  --
28.29/7.13	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
28.29/7.13	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
28.29/7.14	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.3M T:  0.02
28.29/7.15	c bin-w-bin subsume rem            0 bins  time:  0.00 s
28.29/7.15	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
28.29/7.15	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    484 time:  0.00 s
28.29/7.15	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
31.88/8.01	c lits-rem:       325  cl-subs:     1016  v-elim:      0  v-fix:    0  time:  3.39 s
31.88/8.01	c vivif2 --  cl tried     2123 cl shrink        0 lits rem          0 time: 0.00
31.88/8.01	c vivif2 --  cl tried    21293 cl shrink        0 lits rem          0 time: 0.02
31.88/8.03	c asymm  cl-useful: 0/2123/2123 lits-rem:0 time: 0.07
31.88/8.03	c calculated reachability. Time: 0.00
31.88/8.03	c  N st    34    105352       484      2123         0     21293      6466    365201   no data   no data  --
35.06/8.89	c  N st    35    114950       484      2123         0     16960      6466    239558   no data   no data  --
40.24/10.14	c  N st    36    129348       484      2123         0     16342      6466    216151   no data   no data  --
47.88/12.02	c  N st    37    150943       484      2123         0     21814      6466    337302   no data   no data  --
50.62/12.71	c  S st    38    158028       484      2123         0     28799      6466    508512   no data   no data  --
50.62/12.79	c  S st    38    158528       484      2123         0     29299      6466    519930   no data   no data  --
50.62/12.79	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
50.62/12.79	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
51.02/12.80	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.04
51.02/12.81	c bin-w-bin subsume rem            0 bins  time:  0.00 s
51.02/12.81	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
51.02/12.81	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    484 time:  0.00 s
51.02/12.81	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
56.99/14.32	c lits-rem:      1241  cl-subs:     1323  v-elim:      0  v-fix:    0  time:  5.97 s
56.99/14.32	c vivif2 --  cl tried     2123 cl shrink        0 lits rem          0 time: 0.00
56.99/14.32	c vivif2 --  cl tried    27976 cl shrink        0 lits rem          0 time: 0.02
56.99/14.34	c asymm  cl-useful: 0/2123/2123 lits-rem:0 time: 0.09
56.99/14.35	c calculated reachability. Time: 0.00
56.99/14.35	c  N st    38    158528       484      2123         0     27976      6466    485487   no data   no data  --
77.74/19.53	c  N st    39    207116       484      2123         0     22555      6466    319808   no data   no data  --
90.90/22.82	c  N st    40    237793       484      2123         0     32793      6466    549564   no data   no data  --
90.90/22.82	c  S st    40    237793       484      2123         0     32793      6466    549564   no data   no data  --
90.90/22.90	c  S st    40    238294       484      2123         0     33293      6466    561704   no data   no data  --
90.90/22.90	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
90.90/22.90	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
90.90/22.91	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.03
91.33/22.92	c bin-w-bin subsume rem            0 bins  time:  0.00 s
91.33/22.92	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
91.33/22.92	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    484 time:  0.00 s
91.33/22.92	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
99.27/24.93	c lits-rem:       825  cl-subs:     2786  v-elim:      0  v-fix:    0  time:  8.00 s
99.27/24.93	c vivif2 --  cl tried     2123 cl shrink        0 lits rem          0 time: 0.00
99.27/24.93	c vivif2 --  cl tried    30507 cl shrink        0 lits rem          0 time: 0.02
99.27/24.96	c asymm  cl-useful: 0/2123/2123 lits-rem:0 time: 0.10
99.27/24.96	c calculated reachability. Time: 0.00
99.27/24.96	c  N st    40    238294       484      2123         0     30507      6466    494210   no data   no data  --
129.58/32.55	c  F st    41    306251       484      2123         0     32690      6466    519747   no data   no data  --
129.58/32.55	c  N st    41    306251       484      2123         0     32690      6466    519747   no data   no data  --
131.97/33.19	c Decided on static restart strategy
143.14/35.95	c  N st    51    334552       484      2123         0     37037      6466    609276   no data   no data  --
153.89/38.68	c  N st    53    357442       484      2123         0     35043      6466    529714   no data   no data  --
153.89/38.68	c  S st    53    357442       484      2123         0     35043      6466    529714   no data   no data  --
154.29/38.77	c  S st    53    357947       484      2123         0     35546      6466    542084   no data   no data  --
154.29/38.77	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
154.29/38.77	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
154.29/38.79	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.04
154.70/38.80	c bin-w-bin subsume rem            0 bins  time:  0.00 s
154.70/38.80	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
154.70/38.80	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    484 time:  0.00 s
154.70/38.80	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
160.68/40.37	c lits-rem:       535  cl-subs:     1042  v-elim:      0  v-fix:    0  time:  6.26 s
160.68/40.37	c vivif2 --  cl tried     2123 cl shrink        0 lits rem          0 time: 0.00
160.68/40.38	c vivif2 --  cl tried    34504 cl shrink        0 lits rem          0 time: 0.03
161.08/40.41	c asymm  cl-useful: 0/2123/2123 lits-rem:0 time: 0.11
161.08/40.41	c calculated reachability. Time: 0.00
161.08/40.41	c  N st    53    357947       484      2123         0     34504      6466    515372   no data   no data  --
178.62/44.86	c  N st    54    390339       484      2123         0     40664      6466    630970   no data   no data  --
206.93/51.91	c  N st    55    438928       484      2123         0     34325      6466    446510   no data   no data  --
248.01/62.25	c  N st    56    511810       484      2123         0     47773      6466    768542   no data   no data  --
262.81/65.91	c  N st    57    536920       484      2123         0     42090      6466    609038   no data   no data  --
262.81/65.91	c  S st    57    536920       484      2123         0     42090      6466    609038   no data   no data  --
263.15/66.03	c  S st    57    537422       484      2123         0     42592      6466    620208   no data   no data  --
263.15/66.03	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
263.15/66.03	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
263.15/66.05	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.5M T:  0.06
263.15/66.07	c bin-w-bin subsume rem            0 bins  time:  0.00 s
263.15/66.07	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
263.15/66.07	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    484 time:  0.00 s
263.15/66.07	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
270.74/67.92	c lits-rem:       625  cl-subs:     1619  v-elim:      0  v-fix:    0  time:  7.37 s
270.74/67.92	c vivif2 --  cl tried     2123 cl shrink        0 lits rem          0 time: 0.00
270.74/67.92	c vivif2 --  cl tried    40973 cl shrink        0 lits rem          0 time: 0.03
270.74/67.96	c asymm  cl-useful: 0/2123/2123 lits-rem:0 time: 0.15
270.74/67.96	c calculated reachability. Time: 0.00
270.74/67.96	c  N st    57    537422       484      2123         0     40973      6466    581856   no data   no data  --
381.25/95.61	c  N st    58    701407       484      2123         0     69905      6466   1216763   no data   no data  --
455.39/114.27	c  N st    59    806133       484      2123         0     64122      6466   1056032   no data   no data  --
455.39/114.27	c  S st    59    806133       484      2123         0     64122      6466   1056032   no data   no data  --
456.16/114.47	c  S st    59    806640       484      2123         0     64629      6466   1067324   no data   no data  --
456.16/114.47	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
456.16/114.47	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
456.56/114.50	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.8M T:  0.11
456.56/114.53	c bin-w-bin subsume rem            0 bins  time:  0.00 s
456.56/114.53	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
456.56/114.53	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    484 time:  0.00 s
456.56/114.53	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
467.72/117.31	c lits-rem:       228  cl-subs:     3324  v-elim:      0  v-fix:    0  time: 11.08 s
467.72/117.31	c vivif2 --  cl tried     2123 cl shrink        0 lits rem          0 time: 0.00
467.72/117.32	c vivif2 --  cl tried    61305 cl shrink        0 lits rem          0 time: 0.05
467.72/117.40	c asymm  cl-useful: 0/2123/2123 lits-rem:0 time: 0.29
468.12/117.40	c calculated reachability. Time: 0.00
468.12/117.40	c  N st    59    806640       484      2123         0     61305      6466    990791   no data   no data  --
676.27/169.65	c  F st    60   1071875       484      2123         0     77193      6466   1265523   no data   no data  --
676.27/169.65	c  N st    60   1071875       484      2123         0     77193      6466   1265523   no data   no data  --
681.46/170.97	c Decided on static restart strategy
700.60/175.76	c  N st    70   1100177       484      2123         0     60959      6466    842428   no data   no data  --
730.51/183.25	c  N st    72   1136172       484      2123         0     51340      6466    612954   no data   no data  --
757.21/189.92	c  N st    73   1168565       484      2123         0     82904      6466   1414230   no data   no data  --
794.30/199.20	c  N st    74   1209961       484      2123         0     77299      6466   1202687   no data   no data  --
794.30/199.20	c  S st    74   1209961       484      2123         0     77299      6466   1202687   no data   no data  --
795.09/199.43	c  S st    74   1210469       484      2123         0     77807      6466   1215053   no data   no data  --
795.09/199.43	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
795.09/199.43	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
795.09/199.47	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.0M T:  0.14
795.49/199.51	c bin-w-bin subsume rem            0 bins  time:  0.00 s
795.49/199.51	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
795.49/199.51	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    484 time:  0.00 s
795.49/199.51	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
821.81/206.12	c lits-rem:       316  cl-subs:     4523  v-elim:      0  v-fix:    0  time: 26.35 s
821.81/206.12	c vivif2 --  cl tried     2123 cl shrink        0 lits rem          0 time: 0.00
821.81/206.14	c vivif2 --  cl tried    73284 cl shrink        0 lits rem          0 time: 0.06
822.21/206.26	c asymm  cl-useful: 0/2123/2123 lits-rem:0 time: 0.50
822.21/206.27	c calculated reachability. Time: 0.00
822.21/206.27	c  N st    74   1210469       484      2123         0     73284      6466   1116022   no data   no data  --
903.94/226.76	c  N st    75   1283351       484      2123         0     49588      6466    503969   no data   no data  --
1005.63/252.26	c  N st    76   1392675       484      2123         0     57912      6466    672005   no data   no data  --
1165.96/292.42	c  N st    77   1556660       484      2123         0     63078      6466    742416   no data   no data  --
1319.89/331.03	c  N st    78   1710469       484      2123         0    104634      6466   1800359   no data   no data  --
1319.89/331.03	c  S st    78   1710469       484      2123         0    104634      6466   1800359   no data   no data  --
1321.43/331.40	c  S st    78   1710973       484      2123         0    105137      6466   1812764   no data   no data  --
1321.43/331.41	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.03
1321.43/331.41	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
1321.43/331.46	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.3M T:  0.21
1321.83/331.52	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1321.83/331.52	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1321.83/331.52	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    484 time:  0.00 s
1321.83/331.52	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
1378.05/345.60	c lits-rem:       386  cl-subs:     6845  v-elim:      0  v-fix:    0  time: 56.13 s
1378.05/345.60	c vivif2 --  cl tried     2123 cl shrink        0 lits rem          0 time: 0.00
1378.05/345.63	c vivif2 --  cl tried    98292 cl shrink        0 lits rem          0 time: 0.08
1378.45/345.76	c asymm  cl-useful: 0/2123/2123 lits-rem:0 time: 0.56
1378.45/345.77	c calculated reachability. Time: 0.00
1378.45/345.77	c  N st    78   1710973       484      2123         0     98292      6466   1645097   no data   no data  --
1769.62/443.86	c  N st    79   2079940       484      2123         0    109595      6466   1762493   no data   no data  --
1924.33/482.68	c  N st    80   2210973       484      2123         0    114007      6466   1984423   no data   no data  --
1924.33/482.68	c  S st    80   2210973       484      2123         0    114007      6466   1984423   no data   no data  --
1925.92/483.06	c  S st    80   2211473       484      2123         0    114505      6466   1996715   no data   no data  --
1925.92/483.07	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.03
1925.92/483.07	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
1926.32/483.13	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.4M T:  0.23
1926.32/483.19	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1926.32/483.19	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1926.32/483.19	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    484 time:  0.00 s
1926.32/483.19	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
1984.13/497.62	c lits-rem:       828  cl-subs:     6028  v-elim:      0  v-fix:    0  time: 57.50 s
1984.13/497.62	c vivif2 --  cl tried     2123 cl shrink        0 lits rem          0 time: 0.00
1984.13/497.64	c vivif2 --  cl tried   108477 cl shrink        0 lits rem          0 time: 0.10
1984.94/497.80	c asymm  cl-useful: 0/2123/2123 lits-rem:0 time: 0.62
1984.94/497.80	c calculated reachability. Time: 0.00
1984.94/497.80	c  N st    80   2211473       484      2123         0    108477      6466   1838591   no data   no data  --
2591.44/649.93	c  N st    81   2711473       484      2123         0    131524      6466   2309601   no data   no data  --
2591.44/649.93	c  S st    81   2711473       484      2123         0    131524      6466   2309601   no data   no data  --
2593.00/650.37	c  S st    81   2711980       484      2123         0    132027      6466   2321201   no data   no data  --
2593.00/650.38	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.04
2593.00/650.38	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
2593.40/650.45	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.6M T:  0.27
2593.80/650.52	c bin-w-bin subsume rem            0 bins  time:  0.00 s
2593.80/650.52	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2593.80/650.52	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    484 time:  0.00 s
2593.80/650.52	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
2702.25/677.78	c lits-rem:       351  cl-subs:    11310  v-elim:      0  v-fix:    0  time: 108.61 s
2702.25/677.78	c vivif2 --  cl tried     2123 cl shrink        0 lits rem          0 time: 0.00
2702.65/677.81	c vivif2 --  cl tried   120717 cl shrink        0 lits rem          0 time: 0.11
2703.05/677.99	c asymm  cl-useful: 0/2123/2123 lits-rem:0 time: 0.74
2703.05/677.99	c calculated reachability. Time: 0.00
2703.05/677.99	c  N st    81   2711980       484      2123         0    120717      6466   2049363   no data   no data  --
3355.77/841.69	c  N st    82   3211981       484      2123         0     96849      6466   1245933   no data   no data  --
3355.77/841.69	c  S st    82   3211981       484      2123         0     96849      6466   1245933   no data   no data  --
3357.37/842.08	c  S st    82   3212484       484      2123         0     97350      6466   1258434   no data   no data  --
3357.37/842.08	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.03
3357.37/842.08	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
3357.77/842.14	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.2M T:  0.22
3357.77/842.19	c bin-w-bin subsume rem            0 bins  time:  0.00 s
3357.77/842.19	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3357.77/842.19	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    484 time:  0.00 s
3357.77/842.19	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
3384.89/848.98	c lits-rem:       315  cl-subs:     3551  v-elim:      0  v-fix:    0  time: 27.07 s
3384.89/848.98	c vivif2 --  cl tried     2123 cl shrink        0 lits rem          0 time: 0.00
3384.89/849.00	c vivif2 --  cl tried    93799 cl shrink        0 lits rem          0 time: 0.07
3385.73/849.15	c asymm  cl-useful: 0/2123/2123 lits-rem:0 time: 0.60
3385.73/849.15	c calculated reachability. Time: 0.00
3385.73/849.15	c  N st    82   3212484       484      2123         0     93799      6466   1172103   no data   no data  --
4143.63/1039.29	c  N st    83   3712485       484      2123         0    104152      6466   1325754   no data   no data  --
4143.63/1039.29	c  S st    83   3712485       484      2123         0    104152      6466   1325754   no data   no data  --
4145.22/1039.63	c  S st    83   3712989       484      2123         0    104654      6466   1338320   no data   no data  --
4145.22/1039.64	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.03
4145.22/1039.64	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
4145.22/1039.69	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.3M T:  0.20
4145.62/1039.74	c bin-w-bin subsume rem            0 bins  time:  0.00 s
4145.62/1039.74	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
4145.62/1039.74	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    484 time:  0.00 s
4145.62/1039.74	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
4165.56/1044.70	c lits-rem:       418  cl-subs:     3889  v-elim:      0  v-fix:    0  time: 19.79 s
4165.56/1044.70	c vivif2 --  cl tried     2123 cl shrink        0 lits rem          0 time: 0.00
4165.56/1044.72	c vivif2 --  cl tried   100765 cl shrink        0 lits rem          0 time: 0.07
4165.98/1044.86	c asymm  cl-useful: 0/2123/2123 lits-rem:0 time: 0.53
4165.98/1044.86	c calculated reachability. Time: 0.00
4165.98/1044.86	c  N st    83   3712989       484      2123         0    100765      6466   1252174   no data   no data  --
4228.55/1060.56	c  F st    84   3751562       484      2123         0    137935      6466   2087835   no data   no data  --
4228.55/1060.56	c  N st    84   3751562       484      2123         0    137935      6466   2087835   no data   no data  --
4238.11/1062.98	c Decided on static restart strategy
4280.78/1073.62	c  N st    94   3779865       484      2123         0     83268      6466    777514   no data   no data  --
4319.91/1083.45	c  N st    96   3815860       484      2123         0    118563      6466   1706063   no data   no data  --
4377.66/1097.95	c  N st    97   3848252       484      2123         0    150089      6466   2490438   no data   no data  --
4449.84/1116.06	c  N st    98   3896840       484      2123         0    113811      6466   1496927   no data   no data  --
4567.85/1145.60	c  N st    99   3969722       484      2123         0    100339      6466   1158340   no data   no data  --
4736.14/1187.83	c  N st   100   4079047       484      2123         0    120845      6466   1622315   no data   no data  --

Verifier Data

ERROR: Unexpected answer ! (SATISFIABLE/UNSATISFIABLE expected)
Got answer: <no 's ' line found>

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 961)

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3368920-1305405968/watcher-3368920-1305405968 -o /tmp/evaluation-result-3368920-1305405968/solver-3368920-1305405968 -C 4800 -W 1300 -M 15500 ./strangenight1-mt --threads=4 HOME/instance-3368920-1305405968.cnf 

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

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


[startup+0 s]
/proc/loadavg: 6.40 7.79 7.95 2/379 11895
/proc/meminfo: memFree=14894660/32951124 swapFree=65586204/67111528
[pid=11895] ppid=11893 vsize=51236 CPUtime=0.01 cores=0,2,4,6
/proc/11895/stat : 11895 (strangenight1-m) R 11893 11895 11857 0 -1 4202496 416 0 0 0 1 0 0 0 23 0 4 0 730827453 52465664 356 33554432000 4194304 4650419 140735766885328 18446744073709551615 47503450809881 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/11895/statm: 12809 356 306 112 0 7774 0
[pid=11895/tid=11896] ppid=11893 vsize=51236 CPUtime=0.01 cores=0,2,4,6
/proc/11895/task/11896/stat : 11896 (strangenight1-m) R 11893 11895 11857 0 -1 4202560 4 0 0 0 1 0 0 0 24 0 4 0 730827454 52465664 356 33554432000 4194304 4650419 140735766885328 18446744073709551615 47503450809881 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=11895/tid=11898] ppid=11893 vsize=51236 CPUtime=0 cores=0,2,4,6
/proc/11895/task/11898/stat : 11898 (strangenight1-m) R 11893 11895 11857 0 -1 4202560 0 0 0 0 0 0 0 0 24 0 4 0 730827454 52465664 356 33554432000 4194304 4650419 140735766885328 18446744073709551615 47503450810290 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=11895/tid=11899] ppid=11893 vsize=51236 CPUtime=0 cores=0,2,4,6
/proc/11895/task/11899/stat : 11899 (strangenight1-m) R 11893 11895 11857 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 4 0 730827454 52465664 356 33554432000 4194304 4650419 140735766885328 18446744073709551615 47503450809881 0 0 4096 2 0 0 0 -1 0 0 0 0

[startup+0.164163 s]
/proc/loadavg: 6.40 7.79 7.95 2/379 11895
/proc/meminfo: memFree=14894660/32951124 swapFree=65586204/67111528
[pid=11895] ppid=11893 vsize=285316 CPUtime=4.02 cores=0,2,4,6
/proc/11895/stat : 11895 (strangenight1-m) R 11893 11895 11857 0 -1 4202496 5633 0 0 0 402 0 0 0 19 0 4 0 730827453 292163584 3040 33554432000 4194304 4650419 140735766885328 18446744073709551615 4333238 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/11895/statm: 71329 3040 394 112 0 66294 0
[pid=11895/tid=11896] ppid=11893 vsize=285316 CPUtime=1.01 cores=0,2,4,6
/proc/11895/task/11896/stat : 11896 (strangenight1-m) R 11893 11895 11857 0 -1 4202560 1346 0 0 0 101 0 0 0 19 0 4 0 730827454 292163584 3040 33554432000 4194304 4650419 140735766885328 18446744073709551615 4363432 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=11895/tid=11898] ppid=11893 vsize=285316 CPUtime=0.99 cores=0,2,4,6
/proc/11895/task/11898/stat : 11898 (strangenight1-m) R 11893 11895 11857 0 -1 4202560 1346 0 0 0 99 0 0 0 19 0 4 0 730827454 292163584 3040 33554432000 4194304 4650419 140735766885328 18446744073709551615 4366906 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=11895/tid=11899] ppid=11893 vsize=285316 CPUtime=1 cores=0,2,4,6
/proc/11895/task/11899/stat : 11899 (strangenight1-m) R 11893 11895 11857 0 -1 4202560 1201 0 0 0 100 0 0 0 19 0 4 0 730827454 292163584 3040 33554432000 4194304 4650419 140735766885328 18446744073709551615 4363420 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4.02
Current children cumulated vsize (KiB) 285316

[startup+1.11582 s]
/proc/loadavg: 6.40 7.79 7.95 2/379 11895
/proc/meminfo: memFree=14894660/32951124 swapFree=65586204/67111528
[pid=11895] ppid=11893 vsize=285628 CPUtime=4.43 cores=0,2,4,6
/proc/11895/stat : 11895 (strangenight1-m) R 11893 11895 11857 0 -1 4202496 6045 0 0 0 442 1 0 0 19 0 4 0 730827453 292483072 3153 33554432000 4194304 4650419 140735766885328 18446744073709551615 4365227 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/11895/statm: 71407 3153 394 112 0 66372 0
[pid=11895/tid=11896] ppid=11893 vsize=285628 CPUtime=1.1 cores=0,2,4,6
/proc/11895/task/11896/stat : 11896 (strangenight1-m) R 11893 11895 11857 0 -1 4202560 1419 0 0 0 110 0 0 0 19 0 4 0 730827454 292483072 3153 33554432000 4194304 4650419 140735766885328 18446744073709551615 4363452 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=11895/tid=11898] ppid=11893 vsize=285628 CPUtime=1.09 cores=0,2,4,6
/proc/11895/task/11898/stat : 11898 (strangenight1-m) R 11893 11895 11857 0 -1 4202560 1416 0 0 0 109 0 0 0 19 0 4 0 730827454 292483072 3153 33554432000 4194304 4650419 140735766885328 18446744073709551615 4368121 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=11895/tid=11899] ppid=11893 vsize=285628 CPUtime=1.1 cores=0,2,4,6
/proc/11895/task/11899/stat : 11899 (strangenight1-m) R 11893 11895 11857 0 -1 4202560 1399 0 0 0 110 0 0 0 19 0 4 0 730827454 292483072 3153 33554432000 4194304 4650419 140735766885328 18446744073709551615 4366904 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4.43
Current children cumulated vsize (KiB) 285628

[startup+1.2158 s]
/proc/loadavg: 6.40 7.79 7.95 2/379 11895
/proc/meminfo: memFree=14894660/32951124 swapFree=65586204/67111528
[pid=11895] ppid=11893 vsize=285988 CPUtime=4.83 cores=0,2,4,6
/proc/11895/stat : 11895 (strangenight1-m) R 11893 11895 11857 0 -1 4202496 6841 0 0 0 482 1 0 0 19 0 4 0 730827453 292851712 2944 33554432000 4194304 4650419 140735766885328 18446744073709551615 4365227 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/11895/statm: 71497 2944 394 112 0 66462 0
[pid=11895/tid=11896] ppid=11893 vsize=285988 CPUtime=1.2 cores=0,2,4,6
/proc/11895/task/11896/stat : 11896 (strangenight1-m) R 11893 11895 11857 0 -1 4202560 1667 0 0 0 120 0 0 0 19 0 4 0 730827454 292851712 2944 33554432000 4194304 4650419 140735766885328 18446744073709551615 4333269 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=11895/tid=11898] ppid=11893 vsize=285988 CPUtime=1.19 cores=0,2,4,6
/proc/11895/task/11898/stat : 11898 (strangenight1-m) R 11893 11895 11857 0 -1 4202560 1661 0 0 0 119 0 0 0 19 0 4 0 730827454 292851712 2944 33554432000 4194304 4650419 140735766885328 18446744073709551615 4366828 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=11895/tid=11899] ppid=11893 vsize=285988 CPUtime=1.2 cores=0,2,4,6
/proc/11895/task/11899/stat : 11899 (strangenight1-m) R 11893 11895 11857 0 -1 4202560 1458 0 0 0 120 0 0 0 19 0 4 0 730827454 292851712 2944 33554432000 4194304 4650419 140735766885328 18446744073709551615 4363644 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4.83
Current children cumulated vsize (KiB) 285988

[startup+1.31579 s]
/proc/loadavg: 6.40 7.79 7.95 2/379 11895
/proc/meminfo: memFree=14894660/32951124 swapFree=65586204/67111528
[pid=11895] ppid=11893 vsize=285988 CPUtime=5.23 cores=0,2,4,6
/proc/11895/stat : 11895 (strangenight1-m) R 11893 11895 11857 0 -1 4202496 7049 0 0 0 522 1 0 0 19 0 4 0 730827453 292851712 3152 33554432000 4194304 4650419 140735766885328 18446744073709551615 4520109 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/11895/statm: 71497 3152 394 112 0 66462 0
[pid=11895/tid=11896] ppid=11893 vsize=285988 CPUtime=1.3 cores=0,2,4,6
/proc/11895/task/11896/stat : 11896 (strangenight1-m) R 11893 11895 11857 0 -1 4202560 1720 0 0 0 130 0 0 0 19 0 4 0 730827454 292851712 3152 33554432000 4194304 4650419 140735766885328 18446744073709551615 4367388 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=11895/tid=11898] ppid=11893 vsize=285988 CPUtime=1.29 cores=0,2,4,6
/proc/11895/task/11898/stat : 11898 (strangenight1-m) R 11893 11895 11857 0 -1 4202560 1712 0 0 0 129 0 0 0 19 0 4 0 730827454 292851712 3152 33554432000 4194304 4650419 140735766885328 18446744073709551615 4331957 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=11895/tid=11899] ppid=11893 vsize=285988 CPUtime=1.3 cores=0,2,4,6
/proc/11895/task/11899/stat : 11899 (strangenight1-m) R 11893 11895 11857 0 -1 4202560 1508 0 0 0 130 0 0 0 19 0 4 0 730827454 292851712 3152 33554432000 4194304 4650419 140735766885328 18446744073709551615 4364762 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 5.23
Current children cumulated vsize (KiB) 285988

[startup+1.50076 s]
/proc/loadavg: 6.40 7.79 7.95 2/379 11895
/proc/meminfo: memFree=14894660/32951124 swapFree=65586204/67111528
[pid=11895] ppid=11893 vsize=285988 CPUtime=5.97 cores=0,2,4,6
/proc/11895/stat : 11895 (strangenight1-m) R 11893 11895 11857 0 -1 4202496 8592 0 0 0 596 1 0 0 20 0 4 0 730827453 292851712 4695 33554432000 4194304 4650419 140735766885328 18446744073709551615 4439361 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/11895/statm: 71497 4695 395 112 0 66462 0
[pid=11895/tid=11896] ppid=11893 vsize=285988 CPUtime=1.49 cores=0,2,4,6
/proc/11895/task/11896/stat : 11896 (strangenight1-m) R 11893 11895 11857 0 -1 4202560 1802 0 0 0 149 0 0 0 19 0 4 0 730827454 292851712 4695 33554432000 4194304 4650419 140735766885328 18446744073709551615 4365348 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=11895/tid=11898] ppid=11893 vsize=285988 CPUtime=1.48 cores=0,2,4,6
/proc/11895/task/11898/stat : 11898 (strangenight1-m) R 11893 11895 11857 0 -1 4202560 1809 0 0 0 148 0 0 0 19 0 4 0 730827454 292851712 4695 33554432000 4194304 4650419 140735766885328 18446744073709551615 4363531 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=11895/tid=11899] ppid=11893 vsize=285988 CPUtime=1.49 cores=0,2,4,6
/proc/11895/task/11899/stat : 11899 (strangenight1-m) R 11893 11895 11857 0 -1 4202560 1582 0 0 0 149 0 0 0 20 0 4 0 730827454 292851712 4695 33554432000 4194304 4650419 140735766885328 18446744073709551615 4366923 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 5.97
Current children cumulated vsize (KiB) 285988

[startup+3.10048 s]
/proc/loadavg: 6.40 7.79 7.95 9/390 11908
/proc/meminfo: memFree=14805668/32951124 swapFree=65586204/67111528
[pid=11895] ppid=11893 vsize=290656 CPUtime=12.37 cores=0,2,4,6
/proc/11895/stat : 11895 (strangenight1-m) R 11893 11895 11857 0 -1 4202496 16985 0 0 0 1234 3 0 0 25 0 4 0 730827453 297631744 9641 33554432000 4194304 4650419 140735766885328 18446744073709551615 4366828 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/11895/statm: 72664 9641 395 112 0 67629 0
[pid=11895/tid=11896] ppid=11893 vsize=290656 CPUtime=3.1 cores=0,2,4,6
/proc/11895/task/11896/stat : 11896 (strangenight1-m) R 11893 11895 11857 0 -1 4202560 3864 0 0 0 310 0 0 0 25 0 4 0 730827454 297631744 9649 33554432000 4194304 4650419 140735766885328 18446744073709551615 4520364 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=11895/tid=11898] ppid=11893 vsize=290656 CPUtime=3.06 cores=0,2,4,6
/proc/11895/task/11898/stat : 11898 (strangenight1-m) R 11893 11895 11857 0 -1 4202560 4556 0 0 0 306 0 0 0 24 0 4 0 730827454 297631744 9649 33554432000 4194304 4650419 140735766885328 18446744073709551615 4328259 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=11895/tid=11899] ppid=11893 vsize=290656 CPUtime=3.1 cores=0,2,4,6
/proc/11895/task/11899/stat : 11899 (strangenight1-m) R 11893 11895 11857 0 -1 4202560 4100 0 0 0 309 1 0 0 25 0 4 0 730827454 297631744 9649 33554432000 4194304 4650419 140735766885328 18446744073709551615 4349707 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 12.37
Current children cumulated vsize (KiB) 290656

[startup+6.30092 s]
/proc/loadavg: 6.52 7.79 7.95 9/390 11908
/proc/meminfo: memFree=14792524/32951124 swapFree=65586204/67111528
[pid=11895] ppid=11893 vsize=291320 CPUtime=25.11 cores=0,2,4,6
/proc/11895/stat : 11895 (strangenight1-m) R 11893 11895 11857 0 -1 4202496 25362 0 0 0 2506 5 0 0 25 0 4 0 730827453 298311680 13544 33554432000 4194304 4650419 140735766885328 18446744073709551615 4364751 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/11895/statm: 72830 13544 395 112 0 67795 0
[pid=11895/tid=11896] ppid=11893 vsize=291320 CPUtime=6.28 cores=0,2,4,6
/proc/11895/task/11896/stat : 11896 (strangenight1-m) R 11893 11895 11857 0 -1 4202560 6080 0 0 0 628 0 0 0 25 0 4 0 730827454 298311680 13544 33554432000 4194304 4650419 140735766885328 18446744073709551615 4367249 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=11895/tid=11898] ppid=11893 vsize=291320 CPUtime=6.22 cores=0,2,4,6
/proc/11895/task/11898/stat : 11898 (strangenight1-m) R 11893 11895 11857 0 -1 4202560 7419 0 0 0 621 1 0 0 25 0 4 0 730827454 298311680 13544 33554432000 4194304 4650419 140735766885328 18446744073709551615 4438939 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=11895/tid=11899] ppid=11893 vsize=291320 CPUtime=6.29 cores=0,2,4,6
/proc/11895/task/11899/stat : 11899 (strangenight1-m) R 11893 11895 11857 0 -1 4202560 5302 0 0 0 628 1 0 0 25 0 4 0 730827454 298311680 13544 33554432000 4194304 4650419 140735766885328 18446744073709551615 4365252 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 25.11
Current children cumulated vsize (KiB) 291320

[startup+12.7008 s]
/proc/loadavg: 6.64 7.79 7.95 9/390 11908
/proc/meminfo: memFree=14746828/32951124 swapFree=65586204/67111528
[pid=11895] ppid=11893 vsize=294516 CPUtime=50.62 cores=0,2,4,6
/proc/11895/stat : 11895 (strangenight1-m) R 11893 11895 11857 0 -1 4202496 38332 0 0 0 5054 8 0 0 25 0 4 0 730827453 301584384 17967 33554432000 4194304 4650419 140735766885328 18446744073709551615 4365286 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/11895/statm: 73629 17967 395 112 0 68594 0
[pid=11895/tid=11896] ppid=11893 vsize=294516 CPUtime=12.68 cores=0,2,4,6
/proc/11895/task/11896/stat : 11896 (strangenight1-m) R 11893 11895 11857 0 -1 4202560 9847 0 0 0 1267 1 0 0 25 0 4 0 730827454 301584384 17967 33554432000 4194304 4650419 140735766885328 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=11895/tid=11898] ppid=11893 vsize=294516 CPUtime=12.54 cores=0,2,4,6
/proc/11895/task/11898/stat : 11898 (strangenight1-m) R 11893 11895 11857 0 -1 4202560 10313 0 0 0 1252 2 0 0 25 0 4 0 730827454 301584384 17967 33554432000 4194304 4650419 140735766885328 18446744073709551615 4366841 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=11895/tid=11899] ppid=11893 vsize=294516 CPUtime=12.69 cores=0,2,4,6
/proc/11895/task/11899/stat : 11899 (strangenight1-m) R 11893 11895 11857 0 -1 4202560 7609 0 0 0 1267 2 0 0 25 0 4 0 730827454 301584384 17967 33554432000 4194304 4650419 140735766885328 18446744073709551615 4365223 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 50.62
Current children cumulated vsize (KiB) 294516

[startup+25.5006 s]
/proc/loadavg: 6.94 7.80 7.95 9/390 11908
/proc/meminfo: memFree=14695400/32951124 swapFree=65586204/67111528
[pid=11895] ppid=11893 vsize=312568 CPUtime=101.66 cores=0,2,4,6
/proc/11895/stat : 11895 (strangenight1-m) R 11893 11895 11857 0 -1 4202496 59804 0 0 0 10152 14 0 0 25 0 4 0 730827453 320069632 23365 33554432000 4194304 4650419 140735766885328 18446744073709551615 4366816 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/11895/statm: 78142 23365 395 112 0 73107 0
[pid=11895/tid=11896] ppid=11893 vsize=312568 CPUtime=25.48 cores=0,2,4,6
/proc/11895/task/11896/stat : 11896 (strangenight1-m) R 11893 11895 11857 0 -1 4202560 16284 0 0 0 2546 2 0 0 25 0 4 0 730827454 320069632 23365 33554432000 4194304 4650419 140735766885328 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=11895/tid=11898] ppid=11893 vsize=312568 CPUtime=25.18 cores=0,2,4,6
/proc/11895/task/11898/stat : 11898 (strangenight1-m) R 11893 11895 11857 0 -1 4202560 16231 0 0 0 2514 4 0 0 25 0 4 0 730827454 320069632 23365 33554432000 4194304 4650419 140735766885328 18446744073709551615 4365323 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=11895/tid=11899] ppid=11893 vsize=312568 CPUtime=25.49 cores=0,2,4,6
/proc/11895/task/11899/stat : 11899 (strangenight1-m) R 11893 11895 11857 0 -1 4202560 10144 0 0 0 2546 3 0 0 25 0 4 0 730827454 320069632 23365 33554432000 4194304 4650419 140735766885328 18446744073709551615 4365192 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 101.66
Current children cumulated vsize (KiB) 312568

[startup+51.1011 s]
/proc/loadavg: 7.43 7.85 7.97 9/390 11909
/proc/meminfo: memFree=14643288/32951124 swapFree=65586204/67111528
[pid=11895] ppid=11893 vsize=317180 CPUtime=203.75 cores=0,2,4,6
/proc/11895/stat : 11895 (strangenight1-m) R 11893 11895 11857 0 -1 4202496 89948 0 0 0 20354 21 0 0 25 0 4 0 730827453 324792320 32028 33554432000 4194304 4650419 140735766885328 18446744073709551615 4363484 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/11895/statm: 79295 32028 395 112 0 74260 0
[pid=11895/tid=11896] ppid=11893 vsize=317180 CPUtime=51.08 cores=0,2,4,6
/proc/11895/task/11896/stat : 11896 (strangenight1-m) R 11893 11895 11857 0 -1 4202560 22935 0 0 0 5104 4 0 0 25 0 4 0 730827454 324792320 32028 33554432000 4194304 4650419 140735766885328 18446744073709551615 4364751 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=11895/tid=11898] ppid=11893 vsize=317180 CPUtime=50.47 cores=0,2,4,6
/proc/11895/task/11898/stat : 11898 (strangenight1-m) R 11893 11895 11857 0 -1 4202560 25896 0 0 0 5041 6 0 0 25 0 4 0 730827454 324792320 32028 33554432000 4194304 4650419 140735766885328 18446744073709551615 4365346 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=11895/tid=11899] ppid=11893 vsize=317180 CPUtime=51.08 cores=0,2,4,6
/proc/11895/task/11899/stat : 11899 (strangenight1-m) R 11893 11895 11857 0 -1 4202560 15405 0 0 0 5104 4 0 0 25 0 4 0 730827454 324792320 32028 33554432000 4194304 4650419 140735766885328 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 203.75
Current children cumulated vsize (KiB) 317180

[startup+102.301 s]
/proc/loadavg: 7.81 7.89 7.97 9/390 11910
/proc/meminfo: memFree=14579784/32951124 swapFree=65586204/67111528
[pid=11895] ppid=11893 vsize=338428 CPUtime=407.9 cores=0,2,4,6
/proc/11895/stat : 11895 (strangenight1-m) R 11893 11895 11857 0 -1 4202496 133431 0 0 0 40756 34 0 0 25 0 4 0 730827453 346550272 38262 33554432000 4194304 4650419 140735766885328 18446744073709551615 4365323 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/11895/statm: 84607 38262 395 112 0 79572 0
[pid=11895/tid=11896] ppid=11893 vsize=338428 CPUtime=102.29 cores=0,2,4,6
/proc/11895/task/11896/stat : 11896 (strangenight1-m) R 11893 11895 11857 0 -1 4202560 31161 0 0 0 10222 7 0 0 25 0 4 0 730827454 346550272 38262 33554432000 4194304 4650419 140735766885328 18446744073709551615 4365289 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=11895/tid=11898] ppid=11893 vsize=338428 CPUtime=101.02 cores=0,2,4,6
/proc/11895/task/11898/stat : 11898 (strangenight1-m) R 11893 11895 11857 0 -1 4202560 40029 0 0 0 10092 10 0 0 25 0 4 0 730827454 346550272 38262 33554432000 4194304 4650419 140735766885328 18446744073709551615 4365323 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=11895/tid=11899] ppid=11893 vsize=338428 CPUtime=102.28 cores=0,2,4,6
/proc/11895/task/11899/stat : 11899 (strangenight1-m) R 11893 11895 11857 0 -1 4202560 23586 0 0 0 10221 7 0 0 25 0 4 0 730827454 346550272 38262 33554432000 4194304 4650419 140735766885328 18446744073709551615 4366869 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 407.9
Current children cumulated vsize (KiB) 338428

[startup+162.301 s]

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

[pid=11895] ppid=11893 vsize=554752 CPUtime=2800.33 cores=0,2,4,6
/proc/11895/stat : 11895 (strangenight1-m) R 11893 11895 11857 0 -1 4202496 453465 0 0 0 279880 153 0 0 25 0 4 0 730827453 568066048 83852 33554432000 4194304 4650419 140735766885328 18446744073709551615 4365227 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/11895/statm: 138688 83852 395 112 0 133653 0
[pid=11895/tid=11896] ppid=11893 vsize=554752 CPUtime=702.3 cores=0,2,4,6
/proc/11895/task/11896/stat : 11896 (strangenight1-m) R 11893 11895 11857 0 -1 4202560 121299 0 0 0 70189 41 0 0 25 0 4 0 730827454 568066048 83852 33554432000 4194304 4650419 140735766885328 18446744073709551615 4313339 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=11895/tid=11898] ppid=11893 vsize=554752 CPUtime=693.49 cores=0,2,4,6
/proc/11895/task/11898/stat : 11898 (strangenight1-m) R 11893 11895 11857 0 -1 4202560 144821 0 0 0 69303 46 0 0 25 0 4 0 730827454 568066048 83852 33554432000 4194304 4650419 140735766885328 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=11895/tid=11899] ppid=11893 vsize=554752 CPUtime=702.29 cores=0,2,4,6
/proc/11895/task/11899/stat : 11899 (strangenight1-m) R 11893 11895 11857 0 -1 4202560 59876 0 0 0 70205 24 0 0 25 0 4 0 730827454 568066048 83852 33554432000 4194304 4650419 140735766885328 18446744073709551615 4366904 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 2800.33
Current children cumulated vsize (KiB) 554752

[startup+762.301 s]
/proc/loadavg: 8.06 8.07 8.01 9/390 11928
/proc/meminfo: memFree=14097188/32951124 swapFree=65586204/67111528
[pid=11895] ppid=11893 vsize=622400 CPUtime=3039.58 cores=0,2,4,6
/proc/11895/stat : 11895 (strangenight1-m) R 11893 11895 11857 0 -1 4202496 478477 0 0 0 303795 163 0 0 25 0 4 0 730827453 637337600 96768 33554432000 4194304 4650419 140735766885328 18446744073709551615 4364785 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/11895/statm: 155600 96768 395 112 0 150565 0
[pid=11895/tid=11896] ppid=11893 vsize=622400 CPUtime=762.29 cores=0,2,4,6
/proc/11895/task/11896/stat : 11896 (strangenight1-m) R 11893 11895 11857 0 -1 4202560 126981 0 0 0 76187 42 0 0 25 0 4 0 730827454 637337600 96768 33554432000 4194304 4650419 140735766885328 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=11895/tid=11898] ppid=11893 vsize=622400 CPUtime=752.74 cores=0,2,4,6
/proc/11895/task/11898/stat : 11898 (strangenight1-m) R 11893 11895 11857 0 -1 4202560 152143 0 0 0 75225 49 0 0 25 0 4 0 730827454 637337600 96768 33554432000 4194304 4650419 140735766885328 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=11895/tid=11899] ppid=11893 vsize=622400 CPUtime=762.3 cores=0,2,4,6
/proc/11895/task/11899/stat : 11899 (strangenight1-m) R 11893 11895 11857 0 -1 4202560 64298 0 0 0 76204 26 0 0 25 0 4 0 730827454 637337600 96768 33554432000 4194304 4650419 140735766885328 18446744073709551615 4365343 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3039.58
Current children cumulated vsize (KiB) 622400

[startup+822.301 s]
/proc/loadavg: 8.06 8.07 8.01 9/390 11930
/proc/meminfo: memFree=14092948/32951124 swapFree=65586204/67111528
[pid=11895] ppid=11893 vsize=645672 CPUtime=3278.81 cores=0,2,4,6
/proc/11895/stat : 11895 (strangenight1-m) R 11893 11895 11857 0 -1 4202496 500554 0 0 0 327711 170 0 0 25 0 4 0 730827453 661168128 98382 33554432000 4194304 4650419 140735766885328 18446744073709551615 4366923 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/11895/statm: 161418 98382 395 112 0 156383 0
[pid=11895/tid=11896] ppid=11893 vsize=645672 CPUtime=822.3 cores=0,2,4,6
/proc/11895/task/11896/stat : 11896 (strangenight1-m) R 11893 11895 11857 0 -1 4202560 134093 0 0 0 82187 43 0 0 25 0 4 0 730827454 661168128 98382 33554432000 4194304 4650419 140735766885328 18446744073709551615 4363600 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=11895/tid=11898] ppid=11893 vsize=645672 CPUtime=812 cores=0,2,4,6
/proc/11895/task/11898/stat : 11898 (strangenight1-m) R 11893 11895 11857 0 -1 4202560 159321 0 0 0 81149 51 0 0 25 0 4 0 730827454 661168128 98382 33554432000 4194304 4650419 140735766885328 18446744073709551615 4365246 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=11895/tid=11899] ppid=11893 vsize=645672 CPUtime=822.3 cores=0,2,4,6
/proc/11895/task/11899/stat : 11899 (strangenight1-m) R 11893 11895 11857 0 -1 4202560 67544 0 0 0 82202 28 0 0 25 0 4 0 730827454 661168128 98382 33554432000 4194304 4650419 140735766885328 18446744073709551615 4365203 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3278.81
Current children cumulated vsize (KiB) 645672

[startup+882.301 s]
/proc/loadavg: 8.16 8.09 8.02 9/390 11931
/proc/meminfo: memFree=14044060/32951124 swapFree=65586204/67111528
[pid=11895] ppid=11893 vsize=645896 CPUtime=3518.05 cores=0,2,4,6
/proc/11895/stat : 11895 (strangenight1-m) R 11893 11895 11857 0 -1 4202496 524739 0 0 0 351625 180 0 0 25 0 4 0 730827453 661397504 108926 33554432000 4194304 4650419 140735766885328 18446744073709551615 4365227 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/11895/statm: 161474 108926 395 112 0 156439 0
[pid=11895/tid=11896] ppid=11893 vsize=645896 CPUtime=882.3 cores=0,2,4,6
/proc/11895/task/11896/stat : 11896 (strangenight1-m) R 11893 11895 11857 0 -1 4202560 141004 0 0 0 88183 47 0 0 25 0 4 0 730827454 661397504 108926 33554432000 4194304 4650419 140735766885328 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=11895/tid=11898] ppid=11893 vsize=645896 CPUtime=871.24 cores=0,2,4,6
/proc/11895/task/11898/stat : 11898 (strangenight1-m) R 11893 11895 11857 0 -1 4202560 169172 0 0 0 87069 55 0 0 25 0 4 0 730827454 661397504 108926 33554432000 4194304 4650419 140735766885328 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=11895/tid=11899] ppid=11893 vsize=645896 CPUtime=882.3 cores=0,2,4,6
/proc/11895/task/11899/stat : 11899 (strangenight1-m) R 11893 11895 11857 0 -1 4202560 70220 0 0 0 88202 28 0 0 25 0 4 0 730827454 661397504 108926 33554432000 4194304 4650419 140735766885328 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3518.05
Current children cumulated vsize (KiB) 645896

[startup+942.301 s]
/proc/loadavg: 8.12 8.08 8.02 9/390 11942
/proc/meminfo: memFree=14046192/32951124 swapFree=65586204/67111528
[pid=11895] ppid=11893 vsize=635148 CPUtime=3757.27 cores=0,2,4,6
/proc/11895/stat : 11895 (strangenight1-m) R 11893 11895 11857 0 -1 4202496 544029 0 0 0 375540 187 0 0 25 0 4 0 730827453 650391552 107764 33554432000 4194304 4650419 140735766885328 18446744073709551615 4365348 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/11895/statm: 158787 107764 395 112 0 153752 0
[pid=11895/tid=11896] ppid=11893 vsize=635148 CPUtime=942.3 cores=0,2,4,6
/proc/11895/task/11896/stat : 11896 (strangenight1-m) R 11893 11895 11857 0 -1 4202560 147841 0 0 0 94181 49 0 0 25 0 4 0 730827454 650391552 107764 33554432000 4194304 4650419 140735766885328 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=11895/tid=11898] ppid=11893 vsize=635148 CPUtime=930.49 cores=0,2,4,6
/proc/11895/task/11898/stat : 11898 (strangenight1-m) R 11893 11895 11857 0 -1 4202560 175590 0 0 0 92992 57 0 0 25 0 4 0 730827454 650391552 107764 33554432000 4194304 4650419 140735766885328 18446744073709551615 4364785 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=11895/tid=11899] ppid=11893 vsize=635148 CPUtime=942.29 cores=0,2,4,6
/proc/11895/task/11899/stat : 11899 (strangenight1-m) R 11893 11895 11857 0 -1 4202560 73262 0 0 0 94199 30 0 0 25 0 4 0 730827454 650391552 107764 33554432000 4194304 4650419 140735766885328 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3757.27
Current children cumulated vsize (KiB) 635148

[startup+1002.3 s]
/proc/loadavg: 8.22 8.11 8.03 9/390 11943
/proc/meminfo: memFree=14043076/32951124 swapFree=65586204/67111528
[pid=11895] ppid=11893 vsize=635260 CPUtime=3996.49 cores=0,2,4,6
/proc/11895/stat : 11895 (strangenight1-m) R 11893 11895 11857 0 -1 4202496 562874 0 0 0 399453 196 0 0 25 0 4 0 730827453 650506240 107636 33554432000 4194304 4650419 140735766885328 18446744073709551615 4364785 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/11895/statm: 158815 107636 395 112 0 153780 0
[pid=11895/tid=11896] ppid=11893 vsize=635260 CPUtime=1002.3 cores=0,2,4,6
/proc/11895/task/11896/stat : 11896 (strangenight1-m) R 11893 11895 11857 0 -1 4202560 153485 0 0 0 100178 52 0 0 25 0 4 0 730827454 650506240 107636 33554432000 4194304 4650419 140735766885328 18446744073709551615 4365323 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=11895/tid=11898] ppid=11893 vsize=635260 CPUtime=989.72 cores=0,2,4,6
/proc/11895/task/11898/stat : 11898 (strangenight1-m) R 11893 11895 11857 0 -1 4202560 179555 0 0 0 98913 59 0 0 25 0 4 0 730827454 650506240 107636 33554432000 4194304 4650419 140735766885328 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=11895/tid=11899] ppid=11893 vsize=635260 CPUtime=1002.28 cores=0,2,4,6
/proc/11895/task/11899/stat : 11899 (strangenight1-m) R 11893 11895 11857 0 -1 4202560 77940 0 0 0 100197 31 0 0 25 0 4 0 730827454 650506240 107636 33554432000 4194304 4650419 140735766885328 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3996.49
Current children cumulated vsize (KiB) 635260

[startup+1062.3 s]
/proc/loadavg: 8.27 8.14 8.04 9/390 11945
/proc/meminfo: memFree=14026808/32951124 swapFree=65586204/67111528
[pid=11895] ppid=11893 vsize=700424 CPUtime=4235.73 cores=0,2,4,6
/proc/11895/stat : 11895 (strangenight1-m) R 11893 11895 11857 0 -1 4202496 579352 0 0 0 423369 204 0 0 25 0 4 0 730827453 717234176 108522 33554432000 4194304 4650419 140735766885328 18446744073709551615 4365227 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/11895/statm: 175106 108522 395 112 0 170071 0
[pid=11895/tid=11896] ppid=11893 vsize=700424 CPUtime=1062.3 cores=0,2,4,6
/proc/11895/task/11896/stat : 11896 (strangenight1-m) R 11893 11895 11857 0 -1 4202560 159431 0 0 0 106176 54 0 0 25 0 4 0 730827454 717234176 108522 33554432000 4194304 4650419 140735766885328 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=11895/tid=11898] ppid=11893 vsize=700424 CPUtime=1048.97 cores=0,2,4,6
/proc/11895/task/11898/stat : 11898 (strangenight1-m) R 11893 11895 11857 0 -1 4202560 185626 0 0 0 104835 62 0 0 25 0 4 0 730827454 717234176 108522 33554432000 4194304 4650419 140735766885328 18446744073709551615 4366828 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=11895/tid=11899] ppid=11893 vsize=700424 CPUtime=1062.29 cores=0,2,4,6
/proc/11895/task/11899/stat : 11899 (strangenight1-m) R 11893 11895 11857 0 -1 4202560 79710 0 0 0 106196 33 0 0 25 0 4 0 730827454 717234176 108522 33554432000 4194304 4650419 140735766885328 18446744073709551615 4363600 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4235.73
Current children cumulated vsize (KiB) 700424

[startup+1122.3 s]
/proc/loadavg: 8.21 8.14 8.04 9/390 11947
/proc/meminfo: memFree=14013144/32951124 swapFree=65586204/67111528
[pid=11895] ppid=11893 vsize=648580 CPUtime=4474.96 cores=0,2,4,6
/proc/11895/stat : 11895 (strangenight1-m) R 11893 11895 11857 0 -1 4202496 599685 0 0 0 447282 214 0 0 25 0 4 0 730827453 664145920 111283 33554432000 4194304 4650419 140735766885328 18446744073709551615 4365227 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/11895/statm: 162145 111283 395 112 0 157110 0
[pid=11895/tid=11896] ppid=11893 vsize=648580 CPUtime=1122.31 cores=0,2,4,6
/proc/11895/task/11896/stat : 11896 (strangenight1-m) R 11893 11895 11857 0 -1 4202560 164779 0 0 0 112173 58 0 0 25 0 4 0 730827454 664145920 111283 33554432000 4194304 4650419 140735766885328 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=11895/tid=11898] ppid=11893 vsize=648580 CPUtime=1108.2 cores=0,2,4,6
/proc/11895/task/11898/stat : 11898 (strangenight1-m) R 11893 11895 11857 0 -1 4202560 193047 0 0 0 110755 65 0 0 25 0 4 0 730827454 664145920 111283 33554432000 4194304 4650419 140735766885328 18446744073709551615 4365192 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=11895/tid=11899] ppid=11893 vsize=648580 CPUtime=1122.28 cores=0,2,4,6
/proc/11895/task/11899/stat : 11899 (strangenight1-m) R 11893 11895 11857 0 -1 4202560 83326 0 0 0 112194 34 0 0 25 0 4 0 730827454 664145920 111283 33554432000 4194304 4650419 140735766885328 18446744073709551615 4363420 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4474.96
Current children cumulated vsize (KiB) 648580

[startup+1182.3 s]
/proc/loadavg: 8.31 8.18 8.06 9/390 11948
/proc/meminfo: memFree=13975420/32951124 swapFree=65586204/67111528
[pid=11895] ppid=11893 vsize=648768 CPUtime=4714.21 cores=0,2,4,6
/proc/11895/stat : 11895 (strangenight1-m) R 11893 11895 11857 0 -1 4202496 620380 0 0 0 471198 223 0 0 25 0 4 0 730827453 664338432 111208 33554432000 4194304 4650419 140735766885328 18446744073709551615 4366906 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/11895/statm: 162192 111208 395 112 0 157157 0
[pid=11895/tid=11896] ppid=11893 vsize=648768 CPUtime=1182.31 cores=0,2,4,6
/proc/11895/task/11896/stat : 11896 (strangenight1-m) R 11893 11895 11857 0 -1 4202560 170871 0 0 0 118171 60 0 0 25 0 4 0 730827454 664338432 111209 33554432000 4194304 4650419 140735766885328 18446744073709551615 4365192 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=11895/tid=11898] ppid=11893 vsize=648768 CPUtime=1167.44 cores=0,2,4,6
/proc/11895/task/11898/stat : 11898 (strangenight1-m) R 11893 11895 11857 0 -1 4202560 200716 0 0 0 116676 68 0 0 25 0 4 0 730827454 664338432 111209 33554432000 4194304 4650419 140735766885328 18446744073709551615 4364762 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=11895/tid=11899] ppid=11893 vsize=648768 CPUtime=1182.31 cores=0,2,4,6
/proc/11895/task/11899/stat : 11899 (strangenight1-m) R 11893 11895 11857 0 -1 4202560 85378 0 0 0 118195 36 0 0 25 0 4 0 730827454 664338432 111209 33554432000 4194304 4650419 140735766885328 18446744073709551615 4366904 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4714.21
Current children cumulated vsize (KiB) 648768



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1203.9 s]
/proc/loadavg: 8.28 8.18 8.06 9/390 11949
/proc/meminfo: memFree=13955688/32951124 swapFree=65586204/67111528
[pid=11895] ppid=11893 vsize=648852 CPUtime=4800.34 cores=0,2,4,6
/proc/11895/stat : 11895 (strangenight1-m) R 11893 11895 11857 0 -1 4202496 627392 0 0 0 479808 226 0 0 25 0 4 0 730827453 664424448 110740 33554432000 4194304 4650419 140735766885328 18446744073709551615 4365227 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/11895/statm: 162213 110740 395 112 0 157178 0
[pid=11895/tid=11896] ppid=11893 vsize=648852 CPUtime=1203.92 cores=0,2,4,6
/proc/11895/task/11896/stat : 11896 (strangenight1-m) R 11893 11895 11857 0 -1 4202560 173391 0 0 0 120331 61 0 0 25 0 4 0 730827454 664424448 110741 33554432000 4194304 4650419 140735766885328 18446744073709551615 4365346 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=11895/tid=11898] ppid=11893 vsize=648852 CPUtime=1188.76 cores=0,2,4,6
/proc/11895/task/11898/stat : 11898 (strangenight1-m) R 11893 11895 11857 0 -1 4202560 203709 0 0 0 118807 69 0 0 25 0 4 0 730827454 664424448 110741 33554432000 4194304 4650419 140735766885328 18446744073709551615 4365361 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=11895/tid=11899] ppid=11893 vsize=648852 CPUtime=1203.91 cores=0,2,4,6
/proc/11895/task/11899/stat : 11899 (strangenight1-m) R 11893 11895 11857 0 -1 4202560 85378 0 0 0 120355 36 0 0 25 0 4 0 730827454 664424448 110741 33554432000 4194304 4650419 140735766885328 18446744073709551615 4366904 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4800.34
Current children cumulated vsize (KiB) 648852

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

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

[startup+1203.9 s]
/proc/loadavg: 8.28 8.18 8.06 9/390 11949
/proc/meminfo: memFree=13955688/32951124 swapFree=65586204/67111528
[pid=11895] ppid=11893 vsize=648852 CPUtime=4800.34 cores=0,2,4,6
/proc/11895/stat : 11895 (strangenight1-m) R 11893 11895 11857 0 -1 4202496 627392 0 0 0 479808 226 0 0 25 0 4 0 730827453 664424448 110740 33554432000 4194304 4650419 140735766885328 18446744073709551615 4365227 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/11895/statm: 162213 110740 395 112 0 157178 0
[pid=11895/tid=11896] ppid=11893 vsize=648852 CPUtime=1203.92 cores=0,2,4,6
/proc/11895/task/11896/stat : 11896 (strangenight1-m) R 11893 11895 11857 0 -1 4202560 173391 0 0 0 120331 61 0 0 25 0 4 0 730827454 664424448 110741 33554432000 4194304 4650419 140735766885328 18446744073709551615 4365346 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=11895/tid=11898] ppid=11893 vsize=648852 CPUtime=1188.76 cores=0,2,4,6
/proc/11895/task/11898/stat : 11898 (strangenight1-m) R 11893 11895 11857 0 -1 4202560 203709 0 0 0 118807 69 0 0 25 0 4 0 730827454 664424448 110741 33554432000 4194304 4650419 140735766885328 18446744073709551615 4365361 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=11895/tid=11899] ppid=11893 vsize=648852 CPUtime=1203.91 cores=0,2,4,6
/proc/11895/task/11899/stat : 11899 (strangenight1-m) R 11893 11895 11857 0 -1 4202560 85378 0 0 0 120355 36 0 0 25 0 4 0 730827454 664424448 110741 33554432000 4194304 4650419 140735766885328 18446744073709551615 4366904 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4800.34
Current children cumulated vsize (KiB) 648852

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1203.94
CPU time (s): 4800.4
CPU user time (s): 4798.12
CPU system time (s): 2.27965
CPU usage (%): 398.724
Max. virtual memory (cumulated for all children) (KiB): 753832

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4798.12
system time used= 2.27965
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 627395
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= 291
involuntary context switches= 21122

runsolver used 4.40033 second user time and 10.7054 second system time

The end

Launcher Data

Begin job on node119 at 2011-05-14 22:46:08
IDJOB=3368920
IDBENCH=82929
IDSOLVER=1846
FILE ID=node119/3368920-1305405968
RUNJOBID= node119-1305405968-11878
PBS_JOBID= 13324506
Free space on /tmp= 73196 MiB

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

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

MD5SUM BENCH= d76256d9362323e592886dee80dd4554
RANDOM SEED=563847577

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      14896304 kB
Buffers:        284280 kB
Cached:        4556844 kB
SwapCached:       4756 kB
Active:       14699800 kB
Inactive:      3021676 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      14896304 kB
SwapTotal:    67111528 kB
SwapFree:     65586204 kB
Dirty:            9876 kB
Writeback:          16 kB
AnonPages:    12879660 kB
Mapped:          29736 kB
Slab:           210584 kB
PageTables:      56524 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 102455208 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296008 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 73184 MiB
End job on node119 at 2011-05-14 23:06:14