Trace number 3174129

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-2-mtUNSAT 2586.68 647.553

General information on the benchmark

Namerandom/medium/
unif-k3-r4.26-v350-c1491-S1705279286-077.UNKNOWN.cnf
MD5SUM42577eb7521bea22024387e984db8e06
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark8.22475
Satisfiable
(Un)Satisfiability was proved
Number of variables350
Number of clauses1491
Sum of the clauses size4473
Maximum clause length3
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 31491
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.00/0.00	c Outputting solution to console
0.00/0.00	c Using 4 threads
0.00/0.00	c This is CryptoMiniSat 3.0.0
0.00/0.00	c WARNING: for repeatability, setting FPU to use double precision
0.00/0.00	c Reading file 'HOME/instance-3174129-1304099936.cnf'
0.00/0.00	c -- header says num vars:            350
0.00/0.00	c -- header says num clauses:        1491
0.00/0.00	c -- clauses added:            0 learnts,         1491 normals,            0 xors
0.00/0.00	c -- vars added        350
0.00/0.00	c Parsing time:  0.00 s
0.00/0.01	c  N st     0         0       350      1491         0         0      4473         0   no data   no data
0.00/0.01	c asymm  cl-useful: 0/1491/1491 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 blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
0.00/0.01	c bin-w-bin subsume rem            0 bins  time:  0.00 s
0.00/0.01	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
0.00/0.01	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    350 time:  0.00 s
0.00/0.01	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
3.17/0.80	c lits-rem:         0  cl-subs:        0  v-elim:      9  v-fix:    0  time:  0.00 s
3.17/0.80	c Finding binary XORs  T:     0.00 s  found:       0
3.17/0.80	c Finding non-binary XORs:     0.00 s (found:       0, avg size: nan)
3.17/0.80	c calculated reachability. Time: 0.00
3.17/0.80	c Calc default polars -  time:   0.00 s pos:     174 undec:      38 neg:     138
3.17/0.80	c =========================================================================================
3.17/0.80	c types(t): F = full restart, N = normal restart
3.17/0.80	c types(t): S = simplification begin/end, E = solution found
3.17/0.80	c restart types(rt): st = static, dy = dynamic
3.17/0.80	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits
3.17/0.80	c  B st     0         0       341      1482         0         0      4502         0   no data   no data
3.17/0.80	c Decided on static restart strategy
3.17/0.80	c  N st     8      4917       341      1482         0      4764      4502     80972   no data   no data
3.17/0.80	c  N st    10     11301       341      1482         0      4407      4502     58323   no data   no data
3.17/0.80	c  N st    11     17045       341      1482         0      9943      4502    146455   no data   no data
3.57/0.95	c  F st    12     25001       341      1482         0     12174      4502    189362   no data   no data
3.57/0.95	c  N st    12     25001       341      1482         0     12174      4502    189362   no data   no data
4.39/1.17	c Decided on static restart strategy
4.39/1.17	c  N st    18     30001       341      1482         0     10500      4502    150283   no data   no data
4.39/1.17	c  S st    18     30001       341      1482         0     10500      4502    150283   no data   no data
4.77/1.20	c  S st    18     30506       341      1482         0     11001      4502    159469   no data   no data
4.77/1.20	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
4.77/1.21	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.1M T:  0.00
4.77/1.21	c blocked clauses removed:        0 vars:      0 tried:         341 T: 0.00 s
4.77/1.21	c bin-w-bin subsume rem            0 bins  time:  0.00 s
4.77/1.21	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
4.77/1.21	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    341 time:  0.00 s
4.77/1.21	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
4.77/1.21	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
4.77/1.22	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
4.77/1.28	c lits-rem:       124  cl-subs:     1331  v-elim:      0  v-fix:    0  time:  0.06 s
4.77/1.28	c asymm  cl-useful: 0/1482/1482 lits-rem:0 time: 0.00
4.77/1.28	c calculated reachability. Time: 0.00
4.77/1.28	c  N st    18     30506       341      1482         0      9670      4502    138197   no data   no data
6.36/1.65	c  N st    20     37618       341      1482         0      8960      4502    111327   no data   no data
7.56/1.99	c  N st    21     44019       341      1482         0     15187      4502    223698   no data   no data
8.38/2.12	c  S st    22     45760       341      1482         0     16868      4502    255153   no data   no data
8.38/2.16	c  S st    22     46265       341      1482         0     17372      4502    264395   no data   no data
8.38/2.17	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
8.38/2.17	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.00
8.38/2.17	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
8.38/2.17	c bin-w-bin subsume rem            0 bins  time:  0.00 s
8.38/2.17	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
8.38/2.17	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    341 time:  0.00 s
8.38/2.17	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
8.38/2.17	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
8.38/2.18	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
9.16/2.33	c lits-rem:       172  cl-subs:     1329  v-elim:      0  v-fix:    0  time:  0.15 s
9.16/2.33	c vivif2 --  cl tried     1482 cl shrink        0 lits rem          0 time: 0.00
9.16/2.33	c vivif2 --  cl tried    16043 cl shrink        0 lits rem          0 time: 0.00
9.16/2.34	c asymm  cl-useful: 0/1482/1482 lits-rem:0 time: 0.01
9.16/2.34	c calculated reachability. Time: 0.00
9.16/2.34	c  N st    22     46265       341      1482         0     16043      4502    241722   no data   no data
12.77/3.21	c  N st    23     60662       341      1482         0     11654      4502    135482   no data   no data
14.75/3.75	c  N st    24     69400       341      1482         0     20080      4502    265951   no data   no data
14.75/3.75	c  S st    24     69400       341      1482         0     20080      4502    265951   no data   no data
15.15/3.80	c  S st    24     69903       341      1482         0     20582      4502    275062   no data   no data
15.15/3.80	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
15.15/3.81	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.3M T:  0.00
15.15/3.81	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
15.15/3.81	c bin-w-bin subsume rem            0 bins  time:  0.00 s
15.15/3.81	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
15.15/3.81	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    341 time:  0.00 s
15.15/3.81	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
15.15/3.81	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
15.15/3.82	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
16.35/4.13	c lits-rem:       213  cl-subs:     3149  v-elim:      0  v-fix:    0  time:  0.31 s
16.35/4.13	c vivif2 --  cl tried     1482 cl shrink        0 lits rem          0 time: 0.00
16.35/4.13	c vivif2 --  cl tried    17433 cl shrink        0 lits rem          0 time: 0.00
16.35/4.14	c asymm  cl-useful: 0/1482/1482 lits-rem:0 time: 0.01
16.35/4.14	c calculated reachability. Time: 0.00
16.35/4.14	c  N st    24     69903       341      1482         0     17433      4502    230603   no data   no data
20.74/5.23	c  F st    25     87500       341      1482         0     12309      4502    136180   no data   no data
20.74/5.23	c  N st    25     87500       341      1482         0     12309      4502    136180   no data   no data
21.96/5.54	c Decided on static restart strategy
22.74/5.76	c  N st    32     95542       341      1482         0     20097      4502    274905   no data   no data
25.54/6.42	c  N st    34    104854       341      1482         0     16563      4502    199623   no data   no data
25.54/6.42	c  S st    34    104854       341      1482         0     16563      4502    199623   no data   no data
25.54/6.47	c  S st    34    105361       341      1482         0     17070      4502    208783   no data   no data
25.54/6.47	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
25.54/6.47	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.00
25.54/6.47	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
25.54/6.47	c bin-w-bin subsume rem            0 bins  time:  0.00 s
25.54/6.47	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
25.54/6.47	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    341 time:  0.00 s
25.54/6.47	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
25.54/6.48	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
25.54/6.48	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
25.95/6.54	c lits-rem:       103  cl-subs:      869  v-elim:      0  v-fix:    0  time:  0.06 s
25.95/6.54	c vivif2 --  cl tried     1482 cl shrink        0 lits rem          0 time: 0.00
25.95/6.55	c vivif2 --  cl tried    16201 cl shrink        0 lits rem          0 time: 0.00
25.95/6.56	c asymm  cl-useful: 0/1482/1482 lits-rem:0 time: 0.01
25.95/6.56	c calculated reachability. Time: 0.00
25.95/6.56	c  N st    34    105361       341      1482         0     16201      4502    194626   no data   no data
28.73/7.28	c  N st    35    114962       341      1482         0     25403      4502    345987   no data   no data
33.13/8.35	c  N st    36    129361       341      1482         0     25831      4502    357841   no data   no data
39.92/10.04	c  N st    37    150956       341      1482         0     16810      4502    174111   no data   no data
41.91/10.58	c  S st    38    158042       341      1482         0     23677      4502    303259   no data   no data
42.31/10.64	c  S st    38    158545       341      1482         0     24178      4502    312390   no data   no data
42.31/10.64	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
42.31/10.65	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.3M T:  0.01
42.31/10.65	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
42.31/10.65	c bin-w-bin subsume rem            0 bins  time:  0.00 s
42.31/10.65	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
42.31/10.65	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    341 time:  0.00 s
42.31/10.65	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
42.31/10.66	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
42.31/10.66	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
43.12/10.84	c lits-rem:       225  cl-subs:     1390  v-elim:      0  v-fix:    0  time:  0.18 s
43.12/10.84	c vivif2 --  cl tried     1482 cl shrink        0 lits rem          0 time: 0.00
43.12/10.84	c vivif2 --  cl tried    22788 cl shrink        0 lits rem          0 time: 0.00
43.12/10.86	c asymm  cl-useful: 0/1482/1482 lits-rem:0 time: 0.01
43.12/10.86	c calculated reachability. Time: 0.00
43.12/10.86	c  N st    38    158545       341      1482         0     22788      4502    288220   no data   no data
60.70/15.26	c  N st    39    207133       341      1482         0     35918      4502    501005   no data   no data
71.47/17.96	c  N st    40    237817       341      1482         0     27791      4502    337710   no data   no data
71.47/17.96	c  S st    40    237817       341      1482         0     27791      4502    337710   no data   no data
71.88/18.03	c  S st    40    238319       341      1482         0     28290      4502    347092   no data   no data
71.88/18.03	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
71.88/18.04	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.3M T:  0.01
71.88/18.04	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
71.88/18.04	c bin-w-bin subsume rem            0 bins  time:  0.00 s
71.88/18.04	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
71.88/18.04	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    341 time:  0.00 s
71.88/18.04	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
71.88/18.04	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
71.88/18.05	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
73.08/18.36	c lits-rem:       170  cl-subs:     2346  v-elim:      0  v-fix:    0  time:  0.30 s
73.08/18.36	c vivif2 --  cl tried     1482 cl shrink        0 lits rem          0 time: 0.00
73.08/18.36	c vivif2 --  cl tried    25944 cl shrink        0 lits rem          0 time: 0.00
73.08/18.38	c asymm  cl-useful: 0/1482/1482 lits-rem:0 time: 0.01
73.08/18.38	c calculated reachability. Time: 0.00
73.08/18.38	c  N st    40    238319       341      1482         0     25944      4502    308065   no data   no data
99.04/24.86	c  F st    41    306250       341      1482         0     27855      4502    309227   no data   no data
99.04/24.86	c  N st    41    306250       341      1482         0     27855      4502    309227   no data   no data
101.43/25.40	c Decided on static restart strategy
111.43/27.94	c  N st    51    334553       341      1482         0     32022      4502    367841   no data   no data
121.42/30.45	c  N st    53    357479       341      1482         0     30033      4502    322965   no data   no data
121.42/30.45	c  S st    53    357479       341      1482         0     30033      4502    322965   no data   no data
121.82/30.53	c  S st    53    357986       341      1482         0     30538      4502    332433   no data   no data
121.82/30.53	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
121.82/30.54	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.01
121.82/30.54	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
121.82/30.54	c bin-w-bin subsume rem            0 bins  time:  0.00 s
121.82/30.54	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
121.82/30.54	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    341 time:  0.00 s
121.82/30.54	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
121.82/30.54	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
121.82/30.55	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
122.63/30.74	c lits-rem:       104  cl-subs:     1712  v-elim:      0  v-fix:    0  time:  0.18 s
122.63/30.74	c vivif2 --  cl tried     1482 cl shrink        0 lits rem          0 time: 0.00
122.63/30.74	c vivif2 --  cl tried    28826 cl shrink        0 lits rem          0 time: 0.00
122.63/30.76	c asymm  cl-useful: 0/1482/1482 lits-rem:0 time: 0.02
122.63/30.76	c calculated reachability. Time: 0.00
122.63/30.76	c  N st    53    357986       341      1482         0     28826      4502    305521   no data   no data
137.39/34.47	c  N st    54    390378       341      1482         0     34936      4502    396748   no data   no data
161.36/40.41	c  N st    55    438967       341      1482         0     28908      4502    281574   no data   no data
195.31/48.94	c  N st    56    511849       341      1482         0     42094      4502    493402   no data   no data
209.70/52.53	c  N st    57    536980       341      1482         0     36388      4502    379984   no data   no data
209.70/52.53	c  S st    57    536980       341      1482         0     36388      4502    379984   no data   no data
210.10/52.63	c  S st    57    537485       341      1482         0     36891      4502    389830   no data   no data
210.10/52.63	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
210.10/52.64	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.01
210.10/52.64	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
210.10/52.64	c bin-w-bin subsume rem            0 bins  time:  0.00 s
210.10/52.64	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
210.10/52.64	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    341 time:  0.00 s
210.10/52.64	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
210.10/52.65	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
210.10/52.66	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
211.29/52.92	c lits-rem:       198  cl-subs:     2230  v-elim:      0  v-fix:    0  time:  0.26 s
211.29/52.92	c vivif2 --  cl tried     1482 cl shrink        0 lits rem          0 time: 0.00
211.29/52.92	c vivif2 --  cl tried    34661 cl shrink        0 lits rem          0 time: 0.00
211.29/52.94	c asymm  cl-useful: 0/1482/1482 lits-rem:0 time: 0.02
211.29/52.94	c calculated reachability. Time: 0.00
211.29/52.94	c  N st    57    537485       341      1482         0     34661      4502    356932   no data   no data
302.38/75.77	c  N st    58    701469       341      1482         0     63186      4502    780889   no data   no data
364.31/91.29	c  N st    59    806228       341      1482         0     57436      4502    665448   no data   no data
364.31/91.29	c  S st    59    806228       341      1482         0     57436      4502    665448   no data   no data
365.09/91.47	c  S st    59    806731       341      1482         0     57934      4502    675361   no data   no data
365.09/91.48	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
365.49/91.50	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.7M T:  0.02
365.49/91.50	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
365.49/91.50	c bin-w-bin subsume rem            0 bins  time:  0.00 s
365.49/91.50	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
365.49/91.50	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    341 time:  0.00 s
365.49/91.50	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
365.49/91.51	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
365.49/91.53	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
371.48/93.04	c lits-rem:       618  cl-subs:     8525  v-elim:      0  v-fix:    0  time:  1.51 s
371.48/93.04	c vivif2 --  cl tried     1482 cl shrink        0 lits rem          0 time: 0.00
371.48/93.05	c vivif2 --  cl tried    49409 cl shrink        0 lits rem          0 time: 0.01
371.48/93.08	c asymm  cl-useful: 0/1482/1482 lits-rem:0 time: 0.04
371.48/93.08	c calculated reachability. Time: 0.00
371.48/93.08	c  N st    59    806731       341      1482         0     49409      4502    551514   no data   no data
540.06/135.29	c  F st    60   1071875       341      1482         0     65598      4502    797027   no data   no data
540.06/135.29	c  N st    60   1071875       341      1482         0     65598      4502    797027   no data   no data
544.46/136.37	c Decided on static restart strategy
564.41/141.32	c  N st    70   1100178       341      1482         0     49385      4502    478774   no data   no data
590.37/147.88	c  N st    72   1136172       341      1482         0     83703      4502   1043722   no data   no data
612.74/153.42	c  N st    73   1168565       341      1482         0     70797      4502    861248   no data   no data
646.30/161.89	c  N st    74   1210097       341      1482         0     65401      4502    733956   no data   no data
646.30/161.89	c  S st    74   1210097       341      1482         0     65401      4502    733956   no data   no data
647.50/162.16	c  S st    74   1210604       341      1482         0     65905      4502    744435   no data   no data
647.50/162.16	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
647.50/162.19	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.8M T:  0.03
647.50/162.19	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
647.50/162.19	c bin-w-bin subsume rem            0 bins  time:  0.00 s
647.50/162.19	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
647.50/162.19	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    341 time:  0.00 s
647.50/162.19	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
647.90/162.21	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
647.90/162.23	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
655.08/164.01	c lits-rem:       695  cl-subs:     6317  v-elim:      0  v-fix:    0  time:  1.77 s
655.08/164.01	c vivif2 --  cl tried     1482 cl shrink        0 lits rem          0 time: 0.00
655.08/164.02	c vivif2 --  cl tried    59588 cl shrink        0 lits rem          0 time: 0.01
655.08/164.08	c asymm  cl-useful: 0/1482/1482 lits-rem:0 time: 0.06
655.08/164.08	c calculated reachability. Time: 0.00
655.08/164.08	c  N st    74   1210604       341      1482         0     59588      4502    653973   no data   no data
714.21/178.88	c  N st    75   1283487       341      1482         0     83253      4502   1058229   no data   no data
803.70/201.25	c  N st    76   1392811       341      1482         0     93366      4502   1231999   no data   no data
934.71/234.08	c  N st    77   1556795       341      1482         0    101075      4502   1333064   no data   no data
1058.15/264.94	c  N st    78   1710604       341      1482         0     90101      4502   1084214   no data   no data
1058.15/264.94	c  S st    78   1710604       341      1482         0     90101      4502   1084214   no data   no data
1059.34/265.24	c  S st    78   1711109       341      1482         0     90601      4502   1094072   no data   no data
1059.34/265.25	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
1059.34/265.28	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.1M T:  0.04
1059.34/265.28	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
1059.34/265.28	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1059.34/265.28	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1059.34/265.28	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    341 time:  0.00 s
1059.34/265.28	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
1059.74/265.30	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
1059.74/265.34	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1082.92/271.14	c lits-rem:      1853  cl-subs:    12837  v-elim:      0  v-fix:    0  time:  5.80 s
1082.92/271.14	c vivif2 --  cl tried     1482 cl shrink        0 lits rem          0 time: 0.00
1082.92/271.16	c vivif2 --  cl tried    77764 cl shrink        0 lits rem          0 time: 0.01
1083.32/271.25	c asymm  cl-useful: 0/1482/1482 lits-rem:0 time: 0.09
1083.32/271.25	c calculated reachability. Time: 0.00
1083.32/271.25	c  N st    78   1711109       341      1482         0     77764      4502    896517   no data   no data
1412.87/353.77	c  N st    79   2080073       341      1482         0     89989      4502   1039650   no data   no data
1530.72/383.28	c  N st    80   2211110       341      1482         0     93770      4502   1087139   no data   no data
1530.72/383.28	c  S st    80   2211110       341      1482         0     93770      4502   1087139   no data   no data
1532.31/383.61	c  S st    80   2211611       341      1482         0     94269      4502   1096752   no data   no data
1532.31/383.61	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
1532.31/383.65	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.1M T:  0.04
1532.31/383.65	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
1532.31/383.65	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1532.31/383.65	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1532.31/383.65	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    341 time:  0.00 s
1532.31/383.65	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
1532.31/383.67	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
1532.71/383.71	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1547.09/387.31	c lits-rem:       499  cl-subs:    12151  v-elim:      0  v-fix:    0  time:  3.60 s
1547.09/387.31	c vivif2 --  cl tried     1482 cl shrink        0 lits rem          0 time: 0.00
1547.09/387.32	c vivif2 --  cl tried    82118 cl shrink        0 lits rem          0 time: 0.01
1547.50/387.40	c asymm  cl-useful: 0/1482/1482 lits-rem:0 time: 0.08
1547.50/387.40	c calculated reachability. Time: 0.00
1547.50/387.40	c  N st    80   2211611       341      1482         0     82118      4502    913760   no data   no data
2063.20/516.57	c  N st    81   2711611       341      1482         0    105449      4502   1200916   no data   no data
2063.20/516.57	c  S st    81   2711611       341      1482         0    105449      4502   1200916   no data   no data
2064.81/516.93	c  S st    81   2712117       341      1482         2    105951      4502   1210313   no data   no data
2064.81/516.94	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
2064.81/516.99	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.3M T:  0.04
2064.81/516.99	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
2064.81/516.99	c bin-w-bin subsume rem            0 bins  time:  0.00 s
2064.81/516.99	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2064.81/516.99	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    341 time:  0.00 s
2064.81/516.99	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
2065.22/517.01	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
2072.39/518.85	c subs with bin:     5723  lits-rem:      6618  v-fix:    0  time:  1.80 s
2088.37/522.87	c lits-rem:      1039  cl-subs:    14316  v-elim:      0  v-fix:    0  time:  4.02 s
2088.37/522.87	c vivif2 --  cl tried     1482 cl shrink        0 lits rem          0 time: 0.00
2088.37/522.89	c vivif2 --  cl tried    85912 cl shrink        0 lits rem          0 time: 0.02
2088.77/522.97	c asymm  cl-useful: 0/1482/1482 lits-rem:0 time: 0.08
2088.77/522.98	c calculated reachability. Time: 0.00
2088.77/522.98	c  N st    81   2712117       341      1482         2     85912      4502    910809   no data   no data
2570.14/643.46	c Finding binary XORs  T:     0.00 s  found:       0
2586.50/647.53	c Following stats are for *FIRST FINISHED THREAD ONLY*
2586.50/647.53	c num threads              : 4          
2586.50/647.53	c restarts                 : 81         
2586.50/647.53	c dynamic restarts         : 0          
2586.50/647.53	c static restarts          : 81         
2586.50/647.53	c full restarts            : 4          
2586.50/647.53	c total simplify time      : 0.08       
2586.50/647.53	c learnts DL2              : 0          
2586.50/647.53	c learnts size 2           : 51         
2586.50/647.53	c learnts size 1           : 20          (5.71      % of vars)
2586.50/647.53	c filedLit time            : 0.22        (0.03      % time)
2586.50/647.53	c v-elim SatELite          : 9           (2.57      % vars)
2586.50/647.53	c SatELite time            : 22.08       (3.41      % time)
2586.50/647.53	c v-elim xor               : 0           (0.00      % vars)
2586.50/647.53	c xor elim time            : 0.03        (0.00      % time)
2586.50/647.53	c num binary xor trees     : 0          
2586.50/647.53	c binxor trees' crown      : 0           (nan       leafs/tree)
2586.50/647.53	c bin xor find time        : 0.00       
2586.50/647.53	c OTF clause improved      : 133840      (0.04      clauses/conflict)
2586.50/647.53	c OTF impr. size diff      : 145295      (1.09       lits/clause)
2586.50/647.53	c OTF cl watch-shrink      : 912243      (0.29      clauses/conflict)
2586.50/647.53	c OTF cl watch-sh-lit      : 1186042     (1.30       lits/clause)
2586.50/647.53	c tried to recurMin cls    : 308439      (9.73       % of conflicts)
2586.50/647.53	c updated cache            : 7261        (0.02       lits/tried recurMin)
2586.50/647.53	c unit cls recevied        : 0           (0.00      % of units)
2586.50/647.53	c unit cls sent            : 1           (5.00      % of units)
2586.50/647.53	c bin cls recevied         : 4          
2586.50/647.53	c bin cls sent             : 25         
2586.50/647.53	c clauses over max glue    : 0           (0.00      % of all clauses)
2586.50/647.53	c conflicts                : 3169916     (4898.33   / sec)
2586.50/647.53	c decisions                : 3641541     (0.47      % random)
2586.50/647.54	c bogo-props               : 90273871819 (139496100.50 / sec)
2586.50/647.54	c conflict literals        : 53451762    (31.25     % deleted)
2586.50/647.54	c Memory used              : 408.93      MB
2586.50/647.54	c single-thread CPU time   : 647.14      s
2586.50/647.54	c all-threads sum CPU time : 2585.17     s
2586.50/647.54	s UNSATISFIABLE

