Trace number 3368494

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.47 1203.75

General information on the benchmark

Namerandom/large/
unif-k5-r20-v1000-c20000-S107009952-009-UNKNOWN.cnf
MD5SUM5093bfaf2b5c3f3d3bcb50ce84a28c32
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark42.6625
Satisfiable
(Un)Satisfiability was proved
Number of variables1000
Number of clauses20000
Sum of the clauses size100000
Maximum clause length5
Minimum clause length5
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 520000
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-3368494-1305394575.cnf'
0.00/0.01	c -- header says num vars:           1000
0.00/0.01	c -- header says num clauses:       20000
0.00/0.10	c -- clauses added:            0 learnts,        20000 normals,            0 xors
0.00/0.10	c -- vars added       1000
0.00/0.10	c Parsing time:  0.03 s
0.00/0.10	c  N st     0         0      1000     20000         0         0    100000         0   no data   no data  --
0.37/0.12	c asymm  cl-useful: 0/20000/20000 lits-rem:0 time: 0.37
0.37/0.12	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.02
0.37/0.14	c bin-w-bin subsume rem            0 bins  time:  0.00 s
0.37/0.14	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
0.37/0.14	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1000 time:  0.00 s
0.37/0.14	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
0.76/0.21	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.09 s
0.76/0.21	c Finding binary XORs  T:     0.00 s  found:       0
0.76/0.21	c Finding non-binary XORs:     0.03 s (found:       0, avg size: nan)
0.76/0.21	c calculated reachability. Time: 0.00
0.76/0.21	c Calc default polars -  time:   0.00 s pos:     479 undec:      43 neg:     478
0.76/0.21	c =========================================================================================
0.76/0.21	c types(t): F = full restart, N = normal restart
0.76/0.21	c types(t): S = simplification begin/end, E = solution found
0.76/0.21	c restart types(rt): st = static, dy = dynamic
0.76/0.21	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits
0.76/0.21	c  B st     0         0      1000     20000         0         0    100000         0   no data   no data  --
1.56/0.44	c  N dy    12      4190      1000     20000         0      4179    100000    513855     96.43    103.27  --
2.76/0.72	c  N dy    33      8287      1000     20000         0      5777    100000    527653     95.96    101.59  --
3.96/1.03	c  N dy    57     12360      1000     20000         0      5602    100000    349804     96.14    102.37  --
5.15/1.34	c  N dy    79     16480      1000     20000         0      9716    100000    836116     96.17    101.31  --
6.35/1.64	c  N dy    92     20491      1000     20000         0      8111    100000    503793     95.37    102.89  --
7.54/1.96	c  N dy   116     24511      1000     20000         0     12126    100000    970166     95.19    102.74  --
7.95/2.00	c  F st   120     25000      1000     20000         0     12615    100000   1025898     95.16   no data  --
9.53/2.42	c  N dy   126     30000      1000     20000         0     10798    100000    733495     95.16   no data  --
9.53/2.42	c  S st   126     30000      1000     20000         0     10798    100000    733495     95.16   no data  --
9.53/2.47	c  S st   126     30503      1000     20000         0     11301    100000    782933     95.16   no data  --
9.53/2.47	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
9.53/2.47	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
9.53/2.48	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.04
9.94/2.52	c bin-w-bin subsume rem            0 bins  time:  0.00 s
9.94/2.52	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
9.94/2.52	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1000 time:  0.00 s
9.94/2.52	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
26.32/6.63	c lits-rem:      6478  cl-subs:       33  v-elim:      0  v-fix:    0  time: 16.34 s
27.07/6.80	c asymm  cl-useful: 0/20000/20000 lits-rem:0 time: 0.69
27.07/6.80	c calculated reachability. Time: 0.00
27.07/6.80	c  N dy   126     30503      1000     20000         0     11268    100000    768602     95.16   no data  --
28.67/7.22	c  N dy   150     34780      1000     20000         0     15542    100000   1270525     95.16    100.46  --
29.88/7.57	c  N dy   173     38804      1000     20000         0     11662    100000    674837     95.10    116.41  --
31.46/7.95	c  N dy   196     42962      1000     20000         0     15817    100000   1168632     95.06    100.82  --
32.67/8.22	c  S st   210     45756      1000     20000         0      9661    100000    329181     95.01   no data  --
32.67/8.28	c  S st   210     46257      1000     20000         0     10162    100000    380717     95.01   no data  --
32.67/8.28	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
32.67/8.28	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
32.67/8.29	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.04
33.07/8.30	c bin-w-bin subsume rem            0 bins  time:  0.00 s
33.07/8.30	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
33.07/8.30	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1000 time:  0.00 s
33.07/8.30	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
48.26/12.11	c lits-rem:      1070  cl-subs:        2  v-elim:      0  v-fix:    0  time: 15.14 s
48.26/12.11	c vivif2 --  cl tried    20000 cl shrink        0 lits rem          0 time: 0.00
48.26/12.12	c vivif2 --  cl tried    10160 cl shrink        0 lits rem          0 time: 0.02
48.67/12.25	c asymm  cl-useful: 0/20000/20000 lits-rem:0 time: 0.53
48.67/12.25	c calculated reachability. Time: 0.00
48.67/12.25	c  N dy   210     46257      1000     20000         0     10160    100000    379383     95.01   no data  --
50.22/12.60	c  N dy   231     50282      1000     20000         0     14180    100000    851950     94.87    101.49  --
51.81/13.01	c  N dy   259     54365      1000     20000         0     18258    100000   1336165     95.09    100.19  --
53.40/13.41	c  N dy   283     58378      1000     20000         0     12299    100000    530873     95.23    102.98  --
55.00/13.83	c  N dy   310     62473      1000     20000         0     16390    100000   1007365     95.20    100.42  --
56.60/14.29	c  N dy   336     66747      1000     20000         0     20659    100000   1508279     95.29    101.11  --
57.79/14.57	c  S st   351     69387      1000     20000         0     12323    100000    416150     95.27     92.14  --
58.18/14.63	c  S st   351     69889      1000     20000         0     12825    100000    468724     95.27   no data  --
58.18/14.63	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
58.18/14.63	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
58.18/14.64	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.05
58.18/14.66	c bin-w-bin subsume rem            0 bins  time:  0.00 s
58.18/14.66	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
58.18/14.66	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1000 time:  0.00 s
58.18/14.66	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
75.33/18.90	c lits-rem:      1604  cl-subs:        6  v-elim:      0  v-fix:    0  time: 16.89 s
75.33/18.90	c vivif2 --  cl tried    20000 cl shrink        0 lits rem          0 time: 0.01
75.33/18.91	c vivif2 --  cl tried    12819 cl shrink        0 lits rem          0 time: 0.02
76.13/19.10	c asymm  cl-useful: 0/20000/20000 lits-rem:0 time: 0.78
76.13/19.10	c calculated reachability. Time: 0.00
76.13/19.11	c  N dy   351     69889      1000     20000         0     12819    100000    465673     95.27   no data  --
77.72/19.58	c  N dy   375     74476      1000     20000         0     17399    100000   1001483     95.22    100.57  --
80.11/20.13	c  N dy   404     79303      1000     20000         0     22218    100000   1572691     95.23    100.98  --
82.11/20.69	c  N dy   428     84377      1000     20000         0     15309    100000    660288     95.16    100.93  --
83.75/21.02	c  F st   447     87501      1000     20000         0     18430    100000   1030208     95.17   no data  --
84.90/21.39	c  N st   452     90799      1000     20000         0     21717    100000   1443129     95.17   no data  --
88.14/22.14	c  N dy   476     97238      1000     20000         0     15169    100000    542359     95.22    103.10  --
90.49/22.78	c  N dy   510    103545      1000     20000         0     21470    100000   1278256     95.17    101.50  --
91.29/22.93	c  S st   519    104835      1000     20000         0     22756    100000   1433087     95.19     90.25  --
91.69/23.01	c  S st   519    105337      1000     20000         0     23258    100000   1486189     95.19   no data  --
91.69/23.02	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
91.69/23.02	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
91.69/23.03	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.5M T:  0.08
91.69/23.09	c bin-w-bin subsume rem            0 bins  time:  0.00 s
91.69/23.09	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
91.69/23.09	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1000 time:  0.00 s
91.69/23.09	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
119.20/29.94	c lits-rem:       724  cl-subs:       24  v-elim:      0  v-fix:    0  time: 27.28 s
119.20/29.94	c vivif2 --  cl tried    20000 cl shrink        0 lits rem          0 time: 0.01
119.20/29.96	c vivif2 --  cl tried    23234 cl shrink        0 lits rem          0 time: 0.06
120.40/30.24	c asymm  cl-useful: 0/20000/20000 lits-rem:0 time: 1.13
120.40/30.24	c calculated reachability. Time: 0.00
120.40/30.24	c  N dy   519    105337      1000     20000         0     23234    100000   1480088     95.19   no data  --
123.59/31.05	c  N dy   559    112075      1000     20000         0     15986    100000    528738     95.21    104.22  --
126.79/31.81	c  N dy   593    119262      1000     20000         0     23163    100000   1366859     95.13    102.05  --
130.37/32.79	c  N dy   641    126921      1000     20000         0     15836    100000    396728     95.23    100.47  --
133.96/33.69	c  N dy   687    135135      1000     20000         0     24033    100000   1374153     95.32    101.43  --
138.75/34.85	c  N dy   742    143934      1000     20000         0     16844    100000    412400     95.42    101.36  --
142.73/35.89	c  N dy   793    153284      1000     20000         0     26183    100000   1511039     95.39    100.98  --
145.51/36.50	c  S st   826    158005      1000     20000         0     30898    100000   2070458     95.43   no data  --
145.51/36.59	c  S st   826    158510      1000     20000         0     31403    100000   2120194     95.43   no data  --
145.91/36.60	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
145.91/36.60	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
145.91/36.62	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.6M T:  0.09
145.91/36.69	c bin-w-bin subsume rem            0 bins  time:  0.00 s
145.91/36.69	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
145.91/36.69	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1000 time:  0.00 s
145.91/36.69	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
199.77/50.15	c lits-rem:       865  cl-subs:       62  v-elim:      0  v-fix:    0  time: 53.59 s
199.77/50.15	c vivif2 --  cl tried    20000 cl shrink        0 lits rem          0 time: 0.00
199.77/50.17	c vivif2 --  cl tried    31341 cl shrink        0 lits rem          0 time: 0.09
201.36/50.54	c asymm  cl-useful: 0/19147/20000 lits-rem:0 time: 1.49
201.36/50.54	c calculated reachability. Time: 0.00
201.36/50.54	c  N dy   826    158510      1000     20000         0     31341    100000   2104628     95.43   no data  --
206.59/51.83	c  N dy   880    168649      1000     20000         0     24489    100000   1198780     95.43    100.51  --
212.52/53.32	c  N dy   942    179432      1000     20000         0     35256    100000   2477297     95.50    101.43  --
217.71/54.63	c  N dy  1010    190895      1000     20000         0     28735    100000   1595550     95.51    103.92  --
224.13/56.28	c  N dy  1091    203767      1000     20000         0     22616    100000    757373     95.57    101.57  --
230.47/57.90	c  N dy  1162    216847      1000     20000         0     35670    100000   2298606     95.57    100.83  --
237.64/59.63	c  N dy  1250    230801      1000     20000         0     29637    100000   1491930     95.70    101.92  --
241.27/60.57	c  S st  1290    237765      1000     20000         0     36590    100000   2313542     95.66     95.36  --
241.67/60.67	c  S st  1290    238267      1000     20000         0     37092    100000   2365561     95.66   no data  --
241.67/60.68	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
241.67/60.68	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
242.02/60.70	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.7M T:  0.10
242.02/60.77	c bin-w-bin subsume rem            0 bins  time:  0.00 s
242.02/60.77	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
242.02/60.77	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1000 time:  0.00 s
242.02/60.77	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
313.02/78.50	c lits-rem:       917  cl-subs:       58  v-elim:      0  v-fix:    0  time: 70.60 s
313.02/78.50	c vivif2 --  cl tried    20000 cl shrink        0 lits rem          0 time: 0.00
313.02/78.53	c vivif2 --  cl tried    37034 cl shrink        0 lits rem          0 time: 0.10
313.02/78.55	c asymm  cl-useful: 0/853/20000 lits-rem:0 time: 0.09
313.02/78.55	c calculated reachability. Time: 0.00
313.02/78.55	c  N dy  1290    238267      1000     20000         0     37034    100000   2350965     95.66   no data  --
321.38/80.60	c  N dy  1382    253505      1000     20000         0     31277    100000   1567658     95.67    102.36  --
330.56/82.90	c  N dy  1484    269697      1000     20000         0     25484    100000    768970     95.74    101.59  --
340.14/85.30	c  N dy  1579    287166      1000     20000         0     42927    100000   2840577     95.74    100.94  --
350.11/87.85	c  N dy  1686    305550      1000     20000         0     38320    100000   2195059     95.82    102.34  --
350.51/87.96	c  F st  1692    306250      1000     20000         0     39018    100000   2279039     95.83   no data  --
362.08/90.86	c  N dy  1777    325868      1000     20000         0     34627    100000   1640781     95.81    100.96  --
375.23/94.14	c  N dy  1904    345944      1000     20000         0     29715    100000    939081     95.87    102.74  --
382.06/95.88	c  S st  1976    357401      1000     20000         0     41148    100000   2292249     95.89   no data  --
382.81/96.00	c  S st  1976    357903      1000     20000         0     41650    100000   2346093     95.89   no data  --
382.81/96.00	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.03
382.81/96.00	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
382.81/96.03	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.7M T:  0.12
383.21/96.11	c bin-w-bin subsume rem            0 bins  time:  0.00 s
383.21/96.11	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
383.21/96.11	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1000 time:  0.00 s
383.21/96.11	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
459.38/115.25	c lits-rem:       752  cl-subs:       68  v-elim:      0  v-fix:    0  time: 76.22 s
459.38/115.25	c vivif2 --  cl tried    20000 cl shrink        0 lits rem          0 time: 0.00
459.38/115.27	c vivif2 --  cl tried    41582 cl shrink        0 lits rem          0 time: 0.10
461.01/115.61	c asymm  cl-useful: 0/15972/20000 lits-rem:0 time: 1.36
461.01/115.62	c calculated reachability. Time: 0.00
461.01/115.62	c  N dy  1976    357903      1000     20000         0     41582    100000   2329416     95.89   no data  --
472.93/118.61	c  N dy  2089    378053      1000     20000         0     35747    100000   1558864     95.92    101.77  --
486.10/121.90	c  N dy  2205    398198      1000     20000         0     28905    100000    625521     95.96    101.52  --
498.05/124.94	c  N dy  2330    418482      1000     20000         0     49156    100000   3021035     95.98    101.33  --
510.82/128.18	c  N dy  2449    438790      1000     20000         0     41479    100000   2013588     96.02    101.32  --
525.18/131.71	c  N dy  2567    458810      1000     20000         0     32504    100000    829821     96.06    101.14  --
538.74/135.12	c  N dy  2686    479012      1000     20000         0     52684    100000   3228438     96.08    104.22  --
552.30/138.54	c  N dy  2793    499085      1000     20000         0     42769    100000   1954882     96.08    110.56  --
568.65/142.60	c  N dy  2921    519170      1000     20000         0     31868    100000    535171     96.15    114.02  --
580.21/145.55	c  S st  3012    536856      1000     20000         0     49526    100000   2633171     96.12   no data  --
581.01/145.70	c  S st  3012    537363      1000     20000         0     50033    100000   2687785     96.12   no data  --
581.01/145.71	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.03
581.01/145.71	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
581.01/145.75	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.8M T:  0.15
581.41/145.83	c bin-w-bin subsume rem            0 bins  time:  0.00 s
581.41/145.83	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
581.41/145.83	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1000 time:  0.00 s
581.41/145.83	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
693.52/173.93	c lits-rem:       818  cl-subs:       70  v-elim:      0  v-fix:    0  time: 111.94 s
693.52/173.94	c vivif2 --  cl tried    20000 cl shrink        0 lits rem          0 time: 0.01
693.52/173.96	c vivif2 --  cl tried    49963 cl shrink        0 lits rem          0 time: 0.12
694.27/174.11	c asymm  cl-useful: 0/4028/20000 lits-rem:0 time: 0.58
694.27/174.11	c calculated reachability. Time: 0.00
694.27/174.11	c  N dy  3012    537363      1000     20000         0     49963    100000   2670519     96.12   no data  --
709.82/178.07	c  N dy  3142    557378      1000     20000         0     38002    100000   1165641     96.17    101.40  --
724.98/181.86	c  N dy  3266    577536      1000     20000         0     58127    100000   3563758     96.20    102.09  --
740.14/185.66	c  N dy  3376    597558      1000     20000         0     45174    100000   1900191     96.19    109.32  --
756.89/189.89	c  N dy  3497    617678      1000     20000         0     65263    100000   4288442     96.21    101.96  --
771.65/193.60	c  N dy  3617    637820      1000     20000         0     51420    100000   2524951     96.24    101.32  --
788.78/197.87	c  N dy  3708    657870      1000     20000         0     36498    100000    635144     96.20    102.61  --
803.94/201.61	c  N dy  3827    678247      1000     20000         0     56838    100000   3061412     96.22    103.78  --
821.48/206.09	c  N dy  3936    698330      1000     20000         0     40940    100000   1060445     96.20    101.27  --
837.87/210.18	c  N dy  4063    718342      1000     20000         0     60921    100000   3451215     96.23    107.30  --
855.83/214.69	c  N dy  4171    738417      1000     20000         0     44035    100000   1329793     96.23    110.83  --
873.38/219.01	c  N dy  4284    758850      1000     20000         0     64436    100000   3762399     96.25    102.14  --
891.27/223.53	c  N dy  4390    778857      1000     20000         0     46471    100000   1501846     96.25    101.98  --
908.48/227.86	c  N dy  4495    798898      1000     20000         0     66469    100000   3878857     96.23    101.52  --
916.01/229.76	c  S st  4540    806044      1000     20000         0     73604    100000   4730039     96.23   no data  --
916.84/229.97	c  S st  4540    806548      1000     20000         0     74108    100000   4783583     96.23   no data  --
916.84/229.98	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.05
916.84/229.98	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
917.25/230.04	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.1M T:  0.22
918.00/230.20	c bin-w-bin subsume rem            0 bins  time:  0.00 s
918.00/230.20	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
918.00/230.20	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1000 time:  0.00 s
918.00/230.20	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
3682.12/923.39	c lits-rem:       840  cl-subs:      126  v-elim:      0  v-fix:    0  time: 2762.59 s
3682.12/923.39	c vivif2 --  cl tried    20000 cl shrink        0 lits rem          0 time: 0.00
3682.52/923.44	c vivif2 --  cl tried    73982 cl shrink        0 lits rem          0 time: 0.21
3684.52/923.93	c asymm  cl-useful: 0/10668/20000 lits-rem:0 time: 1.94
3684.52/923.93	c calculated reachability. Time: 0.00
3684.52/923.93	c  N dy  4540    806548      1000     20000         0     73982    100000   4752595     96.23   no data  --
3702.49/928.49	c  N dy  4656    826623      1000     20000         0     55091    100000   2421024     96.26    108.92  --
3723.60/933.76	c  N dy  4778    846652      1000     20000         0     75094    100000   4793030     96.27    113.15  --
3742.74/938.53	c  N dy  4889    867114      1000     20000         0     55591    100000   2360730     96.27    101.47  --
3763.90/943.82	c  N dy  5009    887135      1000     20000         0     75566    100000   4743354     96.30    102.03  --
3783.02/948.69	c  N dy  5134    907141      1000     20000         0     54608    100000   2138593     96.32    101.55  --
3804.55/954.04	c  N dy  5260    927261      1000     20000         0     74688    100000   4537768     96.35    101.80  --
3824.90/959.17	c  N dy  5378    947358      1000     20000         0     52831    100000   1808629     96.36    107.57  --
3845.63/964.35	c  N dy  5501    967360      1000     20000         0     72806    100000   4186428     96.38    102.37  --
3867.56/969.89	c  N dy  5616    987422      1000     20000         0     49901    100000   1360632     96.41    103.97  --
3887.15/974.79	c  N dy  5744   1007472      1000     20000         0     69924    100000   3758428     96.44    101.53  --
3911.44/980.83	c  N dy  5858   1027569      1000     20000         0     46056    100000    789247     96.45    102.73  --
3929.38/985.39	c  N dy  5961   1047664      1000     20000         0     66125    100000   3179221     96.44    102.01  --
3952.96/991.28	c  N dy  6076   1067680      1000     20000         0     86103    100000   5562851     96.45    103.64  --
3958.49/992.67	c  F st  6099   1071875      1000     20000         0     45362    100000    589365     96.45   no data  --
3972.05/996.07	c  N dy  6173   1087705      1000     20000         0     61160    100000   2505792     96.45    102.01  --
3994.79/1001.77	c  N dy  6290   1107796      1000     20000         0     81218    100000   4902711     96.46    106.69  --
4017.11/1007.38	c  N dy  6396   1127906      1000     20000         0     55371    100000   1664133     96.44    101.73  --
4037.85/1012.57	c  N dy  6503   1147955      1000     20000         0     75398    100000   4049171     96.44    103.73  --
4063.37/1018.95	c  N dy  6616   1168157      1000     20000         0     48641    100000    753666     96.44    101.71  --
4082.52/1023.75	c  N dy  6732   1188246      1000     20000         0     68690    100000   3144334     96.44    101.64  --
4107.25/1029.93	c  N dy  6846   1208259      1000     20000         0     88659    100000   5532448     96.45    102.28  --
4109.65/1030.50	c  S st  6857   1209824      1000     20000         0     90222    100000   5720406     96.45    100.71  --
4110.47/1030.75	c  S st  6857   1210327      1000     20000         0     90725    100000   5770631     96.45   no data  --
4110.47/1030.77	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.06
4110.47/1030.77	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
4110.89/1030.84	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.3M T:  0.28
4111.63/1031.03	c bin-w-bin subsume rem            0 bins  time:  0.00 s
4111.63/1031.03	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
4111.63/1031.03	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1000 time:  0.00 s
4111.63/1031.03	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s

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-3368494-1305394575/watcher-3368494-1305394575 -o /tmp/evaluation-result-3368494-1305394575/solver-3368494-1305394575 -C 4800 -W 1300 -M 15500 ./strangenight1-mt --threads=4 HOME/instance-3368494-1305394575.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: 8.18 8.12 7.99 5/360 17907
/proc/meminfo: memFree=12485976/32951124 swapFree=67111348/67111528
[pid=17907] ppid=17905 vsize=51236 CPUtime=0.01 cores=0,2,4,6
/proc/17907/stat : 17907 (strangenight1-m) R 17905 17907 17203 0 -1 4202496 417 0 0 0 1 0 0 0 25 0 4 0 631873371 52465664 357 33554432000 4194304 4650419 140733423874784 18446744073709551615 47044608980505 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/17907/statm: 12809 357 306 112 0 7774 0
[pid=17907/tid=17908] ppid=17905 vsize=51236 CPUtime=0 cores=0,2,4,6
/proc/17907/task/17908/stat : 17908 (strangenight1-m) R 17905 17907 17203 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 4 0 631873371 52465664 357 33554432000 4194304 4650419 140733423874784 18446744073709551615 47044608980509 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=17907/tid=17909] ppid=17905 vsize=51236 CPUtime=0 cores=0,2,4,6
/proc/17907/task/17909/stat : 17909 (strangenight1-m) R 17905 17907 17203 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 4 0 631873371 52465664 357 33554432000 4194304 4650419 140733423874784 18446744073709551615 47044608980505 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=17907/tid=17910] ppid=17905 vsize=51236 CPUtime=0 cores=0,2,4,6
/proc/17907/task/17910/stat : 17910 (strangenight1-m) R 17905 17907 17203 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 4 0 631873371 52465664 357 33554432000 4194304 4650419 140733423874784 18446744073709551615 47044608980914 0 0 4096 2 0 0 0 -1 4 0 0 0

