Trace number 3394656

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)SAT 2132.05 272.777

General information on the benchmark

Nameapplication/kullmann/AES/Benchmarks/
32/aes_32_3_keyfind_1.cnf
MD5SUM278d646386a62d4f28f7fc390c5eab3e
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark35.2686
Satisfiable
(Un)Satisfiability was proved
Number of variables708
Number of clauses2664
Sum of the clauses size8392
Maximum clause length5
Minimum clause length1
Number of clauses of size 176
Number of clauses of size 2120
Number of clauses of size 31856
Number of clauses of size 4552
Number of clauses of size 560
Number of clauses of size over 50

Solver Data

0.00/0.00	c Outputting solution to console
0.00/0.11	c Using 8 threads
0.79/0.12	c This is CryptoMiniSat 3.0.0
0.79/0.12	c WARNING: for repeatability, setting FPU to use double precision
0.79/0.12	c Reading file 'HOME/instance-3394656-1306102930.cnf'
0.79/0.12	c -- header says num vars:            708
0.79/0.12	c -- header says num clauses:        2664
0.79/0.13	c -- clauses added:            0 learnts,         2664 normals,            0 xors
0.79/0.13	c -- vars added        708
0.79/0.13	c Parsing time:  0.00 s
0.79/0.13	c  N st     0         0       708      2420       120         0      8076         0   no data   no data
0.79/0.13	c asymm  cl-useful: 0/2164/2164 lits-rem:0 time: 0.00
0.79/0.13	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:  112 Bins:      0 BRemL:      0 BRemN:      0 P:  0.0M T:  0.00
0.79/0.13	c Replacing      112 vars Replaced     2100 lits Time:     0.00 s 
0.79/0.13	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
0.79/0.13	c bin-w-bin subsume rem            0 bins  time:  0.00 s
0.79/0.13	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
0.79/0.13	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    520 time:  0.00 s
0.79/0.13	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
0.79/0.14	c lits-rem:         0  cl-subs:        0  v-elim:     78  v-fix:    0  time:  0.00 s
0.79/0.14	c Finding binary XORs  T:     0.00 s  found:       0
0.79/0.14	c Finding non-binary XORs:     0.00 s (found:     226, avg size: 3.3)
0.79/0.14	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:     18 locsubst:     0 time:   0.00
0.79/0.14	c calculated reachability. Time: 0.00
0.79/0.14	c Calc default polars -  time:   0.00 s pos:       0 undec:     284 neg:     424
0.79/0.14	c =========================================================================================
0.79/0.14	c types(t): F = full restart, N = normal restart
0.79/0.14	c types(t): S = simplification begin/end, E = solution found
0.79/0.14	c restart types(rt): st = static, dy = dynamic
0.79/0.14	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits
0.79/0.14	c  B st     0         0       424       948        24         0      4188         0   no data   no data
0.79/0.19	c Decided on static restart strategy
7.68/1.01	c  N st     8      4918       424       948        33      4669      4188    126670   no data   no data
7.68/1.01	c  N st    10     11303       424       948        75      4323      4188     65228   no data   no data
7.68/1.01	c  N st    11     17048       424       948        75      9935      4188    238831   no data   no data
11.68/1.51	c  F st    12     25000       424       948        81     12138      4188    258045   no data   no data
11.68/1.51	c  N st    12     25000       424       948        81     12138      4188    258045   no data   no data
11.68/1.51	c Finding binary XORs  T:     0.00 s  found:      37
11.68/1.52	c Replacing       37 vars Replaced     5907 lits Time:     0.01 s 
14.07/1.83	c Decided on static restart strategy
14.07/1.83	c  N st    18     30002       387       948         7     10436      4146    203488   no data   no data
14.07/1.83	c  S st    18     30002       387       948         7     10436      4146    203488   no data   no data
14.07/1.86	c  S st    18     30505       387       948         7     10916      4146    211691   no data   no data
14.07/1.87	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
14.07/1.87	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.1M T:  0.00
14.07/1.87	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
14.07/1.87	c bin-w-bin subsume rem            0 bins  time:  0.00 s
14.07/1.87	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
14.07/1.87	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    387 time:  0.00 s
14.07/1.87	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
14.07/1.87	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
14.07/1.88	c subs with bin:        2  lits-rem:       105  v-fix:    0  time:  0.00 s
15.67/2.07	c lits-rem:      2567  cl-subs:     1003  v-elim:      0  v-fix:    0  time:  0.19 s
15.67/2.07	c asymm  cl-useful: 0/948/948 lits-rem:0 time: 0.00
15.67/2.07	c calculated reachability. Time: 0.00
15.67/2.07	c  N st    18     30505       387       948         7      9911      4146    187978   no data   no data
19.66/2.58	c  N st    20     37616       387       948        10      9124      4146    147495   no data   no data
23.65/3.06	c  N st    21     44016       387       948        10     15148      4146    303218   no data   no data
24.46/3.19	c  S st    22     45757       387       948        11     16808      4146    343818   no data   no data
25.26/3.24	c  S st    22     46259       387       948        12      8919      4146    117988   no data   no data
25.26/3.24	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
25.26/3.24	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    3 Bins:      0 BRemL:      0 BRemN:      0 P:  0.1M T:  0.00
25.26/3.24	c Replacing        3 vars Replaced      449 lits Time:     0.00 s 
25.26/3.24	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
25.26/3.24	c bin-w-bin subsume rem            0 bins  time:  0.00 s
25.26/3.24	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
25.26/3.24	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    384 time:  0.00 s
25.26/3.24	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
25.26/3.24	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
25.26/3.25	c subs with bin:        1  lits-rem:         0  v-fix:    0  time:  0.00 s
25.26/3.28	c lits-rem:       240  cl-subs:      555  v-elim:      0  v-fix:    0  time:  0.03 s
25.26/3.28	c vivif2 --  cl tried      948 cl shrink        0 lits rem          0 time: 0.00
25.26/3.28	c vivif2 --  cl tried     8359 cl shrink        0 lits rem          0 time: 0.00
25.26/3.28	c asymm  cl-useful: 0/948/948 lits-rem:0 time: 0.00
25.26/3.28	c calculated reachability. Time: 0.00
25.26/3.28	c  N st    22     46259       384       948         6      8359      4146    106747   no data   no data
34.03/4.38	c  N st    23     60659       384       948         6     12856      4146    214878   no data   no data
39.62/5.07	c  N st    24     69389       384       948         8     21205      4146    434837   no data   no data
39.62/5.07	c  S st    24     69389       384       948         8     21205      4146    434837   no data   no data
40.42/5.13	c  S st    24     69889       384       948        10     11163      4146    144080   no data   no data
40.42/5.13	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
40.42/5.13	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    2 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.00
40.42/5.13	c Replacing        2 vars Replaced       86 lits Time:     0.00 s 
40.42/5.13	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
40.42/5.13	c bin-w-bin subsume rem            0 bins  time:  0.00 s
40.42/5.13	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
40.42/5.13	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    382 time:  0.00 s
40.42/5.13	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
40.42/5.13	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
40.42/5.14	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
40.42/5.16	c lits-rem:       252  cl-subs:      232  v-elim:      0  v-fix:    0  time:  0.02 s
40.42/5.16	c vivif2 --  cl tried      948 cl shrink        0 lits rem          0 time: 0.00
40.42/5.16	c vivif2 --  cl tried    10929 cl shrink        0 lits rem          0 time: 0.00
40.42/5.17	c asymm  cl-useful: 0/948/948 lits-rem:0 time: 0.00
40.42/5.17	c calculated reachability. Time: 0.00
40.42/5.17	c  N st    24     69889       382       948         6     10929      4144    140191   no data   no data
52.48/6.69	c  F st    25     87502       382       948         6     16267      4144    264834   no data   no data
52.48/6.69	c  N st    25     87502       382       948         6     16267      4144    264834   no data   no data
52.48/6.69	c Finding binary XORs  T:     0.00 s  found:       6
52.48/6.69	c Replacing        6 vars Replaced       73 lits Time:     0.00 s 
56.38/7.10	c Decided on static restart strategy
57.98/7.36	c  N st    32     95545       376       948         0     24019      4140    477551   no data   no data
64.37/8.12	c  N st    34    104833       376       948         0     20480      4140    363313   no data   no data
64.37/8.12	c  S st    34    104833       376       948         0     20480      4140    363313   no data   no data
64.37/8.17	c  S st    34    105337       376       948         0     20964      4140    372759   no data   no data
64.37/8.18	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
64.37/8.18	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.3M T:  0.00
64.37/8.18	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
64.37/8.18	c bin-w-bin subsume rem            0 bins  time:  0.00 s
64.37/8.18	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
64.37/8.18	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    376 time:  0.00 s
64.37/8.18	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
64.37/8.19	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
64.37/8.19	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
69.17/8.79	c lits-rem:       899  cl-subs:     2957  v-elim:      0  v-fix:    0  time:  0.60 s
69.17/8.80	c vivif2 --  cl tried      948 cl shrink        0 lits rem          0 time: 0.00
69.17/8.80	c vivif2 --  cl tried    18007 cl shrink        0 lits rem          0 time: 0.00
69.17/8.80	c asymm  cl-useful: 0/948/948 lits-rem:0 time: 0.01
69.17/8.80	c calculated reachability. Time: 0.00
69.17/8.80	c  N st    34    105337       376       948         0     18007      4140    305320   no data   no data
77.15/9.74	c  N st    35    114935       376       948         0     13887      4140    176119   no data   no data
87.62/11.07	c  N st    36    129333       376       948         0     27448      4140    530475   no data   no data
105.16/13.22	c  N st    37    150928       376       948         0     18595      4140    277677   no data   no data
109.87/13.89	c  S st    38    158005       376       948         0     25266      4140    454829   no data   no data
110.67/13.97	c  S st    38    158507       376       948         0     25750      4140    464961   no data   no data
110.67/13.97	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
110.67/13.98	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.3M T:  0.01
110.67/13.98	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
110.67/13.98	c bin-w-bin subsume rem            0 bins  time:  0.00 s
110.67/13.98	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
110.67/13.98	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    376 time:  0.00 s
110.67/13.98	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
110.67/13.98	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
110.67/13.99	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
118.65/14.99	c lits-rem:      1338  cl-subs:     3581  v-elim:      0  v-fix:    0  time:  1.00 s
118.65/14.99	c vivif2 --  cl tried      948 cl shrink        0 lits rem          0 time: 0.00
119.45/15.00	c vivif2 --  cl tried    22169 cl shrink        0 lits rem          0 time: 0.00
119.45/15.00	c asymm  cl-useful: 0/948/948 lits-rem:0 time: 0.01
119.45/15.01	c calculated reachability. Time: 0.00
119.45/15.01	c  N st    38    158507       376       948         0     22169      4140    381963   no data   no data
160.17/20.10	c  N st    39    207095       376       948         0     35226      4140    680548   no data   no data
188.11/23.65	c  N st    40    237762       376       948         0     27214      4140    445201   no data   no data
188.11/23.65	c  S st    40    237762       376       948         0     27214      4140    445201   no data   no data
188.91/23.74	c  S st    40    238266       376       948         0     27702      4140    455651   no data   no data
188.91/23.74	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
188.91/23.75	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.01
188.91/23.75	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
188.91/23.75	c bin-w-bin subsume rem            0 bins  time:  0.00 s
188.91/23.75	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
188.91/23.75	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    376 time:  0.00 s
188.91/23.75	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
188.91/23.75	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
188.91/23.77	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
196.91/24.74	c lits-rem:       738  cl-subs:     3789  v-elim:      0  v-fix:    0  time:  0.98 s
196.91/24.74	c vivif2 --  cl tried      948 cl shrink        0 lits rem          0 time: 0.00
196.91/24.75	c vivif2 --  cl tried    23913 cl shrink        0 lits rem          0 time: 0.00
196.91/24.75	c asymm  cl-useful: 0/948/948 lits-rem:0 time: 0.01
196.91/24.75	c calculated reachability. Time: 0.00
196.91/24.75	c  N st    40    238266       376       948         0     23913      4140    372066   no data   no data
267.16/33.56	c  F st    41    306251       376       948         0     25986      4140    378564   no data   no data
267.16/33.56	c  N st    41    306251       376       948         0     25986      4140    378564   no data   no data
272.04/34.16	c Decided on static restart strategy
295.11/37.06	c  N st    51    334555       376       948         0     30111      4140    479065   no data   no data
320.66/40.28	c  N st    53    357401       376       948         0     28066      4140    411811   no data   no data
320.66/40.28	c  S st    53    357401       376       948         0     28066      4140    411811   no data   no data
321.46/40.37	c  S st    53    357905       376       948         0     28551      4140    421416   no data   no data
321.46/40.38	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
321.46/40.38	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.01
321.46/40.38	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
321.46/40.38	c bin-w-bin subsume rem            0 bins  time:  0.00 s
321.46/40.38	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
321.46/40.38	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    376 time:  0.00 s
321.46/40.38	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
321.46/40.39	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
322.26/40.40	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
326.24/40.91	c lits-rem:      1165  cl-subs:     2083  v-elim:      0  v-fix:    0  time:  0.51 s
326.24/40.91	c vivif2 --  cl tried      948 cl shrink        0 lits rem          0 time: 0.00
326.24/40.92	c vivif2 --  cl tried    26468 cl shrink        0 lits rem          0 time: 0.00
326.24/40.92	c asymm  cl-useful: 0/948/948 lits-rem:0 time: 0.01
326.24/40.92	c calculated reachability. Time: 0.00
326.24/40.92	c  N st    53    357905       376       948         0     26468      4140    374418   no data   no data
358.99/45.11	c  N st    54    390297       376       948         0     32723      4140    513275   no data   no data
412.57/51.79	c  N st    55    438886       376       948         0     53293      4140    984341   no data   no data
499.51/62.63	c  N st    56    511768       376       948         0     39749      4140    645995   no data   no data
534.63/67.06	c  N st    57    536857       376       948         0     34098      4140    494820   no data   no data
534.63/67.06	c  S st    57    536857       376       948         0     34098      4140    494820   no data   no data
535.52/67.19	c  S st    57    537360       376       948         0     34582      4140    504691   no data   no data
535.52/67.19	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
535.52/67.21	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.01
535.52/67.21	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
535.52/67.21	c bin-w-bin subsume rem            0 bins  time:  0.00 s
535.52/67.21	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
535.52/67.21	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    376 time:  0.00 s
535.52/67.21	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
536.35/67.21	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
536.35/67.23	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
541.81/67.97	c lits-rem:       639  cl-subs:     2320  v-elim:      0  v-fix:    0  time:  0.74 s
541.81/67.97	c vivif2 --  cl tried      948 cl shrink        0 lits rem          0 time: 0.00
541.81/67.97	c vivif2 --  cl tried    32262 cl shrink        0 lits rem          0 time: 0.01
541.81/67.99	c asymm  cl-useful: 0/948/948 lits-rem:0 time: 0.01
541.81/67.99	c calculated reachability. Time: 0.00
541.81/67.99	c  N st    57    537360       376       948         0     32262      4140    456033   no data   no data
751.81/94.26	c  N st    58    701345       376       948         0     60134      4140   1072260   no data   no data
877.16/110.01	c  N st    59    806042       376       948         0     55021      4140    940795   no data   no data
877.16/110.01	c  S st    59    806042       376       948         0     55021      4140    940795   no data   no data
878.88/110.16	c  S st    59    806544       376       948         0     55505      4140    950272   no data   no data
878.88/110.16	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
878.88/110.18	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.7M T:  0.02
878.88/110.18	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
878.88/110.18	c bin-w-bin subsume rem            0 bins  time:  0.00 s
878.88/110.18	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
878.88/110.18	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    376 time:  0.00 s
878.88/110.18	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
878.88/110.19	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
879.54/110.22	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
937.83/117.59	c lits-rem:      2051  cl-subs:     8278  v-elim:      0  v-fix:    0  time:  7.36 s
937.83/117.59	c vivif2 --  cl tried      948 cl shrink        0 lits rem          0 time: 0.00
938.63/117.60	c vivif2 --  cl tried    47227 cl shrink        0 lits rem          0 time: 0.01
938.63/117.62	c asymm  cl-useful: 0/948/948 lits-rem:0 time: 0.02
938.63/117.62	c calculated reachability. Time: 0.00
938.63/117.62	c  N st    59    806544       376       948         0     47227      4140    782985   no data   no data
1339.42/167.84	c  F st    60   1071877       376       948         0     62963      4140   1047363   no data   no data
1339.42/167.85	c  N st    60   1071877       376       948         0     62963      4140   1047363   no data   no data
1346.61/168.74	c Decided on static restart strategy
1382.53/173.26	c  N st    70   1100179       376       948         0     47380      4140    672603   no data   no data
1434.44/179.70	c  N st    72   1136172       376       948         0     81596      4140   1545572   no data   no data
1480.75/185.56	c  N st    73   1168564       376       948         0     68514      4140   1186991   no data   no data
1545.51/193.68	c  N st    74   1209816       376       948         0     62756      4140   1016304   no data   no data
1545.51/193.68	c  S st    74   1209816       376       948         0     62756      4140   1016304   no data   no data
1547.01/193.86	c  S st    74   1210319       376       948         0     63246      4140   1026331   no data   no data
1547.01/193.87	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
1547.01/193.89	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.8M T:  0.02
1547.01/193.89	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
1547.01/193.89	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1547.01/193.89	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1547.01/193.89	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    376 time:  0.00 s
1547.01/193.89	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
1547.81/193.90	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
1547.81/193.93	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1598.20/200.29	c lits-rem:      2972  cl-subs:     9750  v-elim:      0  v-fix:    0  time:  6.36 s
1598.20/200.29	c vivif2 --  cl tried      948 cl shrink        0 lits rem          0 time: 0.00
1598.20/200.31	c vivif2 --  cl tried    53496 cl shrink        0 lits rem          0 time: 0.01
1599.04/200.33	c asymm  cl-useful: 0/948/948 lits-rem:0 time: 0.02
1599.04/200.33	c calculated reachability. Time: 0.00
1599.04/200.33	c  N st    74   1210319       376       948         0     53496      4140    819158   no data   no data
1704.43/213.52	c  N st    75   1283202       376       948         0     77098      4140   1360578   no data   no data
1894.32/237.39	c  N st    76   1392525       376       948         0     86028      4140   1531363   no data   no data
2131.91/272.75	c Following stats are for *FIRST FINISHED THREAD ONLY*
2131.91/272.75	c num threads              : 8          
2131.91/272.75	c restarts                 : 166        
2131.91/272.75	c dynamic restarts         : 94         
2131.91/272.75	c static restarts          : 72         
2131.91/272.75	c full restarts            : 4          
2131.91/272.75	c total simplify time      : 0.01       
2131.91/272.75	c learnts DL2              : 0          
2131.91/272.75	c learnts size 2           : 320        
2131.91/272.75	c learnts size 1           : 76          (10.73     % of vars)
2131.91/272.75	c filedLit time            : 0.04        (0.01      % time)
2131.91/272.75	c v-elim SatELite          : 78          (11.02     % vars)
2131.91/272.75	c SatELite time            : 5.58        (2.05      % time)
2131.91/272.75	c v-elim xor               : 0           (0.00      % vars)
2131.91/272.75	c xor elim time            : 0.01        (0.00      % time)
2131.91/272.75	c num binary xor trees     : 160        
2131.91/272.75	c binxor trees' crown      : 160         (1.00      leafs/tree)
2131.91/272.75	c bin xor find time        : 0.00       
2131.91/272.75	c OTF clause improved      : 123107      (0.07      clauses/conflict)
2131.91/272.75	c OTF impr. size diff      : 126083      (1.02       lits/clause)
2131.91/272.75	c OTF cl watch-shrink      : 371447      (0.23      clauses/conflict)
2131.91/272.75	c OTF cl watch-sh-lit      : 577399      (1.55       lits/clause)
2131.91/272.75	c tried to recurMin cls    : 100152      (6.09       % of conflicts)
2131.91/272.75	c updated cache            : 4385        (0.04       lits/tried recurMin)
2131.91/272.75	c unit cls recevied        : 0           (0.00      % of units)
2131.91/272.75	c unit cls sent            : 76          (100.00    % of units)
2131.91/272.75	c bin cls recevied         : 289        
2131.91/272.75	c bin cls sent             : 146        
2131.91/272.75	c clauses over max glue    : 0           (0.00      % of all clauses)
2131.91/272.75	c conflicts                : 1643395     (6028.58   / sec)
2131.91/272.75	c decisions                : 1798924     (2.10      % random)
2131.91/272.75	c bogo-props               : 63308242472 (232238125.03 / sec)
2131.91/272.75	c conflict literals        : 33368383    (31.53     % deleted)
2131.91/272.75	c Memory used              : 778.79      MB
2131.91/272.75	c single-thread CPU time   : 272.60      s
2131.91/272.75	c all-threads sum CPU time : 2130.94     s
2131.91/272.75	s SATISFIABLE
2131.91/272.75	v -1 2 -3 4 5 6 7 8 9 -10 11 12 13 -14 -15 16 17 18 -19 -20 21 -22 23 24 25 -26 -27 -28 -29 30 -31 32 33 34 35 36 37 38 -39 -40 -41 -42 -43 -44 -45 46 47 48 -49 -50 -51 -52 53 54 -55 56 -57 -58 -59 60 61 62 -63 -64 -65 -66 67 68 -69 70 -71 72 73 -74 -75 -76 77 78 -79 80 81 -82 83 -84 85 -86 -87 88 -89 90 91 -92 -93 -94 95 96 97 -98 99 -100 -101 -102 103 104 105 -106 107 108 109 110 111 -112 113 114 -115 -116 -117 118 119 -120 121 -122 -123 124 125 -126 -127 128 129 130 131 132 133 -134 135 -136 -137 138 -139 -140 -141 -142 143 -144 -145 -146 -147 148 149 150 151 152 -153 -154 -155 -156 -157 158 -159 -160 -161 162 -163 164 165 -166 -167 -168 169 170 -171 -172 173 -174 175 176 177 178 179 -180 181 -182 183 -184 185 186 187 188 -189 190 191 -192 193 194 -195 196 -197 198 199 200 201 202 -203 204 -205 -206 -207 -208 209 210 -211 212 213 214 -215 216 217 218 -219 -220 -221 -222 -223 224 -225 226 -227 -228 -229 230 -231 -232 233 -234 -235 236 -237 238 -239 -240 -241 242 -243 -244 245 -246 -247 248 249 -250 -251 -252 253 -254 -255 -256 257 -258 -259 260 261 262 -263 264 -265 -266 -267 -268 269 -270 -271 272 -273 274 -275 -276 -277 -278 -279 -280 281 282 -283 -284 285 -286 -287 -288 289 -290 291 -292 293 -294 -295 -296 297 -298 -299 -300 -301 302 -303 -304 305 306 307 -308 309 -310 -311 312 313 -314 315 -316 317 -318 319 320 321 322 323 -324 325 326 -327 -328 -329 -330 331 332 333 334 335 336 -337 -338 -339 -340 -341 342 343 344 345 -346 -347 -348 349 -350 -351 352 -353 354 355 356 357 358 359 360 361 -362 363 364 -365 -366 -367 368 -369 -370 371 -372 -373 374 375 -376 377 378 -379 380 -381 382 -383 384 385 -386 -387 388 -389 -390 -391 -392 393 394 395 -396 -397 -398 -399 -400 401 -402 -403 -404 -405 -406 407 408 -409 -410 -411 412 413 -414 415 416 -417 -418 -419 420 421 422 -423 -424 -425 426 -427 428 429 430 431 432 433 -434 435 -436 -437 -438 439 440 -441 442 443 444 445 446 447 -448 449 -450 -451 -452 -453 454 -455 456 -457 -458 459 -460 461 -462 -463 -464 465 -466 467 468 -469 -470 471 -472 -473 474 475 -476 477 478 479 480 481 482 483 484 -485 -486 487 488 489 -490 491 -492 493 -494 495 496 497 -498 499 500 -501 502 -503 -504 -505 -506 507 508 -509 510 511 -512 -513 514 515 -516 -517 518 -519 520 -521 522 -523 -524 525 526 527 -528 -529 -530 531 -532 533 534 -535 -536 537 538 -539 540 541 -542 543 -544 -545 -546 547 -548 549 550 -551 552 553 -554 -555 556 -557 -558 559 -560 561 562 -563 -564 -565 -566 567 -568 569 570 -571 -572 -573 574 -575 576 577 578 579 580 -581 -582 -583 -584 585 586 -587 -588 -589 590 591 592 -593 -594 595 596 597 598 -599 600 601 602 -603 604 -605 606 -607 -608 -609 -610 -611 -612 613 614 -615 616 -617 -618 -619 -620 -621 -622 623 -624 625 -626 -627 628 629 -630 631 632 633 634 635 -636 -637 638 639 640 -641 642 -643 -644 -645 646 647 -648 649 -650 -651 652 -653 654 -655 656 657 658 -659 -660 661 -662 -663 664 665 -666 -667 -668 -669 670 -671 -672 -673 -674 -675 676 -677 -678 679 -680 -681 682 -683 -684 -685 -686 687 688 689 -690 691 692 693 -694 695 696 -697 -698 699 700 701 -702 -703 704 705 -706 -707 708 0

