Trace number 3421459

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-mt (fixed)UNSAT 1190.33 150.279

General information on the benchmark

NameCRAFTED/modcircuits/
mod4block_2vars_8gates_u2.cnf
MD5SUMa5bb71bc1d85a401ce9f42ed1404d63e
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark182.547
Satisfiable
(Un)Satisfiability was proved
Number of variables387
Number of clauses62656
Sum of the clauses size362132
Maximum clause length24
Minimum clause length1
Number of clauses of size 164
Number of clauses of size 21453
Number of clauses of size 30
Number of clauses of size 41977
Number of clauses of size 53842
Number of clauses of size over 555320

Solver Data

0.00/0.00	c Outputting solution to console
0.00/0.01	c Using 8 threads
0.00/0.02	c This is CryptoMiniSat 3.0.0
0.00/0.02	c WARNING: for repeatability, setting FPU to use double precision
0.00/0.02	c Reading file 'HOME/instance-3421459-1306643488.cnf'
0.00/0.02	c -- header says num vars:            387
0.00/0.02	c -- header says num clauses:       62656
0.00/0.07	c -- clauses added:            0 learnts,        62656 normals,            0 xors
0.00/0.07	c -- vars added        387
0.00/0.07	c Parsing time:  0.02 s
0.00/0.07	c  N st     0         0       387     61139      1453         0    362068         0   no data   no data
0.00/0.21	c asymm  cl-useful: 498/20610/36563 lits-rem:498 time: 0.10
0.00/0.21	c Flit:    18 Blit:      7 bXBeca:    0 bXProp:    9 Bins:      0 BRemL:      0 BRemN:      0 P:  0.3M T:  0.00
0.58/0.22	c Replacing        9 vars Replaced     3546 lits Time:     0.00 s 
0.58/0.24	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
0.58/0.24	c bin-w-bin subsume rem          319 bins  time:  0.00 s
0.58/0.27	c subs with bin:    10248  lits-rem:         0  v-fix:    0  time:  0.04 s
0.58/0.27	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    289 time:  0.00 s
0.58/0.27	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
0.58/0.31	c lits-rem:        27  cl-subs:      193  v-elim:     41  v-fix:    0  time:  0.03 s
0.58/0.31	c Finding binary XORs  T:     0.00 s  found:       0
0.58/0.32	c Finding non-binary XORs:     0.01 s (found:       8, avg size: 4.0)
0.58/0.32	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
0.58/0.32	c calculated reachability. Time: 0.00
0.58/0.32	c Calc default polars -  time:   0.00 s pos:      51 undec:     148 neg:     188
0.58/0.32	c =========================================================================================
0.58/0.32	c types(t): F = full restart, N = normal restart
0.58/0.32	c types(t): S = simplification begin/end, E = solution found
0.58/0.32	c restart types(rt): st = static, dy = dynamic
0.58/0.32	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits
0.58/0.32	c  B st     0         0       248     15872       625         0     97183         0   no data   no data
2.72/0.40	c  N dy    19      5093       243     15872       651      4865     97129     61717      7.16      7.58
2.72/0.49	c  N dy    46      9283       240     15872       683      8858     97084    112672      7.49      7.95
4.31/0.62	c  N dy    66     13393       237     15553       491     12452     94640    159767      7.43      8.07
5.12/0.72	c Finding binary XORs  T:     0.00 s  found:       0
5.12/0.75	c  N dy    93     17478       236     15128       447     16240     92157    214249      7.68      9.22
5.92/0.89	c  N dy   119     21501       236     15128       453     10795     92136     93856      7.81     12.14
7.51/1.01	c  F st   143     25000       236     15128       463     14172     92127    143512      7.92   no data
7.51/1.03	c  N st   145     25627       236     15128       463     14782     92125    153256      7.92   no data
8.31/1.17	c  N dy   149     30000       236     15128       463     18974     92107    234006      7.92   no data
8.31/1.17	c  S st   149     30000       236     15128       463     18974     92107    234006      7.92   no data
8.31/1.20	c  S st   149     30503       236     15128       465     19463     92103    239918      7.92   no data
8.31/1.20	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
8.31/1.21	c Flit:     1 Blit:      0 bXBeca:    0 bXProp:    0 Bins:     53 BRemL:     37 BRemN:      0 P:  0.6M T:  0.01
8.31/1.21	c blocked clauses removed:        1 vars:      2 tried:         203 T: 0.00 s
8.31/1.21	c bin-w-bin subsume rem            0 bins  time:  0.00 s
9.16/1.22	c subs with bin:      307  lits-rem:      5015  v-fix:    0  time:  0.01 s
9.16/1.22	c Subs w/ non-existent bins:    441 l-rem:    260 v-fix:     0 done:    233 time:  0.00 s
9.16/1.22	c Removed useless bin:      42  fixed:     0  props:   0.00M  time:  0.00 s
9.16/1.23	c lits-rem:       383  cl-subs:       57  v-elim:      1  v-fix:    0  time:  0.01 s
9.16/1.24	c subs with bin:      233  lits-rem:       966  v-fix:    0  time:  0.01 s
11.50/1.51	c lits-rem:      5344  cl-subs:     1548  v-elim:      0  v-fix:    0  time:  0.26 s
11.50/1.51	c Added XOR as norm:0
13.09/1.71	c asymm  cl-useful: 801/13719/13719 lits-rem:1175 time: 0.20
13.09/1.71	c calculated reachability. Time: 0.00
13.09/1.71	c  N dy   149     30503       232     13719       435     17580     77215    212759      7.92   no data
13.09/1.71	c Finding binary XORs  T:     0.00 s  found:       0
14.70/1.93	c  N dy   168     35090       231     13719       448     21985     77208    281482      7.86      8.48
16.30/2.15	c  N dy   203     39172       231     13719       463     25946     77198    350406      8.09      8.52
17.95/2.39	c  N dy   240     43189       231     13719       475     15257     77195    124743      8.28     12.12
19.48/2.51	c  S st   250     45754       231     13719       475     17657     77190    159607      8.27   no data
19.48/2.52	c Finding binary XORs  T:     0.00 s  found:       1
19.48/2.54	c  S st   250     46257       228     13341       422     17907     75408    164890      8.27   no data
19.48/2.54	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
19.48/2.55	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      2 BRemL:     16 BRemN:      0 P:  0.5M T:  0.01
19.48/2.55	c Replacing        1 vars Replaced      624 lits Time:     0.00 s 
19.48/2.56	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
19.48/2.56	c bin-w-bin subsume rem            7 bins  time:  0.00 s
19.48/2.56	c subs with bin:        9  lits-rem:         1  v-fix:    0  time:  0.00 s
19.48/2.56	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    227 time:  0.00 s
19.48/2.56	c Removed useless bin:       3  fixed:     0  props:   0.00M  time:  0.00 s
19.48/2.58	c lits-rem:      1279  cl-subs:      357  v-elim:      0  v-fix:    0  time:  0.02 s
19.48/2.58	c subs with bin:       37  lits-rem:        54  v-fix:    0  time:  0.00 s
20.28/2.65	c lits-rem:      1025  cl-subs:      695  v-elim:      0  v-fix:    0  time:  0.06 s
20.28/2.65	c Added XOR as norm:0
20.28/2.65	c vivif2 --  cl tried    12942 cl shrink        0 lits rem          0 time: 0.00
20.28/2.65	c vivif2 --  cl tried    17203 cl shrink       71 lits rem        129 time: 0.00
21.88/2.88	c asymm  cl-useful: 59/12942/12942 lits-rem:59 time: 0.22
21.88/2.88	c calculated reachability. Time: 0.00
21.88/2.88	c  N dy   250     46257       227     12942       396     17203     72213    156668      8.27   no data
24.28/3.12	c  N dy   259     50501       227     12942       398     21200     72212    224431      8.17      8.61
25.88/3.36	c  N dy   286     54654       227     12942       398     25159     72211    287813      8.21      8.64
28.26/3.65	c  N dy   312     58869       227     12942       406     29206     72210    357183      8.25      8.75
30.66/3.93	c  N dy   325     62970       227     12942       409     33025     72208    417672      8.23      8.86
33.06/4.21	c  N dy   348     67071       227     12942       409     19341     72207    163824      8.27     11.43
33.86/4.33	c  S st   364     69385       227     12942       413     21542     72207    198120      8.28      6.16
33.86/4.37	c  S st   364     69889       227     12942       413     22031     72203    205533      8.28   no data
33.86/4.37	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
33.86/4.38	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    1 Bins:      0 BRemL:      0 BRemN:      0 P:  0.5M T:  0.01
33.86/4.38	c Replacing        1 vars Replaced       78 lits Time:     0.00 s 
33.86/4.38	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
33.86/4.38	c bin-w-bin subsume rem            0 bins  time:  0.00 s
33.86/4.38	c subs with bin:        1  lits-rem:         0  v-fix:    0  time:  0.00 s
33.86/4.38	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    226 time:  0.00 s
33.86/4.38	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
33.86/4.39	c lits-rem:         9  cl-subs:       17  v-elim:      0  v-fix:    0  time:  0.00 s
34.66/4.40	c subs with bin:       72  lits-rem:        73  v-fix:    0  time:  0.00 s
34.66/4.49	c lits-rem:      1152  cl-subs:      810  v-elim:      0  v-fix:    0  time:  0.08 s
34.66/4.49	c Added XOR as norm:0
34.66/4.49	c vivif2 --  cl tried    12856 cl shrink        0 lits rem          0 time: 0.00
34.66/4.49	c vivif2 --  cl tried    21211 cl shrink      104 lits rem        196 time: 0.00
37.04/4.75	c asymm  cl-useful: 69/12856/12856 lits-rem:82 time: 0.26
37.04/4.75	c calculated reachability. Time: 0.00
37.04/4.75	c  N dy   364     69889       226     12856       411     21211     71647    195374      8.28   no data
37.04/4.75	c Finding binary XORs  T:     0.00 s  found:       0
40.24/5.12	c  N dy   382     75027       226     12856       411     25986     71646    276107      8.23      8.88
42.64/5.46	c  N dy   413     79843       225     12856       417     30565     71645    355747      8.29     10.79
46.62/5.91	c  N dy   427     84966       225     12856       423     35328     71645    434877      8.27     11.69
48.23/6.16	c  F st   439     87500       225     12856       423     37718     71644    472711      8.28   no data
49.83/6.37	c  N st   444     90795       225     12856       393     20623     71603    179381      8.28   no data
51.43/6.54	c Finding binary XORs  T:     0.00 s  found:       0
53.95/6.83	c  N dy   466     97712       225     12856       395     27108     71603    283165      8.28      8.81
57.81/7.35	c  N dy   515    104833       225     12856       398     33960     71601    401088      8.35      6.77
57.81/7.35	c  S st   515    104833       225     12856       398     33960     71601    401088      8.35      6.77
58.61/7.40	c  S st   515    105335       225     12856       398     34452     71601    408411      8.35   no data
58.61/7.40	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
58.61/7.41	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    1 Bins:      0 BRemL:     26 BRemN:      0 P:  0.8M T:  0.01
58.61/7.41	c Replacing        1 vars Replaced      897 lits Time:     0.00 s 
58.61/7.42	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
58.61/7.42	c bin-w-bin subsume rem            0 bins  time:  0.00 s
58.61/7.42	c subs with bin:       32  lits-rem:        32  v-fix:    0  time:  0.00 s
58.61/7.42	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    224 time:  0.00 s
58.61/7.42	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
58.61/7.43	c lits-rem:         9  cl-subs:       17  v-elim:      0  v-fix:    0  time:  0.01 s
58.61/7.48	c subs with bin:      838  lits-rem:       712  v-fix:    0  time:  0.04 s
61.87/7.84	c lits-rem:      2876  cl-subs:     1300  v-elim:      0  v-fix:    0  time:  0.36 s
61.87/7.84	c Added XOR as norm:0
61.87/7.85	c vivif2 --  cl tried    12802 cl shrink        0 lits rem          0 time: 0.00
61.87/7.86	c vivif2 --  cl tried    32002 cl shrink      475 lits rem        751 time: 0.01
65.00/8.24	c asymm  cl-useful: 201/10859/12802 lits-rem:248 time: 0.38
65.00/8.24	c calculated reachability. Time: 0.00
65.00/8.24	c  N dy   515    105335       224     12802       369     32002     71009    374855      8.35   no data
66.60/8.46	c Finding binary XORs  T:     0.00 s  found:       0
69.80/8.82	c  N dy   553    112066       222     12543       413     36917     69576    467162      8.39     10.45
71.52/9.02	c Finding binary XORs  T:     0.00 s  found:       0
73.78/9.38	c  N dy   578    119219       221     12478       448     23677     69264    216075      8.39      9.42
78.58/9.96	c  N dy   638    127217       221     12478       462     31350     69264    341787      8.50      9.02
82.56/10.40	c Finding binary XORs  T:     0.00 s  found:       0
84.16/10.63	c  N dy   684    135362       221     12478       464     39077     69262    465482      8.53     11.89
90.54/11.43	c  N dy   745    144078       221     12478       465     25611     69262    228763      8.62     11.10
94.54/11.94	c Finding binary XORs  T:     0.00 s  found:       0
95.34/12.09	c  N dy   827    153278       221     12478       481     34552     69262    386030      8.76     14.49
99.33/12.52	c  S st   852    158002       221     12478       482     38953     69262    461109      8.77   no data
99.33/12.59	c  S st   852    158508       221     12478       482     39450     69260    468579      8.77   no data
99.33/12.59	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
100.13/12.60	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:    151 BRemN:      0 P:  0.8M T:  0.01
100.13/12.61	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
100.13/12.61	c bin-w-bin subsume rem            9 bins  time:  0.00 s
100.13/12.61	c subs with bin:       71  lits-rem:        52  v-fix:    0  time:  0.00 s
100.13/12.61	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    221 time:  0.00 s
100.13/12.61	c Removed useless bin:       1  fixed:     0  props:   0.00M  time:  0.00 s
100.13/12.62	c lits-rem:        40  cl-subs:       36  v-elim:      0  v-fix:    0  time:  0.01 s
100.13/12.64	c subs with bin:       93  lits-rem:       242  v-fix:    0  time:  0.01 s
104.13/13.16	c lits-rem:      4031  cl-subs:     1665  v-elim:      0  v-fix:    0  time:  0.52 s
104.13/13.16	c Added XOR as norm:0
104.13/13.16	c vivif2 --  cl tried    12365 cl shrink      113 lits rem        120 time: 0.00
104.13/13.17	c vivif2 --  cl tried    37698 cl shrink      846 lits rem       1306 time: 0.01
104.93/13.22	c asymm  cl-useful: 31/1506/12365 lits-rem:120 time: 0.05
104.93/13.22	c calculated reachability. Time: 0.00
104.93/13.22	c  N dy   852    158508       221     12334       352     37698     68402    441023      8.77   no data
105.77/13.40	c Finding binary XORs  T:     0.00 s  found:       0
114.56/14.43	c  N dy   905    170828       220     12247       344     25962     67994    213681      8.77      9.34
120.89/15.27	c  N dy   971    181744       219     12247       353     36300     67993    381083      8.81      9.36
123.34/15.58	c Finding binary XORs  T:     0.00 s  found:       0
130.47/16.41	c  N dy  1074    193407       219     12126       325     45267     67366    543375      8.95     12.76
138.45/17.43	c  N dy  1161    206009       219     12126       325     33967     67366    346473      9.04      9.60
148.83/18.73	c  N dy  1252    219197       219     12126       326     46663     67366    568716      9.12     11.37
152.81/19.28	c Finding binary XORs  T:     0.00 s  found:       0
159.34/20.05	c  N dy  1365    233361       219     12126       349     35137     67366    351682      9.23      9.92
162.40/20.46	c  S st  1396    237763       219     12126       350     39342     67366    421743      9.24   no data
163.20/20.52	c  S st  1396    238268       219     12126       350     39830     67365    428749      9.24   no data
163.20/20.52	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
163.20/20.54	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      1 BRemL:     20 BRemN:      0 P:  0.8M T:  0.02
163.20/20.54	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
163.20/20.54	c bin-w-bin subsume rem           12 bins  time:  0.00 s
163.20/20.54	c subs with bin:       50  lits-rem:         7  v-fix:    0  time:  0.00 s
163.20/20.54	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    219 time:  0.00 s
163.20/20.54	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
163.20/20.55	c lits-rem:        10  cl-subs:       13  v-elim:      0  v-fix:    0  time:  0.01 s
163.20/20.57	c subs with bin:       55  lits-rem:        87  v-fix:    0  time:  0.01 s
167.24/21.03	c lits-rem:      3520  cl-subs:     1696  v-elim:      0  v-fix:    0  time:  0.46 s
167.24/21.03	c Added XOR as norm:0
167.24/21.03	c vivif2 --  cl tried    12050 cl shrink       10 lits rem         15 time: 0.00
167.24/21.04	c vivif2 --  cl tried    38092 cl shrink      537 lits rem        885 time: 0.01
170.37/21.40	c asymm  cl-useful: 38/7756/12050 lits-rem:95 time: 0.36
170.37/21.40	c calculated reachability. Time: 0.00
170.37/21.40	c  N dy  1396    238268       219     12038       331     38092     66922    402842      9.24   no data
173.57/21.83	c Finding binary XORs  T:     0.00 s  found:       0
186.35/23.40	c  N dy  1503    253760       219     12038       332     26494     66922    193849      9.32      9.84
196.73/24.72	c  N dy  1598    270034       219     12038       334     41937     66921    444346      9.34     11.27
212.03/26.66	c  N dy  1702    287382       219     12038       336     31003     66920    261357      9.39      9.99
218.30/27.40	c Finding binary XORs  T:     0.00 s  found:       0
227.88/28.65	c  F st  1807    306252       219     12038       340     48990     66920    571766      9.41      9.71
227.88/28.66	c  N st  1807    306252       219     12038       340     48990     66920    571766      9.41      9.71
243.84/30.65	c  N dy  1891    325822       218     12038       342     38912     66920    369489      9.43     14.37
246.29/31.01	c Finding binary XORs  T:     0.00 s  found:       0
263.01/33.00	c  N dy  2038    346345       217     11842       342     57483     65885    675557      9.50     10.05
271.00/34.01	c Finding binary XORs  T:     0.00 s  found:       0
271.00/34.03	c  S st  2079    357402       217     11703       335     37951     65125    348859      9.49   no data
271.00/34.09	c  S st  2079    357905       217     11703       335     38446     65125    356292      9.49   no data
271.00/34.10	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
271.80/34.11	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      4 BRemL:     11 BRemN:      0 P:  0.8M T:  0.01
271.80/34.11	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
271.80/34.11	c bin-w-bin subsume rem            8 bins  time:  0.00 s
271.80/34.11	c subs with bin:      378  lits-rem:       236  v-fix:    0  time:  0.00 s
271.80/34.11	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    216 time:  0.00 s
271.80/34.11	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
271.80/34.12	c lits-rem:         1  cl-subs:       13  v-elim:      0  v-fix:    0  time:  0.01 s
271.80/34.14	c subs with bin:      112  lits-rem:       239  v-fix:    0  time:  0.00 s
273.52/34.34	c lits-rem:      2249  cl-subs:     1342  v-elim:      0  v-fix:    0  time:  0.20 s
273.52/34.34	c Added XOR as norm:0
273.52/34.34	c vivif2 --  cl tried    10996 cl shrink        3 lits rem          3 time: 0.00
273.52/34.35	c vivif2 --  cl tried    33561 cl shrink      276 lits rem        397 time: 0.01
274.18/34.47	c asymm  cl-useful: 21/3240/10996 lits-rem:46 time: 0.12
274.18/34.47	c calculated reachability. Time: 0.00
274.18/34.47	c  N dy  2079    357905       216     10986       315     33560     61011    298290      9.49   no data
286.96/36.02	c Finding binary XORs  T:     0.00 s  found:       0
292.55/36.76	c  N dy  2223    378423       216     10986       315     53112     61011    614887      9.54     10.07
309.32/38.89	c  N dy  2357    399394       216     10986       315     45193     61011    488436      9.59     10.12
314.12/39.49	c Finding binary XORs  T:     0.00 s  found:       0
329.27/41.36	c  N dy  2470    419415       215     10986       326     34110     61011    286767      9.61     10.42
347.64/43.64	c  N dy  2593    439492       215     10986       328     53055     61010    603826      9.66     11.88
349.24/43.81	c Finding binary XORs  T:     0.00 s  found:       0
368.41/46.21	c  N dy  2716    459582       215     10899       325     40375     60607    372020      9.69     11.54
381.97/47.92	c Finding binary XORs  T:     0.00 s  found:       0
389.95/48.99	c  N dy  2799    480838       214     10899       340     59978     60604    663986      9.67     10.32
396.48/49.80	c Finding binary XORs  T:     0.00 s  found:       0
409.93/51.49	c  N dy  2919    501080       214     10672       311     44065     59320    454203      9.70     10.29
434.67/54.57	c  N dy  3072    521167       214     10672       311     62960     59319    767330      9.75     12.22
450.64/56.51	c  S st  3191    536857       214     10672       312     45304     59319    453342      9.79      9.56
450.64/56.59	c  S st  3191    537361       214     10672       312     45794     59318    461004      9.79   no data
450.64/56.59	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
451.45/56.61	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      1 BRemL:      7 BRemN:      2 P:  0.8M T:  0.02
451.45/56.61	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
451.45/56.61	c bin-w-bin subsume rem            0 bins  time:  0.00 s
451.45/56.61	c subs with bin:      146  lits-rem:        60  v-fix:    0  time:  0.00 s
451.45/56.61	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    214 time:  0.00 s
451.45/56.61	c Removed useless bin:       4  fixed:     0  props:   0.00M  time:  0.00 s
451.45/56.62	c lits-rem:        32  cl-subs:       11  v-elim:      0  v-fix:    0  time:  0.01 s
451.45/56.65	c subs with bin:      443  lits-rem:       230  v-fix:    0  time:  0.01 s
456.24/57.30	c lits-rem:      5277  cl-subs:     2432  v-elim:      0  v-fix:    0  time:  0.65 s
456.24/57.30	c Added XOR as norm:0
456.24/57.30	c vivif2 --  cl tried    10514 cl shrink        0 lits rem          0 time: 0.00
456.24/57.31	c vivif2 --  cl tried    42920 cl shrink      340 lits rem        600 time: 0.01
459.42/57.67	c asymm  cl-useful: 27/5209/10514 lits-rem:28 time: 0.35
459.42/57.67	c calculated reachability. Time: 0.00
459.42/57.67	c  N dy  3191    537361       214     10514       302     42920     58382    420651      9.79   no data
459.42/57.67	c Finding binary XORs  T:     0.00 s  found:       0
482.60/60.55	c  N dy  3336    557406       214     10514       304     61675     58382    726646      9.83     10.36
503.33/63.13	c Finding binary XORs  T:     0.00 s  found:       0
504.13/63.27	c  N dy  3470    577409       214     10514       306     46436     58382    458788      9.86     11.74
528.88/66.36	c  N dy  3596    597567       214     10514       306     65008     58382    746826      9.89     10.48
552.04/69.20	c  N dy  3711    617663       213     10514       306     48690     58381    480573      9.91     14.46
576.79/72.38	c  N dy  3842    637718       213     10514       306     67126     58381    764422      9.94     10.47
601.54/75.42	c  N dy  3938    659099       213     10514       306     50589     58381    482764      9.95     10.50
626.30/78.55	c  N dy  4062    679131       213     10514       307     69110     58381    775647      9.97     11.62
650.32/81.57	c  N dy  4176    699225       212     10514       309     50858     58381    502038      9.99     10.57
675.81/84.70	c Finding binary XORs  T:     0.00 s  found:       0
678.99/85.10	c  N dy  4308    719269       211      9845       280     63277     54441    720786     10.02     12.24
703.01/88.19	c  N dy  4444    739363       211      9845       286     47539     54441    465089     10.04     13.88
706.94/88.62	c Finding binary XORs  T:     0.00 s  found:       0
733.30/91.95	c  N dy  4595    759454       211      9845       286     66032     54441    762951     10.08     11.71
762.84/95.67	c  N dy  4751    779499       211      9845       287     47201     54441    446698     10.11     11.97
789.99/99.03	c  N dy  4887    799809       211      9845       288     65848     54441    741167     10.14     10.69
801.16/100.44	c  S st  4935    806041       211      9845       289     71607     54441    832488     10.14   no data
802.76/100.60	c  S st  4935    806542       211      9845       289     72096     54440    839941     10.14   no data
802.76/100.60	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
802.76/100.63	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:     11 BRemN:      0 P:  1.2M T:  0.03
802.76/100.63	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
802.76/100.63	c bin-w-bin subsume rem            1 bins  time:  0.00 s
802.76/100.63	c subs with bin:       97  lits-rem:         3  v-fix:    0  time:  0.00 s
802.76/100.63	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    211 time:  0.00 s
802.76/100.63	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
802.76/100.65	c lits-rem:        18  cl-subs:        1  v-elim:      0  v-fix:    0  time:  0.01 s
802.76/100.70	c subs with bin:      168  lits-rem:       273  v-fix:    0  time:  0.02 s
833.91/104.55	c lits-rem:     17958  cl-subs:     6394  v-elim:      0  v-fix:    0  time:  3.85 s
833.91/104.55	c vivif2 --  cl tried     9743 cl shrink        0 lits rem          0 time: 0.00
833.91/104.57	c vivif2 --  cl tried    65538 cl shrink      408 lits rem        681 time: 0.02
836.29/104.82	c asymm  cl-useful: 3/2442/9743 lits-rem:3 time: 0.25
836.29/104.82	c calculated reachability. Time: 0.00
836.29/104.82	c  N dy  4935    806542       211      9743       277     65538     53829    733684     10.14   no data
867.43/108.76	c  N dy  5057    826552       211      9743       277     45194     53829    397142     10.16     12.78
894.58/112.14	c  N dy  5187    846906       211      9743       277     63800     53829    684918     10.18     10.78
929.71/116.53	c  N dy  5298    866928       211      9743       277     42149     53829    342491     10.19     14.92
954.46/119.61	c  N dy  5427    887026       211      9743       277     60664     53829    633098     10.21     10.97
983.21/123.26	c Finding binary XORs  T:     0.00 s  found:       0
991.20/124.28	c  N dy  5540    907936       210      9486       273     78810     52484    917022     10.22     10.81
1016.74/127.46	c  N dy  5641    928098       210      9486       274     56478     52484    545635     10.22     10.79
1047.87/131.30	c  N dy  5717    948153       210      9486       274     74446     52484    811778     10.22     11.26
1078.23/135.15	c  N dy  5817    968421       209      9486       276     51414     52484    471903     10.22     11.03
1090.99/136.74	c Finding binary XORs  T:     0.00 s  found:       2
1106.17/138.67	c  N dy  5877    988445       208      9421       260     68152     52142    710129     10.21     12.30
1132.53/141.99	c Finding binary XORs  T:     0.00 s  found:       0
1142.16/143.12	c  N dy  5925   1010877       205      8696       231     44280     47791    365890     10.19     10.74
1178.82/147.74	c Finding binary XORs  T:     0.00 s  found:       9
1178.82/147.75	c Replacing       11 vars Replaced     2251 lits Time:     0.01 s 
1190.17/150.26	c Following stats are for *FIRST FINISHED THREAD ONLY*
1190.17/150.26	c num threads              : 8          
1190.17/150.26	c restarts                 : 6106       
1190.17/150.26	c dynamic restarts         : 6076       
1190.17/150.26	c static restarts          : 30         
1190.17/150.26	c full restarts            : 4          
1190.17/150.26	c total simplify time      : 0.29       
1190.17/150.26	c learnts DL2              : 0          
1190.17/150.26	c learnts size 2           : 2217       
1190.17/150.26	c learnts size 1           : 228         (58.91     % of vars)
1190.17/150.26	c filedLit time            : 0.08        (0.05      % time)
1190.17/150.26	c v-elim SatELite          : 43          (11.11     % vars)
1190.17/150.26	c SatELite time            : 2.47        (1.65      % time)
1190.17/150.26	c v-elim xor               : 0           (0.00      % vars)
1190.17/150.26	c xor elim time            : 0.01        (0.00      % time)
1190.17/150.26	c num binary xor trees     : 5          
1190.17/150.26	c binxor trees' crown      : 25          (5.00      leafs/tree)
1190.17/150.26	c bin xor find time        : 0.01       
1190.17/150.26	c OTF clause improved      : 73428       (0.07      clauses/conflict)
1190.17/150.26	c OTF impr. size diff      : 76436       (1.04       lits/clause)
1190.17/150.26	c OTF cl watch-shrink      : 247705      (0.23      clauses/conflict)
1190.17/150.26	c OTF cl watch-sh-lit      : 438985      (1.77       lits/clause)
1190.17/150.26	c tried to recurMin cls    : 238047      (22.01      % of conflicts)
1190.17/150.26	c updated cache            : 907         (0.00       lits/tried recurMin)
1190.17/150.26	c unit cls recevied        : 28          (12.28     % of units)
1190.17/150.26	c unit cls sent            : 9           (3.95      % of units)
1190.17/150.26	c bin cls recevied         : 386        
1190.17/150.26	c bin cls sent             : 117        
1190.17/150.26	c clauses over max glue    : 0           (0.00      % of all clauses)
1190.17/150.26	c conflicts                : 1081372     (7203.47   / sec)
1190.17/150.26	c decisions                : 1474813     (0.71      % random)
1190.17/150.26	c bogo-props               : 22605407695 (150584079.80 / sec)
1190.17/150.26	c conflict literals        : 17132813    (19.95     % deleted)
1190.17/150.26	c Memory used              : 651.75      MB
1190.17/150.26	c single-thread CPU time   : 150.12      s
1190.17/150.26	c all-threads sum CPU time : 1189.49     s
1190.17/150.26	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: 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-3421459-1306643488/watcher-3421459-1306643488 -o /tmp/evaluation-result-3421459-1306643488/solver-3421459-1306643488 -C 40000 -W 5100 -M 31000 ./strangenight2-mt --threads=8 HOME/instance-3421459-1306643488.cnf 