[startup+0.102814 s]
/proc/loadavg: 8.18 8.12 7.99 5/360 17907
/proc/meminfo: memFree=12485976/32951124 swapFree=67111348/67111528
[pid=17907] ppid=17905 vsize=283624 CPUtime=0.37 cores=0,2,4,6
/proc/17907/stat : 17907 (strangenight1-m) R 17905 17907 17203 0 -1 4202496 3121 0 0 0 37 0 0 0 18 0 4 0 631873371 290430976 3029 33554432000 4194304 4650419 140733423874784 18446744073709551615 233509958689 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/17907/statm: 70906 3029 367 112 0 65871 0
[pid=17907/tid=17908] ppid=17905 vsize=283624 CPUtime=0.09 cores=0,2,4,6
/proc/17907/task/17908/stat : 17908 (strangenight1-m) R 17905 17907 17203 0 -1 4202560 633 0 0 0 9 0 0 0 18 0 4 0 631873371 290430976 3029 33554432000 4194304 4650419 140733423874784 18446744073709551615 233509958341 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=17907/tid=17909] ppid=17905 vsize=283624 CPUtime=0.09 cores=0,2,4,6
/proc/17907/task/17909/stat : 17909 (strangenight1-m) R 17905 17907 17203 0 -1 4202560 631 0 0 0 9 0 0 0 18 0 4 0 631873371 290430976 3029 33554432000 4194304 4650419 140733423874784 18446744073709551615 4370730 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=17907/tid=17910] ppid=17905 vsize=283624 CPUtime=0.08 cores=0,2,4,6
/proc/17907/task/17910/stat : 17910 (strangenight1-m) R 17905 17907 17203 0 -1 4202560 788 0 0 0 8 0 0 0 25 0 4 0 631873371 290430976 3029 33554432000 4194304 4650419 140733423874784 18446744073709551615 233510340791 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 0.37
Current children cumulated vsize (KiB) 283624