Verifier Data

OK

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-3394656-1306102930/watcher-3394656-1306102930 -o /tmp/evaluation-result-3394656-1306102930/solver-3394656-1306102930 -C 40000 -W 5100 -M 31000 ./strangenight2-mt --threads=8 HOME/instance-3394656-1306102930.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.00 0.02 1.25 2/482 17050
/proc/meminfo: memFree=19920540/32951124 swapFree=63649292/67111528
[pid=17050] ppid=17048 vsize=92144 CPUtime=0.05 cores=0-7
/proc/17050/stat : 17050 (strangenight2-m) R 17048 17050 17024 0 -1 4202496 413 0 0 0 5 0 0 0 25 0 8 0 721891538 94355456 353 33554432000 4194304 4580107 140735045436592 18446744073709551615 47718713907120 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/17050/statm: 23036 353 299 95 0 18018 0
[pid=17050/tid=17051] ppid=17048 vsize=92144 CPUtime=0.01 cores=0-7
/proc/17050/task/17051/stat : 17051 (strangenight2-m) R 17048 17050 17024 0 -1 4202560 1 0 0 0 1 0 0 0 25 0 8 0 721891539 94355456 353 33554432000 4194304 4580107 140735045436592 18446744073709551615 47718713907122 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=17050/tid=17052] ppid=17048 vsize=92144 CPUtime=0.01 cores=0-7
/proc/17050/task/17052/stat : 17052 (strangenight2-m) R 17048 17050 17024 0 -1 4202560 0 0 0 0 1 0 0 0 25 0 8 0 721891539 94355456 353 33554432000 4194304 4580107 140735045436592 18446744073709551615 47718713907122 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=17050/tid=17053] ppid=17048 vsize=92144 CPUtime=0.01 cores=0-7
/proc/17050/task/17053/stat : 17053 (strangenight2-m) R 17048 17050 17024 0 -1 4202560 0 0 0 0 1 0 0 0 25 0 8 0 721891539 94355456 353 33554432000 4194304 4580107 140735045436592 18446744073709551615 47718713907126 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=17050/tid=17054] ppid=17048 vsize=92144 CPUtime=0 cores=0-7
/proc/17050/task/17054/stat : 17054 (strangenight2-m) R 17048 17050 17024 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 8 0 721891539 94355456 353 33554432000 4194304 4580107 140735045436592 18446744073709551615 210204703729 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=17050/tid=17055] ppid=17048 vsize=92144 CPUtime=0.01 cores=0-7
/proc/17050/task/17055/stat : 17055 (strangenight2-m) R 17048 17050 17024 0 -1 4202560 0 0 0 0 1 0 0 0 25 0 8 0 721891539 94355456 353 33554432000 4194304 4580107 140735045436592 18446744073709551615 47718713907122 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=17050/tid=17056] ppid=17048 vsize=92144 CPUtime=0.01 cores=0-7
/proc/17050/task/17056/stat : 17056 (strangenight2-m) R 17048 17050 17024 0 -1 4202560 0 0 0 0 1 0 0 0 25 0 8 0 721891539 94355456 353 33554432000 4194304 4580107 140735045436592 18446744073709551615 47718713907122 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=17050/tid=17057] ppid=17048 vsize=92144 CPUtime=0.01 cores=0-7
/proc/17050/task/17057/stat : 17057 (strangenight2-m) R 17048 17050 17024 0 -1 4202560 0 0 0 0 1 0 0 0 25 0 8 0 721891539 94355456 353 33554432000 4194304 4580107 140735045436592 18446744073709551615 47718713907122 0 0 4096 2 0 0 0 -1 0 0 0 0