Verifier Data

No possible verification on an UNSAT instance

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 935)

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

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

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

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


[startup+0 s]
/proc/loadavg: 4.69 5.67 6.86 3/176 25654
/proc/meminfo: memFree=25297436/32951124 swapFree=67051468/67111528
[pid=25654] ppid=25650 vsize=51212 CPUtime=0 cores=1,3,5,7
/proc/25654/stat : 25654 (strangenight2-m) R 25650 25654 25096 0 -1 4202496 408 0 0 0 0 0 0 0 18 0 4 0 521596420 52441088 347 33554432000 4194304 4627427 140737416410720 18446744073709551615 46986493237170 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/25654/statm: 12803 347 299 106 0 7774 0
[pid=25654/tid=25655] ppid=25650 vsize=51212 CPUtime=0 cores=1,3,5,7
/proc/25654/task/25655/stat : 25655 (strangenight2-m) R 25650 25654 25096 0 -1 4202560 0 0 0 0 0 0 0 0 19 0 4 0 521596420 52441088 347 33554432000 4194304 4627427 140737416410720 18446744073709551615 218382754870 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=25654/tid=25657] ppid=25650 vsize=51212 CPUtime=0 cores=1,3,5,7
/proc/25654/task/25657/stat : 25657 (strangenight2-m) R 25650 25654 25096 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 4 0 521596420 52441088 347 33554432000 4194304 4627427 140737416410720 18446744073709551615 46986493237168 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=25654/tid=25659] ppid=25650 vsize=51212 CPUtime=0 cores=1,3,5,7
/proc/25654/task/25659/stat : 25659 (strangenight2-m) R 25650 25654 25096 0 -1 4202560 0 0 0 0 0 0 0 0 20 0 4 0 521596420 52441088 347 33554432000 4194304 4627427 140737416410720 18446744073709551615 218371013617 0 0 4096 2 0 0 0 -1 1 0 0 0