[startup+0.201097 s]
/proc/loadavg: 8.18 8.12 7.99 5/360 17907
/proc/meminfo: memFree=12485976/32951124 swapFree=67111348/67111528
[pid=17907] ppid=17905 vsize=291500 CPUtime=0.76 cores=0,2,4,6
/proc/17907/stat : 17907 (strangenight1-m) R 17905 17907 17203 0 -1 4202496 7952 0 0 0 75 1 0 0 18 0 4 0 631873371 298496000 6890 33554432000 4194304 4650419 140733423874784 18446744073709551615 4365192 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/17907/statm: 72875 6891 389 112 0 67840 0
[pid=17907/tid=17908] ppid=17905 vsize=291500 CPUtime=0.19 cores=0,2,4,6
/proc/17907/task/17908/stat : 17908 (strangenight1-m) R 17905 17907 17203 0 -1 4202560 2182 0 0 0 19 0 0 0 18 0 4 0 631873371 298496000 6891 33554432000 4194304 4650419 140733423874784 18446744073709551615 4365346 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=17907/tid=17909] ppid=17905 vsize=291500 CPUtime=0.18 cores=0,2,4,6
/proc/17907/task/17909/stat : 17909 (strangenight1-m) R 17905 17907 17203 0 -1 4202560 2163 0 0 0 18 0 0 0 18 0 4 0 631873371 298496000 6891 33554432000 4194304 4650419 140733423874784 18446744073709551615 4520364 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=17907/tid=17910] ppid=17905 vsize=291500 CPUtime=0.18 cores=0,2,4,6
/proc/17907/task/17910/stat : 17910 (strangenight1-m) R 17905 17907 17203 0 -1 4202560 994 0 0 0 18 0 0 0 25 0 4 0 631873371 298496000 6891 33554432000 4194304 4650419 140733423874784 18446744073709551615 4364751 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 0.76
Current children cumulated vsize (KiB) 291500