running on 8 cores: 0,2,4,6,1,3,5,7

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 40000 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 40030 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 5100 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 31744000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 31795200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 0.92 0.98 0.99 2/474 9266
/proc/meminfo: memFree=27500928/32951124 swapFree=38422276/67111528
[pid=9266] ppid=9264 vsize=92144 CPUtime=0.02 cores=0-7
/proc/9266/stat : 9266 (strangenight2-m) R 9264 9266 9240 0 -1 4202496 412 0 0 0 2 0 0 0 25 0 8 0 775951156 94355456 353 33554432000 4194304 4580107 140734256684672 18446744073709551615 47898322343862 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/9266/statm: 23036 353 299 95 0 18018 0
[pid=9266/tid=9267] ppid=9264 vsize=92144 CPUtime=0.01 cores=0-7
/proc/9266/task/9267/stat : 9267 (strangenight2-m) R 9264 9266 9240 0 -1 4202560 1 0 0 0 1 0 0 0 25 0 8 0 775951156 94355456 353 33554432000 4194304 4580107 140734256684672 18446744073709551615 47898322343858 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=9266/tid=9268] ppid=9264 vsize=92144 CPUtime=0 cores=0-7
/proc/9266/task/9268/stat : 9268 (strangenight2-m) R 9264 9266 9240 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 8 0 775951156 94355456 353 33554432000 4194304 4580107 140734256684672 18446744073709551615 47898322343862 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=9266/tid=9269] ppid=9264 vsize=92144 CPUtime=0 cores=0-7
/proc/9266/task/9269/stat : 9269 (strangenight2-m) R 9264 9266 9240 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 8 0 775951156 94355456 353 33554432000 4194304 4580107 140734256684672 18446744073709551615 212436073457 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=9266/tid=9270] ppid=9264 vsize=92144 CPUtime=0.01 cores=0-7
/proc/9266/task/9270/stat : 9270 (strangenight2-m) R 9264 9266 9240 0 -1 4202560 0 0 0 0 1 0 0 0 25 0 8 0 775951156 94355456 353 33554432000 4194304 4580107 140734256684672 18446744073709551615 47898322343856 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=9266/tid=9271] ppid=9264 vsize=92144 CPUtime=0.01 cores=0-7
/proc/9266/task/9271/stat : 9271 (strangenight2-m) R 9264 9266 9240 0 -1 4202560 0 0 0 0 1 0 0 0 25 0 8 0 775951156 94355456 353 33554432000 4194304 4580107 140734256684672 18446744073709551615 47898322343858 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=9266/tid=9272] ppid=9264 vsize=92144 CPUtime=0.01 cores=0-7
/proc/9266/task/9272/stat : 9272 (strangenight2-m) R 9264 9266 9240 0 -1 4202560 0 0 0 0 1 0 0 0 25 0 8 0 775951156 94355456 353 33554432000 4194304 4580107 140734256684672 18446744073709551615 47898322343858 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=9266/tid=9273] ppid=9264 vsize=92144 CPUtime=0.01 cores=0-7
/proc/9266/task/9273/stat : 9273 (strangenight2-m) R 9264 9266 9240 0 -1 4202560 0 0 0 0 1 0 0 0 25 0 8 0 775951156 94355456 353 33554432000 4194304 4580107 140734256684672 18446744073709551615 47898322343858 0 0 4096 2 0 0 0 -1 3 0 0 0