[startup+0.098373 s]
/proc/loadavg: 4.69 5.67 6.86 3/176 25654
/proc/meminfo: memFree=25297436/32951124 swapFree=67051468/67111528
[pid=25654] ppid=25650 vsize=282028 CPUtime=0.36 cores=1,3,5,7
/proc/25654/stat : 25654 (strangenight2-m) R 25650 25654 25096 0 -1 4202496 1442 0 0 0 36 0 0 0 18 0 4 0 521596420 288796672 1348 33554432000 4194304 4627427 140737416410720 18446744073709551615 4309279 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/25654/statm: 70507 1348 384 106 0 65478 0
[pid=25654/tid=25655] ppid=25650 vsize=282028 CPUtime=0.08 cores=1,3,5,7
/proc/25654/task/25655/stat : 25655 (strangenight2-m) R 25650 25654 25096 0 -1 4202560 277 0 0 0 8 0 0 0 18 0 4 0 521596420 288796672 1348 33554432000 4194304 4627427 140737416410720 18446744073709551615 4309347 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=25654/tid=25657] ppid=25650 vsize=282028 CPUtime=0.09 cores=1,3,5,7
/proc/25654/task/25657/stat : 25657 (strangenight2-m) R 25650 25654 25096 0 -1 4202560 263 0 0 0 9 0 0 0 18 0 4 0 521596420 288796672 1348 33554432000 4194304 4627427 140737416410720 18446744073709551615 4308359 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=25654/tid=25659] ppid=25650 vsize=282028 CPUtime=0.08 cores=1,3,5,7
/proc/25654/task/25659/stat : 25659 (strangenight2-m) R 25650 25654 25096 0 -1 4202560 199 0 0 0 8 0 0 0 21 0 4 0 521596420 288796672 1348 33554432000 4194304 4627427 140737416410720 18446744073709551615 4310378 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 0.36
Current children cumulated vsize (KiB) 282028