[startup+0.301079 s]
/proc/loadavg: 8.18 8.12 7.99 5/360 17907
/proc/meminfo: memFree=12485976/32951124 swapFree=67111348/67111528
[pid=17907] ppid=17905 vsize=291500 CPUtime=1.16 cores=0,2,4,6
/proc/17907/stat : 17907 (strangenight1-m) R 17905 17907 17203 0 -1 4202496 8747 0 0 0 115 1 0 0 18 0 4 0 631873371 298496000 7685 33554432000 4194304 4650419 140733423874784 18446744073709551615 4334034 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/17907/statm: 72875 7685 389 112 0 67840 0
[pid=17907/tid=17908] ppid=17905 vsize=291500 CPUtime=0.29 cores=0,2,4,6
/proc/17907/task/17908/stat : 17908 (strangenight1-m) R 17905 17907 17203 0 -1 4202560 2380 0 0 0 29 0 0 0 18 0 4 0 631873371 298496000 7685 33554432000 4194304 4650419 140733423874784 18446744073709551615 4367236 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=17907/tid=17909] ppid=17905 vsize=291500 CPUtime=0.28 cores=0,2,4,6
/proc/17907/task/17909/stat : 17909 (strangenight1-m) R 17905 17907 17203 0 -1 4202560 2360 0 0 0 28 0 0 0 18 0 4 0 631873371 298496000 7685 33554432000 4194304 4650419 140733423874784 18446744073709551615 4363335 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=17907/tid=17910] ppid=17905 vsize=291500 CPUtime=0.28 cores=0,2,4,6
/proc/17907/task/17910/stat : 17910 (strangenight1-m) R 17905 17907 17203 0 -1 4202560 1196 0 0 0 28 0 0 0 25 0 4 0 631873371 298496000 7685 33554432000 4194304 4650419 140733423874784 18446744073709551615 4366831 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 1.16
Current children cumulated vsize (KiB) 291500

[startup+0.701009 s]
/proc/loadavg: 8.18 8.12 7.99 5/360 17907
/proc/meminfo: memFree=12485976/32951124 swapFree=67111348/67111528
[pid=17907] ppid=17905 vsize=294936 CPUtime=2.76 cores=0,2,4,6
/proc/17907/stat : 17907 (strangenight1-m) R 17905 17907 17203 0 -1 4202496 12899 0 0 0 275 1 0 0 18 0 4 0 631873371 302014464 8759 33554432000 4194304 4650419 140733423874784 18446744073709551615 4366904 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/17907/statm: 73734 8759 391 112 0 68699 0
[pid=17907/tid=17908] ppid=17905 vsize=294936 CPUtime=0.69 cores=0,2,4,6
/proc/17907/task/17908/stat : 17908 (strangenight1-m) R 17905 17907 17203 0 -1 4202560 3398 0 0 0 69 0 0 0 18 0 4 0 631873371 302014464 8759 33554432000 4194304 4650419 140733423874784 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=17907/tid=17909] ppid=17905 vsize=294936 CPUtime=0.68 cores=0,2,4,6
/proc/17907/task/17909/stat : 17909 (strangenight1-m) R 17905 17907 17203 0 -1 4202560 3366 0 0 0 68 0 0 0 18 0 4 0 631873371 302014464 8759 33554432000 4194304 4650419 140733423874784 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=17907/tid=17910] ppid=17905 vsize=294936 CPUtime=0.68 cores=0,2,4,6
/proc/17907/task/17910/stat : 17910 (strangenight1-m) R 17905 17907 17203 0 -1 4202560 2327 0 0 0 68 0 0 0 25 0 4 0 631873371 302014464 8759 33554432000 4194304 4650419 140733423874784 18446744073709551615 4366828 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 2.76
Current children cumulated vsize (KiB) 294936

[startup+1.50086 s]
/proc/loadavg: 8.18 8.12 7.99 9/364 17911
/proc/meminfo: memFree=12446996/32951124 swapFree=67111348/67111528
[pid=17907] ppid=17905 vsize=296520 CPUtime=5.95 cores=0,2,4,6
/proc/17907/stat : 17907 (strangenight1-m) R 17905 17907 17203 0 -1 4202496 21178 0 0 0 592 3 0 0 20 0 4 0 631873371 303636480 8106 33554432000 4194304 4650419 140733423874784 18446744073709551615 4332022 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/17907/statm: 74130 8106 391 112 0 69095 0
[pid=17907/tid=17908] ppid=17905 vsize=296520 CPUtime=1.48 cores=0,2,4,6
/proc/17907/task/17908/stat : 17908 (strangenight1-m) R 17905 17907 17203 0 -1 4202560 5381 0 0 0 148 0 0 0 20 0 4 0 631873371 303636480 8107 33554432000 4194304 4650419 140733423874784 18446744073709551615 4364751 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=17907/tid=17909] ppid=17905 vsize=296520 CPUtime=1.48 cores=0,2,4,6
/proc/17907/task/17909/stat : 17909 (strangenight1-m) R 17905 17907 17203 0 -1 4202560 5397 0 0 0 147 1 0 0 20 0 4 0 631873371 303636480 8107 33554432000 4194304 4650419 140733423874784 18446744073709551615 4520364 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=17907/tid=17910] ppid=17905 vsize=296520 CPUtime=1.46 cores=0,2,4,6
/proc/17907/task/17910/stat : 17910 (strangenight1-m) R 17905 17907 17203 0 -1 4202560 4490 0 0 0 146 0 0 0 25 0 4 0 631873371 303636480 8107 33554432000 4194304 4650419 140733423874784 18446744073709551615 4366819 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 5.95
Current children cumulated vsize (KiB) 296520