[startup+0.100745 s]
/proc/loadavg: 0.92 0.98 0.99 2/474 9266
/proc/meminfo: memFree=27500928/32951124 swapFree=38422276/67111528
[pid=9266] ppid=9264 vsize=429656 CPUtime=0.58 cores=0-7
/proc/9266/stat : 9266 (strangenight2-m) R 9264 9266 9240 0 -1 4202496 11254 0 0 0 55 3 0 0 17 0 8 0 775951156 439967744 11157 33554432000 4194304 4580107 140734256684672 18446744073709551615 4304894 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/9266/statm: 107930 12183 365 95 0 102912 0
[pid=9266/tid=9267] ppid=9264 vsize=431720 CPUtime=0.19 cores=0-7
/proc/9266/task/9267/stat : 9267 (strangenight2-m) D 9264 9266 9240 0 -1 4202560 1595 0 0 0 19 0 0 0 18 0 8 0 775951156 442081280 12384 33554432000 4194304 4580107 140734256684672 18446744073709551615 212435678241 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=9266/tid=9268] ppid=9264 vsize=431720 CPUtime=0.17 cores=0-7
/proc/9266/task/9268/stat : 9268 (strangenight2-m) R 9264 9266 9240 0 -1 4202560 1414 0 0 0 17 0 0 0 18 0 8 0 775951156 442081280 12417 33554432000 4194304 4580107 140734256684672 18446744073709551615 4256885 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=9266/tid=9269] ppid=9264 vsize=431720 CPUtime=0.13 cores=0-7
/proc/9266/task/9269/stat : 9269 (strangenight2-m) R 9264 9266 9240 0 -1 4202560 1505 0 0 0 13 0 0 0 18 0 8 0 775951156 442081280 12417 33554432000 4194304 4580107 140734256684672 18446744073709551615 212436122143 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=9266/tid=9270] ppid=9264 vsize=431720 CPUtime=0.07 cores=0-7
/proc/9266/task/9270/stat : 9270 (strangenight2-m) R 9264 9266 9240 0 -1 4202560 1359 0 0 0 7 0 0 0 18 0 8 0 775951156 442081280 12417 33554432000 4194304 4580107 140734256684672 18446744073709551615 212435677893 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=9266/tid=9271] ppid=9264 vsize=431720 CPUtime=0.19 cores=0-7
/proc/9266/task/9271/stat : 9271 (strangenight2-m) R 9264 9266 9240 0 -1 4202560 1590 0 0 0 19 0 0 0 18 0 8 0 775951156 442081280 12417 33554432000 4194304 4580107 140734256684672 18446744073709551615 4304864 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=9266/tid=9272] ppid=9264 vsize=431720 CPUtime=0.19 cores=0-7
/proc/9266/task/9272/stat : 9272 (strangenight2-m) D 9264 9266 9240 0 -1 4202560 1440 0 0 0 19 0 0 0 18 0 8 0 775951156 442081280 12417 33554432000 4194304 4580107 140734256684672 18446744073709551615 212436060343 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=9266/tid=9273] ppid=9264 vsize=431720 CPUtime=0.2 cores=0-7
/proc/9266/task/9273/stat : 9273 (strangenight2-m) R 9264 9266 9240 0 -1 4202560 1663 0 0 0 20 0 0 0 18 0 8 0 775951156 442081280 12417 33554432000 4194304 4580107 140734256684672 18446744073709551615 4294530 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 0.58
Current children cumulated vsize (KiB) 429656