[startup+0.120476 s]
/proc/loadavg: 0.00 0.02 1.25 2/482 17050
/proc/meminfo: memFree=19920540/32951124 swapFree=63649292/67111528
[pid=17050] ppid=17048 vsize=92144 CPUtime=0.79 cores=0-7
/proc/17050/stat : 17050 (strangenight2-m) R 17048 17050 17024 0 -1 4202496 422 0 0 0 79 0 0 0 25 0 8 0 721891538 94355456 362 33554432000 4194304 4580107 140735045436592 18446744073709551615 47718713906707 0 0 4096 2 18446744073709551615 0 0 17 7 0 0 0
/proc/17050/statm: 23036 362 302 95 0 18018 0
[pid=17050/tid=17051] ppid=17048 vsize=92144 CPUtime=0.09 cores=0-7
/proc/17050/task/17051/stat : 17051 (strangenight2-m) R 17048 17050 17024 0 -1 4202560 1 0 0 0 9 0 0 0 25 0 8 0 721891539 94355456 362 33554432000 4194304 4580107 140735045436592 18446744073709551615 47718713907146 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=17050/tid=17052] ppid=17048 vsize=92144 CPUtime=0.11 cores=0-7
/proc/17050/task/17052/stat : 17052 (strangenight2-m) R 17048 17050 17024 0 -1 4202560 4 0 0 0 11 0 0 0 25 0 8 0 721891539 94355456 362 33554432000 4194304 4580107 140735045436592 18446744073709551615 47718713906711 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=17050/tid=17053] ppid=17048 vsize=92144 CPUtime=0.11 cores=0-7
/proc/17050/task/17053/stat : 17053 (strangenight2-m) R 17048 17050 17024 0 -1 4202560 1 0 0 0 11 0 0 0 18 0 8 0 721891539 94355456 362 33554432000 4194304 4580107 140735045436592 18446744073709551615 47718713906713 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=17050/tid=17054] ppid=17048 vsize=92144 CPUtime=0.01 cores=0-7
/proc/17050/task/17054/stat : 17054 (strangenight2-m) R 17048 17050 17024 0 -1 4202560 1 0 0 0 1 0 0 0 25 0 8 0 721891539 94355456 362 33554432000 4194304 4580107 140735045436592 18446744073709551615 47718713906713 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=17050/tid=17055] ppid=17048 vsize=92144 CPUtime=0.11 cores=0-7
/proc/17050/task/17055/stat : 17055 (strangenight2-m) R 17048 17050 17024 0 -1 4202560 1 0 0 0 11 0 0 0 18 0 8 0 721891539 94355456 362 33554432000 4194304 4580107 140735045436592 18446744073709551615 47718713906704 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=17050/tid=17056] ppid=17048 vsize=92144 CPUtime=0.11 cores=0-7
/proc/17050/task/17056/stat : 17056 (strangenight2-m) R 17048 17050 17024 0 -1 4202560 1 0 0 0 11 0 0 0 25 0 8 0 721891539 94355456 362 33554432000 4194304 4580107 140735045436592 18446744073709551615 47718713906713 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=17050/tid=17057] ppid=17048 vsize=92144 CPUtime=0.11 cores=0-7
/proc/17050/task/17057/stat : 17057 (strangenight2-m) R 17048 17050 17024 0 -1 4202560 1 0 0 0 11 0 0 0 25 0 8 0 721891539 94355456 362 33554432000 4194304 4580107 140735045436592 18446744073709551615 47718713906713 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 0.79
Current children cumulated vsize (KiB) 92144