[startup+3.10058 s]
/proc/loadavg: 8.18 8.12 7.99 9/364 17911
/proc/meminfo: memFree=12444640/32951124 swapFree=67111348/67111528
[pid=17907] ppid=17905 vsize=297380 CPUtime=12.33 cores=0,2,4,6
/proc/17907/stat : 17907 (strangenight1-m) R 17905 17907 17203 0 -1 4202496 37138 0 0 0 1227 6 0 0 18 0 4 0 631873371 304517120 14122 33554432000 4194304 4650419 140733423874784 18446744073709551615 4439344 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/17907/statm: 74345 14122 393 112 0 69310 0
[pid=17907/tid=17908] ppid=17905 vsize=297380 CPUtime=3.08 cores=0,2,4,6
/proc/17907/task/17908/stat : 17908 (strangenight1-m) R 17905 17907 17203 0 -1 4202560 8478 0 0 0 307 1 0 0 25 0 4 0 631873371 304517120 14122 33554432000 4194304 4650419 140733423874784 18446744073709551615 4252704 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=17907/tid=17909] ppid=17905 vsize=297380 CPUtime=3.08 cores=0,2,4,6
/proc/17907/task/17909/stat : 17909 (strangenight1-m) R 17905 17907 17203 0 -1 4202560 8518 0 0 0 307 1 0 0 25 0 4 0 631873371 304517120 14122 33554432000 4194304 4650419 140733423874784 18446744073709551615 4366920 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=17907/tid=17910] ppid=17905 vsize=297380 CPUtime=3.05 cores=0,2,4,6
/proc/17907/task/17910/stat : 17910 (strangenight1-m) R 17905 17907 17203 0 -1 4202560 7757 0 0 0 304 1 0 0 25 0 4 0 631873371 304517120 14122 33554432000 4194304 4650419 140733423874784 18446744073709551615 4366835 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 12.33
Current children cumulated vsize (KiB) 297380

[startup+6.30101 s]
/proc/loadavg: 8.16 8.11 7.99 9/364 17911
/proc/meminfo: memFree=12346708/32951124 swapFree=67111348/67111528
[pid=17907] ppid=17905 vsize=308604 CPUtime=25.09 cores=0,2,4,6
/proc/17907/stat : 17907 (strangenight1-m) R 17905 17907 17203 0 -1 4202496 55228 0 0 0 2499 10 0 0 25 0 4 0 631873371 316010496 30528 33554432000 4194304 4650419 140733423874784 18446744073709551615 4476514 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/17907/statm: 77151 30528 393 112 0 72116 0
[pid=17907/tid=17908] ppid=17905 vsize=308604 CPUtime=6.28 cores=0,2,4,6
/proc/17907/task/17908/stat : 17908 (strangenight1-m) R 17905 17907 17203 0 -1 4202560 11231 0 0 0 627 1 0 0 25 0 4 0 631873371 316010496 30528 33554432000 4194304 4650419 140733423874784 18446744073709551615 4439344 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=17907/tid=17909] ppid=17905 vsize=308604 CPUtime=6.28 cores=0,2,4,6
/proc/17907/task/17909/stat : 17909 (strangenight1-m) R 17905 17907 17203 0 -1 4202560 16165 0 0 0 625 3 0 0 25 0 4 0 631873371 316010496 30528 33554432000 4194304 4650419 140733423874784 18446744073709551615 4476502 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=17907/tid=17910] ppid=17905 vsize=308604 CPUtime=6.21 cores=0,2,4,6
/proc/17907/task/17910/stat : 17910 (strangenight1-m) R 17905 17907 17203 0 -1 4202560 15226 0 0 0 619 2 0 0 25 0 4 0 631873371 316010496 30528 33554432000 4194304 4650419 140733423874784 18446744073709551615 4476502 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 25.09
Current children cumulated vsize (KiB) 308604

[startup+12.7009 s]
/proc/loadavg: 8.23 8.13 7.99 9/364 17911
/proc/meminfo: memFree=12324784/32951124 swapFree=67111348/67111528
[pid=17907] ppid=17905 vsize=326520 CPUtime=50.62 cores=0,2,4,6
/proc/17907/stat : 17907 (strangenight1-m) R 17905 17907 17203 0 -1 4202496 85299 0 0 0 5046 16 0 0 25 0 4 0 631873371 334356480 38577 33554432000 4194304 4650419 140733423874784 18446744073709551615 4315069 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/17907/statm: 81630 38577 393 112 0 76595 0
[pid=17907/tid=17908] ppid=17905 vsize=326520 CPUtime=12.68 cores=0,2,4,6
/proc/17907/task/17908/stat : 17908 (strangenight1-m) R 17905 17907 17203 0 -1 4202560 22442 0 0 0 1265 3 0 0 25 0 4 0 631873371 334356480 38577 33554432000 4194304 4650419 140733423874784 18446744073709551615 4476519 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=17907/tid=17909] ppid=17905 vsize=326520 CPUtime=12.68 cores=0,2,4,6
/proc/17907/task/17909/stat : 17909 (strangenight1-m) R 17905 17907 17203 0 -1 4202560 23230 0 0 0 1264 4 0 0 25 0 4 0 631873371 334356480 38577 33554432000 4194304 4650419 140733423874784 18446744073709551615 4310809 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=17907/tid=17910] ppid=17905 vsize=326520 CPUtime=12.53 cores=0,2,4,6
/proc/17907/task/17910/stat : 17910 (strangenight1-m) R 17905 17907 17203 0 -1 4202560 23443 0 0 0 1249 4 0 0 25 0 4 0 631873371 334356480 38577 33554432000 4194304 4650419 140733423874784 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 50.62
Current children cumulated vsize (KiB) 326520

[startup+25.5006 s]
/proc/loadavg: 8.18 8.12 7.99 9/364 17912
/proc/meminfo: memFree=12196328/32951124 swapFree=67111348/67111528
[pid=17907] ppid=17905 vsize=336860 CPUtime=101.65 cores=0,2,4,6
/proc/17907/stat : 17907 (strangenight1-m) R 17905 17907 17203 0 -1 4202496 119580 0 0 0 10142 23 0 0 25 0 4 0 631873371 344944640 57527 33554432000 4194304 4650419 140733423874784 18446744073709551615 4476502 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/17907/statm: 84215 57527 393 112 0 79180 0
[pid=17907/tid=17908] ppid=17905 vsize=336860 CPUtime=25.49 cores=0,2,4,6
/proc/17907/task/17908/stat : 17908 (strangenight1-m) R 17905 17907 17203 0 -1 4202560 29036 0 0 0 2544 5 0 0 25 0 4 0 631873371 344944640 57527 33554432000 4194304 4650419 140733423874784 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=17907/tid=17909] ppid=17905 vsize=336860 CPUtime=25.48 cores=0,2,4,6
/proc/17907/task/17909/stat : 17909 (strangenight1-m) R 17905 17907 17203 0 -1 4202560 33008 0 0 0 2542 6 0 0 25 0 4 0 631873371 344944640 57527 33554432000 4194304 4650419 140733423874784 18446744073709551615 4366828 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=17907/tid=17910] ppid=17905 vsize=336860 CPUtime=25.18 cores=0,2,4,6
/proc/17907/task/17910/stat : 17910 (strangenight1-m) R 17905 17907 17203 0 -1 4202560 32246 0 0 0 2512 6 0 0 25 0 4 0 631873371 344944640 57527 33554432000 4194304 4650419 140733423874784 18446744073709551615 4370500 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 101.65
Current children cumulated vsize (KiB) 336860

[startup+51.101 s]
/proc/loadavg: 8.12 8.11 7.99 9/364 17912
/proc/meminfo: memFree=11929816/32951124 swapFree=67111348/67111528
[pid=17907] ppid=17905 vsize=446604 CPUtime=203.75 cores=0,2,4,6
/proc/17907/stat : 17907 (strangenight1-m) R 17905 17907 17203 0 -1 4202496 176603 0 0 0 20335 40 0 0 25 0 4 0 631873371 457322496 76156 33554432000 4194304 4650419 140733423874784 18446744073709551615 4328518 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/17907/statm: 111651 76156 393 112 0 106616 0
[pid=17907/tid=17908] ppid=17905 vsize=446604 CPUtime=51.08 cores=0,2,4,6
/proc/17907/task/17908/stat : 17908 (strangenight1-m) R 17905 17907 17203 0 -1 4202560 36489 0 0 0 5101 7 0 0 25 0 4 0 631873371 457322496 76156 33554432000 4194304 4650419 140733423874784 18446744073709551615 4476293 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=17907/tid=17909] ppid=17905 vsize=446604 CPUtime=51.08 cores=0,2,4,6
/proc/17907/task/17909/stat : 17909 (strangenight1-m) R 17905 17907 17203 0 -1 4202560 48582 0 0 0 5098 10 0 0 25 0 4 0 631873371 457322496 76156 33554432000 4194304 4650419 140733423874784 18446744073709551615 4476514 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=17907/tid=17910] ppid=17905 vsize=446604 CPUtime=50.47 cores=0,2,4,6
/proc/17907/task/17910/stat : 17910 (strangenight1-m) R 17905 17907 17203 0 -1 4202560 57888 0 0 0 5032 15 0 0 25 0 4 0 631873371 457322496 76156 33554432000 4194304 4650419 140733423874784 18446744073709551615 4476519 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 203.75
Current children cumulated vsize (KiB) 446604