[startup+0.332485 s]
/proc/loadavg: 0.92 0.98 0.99 2/474 9266
/proc/meminfo: memFree=27500928/32951124 swapFree=38422276/67111528
[pid=9266] ppid=9264 vsize=440968 CPUtime=2.16 cores=0-7
/proc/9266/stat : 9266 (strangenight2-m) R 9264 9266 9240 0 -1 4202496 21015 0 0 0 210 6 0 0 18 0 8 0 775951156 451551232 19436 33554432000 4194304 4580107 140734256684672 18446744073709551615 4489516 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/9266/statm: 110242 19436 379 95 0 105224 0
[pid=9266/tid=9267] ppid=9264 vsize=440968 CPUtime=0.3 cores=0-7
/proc/9266/task/9267/stat : 9267 (strangenight2-m) R 9264 9266 9240 0 -1 4202560 3139 0 0 0 29 1 0 0 18 0 8 0 775951156 451551232 19437 33554432000 4194304 4580107 140734256684672 18446744073709551615 212436122094 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=9266/tid=9268] ppid=9264 vsize=440968 CPUtime=0.27 cores=0-7
/proc/9266/task/9268/stat : 9268 (strangenight2-m) R 9264 9266 9240 0 -1 4202560 3016 0 0 0 26 1 0 0 18 0 8 0 775951156 451551232 19437 33554432000 4194304 4580107 140734256684672 18446744073709551615 4294524 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=9266/tid=9269] ppid=9264 vsize=440968 CPUtime=0.25 cores=0-7
/proc/9266/task/9269/stat : 9269 (strangenight2-m) R 9264 9266 9240 0 -1 4202560 2810 0 0 0 24 1 0 0 18 0 8 0 775951156 451551232 19437 33554432000 4194304 4580107 140734256684672 18446744073709551615 4406480 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=9266/tid=9270] ppid=9264 vsize=440968 CPUtime=0.17 cores=0-7
/proc/9266/task/9270/stat : 9270 (strangenight2-m) R 9264 9266 9240 0 -1 4202560 1414 0 0 0 17 0 0 0 18 0 8 0 775951156 451551232 19437 33554432000 4194304 4580107 140734256684672 18446744073709551615 4295727 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=9266/tid=9271] ppid=9264 vsize=440968 CPUtime=0.24 cores=0-7
/proc/9266/task/9271/stat : 9271 (strangenight2-m) R 9264 9266 9240 0 -1 4202560 2598 0 0 0 23 1 0 0 17 0 8 0 775951156 451551232 19437 33554432000 4194304 4580107 140734256684672 18446744073709551615 4406400 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=9266/tid=9272] ppid=9264 vsize=440968 CPUtime=0.29 cores=0-7
/proc/9266/task/9272/stat : 9272 (strangenight2-m) R 9264 9266 9240 0 -1 4202560 3010 0 0 0 29 0 0 0 18 0 8 0 775951156 451551232 19437 33554432000 4194304 4580107 140734256684672 18446744073709551615 4296846 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=9266/tid=9273] ppid=9264 vsize=440968 CPUtime=0.31 cores=0-7
/proc/9266/task/9273/stat : 9273 (strangenight2-m) R 9264 9266 9240 0 -1 4202560 1772 0 0 0 31 0 0 0 18 0 8 0 775951156 451551232 19437 33554432000 4194304 4580107 140734256684672 18446744073709551615 4489516 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 2.16
Current children cumulated vsize (KiB) 440968

[startup+0.40055 s]
/proc/loadavg: 0.92 0.98 0.99 2/474 9266
/proc/meminfo: memFree=27500928/32951124 swapFree=38422276/67111528
[pid=9266] ppid=9264 vsize=446600 CPUtime=2.72 cores=0-7
/proc/9266/stat : 9266 (strangenight2-m) R 9264 9266 9240 0 -1 4202496 23388 0 0 0 265 7 0 0 18 0 8 0 775951156 457318400 21379 33554432000 4194304 4580107 140734256684672 18446744073709551615 4296101 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/9266/statm: 111650 21379 379 95 0 106632 0
[pid=9266/tid=9267] ppid=9264 vsize=446600 CPUtime=0.36 cores=0-7
/proc/9266/task/9267/stat : 9267 (strangenight2-m) R 9264 9266 9240 0 -1 4202560 3218 0 0 0 35 1 0 0 18 0 8 0 775951156 457318400 21379 33554432000 4194304 4580107 140734256684672 18446744073709551615 4320786 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=9266/tid=9268] ppid=9264 vsize=446600 CPUtime=0.34 cores=0-7
/proc/9266/task/9268/stat : 9268 (strangenight2-m) R 9264 9266 9240 0 -1 4202560 3094 0 0 0 33 1 0 0 18 0 8 0 775951156 457318400 21379 33554432000 4194304 4580107 140734256684672 18446744073709551615 4320512 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=9266/tid=9269] ppid=9264 vsize=446600 CPUtime=0.31 cores=0-7
/proc/9266/task/9269/stat : 9269 (strangenight2-m) R 9264 9266 9240 0 -1 4202560 3024 0 0 0 30 1 0 0 18 0 8 0 775951156 457318400 21379 33554432000 4194304 4580107 140734256684672 18446744073709551615 4294612 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=9266/tid=9270] ppid=9264 vsize=446600 CPUtime=0.24 cores=0-7
/proc/9266/task/9270/stat : 9270 (strangenight2-m) R 9264 9266 9240 0 -1 4202560 2678 0 0 0 24 0 0 0 18 0 8 0 775951156 457318400 21380 33554432000 4194304 4580107 140734256684672 18446744073709551615 4416805 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=9266/tid=9271] ppid=9264 vsize=446600 CPUtime=0.31 cores=0-7
/proc/9266/task/9271/stat : 9271 (strangenight2-m) R 9264 9266 9240 0 -1 4202560 3125 0 0 0 30 1 0 0 18 0 8 0 775951156 457318400 21380 33554432000 4194304 4580107 140734256684672 18446744073709551615 4293064 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=9266/tid=9272] ppid=9264 vsize=446600 CPUtime=0.36 cores=0-7
/proc/9266/task/9272/stat : 9272 (strangenight2-m) R 9264 9266 9240 0 -1 4202560 3074 0 0 0 36 0 0 0 18 0 8 0 775951156 457318400 21381 33554432000 4194304 4580107 140734256684672 18446744073709551615 4489516 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=9266/tid=9273] ppid=9264 vsize=446600 CPUtime=0.38 cores=0-7
/proc/9266/task/9273/stat : 9273 (strangenight2-m) R 9264 9266 9240 0 -1 4202560 1842 0 0 0 38 0 0 0 18 0 8 0 775951156 457318400 21381 33554432000 4194304 4580107 140734256684672 18446744073709551615 4293076 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 2.72
Current children cumulated vsize (KiB) 446600