[startup+0.205502 s]
/proc/loadavg: 0.00 0.02 1.25 2/482 17050
/proc/meminfo: memFree=19920540/32951124 swapFree=63649292/67111528
[pid=17050] ppid=17048 vsize=552760 CPUtime=1.35 cores=0-7
/proc/17050/stat : 17050 (strangenight2-m) R 17048 17050 17024 0 -1 4202496 2803 0 0 0 134 1 0 0 18 0 8 0 721891538 566026240 2704 33554432000 4194304 4580107 140735045436592 18446744073709551615 4322741 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/17050/statm: 138190 2705 379 95 0 133172 0
[pid=17050/tid=17051] ppid=17048 vsize=552760 CPUtime=0.16 cores=0-7
/proc/17050/task/17051/stat : 17051 (strangenight2-m) R 17048 17050 17024 0 -1 4202560 255 0 0 0 16 0 0 0 18 0 8 0 721891539 566026240 2705 33554432000 4194304 4580107 140735045436592 18446744073709551615 4294589 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=17050/tid=17052] ppid=17048 vsize=552760 CPUtime=0.18 cores=0-7
/proc/17050/task/17052/stat : 17052 (strangenight2-m) R 17048 17050 17024 0 -1 4202560 371 0 0 0 18 0 0 0 18 0 8 0 721891539 566026240 2705 33554432000 4194304 4580107 140735045436592 18446744073709551615 4294708 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=17050/tid=17053] ppid=17048 vsize=552760 CPUtime=0.19 cores=0-7
/proc/17050/task/17053/stat : 17053 (strangenight2-m) R 17048 17050 17024 0 -1 4202560 344 0 0 0 19 0 0 0 18 0 8 0 721891539 566026240 2705 33554432000 4194304 4580107 140735045436592 18446744073709551615 4489516 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=17050/tid=17054] ppid=17048 vsize=552760 CPUtime=0.02 cores=0-7
/proc/17050/task/17054/stat : 17054 (strangenight2-m) R 17048 17050 17024 0 -1 4202560 93 0 0 0 2 0 0 0 25 0 8 0 721891539 566026240 2705 33554432000 4194304 4580107 140735045436592 18446744073709551615 210204752366 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=17050/tid=17055] ppid=17048 vsize=552760 CPUtime=0.19 cores=0-7
/proc/17050/task/17055/stat : 17055 (strangenight2-m) R 17048 17050 17024 0 -1 4202560 388 0 0 0 19 0 0 0 18 0 8 0 721891539 566026240 2705 33554432000 4194304 4580107 140735045436592 18446744073709551615 4306354 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=17050/tid=17056] ppid=17048 vsize=552760 CPUtime=0.19 cores=0-7
/proc/17050/task/17056/stat : 17056 (strangenight2-m) R 17048 17050 17024 0 -1 4202560 360 0 0 0 19 0 0 0 18 0 8 0 721891539 566026240 2705 33554432000 4194304 4580107 140735045436592 18446744073709551615 4295107 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=17050/tid=17057] ppid=17048 vsize=552760 CPUtime=0.19 cores=0-7
/proc/17050/task/17057/stat : 17057 (strangenight2-m) R 17048 17050 17024 0 -1 4202560 257 0 0 0 19 0 0 0 18 0 8 0 721891539 566026240 2706 33554432000 4194304 4580107 140735045436592 18446744073709551615 4294952 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1.35
Current children cumulated vsize (KiB) 552760

[startup+0.300448 s]
/proc/loadavg: 0.00 0.02 1.25 2/482 17050
/proc/meminfo: memFree=19920540/32951124 swapFree=63649292/67111528
[pid=17050] ppid=17048 vsize=554064 CPUtime=2.08 cores=0-7
/proc/17050/stat : 17050 (strangenight2-m) R 17048 17050 17024 0 -1 4202496 3825 0 0 0 207 1 0 0 18 0 8 0 721891538 567361536 3184 33554432000 4194304 4580107 140735045436592 18446744073709551615 4296088 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/17050/statm: 138516 3184 379 95 0 133498 0
[pid=17050/tid=17051] ppid=17048 vsize=554064 CPUtime=0.26 cores=0-7
/proc/17050/task/17051/stat : 17051 (strangenight2-m) R 17048 17050 17024 0 -1 4202560 359 0 0 0 26 0 0 0 18 0 8 0 721891539 567361536 3185 33554432000 4194304 4580107 140735045436592 18446744073709551615 4292935 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=17050/tid=17052] ppid=17048 vsize=554064 CPUtime=0.28 cores=0-7
/proc/17050/task/17052/stat : 17052 (strangenight2-m) R 17048 17050 17024 0 -1 4202560 512 0 0 0 28 0 0 0 18 0 8 0 721891539 567361536 3186 33554432000 4194304 4580107 140735045436592 18446744073709551615 4321364 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=17050/tid=17053] ppid=17048 vsize=554064 CPUtime=0.28 cores=0-7
/proc/17050/task/17053/stat : 17053 (strangenight2-m) R 17048 17050 17024 0 -1 4202560 420 0 0 0 28 0 0 0 18 0 8 0 721891539 567361536 3186 33554432000 4194304 4580107 140735045436592 18446744073709551615 4321828 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=17050/tid=17054] ppid=17048 vsize=554064 CPUtime=0.09 cores=0-7
/proc/17050/task/17054/stat : 17054 (strangenight2-m) R 17048 17050 17024 0 -1 4202560 277 0 0 0 9 0 0 0 25 0 8 0 721891539 567361536 3186 33554432000 4194304 4580107 140735045436592 18446744073709551615 4321036 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=17050/tid=17055] ppid=17048 vsize=554064 CPUtime=0.28 cores=0-7
/proc/17050/task/17055/stat : 17055 (strangenight2-m) R 17048 17050 17024 0 -1 4202560 540 0 0 0 28 0 0 0 18 0 8 0 721891539 567361536 3186 33554432000 4194304 4580107 140735045436592 18446744073709551615 4489516 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=17050/tid=17056] ppid=17048 vsize=554064 CPUtime=0.28 cores=0-7
/proc/17050/task/17056/stat : 17056 (strangenight2-m) R 17048 17050 17024 0 -1 4202560 499 0 0 0 28 0 0 0 18 0 8 0 721891539 567361536 3186 33554432000 4194304 4580107 140735045436592 18446744073709551615 210204313112 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=17050/tid=17057] ppid=17048 vsize=554064 CPUtime=0.29 cores=0-7
/proc/17050/task/17057/stat : 17057 (strangenight2-m) R 17048 17050 17024 0 -1 4202560 405 0 0 0 29 0 0 0 18 0 8 0 721891539 567361536 3186 33554432000 4194304 4580107 140735045436592 18446744073709551615 4324363 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 2.08
Current children cumulated vsize (KiB) 554064

[startup+0.700382 s]
/proc/loadavg: 0.00 0.02 1.25 2/482 17050
/proc/meminfo: memFree=19920540/32951124 swapFree=63649292/67111528
[pid=17050] ppid=17048 vsize=556504 CPUtime=5.29 cores=0-7
/proc/17050/stat : 17050 (strangenight2-m) R 17048 17050 17024 0 -1 4202496 7035 0 0 0 527 2 0 0 18 0 8 0 721891538 569860096 4154 33554432000 4194304 4580107 140735045436592 18446744073709551615 4316670 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/17050/statm: 139126 4154 379 95 0 134108 0
[pid=17050/tid=17051] ppid=17048 vsize=556504 CPUtime=0.66 cores=0-7
/proc/17050/task/17051/stat : 17051 (strangenight2-m) R 17048 17050 17024 0 -1 4202560 801 0 0 0 66 0 0 0 18 0 8 0 721891539 569860096 4154 33554432000 4194304 4580107 140735045436592 18446744073709551615 4295040 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=17050/tid=17052] ppid=17048 vsize=556504 CPUtime=0.68 cores=0-7
/proc/17050/task/17052/stat : 17052 (strangenight2-m) R 17048 17050 17024 0 -1 4202560 834 0 0 0 68 0 0 0 18 0 8 0 721891539 569860096 4154 33554432000 4194304 4580107 140735045436592 18446744073709551615 4293073 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=17050/tid=17053] ppid=17048 vsize=556504 CPUtime=0.68 cores=0-7
/proc/17050/task/17053/stat : 17053 (strangenight2-m) R 17048 17050 17024 0 -1 4202560 845 0 0 0 68 0 0 0 18 0 8 0 721891539 569860096 4154 33554432000 4194304 4580107 140735045436592 18446744073709551615 4294960 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=17050/tid=17054] ppid=17048 vsize=556504 CPUtime=0.49 cores=0-7
/proc/17050/task/17054/stat : 17054 (strangenight2-m) R 17048 17050 17024 0 -1 4202560 730 0 0 0 49 0 0 0 25 0 8 0 721891539 569860096 4154 33554432000 4194304 4580107 140735045436592 18446744073709551615 4294345 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=17050/tid=17055] ppid=17048 vsize=556504 CPUtime=0.68 cores=0-7
/proc/17050/task/17055/stat : 17055 (strangenight2-m) R 17048 17050 17024 0 -1 4202560 941 0 0 0 68 0 0 0 18 0 8 0 721891539 569860096 4154 33554432000 4194304 4580107 140735045436592 18446744073709551615 4324899 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=17050/tid=17056] ppid=17048 vsize=556504 CPUtime=0.68 cores=0-7
/proc/17050/task/17056/stat : 17056 (strangenight2-m) R 17048 17050 17024 0 -1 4202560 883 0 0 0 68 0 0 0 18 0 8 0 721891539 569860096 4154 33554432000 4194304 4580107 140735045436592 18446744073709551615 4293229 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=17050/tid=17057] ppid=17048 vsize=556504 CPUtime=0.69 cores=0-7
/proc/17050/task/17057/stat : 17057 (strangenight2-m) R 17048 17050 17024 0 -1 4202560 773 0 0 0 69 0 0 0 18 0 8 0 721891539 569860096 4154 33554432000 4194304 4580107 140735045436592 18446744073709551615 4292971 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 5.29
Current children cumulated vsize (KiB) 556504