[startup+102.301 s]
/proc/loadavg: 8.08 8.10 8.00 9/364 17914
/proc/meminfo: memFree=11849060/32951124 swapFree=67111348/67111528
[pid=17907] ppid=17905 vsize=526784 CPUtime=407.96 cores=0,2,4,6
/proc/17907/stat : 17907 (strangenight1-m) R 17905 17907 17203 0 -1 4202496 279513 0 0 0 40727 69 0 0 25 0 4 0 631873371 539426816 85587 33554432000 4194304 4650419 140733423874784 18446744073709551615 4476519 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/17907/statm: 131696 85587 393 112 0 126661 0
[pid=17907/tid=17908] ppid=17905 vsize=526784 CPUtime=102.29 cores=0,2,4,6
/proc/17907/task/17908/stat : 17908 (strangenight1-m) R 17905 17907 17203 0 -1 4202560 49404 0 0 0 10218 11 0 0 25 0 4 0 631873371 539426816 85590 33554432000 4194304 4650419 140733423874784 18446744073709551615 4520364 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=17907/tid=17909] ppid=17905 vsize=526784 CPUtime=102.29 cores=0,2,4,6
/proc/17907/task/17909/stat : 17909 (strangenight1-m) R 17905 17907 17203 0 -1 4202560 74677 0 0 0 10213 16 0 0 25 0 4 0 631873371 539426816 85590 33554432000 4194304 4650419 140733423874784 18446744073709551615 4476519 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=17907/tid=17910] ppid=17905 vsize=526784 CPUtime=101.08 cores=0,2,4,6
/proc/17907/task/17910/stat : 17910 (strangenight1-m) R 17905 17907 17203 0 -1 4202560 99158 0 0 0 10079 29 0 0 25 0 4 0 631873371 539426816 85590 33554432000 4194304 4650419 140733423874784 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 407.96
Current children cumulated vsize (KiB) 526784

[startup+162.301 s]

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

[pid=17907] ppid=17905 vsize=876292 CPUtime=2561.48 cores=0,2,4,6
/proc/17907/stat : 17907 (strangenight1-m) R 17905 17907 17203 0 -1 4202496 862127 0 0 0 255894 254 0 0 25 0 4 0 631873371 897323008 142213 33554432000 4194304 4650419 140733423874784 18446744073709551615 4476519 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/17907/statm: 219073 142213 393 112 0 214038 0
[pid=17907/tid=17908] ppid=17905 vsize=876292 CPUtime=642.28 cores=0,2,4,6
/proc/17907/task/17908/stat : 17908 (strangenight1-m) R 17905 17907 17203 0 -1 4202560 112808 0 0 0 64189 39 0 0 25 0 4 0 631873371 897323008 142213 33554432000 4194304 4650419 140733423874784 18446744073709551615 4368281 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=17907/tid=17909] ppid=17905 vsize=876292 CPUtime=642.29 cores=0,2,4,6
/proc/17907/task/17909/stat : 17909 (strangenight1-m) R 17905 17907 17203 0 -1 4202560 301658 0 0 0 64134 95 0 0 25 0 4 0 631873371 897323008 142213 33554432000 4194304 4650419 140733423874784 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=17907/tid=17910] ppid=17905 vsize=876292 CPUtime=634.71 cores=0,2,4,6
/proc/17907/task/17910/stat : 17910 (strangenight1-m) R 17905 17907 17203 0 -1 4202560 255741 0 0 0 63396 75 0 0 25 0 4 0 631873371 897323008 142213 33554432000 4194304 4650419 140733423874784 18446744073709551615 4476502 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 2561.48
Current children cumulated vsize (KiB) 876292

[startup+702.3 s]
/proc/loadavg: 8.13 8.12 8.04 9/364 17961
/proc/meminfo: memFree=17611824/32951124 swapFree=67111348/67111528
[pid=17907] ppid=17905 vsize=891740 CPUtime=2800.75 cores=0,2,4,6
/proc/17907/stat : 17907 (strangenight1-m) R 17905 17907 17203 0 -1 4202496 923872 0 0 0 279794 281 0 0 25 0 4 0 631873371 913141760 147610 33554432000 4194304 4650419 140733423874784 18446744073709551615 4476309 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/17907/statm: 222935 147610 393 112 0 217900 0
[pid=17907/tid=17908] ppid=17905 vsize=891740 CPUtime=702.29 cores=0,2,4,6
/proc/17907/task/17908/stat : 17908 (strangenight1-m) R 17905 17907 17203 0 -1 4202560 126870 0 0 0 70180 49 0 0 25 0 4 0 631873371 913141760 147610 33554432000 4194304 4650419 140733423874784 18446744073709551615 4476514 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=17907/tid=17909] ppid=17905 vsize=891740 CPUtime=702.29 cores=0,2,4,6
/proc/17907/task/17909/stat : 17909 (strangenight1-m) R 17905 17907 17203 0 -1 4202560 327598 0 0 0 70119 110 0 0 25 0 4 0 631873371 913141760 147610 33554432000 4194304 4650419 140733423874784 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=17907/tid=17910] ppid=17905 vsize=891740 CPUtime=693.99 cores=0,2,4,6
/proc/17907/task/17910/stat : 17910 (strangenight1-m) R 17905 17907 17203 0 -1 4202560 263686 0 0 0 69324 75 0 0 25 0 4 0 631873371 913141760 147610 33554432000 4194304 4650419 140733423874784 18446744073709551615 4476519 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 2800.75
Current children cumulated vsize (KiB) 891740

[startup+762.301 s]
/proc/loadavg: 8.22 8.14 8.05 9/364 17962
/proc/meminfo: memFree=17451700/32951124 swapFree=67111348/67111528
[pid=17907] ppid=17905 vsize=970440 CPUtime=3040.07 cores=0,2,4,6
/proc/17907/stat : 17907 (strangenight1-m) R 17905 17907 17203 0 -1 4202496 995554 0 0 0 303702 305 0 0 25 0 4 0 631873371 993730560 171123 33554432000 4194304 4650419 140733423874784 18446744073709551615 4476318 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/17907/statm: 242610 171123 393 112 0 237575 0
[pid=17907/tid=17908] ppid=17905 vsize=970440 CPUtime=762.3 cores=0,2,4,6
/proc/17907/task/17908/stat : 17908 (strangenight1-m) R 17905 17907 17203 0 -1 4202560 146121 0 0 0 76168 62 0 0 25 0 4 0 631873371 993730560 171123 33554432000 4194304 4650419 140733423874784 18446744073709551615 4366923 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=17907/tid=17909] ppid=17905 vsize=970440 CPUtime=762.3 cores=0,2,4,6
/proc/17907/task/17909/stat : 17909 (strangenight1-m) R 17905 17907 17203 0 -1 4202560 356808 0 0 0 76113 117 0 0 25 0 4 0 631873371 993730560 171123 33554432000 4194304 4650419 140733423874784 18446744073709551615 4476519 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=17907/tid=17910] ppid=17905 vsize=970440 CPUtime=753.29 cores=0,2,4,6
/proc/17907/task/17910/stat : 17910 (strangenight1-m) R 17905 17907 17203 0 -1 4202560 271888 0 0 0 75253 76 0 0 25 0 4 0 631873371 993730560 171123 33554432000 4194304 4650419 140733423874784 18446744073709551615 4476509 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 3040.07
Current children cumulated vsize (KiB) 970440