[startup+0.700495 s]
/proc/loadavg: 0.92 0.98 0.99 2/474 9266
/proc/meminfo: memFree=27500928/32951124 swapFree=38422276/67111528
[pid=9266] ppid=9264 vsize=447652 CPUtime=5.12 cores=0-7
/proc/9266/stat : 9266 (strangenight2-m) R 9264 9266 9240 0 -1 4202496 26137 0 0 0 504 8 0 0 18 0 8 0 775951156 458395648 22861 33554432000 4194304 4580107 140734256684672 18446744073709551615 4294376 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/9266/statm: 111913 22861 379 95 0 106895 0
[pid=9266/tid=9267] ppid=9264 vsize=447652 CPUtime=0.66 cores=0-7
/proc/9266/task/9267/stat : 9267 (strangenight2-m) R 9264 9266 9240 0 -1 4202560 3509 0 0 0 65 1 0 0 18 0 8 0 775951156 458395648 22861 33554432000 4194304 4580107 140734256684672 18446744073709551615 4295723 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=9266/tid=9268] ppid=9264 vsize=447652 CPUtime=0.64 cores=0-7
/proc/9266/task/9268/stat : 9268 (strangenight2-m) R 9264 9266 9240 0 -1 4202560 3352 0 0 0 63 1 0 0 18 0 8 0 775951156 458395648 22861 33554432000 4194304 4580107 140734256684672 18446744073709551615 4489474 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=9266/tid=9269] ppid=9264 vsize=447652 CPUtime=0.61 cores=0-7
/proc/9266/task/9269/stat : 9269 (strangenight2-m) R 9264 9266 9240 0 -1 4202560 3333 0 0 0 60 1 0 0 18 0 8 0 775951156 458395648 22862 33554432000 4194304 4580107 140734256684672 18446744073709551615 4294609 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=9266/tid=9270] ppid=9264 vsize=447652 CPUtime=0.54 cores=0-7
/proc/9266/task/9270/stat : 9270 (strangenight2-m) R 9264 9266 9240 0 -1 4202560 3130 0 0 0 54 0 0 0 18 0 8 0 775951156 458395648 22862 33554432000 4194304 4580107 140734256684672 18446744073709551615 4316677 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=9266/tid=9271] ppid=9264 vsize=447652 CPUtime=0.61 cores=0-7
/proc/9266/task/9271/stat : 9271 (strangenight2-m) R 9264 9266 9240 0 -1 4202560 3399 0 0 0 60 1 0 0 18 0 8 0 775951156 458395648 22862 33554432000 4194304 4580107 140734256684672 18446744073709551615 4294533 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=9266/tid=9272] ppid=9264 vsize=447652 CPUtime=0.66 cores=0-7
/proc/9266/task/9272/stat : 9272 (strangenight2-m) R 9264 9266 9240 0 -1 4202560 3325 0 0 0 66 0 0 0 18 0 8 0 775951156 458395648 22862 33554432000 4194304 4580107 140734256684672 18446744073709551615 4321048 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=9266/tid=9273] ppid=9264 vsize=447652 CPUtime=0.67 cores=0-7
/proc/9266/task/9273/stat : 9273 (strangenight2-m) R 9264 9266 9240 0 -1 4202560 2475 0 0 0 67 0 0 0 18 0 8 0 775951156 458395648 22862 33554432000 4194304 4580107 140734256684672 18446744073709551615 4489474 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 5.12
Current children cumulated vsize (KiB) 447652

[startup+1.50034 s]
/proc/loadavg: 0.92 0.98 0.99 9/482 9274
/proc/meminfo: memFree=27418776/32951124 swapFree=38422276/67111528
[pid=9266] ppid=9264 vsize=461536 CPUtime=11.5 cores=0-7
/proc/9266/stat : 9266 (strangenight2-m) R 9264 9266 9240 0 -1 4202496 33836 0 0 0 1141 9 0 0 19 0 8 0 775951156 472612864 23022 33554432000 4194304 4580107 140734256684672 18446744073709551615 4416477 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/9266/statm: 115384 23022 382 95 0 110366 0
[pid=9266/tid=9267] ppid=9264 vsize=461536 CPUtime=1.44 cores=0-7
/proc/9266/task/9267/stat : 9267 (strangenight2-m) R 9264 9266 9240 0 -1 4202560 4272 0 0 0 143 1 0 0 19 0 8 0 775951156 472612864 23022 33554432000 4194304 4580107 140734256684672 18446744073709551615 4294471 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=9266/tid=9268] ppid=9264 vsize=461536 CPUtime=1.44 cores=0-7
/proc/9266/task/9268/stat : 9268 (strangenight2-m) R 9264 9266 9240 0 -1 4202560 4101 0 0 0 143 1 0 0 19 0 8 0 775951156 472612864 23022 33554432000 4194304 4580107 140734256684672 18446744073709551615 4294376 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=9266/tid=9269] ppid=9264 vsize=461536 CPUtime=1.41 cores=0-7
/proc/9266/task/9269/stat : 9269 (strangenight2-m) R 9264 9266 9240 0 -1 4202560 4115 0 0 0 140 1 0 0 19 0 8 0 775951156 472612864 23022 33554432000 4194304 4580107 140734256684672 18446744073709551615 4294376 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=9266/tid=9270] ppid=9264 vsize=461536 CPUtime=1.33 cores=0-7
/proc/9266/task/9270/stat : 9270 (strangenight2-m) R 9264 9266 9240 0 -1 4202560 3895 0 0 0 133 0 0 0 19 0 8 0 775951156 472612864 23022 33554432000 4194304 4580107 140734256684672 18446744073709551615 4295723 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=9266/tid=9271] ppid=9264 vsize=461536 CPUtime=1.41 cores=0-7
/proc/9266/task/9271/stat : 9271 (strangenight2-m) R 9264 9266 9240 0 -1 4202560 4161 0 0 0 140 1 0 0 19 0 8 0 775951156 472612864 23022 33554432000 4194304 4580107 140734256684672 18446744073709551615 4294585 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=9266/tid=9272] ppid=9264 vsize=461536 CPUtime=1.47 cores=0-7
/proc/9266/task/9272/stat : 9272 (strangenight2-m) R 9264 9266 9240 0 -1 4202560 4049 0 0 0 146 1 0 0 19 0 8 0 775951156 472612864 23023 33554432000 4194304 4580107 140734256684672 18446744073709551615 4296795 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=9266/tid=9273] ppid=9264 vsize=461536 CPUtime=1.47 cores=0-7
/proc/9266/task/9273/stat : 9273 (strangenight2-m) R 9264 9266 9240 0 -1 4202560 3393 0 0 0 147 0 0 0 19 0 8 0 775951156 472612864 23023 33554432000 4194304 4580107 140734256684672 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 11.5
Current children cumulated vsize (KiB) 461536

[startup+3.10104 s]
/proc/loadavg: 0.92 0.98 0.99 9/482 9274
/proc/meminfo: memFree=27394968/32951124 swapFree=38422276/67111528
[pid=9266] ppid=9264 vsize=412360 CPUtime=24.28 cores=0-7
/proc/9266/stat : 9266 (strangenight2-m) R 9264 9266 9240 0 -1 4202496 46452 0 0 0 2417 11 0 0 23 0 8 0 775951156 422256640 30036 33554432000 4194304 4580107 140734256684672 18446744073709551615 4294426 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/9266/statm: 103090 30036 380 95 0 98072 0
[pid=9266/tid=9267] ppid=9264 vsize=412360 CPUtime=3.02 cores=0-7
/proc/9266/task/9267/stat : 9267 (strangenight2-m) R 9264 9266 9240 0 -1 4202560 7339 0 0 0 301 1 0 0 23 0 8 0 775951156 422256640 30036 33554432000 4194304 4580107 140734256684672 18446744073709551615 4294624 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=9266/tid=9268] ppid=9264 vsize=412360 CPUtime=3.04 cores=0-7
/proc/9266/task/9268/stat : 9268 (strangenight2-m) R 9264 9266 9240 0 -1 4202560 5463 0 0 0 303 1 0 0 24 0 8 0 775951156 422256640 30036 33554432000 4194304 4580107 140734256684672 18446744073709551615 4294624 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=9266/tid=9269] ppid=9264 vsize=412360 CPUtime=3.01 cores=0-7
/proc/9266/task/9269/stat : 9269 (strangenight2-m) R 9264 9266 9240 0 -1 4202560 5705 0 0 0 300 1 0 0 24 0 8 0 775951156 422256640 30036 33554432000 4194304 4580107 140734256684672 18446744073709551615 4320810 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=9266/tid=9270] ppid=9264 vsize=412360 CPUtime=2.94 cores=0-7
/proc/9266/task/9270/stat : 9270 (strangenight2-m) R 9264 9266 9240 0 -1 4202560 6628 0 0 0 293 1 0 0 23 0 8 0 775951156 422256640 30036 33554432000 4194304 4580107 140734256684672 18446744073709551615 4416275 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=9266/tid=9271] ppid=9264 vsize=412360 CPUtime=3.01 cores=0-7
/proc/9266/task/9271/stat : 9271 (strangenight2-m) R 9264 9266 9240 0 -1 4202560 5113 0 0 0 299 2 0 0 23 0 8 0 775951156 422256640 30036 33554432000 4194304 4580107 140734256684672 18446744073709551615 4293229 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=9266/tid=9272] ppid=9264 vsize=412360 CPUtime=3.07 cores=0-7
/proc/9266/task/9272/stat : 9272 (strangenight2-m) R 9264 9266 9240 0 -1 4202560 5233 0 0 0 306 1 0 0 24 0 8 0 775951156 422256640 30036 33554432000 4194304 4580107 140734256684672 18446744073709551615 4294624 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=9266/tid=9273] ppid=9264 vsize=412360 CPUtime=3.07 cores=0-7
/proc/9266/task/9273/stat : 9273 (strangenight2-m) R 9264 9266 9240 0 -1 4202560 4425 0 0 0 307 0 0 0 23 0 8 0 775951156 422256640 30036 33554432000 4194304 4580107 140734256684672 18446744073709551615 4294373 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 24.28
Current children cumulated vsize (KiB) 412360