[startup+1.50125 s]
/proc/loadavg: 0.64 0.15 1.29 9/490 17058
/proc/meminfo: memFree=19901272/32951124 swapFree=63649292/67111528
[pid=17050] ppid=17048 vsize=558004 CPUtime=11.68 cores=0-7
/proc/17050/stat : 17050 (strangenight2-m) R 17048 17050 17024 0 -1 4202496 11748 0 0 0 1165 3 0 0 19 0 8 0 721891538 571396096 5749 33554432000 4194304 4580107 140735045436592 18446744073709551615 4294952 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/17050/statm: 139501 5749 380 95 0 134483 0
[pid=17050/tid=17051] ppid=17048 vsize=558004 CPUtime=1.46 cores=0-7
/proc/17050/task/17051/stat : 17051 (strangenight2-m) R 17048 17050 17024 0 -1 4202560 1376 0 0 0 146 0 0 0 19 0 8 0 721891539 571396096 5749 33554432000 4194304 4580107 140735045436592 18446744073709551615 4304864 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=17050/tid=17052] ppid=17048 vsize=558004 CPUtime=1.48 cores=0-7
/proc/17050/task/17052/stat : 17052 (strangenight2-m) R 17048 17050 17024 0 -1 4202560 1308 0 0 0 148 0 0 0 19 0 8 0 721891539 571396096 5749 33554432000 4194304 4580107 140735045436592 18446744073709551615 4293229 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=17050/tid=17053] ppid=17048 vsize=558004 CPUtime=1.48 cores=0-7
/proc/17050/task/17053/stat : 17053 (strangenight2-m) R 17048 17050 17024 0 -1 4202560 1383 0 0 0 148 0 0 0 19 0 8 0 721891539 571396096 5749 33554432000 4194304 4580107 140735045436592 18446744073709551615 4294520 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=17050/tid=17054] ppid=17048 vsize=558004 CPUtime=1.27 cores=0-7
/proc/17050/task/17054/stat : 17054 (strangenight2-m) R 17048 17050 17024 0 -1 4202560 1407 0 0 0 127 0 0 0 25 0 8 0 721891539 571396096 5749 33554432000 4194304 4580107 140735045436592 18446744073709551615 4294955 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=17050/tid=17055] ppid=17048 vsize=558004 CPUtime=1.48 cores=0-7
/proc/17050/task/17055/stat : 17055 (strangenight2-m) R 17048 17050 17024 0 -1 4202560 1612 0 0 0 148 0 0 0 19 0 8 0 721891539 571396096 5749 33554432000 4194304 4580107 140735045436592 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=17050/tid=17056] ppid=17048 vsize=558004 CPUtime=1.48 cores=0-7
/proc/17050/task/17056/stat : 17056 (strangenight2-m) R 17048 17050 17024 0 -1 4202560 1535 0 0 0 148 0 0 0 19 0 8 0 721891539 571396096 5749 33554432000 4194304 4580107 140735045436592 18446744073709551615 4294624 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=17050/tid=17057] ppid=17048 vsize=558004 CPUtime=1.49 cores=0-7
/proc/17050/task/17057/stat : 17057 (strangenight2-m) R 17048 17050 17024 0 -1 4202560 1373 0 0 0 149 0 0 0 19 0 8 0 721891539 571396096 5749 33554432000 4194304 4580107 140735045436592 18446744073709551615 4295723 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 11.68
Current children cumulated vsize (KiB) 558004

[startup+3.10098 s]
/proc/loadavg: 0.64 0.15 1.29 9/490 17058
/proc/meminfo: memFree=19890980/32951124 swapFree=63649292/67111528
[pid=17050] ppid=17048 vsize=561484 CPUtime=24.46 cores=0-7
/proc/17050/stat : 17050 (strangenight2-m) R 17048 17050 17024 0 -1 4202496 23735 0 0 0 2441 5 0 0 25 0 8 0 721891538 574959616 10916 33554432000 4194304 4580107 140735045436592 18446744073709551615 4294688 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/17050/statm: 140371 10916 381 95 0 135353 0
[pid=17050/tid=17051] ppid=17048 vsize=561484 CPUtime=3.06 cores=0-7
/proc/17050/task/17051/stat : 17051 (strangenight2-m) R 17048 17050 17024 0 -1 4202560 3319 0 0 0 306 0 0 0 24 0 8 0 721891539 574959616 10916 33554432000 4194304 4580107 140735045436592 18446744073709551615 4294442 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=17050/tid=17052] ppid=17048 vsize=561484 CPUtime=3.08 cores=0-7
/proc/17050/task/17052/stat : 17052 (strangenight2-m) R 17048 17050 17024 0 -1 4202560 4188 0 0 0 307 1 0 0 25 0 8 0 721891539 574959616 10916 33554432000 4194304 4580107 140735045436592 18446744073709551615 4451708 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=17050/tid=17053] ppid=17048 vsize=561484 CPUtime=3.08 cores=0-7
/proc/17050/task/17053/stat : 17053 (strangenight2-m) R 17048 17050 17024 0 -1 4202560 2454 0 0 0 308 0 0 0 25 0 8 0 721891539 574959616 10916 33554432000 4194304 4580107 140735045436592 18446744073709551615 4294436 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=17050/tid=17054] ppid=17048 vsize=561484 CPUtime=2.85 cores=0-7
/proc/17050/task/17054/stat : 17054 (strangenight2-m) R 17048 17050 17024 0 -1 4202560 2300 0 0 0 285 0 0 0 25 0 8 0 721891539 574959616 10916 33554432000 4194304 4580107 140735045436592 18446744073709551615 4317100 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=17050/tid=17055] ppid=17048 vsize=561484 CPUtime=3.08 cores=0-7
/proc/17050/task/17055/stat : 17055 (strangenight2-m) R 17048 17050 17024 0 -1 4202560 2751 0 0 0 308 0 0 0 24 0 8 0 721891539 574959616 10917 33554432000 4194304 4580107 140735045436592 18446744073709551615 4322552 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=17050/tid=17056] ppid=17048 vsize=561484 CPUtime=3.08 cores=0-7
/proc/17050/task/17056/stat : 17056 (strangenight2-m) R 17048 17050 17024 0 -1 4202560 2483 0 0 0 308 0 0 0 24 0 8 0 721891539 574959616 10917 33554432000 4194304 4580107 140735045436592 18446744073709551615 4293904 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=17050/tid=17057] ppid=17048 vsize=561484 CPUtime=3.08 cores=0-7
/proc/17050/task/17057/stat : 17057 (strangenight2-m) R 17048 17050 17024 0 -1 4202560 2284 0 0 0 308 0 0 0 24 0 8 0 721891539 574959616 10917 33554432000 4194304 4580107 140735045436592 18446744073709551615 4294952 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 24.46
Current children cumulated vsize (KiB) 561484

[startup+6.30045 s]
/proc/loadavg: 1.23 0.28 1.33 9/490 17058
/proc/meminfo: memFree=19849748/32951124 swapFree=63649292/67111528
[pid=17050] ppid=17048 vsize=549808 CPUtime=50 cores=0-7
/proc/17050/stat : 17050 (strangenight2-m) R 17048 17050 17024 0 -1 4202496 41527 0 0 0 4991 9 0 0 25 0 8 0 721891538 563003392 18865 33554432000 4194304 4580107 140735045436592 18446744073709551615 4305203 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/17050/statm: 137452 18865 380 95 0 132434 0
[pid=17050/tid=17051] ppid=17048 vsize=549808 CPUtime=6.26 cores=0-7
/proc/17050/task/17051/stat : 17051 (strangenight2-m) R 17048 17050 17024 0 -1 4202560 5917 0 0 0 625 1 0 0 25 0 8 0 721891539 563003392 18865 33554432000 4194304 4580107 140735045436592 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=17050/tid=17052] ppid=17048 vsize=549808 CPUtime=6.28 cores=0-7
/proc/17050/task/17052/stat : 17052 (strangenight2-m) R 17048 17050 17024 0 -1 4202560 5423 0 0 0 627 1 0 0 25 0 8 0 721891539 563003392 18866 33554432000 4194304 4580107 140735045436592 18446744073709551615 4316439 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=17050/tid=17053] ppid=17048 vsize=549808 CPUtime=6.29 cores=0-7
/proc/17050/task/17053/stat : 17053 (strangenight2-m) R 17048 17050 17024 0 -1 4202560 4978 0 0 0 628 1 0 0 25 0 8 0 721891539 563003392 18866 33554432000 4194304 4580107 140735045436592 18446744073709551615 4294624 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=17050/tid=17054] ppid=17048 vsize=549808 CPUtime=5.99 cores=0-7
/proc/17050/task/17054/stat : 17054 (strangenight2-m) R 17048 17050 17024 0 -1 4202560 4457 0 0 0 599 0 0 0 25 0 8 0 721891539 563003392 18866 33554432000 4194304 4580107 140735045436592 18446744073709551615 4318432 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=17050/tid=17055] ppid=17048 vsize=549808 CPUtime=6.28 cores=0-7
/proc/17050/task/17055/stat : 17055 (strangenight2-m) R 17048 17050 17024 0 -1 4202560 5651 0 0 0 627 1 0 0 25 0 8 0 721891539 563003392 18866 33554432000 4194304 4580107 140735045436592 18446744073709551615 4294585 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=17050/tid=17056] ppid=17048 vsize=549808 CPUtime=6.29 cores=0-7
/proc/17050/task/17056/stat : 17056 (strangenight2-m) R 17048 17050 17024 0 -1 4202560 5057 0 0 0 628 1 0 0 25 0 8 0 721891539 563003392 18866 33554432000 4194304 4580107 140735045436592 18446744073709551615 4489516 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=17050/tid=17057] ppid=17048 vsize=549808 CPUtime=6.28 cores=0-7
/proc/17050/task/17057/stat : 17057 (strangenight2-m) R 17048 17050 17024 0 -1 4202560 4366 0 0 0 628 0 0 0 25 0 8 0 721891539 563003392 18866 33554432000 4194304 4580107 140735045436592 18446744073709551615 4293232 0 0 4096 2 0 0 0 -1 0 0 0 0

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