[startup+822.301 s]
/proc/loadavg: 8.14 8.13 8.05 9/364 17964
/proc/meminfo: memFree=17454892/32951124 swapFree=67111348/67111528
[pid=17907] ppid=17905 vsize=1021488 CPUtime=3279.33 cores=0,2,4,6
/proc/17907/stat : 17907 (strangenight1-m) R 17905 17907 17203 0 -1 4202496 1040866 0 0 0 327611 322 0 0 25 0 4 0 631873371 1046003712 173376 33554432000 4194304 4650419 140733423874784 18446744073709551615 4476519 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/17907/statm: 255372 173376 393 112 0 250337 0
[pid=17907/tid=17908] ppid=17905 vsize=1021488 CPUtime=822.28 cores=0,2,4,6
/proc/17907/task/17908/stat : 17908 (strangenight1-m) R 17905 17907 17203 0 -1 4202560 161281 0 0 0 82155 73 0 0 25 0 4 0 631873371 1046003712 173376 33554432000 4194304 4650419 140733423874784 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=17907/tid=17909] ppid=17905 vsize=1021488 CPUtime=822.29 cores=0,2,4,6
/proc/17907/task/17909/stat : 17909 (strangenight1-m) R 17905 17907 17203 0 -1 4202560 363266 0 0 0 82110 119 0 0 25 0 4 0 631873371 1046003712 173376 33554432000 4194304 4650419 140733423874784 18446744073709551615 4476514 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=17907/tid=17910] ppid=17905 vsize=1021488 CPUtime=812.58 cores=0,2,4,6
/proc/17907/task/17910/stat : 17910 (strangenight1-m) R 17905 17907 17203 0 -1 4202560 280452 0 0 0 81181 77 0 0 25 0 4 0 631873371 1046003712 173376 33554432000 4194304 4650419 140733423874784 18446744073709551615 4476514 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 3279.33
Current children cumulated vsize (KiB) 1021488

[startup+882.314 s]
/proc/loadavg: 8.14 8.13 8.05 9/364 17966
/proc/meminfo: memFree=17436748/32951124 swapFree=67111348/67111528
[pid=17907] ppid=17905 vsize=1021896 CPUtime=3518.66 cores=0,2,4,6
/proc/17907/stat : 17907 (strangenight1-m) R 17905 17907 17203 0 -1 4202496 1079107 0 0 0 351534 332 0 0 25 0 4 0 631873371 1046421504 172041 33554432000 4194304 4650419 140733423874784 18446744073709551615 4476502 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/17907/statm: 255474 172041 393 112 0 250439 0
[pid=17907/tid=17908] ppid=17905 vsize=1021896 CPUtime=882.3 cores=0,2,4,6
/proc/17907/task/17908/stat : 17908 (strangenight1-m) R 17905 17907 17203 0 -1 4202560 169286 0 0 0 88151 79 0 0 25 0 4 0 631873371 1046421504 172041 33554432000 4194304 4650419 140733423874784 18446744073709551615 4476309 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=17907/tid=17909] ppid=17905 vsize=1021896 CPUtime=882.31 cores=0,2,4,6
/proc/17907/task/17909/stat : 17909 (strangenight1-m) R 17905 17907 17203 0 -1 4202560 369690 0 0 0 88111 120 0 0 25 0 4 0 631873371 1046421504 172041 33554432000 4194304 4650419 140733423874784 18446744073709551615 4476502 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=17907/tid=17910] ppid=17905 vsize=1021896 CPUtime=871.88 cores=0,2,4,6
/proc/17907/task/17910/stat : 17910 (strangenight1-m) R 17905 17907 17203 0 -1 4202560 289344 0 0 0 87110 78 0 0 25 0 4 0 631873371 1046421504 172041 33554432000 4194304 4650419 140733423874784 18446744073709551615 4476514 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 3518.66
Current children cumulated vsize (KiB) 1021896

[startup+942.3 s]
/proc/loadavg: 8.05 8.11 8.05 9/364 17967
/proc/meminfo: memFree=17427904/32951124 swapFree=67111348/67111528
[pid=17907] ppid=17905 vsize=1022248 CPUtime=3757.9 cores=0,2,4,6
/proc/17907/stat : 17907 (strangenight1-m) R 17905 17907 17203 0 -1 4202496 1111746 0 0 0 375450 340 0 0 25 0 4 0 631873371 1046781952 177159 33554432000 4194304 4650419 140733423874784 18446744073709551615 4365227 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/17907/statm: 255562 177159 393 112 0 250527 0
[pid=17907/tid=17908] ppid=17905 vsize=1022248 CPUtime=942.28 cores=0,2,4,6
/proc/17907/task/17908/stat : 17908 (strangenight1-m) R 17905 17907 17203 0 -1 4202560 169286 0 0 0 94149 79 0 0 25 0 4 0 631873371 1046781952 177159 33554432000 4194304 4650419 140733423874784 18446744073709551615 4476514 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=17907/tid=17909] ppid=17905 vsize=1022248 CPUtime=942.29 cores=0,2,4,6
/proc/17907/task/17909/stat : 17909 (strangenight1-m) R 17905 17907 17203 0 -1 4202560 376073 0 0 0 94108 121 0 0 25 0 4 0 631873371 1046781952 177159 33554432000 4194304 4650419 140733423874784 18446744073709551615 4476309 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=17907/tid=17910] ppid=17905 vsize=1022248 CPUtime=931.16 cores=0,2,4,6
/proc/17907/task/17910/stat : 17910 (strangenight1-m) R 17905 17907 17203 0 -1 4202560 298081 0 0 0 93037 79 0 0 25 0 4 0 631873371 1046781952 177159 33554432000 4194304 4650419 140733423874784 18446744073709551615 4476514 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 3757.9
Current children cumulated vsize (KiB) 1022248

[startup+1002.3 s]
/proc/loadavg: 8.10 8.11 8.05 9/364 17969
/proc/meminfo: memFree=17376272/32951124 swapFree=67111348/67111528
[pid=17907] ppid=17905 vsize=1023300 CPUtime=3997.17 cores=0,2,4,6
/proc/17907/stat : 17907 (strangenight1-m) R 17905 17907 17203 0 -1 4202496 1152746 0 0 0 399360 357 0 0 25 0 4 0 631873371 1047859200 178265 33554432000 4194304 4650419 140733423874784 18446744073709551615 4365227 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/17907/statm: 255825 178265 393 112 0 250790 0
[pid=17907/tid=17908] ppid=17905 vsize=1023300 CPUtime=1002.28 cores=0,2,4,6
/proc/17907/task/17908/stat : 17908 (strangenight1-m) R 17905 17907 17203 0 -1 4202560 169286 0 0 0 100149 79 0 0 25 0 4 0 631873371 1047859200 178265 33554432000 4194304 4650419 140733423874784 18446744073709551615 4476309 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=17907/tid=17909] ppid=17905 vsize=1023300 CPUtime=1002.3 cores=0,2,4,6
/proc/17907/task/17909/stat : 17909 (strangenight1-m) R 17905 17907 17203 0 -1 4202560 383218 0 0 0 100107 123 0 0 25 0 4 0 631873371 1047859200 178265 33554432000 4194304 4650419 140733423874784 18446744073709551615 4476502 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=17907/tid=17910] ppid=17905 vsize=1023300 CPUtime=990.45 cores=0,2,4,6
/proc/17907/task/17910/stat : 17910 (strangenight1-m) R 17905 17907 17203 0 -1 4202560 306780 0 0 0 98964 81 0 0 25 0 4 0 631873371 1047859200 178265 33554432000 4194304 4650419 140733423874784 18446744073709551615 4476514 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 3997.17
Current children cumulated vsize (KiB) 1023300

[startup+1062.3 s]
/proc/loadavg: 8.08 8.11 8.05 9/364 17970
/proc/meminfo: memFree=17378484/32951124 swapFree=67111348/67111528
[pid=17907] ppid=17905 vsize=1023736 CPUtime=4236.46 cores=0,2,4,6
/proc/17907/stat : 17907 (strangenight1-m) R 17905 17907 17203 0 -1 4202496 1186385 0 0 0 423278 368 0 0 25 0 4 0 631873371 1048305664 180550 33554432000 4194304 4650419 140733423874784 18446744073709551615 4476293 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/17907/statm: 255934 180550 393 112 0 250899 0
[pid=17907/tid=17908] ppid=17905 vsize=1023736 CPUtime=1062.28 cores=0,2,4,6
/proc/17907/task/17908/stat : 17908 (strangenight1-m) R 17905 17907 17203 0 -1 4202560 169286 0 0 0 106149 79 0 0 25 0 4 0 631873371 1048305664 180550 33554432000 4194304 4650419 140733423874784 18446744073709551615 4476514 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=17907/tid=17909] ppid=17905 vsize=1023736 CPUtime=1062.3 cores=0,2,4,6
/proc/17907/task/17909/stat : 17909 (strangenight1-m) R 17905 17907 17203 0 -1 4202560 390699 0 0 0 106106 124 0 0 25 0 4 0 631873371 1048305664 180550 33554432000 4194304 4650419 140733423874784 18446744073709551615 4476315 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=17907/tid=17910] ppid=17905 vsize=1023736 CPUtime=1049.75 cores=0,2,4,6
/proc/17907/task/17910/stat : 17910 (strangenight1-m) R 17905 17907 17203 0 -1 4202560 315878 0 0 0 104893 82 0 0 25 0 4 0 631873371 1048305664 180550 33554432000 4194304 4650419 140733423874784 18446744073709551615 4476519 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4236.46
Current children cumulated vsize (KiB) 1023736