[startup+0.100373 s]
/proc/loadavg: 4.69 5.67 6.86 3/176 25654
/proc/meminfo: memFree=25297436/32951124 swapFree=67051468/67111528
[pid=25654] ppid=25650 vsize=282028 CPUtime=0.37 cores=1,3,5,7
/proc/25654/stat : 25654 (strangenight2-m) R 25650 25654 25096 0 -1 4202496 1457 0 0 0 37 0 0 0 18 0 4 0 521596420 288796672 1363 33554432000 4194304 4627427 140737416410720 18446744073709551615 4310392 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/25654/statm: 70507 1363 384 106 0 65478 0
[pid=25654/tid=25655] ppid=25650 vsize=282028 CPUtime=0.09 cores=1,3,5,7
/proc/25654/task/25655/stat : 25655 (strangenight2-m) R 25650 25654 25096 0 -1 4202560 279 0 0 0 9 0 0 0 18 0 4 0 521596420 288796672 1363 33554432000 4194304 4627427 140737416410720 18446744073709551615 4309572 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=25654/tid=25657] ppid=25650 vsize=282028 CPUtime=0.09 cores=1,3,5,7
/proc/25654/task/25657/stat : 25657 (strangenight2-m) R 25650 25654 25096 0 -1 4202560 265 0 0 0 9 0 0 0 18 0 4 0 521596420 288796672 1371 33554432000 4194304 4627427 140737416410720 18446744073709551615 4309056 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=25654/tid=25659] ppid=25650 vsize=282028 CPUtime=0.09 cores=1,3,5,7
/proc/25654/task/25659/stat : 25659 (strangenight2-m) R 25650 25654 25096 0 -1 4202560 201 0 0 0 9 0 0 0 21 0 4 0 521596420 288796672 1371 33554432000 4194304 4627427 140737416410720 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 0.37
Current children cumulated vsize (KiB) 282028

[startup+0.300337 s]
/proc/loadavg: 4.69 5.67 6.86 3/176 25654
/proc/meminfo: memFree=25297436/32951124 swapFree=67051468/67111528
[pid=25654] ppid=25650 vsize=283072 CPUtime=1.17 cores=1,3,5,7
/proc/25654/stat : 25654 (strangenight2-m) R 25650 25654 25096 0 -1 4202496 2348 0 0 0 117 0 0 0 18 0 4 0 521596420 289865728 1838 33554432000 4194304 4627427 140737416410720 18446744073709551615 4309902 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/25654/statm: 70768 1838 385 106 0 65739 0
[pid=25654/tid=25655] ppid=25650 vsize=283072 CPUtime=0.29 cores=1,3,5,7
/proc/25654/task/25655/stat : 25655 (strangenight2-m) R 25650 25654 25096 0 -1 4202560 512 0 0 0 29 0 0 0 18 0 4 0 521596420 289865728 1838 33554432000 4194304 4627427 140737416410720 18446744073709551615 4309594 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=25654/tid=25657] ppid=25650 vsize=283072 CPUtime=0.29 cores=1,3,5,7
/proc/25654/task/25657/stat : 25657 (strangenight2-m) R 25650 25654 25096 0 -1 4202560 483 0 0 0 29 0 0 0 18 0 4 0 521596420 289865728 1838 33554432000 4194304 4627427 140737416410720 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=25654/tid=25659] ppid=25650 vsize=283072 CPUtime=0.28 cores=1,3,5,7
/proc/25654/task/25659/stat : 25659 (strangenight2-m) R 25650 25654 25096 0 -1 4202560 427 0 0 0 28 0 0 0 21 0 4 0 521596420 289865728 1838 33554432000 4194304 4627427 140737416410720 18446744073709551615 4309079 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 1.17
Current children cumulated vsize (KiB) 283072

[startup+0.700267 s]
/proc/loadavg: 4.69 5.67 6.86 3/176 25654
/proc/meminfo: memFree=25297436/32951124 swapFree=67051468/67111528
[pid=25654] ppid=25650 vsize=284296 CPUtime=2.77 cores=1,3,5,7
/proc/25654/stat : 25654 (strangenight2-m) R 25650 25654 25096 0 -1 4202496 4078 0 0 0 277 0 0 0 18 0 4 0 521596420 291119104 2086 33554432000 4194304 4627427 140737416410720 18446744073709551615 4330984 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/25654/statm: 71074 2086 385 106 0 66045 0
[pid=25654/tid=25655] ppid=25650 vsize=284296 CPUtime=0.69 cores=1,3,5,7
/proc/25654/task/25655/stat : 25655 (strangenight2-m) R 25650 25654 25096 0 -1 4202560 926 0 0 0 69 0 0 0 18 0 4 0 521596420 291119104 2086 33554432000 4194304 4627427 140737416410720 18446744073709551615 4308715 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=25654/tid=25657] ppid=25650 vsize=284296 CPUtime=0.69 cores=1,3,5,7
/proc/25654/task/25657/stat : 25657 (strangenight2-m) R 25650 25654 25096 0 -1 4202560 911 0 0 0 69 0 0 0 18 0 4 0 521596420 291119104 2086 33554432000 4194304 4627427 140737416410720 18446744073709551615 4308282 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=25654/tid=25659] ppid=25650 vsize=284296 CPUtime=0.68 cores=1,3,5,7
/proc/25654/task/25659/stat : 25659 (strangenight2-m) R 25650 25654 25096 0 -1 4202560 891 0 0 0 68 0 0 0 22 0 4 0 521596420 291119104 2086 33554432000 4194304 4627427 140737416410720 18446744073709551615 4309065 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 2.77
Current children cumulated vsize (KiB) 284296

[startup+1.50112 s]
/proc/loadavg: 4.69 5.67 6.86 10/184 25662
/proc/meminfo: memFree=25275384/32951124 swapFree=67051468/67111528
[pid=25654] ppid=25650 vsize=284928 CPUtime=5.97 cores=1,3,5,7
/proc/25654/stat : 25654 (strangenight2-m) R 25650 25654 25096 0 -1 4202496 7531 0 0 0 596 1 0 0 20 0 4 0 521596420 291766272 3487 33554432000 4194304 4627427 140737416410720 18446744073709551615 4310097 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/25654/statm: 71232 3487 389 106 0 66203 0
[pid=25654/tid=25655] ppid=25650 vsize=284928 CPUtime=1.48 cores=1,3,5,7
/proc/25654/task/25655/stat : 25655 (strangenight2-m) R 25650 25654 25096 0 -1 4202560 1545 0 0 0 148 0 0 0 20 0 4 0 521596420 291766272 3487 33554432000 4194304 4627427 140737416410720 18446744073709551615 4309594 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=25654/tid=25657] ppid=25650 vsize=284928 CPUtime=1.49 cores=1,3,5,7
/proc/25654/task/25657/stat : 25657 (strangenight2-m) R 25650 25654 25096 0 -1 4202560 1551 0 0 0 149 0 0 0 20 0 4 0 521596420 291766272 3487 33554432000 4194304 4627427 140737416410720 18446744073709551615 4308326 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=25654/tid=25659] ppid=25650 vsize=284928 CPUtime=1.48 cores=1,3,5,7
/proc/25654/task/25659/stat : 25659 (strangenight2-m) R 25650 25654 25096 0 -1 4202560 1524 0 0 0 148 0 0 0 25 0 4 0 521596420 291766272 3487 33554432000 4194304 4627427 140737416410720 18446744073709551615 4308268 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 5.97
Current children cumulated vsize (KiB) 284928