/proc/17050/task/17054/stat : 17054 (strangenight2-m) R 17048 17050 17024 0 -1 4202560 53616 0 0 0 25165 13 0 0 25 0 8 0 721891539 816521216 104847 33554432000 4194304 4580107 140735045436592 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=17050/tid=17055] ppid=17048 vsize=797384 CPUtime=255.98 cores=0-7
/proc/17050/task/17055/stat : 17055 (strangenight2-m) R 17048 17050 17024 0 -1 4202560 55558 0 0 0 25585 13 0 0 25 0 8 0 721891539 816521216 104847 33554432000 4194304 4580107 140735045436592 18446744073709551615 4293064 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=17050/tid=17056] ppid=17048 vsize=797384 CPUtime=255.99 cores=0-7
/proc/17050/task/17056/stat : 17056 (strangenight2-m) R 17048 17050 17024 0 -1 4202560 58935 0 0 0 25584 15 0 0 25 0 8 0 721891539 816521216 104847 33554432000 4194304 4580107 140735045436592 18446744073709551615 4293216 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=17050/tid=17057] ppid=17048 vsize=797384 CPUtime=255.98 cores=0-7
/proc/17050/task/17057/stat : 17057 (strangenight2-m) R 17048 17050 17024 0 -1 4202560 63462 0 0 0 25584 14 0 0 25 0 8 0 721891539 816521216 104847 33554432000 4194304 4580107 140735045436592 18446744073709551615 4294544 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 2043.63
Current children cumulated vsize (KiB) 797384

[startup+262.401 s]
/proc/loadavg: 8.05 4.77 2.94 9/490 17065
/proc/meminfo: memFree=19502696/32951124 swapFree=63649292/67111528
[pid=17050] ppid=17048 vsize=797472 CPUtime=2094.73 cores=0-7
/proc/17050/stat : 17050 (strangenight2-m) R 17048 17050 17024 0 -1 4202496 451485 0 0 0 209364 109 0 0 25 0 8 0 721891538 816611328 103522 33554432000 4194304 4580107 140735045436592 18446744073709551615 4295401 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/17050/statm: 199368 103522 380 95 0 194350 0
[pid=17050/tid=17051] ppid=17048 vsize=797472 CPUtime=262.36 cores=0-7
/proc/17050/task/17051/stat : 17051 (strangenight2-m) R 17048 17050 17024 0 -1 4202560 57980 0 0 0 26225 11 0 0 25 0 8 0 721891539 816611328 103522 33554432000 4194304 4580107 140735045436592 18446744073709551615 4294533 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=17050/tid=17052] ppid=17048 vsize=797472 CPUtime=262.31 cores=0-7
/proc/17050/task/17052/stat : 17052 (strangenight2-m) R 17048 17050 17024 0 -1 4202560 47903 0 0 0 26219 12 0 0 25 0 8 0 721891539 816611328 103522 33554432000 4194304 4580107 140735045436592 18446744073709551615 4406451 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=17050/tid=17053] ppid=17048 vsize=797472 CPUtime=262.38 cores=0-7
/proc/17050/task/17053/stat : 17053 (strangenight2-m) R 17048 17050 17024 0 -1 4202560 44881 0 0 0 26228 10 0 0 25 0 8 0 721891539 816611328 103522 33554432000 4194304 4580107 140735045436592 18446744073709551615 4294373 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=17050/tid=17054] ppid=17048 vsize=797472 CPUtime=258.07 cores=0-7
/proc/17050/task/17054/stat : 17054 (strangenight2-m) R 17048 17050 17024 0 -1 4202560 55111 0 0 0 25794 13 0 0 25 0 8 0 721891539 816611328 103522 33554432000 4194304 4580107 140735045436592 18446744073709551615 4294983 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=17050/tid=17055] ppid=17048 vsize=797472 CPUtime=262.38 cores=0-7
/proc/17050/task/17055/stat : 17055 (strangenight2-m) R 17048 17050 17024 0 -1 4202560 55760 0 0 0 26225 13 0 0 25 0 8 0 721891539 816611328 103522 33554432000 4194304 4580107 140735045436592 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=17050/tid=17056] ppid=17048 vsize=797472 CPUtime=262.38 cores=0-7
/proc/17050/task/17056/stat : 17056 (strangenight2-m) R 17048 17050 17024 0 -1 4202560 59494 0 0 0 26223 15 0 0 25 0 8 0 721891539 816611328 103522 33554432000 4194304 4580107 140735045436592 18446744073709551615 4293904 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=17050/tid=17057] ppid=17048 vsize=797472 CPUtime=262.38 cores=0-7
/proc/17050/task/17057/stat : 17057 (strangenight2-m) R 17048 17050 17024 0 -1 4202560 64132 0 0 0 26224 14 0 0 25 0 8 0 721891539 816611328 103522 33554432000 4194304 4580107 140735045436592 18446744073709551615 4293229 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 2094.73
Current children cumulated vsize (KiB) 797472

[startup+268.801 s]
/proc/loadavg: 7.64 4.74 2.94 3/490 17065
/proc/meminfo: memFree=19496000/32951124 swapFree=63649292/67111528
[pid=17050] ppid=17048 vsize=797472 CPUtime=2124.11 cores=0-7
/proc/17050/stat : 17050 (strangenight2-m) S 17048 17050 17024 0 -1 4202496 454308 0 0 0 212302 109 0 0 25 0 8 0 721891538 816611328 106345 33554432000 4194304 4580107 140735045436592 18446744073709551615 47718713906740 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/17050/statm: 199368 106345 380 95 0 194350 0
[pid=17050/tid=17051] ppid=17048 vsize=797472 CPUtime=264.63 cores=0-7
/proc/17050/task/17051/stat : 17051 (strangenight2-m) S 17048 17050 17024 0 -1 4202560 58217 0 0 0 26452 11 0 0 25 0 8 0 721891539 816611328 106345 33554432000 4194304 4580107 140735045436592 18446744073709551615 47718713906740 0 0 4096 2 18446604441020367232 0 0 -1 4 0 0 0
[pid=17050/tid=17052] ppid=17048 vsize=797472 CPUtime=268.71 cores=0-7
/proc/17050/task/17052/stat : 17052 (strangenight2-m) R 17048 17050 17024 0 -1 4202560 47903 0 0 0 26859 12 0 0 25 0 8 0 721891539 816611328 106345 33554432000 4194304 4580107 140735045436592 18446744073709551615 4406451 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=17050/tid=17053] ppid=17048 vsize=797472 CPUtime=264.65 cores=0-7
/proc/17050/task/17053/stat : 17053 (strangenight2-m) S 17048 17050 17024 0 -1 4202560 45832 0 0 0 26455 10 0 0 25 0 8 0 721891539 816611328 106345 33554432000 4194304 4580107 140735045436592 18446744073709551615 47718713906740 0 0 4096 2 18446604441020367232 0 0 -1 1 0 0 0
[pid=17050/tid=17054] ppid=17048 vsize=797472 CPUtime=260.31 cores=0-7
/proc/17050/task/17054/stat : 17054 (strangenight2-m) S 17048 17050 17024 0 -1 4202560 55297 0 0 0 26018 13 0 0 25 0 8 0 721891539 816611328 106345 33554432000 4194304 4580107 140735045436592 18446744073709551615 47718713906740 0 0 4096 2 18446604441020367232 0 0 -1 7 0 0 0
[pid=17050/tid=17055] ppid=17048 vsize=797472 CPUtime=267.63 cores=0-7
/proc/17050/task/17055/stat : 17055 (strangenight2-m) S 17048 17050 17024 0 -1 4202560 56482 0 0 0 26749 14 0 0 25 0 8 0 721891539 816611328 106345 33554432000 4194304 4580107 140735045436592 18446744073709551615 47718713906740 0 0 4096 2 18446604441020367232 0 0 -1 3 0 0 0
[pid=17050/tid=17056] ppid=17048 vsize=797472 CPUtime=264.66 cores=0-7
/proc/17050/task/17056/stat : 17056 (strangenight2-m) S 17048 17050 17024 0 -1 4202560 59648 0 0 0 26451 15 0 0 25 0 8 0 721891539 816611328 106345 33554432000 4194304 4580107 140735045436592 18446744073709551615 47718713906740 0 0 4096 2 18446604441020367232 0 0 -1 6 0 0 0
[pid=17050/tid=17057] ppid=17048 vsize=797472 CPUtime=268.79 cores=0-7
/proc/17050/task/17057/stat : 17057 (strangenight2-m) R 17048 17050 17024 0 -1 4202560 64380 0 0 0 26864 15 0 0 25 0 8 0 721891539 816611328 106345 33554432000 4194304 4580107 140735045436592 18446744073709551615 4219864 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 2124.11
Current children cumulated vsize (KiB) 797472