[startup+1122.3 s]
/proc/loadavg: 8.07 8.10 8.05 9/364 17972
/proc/meminfo: memFree=17371760/32951124 swapFree=67111348/67111528
[pid=17907] ppid=17905 vsize=1023736 CPUtime=4475.73 cores=0,2,4,6
/proc/17907/stat : 17907 (strangenight1-m) R 17905 17907 17203 0 -1 4202496 1210728 0 0 0 447201 372 0 0 25 0 4 0 631873371 1048305664 180369 33554432000 4194304 4650419 140733423874784 18446744073709551615 4476514 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/17907/statm: 255934 180369 393 112 0 250899 0
[pid=17907/tid=17908] ppid=17905 vsize=1023736 CPUtime=1122.28 cores=0,2,4,6
/proc/17907/task/17908/stat : 17908 (strangenight1-m) R 17905 17907 17203 0 -1 4202560 169286 0 0 0 112149 79 0 0 25 0 4 0 631873371 1048305664 180369 33554432000 4194304 4650419 140733423874784 18446744073709551615 4476502 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=17907/tid=17909] ppid=17905 vsize=1023736 CPUtime=1122.3 cores=0,2,4,6
/proc/17907/task/17909/stat : 17909 (strangenight1-m) R 17905 17907 17203 0 -1 4202560 397658 0 0 0 112105 125 0 0 25 0 4 0 631873371 1048305664 180369 33554432000 4194304 4650419 140733423874784 18446744073709551615 4476519 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=17907/tid=17910] ppid=17905 vsize=1023736 CPUtime=1109.04 cores=0,2,4,6
/proc/17907/task/17910/stat : 17910 (strangenight1-m) R 17905 17907 17203 0 -1 4202560 324386 0 0 0 110820 84 0 0 25 0 4 0 631873371 1048305664 180369 33554432000 4194304 4650419 140733423874784 18446744073709551615 4476514 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4475.73
Current children cumulated vsize (KiB) 1023736

[startup+1182.3 s]
/proc/loadavg: 8.10 8.11 8.06 9/364 17974
/proc/meminfo: memFree=17396164/32951124 swapFree=67111348/67111528
[pid=17907] ppid=17905 vsize=947708 CPUtime=4715.03 cores=0,2,4,6
/proc/17907/stat : 17907 (strangenight1-m) R 17905 17907 17203 0 -1 4202496 1242170 0 0 0 471123 380 0 0 25 0 4 0 631873371 970452992 172154 33554432000 4194304 4650419 140733423874784 18446744073709551615 4476514 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/17907/statm: 236927 172154 393 112 0 231892 0
[pid=17907/tid=17908] ppid=17905 vsize=947708 CPUtime=1182.28 cores=0,2,4,6
/proc/17907/task/17908/stat : 17908 (strangenight1-m) R 17905 17907 17203 0 -1 4202560 175149 0 0 0 118146 82 0 0 25 0 4 0 631873371 970452992 172154 33554432000 4194304 4650419 140733423874784 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=17907/tid=17909] ppid=17905 vsize=947708 CPUtime=1182.3 cores=0,2,4,6
/proc/17907/task/17909/stat : 17909 (strangenight1-m) R 17905 17907 17203 0 -1 4202560 404792 0 0 0 118104 126 0 0 25 0 4 0 631873371 970452992 172154 33554432000 4194304 4650419 140733423874784 18446744073709551615 4476514 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=17907/tid=17910] ppid=17905 vsize=947708 CPUtime=1168.34 cores=0,2,4,6
/proc/17907/task/17910/stat : 17910 (strangenight1-m) R 17905 17907 17203 0 -1 4202560 333326 0 0 0 116749 85 0 0 25 0 4 0 631873371 970452992 172154 33554432000 4194304 4650419 140733423874784 18446744073709551615 4476514 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4715.03
Current children cumulated vsize (KiB) 947708



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1203.7 s]
/proc/loadavg: 8.13 8.11 8.06 9/364 17974
/proc/meminfo: memFree=17377436/32951124 swapFree=67111348/67111528
[pid=17907] ppid=17905 vsize=947764 CPUtime=4800.39 cores=0,2,4,6
/proc/17907/stat : 17907 (strangenight1-m) R 17905 17907 17203 0 -1 4202496 1260494 0 0 0 479653 386 0 0 25 0 4 0 631873371 970510336 172803 33554432000 4194304 4650419 140733423874784 18446744073709551615 4476514 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/17907/statm: 236941 172803 393 112 0 231906 0
[pid=17907/tid=17908] ppid=17905 vsize=947764 CPUtime=1203.69 cores=0,2,4,6
/proc/17907/task/17908/stat : 17908 (strangenight1-m) R 17905 17907 17203 0 -1 4202560 183841 0 0 0 120282 87 0 0 25 0 4 0 631873371 970510336 172805 33554432000 4194304 4650419 140733423874784 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=17907/tid=17909] ppid=17905 vsize=947764 CPUtime=1203.71 cores=0,2,4,6
/proc/17907/task/17909/stat : 17909 (strangenight1-m) R 17905 17907 17203 0 -1 4202560 407354 0 0 0 120245 126 0 0 25 0 4 0 631873371 970510336 172805 33554432000 4194304 4650419 140733423874784 18446744073709551615 4476502 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=17907/tid=17910] ppid=17905 vsize=947764 CPUtime=1189.48 cores=0,2,4,6
/proc/17907/task/17910/stat : 17910 (strangenight1-m) R 17905 17907 17203 0 -1 4202560 336587 0 0 0 118862 86 0 0 25 0 4 0 631873371 970510336 172805 33554432000 4194304 4650419 140733423874784 18446744073709551615 4476514 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4800.39
Current children cumulated vsize (KiB) 947764

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

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

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1203.75
CPU time (s): 4800.47
CPU user time (s): 4796.57
CPU system time (s): 3.90041
CPU usage (%): 398.792
Max. virtual memory (cumulated for all children) (KiB): 1023736

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4796.57
system time used= 3.90041
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1260498
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= 1197
involuntary context switches= 22886

runsolver used 3.85141 second user time and 10.4004 second system time

The end

Launcher Data

Begin job on node145 at 2011-05-14 19:36:15
IDJOB=3368494
IDBENCH=82503
IDSOLVER=1846
FILE ID=node145/3368494-1305394575
RUNJOBID= node145-1305393368-17723
PBS_JOBID= 13324435
Free space on /tmp= 73624 MiB

SOLVER NAME= CryptoMiniSat Strange-Night-1-mt (fixed)
BENCH NAME= SAT11/random/large/unif-k5-r20-v1000-c20000-S107009952-009-UNKNOWN.cnf
COMMAND LINE= ./strangenight1-mt --threads=NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3368494-1305394575/watcher-3368494-1305394575 -o /tmp/evaluation-result-3368494-1305394575/solver-3368494-1305394575 -C 4800 -W 1300 -M 15500  ./strangenight1-mt --threads=4 HOME/instance-3368494-1305394575.cnf

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

MD5SUM BENCH= 5093bfaf2b5c3f3d3bcb50ce84a28c32
RANDOM SEED=606967962

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

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      12486140 kB
Buffers:        292340 kB
Cached:        8150292 kB
SwapCached:          0 kB
Active:       13476740 kB
Inactive:      6620500 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      12486140 kB
SwapTotal:    67111528 kB
SwapFree:     67111348 kB
Dirty:            6632 kB
Writeback:           0 kB
AnonPages:    11654388 kB
Mapped:          28104 kB
Slab:           255340 kB
PageTables:      48220 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 86614636 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= 73648 MiB
End job on node145 at 2011-05-14 19:56:21