[startup+6.30044 s]
/proc/loadavg: 1.49 1.10 1.03 9/482 9274
/proc/meminfo: memFree=27345072/32951124 swapFree=38422276/67111528
[pid=9266] ppid=9264 vsize=476560 CPUtime=49.83 cores=0-7
/proc/9266/stat : 9266 (strangenight2-m) R 9264 9266 9240 0 -1 4202496 60418 0 0 0 4969 14 0 0 25 0 8 0 775951156 487997440 40045 33554432000 4194304 4580107 140734256684672 18446744073709551615 4305283 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/9266/statm: 119140 40046 380 95 0 114122 0
[pid=9266/tid=9267] ppid=9264 vsize=476560 CPUtime=6.18 cores=0-7
/proc/9266/task/9267/stat : 9267 (strangenight2-m) R 9264 9266 9240 0 -1 4202560 8364 0 0 0 616 2 0 0 25 0 8 0 775951156 487997440 40046 33554432000 4194304 4580107 140734256684672 18446744073709551615 4294436 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=9266/tid=9268] ppid=9264 vsize=476560 CPUtime=6.23 cores=0-7
/proc/9266/task/9268/stat : 9268 (strangenight2-m) R 9264 9266 9240 0 -1 4202560 6313 0 0 0 622 1 0 0 25 0 8 0 775951156 487997440 40046 33554432000 4194304 4580107 140734256684672 18446744073709551615 4294624 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=9266/tid=9269] ppid=9264 vsize=476560 CPUtime=6.21 cores=0-7
/proc/9266/task/9269/stat : 9269 (strangenight2-m) R 9264 9266 9240 0 -1 4202560 7260 0 0 0 620 1 0 0 25 0 8 0 775951156 487997440 40046 33554432000 4194304 4580107 140734256684672 18446744073709551615 4294482 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=9266/tid=9270] ppid=9264 vsize=476560 CPUtime=6.14 cores=0-7
/proc/9266/task/9270/stat : 9270 (strangenight2-m) R 9264 9266 9240 0 -1 4202560 7929 0 0 0 613 1 0 0 25 0 8 0 775951156 487997440 40046 33554432000 4194304 4580107 140734256684672 18446744073709551615 4489516 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=9266/tid=9271] ppid=9264 vsize=476560 CPUtime=6.21 cores=0-7
/proc/9266/task/9271/stat : 9271 (strangenight2-m) R 9264 9266 9240 0 -1 4202560 6927 0 0 0 619 2 0 0 25 0 8 0 775951156 487997440 40046 33554432000 4194304 4580107 140734256684672 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=9266/tid=9272] ppid=9264 vsize=476560 CPUtime=6.26 cores=0-7
/proc/9266/task/9272/stat : 9272 (strangenight2-m) R 9264 9266 9240 0 -1 4202560 7773 0 0 0 625 1 0 0 25 0 8 0 775951156 487997440 40046 33554432000 4194304 4580107 140734256684672 18446744073709551615 4295723 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=9266/tid=9273] ppid=9264 vsize=476560 CPUtime=6.28 cores=0-7
/proc/9266/task/9273/stat : 9273 (strangenight2-m) R 9264 9266 9240 0 -1 4202560 8269 0 0 0 627 1 0 0 25 0 8 0 775951156 487997440 40046 33554432000 4194304 4580107 140734256684672 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 3 0 0 0

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

/proc/9266/task/9270/stat : 9270 (strangenight2-m) R 9264 9266 9240 0 -1 4202560 30030 0 0 0 12785 9 0 0 25 0 8 0 775951156 615563264 77942 33554432000 4194304 4580107 140734256684672 18446744073709551615 4295723 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=9266/tid=9271] ppid=9264 vsize=601136 CPUtime=128.02 cores=0-7
/proc/9266/task/9271/stat : 9271 (strangenight2-m) R 9264 9266 9240 0 -1 4202560 29556 0 0 0 12791 11 0 0 25 0 8 0 775951156 615563264 77942 33554432000 4194304 4580107 140734256684672 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=9266/tid=9272] ppid=9264 vsize=601136 CPUtime=128.05 cores=0-7
/proc/9266/task/9272/stat : 9272 (strangenight2-m) R 9264 9266 9240 0 -1 4202560 28120 0 0 0 12797 8 0 0 25 0 8 0 775951156 615563264 77942 33554432000 4194304 4580107 140734256684672 18446744073709551615 4293211 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=9266/tid=9273] ppid=9264 vsize=601136 CPUtime=128.08 cores=0-7
/proc/9266/task/9273/stat : 9273 (strangenight2-m) R 9264 9266 9240 0 -1 4202560 34777 0 0 0 12797 11 0 0 25 0 8 0 775951156 615563264 77942 33554432000 4194304 4580107 140734256684672 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 1022.32
Current children cumulated vsize (KiB) 601136

[startup+140.901 s]
/proc/loadavg: 7.38 3.63 1.98 9/482 9278
/proc/meminfo: memFree=27187104/32951124 swapFree=38422276/67111528
[pid=9266] ppid=9264 vsize=612204 CPUtime=1124.59 cores=0-7
/proc/9266/stat : 9266 (strangenight2-m) R 9264 9266 9240 0 -1 4202496 235300 0 0 0 112380 79 0 0 25 0 8 0 775951156 626896896 78281 33554432000 4194304 4580107 140734256684672 18446744073709551615 4293229 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/9266/statm: 153051 78281 380 95 0 148033 0
[pid=9266/tid=9267] ppid=9264 vsize=612204 CPUtime=138.7 cores=0-7
/proc/9266/task/9267/stat : 9267 (strangenight2-m) R 9264 9266 9240 0 -1 4202560 25192 0 0 0 13861 9 0 0 25 0 8 0 775951156 626896896 78286 33554432000 4194304 4580107 140734256684672 18446744073709551615 4294585 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=9266/tid=9268] ppid=9264 vsize=612204 CPUtime=140.85 cores=0-7
/proc/9266/task/9268/stat : 9268 (strangenight2-m) R 9264 9266 9240 0 -1 4202560 26623 0 0 0 14077 8 0 0 25 0 8 0 775951156 626896896 78286 33554432000 4194304 4580107 140734256684672 18446744073709551615 4294336 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=9266/tid=9269] ppid=9264 vsize=612204 CPUtime=140.8 cores=0-7
/proc/9266/task/9269/stat : 9269 (strangenight2-m) R 9264 9266 9240 0 -1 4202560 26959 0 0 0 14071 9 0 0 25 0 8 0 775951156 626896896 78286 33554432000 4194304 4580107 140734256684672 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=9266/tid=9270] ppid=9264 vsize=612204 CPUtime=140.75 cores=0-7
/proc/9266/task/9270/stat : 9270 (strangenight2-m) R 9264 9266 9240 0 -1 4202560 32111 0 0 0 14066 9 0 0 25 0 8 0 775951156 626896896 78286 33554432000 4194304 4580107 140734256684672 18446744073709551615 4293232 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=9266/tid=9271] ppid=9264 vsize=612204 CPUtime=140.83 cores=0-7
/proc/9266/task/9271/stat : 9271 (strangenight2-m) R 9264 9266 9240 0 -1 4202560 30390 0 0 0 14072 11 0 0 25 0 8 0 775951156 626896896 78286 33554432000 4194304 4580107 140734256684672 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=9266/tid=9272] ppid=9264 vsize=612204 CPUtime=140.88 cores=0-7
/proc/9266/task/9272/stat : 9272 (strangenight2-m) R 9264 9266 9240 0 -1 4202560 28121 0 0 0 14079 9 0 0 25 0 8 0 775951156 626896896 78286 33554432000 4194304 4580107 140734256684672 18446744073709551615 4294507 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=9266/tid=9273] ppid=9264 vsize=612204 CPUtime=140.89 cores=0-7
/proc/9266/task/9273/stat : 9273 (strangenight2-m) R 9264 9266 9240 0 -1 4202560 37013 0 0 0 14078 11 0 0 25 0 8 0 775951156 626896896 78286 33554432000 4194304 4580107 140734256684672 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 1124.59
Current children cumulated vsize (KiB) 612204

[startup+144.1 s]
/proc/loadavg: 7.43 3.70 2.01 9/482 9278
/proc/meminfo: memFree=27192556/32951124 swapFree=38422276/67111528
[pid=9266] ppid=9264 vsize=612204 CPUtime=1150.09 cores=0-7
/proc/9266/stat : 9266 (strangenight2-m) R 9264 9266 9240 0 -1 4202496 236401 0 0 0 114929 80 0 0 25 0 8 0 775951156 626896896 76899 33554432000 4194304 4580107 140734256684672 18446744073709551615 4294471 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/9266/statm: 153051 76899 380 95 0 148033 0
[pid=9266/tid=9267] ppid=9264 vsize=612204 CPUtime=141.85 cores=0-7
/proc/9266/task/9267/stat : 9267 (strangenight2-m) R 9264 9266 9240 0 -1 4202560 25192 0 0 0 14176 9 0 0 25 0 8 0 775951156 626896896 76899 33554432000 4194304 4580107 140734256684672 18446744073709551615 4294624 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=9266/tid=9268] ppid=9264 vsize=612204 CPUtime=144.03 cores=0-7
/proc/9266/task/9268/stat : 9268 (strangenight2-m) R 9264 9266 9240 0 -1 4202560 26686 0 0 0 14395 8 0 0 25 0 8 0 775951156 626896896 76899 33554432000 4194304 4580107 140734256684672 18446744073709551615 4294367 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=9266/tid=9269] ppid=9264 vsize=612204 CPUtime=143.98 cores=0-7
/proc/9266/task/9269/stat : 9269 (strangenight2-m) R 9264 9266 9240 0 -1 4202560 26959 0 0 0 14389 9 0 0 25 0 8 0 775951156 626896896 76899 33554432000 4194304 4580107 140734256684672 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=9266/tid=9270] ppid=9264 vsize=612204 CPUtime=143.94 cores=0-7
/proc/9266/task/9270/stat : 9270 (strangenight2-m) R 9264 9266 9240 0 -1 4202560 32375 0 0 0 14384 10 0 0 25 0 8 0 775951156 626896896 76899 33554432000 4194304 4580107 140734256684672 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=9266/tid=9271] ppid=9264 vsize=612204 CPUtime=144.01 cores=0-7
/proc/9266/task/9271/stat : 9271 (strangenight2-m) R 9264 9266 9240 0 -1 4202560 30759 0 0 0 14390 11 0 0 25 0 8 0 775951156 626896896 76899 33554432000 4194304 4580107 140734256684672 18446744073709551615 4294624 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=9266/tid=9272] ppid=9264 vsize=612204 CPUtime=144.06 cores=0-7
/proc/9266/task/9272/stat : 9272 (strangenight2-m) R 9264 9266 9240 0 -1 4202560 28121 0 0 0 14397 9 0 0 25 0 8 0 775951156 626896896 76899 33554432000 4194304 4580107 140734256684672 18446744073709551615 4294436 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=9266/tid=9273] ppid=9264 vsize=612204 CPUtime=144.08 cores=0-7
/proc/9266/task/9273/stat : 9273 (strangenight2-m) R 9264 9266 9240 0 -1 4202560 37328 0 0 0 14397 11 0 0 25 0 8 0 775951156 626896896 76899 33554432000 4194304 4580107 140734256684672 18446744073709551615 4294378 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 1150.09
Current children cumulated vsize (KiB) 612204