[startup+3.10084 s]
/proc/loadavg: 4.95 5.71 6.86 10/184 25662
/proc/meminfo: memFree=25235332/32951124 swapFree=67051468/67111528
[pid=25654] ppid=25650 vsize=293816 CPUtime=12.36 cores=1,3,5,7
/proc/25654/stat : 25654 (strangenight2-m) R 25650 25654 25096 0 -1 4202496 15359 0 0 0 1234 2 0 0 25 0 4 0 521596420 300867584 8351 33554432000 4194304 4627427 140737416410720 18446744073709551615 4338556 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/25654/statm: 73454 8351 389 106 0 68425 0
[pid=25654/tid=25655] ppid=25650 vsize=293816 CPUtime=3.08 cores=1,3,5,7
/proc/25654/task/25655/stat : 25655 (strangenight2-m) R 25650 25654 25096 0 -1 4202560 3328 0 0 0 308 0 0 0 25 0 4 0 521596420 300867584 8351 33554432000 4194304 4627427 140737416410720 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=25654/tid=25657] ppid=25650 vsize=293816 CPUtime=3.09 cores=1,3,5,7
/proc/25654/task/25657/stat : 25657 (strangenight2-m) R 25650 25654 25096 0 -1 4202560 3963 0 0 0 309 0 0 0 25 0 4 0 521596420 300867584 8351 33554432000 4194304 4627427 140737416410720 18446744073709551615 4333279 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=25654/tid=25659] ppid=25650 vsize=293816 CPUtime=3.07 cores=1,3,5,7
/proc/25654/task/25659/stat : 25659 (strangenight2-m) R 25650 25654 25096 0 -1 4202560 3434 0 0 0 307 0 0 0 25 0 4 0 521596420 300867584 8351 33554432000 4194304 4627427 140737416410720 18446744073709551615 4327427 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 12.36
Current children cumulated vsize (KiB) 293816

[startup+6.30027 s]
/proc/loadavg: 4.95 5.71 6.86 10/184 25662
/proc/meminfo: memFree=25198536/32951124 swapFree=67051468/67111528
[pid=25654] ppid=25650 vsize=289820 CPUtime=25.14 cores=1,3,5,7
/proc/25654/stat : 25654 (strangenight2-m) R 25650 25654 25096 0 -1 4202496 23919 0 0 0 2510 4 0 0 25 0 4 0 521596420 296775680 11014 33554432000 4194304 4627427 140737416410720 18446744073709551615 4327570 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/25654/statm: 72455 11014 389 106 0 67426 0
[pid=25654/tid=25655] ppid=25650 vsize=289820 CPUtime=6.28 cores=1,3,5,7
/proc/25654/task/25655/stat : 25655 (strangenight2-m) R 25650 25654 25096 0 -1 4202560 5728 0 0 0 628 0 0 0 25 0 4 0 521596420 296775680 11014 33554432000 4194304 4627427 140737416410720 18446744073709551615 4308291 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=25654/tid=25657] ppid=25650 vsize=289820 CPUtime=6.28 cores=1,3,5,7
/proc/25654/task/25657/stat : 25657 (strangenight2-m) R 25650 25654 25096 0 -1 4202560 6475 0 0 0 628 0 0 0 25 0 4 0 521596420 296775680 11014 33554432000 4194304 4627427 140737416410720 18446744073709551615 4309279 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=25654/tid=25659] ppid=25650 vsize=289820 CPUtime=6.26 cores=1,3,5,7
/proc/25654/task/25659/stat : 25659 (strangenight2-m) R 25650 25654 25096 0 -1 4202560 4907 0 0 0 625 1 0 0 25 0 4 0 521596420 296775680 11014 33554432000 4194304 4627427 140737416410720 18446744073709551615 4333037 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 25.14
Current children cumulated vsize (KiB) 289820

[startup+12.7011 s]
/proc/loadavg: 5.50 5.80 6.88 10/184 25663
/proc/meminfo: memFree=25154164/32951124 swapFree=67051468/67111528
[pid=25654] ppid=25650 vsize=305852 CPUtime=50.71 cores=1,3,5,7
/proc/25654/stat : 25654 (strangenight2-m) R 25650 25654 25096 0 -1 4202496 35688 0 0 0 5065 6 0 0 25 0 4 0 521596420 313192448 15303 33554432000 4194304 4627427 140737416410720 18446744073709551615 4309077 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/25654/statm: 76463 15303 389 106 0 71434 0
[pid=25654/tid=25655] ppid=25650 vsize=305852 CPUtime=12.69 cores=1,3,5,7
/proc/25654/task/25655/stat : 25655 (strangenight2-m) R 25650 25654 25096 0 -1 4202560 8622 0 0 0 1268 1 0 0 25 0 4 0 521596420 313192448 15303 33554432000 4194304 4627427 140737416410720 18446744073709551615 4308416 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=25654/tid=25657] ppid=25650 vsize=305852 CPUtime=12.69 cores=1,3,5,7
/proc/25654/task/25657/stat : 25657 (strangenight2-m) R 25650 25654 25096 0 -1 4202560 8919 0 0 0 1268 1 0 0 25 0 4 0 521596420 313192448 15303 33554432000 4194304 4627427 140737416410720 18446744073709551615 4309079 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=25654/tid=25659] ppid=25650 vsize=305852 CPUtime=12.62 cores=1,3,5,7
/proc/25654/task/25659/stat : 25659 (strangenight2-m) R 25650 25654 25096 0 -1 4202560 8140 0 0 0 1261 1 0 0 25 0 4 0 521596420 313192448 15303 33554432000 4194304 4627427 140737416410720 18446744073709551615 4309247 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 50.71
Current children cumulated vsize (KiB) 305852

[startup+25.5009 s]
/proc/loadavg: 5.88 5.87 6.89 10/184 25663
/proc/meminfo: memFree=25095684/32951124 swapFree=67051468/67111528
[pid=25654] ppid=25650 vsize=312156 CPUtime=101.84 cores=1,3,5,7
/proc/25654/stat : 25654 (strangenight2-m) R 25650 25654 25096 0 -1 4202496 55032 0 0 0 10173 11 0 0 25 0 4 0 521596420 319647744 18568 33554432000 4194304 4627427 140737416410720 18446744073709551615 4309312 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/25654/statm: 78039 18568 389 106 0 73010 0
[pid=25654/tid=25655] ppid=25650 vsize=312156 CPUtime=25.48 cores=1,3,5,7
/proc/25654/task/25655/stat : 25655 (strangenight2-m) R 25650 25654 25096 0 -1 4202560 13994 0 0 0 2546 2 0 0 25 0 4 0 521596420 319647744 18568 33554432000 4194304 4627427 140737416410720 18446744073709551615 4309266 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=25654/tid=25657] ppid=25650 vsize=312156 CPUtime=25.49 cores=1,3,5,7
/proc/25654/task/25657/stat : 25657 (strangenight2-m) R 25650 25654 25096 0 -1 4202560 14140 0 0 0 2547 2 0 0 25 0 4 0 521596420 319647744 18568 33554432000 4194304 4627427 140737416410720 18446744073709551615 4308323 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=25654/tid=25659] ppid=25650 vsize=312156 CPUtime=25.35 cores=1,3,5,7
/proc/25654/task/25659/stat : 25659 (strangenight2-m) R 25650 25654 25096 0 -1 4202560 12243 0 0 0 2532 3 0 0 25 0 4 0 521596420 319647744 18568 33554432000 4194304 4627427 140737416410720 18446744073709551615 4309300 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 101.84
Current children cumulated vsize (KiB) 312156