[startup+270.4 s]
/proc/loadavg: 7.64 4.74 2.94 3/490 17065
/proc/meminfo: memFree=19496000/32951124 swapFree=63649292/67111528
[pid=17050] ppid=17048 vsize=797472 CPUtime=2127.31 cores=0-7
/proc/17050/stat : 17050 (strangenight2-m) S 17048 17050 17024 0 -1 4202496 454308 0 0 0 212622 109 0 0 25 0 8 0 721891538 816611328 106345 33554432000 4194304 4580107 140735045436592 18446744073709551615 47718713906740 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/17050/statm: 199368 106345 380 95 0 194350 0
[pid=17050/tid=17051] ppid=17048 vsize=797472 CPUtime=264.63 cores=0-7
/proc/17050/task/17051/stat : 17051 (strangenight2-m) S 17048 17050 17024 0 -1 4202560 58217 0 0 0 26452 11 0 0 25 0 8 0 721891539 816611328 106345 33554432000 4194304 4580107 140735045436592 18446744073709551615 47718713906740 0 0 4096 2 18446604441020367232 0 0 -1 4 0 0 0
[pid=17050/tid=17052] ppid=17048 vsize=797472 CPUtime=270.31 cores=0-7
/proc/17050/task/17052/stat : 17052 (strangenight2-m) R 17048 17050 17024 0 -1 4202560 47903 0 0 0 27019 12 0 0 25 0 8 0 721891539 816611328 106345 33554432000 4194304 4580107 140735045436592 18446744073709551615 4406350 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=17050/tid=17053] ppid=17048 vsize=797472 CPUtime=264.65 cores=0-7
/proc/17050/task/17053/stat : 17053 (strangenight2-m) S 17048 17050 17024 0 -1 4202560 45832 0 0 0 26455 10 0 0 25 0 8 0 721891539 816611328 106345 33554432000 4194304 4580107 140735045436592 18446744073709551615 47718713906740 0 0 4096 2 18446604441020367232 0 0 -1 1 0 0 0
[pid=17050/tid=17054] ppid=17048 vsize=797472 CPUtime=260.31 cores=0-7
/proc/17050/task/17054/stat : 17054 (strangenight2-m) S 17048 17050 17024 0 -1 4202560 55297 0 0 0 26018 13 0 0 25 0 8 0 721891539 816611328 106345 33554432000 4194304 4580107 140735045436592 18446744073709551615 47718713906740 0 0 4096 2 18446604441020367232 0 0 -1 7 0 0 0
[pid=17050/tid=17055] ppid=17048 vsize=797472 CPUtime=267.63 cores=0-7
/proc/17050/task/17055/stat : 17055 (strangenight2-m) S 17048 17050 17024 0 -1 4202560 56482 0 0 0 26749 14 0 0 25 0 8 0 721891539 816611328 106345 33554432000 4194304 4580107 140735045436592 18446744073709551615 47718713906740 0 0 4096 2 18446604441020367232 0 0 -1 3 0 0 0
[pid=17050/tid=17056] ppid=17048 vsize=797472 CPUtime=264.66 cores=0-7
/proc/17050/task/17056/stat : 17056 (strangenight2-m) S 17048 17050 17024 0 -1 4202560 59648 0 0 0 26451 15 0 0 25 0 8 0 721891539 816611328 106345 33554432000 4194304 4580107 140735045436592 18446744073709551615 47718713906740 0 0 4096 2 18446604441020367232 0 0 -1 6 0 0 0
[pid=17050/tid=17057] ppid=17048 vsize=797472 CPUtime=270.39 cores=0-7
/proc/17050/task/17057/stat : 17057 (strangenight2-m) R 17048 17050 17024 0 -1 4202560 64380 0 0 0 27024 15 0 0 25 0 8 0 721891539 816611328 106345 33554432000 4194304 4580107 140735045436592 18446744073709551615 47718713882155 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 2127.31
Current children cumulated vsize (KiB) 797472

[startup+272.001 s]
/proc/loadavg: 7.19 4.69 2.94 3/490 17065
/proc/meminfo: memFree=19496000/32951124 swapFree=63649292/67111528
[pid=17050] ppid=17048 vsize=797472 CPUtime=2130.51 cores=0-7
/proc/17050/stat : 17050 (strangenight2-m) S 17048 17050 17024 0 -1 4202496 454308 0 0 0 212942 109 0 0 25 0 8 0 721891538 816611328 106345 33554432000 4194304 4580107 140735045436592 18446744073709551615 47718713906740 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/17050/statm: 199368 106345 380 95 0 194350 0
[pid=17050/tid=17051] ppid=17048 vsize=797472 CPUtime=264.63 cores=0-7
/proc/17050/task/17051/stat : 17051 (strangenight2-m) S 17048 17050 17024 0 -1 4202560 58217 0 0 0 26452 11 0 0 25 0 8 0 721891539 816611328 106345 33554432000 4194304 4580107 140735045436592 18446744073709551615 47718713906740 0 0 4096 2 18446604441020367232 0 0 -1 4 0 0 0
[pid=17050/tid=17052] ppid=17048 vsize=797472 CPUtime=271.91 cores=0-7
/proc/17050/task/17052/stat : 17052 (strangenight2-m) R 17048 17050 17024 0 -1 4202560 47903 0 0 0 27179 12 0 0 25 0 8 0 721891539 816611328 106345 33554432000 4194304 4580107 140735045436592 18446744073709551615 4416018 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=17050/tid=17053] ppid=17048 vsize=797472 CPUtime=264.65 cores=0-7
/proc/17050/task/17053/stat : 17053 (strangenight2-m) S 17048 17050 17024 0 -1 4202560 45832 0 0 0 26455 10 0 0 25 0 8 0 721891539 816611328 106345 33554432000 4194304 4580107 140735045436592 18446744073709551615 47718713906740 0 0 4096 2 18446604441020367232 0 0 -1 1 0 0 0
[pid=17050/tid=17054] ppid=17048 vsize=797472 CPUtime=260.31 cores=0-7
/proc/17050/task/17054/stat : 17054 (strangenight2-m) S 17048 17050 17024 0 -1 4202560 55297 0 0 0 26018 13 0 0 25 0 8 0 721891539 816611328 106345 33554432000 4194304 4580107 140735045436592 18446744073709551615 47718713906740 0 0 4096 2 18446604441020367232 0 0 -1 7 0 0 0
[pid=17050/tid=17055] ppid=17048 vsize=797472 CPUtime=267.63 cores=0-7
/proc/17050/task/17055/stat : 17055 (strangenight2-m) S 17048 17050 17024 0 -1 4202560 56482 0 0 0 26749 14 0 0 25 0 8 0 721891539 816611328 106345 33554432000 4194304 4580107 140735045436592 18446744073709551615 47718713906740 0 0 4096 2 18446604441020367232 0 0 -1 3 0 0 0
[pid=17050/tid=17056] ppid=17048 vsize=797472 CPUtime=264.66 cores=0-7
/proc/17050/task/17056/stat : 17056 (strangenight2-m) S 17048 17050 17024 0 -1 4202560 59648 0 0 0 26451 15 0 0 25 0 8 0 721891539 816611328 106345 33554432000 4194304 4580107 140735045436592 18446744073709551615 47718713906740 0 0 4096 2 18446604441020367232 0 0 -1 6 0 0 0
[pid=17050/tid=17057] ppid=17048 vsize=797472 CPUtime=271.99 cores=0-7
/proc/17050/task/17057/stat : 17057 (strangenight2-m) R 17048 17050 17024 0 -1 4202560 64380 0 0 0 27184 15 0 0 25 0 8 0 721891539 816611328 106345 33554432000 4194304 4580107 140735045436592 18446744073709551615 47718713882308 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 2130.51
Current children cumulated vsize (KiB) 797472

[startup+272.401 s]
/proc/loadavg: 7.19 4.69 2.94 3/490 17065
/proc/meminfo: memFree=19496000/32951124 swapFree=63649292/67111528
[pid=17050] ppid=17048 vsize=797472 CPUtime=2131.31 cores=0-7
/proc/17050/stat : 17050 (strangenight2-m) S 17048 17050 17024 0 -1 4202496 454308 0 0 0 213022 109 0 0 25 0 8 0 721891538 816611328 106345 33554432000 4194304 4580107 140735045436592 18446744073709551615 47718713906740 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/17050/statm: 199368 106345 380 95 0 194350 0
[pid=17050/tid=17051] ppid=17048 vsize=797472 CPUtime=264.63 cores=0-7
/proc/17050/task/17051/stat : 17051 (strangenight2-m) S 17048 17050 17024 0 -1 4202560 58217 0 0 0 26452 11 0 0 25 0 8 0 721891539 816611328 106345 33554432000 4194304 4580107 140735045436592 18446744073709551615 47718713906740 0 0 4096 2 18446604441020367232 0 0 -1 4 0 0 0
[pid=17050/tid=17052] ppid=17048 vsize=797472 CPUtime=272.31 cores=0-7
/proc/17050/task/17052/stat : 17052 (strangenight2-m) R 17048 17050 17024 0 -1 4202560 47903 0 0 0 27219 12 0 0 25 0 8 0 721891539 816611328 106345 33554432000 4194304 4580107 140735045436592 18446744073709551615 4416798 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=17050/tid=17053] ppid=17048 vsize=797472 CPUtime=264.65 cores=0-7
/proc/17050/task/17053/stat : 17053 (strangenight2-m) S 17048 17050 17024 0 -1 4202560 45832 0 0 0 26455 10 0 0 25 0 8 0 721891539 816611328 106345 33554432000 4194304 4580107 140735045436592 18446744073709551615 47718713906740 0 0 4096 2 18446604441020367232 0 0 -1 1 0 0 0
[pid=17050/tid=17054] ppid=17048 vsize=797472 CPUtime=260.31 cores=0-7
/proc/17050/task/17054/stat : 17054 (strangenight2-m) S 17048 17050 17024 0 -1 4202560 55297 0 0 0 26018 13 0 0 25 0 8 0 721891539 816611328 106345 33554432000 4194304 4580107 140735045436592 18446744073709551615 47718713906740 0 0 4096 2 18446604441020367232 0 0 -1 7 0 0 0
[pid=17050/tid=17055] ppid=17048 vsize=797472 CPUtime=267.63 cores=0-7
/proc/17050/task/17055/stat : 17055 (strangenight2-m) S 17048 17050 17024 0 -1 4202560 56482 0 0 0 26749 14 0 0 25 0 8 0 721891539 816611328 106345 33554432000 4194304 4580107 140735045436592 18446744073709551615 47718713906740 0 0 4096 2 18446604441020367232 0 0 -1 3 0 0 0
[pid=17050/tid=17056] ppid=17048 vsize=797472 CPUtime=264.66 cores=0-7
/proc/17050/task/17056/stat : 17056 (strangenight2-m) S 17048 17050 17024 0 -1 4202560 59648 0 0 0 26451 15 0 0 25 0 8 0 721891539 816611328 106345 33554432000 4194304 4580107 140735045436592 18446744073709551615 47718713906740 0 0 4096 2 18446604441020367232 0 0 -1 6 0 0 0
[pid=17050/tid=17057] ppid=17048 vsize=797472 CPUtime=272.39 cores=0-7
/proc/17050/task/17057/stat : 17057 (strangenight2-m) R 17048 17050 17024 0 -1 4202560 64380 0 0 0 27224 15 0 0 25 0 8 0 721891539 816611328 106345 33554432000 4194304 4580107 140735045436592 18446744073709551615 47718713882155 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 2131.31
Current children cumulated vsize (KiB) 797472