[startup+147.301 s]
/proc/loadavg: 7.43 3.70 2.01 9/482 9278
/proc/meminfo: memFree=27187596/32951124 swapFree=38422276/67111528
[pid=9266] ppid=9264 vsize=612588 CPUtime=1175.64 cores=0-7
/proc/9266/stat : 9266 (strangenight2-m) R 9264 9266 9240 0 -1 4202496 237848 0 0 0 117483 81 0 0 25 0 8 0 775951156 627290112 78346 33554432000 4194304 4580107 140734256684672 18446744073709551615 4294482 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/9266/statm: 153147 78346 380 95 0 148129 0
[pid=9266/tid=9267] ppid=9264 vsize=612588 CPUtime=145 cores=0-7
/proc/9266/task/9267/stat : 9267 (strangenight2-m) R 9264 9266 9240 0 -1 4202560 25212 0 0 0 14491 9 0 0 25 0 8 0 775951156 627290112 78346 33554432000 4194304 4580107 140734256684672 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=9266/tid=9268] ppid=9264 vsize=612588 CPUtime=147.23 cores=0-7
/proc/9266/task/9268/stat : 9268 (strangenight2-m) R 9264 9266 9240 0 -1 4202560 26686 0 0 0 14715 8 0 0 25 0 8 0 775951156 627290112 78346 33554432000 4194304 4580107 140734256684672 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=9266/tid=9269] ppid=9264 vsize=612588 CPUtime=147.19 cores=0-7
/proc/9266/task/9269/stat : 9269 (strangenight2-m) R 9264 9266 9240 0 -1 4202560 27607 0 0 0 14709 10 0 0 25 0 8 0 775951156 627290112 78346 33554432000 4194304 4580107 140734256684672 18446744073709551615 4293090 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=9266/tid=9270] ppid=9264 vsize=612588 CPUtime=147.14 cores=0-7
/proc/9266/task/9270/stat : 9270 (strangenight2-m) R 9264 9266 9240 0 -1 4202560 32571 0 0 0 14704 10 0 0 25 0 8 0 775951156 627290112 78346 33554432000 4194304 4580107 140734256684672 18446744073709551615 4293232 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=9266/tid=9271] ppid=9264 vsize=612588 CPUtime=147.21 cores=0-7
/proc/9266/task/9271/stat : 9271 (strangenight2-m) R 9264 9266 9240 0 -1 4202560 31110 0 0 0 14710 11 0 0 25 0 8 0 775951156 627290112 78346 33554432000 4194304 4580107 140734256684672 18446744073709551615 4397170 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=9266/tid=9272] ppid=9264 vsize=612588 CPUtime=147.26 cores=0-7
/proc/9266/task/9272/stat : 9272 (strangenight2-m) R 9264 9266 9240 0 -1 4202560 28125 0 0 0 14717 9 0 0 25 0 8 0 775951156 627290112 78346 33554432000 4194304 4580107 140734256684672 18446744073709551615 4302044 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=9266/tid=9273] ppid=9264 vsize=612588 CPUtime=147.28 cores=0-7
/proc/9266/task/9273/stat : 9273 (strangenight2-m) R 9264 9266 9240 0 -1 4202560 37556 0 0 0 14717 11 0 0 25 0 8 0 775951156 627290112 78346 33554432000 4194304 4580107 140734256684672 18446744073709551615 4294624 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 1175.64
Current children cumulated vsize (KiB) 612588

[startup+148.901 s]
/proc/loadavg: 7.47 3.77 2.04 9/482 9278
/proc/meminfo: memFree=27180900/32951124 swapFree=38422276/67111528
[pid=9266] ppid=9264 vsize=667388 CPUtime=1187.57 cores=0-7
/proc/9266/stat : 9266 (strangenight2-m) S 9264 9266 9240 0 -1 4202496 240195 0 0 0 118676 81 0 0 25 0 8 0 775951156 683405312 79473 33554432000 4194304 4580107 140734256684672 18446744073709551615 47898322343476 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/9266/statm: 166847 79473 380 95 0 161829 0
[pid=9266/tid=9267] ppid=9264 vsize=667388 CPUtime=146.43 cores=0-7
/proc/9266/task/9267/stat : 9267 (strangenight2-m) S 9264 9266 9240 0 -1 4202560 25212 0 0 0 14634 9 0 0 25 0 8 0 775951156 683405312 79473 33554432000 4194304 4580107 140734256684672 18446744073709551615 47898322343476 0 0 4096 2 18446604445493491712 0 0 -1 7 0 0 0
[pid=9266/tid=9268] ppid=9264 vsize=667388 CPUtime=148.83 cores=0-7
/proc/9266/task/9268/stat : 9268 (strangenight2-m) R 9264 9266 9240 0 -1 4202560 26686 0 0 0 14875 8 0 0 25 0 8 0 775951156 683405312 79473 33554432000 4194304 4580107 140734256684672 18446744073709551615 47898322318891 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=9266/tid=9269] ppid=9264 vsize=667388 CPUtime=148.65 cores=0-7
/proc/9266/task/9269/stat : 9269 (strangenight2-m) S 9264 9266 9240 0 -1 4202560 27724 0 0 0 14855 10 0 0 25 0 8 0 775951156 683405312 79473 33554432000 4194304 4580107 140734256684672 18446744073709551615 47898322343476 0 0 4096 2 18446604445493491712 0 0 -1 4 0 0 0
[pid=9266/tid=9270] ppid=9264 vsize=667388 CPUtime=148.6 cores=0-7
/proc/9266/task/9270/stat : 9270 (strangenight2-m) S 9264 9266 9240 0 -1 4202560 33235 0 0 0 14850 10 0 0 25 0 8 0 775951156 683405312 79473 33554432000 4194304 4580107 140734256684672 18446744073709551615 47898322343476 0 0 4096 2 18446604445493491712 0 0 -1 6 0 0 0
[pid=9266/tid=9271] ppid=9264 vsize=667388 CPUtime=148.81 cores=0-7
/proc/9266/task/9271/stat : 9271 (strangenight2-m) R 9264 9266 9240 0 -1 4202560 32114 0 0 0 14870 11 0 0 25 0 8 0 775951156 683405312 79473 33554432000 4194304 4580107 140734256684672 18446744073709551615 4406480 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=9266/tid=9272] ppid=9264 vsize=667388 CPUtime=148.72 cores=0-7
/proc/9266/task/9272/stat : 9272 (strangenight2-m) S 9264 9266 9240 0 -1 4202560 28125 0 0 0 14863 9 0 0 25 0 8 0 775951156 683405312 79473 33554432000 4194304 4580107 140734256684672 18446744073709551615 47898322343476 0 0 4096 2 18446604445493491712 0 0 -1 1 0 0 0
[pid=9266/tid=9273] ppid=9264 vsize=667388 CPUtime=148.74 cores=0-7
/proc/9266/task/9273/stat : 9273 (strangenight2-m) S 9264 9266 9240 0 -1 4202560 38118 0 0 0 14863 11 0 0 25 0 8 0 775951156 683405312 79473 33554432000 4194304 4580107 140734256684672 18446744073709551615 47898322343476 0 0 4096 2 18446604445493491712 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 1187.57
Current children cumulated vsize (KiB) 667388

[startup+149.7 s]
/proc/loadavg: 7.47 3.77 2.04 3/482 9278
/proc/meminfo: memFree=27181144/32951124 swapFree=38422276/67111528
[pid=9266] ppid=9264 vsize=667388 CPUtime=1189.19 cores=0-7
/proc/9266/stat : 9266 (strangenight2-m) S 9264 9266 9240 0 -1 4202496 240195 0 0 0 118838 81 0 0 25 0 8 0 775951156 683405312 79473 33554432000 4194304 4580107 140734256684672 18446744073709551615 47898322343476 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/9266/statm: 166847 79473 380 95 0 161829 0
[pid=9266/tid=9267] ppid=9264 vsize=667388 CPUtime=146.43 cores=0-7
/proc/9266/task/9267/stat : 9267 (strangenight2-m) S 9264 9266 9240 0 -1 4202560 25212 0 0 0 14634 9 0 0 25 0 8 0 775951156 683405312 79473 33554432000 4194304 4580107 140734256684672 18446744073709551615 47898322343476 0 0 4096 2 18446604445493491712 0 0 -1 7 0 0 0
[pid=9266/tid=9268] ppid=9264 vsize=667388 CPUtime=149.65 cores=0-7
/proc/9266/task/9268/stat : 9268 (strangenight2-m) R 9264 9266 9240 0 -1 4202560 26686 0 0 0 14957 8 0 0 25 0 8 0 775951156 683405312 79473 33554432000 4194304 4580107 140734256684672 18446744073709551615 47898322318891 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=9266/tid=9269] ppid=9264 vsize=667388 CPUtime=148.65 cores=0-7
/proc/9266/task/9269/stat : 9269 (strangenight2-m) S 9264 9266 9240 0 -1 4202560 27724 0 0 0 14855 10 0 0 25 0 8 0 775951156 683405312 79473 33554432000 4194304 4580107 140734256684672 18446744073709551615 47898322343476 0 0 4096 2 18446604445493491712 0 0 -1 4 0 0 0
[pid=9266/tid=9270] ppid=9264 vsize=667388 CPUtime=148.6 cores=0-7
/proc/9266/task/9270/stat : 9270 (strangenight2-m) S 9264 9266 9240 0 -1 4202560 33235 0 0 0 14850 10 0 0 25 0 8 0 775951156 683405312 79473 33554432000 4194304 4580107 140734256684672 18446744073709551615 47898322343476 0 0 4096 2 18446604445493491712 0 0 -1 6 0 0 0
[pid=9266/tid=9271] ppid=9264 vsize=667388 CPUtime=149.63 cores=0-7
/proc/9266/task/9271/stat : 9271 (strangenight2-m) R 9264 9266 9240 0 -1 4202560 32114 0 0 0 14952 11 0 0 25 0 8 0 775951156 683405312 79473 33554432000 4194304 4580107 140734256684672 18446744073709551615 4416463 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=9266/tid=9272] ppid=9264 vsize=667388 CPUtime=148.72 cores=0-7
/proc/9266/task/9272/stat : 9272 (strangenight2-m) S 9264 9266 9240 0 -1 4202560 28125 0 0 0 14863 9 0 0 25 0 8 0 775951156 683405312 79473 33554432000 4194304 4580107 140734256684672 18446744073709551615 47898322343476 0 0 4096 2 18446604445493491712 0 0 -1 1 0 0 0
[pid=9266/tid=9273] ppid=9264 vsize=667388 CPUtime=148.74 cores=0-7
/proc/9266/task/9273/stat : 9273 (strangenight2-m) S 9264 9266 9240 0 -1 4202560 38118 0 0 0 14863 11 0 0 25 0 8 0 775951156 683405312 79473 33554432000 4194304 4580107 140734256684672 18446744073709551615 47898322343476 0 0 4096 2 18446604445493491712 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 1189.19
Current children cumulated vsize (KiB) 667388