[startup+51.1003 s]
/proc/loadavg: 6.60 6.04 6.92 10/184 25663
/proc/meminfo: memFree=25043184/32951124 swapFree=67051468/67111528
[pid=25654] ppid=25650 vsize=307672 CPUtime=204.1 cores=1,3,5,7
/proc/25654/stat : 25654 (strangenight2-m) R 25650 25654 25096 0 -1 4202496 83713 0 0 0 20391 19 0 0 25 0 4 0 521596420 315056128 21541 33554432000 4194304 4627427 140737416410720 18446744073709551615 4308399 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/25654/statm: 76918 21541 389 106 0 71889 0
[pid=25654/tid=25655] ppid=25650 vsize=307672 CPUtime=51.08 cores=1,3,5,7
/proc/25654/task/25655/stat : 25655 (strangenight2-m) R 25650 25654 25096 0 -1 4202560 21249 0 0 0 5104 4 0 0 25 0 4 0 521596420 315056128 21541 33554432000 4194304 4627427 140737416410720 18446744073709551615 4308362 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=25654/tid=25657] ppid=25650 vsize=307672 CPUtime=51.09 cores=1,3,5,7
/proc/25654/task/25657/stat : 25657 (strangenight2-m) R 25650 25654 25096 0 -1 4202560 21528 0 0 0 5105 4 0 0 25 0 4 0 521596420 315056128 21541 33554432000 4194304 4627427 140737416410720 18446744073709551615 4309315 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=25654/tid=25659] ppid=25650 vsize=307672 CPUtime=50.82 cores=1,3,5,7
/proc/25654/task/25659/stat : 25659 (strangenight2-m) R 25650 25654 25096 0 -1 4202560 19376 0 0 0 5077 5 0 0 25 0 4 0 521596420 315056128 21541 33554432000 4194304 4627427 140737416410720 18446744073709551615 4309100 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 204.1
Current children cumulated vsize (KiB) 307672

[startup+102.307 s]
/proc/loadavg: 7.49 6.38 6.99 9/184 25665
/proc/meminfo: memFree=24974788/32951124 swapFree=67051468/67111528
[pid=25654] ppid=25650 vsize=320600 CPUtime=408.65 cores=1,3,5,7
/proc/25654/stat : 25654 (strangenight2-m) R 25650 25654 25096 0 -1 4202496 129050 0 0 0 40831 34 0 0 25 0 4 0 521596420 328294400 29890 33554432000 4194304 4627427 140737416410720 18446744073709551615 4309145 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/25654/statm: 80150 29890 389 106 0 75121 0
[pid=25654/tid=25655] ppid=25650 vsize=320600 CPUtime=102.29 cores=1,3,5,7
/proc/25654/task/25655/stat : 25655 (strangenight2-m) R 25650 25654 25096 0 -1 4202560 31091 0 0 0 10222 7 0 0 25 0 4 0 521596420 328294400 29890 33554432000 4194304 4627427 140737416410720 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=25654/tid=25657] ppid=25650 vsize=320600 CPUtime=102.29 cores=1,3,5,7
/proc/25654/task/25657/stat : 25657 (strangenight2-m) R 25650 25654 25096 0 -1 4202560 33167 0 0 0 10221 8 0 0 25 0 4 0 521596420 328294400 29890 33554432000 4194304 4627427 140737416410720 18446744073709551615 4427854 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=25654/tid=25659] ppid=25650 vsize=320600 CPUtime=101.74 cores=1,3,5,7
/proc/25654/task/25659/stat : 25659 (strangenight2-m) R 25650 25654 25096 0 -1 4202560 30712 0 0 0 10166 8 0 0 25 0 4 0 521596420 328294400 29890 33554432000 4194304 4627427 140737416410720 18446744073709551615 4309396 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 408.65
Current children cumulated vsize (KiB) 320600

[startup+162.3 s]

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

/proc/25654/task/25659/stat : 25659 (strangenight2-m) R 25650 25654 25096 0 -1 4202560 59392 0 0 0 28060 17 0 0 25 0 4 0 521596420 388608000 51953 33554432000 4194304 4627427 140737416410720 18446744073709551615 4309079 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 1127.66
Current children cumulated vsize (KiB) 379500

[startup+342.3 s]
/proc/loadavg: 8.26 7.41 7.26 10/184 25683
/proc/meminfo: memFree=24768496/32951124 swapFree=67051468/67111528
[pid=25654] ppid=25650 vsize=376052 CPUtime=1367.33 cores=1,3,5,7
/proc/25654/stat : 25654 (strangenight2-m) R 25650 25654 25096 0 -1 4202496 278912 0 0 0 136644 89 0 0 25 0 4 0 521596420 385077248 52052 33554432000 4194304 4627427 140737416410720 18446744073709551615 4309225 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/25654/statm: 94013 52052 389 106 0 88984 0
[pid=25654/tid=25655] ppid=25650 vsize=376052 CPUtime=342.29 cores=1,3,5,7
/proc/25654/task/25655/stat : 25655 (strangenight2-m) R 25650 25654 25096 0 -1 4202560 66905 0 0 0 34208 21 0 0 25 0 4 0 521596420 385077248 52052 33554432000 4194304 4627427 140737416410720 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=25654/tid=25657] ppid=25650 vsize=376052 CPUtime=342.29 cores=1,3,5,7
/proc/25654/task/25657/stat : 25657 (strangenight2-m) R 25650 25654 25096 0 -1 4202560 70958 0 0 0 34207 22 0 0 25 0 4 0 521596420 385077248 52052 33554432000 4194304 4627427 140737416410720 18446744073709551615 4309095 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=25654/tid=25659] ppid=25650 vsize=376052 CPUtime=340.44 cores=1,3,5,7
/proc/25654/task/25659/stat : 25659 (strangenight2-m) R 25650 25654 25096 0 -1 4202560 68044 0 0 0 34024 20 0 0 25 0 4 0 521596420 385077248 52052 33554432000 4194304 4627427 140737416410720 18446744073709551615 4332626 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 1367.33
Current children cumulated vsize (KiB) 376052

[startup+402.301 s]
/proc/loadavg: 8.20 7.53 7.31 10/184 25685
/proc/meminfo: memFree=24723592/32951124 swapFree=67051468/67111528
[pid=25654] ppid=25650 vsize=389756 CPUtime=1607.02 cores=1,3,5,7
/proc/25654/stat : 25654 (strangenight2-m) R 25650 25654 25096 0 -1 4202496 313176 0 0 0 160600 102 0 0 25 0 4 0 521596420 399110144 56687 33554432000 4194304 4627427 140737416410720 18446744073709551615 4309164 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/25654/statm: 97439 56687 389 106 0 92410 0
[pid=25654/tid=25655] ppid=25650 vsize=389756 CPUtime=402.28 cores=1,3,5,7
/proc/25654/task/25655/stat : 25655 (strangenight2-m) R 25650 25654 25096 0 -1 4202560 75839 0 0 0 40203 25 0 0 25 0 4 0 521596420 399110144 56687 33554432000 4194304 4627427 140737416410720 18446744073709551615 4420232 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=25654/tid=25657] ppid=25650 vsize=389756 CPUtime=402.3 cores=1,3,5,7
/proc/25654/task/25657/stat : 25657 (strangenight2-m) R 25650 25654 25096 0 -1 4202560 78449 0 0 0 40204 26 0 0 25 0 4 0 521596420 399110144 56687 33554432000 4194304 4627427 140737416410720 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=25654/tid=25659] ppid=25650 vsize=389756 CPUtime=400.12 cores=1,3,5,7
/proc/25654/task/25659/stat : 25659 (strangenight2-m) R 25650 25654 25096 0 -1 4202560 76018 0 0 0 39989 23 0 0 25 0 4 0 521596420 399110144 56687 33554432000 4194304 4627427 140737416410720 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 1607.02
Current children cumulated vsize (KiB) 389756

[startup+462.301 s]
/proc/loadavg: 8.23 7.67 7.37 10/184 25687
/proc/meminfo: memFree=24674332/32951124 swapFree=67051468/67111528
[pid=25654] ppid=25650 vsize=390344 CPUtime=1846.7 cores=1,3,5,7
/proc/25654/stat : 25654 (strangenight2-m) R 25650 25654 25096 0 -1 4202496 339615 0 0 0 184555 115 0 0 25 0 4 0 521596420 399712256 58627 33554432000 4194304 4627427 140737416410720 18446744073709551615 4309145 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/25654/statm: 97586 58627 389 106 0 92557 0
[pid=25654/tid=25655] ppid=25650 vsize=390344 CPUtime=462.28 cores=1,3,5,7
/proc/25654/task/25655/stat : 25655 (strangenight2-m) R 25650 25654 25096 0 -1 4202560 82350 0 0 0 46200 28 0 0 25 0 4 0 521596420 399712256 58627 33554432000 4194304 4627427 140737416410720 18446744073709551615 4330946 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=25654/tid=25657] ppid=25650 vsize=390344 CPUtime=462.3 cores=1,3,5,7
/proc/25654/task/25657/stat : 25657 (strangenight2-m) R 25650 25654 25096 0 -1 4202560 85220 0 0 0 46201 29 0 0 25 0 4 0 521596420 399712256 58627 33554432000 4194304 4627427 140737416410720 18446744073709551615 4309347 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=25654/tid=25659] ppid=25650 vsize=390344 CPUtime=459.79 cores=1,3,5,7
/proc/25654/task/25659/stat : 25659 (strangenight2-m) R 25650 25654 25096 0 -1 4202560 82377 0 0 0 45953 26 0 0 25 0 4 0 521596420 399712256 58627 33554432000 4194304 4627427 140737416410720 18446744073709551615 4324192 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 1846.7
Current children cumulated vsize (KiB) 390344