[startup+272.601 s]
/proc/loadavg: 7.19 4.69 2.94 3/490 17065
/proc/meminfo: memFree=19496000/32951124 swapFree=63649292/67111528
[pid=17050] ppid=17048 vsize=797472 CPUtime=2131.71 cores=0-7
/proc/17050/stat : 17050 (strangenight2-m) S 17048 17050 17024 0 -1 4202496 454308 0 0 0 213062 109 0 0 25 0 8 0 721891538 816611328 106345 33554432000 4194304 4580107 140735045436592 18446744073709551615 47718713906740 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/17050/statm: 199368 106345 380 95 0 194350 0
[pid=17050/tid=17051] ppid=17048 vsize=797472 CPUtime=264.63 cores=0-7
/proc/17050/task/17051/stat : 17051 (strangenight2-m) S 17048 17050 17024 0 -1 4202560 58217 0 0 0 26452 11 0 0 25 0 8 0 721891539 816611328 106345 33554432000 4194304 4580107 140735045436592 18446744073709551615 47718713906740 0 0 4096 2 18446604441020367232 0 0 -1 4 0 0 0
[pid=17050/tid=17052] ppid=17048 vsize=797472 CPUtime=272.51 cores=0-7
/proc/17050/task/17052/stat : 17052 (strangenight2-m) R 17048 17050 17024 0 -1 4202560 47903 0 0 0 27239 12 0 0 25 0 8 0 721891539 816611328 106345 33554432000 4194304 4580107 140735045436592 18446744073709551615 4416330 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=17050/tid=17053] ppid=17048 vsize=797472 CPUtime=264.65 cores=0-7
/proc/17050/task/17053/stat : 17053 (strangenight2-m) S 17048 17050 17024 0 -1 4202560 45832 0 0 0 26455 10 0 0 25 0 8 0 721891539 816611328 106345 33554432000 4194304 4580107 140735045436592 18446744073709551615 47718713906740 0 0 4096 2 18446604441020367232 0 0 -1 1 0 0 0
[pid=17050/tid=17054] ppid=17048 vsize=797472 CPUtime=260.31 cores=0-7
/proc/17050/task/17054/stat : 17054 (strangenight2-m) S 17048 17050 17024 0 -1 4202560 55297 0 0 0 26018 13 0 0 25 0 8 0 721891539 816611328 106345 33554432000 4194304 4580107 140735045436592 18446744073709551615 47718713906740 0 0 4096 2 18446604441020367232 0 0 -1 7 0 0 0
[pid=17050/tid=17055] ppid=17048 vsize=797472 CPUtime=267.63 cores=0-7
/proc/17050/task/17055/stat : 17055 (strangenight2-m) S 17048 17050 17024 0 -1 4202560 56482 0 0 0 26749 14 0 0 25 0 8 0 721891539 816611328 106345 33554432000 4194304 4580107 140735045436592 18446744073709551615 47718713906740 0 0 4096 2 18446604441020367232 0 0 -1 3 0 0 0
[pid=17050/tid=17056] ppid=17048 vsize=797472 CPUtime=264.66 cores=0-7
/proc/17050/task/17056/stat : 17056 (strangenight2-m) S 17048 17050 17024 0 -1 4202560 59648 0 0 0 26451 15 0 0 25 0 8 0 721891539 816611328 106345 33554432000 4194304 4580107 140735045436592 18446744073709551615 47718713906740 0 0 4096 2 18446604441020367232 0 0 -1 6 0 0 0
[pid=17050/tid=17057] ppid=17048 vsize=797472 CPUtime=272.59 cores=0-7
/proc/17050/task/17057/stat : 17057 (strangenight2-m) R 17048 17050 17024 0 -1 4202560 64380 0 0 0 27244 15 0 0 25 0 8 0 721891539 816611328 106345 33554432000 4194304 4580107 140735045436592 18446744073709551615 47718713882308 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 2131.71
Current children cumulated vsize (KiB) 797472

[startup+272.701 s]
/proc/loadavg: 7.19 4.69 2.94 3/490 17065
/proc/meminfo: memFree=19496000/32951124 swapFree=63649292/67111528
[pid=17050] ppid=17048 vsize=797472 CPUtime=2131.91 cores=0-7
/proc/17050/stat : 17050 (strangenight2-m) S 17048 17050 17024 0 -1 4202496 454308 0 0 0 213082 109 0 0 25 0 8 0 721891538 816611328 106345 33554432000 4194304 4580107 140735045436592 18446744073709551615 47718713906740 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/17050/statm: 199368 106345 380 95 0 194350 0
[pid=17050/tid=17051] ppid=17048 vsize=797472 CPUtime=264.63 cores=0-7
/proc/17050/task/17051/stat : 17051 (strangenight2-m) S 17048 17050 17024 0 -1 4202560 58217 0 0 0 26452 11 0 0 25 0 8 0 721891539 816611328 106345 33554432000 4194304 4580107 140735045436592 18446744073709551615 47718713906740 0 0 4096 2 18446604441020367232 0 0 -1 4 0 0 0
[pid=17050/tid=17052] ppid=17048 vsize=797472 CPUtime=272.61 cores=0-7
/proc/17050/task/17052/stat : 17052 (strangenight2-m) R 17048 17050 17024 0 -1 4202560 47903 0 0 0 27249 12 0 0 25 0 8 0 721891539 816611328 106345 33554432000 4194304 4580107 140735045436592 18446744073709551615 4416951 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=17050/tid=17053] ppid=17048 vsize=797472 CPUtime=264.65 cores=0-7
/proc/17050/task/17053/stat : 17053 (strangenight2-m) S 17048 17050 17024 0 -1 4202560 45832 0 0 0 26455 10 0 0 25 0 8 0 721891539 816611328 106345 33554432000 4194304 4580107 140735045436592 18446744073709551615 47718713906740 0 0 4096 2 18446604441020367232 0 0 -1 1 0 0 0
[pid=17050/tid=17054] ppid=17048 vsize=797472 CPUtime=260.31 cores=0-7
/proc/17050/task/17054/stat : 17054 (strangenight2-m) S 17048 17050 17024 0 -1 4202560 55297 0 0 0 26018 13 0 0 25 0 8 0 721891539 816611328 106345 33554432000 4194304 4580107 140735045436592 18446744073709551615 47718713906740 0 0 4096 2 18446604441020367232 0 0 -1 7 0 0 0
[pid=17050/tid=17055] ppid=17048 vsize=797472 CPUtime=267.63 cores=0-7
/proc/17050/task/17055/stat : 17055 (strangenight2-m) S 17048 17050 17024 0 -1 4202560 56482 0 0 0 26749 14 0 0 25 0 8 0 721891539 816611328 106345 33554432000 4194304 4580107 140735045436592 18446744073709551615 47718713906740 0 0 4096 2 18446604441020367232 0 0 -1 3 0 0 0
[pid=17050/tid=17056] ppid=17048 vsize=797472 CPUtime=264.66 cores=0-7
/proc/17050/task/17056/stat : 17056 (strangenight2-m) S 17048 17050 17024 0 -1 4202560 59648 0 0 0 26451 15 0 0 25 0 8 0 721891539 816611328 106345 33554432000 4194304 4580107 140735045436592 18446744073709551615 47718713906740 0 0 4096 2 18446604441020367232 0 0 -1 6 0 0 0
[pid=17050/tid=17057] ppid=17048 vsize=797472 CPUtime=272.69 cores=0-7
/proc/17050/task/17057/stat : 17057 (strangenight2-m) R 17048 17050 17024 0 -1 4202560 64380 0 0 0 27254 15 0 0 25 0 8 0 721891539 816611328 106345 33554432000 4194304 4580107 140735045436592 18446744073709551615 47718713882308 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 2131.91
Current children cumulated vsize (KiB) 797472

Child status: 10
Real time (s): 272.777
CPU time (s): 2132.05
CPU user time (s): 2130.94
CPU system time (s): 1.11783
CPU usage (%): 781.612
Max. virtual memory (cumulated for all children) (KiB): 797472

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2130.94
system time used= 1.11783
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 454316
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= 2242
involuntary context switches= 9335

runsolver used 1.26481 second user time and 3.03854 second system time

The end

Launcher Data

Begin job on node130 at 2011-05-23 00:22:10
IDJOB=3394656
IDBENCH=83432
IDSOLVER=1878
FILE ID=node130/3394656-1306102930
RUNJOBID= node130-1306102930-17038
PBS_JOBID= 13387999
Free space on /tmp= 73108 MiB

SOLVER NAME= CryptoMiniSat Strange-Night-2-mt (fixed)
BENCH NAME= SAT11/application/kullmann/AES/Benchmarks/32/aes_32_3_keyfind_1.cnf
COMMAND LINE= ./strangenight2-mt --threads=NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3394656-1306102930/watcher-3394656-1306102930 -o /tmp/evaluation-result-3394656-1306102930/solver-3394656-1306102930 -C 40000 -W 5100 -M 31000  ./strangenight2-mt --threads=8 HOME/instance-3394656-1306102930.cnf

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

MD5SUM BENCH= 278d646386a62d4f28f7fc390c5eab3e
RANDOM SEED=1732964052

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      19920828 kB
Buffers:        344808 kB
Cached:        7586084 kB
SwapCached:      10260 kB
Active:        6950160 kB
Inactive:      5761004 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      19920828 kB
SwapTotal:    67111528 kB
SwapFree:     63649292 kB
Dirty:            5440 kB
Writeback:           0 kB
AnonPages:     4778416 kB
Mapped:          29520 kB
Slab:           194596 kB
PageTables:      53984 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 145068088 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= 73100 MiB
End job on node130 at 2011-05-23 00:26:43