[startup+150.101 s]
/proc/loadavg: 7.47 3.77 2.04 3/482 9278
/proc/meminfo: memFree=27181144/32951124 swapFree=38422276/67111528
[pid=9266] ppid=9264 vsize=667388 CPUtime=1189.98 cores=0-7
/proc/9266/stat : 9266 (strangenight2-m) S 9264 9266 9240 0 -1 4202496 240208 0 0 0 118917 81 0 0 25 0 8 0 775951156 683405312 79486 33554432000 4194304 4580107 140734256684672 18446744073709551615 47898322343476 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/9266/statm: 166847 79486 380 95 0 161829 0
[pid=9266/tid=9267] ppid=9264 vsize=667388 CPUtime=146.43 cores=0-7
/proc/9266/task/9267/stat : 9267 (strangenight2-m) S 9264 9266 9240 0 -1 4202560 25212 0 0 0 14634 9 0 0 25 0 8 0 775951156 683405312 79486 33554432000 4194304 4580107 140734256684672 18446744073709551615 47898322343476 0 0 4096 2 18446604445493491712 0 0 -1 7 0 0 0
[pid=9266/tid=9268] ppid=9264 vsize=667388 CPUtime=150.03 cores=0-7
/proc/9266/task/9268/stat : 9268 (strangenight2-m) R 9264 9266 9240 0 -1 4202560 26686 0 0 0 14995 8 0 0 25 0 8 0 775951156 683405312 79486 33554432000 4194304 4580107 140734256684672 18446744073709551615 47898322319044 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=9266/tid=9269] ppid=9264 vsize=667388 CPUtime=148.65 cores=0-7
/proc/9266/task/9269/stat : 9269 (strangenight2-m) S 9264 9266 9240 0 -1 4202560 27724 0 0 0 14855 10 0 0 25 0 8 0 775951156 683405312 79486 33554432000 4194304 4580107 140734256684672 18446744073709551615 47898322343476 0 0 4096 2 18446604445493491712 0 0 -1 4 0 0 0
[pid=9266/tid=9270] ppid=9264 vsize=667388 CPUtime=148.6 cores=0-7
/proc/9266/task/9270/stat : 9270 (strangenight2-m) S 9264 9266 9240 0 -1 4202560 33235 0 0 0 14850 10 0 0 25 0 8 0 775951156 683405312 79486 33554432000 4194304 4580107 140734256684672 18446744073709551615 47898322343476 0 0 4096 2 18446604445493491712 0 0 -1 6 0 0 0
[pid=9266/tid=9271] ppid=9264 vsize=667388 CPUtime=150.01 cores=0-7
/proc/9266/task/9271/stat : 9271 (strangenight2-m) R 9264 9266 9240 0 -1 4202560 32127 0 0 0 14990 11 0 0 25 0 8 0 775951156 683405312 79486 33554432000 4194304 4580107 140734256684672 18446744073709551615 4294376 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=9266/tid=9272] ppid=9264 vsize=667388 CPUtime=148.72 cores=0-7
/proc/9266/task/9272/stat : 9272 (strangenight2-m) S 9264 9266 9240 0 -1 4202560 28125 0 0 0 14863 9 0 0 25 0 8 0 775951156 683405312 79486 33554432000 4194304 4580107 140734256684672 18446744073709551615 47898322343476 0 0 4096 2 18446604445493491712 0 0 -1 1 0 0 0
[pid=9266/tid=9273] ppid=9264 vsize=667388 CPUtime=148.74 cores=0-7
/proc/9266/task/9273/stat : 9273 (strangenight2-m) S 9264 9266 9240 0 -1 4202560 38118 0 0 0 14863 11 0 0 25 0 8 0 775951156 683405312 79486 33554432000 4194304 4580107 140734256684672 18446744073709551615 47898322343476 0 0 4096 2 18446604445493491712 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 1189.98
Current children cumulated vsize (KiB) 667388

[startup+150.201 s]
/proc/loadavg: 7.47 3.77 2.04 3/482 9278
/proc/meminfo: memFree=27181144/32951124 swapFree=38422276/67111528
[pid=9266] ppid=9264 vsize=667388 CPUtime=1190.17 cores=0-7
/proc/9266/stat : 9266 (strangenight2-m) S 9264 9266 9240 0 -1 4202496 240208 0 0 0 118936 81 0 0 25 0 8 0 775951156 683405312 79486 33554432000 4194304 4580107 140734256684672 18446744073709551615 47898322343476 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/9266/statm: 166847 79486 380 95 0 161829 0
[pid=9266/tid=9267] ppid=9264 vsize=667388 CPUtime=146.43 cores=0-7
/proc/9266/task/9267/stat : 9267 (strangenight2-m) S 9264 9266 9240 0 -1 4202560 25212 0 0 0 14634 9 0 0 25 0 8 0 775951156 683405312 79486 33554432000 4194304 4580107 140734256684672 18446744073709551615 47898322343476 0 0 4096 2 18446604445493491712 0 0 -1 7 0 0 0
[pid=9266/tid=9268] ppid=9264 vsize=667388 CPUtime=150.13 cores=0-7
/proc/9266/task/9268/stat : 9268 (strangenight2-m) R 9264 9266 9240 0 -1 4202560 26686 0 0 0 15005 8 0 0 25 0 8 0 775951156 683405312 79486 33554432000 4194304 4580107 140734256684672 18446744073709551615 47898322319044 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=9266/tid=9269] ppid=9264 vsize=667388 CPUtime=148.65 cores=0-7
/proc/9266/task/9269/stat : 9269 (strangenight2-m) S 9264 9266 9240 0 -1 4202560 27724 0 0 0 14855 10 0 0 25 0 8 0 775951156 683405312 79486 33554432000 4194304 4580107 140734256684672 18446744073709551615 47898322343476 0 0 4096 2 18446604445493491712 0 0 -1 4 0 0 0
[pid=9266/tid=9270] ppid=9264 vsize=667388 CPUtime=148.6 cores=0-7
/proc/9266/task/9270/stat : 9270 (strangenight2-m) S 9264 9266 9240 0 -1 4202560 33235 0 0 0 14850 10 0 0 25 0 8 0 775951156 683405312 79486 33554432000 4194304 4580107 140734256684672 18446744073709551615 47898322343476 0 0 4096 2 18446604445493491712 0 0 -1 6 0 0 0
[pid=9266/tid=9271] ppid=9264 vsize=667388 CPUtime=150.11 cores=0-7
/proc/9266/task/9271/stat : 9271 (strangenight2-m) R 9264 9266 9240 0 -1 4202560 32127 0 0 0 15000 11 0 0 25 0 8 0 775951156 683405312 79486 33554432000 4194304 4580107 140734256684672 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=9266/tid=9272] ppid=9264 vsize=667388 CPUtime=148.72 cores=0-7
/proc/9266/task/9272/stat : 9272 (strangenight2-m) S 9264 9266 9240 0 -1 4202560 28125 0 0 0 14863 9 0 0 25 0 8 0 775951156 683405312 79486 33554432000 4194304 4580107 140734256684672 18446744073709551615 47898322343476 0 0 4096 2 18446604445493491712 0 0 -1 1 0 0 0
[pid=9266/tid=9273] ppid=9264 vsize=667388 CPUtime=148.74 cores=0-7
/proc/9266/task/9273/stat : 9273 (strangenight2-m) S 9264 9266 9240 0 -1 4202560 38118 0 0 0 14863 11 0 0 25 0 8 0 775951156 683405312 79486 33554432000 4194304 4580107 140734256684672 18446744073709551615 47898322343476 0 0 4096 2 18446604445493491712 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 1190.17
Current children cumulated vsize (KiB) 667388

Child status: 20
Real time (s): 150.279
CPU time (s): 1190.33
CPU user time (s): 1189.49
CPU system time (s): 0.834873
CPU usage (%): 792.079
Max. virtual memory (cumulated for all children) (KiB): 687168

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1189.49
system time used= 0.834873
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 240211
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= 7669
involuntary context switches= 5598

runsolver used 0.6549 second user time and 1.68774 second system time

The end

Launcher Data

Begin job on node102 at 2011-05-29 06:31:28
IDJOB=3421459
IDBENCH=71150
IDSOLVER=1878
FILE ID=node102/3421459-1306643488
RUNJOBID= node102-1306643488-9254
PBS_JOBID= 13471699
Free space on /tmp= 73432 MiB

SOLVER NAME= CryptoMiniSat Strange-Night-2-mt (fixed)
BENCH NAME= SAT09/CRAFTED/modcircuits/mod4block_2vars_8gates_u2.cnf
COMMAND LINE= ./strangenight2-mt --threads=NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3421459-1306643488/watcher-3421459-1306643488 -o /tmp/evaluation-result-3421459-1306643488/solver-3421459-1306643488 -C 40000 -W 5100 -M 31000  ./strangenight2-mt --threads=8 HOME/instance-3421459-1306643488.cnf

TIME LIMIT= 40000 seconds
MEMORY LIMIT= 31000 MiB
NBCORE= 8

MD5SUM BENCH= a5bb71bc1d85a401ce9f42ed1404d63e
RANDOM SEED=700083695

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

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      27501464 kB
Buffers:        211696 kB
Cached:        1261976 kB
SwapCached:      76276 kB
Active:         484308 kB
Inactive:      4703476 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      27501464 kB
SwapTotal:    67111528 kB
SwapFree:     38422276 kB
Dirty:            6996 kB
Writeback:           0 kB
AnonPages:     3650660 kB
Mapped:          12836 kB
Slab:            91896 kB
PageTables:     100208 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 135451456 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= 73424 MiB
End job on node102 at 2011-05-29 06:33:58