[startup+522.3 s]
/proc/loadavg: 8.22 7.75 7.41 10/184 25688
/proc/meminfo: memFree=24671332/32951124 swapFree=67051468/67111528
[pid=25654] ppid=25650 vsize=391056 CPUtime=2086.38 cores=1,3,5,7
/proc/25654/stat : 25654 (strangenight2-m) R 25650 25654 25096 0 -1 4202496 370464 0 0 0 208512 126 0 0 25 0 4 0 521596420 400441344 60812 33554432000 4194304 4627427 140737416410720 18446744073709551615 4420268 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/25654/statm: 97764 60812 389 106 0 92735 0
[pid=25654/tid=25655] ppid=25650 vsize=391056 CPUtime=522.29 cores=1,3,5,7
/proc/25654/task/25655/stat : 25655 (strangenight2-m) R 25650 25654 25096 0 -1 4202560 89942 0 0 0 52197 32 0 0 25 0 4 0 521596420 400441344 60812 33554432000 4194304 4627427 140737416410720 18446744073709551615 4322480 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=25654/tid=25657] ppid=25650 vsize=391056 CPUtime=522.3 cores=1,3,5,7
/proc/25654/task/25657/stat : 25657 (strangenight2-m) R 25650 25654 25096 0 -1 4202560 92216 0 0 0 52199 31 0 0 25 0 4 0 521596420 400441344 60812 33554432000 4194304 4627427 140737416410720 18446744073709551615 4309253 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=25654/tid=25659] ppid=25650 vsize=391056 CPUtime=519.47 cores=1,3,5,7
/proc/25654/task/25659/stat : 25659 (strangenight2-m) R 25650 25654 25096 0 -1 4202560 89880 0 0 0 51918 29 0 0 25 0 4 0 521596420 400441344 60812 33554432000 4194304 4627427 140737416410720 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 2086.38
Current children cumulated vsize (KiB) 391056

[startup+582.301 s]
/proc/loadavg: 8.19 7.83 7.46 10/184 25690
/proc/meminfo: memFree=24628764/32951124 swapFree=67051468/67111528
[pid=25654] ppid=25650 vsize=447964 CPUtime=2326.05 cores=1,3,5,7
/proc/25654/stat : 25654 (strangenight2-m) R 25650 25654 25096 0 -1 4202496 397175 0 0 0 232467 138 0 0 25 0 4 0 521596420 458715136 65703 33554432000 4194304 4627427 140737416410720 18446744073709551615 4309098 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/25654/statm: 111991 65703 389 106 0 106962 0
[pid=25654/tid=25655] ppid=25650 vsize=447964 CPUtime=582.28 cores=1,3,5,7
/proc/25654/task/25655/stat : 25655 (strangenight2-m) R 25650 25654 25096 0 -1 4202560 97375 0 0 0 58192 36 0 0 25 0 4 0 521596420 458715136 65703 33554432000 4194304 4627427 140737416410720 18446744073709551615 4309079 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=25654/tid=25657] ppid=25650 vsize=447964 CPUtime=582.3 cores=1,3,5,7
/proc/25654/task/25657/stat : 25657 (strangenight2-m) R 25650 25654 25096 0 -1 4202560 99467 0 0 0 58195 35 0 0 25 0 4 0 521596420 458715136 65703 33554432000 4194304 4627427 140737416410720 18446744073709551615 4309279 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=25654/tid=25659] ppid=25650 vsize=447964 CPUtime=579.14 cores=1,3,5,7
/proc/25654/task/25659/stat : 25659 (strangenight2-m) R 25650 25654 25096 0 -1 4202560 94602 0 0 0 57883 31 0 0 25 0 4 0 521596420 458715136 65703 33554432000 4194304 4627427 140737416410720 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 2326.05
Current children cumulated vsize (KiB) 447964

[startup+642.301 s]
/proc/loadavg: 8.20 7.89 7.50 10/184 25691
/proc/meminfo: memFree=24608752/32951124 swapFree=67051468/67111528
[pid=25654] ppid=25650 vsize=418740 CPUtime=2565.75 cores=1,3,5,7
/proc/25654/stat : 25654 (strangenight2-m) R 25650 25654 25096 0 -1 4202496 418521 0 0 0 256427 148 0 0 25 0 4 0 521596420 428789760 66360 33554432000 4194304 4627427 140737416410720 18446744073709551615 4309065 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/25654/statm: 104685 66360 389 106 0 99656 0
[pid=25654/tid=25655] ppid=25650 vsize=418740 CPUtime=642.3 cores=1,3,5,7
/proc/25654/task/25655/stat : 25655 (strangenight2-m) R 25650 25654 25096 0 -1 4202560 103945 0 0 0 64191 39 0 0 25 0 4 0 521596420 428789760 66360 33554432000 4194304 4627427 140737416410720 18446744073709551615 4309350 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=25654/tid=25657] ppid=25650 vsize=418740 CPUtime=642.31 cores=1,3,5,7
/proc/25654/task/25657/stat : 25657 (strangenight2-m) R 25650 25654 25096 0 -1 4202560 105784 0 0 0 64193 38 0 0 25 0 4 0 521596420 428789760 66360 33554432000 4194304 4627427 140737416410720 18446744073709551615 4309098 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=25654/tid=25659] ppid=25650 vsize=418740 CPUtime=638.82 cores=1,3,5,7
/proc/25654/task/25659/stat : 25659 (strangenight2-m) R 25650 25654 25096 0 -1 4202560 98812 0 0 0 63849 33 0 0 25 0 4 0 521596420 428789760 66360 33554432000 4194304 4627427 140737416410720 18446744073709551615 4309396 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 2565.75
Current children cumulated vsize (KiB) 418740

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

[startup+643.101 s]
/proc/loadavg: 8.20 7.89 7.50 10/184 25691
/proc/meminfo: memFree=24608752/32951124 swapFree=67051468/67111528
[pid=25654] ppid=25650 vsize=418740 CPUtime=2568.92 cores=1,3,5,7
/proc/25654/stat : 25654 (strangenight2-m) R 25650 25654 25096 0 -1 4202496 418693 0 0 0 256744 148 0 0 25 0 4 0 521596420 428789760 66532 33554432000 4194304 4627427 140737416410720 18446744073709551615 4308326 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/25654/statm: 104685 66532 389 106 0 99656 0
[pid=25654/tid=25655] ppid=25650 vsize=418740 CPUtime=643.09 cores=1,3,5,7
/proc/25654/task/25655/stat : 25655 (strangenight2-m) R 25650 25654 25096 0 -1 4202560 104001 0 0 0 64270 39 0 0 25 0 4 0 521596420 428789760 66532 33554432000 4194304 4627427 140737416410720 18446744073709551615 4309347 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=25654/tid=25657] ppid=25650 vsize=418740 CPUtime=643.1 cores=1,3,5,7
/proc/25654/task/25657/stat : 25657 (strangenight2-m) R 25650 25654 25096 0 -1 4202560 105817 0 0 0 64272 38 0 0 25 0 4 0 521596420 428789760 66532 33554432000 4194304 4627427 140737416410720 18446744073709551615 4299605 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=25654/tid=25659] ppid=25650 vsize=418740 CPUtime=639.61 cores=1,3,5,7
/proc/25654/task/25659/stat : 25659 (strangenight2-m) R 25650 25654 25096 0 -1 4202560 98844 0 0 0 63928 33 0 0 25 0 4 0 521596420 428789760 66532 33554432000 4194304 4627427 140737416410720 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 2568.92
Current children cumulated vsize (KiB) 418740

[startup+644.701 s]
/proc/loadavg: 8.20 7.89 7.50 10/184 25691
/proc/meminfo: memFree=24607016/32951124 swapFree=67051468/67111528
[pid=25654] ppid=25650 vsize=418740 CPUtime=2575.32 cores=1,3,5,7
/proc/25654/stat : 25654 (strangenight2-m) R 25650 25654 25096 0 -1 4202496 419034 0 0 0 257383 149 0 0 25 0 4 0 521596420 428789760 66873 33554432000 4194304 4627427 140737416410720 18446744073709551615 4309109 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/25654/statm: 104685 66873 389 106 0 99656 0
[pid=25654/tid=25655] ppid=25650 vsize=418740 CPUtime=644.69 cores=1,3,5,7
/proc/25654/task/25655/stat : 25655 (strangenight2-m) R 25650 25654 25096 0 -1 4202560 104135 0 0 0 64430 39 0 0 25 0 4 0 521596420 428789760 66873 33554432000 4194304 4627427 140737416410720 18446744073709551615 4309098 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=25654/tid=25657] ppid=25650 vsize=418740 CPUtime=644.7 cores=1,3,5,7
/proc/25654/task/25657/stat : 25657 (strangenight2-m) R 25650 25654 25096 0 -1 4202560 105893 0 0 0 64432 38 0 0 25 0 4 0 521596420 428789760 66873 33554432000 4194304 4627427 140737416410720 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=25654/tid=25659] ppid=25650 vsize=418740 CPUtime=641.2 cores=1,3,5,7
/proc/25654/task/25659/stat : 25659 (strangenight2-m) R 25650 25654 25096 0 -1 4202560 98851 0 0 0 64087 33 0 0 25 0 4 0 521596420 428789760 66873 33554432000 4194304 4627427 140737416410720 18446744073709551615 4309195 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 2575.32
Current children cumulated vsize (KiB) 418740

[startup+646.301 s]
/proc/loadavg: 8.20 7.89 7.50 10/184 25691
/proc/meminfo: memFree=24605652/32951124 swapFree=67051468/67111528
[pid=25654] ppid=25650 vsize=418740 CPUtime=2581.71 cores=1,3,5,7
/proc/25654/stat : 25654 (strangenight2-m) R 25650 25654 25096 0 -1 4202496 419355 0 0 0 258022 149 0 0 25 0 4 0 521596420 428789760 67194 33554432000 4194304 4627427 140737416410720 18446744073709551615 4309145 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/25654/statm: 104685 67194 389 106 0 99656 0
[pid=25654/tid=25655] ppid=25650 vsize=418740 CPUtime=646.29 cores=1,3,5,7
/proc/25654/task/25655/stat : 25655 (strangenight2-m) R 25650 25654 25096 0 -1 4202560 104237 0 0 0 64590 39 0 0 25 0 4 0 521596420 428789760 67194 33554432000 4194304 4627427 140737416410720 18446744073709551615 4309065 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=25654/tid=25657] ppid=25650 vsize=418740 CPUtime=646.3 cores=1,3,5,7
/proc/25654/task/25657/stat : 25657 (strangenight2-m) R 25650 25654 25096 0 -1 4202560 105977 0 0 0 64592 38 0 0 25 0 4 0 521596420 428789760 67194 33554432000 4194304 4627427 140737416410720 18446744073709551615 4309056 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=25654/tid=25659] ppid=25650 vsize=418740 CPUtime=642.8 cores=1,3,5,7
/proc/25654/task/25659/stat : 25659 (strangenight2-m) R 25650 25654 25096 0 -1 4202560 98851 0 0 0 64247 33 0 0 25 0 4 0 521596420 428789760 67194 33554432000 4194304 4627427 140737416410720 18446744073709551615 4308593 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 2581.71
Current children cumulated vsize (KiB) 418740

[startup+647.101 s]
/proc/loadavg: 8.19 7.89 7.50 10/184 25691
/proc/meminfo: memFree=24603916/32951124 swapFree=67051468/67111528
[pid=25654] ppid=25650 vsize=418740 CPUtime=2584.9 cores=1,3,5,7
/proc/25654/stat : 25654 (strangenight2-m) R 25650 25654 25096 0 -1 4202496 419488 0 0 0 258341 149 0 0 25 0 4 0 521596420 428789760 67327 33554432000 4194304 4627427 140737416410720 18446744073709551615 4309228 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/25654/statm: 104685 67327 389 106 0 99656 0
[pid=25654/tid=25655] ppid=25650 vsize=418740 CPUtime=647.09 cores=1,3,5,7
/proc/25654/task/25655/stat : 25655 (strangenight2-m) R 25650 25654 25096 0 -1 4202560 104277 0 0 0 64670 39 0 0 25 0 4 0 521596420 428789760 67327 33554432000 4194304 4627427 140737416410720 18446744073709551615 4309347 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=25654/tid=25657] ppid=25650 vsize=418740 CPUtime=647.1 cores=1,3,5,7
/proc/25654/task/25657/stat : 25657 (strangenight2-m) R 25650 25654 25096 0 -1 4202560 106013 0 0 0 64672 38 0 0 25 0 4 0 521596420 428789760 67327 33554432000 4194304 4627427 140737416410720 18446744073709551615 4309077 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=25654/tid=25659] ppid=25650 vsize=418740 CPUtime=643.59 cores=1,3,5,7
/proc/25654/task/25659/stat : 25659 (strangenight2-m) R 25650 25654 25096 0 -1 4202560 98851 0 0 0 64326 33 0 0 25 0 4 0 521596420 428789760 67327 33554432000 4194304 4627427 140737416410720 18446744073709551615 4308376 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 2584.9
Current children cumulated vsize (KiB) 418740

[startup+647.501 s]
/proc/loadavg: 8.19 7.89 7.50 10/184 25691
/proc/meminfo: memFree=24603916/32951124 swapFree=67051468/67111528
[pid=25654] ppid=25650 vsize=418740 CPUtime=2586.5 cores=1,3,5,7
/proc/25654/stat : 25654 (strangenight2-m) R 25650 25654 25096 0 -1 4202496 419658 0 0 0 258501 149 0 0 25 0 4 0 521596420 428789760 67497 33554432000 4194304 4627427 140737416410720 18446744073709551615 4309155 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/25654/statm: 104685 67497 389 106 0 99656 0
[pid=25654/tid=25655] ppid=25650 vsize=418740 CPUtime=647.49 cores=1,3,5,7
/proc/25654/task/25655/stat : 25655 (strangenight2-m) R 25650 25654 25096 0 -1 4202560 104300 0 0 0 64710 39 0 0 25 0 4 0 521596420 428789760 67497 33554432000 4194304 4627427 140737416410720 18446744073709551615 4309347 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=25654/tid=25657] ppid=25650 vsize=418740 CPUtime=647.5 cores=1,3,5,7
/proc/25654/task/25657/stat : 25657 (strangenight2-m) R 25650 25654 25096 0 -1 4202560 106134 0 0 0 64711 39 0 0 25 0 4 0 521596420 428789760 67497 33554432000 4194304 4627427 140737416410720 18446744073709551615 4309902 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=25654/tid=25659] ppid=25650 vsize=418740 CPUtime=643.99 cores=1,3,5,7
/proc/25654/task/25659/stat : 25659 (strangenight2-m) R 25650 25654 25096 0 -1 4202560 98851 0 0 0 64366 33 0 0 25 0 4 0 521596420 428789760 67497 33554432000 4194304 4627427 140737416410720 18446744073709551615 4308414 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 2586.5
Current children cumulated vsize (KiB) 418740

Child status: 20
Real time (s): 647.553
CPU time (s): 2586.68
CPU user time (s): 2585.17
CPU system time (s): 1.51277
CPU usage (%): 399.455
Max. virtual memory (cumulated for all children) (KiB): 460100

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2585.17
system time used= 1.51277
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 419669
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= 466
involuntary context switches= 11897

runsolver used 0.986849 second user time and 2.53861 second system time

The end

Launcher Data

Begin job on node101 at 2011-04-29 19:58:56
IDJOB=3174129
IDBENCH=82947
IDSOLVER=1586
FILE ID=node101/3174129-1304099936
RUNJOBID= node101-1304099936-25636
PBS_JOBID= 13170603
Free space on /tmp= 72024 MiB

SOLVER NAME= CryptoMiniSat Strange-Night-2-mt
BENCH NAME= SAT11/random/medium/unif-k3-r4.26-v350-c1491-S1705279286-077.UNKNOWN.cnf
COMMAND LINE= ./strangenight2-mt --threads=NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3174129-1304099936/watcher-3174129-1304099936 -o /tmp/evaluation-result-3174129-1304099936/solver-3174129-1304099936 -C 4800 -W 1300 -M 15500  ./strangenight2-mt --threads=4 HOME/instance-3174129-1304099936.cnf

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

MD5SUM BENCH= 42577eb7521bea22024387e984db8e06
RANDOM SEED=1911736714

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

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

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

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.841
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:      25298004 kB
Buffers:       2028064 kB
Cached:        5145928 kB
SwapCached:      30452 kB
Active:        3093400 kB
Inactive:      4114308 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      25298004 kB
SwapTotal:    67111528 kB
SwapFree:     67051468 kB
Dirty:           11324 kB
Writeback:           0 kB
AnonPages:       25240 kB
Mapped:           8824 kB
Slab:           381300 kB
PageTables:       4812 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   185096 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= 72012 MiB
End job on node101 at 2011-04-29 20:09:44