Trace number 3366561

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)? (TO) 4800.37 1201.73

General information on the benchmark

Namerandom/medium/
unif-k3-r4.26-v650-c2769-S30721646-064.SATISFIABLE.cnf
MD5SUM594a31b95a871970fa7797f18ebcd756
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.017996
Satisfiable
(Un)Satisfiability was proved
Number of variables650
Number of clauses2769
Sum of the clauses size8307
Maximum clause length3
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 32769
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.00/0.00	c Outputting solution to console
0.00/0.00	c Using 4 threads
0.00/0.00	c This is CryptoMiniSat 3.0.0
0.00/0.00	c WARNING: for repeatability, setting FPU to use double precision
0.00/0.00	c Reading file 'HOME/instance-3366561-1307654844.cnf'
0.00/0.00	c -- header says num vars:            650
0.00/0.00	c -- header says num clauses:        2769
3.18/0.81	c -- clauses added:            0 learnts,         2769 normals,            0 xors
3.18/0.81	c -- vars added        650
3.18/0.81	c Parsing time:  0.00 s
3.18/0.81	c  N st     0         0       650      2769         0         0      8307         0   no data   no data
3.18/0.81	c asymm  cl-useful: 0/2769/2769 lits-rem:0 time: 0.00
3.18/0.81	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.0M T:  0.00
3.18/0.81	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
3.18/0.81	c bin-w-bin subsume rem            0 bins  time:  0.00 s
3.18/0.81	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3.18/0.81	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    650 time:  0.00 s
3.18/0.81	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
3.18/0.81	c lits-rem:         0  cl-subs:        0  v-elim:     18  v-fix:    0  time:  0.00 s
3.18/0.81	c Finding binary XORs  T:     0.00 s  found:       0
3.18/0.81	c Finding non-binary XORs:     0.00 s (found:       0, avg size: nan)
3.18/0.81	c calculated reachability. Time: 0.00
3.18/0.81	c Calc default polars -  time:   0.00 s pos:     293 undec:      62 neg:     295
3.18/0.81	c =========================================================================================
3.18/0.81	c types(t): F = full restart, N = normal restart
3.18/0.81	c types(t): S = simplification begin/end, E = solution found
3.18/0.81	c restart types(rt): st = static, dy = dynamic
3.18/0.81	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits
3.18/0.81	c  B st     0         0       632      2752         0         0      8370         0   no data   no data
3.18/0.81	c  N dy    17      4996       632      2752         0      4952      8370    134049     18.04     19.01
3.18/0.81	c  N dy    35      9045       632      2752         0      6486      8370    147918     17.77     19.65
3.18/0.81	c  N dy    58     13879       632      2752         0      7076      8370    136466     17.89     18.99
3.18/0.81	c  N dy    77     17923       632      2752         0     11096      8370    244378     17.95     19.09
3.58/0.91	c  N dy    98     21928       632      2752         0      9487      8370    175977     17.94     20.15
4.39/1.11	c  F st   116     25002       632      2752         0     12533      8370    256367     18.04   no data
4.80/1.21	c  N st   119     26189       632      2752         0      6954      8370     83957     18.04   no data
5.18/1.36	c  S st   122     30000       632      2752         0     10727      8370    193560     18.04   no data
5.18/1.36	c  S st   122     30505       632      2752         0     11232      8370    206032     18.04   no data
5.18/1.36	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
5.18/1.36	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.1M T:  0.00
5.18/1.36	c blocked clauses removed:        0 vars:      0 tried:         632 T: 0.00 s
5.18/1.36	c bin-w-bin subsume rem            0 bins  time:  0.00 s
5.18/1.36	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
5.18/1.36	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    632 time:  0.00 s
5.18/1.36	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
5.18/1.36	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
5.18/1.36	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
5.18/1.39	c lits-rem:        95  cl-subs:       75  v-elim:      0  v-fix:    0  time:  0.02 s
5.18/1.39	c asymm  cl-useful: 0/2752/2752 lits-rem:0 time: 0.01
5.18/1.39	c calculated reachability. Time: 0.00
5.18/1.39	c  N dy   122     30505       632      2752         0     11157      8370    203082     18.04   no data
6.37/1.64	c  N dy   147     34595       632      2752         0     15211      8370    308588     18.10     19.35
7.57/1.97	c  N dy   166     40564       632      2752         0     13277      8370    229056     18.01     18.96
8.79/2.23	c  N dy   180     44597       632      2752         0     17271      8370    335779     17.95     20.27
8.79/2.30	c  S st   188     45758       632      2752         0      9561      8370    109588     17.95   no data
9.19/2.33	c  S st   188     46262       632      2752         0     10065      8370    122255     17.95   no data
9.19/2.33	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
9.19/2.33	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.1M T:  0.00
9.19/2.33	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
9.19/2.33	c bin-w-bin subsume rem            0 bins  time:  0.00 s
9.19/2.33	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
9.19/2.33	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    632 time:  0.00 s
9.19/2.33	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
9.19/2.34	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
9.19/2.34	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
9.19/2.35	c lits-rem:        13  cl-subs:       23  v-elim:      0  v-fix:    0  time:  0.01 s
9.19/2.35	c vivif2 --  cl tried     2752 cl shrink        0 lits rem          0 time: 0.00
9.19/2.35	c vivif2 --  cl tried    10042 cl shrink        0 lits rem          0 time: 0.00
9.19/2.35	c asymm  cl-useful: 0/2752/2752 lits-rem:0 time: 0.01
9.19/2.35	c calculated reachability. Time: 0.00
9.19/2.35	c  N dy   188     46262       632      2752         0     10042      8370    121555     17.95   no data
9.97/2.59	c  N dy   205     50448       632      2752         0     14188      8370    229108     17.93     18.94
11.17/2.86	c  N dy   221     54504       632      2752         0     18198      8370    336490     17.90     19.08
12.37/3.13	c  N dy   240     58597       632      2752         0     12358      8370    165742     17.91     18.86
13.18/3.38	c  N dy   264     62629       632      2752         0     16358      8370    271695     17.95     19.05
14.76/3.73	c  N dy   273     67116       632      2752         0     20813      8370    389836     17.88     19.23
15.16/3.89	c  S st   286     69396       632      2752         0     12184      8370    137577     17.92     18.22
15.55/3.92	c  S st   286     69897       632      2752         0     12685      8370    151187     17.92   no data
15.55/3.92	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
15.55/3.93	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.00
15.55/3.93	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
15.55/3.93	c bin-w-bin subsume rem            0 bins  time:  0.00 s
15.55/3.93	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
15.55/3.93	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    632 time:  0.00 s
15.55/3.93	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
15.55/3.93	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
15.55/3.93	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
15.55/3.95	c lits-rem:         9  cl-subs:       41  v-elim:      0  v-fix:    0  time:  0.01 s
15.55/3.95	c vivif2 --  cl tried     2752 cl shrink        0 lits rem          0 time: 0.00
15.55/3.95	c vivif2 --  cl tried    12644 cl shrink        0 lits rem          0 time: 0.00
15.55/3.96	c asymm  cl-useful: 0/2752/2752 lits-rem:0 time: 0.01
15.55/3.96	c calculated reachability. Time: 0.00
15.55/3.96	c  N dy   286     69897       632      2752         0     12644      8370    149765     17.92   no data
16.76/4.26	c  N dy   310     74486       632      2752         0     17187      8370    268493     17.96     19.03
18.35/4.67	c  N dy   325     79682       632      2752         0     22338      8370    402822     17.91     18.90
19.95/5.03	c  N dy   337     84781       632      2752         0     15489      8370    204186     17.88     18.84
20.75/5.21	c  F st   348     87500       632      2752         0     18182      8370    272404     17.86     16.31
21.56/5.46	c  N st   353     90800       632      2752         0     21438      8370    360287     17.86   no data
22.37/5.61	c Decided on static restart strategy
24.35/6.13	c  N st   356     99809       632      2752         0     17486      8370    375298     17.86   no data
25.95/6.51	c  S st   357    104846       632      2752         0     22465      8370    525781     17.86   no data
25.95/6.57	c  S st   357    105350       632      2752         0     22969      8370    539345     17.86   no data
25.95/6.57	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
25.95/6.58	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.3M T:  0.01
25.95/6.58	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
25.95/6.58	c bin-w-bin subsume rem            0 bins  time:  0.00 s
25.95/6.58	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
25.95/6.58	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    632 time:  0.00 s
25.95/6.58	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
25.95/6.59	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
25.95/6.60	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
26.77/6.79	c lits-rem:       146  cl-subs:      723  v-elim:      0  v-fix:    0  time:  0.19 s
26.77/6.79	c vivif2 --  cl tried     2752 cl shrink        0 lits rem          0 time: 0.00
27.15/6.80	c vivif2 --  cl tried    22246 cl shrink        0 lits rem          0 time: 0.01
27.15/6.81	c asymm  cl-useful: 0/2752/2752 lits-rem:0 time: 0.01
27.15/6.81	c calculated reachability. Time: 0.00
27.15/6.81	c  N st   357    105350       632      2752         0     22246      8370    514798     17.86   no data
30.34/7.62	c  N st   358    114949       632      2752         0     17948      8370    361877     17.86   no data
35.15/8.86	c  N st   359    129346       632      2752         0     17386      8370    342304     17.86   no data
43.13/10.87	c  N st   360    150942       632      2752         0     22969      8370    494861     17.86   no data
46.32/11.64	c  S st   361    158026       632      2752         0     29938      8370    704826     17.86   no data
46.72/11.72	c  S st   361    158535       632      2752         0     30447      8370    717000     17.86   no data
46.72/11.72	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
46.72/11.73	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.01
46.72/11.73	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
46.72/11.73	c bin-w-bin subsume rem            0 bins  time:  0.00 s
46.72/11.73	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
46.72/11.73	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    632 time:  0.00 s
46.72/11.73	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
46.72/11.74	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
46.72/11.76	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
48.74/12.22	c lits-rem:       221  cl-subs:     1107  v-elim:      0  v-fix:    0  time:  0.46 s
48.74/12.22	c vivif2 --  cl tried     2752 cl shrink        0 lits rem          0 time: 0.00
48.74/12.23	c vivif2 --  cl tried    29340 cl shrink        0 lits rem          0 time: 0.01
48.74/12.25	c asymm  cl-useful: 0/2752/2752 lits-rem:0 time: 0.02
48.74/12.25	c calculated reachability. Time: 0.00
48.74/12.25	c  N st   361    158535       632      2752         0     29340      8370    680695     17.86   no data
70.71/17.77	c  N st   362    207124       632      2752         0     23868      8370    451805     17.86   no data
85.07/21.39	c  N st   363    237803       632      2752         0     34396      8370    756499     17.86   no data
85.07/21.39	c  S st   363    237803       632      2752         0     34396      8370    756499     17.86   no data
85.47/21.48	c  S st   363    238308       632      2752         0     34900      8370    769464     17.86   no data
85.47/21.48	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
85.47/21.49	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.01
85.47/21.49	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
85.47/21.49	c bin-w-bin subsume rem            0 bins  time:  0.00 s
85.47/21.49	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
85.47/21.49	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    632 time:  0.00 s
85.47/21.49	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
85.87/21.50	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
85.87/21.52	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
88.66/22.20	c lits-rem:       268  cl-subs:     1264  v-elim:      0  v-fix:    0  time:  0.68 s
88.66/22.20	c vivif2 --  cl tried     2752 cl shrink        0 lits rem          0 time: 0.00
88.66/22.21	c vivif2 --  cl tried    33636 cl shrink        0 lits rem          0 time: 0.01
88.66/22.23	c asymm  cl-useful: 0/2752/2752 lits-rem:0 time: 0.02
88.66/22.24	c calculated reachability. Time: 0.00
88.66/22.24	c  N st   363    238308       632      2752         0     33636      8370    730699     17.86   no data
125.01/31.39	c  F st   364    306253       632      2752         0     35483      8370    711839     17.86   no data
125.01/31.39	c  N st   364    306253       632      2752         0     35483      8370    711839     17.86   no data
128.21/32.11	c Decided on static restart strategy
139.40/34.99	c  N st   374    334558       632      2752         0     39799      8370    817187     17.86   no data
151.38/37.96	c  N st   376    357464       632      2752         0     37742      8370    712726     17.86   no data
151.38/37.96	c  S st   376    357464       632      2752         0     37742      8370    712726     17.86   no data
151.78/38.05	c  S st   376    357969       632      2752         0     38247      8370    725711     17.86   no data
151.78/38.06	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
151.78/38.07	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.5M T:  0.01
151.78/38.07	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
151.78/38.07	c bin-w-bin subsume rem            0 bins  time:  0.00 s
151.78/38.07	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
151.78/38.07	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    632 time:  0.00 s
151.78/38.07	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
151.78/38.08	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
152.18/38.10	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
153.79/38.53	c lits-rem:       158  cl-subs:     1127  v-elim:      0  v-fix:    0  time:  0.43 s
153.79/38.53	c vivif2 --  cl tried     2752 cl shrink        0 lits rem          0 time: 0.00
153.79/38.54	c vivif2 --  cl tried    37120 cl shrink        0 lits rem          0 time: 0.01
153.79/38.56	c asymm  cl-useful: 0/2752/2752 lits-rem:0 time: 0.03
153.79/38.57	c calculated reachability. Time: 0.00
153.79/38.57	c  N st   376    357969       632      2752         0     37120      8370    689294     17.86   no data
172.15/43.16	c  N st   377    390361       632      2752         0     43305      8370    848985     17.86   no data
201.72/50.52	c  N st   378    438949       632      2752         0     36920      8370    598717     17.86   no data
245.65/61.53	c  N st   379    511832       632      2752         0     50652      8370    984590     17.86   no data
258.84/64.89	c  N st   380    536956       632      2752         0     44986      8370    818872     17.86   no data
258.84/64.89	c  S st   380    536956       632      2752         0     44986      8370    818872     17.86   no data
259.25/65.00	c  S st   380    537461       632      2752         0     45490      8370    831733     17.86   no data
259.25/65.00	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
259.65/65.02	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.6M T:  0.02
259.65/65.02	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
259.65/65.02	c bin-w-bin subsume rem            0 bins  time:  0.00 s
259.65/65.02	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
259.65/65.02	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    632 time:  0.00 s
259.65/65.02	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
259.65/65.03	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
259.65/65.05	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
262.43/65.73	c lits-rem:       188  cl-subs:     1220  v-elim:      0  v-fix:    0  time:  0.67 s
262.43/65.73	c vivif2 --  cl tried     2752 cl shrink        0 lits rem          0 time: 0.00
262.43/65.74	c vivif2 --  cl tried    44270 cl shrink        0 lits rem          0 time: 0.01
262.43/65.77	c asymm  cl-useful: 0/2752/2752 lits-rem:0 time: 0.03
262.43/65.77	c calculated reachability. Time: 0.00
262.43/65.77	c  N st   380    537461       632      2752         0     44270      8370    793406     17.86   no data
380.27/95.20	c  N st   381    701445       632      2752         0     38230      8370    501519     17.86   no data
461.38/115.52	c  N st   382    806191       632      2752         0     67471      8370   1411703     17.86   no data
461.38/115.52	c  S st   382    806191       632      2752         0     67471      8370   1411703     17.86   no data
462.16/115.73	c  S st   382    806692       632      2752         0     67970      8370   1425798     17.86   no data
462.16/115.73	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
462.16/115.76	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.8M T:  0.03
462.16/115.76	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
462.16/115.76	c bin-w-bin subsume rem            0 bins  time:  0.00 s
462.16/115.76	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
462.16/115.76	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    632 time:  0.00 s
462.16/115.76	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
462.16/115.78	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
462.56/115.82	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
480.54/120.36	c lits-rem:       714  cl-subs:     2977  v-elim:      0  v-fix:    0  time:  4.53 s
480.54/120.36	c vivif2 --  cl tried     2752 cl shrink        0 lits rem          0 time: 0.00
480.54/120.37	c vivif2 --  cl tried    64993 cl shrink        0 lits rem          0 time: 0.02
480.94/120.44	c asymm  cl-useful: 0/2752/2752 lits-rem:0 time: 0.06
480.94/120.44	c calculated reachability. Time: 0.00
480.94/120.44	c  N st   382    806692       632      2752         0     64993      8370   1326511     17.86   no data
701.84/175.70	c  F st   383   1071875       632      2752         0     80991      8370   1744396     17.86   no data
701.84/175.70	c  N st   383   1071875       632      2752         0     80991      8370   1744396     17.86   no data
707.85/177.22	c Decided on static restart strategy
727.41/182.19	c  N st   393   1100178       632      2752         0     64665      8370   1084357     17.86   no data
761.76/190.73	c  N st   395   1136173       632      2752         0     54888      8370    780572     17.86   no data
792.92/198.53	c  N st   396   1168569       632      2752         0     86612      8370   1650182     17.86   no data
828.86/207.54	c  N st   397   1210039       632      2752         0     81253      8370   1515498     17.86   no data
828.86/207.54	c  S st   397   1210039       632      2752         0     81253      8370   1515498     17.86   no data
829.66/207.77	c  S st   397   1210548       632      2752         0     81760      8370   1528887     17.86   no data
829.66/207.77	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
830.06/207.81	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.0M T:  0.04
830.06/207.81	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
830.06/207.81	c bin-w-bin subsume rem            0 bins  time:  0.00 s
830.06/207.81	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
830.06/207.81	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    632 time:  0.00 s
830.06/207.82	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
830.06/207.84	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
830.06/207.88	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
844.45/211.42	c lits-rem:       479  cl-subs:     2741  v-elim:      0  v-fix:    0  time:  3.54 s
844.45/211.42	c vivif2 --  cl tried     2752 cl shrink        0 lits rem          0 time: 0.00
844.45/211.44	c vivif2 --  cl tried    79019 cl shrink        0 lits rem          0 time: 0.02
844.84/211.52	c asymm  cl-useful: 0/2752/2752 lits-rem:0 time: 0.08
844.84/211.52	c calculated reachability. Time: 0.00
844.84/211.52	c  N st   397   1210548       632      2752         0     79019      8370   1450746     17.86   no data
929.13/232.68	c  N st   398   1283431       632      2752         0     55201      8370    714078     17.86   no data
1040.18/260.48	c  N st   399   1392755       632      2752         0     63374      8370    906378     17.86   no data
1214.74/304.15	c  N st   400   1556739       632      2752         0     67979      8370    993233     17.86   no data
1387.71/347.41	c  N st   401   1710548       632      2752         0    109705      8370   2080945     17.86   no data
1387.71/347.41	c  S st   401   1710548       632      2752         0    109705      8370   2080945     17.86   no data
1388.93/347.74	c  S st   401   1711053       632      2752         0    110210      8370   2094226     17.86   no data
1388.93/347.75	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
1389.31/347.80	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.3M T:  0.05
1389.31/347.80	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
1389.31/347.80	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1389.31/347.80	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1389.31/347.80	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    632 time:  0.00 s
1389.31/347.80	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
1389.31/347.83	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.03 s
1389.31/347.89	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1438.44/360.13	c lits-rem:       659  cl-subs:     7742  v-elim:      0  v-fix:    0  time: 12.23 s
1438.44/360.13	c vivif2 --  cl tried     2752 cl shrink        0 lits rem          0 time: 0.00
1438.44/360.15	c vivif2 --  cl tried   102468 cl shrink        0 lits rem          0 time: 0.03
1438.84/360.26	c asymm  cl-useful: 0/2752/2752 lits-rem:0 time: 0.11
1438.84/360.27	c calculated reachability. Time: 0.00
1438.84/360.27	c  N st   401   1711053       632      2752         0    102468      8370   1912823     17.86   no data
1879.04/470.47	c  N st   402   2080017       632      2752         0    114520      8370   2226810     17.86   no data
2051.61/513.70	c  N st   403   2211056       632      2752         0    118432      8370   2261883     17.86   no data
2051.61/513.70	c  S st   403   2211056       632      2752         0    118432      8370   2261883     17.86   no data
2053.21/514.06	c  S st   403   2211559       632      2752         0    118935      8370   2275549     17.86   no data
2053.21/514.07	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
2053.61/514.13	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.5M T:  0.06
2053.61/514.13	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
2053.61/514.13	c bin-w-bin subsume rem            0 bins  time:  0.00 s
2053.61/514.13	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2053.61/514.13	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    632 time:  0.00 s
2053.61/514.13	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
2053.61/514.16	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.03 s
2054.00/514.23	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2115.92/529.74	c lits-rem:       613  cl-subs:     7354  v-elim:      0  v-fix:    0  time: 15.51 s
2115.92/529.74	c vivif2 --  cl tried     2752 cl shrink        0 lits rem          0 time: 0.00
2115.92/529.77	c vivif2 --  cl tried   111581 cl shrink        0 lits rem          0 time: 0.03
2116.32/529.89	c asymm  cl-useful: 0/2752/2752 lits-rem:0 time: 0.13
2116.72/529.90	c calculated reachability. Time: 0.00
2116.72/529.90	c  N st   403   2211559       632      2752         0    111581      8370   2085981     17.86   no data
2773.06/694.27	c  N st   404   2711560       632      2752         0    135403      8370   2756996     17.86   no data
2773.06/694.27	c  S st   404   2711560       632      2752         0    135403      8370   2756996     17.86   no data
2774.64/694.69	c  S st   404   2712062       632      2752         0    135905      8370   2771011     17.86   no data
2774.64/694.69	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
2775.04/694.77	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.7M T:  0.07
2775.04/694.77	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
2775.04/694.77	c bin-w-bin subsume rem            0 bins  time:  0.00 s
2775.04/694.77	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2775.04/694.77	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    632 time:  0.00 s
2775.04/694.77	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
2775.44/694.80	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.04 s
2775.44/694.88	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2854.92/714.78	c lits-rem:       971  cl-subs:     7030  v-elim:      0  v-fix:    0  time: 19.90 s
2854.92/714.78	c vivif2 --  cl tried     2752 cl shrink        0 lits rem          0 time: 0.00
2855.32/714.82	c vivif2 --  cl tried   128875 cl shrink        0 lits rem          0 time: 0.04
2855.72/714.96	c asymm  cl-useful: 0/2752/2752 lits-rem:0 time: 0.15
2855.72/714.97	c calculated reachability. Time: 0.00
2855.72/714.97	c  N st   404   2712062       632      2752         0    128875      8370   2582608     17.86   no data
3611.51/904.18	c  N st   405   3212063       632      2752         0    105239      8370   1712592     17.86   no data
3611.51/904.18	c  S st   405   3212063       632      2752         0    105239      8370   1712592     17.86   no data
3612.70/904.48	c  S st   405   3212567       632      2752         0    105743      8370   1726881     17.86   no data
3612.70/904.49	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
3613.10/904.54	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.3M T:  0.05
3613.10/904.54	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
3613.10/904.54	c bin-w-bin subsume rem            0 bins  time:  0.00 s
3613.10/904.54	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3613.10/904.54	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    632 time:  0.00 s
3613.10/904.54	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
3613.10/904.57	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.03 s
3613.50/904.62	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3631.48/909.14	c lits-rem:       363  cl-subs:     2989  v-elim:      0  v-fix:    0  time:  4.52 s
3631.48/909.14	c vivif2 --  cl tried     2752 cl shrink        0 lits rem          0 time: 0.00
3631.48/909.17	c vivif2 --  cl tried   102754 cl shrink        0 lits rem          0 time: 0.02
3631.88/909.27	c asymm  cl-useful: 0/2752/2752 lits-rem:0 time: 0.11
3631.88/909.28	c calculated reachability. Time: 0.00
3631.88/909.28	c  N st   405   3212567       632      2752         0    102754      8370   1635732     17.86   no data
4457.17/1115.85	c  N st   406   3712568       632      2752         0    113131      8370   1799954     17.86   no data
4457.17/1115.85	c  S st   406   3712568       632      2752         0    113131      8370   1799954     17.86   no data
4458.37/1116.17	c  S st   406   3713070       632      2752         0    113633      8370   1813392     17.86   no data
4458.37/1116.18	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
4458.77/1116.24	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.4M T:  0.06
4458.77/1116.24	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
4458.77/1116.24	c bin-w-bin subsume rem            0 bins  time:  0.00 s
4458.77/1116.24	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
4458.77/1116.24	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    632 time:  0.00 s
4458.77/1116.24	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
4458.77/1116.27	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.03 s
4459.17/1116.32	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
4482.73/1122.28	c lits-rem:       396  cl-subs:     3624  v-elim:      0  v-fix:    0  time:  5.96 s
4482.73/1122.28	c vivif2 --  cl tried     2752 cl shrink        0 lits rem          0 time: 0.00
4483.13/1122.31	c vivif2 --  cl tried   110009 cl shrink        0 lits rem          0 time: 0.02
4483.53/1122.43	c asymm  cl-useful: 0/2752/2752 lits-rem:0 time: 0.12
4483.53/1122.43	c calculated reachability. Time: 0.00
4483.53/1122.43	c  N st   406   3713070       632      2752         0    110009      8370   1702837     17.86   no data
4553.04/1139.86	c  F st   407   3751563       632      2752         0    147792      8370   2801707     17.86   no data
4553.04/1139.86	c  N st   407   3751563       632      2752         0    147792      8370   2801707     17.86   no data
4563.82/1142.56	c Decided on static restart strategy
4604.17/1152.64	c  N st   417   3779868       632      2752         0     92203      8370   1085966     17.86   no data
4667.28/1168.46	c  N st   419   3815861       632      2752         0    127493      8370   2127570     17.86   no data
4727.60/1183.53	c  N st   420   3848255       632      2752         0    159268      8370   3044025     17.86   no data

Verifier Data

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

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 977)

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-3366561-1307654844/watcher-3366561-1307654844 -o /tmp/evaluation-result-3366561-1307654844/solver-3366561-1307654844 -C 4800 -W 1300 -M 15500 ./strangenight2-mt --threads=4 HOME/instance-3366561-1307654844.cnf 

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

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


[startup+0 s]
/proc/loadavg: 8.13 8.00 6.18 6/180 22166
/proc/meminfo: memFree=32043648/32951124 swapFree=67052292/67111528
[pid=22166] ppid=22164 vsize=51168 CPUtime=0 cores=1,3,5,7
/proc/22166/stat : 22166 (strangenight2-m) R 22164 22166 21755 0 -1 4202496 407 0 0 0 0 0 0 0 25 0 4 0 877085378 52396032 347 33554432000 4194304 4580107 140735189499472 18446744073709551615 47859395438514 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/22166/statm: 12792 347 299 95 0 7774 0
[pid=22166/tid=22167] ppid=22164 vsize=51168 CPUtime=0 cores=1,3,5,7
/proc/22166/task/22167/stat : 22167 (strangenight2-m) R 22164 22166 21755 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 4 0 877085378 52396032 347 33554432000 4194304 4580107 140735189499472 18446744073709551615 270613167089 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=22166/tid=22168] ppid=22164 vsize=51168 CPUtime=0 cores=1,3,5,7
/proc/22166/task/22168/stat : 22168 (strangenight2-m) R 22164 22166 21755 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 4 0 877085378 52396032 347 33554432000 4194304 4580107 140735189499472 18446744073709551615 270624908342 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=22166/tid=22169] ppid=22164 vsize=51168 CPUtime=0 cores=1,3,5,7
/proc/22166/task/22169/stat : 22169 (strangenight2-m) R 22164 22166 21755 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 4 0 877085378 52396032 347 33554432000 4194304 4580107 140735189499472 18446744073709551615 47859395438514 0 0 4096 2 0 0 0 -1 3 0 0 0

[startup+0.156062 s]
/proc/loadavg: 8.13 8.00 6.18 6/180 22166
/proc/meminfo: memFree=32043648/32951124 swapFree=67052292/67111528
[pid=22166] ppid=22164 vsize=282540 CPUtime=0.6 cores=1,3,5,7
/proc/22166/stat : 22166 (strangenight2-m) R 22164 22166 21755 0 -1 4202496 2086 0 0 0 60 0 0 0 18 0 4 0 877085378 289320960 1972 33554432000 4194304 4580107 140735189499472 18446744073709551615 4322578 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/22166/statm: 70635 1972 377 95 0 65617 0
[pid=22166/tid=22167] ppid=22164 vsize=282540 CPUtime=0.14 cores=1,3,5,7
/proc/22166/task/22167/stat : 22167 (strangenight2-m) R 22164 22166 21755 0 -1 4202560 430 0 0 0 14 0 0 0 25 0 4 0 877085378 289320960 1973 33554432000 4194304 4580107 140735189499472 18446744073709551615 4321207 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=22166/tid=22168] ppid=22164 vsize=282540 CPUtime=0.14 cores=1,3,5,7
/proc/22166/task/22168/stat : 22168 (strangenight2-m) R 22164 22166 21755 0 -1 4202560 471 0 0 0 14 0 0 0 18 0 4 0 877085378 289320960 1973 33554432000 4194304 4580107 140735189499472 18446744073709551615 4294612 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=22166/tid=22169] ppid=22164 vsize=282540 CPUtime=0.15 cores=1,3,5,7
/proc/22166/task/22169/stat : 22169 (strangenight2-m) R 22164 22166 21755 0 -1 4202560 343 0 0 0 15 0 0 0 18 0 4 0 877085378 289320960 1973 33554432000 4194304 4580107 140735189499472 18446744073709551615 4301544 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 0.6
Current children cumulated vsize (KiB) 282540

[startup+0.201054 s]
/proc/loadavg: 8.13 8.00 6.18 6/180 22166
/proc/meminfo: memFree=32043648/32951124 swapFree=67052292/67111528
[pid=22166] ppid=22164 vsize=283836 CPUtime=0.78 cores=1,3,5,7
/proc/22166/stat : 22166 (strangenight2-m) R 22164 22166 21755 0 -1 4202496 2555 0 0 0 78 0 0 0 18 0 4 0 877085378 290648064 1783 33554432000 4194304 4580107 140735189499472 18446744073709551615 4489474 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/22166/statm: 70959 1783 377 95 0 65941 0
[pid=22166/tid=22167] ppid=22164 vsize=283836 CPUtime=0.19 cores=1,3,5,7
/proc/22166/task/22167/stat : 22167 (strangenight2-m) R 22164 22166 21755 0 -1 4202560 553 0 0 0 19 0 0 0 25 0 4 0 877085378 290648064 1783 33554432000 4194304 4580107 140735189499472 18446744073709551615 4294422 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=22166/tid=22168] ppid=22164 vsize=283836 CPUtime=0.19 cores=1,3,5,7
/proc/22166/task/22168/stat : 22168 (strangenight2-m) R 22164 22166 21755 0 -1 4202560 581 0 0 0 19 0 0 0 18 0 4 0 877085378 290648064 1783 33554432000 4194304 4580107 140735189499472 18446744073709551615 4294080 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=22166/tid=22169] ppid=22164 vsize=283836 CPUtime=0.19 cores=1,3,5,7
/proc/22166/task/22169/stat : 22169 (strangenight2-m) R 22164 22166 21755 0 -1 4202560 464 0 0 0 19 0 0 0 18 0 4 0 877085378 290648064 1783 33554432000 4194304 4580107 140735189499472 18446744073709551615 4320876 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 0.78
Current children cumulated vsize (KiB) 283836

[startup+0.301036 s]
/proc/loadavg: 8.13 8.00 6.18 6/180 22166
/proc/meminfo: memFree=32043648/32951124 swapFree=67052292/67111528
[pid=22166] ppid=22164 vsize=284012 CPUtime=1.18 cores=1,3,5,7
/proc/22166/stat : 22166 (strangenight2-m) R 22164 22166 21755 0 -1 4202496 3005 0 0 0 118 0 0 0 18 0 4 0 877085378 290828288 2233 33554432000 4194304 4580107 140735189499472 18446744073709551615 4293781 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/22166/statm: 71003 2233 377 95 0 65985 0
[pid=22166/tid=22167] ppid=22164 vsize=284012 CPUtime=0.29 cores=1,3,5,7
/proc/22166/task/22167/stat : 22167 (strangenight2-m) R 22164 22166 21755 0 -1 4202560 664 0 0 0 29 0 0 0 25 0 4 0 877085378 290828288 2233 33554432000 4194304 4580107 140735189499472 18446744073709551615 4294639 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=22166/tid=22168] ppid=22164 vsize=284012 CPUtime=0.29 cores=1,3,5,7
/proc/22166/task/22168/stat : 22168 (strangenight2-m) R 22164 22166 21755 0 -1 4202560 697 0 0 0 29 0 0 0 18 0 4 0 877085378 290828288 2233 33554432000 4194304 4580107 140735189499472 18446744073709551615 4295838 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=22166/tid=22169] ppid=22164 vsize=284012 CPUtime=0.29 cores=1,3,5,7
/proc/22166/task/22169/stat : 22169 (strangenight2-m) R 22164 22166 21755 0 -1 4202560 582 0 0 0 29 0 0 0 18 0 4 0 877085378 290828288 2233 33554432000 4194304 4580107 140735189499472 18446744073709551615 4316654 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 1.18
Current children cumulated vsize (KiB) 284012

[startup+0.700967 s]
/proc/loadavg: 8.13 8.00 6.18 6/180 22166
/proc/meminfo: memFree=32043648/32951124 swapFree=67052292/67111528
[pid=22166] ppid=22164 vsize=284780 CPUtime=2.78 cores=1,3,5,7
/proc/22166/stat : 22166 (strangenight2-m) R 22164 22166 21755 0 -1 4202496 4661 0 0 0 278 0 0 0 18 0 4 0 877085378 291614720 2893 33554432000 4194304 4580107 140735189499472 18446744073709551615 4294426 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/22166/statm: 71195 2893 377 95 0 66177 0
[pid=22166/tid=22167] ppid=22164 vsize=284780 CPUtime=0.69 cores=1,3,5,7
/proc/22166/task/22167/stat : 22167 (strangenight2-m) R 22164 22166 21755 0 -1 4202560 1074 0 0 0 69 0 0 0 25 0 4 0 877085378 291614720 2893 33554432000 4194304 4580107 140735189499472 18446744073709551615 4293907 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=22166/tid=22168] ppid=22164 vsize=284780 CPUtime=0.69 cores=1,3,5,7
/proc/22166/task/22168/stat : 22168 (strangenight2-m) R 22164 22166 21755 0 -1 4202560 1081 0 0 0 69 0 0 0 18 0 4 0 877085378 291614720 2893 33554432000 4194304 4580107 140735189499472 18446744073709551615 4294507 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=22166/tid=22169] ppid=22164 vsize=284780 CPUtime=0.69 cores=1,3,5,7
/proc/22166/task/22169/stat : 22169 (strangenight2-m) R 22164 22166 21755 0 -1 4202560 1026 0 0 0 69 0 0 0 18 0 4 0 877085378 291614720 2893 33554432000 4194304 4580107 140735189499472 18446744073709551615 4342256 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 2.78
Current children cumulated vsize (KiB) 284780

[startup+1.50083 s]
/proc/loadavg: 8.13 8.00 6.18 10/184 22170
/proc/meminfo: memFree=32023924/32951124 swapFree=67052292/67111528
[pid=22166] ppid=22164 vsize=285968 CPUtime=5.97 cores=1,3,5,7
/proc/22166/stat : 22166 (strangenight2-m) R 22164 22166 21755 0 -1 4202496 9174 0 0 0 596 1 0 0 20 0 4 0 877085378 292831232 4538 33554432000 4194304 4580107 140735189499472 18446744073709551615 4294458 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/22166/statm: 71492 4538 379 95 0 66474 0
[pid=22166/tid=22167] ppid=22164 vsize=285968 CPUtime=1.48 cores=1,3,5,7
/proc/22166/task/22167/stat : 22167 (strangenight2-m) R 22164 22166 21755 0 -1 4202560 1922 0 0 0 148 0 0 0 25 0 4 0 877085378 292831232 4538 33554432000 4194304 4580107 140735189499472 18446744073709551615 4292938 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=22166/tid=22168] ppid=22164 vsize=285968 CPUtime=1.49 cores=1,3,5,7
/proc/22166/task/22168/stat : 22168 (strangenight2-m) R 22164 22166 21755 0 -1 4202560 1818 0 0 0 149 0 0 0 20 0 4 0 877085378 292831232 4538 33554432000 4194304 4580107 140735189499472 18446744073709551615 4293938 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=22166/tid=22169] ppid=22164 vsize=285968 CPUtime=1.49 cores=1,3,5,7
/proc/22166/task/22169/stat : 22169 (strangenight2-m) R 22164 22166 21755 0 -1 4202560 1904 0 0 0 149 0 0 0 20 0 4 0 877085378 292831232 4538 33554432000 4194304 4580107 140735189499472 18446744073709551615 4294688 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 5.97
Current children cumulated vsize (KiB) 285968

[startup+3.10055 s]
/proc/loadavg: 8.13 8.00 6.18 9/184 22170
/proc/meminfo: memFree=31986844/32951124 swapFree=67052292/67111528
[pid=22166] ppid=22164 vsize=302632 CPUtime=12.37 cores=1,3,5,7
/proc/22166/stat : 22166 (strangenight2-m) R 22164 22166 21755 0 -1 4202496 18586 0 0 0 1235 2 0 0 25 0 4 0 877085378 309895168 11027 33554432000 4194304 4580107 140735189499472 18446744073709551615 4293907 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/22166/statm: 75658 11027 379 95 0 70640 0
[pid=22166/tid=22167] ppid=22164 vsize=302632 CPUtime=3.07 cores=1,3,5,7
/proc/22166/task/22167/stat : 22167 (strangenight2-m) R 22164 22166 21755 0 -1 4202560 4195 0 0 0 307 0 0 0 25 0 4 0 877085378 309895168 11027 33554432000 4194304 4580107 140735189499472 18446744073709551615 4322582 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=22166/tid=22168] ppid=22164 vsize=302632 CPUtime=3.09 cores=1,3,5,7
/proc/22166/task/22168/stat : 22168 (strangenight2-m) R 22164 22166 21755 0 -1 4202560 4725 0 0 0 309 0 0 0 25 0 4 0 877085378 309895168 11027 33554432000 4194304 4580107 140735189499472 18446744073709551615 4294688 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=22166/tid=22169] ppid=22164 vsize=302632 CPUtime=3.08 cores=1,3,5,7
/proc/22166/task/22169/stat : 22169 (strangenight2-m) R 22164 22166 21755 0 -1 4202560 4981 0 0 0 308 0 0 0 25 0 4 0 877085378 309895168 11027 33554432000 4194304 4580107 140735189499472 18446744073709551615 4294612 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 12.37
Current children cumulated vsize (KiB) 302632

[startup+6.30098 s]
/proc/loadavg: 8.12 8.00 6.19 10/184 22170
/proc/meminfo: memFree=31947064/32951124 swapFree=67052292/67111528
[pid=22166] ppid=22164 vsize=312328 CPUtime=25.15 cores=1,3,5,7
/proc/22166/stat : 22166 (strangenight2-m) R 22164 22166 21755 0 -1 4202496 28529 0 0 0 2511 4 0 0 25 0 4 0 877085378 319823872 15253 33554432000 4194304 4580107 140735189499472 18446744073709551615 4293182 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/22166/statm: 78082 15253 381 95 0 73064 0
[pid=22166/tid=22167] ppid=22164 vsize=312328 CPUtime=6.26 cores=1,3,5,7
/proc/22166/task/22167/stat : 22167 (strangenight2-m) R 22164 22166 21755 0 -1 4202560 8075 0 0 0 625 1 0 0 25 0 4 0 877085378 319823872 15253 33554432000 4194304 4580107 140735189499472 18446744073709551615 4302360 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=22166/tid=22168] ppid=22164 vsize=312328 CPUtime=6.28 cores=1,3,5,7
/proc/22166/task/22168/stat : 22168 (strangenight2-m) R 22164 22166 21755 0 -1 4202560 6666 0 0 0 628 0 0 0 25 0 4 0 877085378 319823872 15253 33554432000 4194304 4580107 140735189499472 18446744073709551615 4293211 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=22166/tid=22169] ppid=22164 vsize=312328 CPUtime=6.29 cores=1,3,5,7
/proc/22166/task/22169/stat : 22169 (strangenight2-m) R 22164 22166 21755 0 -1 4202560 7240 0 0 0 628 1 0 0 25 0 4 0 877085378 319823872 15253 33554432000 4194304 4580107 140735189499472 18446744073709551615 4294955 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 25.15
Current children cumulated vsize (KiB) 312328

[startup+12.7008 s]
/proc/loadavg: 8.11 8.00 6.20 10/184 22170
/proc/meminfo: memFree=31871136/32951124 swapFree=67052292/67111528
[pid=22166] ppid=22164 vsize=303940 CPUtime=50.71 cores=1,3,5,7
/proc/22166/stat : 22166 (strangenight2-m) R 22164 22166 21755 0 -1 4202496 44288 0 0 0 5063 8 0 0 25 0 4 0 877085378 311234560 24937 33554432000 4194304 4580107 140735189499472 18446744073709551615 4294426 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/22166/statm: 75985 24937 381 95 0 70967 0
[pid=22166/tid=22167] ppid=22164 vsize=303940 CPUtime=12.62 cores=1,3,5,7
/proc/22166/task/22167/stat : 22167 (strangenight2-m) R 22164 22166 21755 0 -1 4202560 12771 0 0 0 1260 2 0 0 25 0 4 0 877085378 311234560 24937 33554432000 4194304 4580107 140735189499472 18446744073709551615 4293216 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=22166/tid=22168] ppid=22164 vsize=303940 CPUtime=12.68 cores=1,3,5,7
/proc/22166/task/22168/stat : 22168 (strangenight2-m) R 22164 22166 21755 0 -1 4202560 7238 0 0 0 1268 0 0 0 25 0 4 0 877085378 311234560 24937 33554432000 4194304 4580107 140735189499472 18446744073709551615 4294634 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=22166/tid=22169] ppid=22164 vsize=303940 CPUtime=12.69 cores=1,3,5,7
/proc/22166/task/22169/stat : 22169 (strangenight2-m) R 22164 22166 21755 0 -1 4202560 10877 0 0 0 1267 2 0 0 25 0 4 0 877085378 311234560 24937 33554432000 4194304 4580107 140735189499472 18446744073709551615 4293222 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 50.71
Current children cumulated vsize (KiB) 303940

[startup+25.5006 s]
/proc/loadavg: 8.09 8.00 6.23 10/184 22171
/proc/meminfo: memFree=31829860/32951124 swapFree=67052292/67111528
[pid=22166] ppid=22164 vsize=313948 CPUtime=101.84 cores=1,3,5,7
/proc/22166/stat : 22166 (strangenight2-m) R 22164 22166 21755 0 -1 4202496 61661 0 0 0 10172 12 0 0 25 0 4 0 877085378 321482752 31362 33554432000 4194304 4580107 140735189499472 18446744073709551615 4294438 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/22166/statm: 78487 31362 379 95 0 73469 0
[pid=22166/tid=22167] ppid=22164 vsize=313948 CPUtime=25.35 cores=1,3,5,7
/proc/22166/task/22167/stat : 22167 (strangenight2-m) R 22164 22166 21755 0 -1 4202560 18015 0 0 0 2532 3 0 0 25 0 4 0 877085378 321482752 31362 33554432000 4194304 4580107 140735189499472 18446744073709551615 4321192 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=22166/tid=22168] ppid=22164 vsize=313948 CPUtime=25.48 cores=1,3,5,7
/proc/22166/task/22168/stat : 22168 (strangenight2-m) R 22164 22166 21755 0 -1 4202560 9590 0 0 0 2547 1 0 0 25 0 4 0 877085378 321482752 31362 33554432000 4194304 4580107 140735189499472 18446744073709551615 4293229 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=22166/tid=22169] ppid=22164 vsize=313948 CPUtime=25.49 cores=1,3,5,7
/proc/22166/task/22169/stat : 22169 (strangenight2-m) R 22164 22166 21755 0 -1 4202560 13564 0 0 0 2546 3 0 0 25 0 4 0 877085378 321482752 31362 33554432000 4194304 4580107 140735189499472 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 101.84
Current children cumulated vsize (KiB) 313948

[startup+51.101 s]
/proc/loadavg: 8.11 8.01 6.28 10/184 22171
/proc/meminfo: memFree=31784100/32951124 swapFree=67052292/67111528
[pid=22166] ppid=22164 vsize=315776 CPUtime=204.11 cores=1,3,5,7
/proc/22166/stat : 22166 (strangenight2-m) R 22164 22166 21755 0 -1 4202496 85586 0 0 0 20391 20 0 0 25 0 4 0 877085378 323354624 37558 33554432000 4194304 4580107 140735189499472 18446744073709551615 4296101 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/22166/statm: 78944 37558 379 95 0 73926 0
[pid=22166/tid=22167] ppid=22164 vsize=315776 CPUtime=50.81 cores=1,3,5,7
/proc/22166/task/22167/stat : 22167 (strangenight2-m) R 22164 22166 21755 0 -1 4202560 24343 0 0 0 5076 5 0 0 25 0 4 0 877085378 323354624 37558 33554432000 4194304 4580107 140735189499472 18446744073709551615 4294624 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=22166/tid=22168] ppid=22164 vsize=315776 CPUtime=51.09 cores=1,3,5,7
/proc/22166/task/22168/stat : 22168 (strangenight2-m) R 22164 22166 21755 0 -1 4202560 11884 0 0 0 5107 2 0 0 25 0 4 0 877085378 323354624 37558 33554432000 4194304 4580107 140735189499472 18446744073709551615 4294535 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=22166/tid=22169] ppid=22164 vsize=315776 CPUtime=51.08 cores=1,3,5,7
/proc/22166/task/22169/stat : 22169 (strangenight2-m) R 22164 22166 21755 0 -1 4202560 18718 0 0 0 5104 4 0 0 25 0 4 0 877085378 323354624 37558 33554432000 4194304 4580107 140735189499472 18446744073709551615 4293778 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 204.11
Current children cumulated vsize (KiB) 315776

[startup+102.301 s]
/proc/loadavg: 8.16 8.04 6.38 9/184 22173
/proc/meminfo: memFree=31716988/32951124 swapFree=67052292/67111528
[pid=22166] ppid=22164 vsize=327236 CPUtime=408.65 cores=1,3,5,7
/proc/22166/stat : 22166 (strangenight2-m) R 22164 22166 21755 0 -1 4202496 124606 0 0 0 40831 34 0 0 25 0 4 0 877085378 335089664 47235 33554432000 4194304 4580107 140735189499472 18446744073709551615 4294955 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/22166/statm: 81809 47235 379 95 0 76791 0
[pid=22166/tid=22167] ppid=22164 vsize=327236 CPUtime=101.74 cores=1,3,5,7
/proc/22166/task/22167/stat : 22167 (strangenight2-m) R 22164 22166 21755 0 -1 4202560 37683 0 0 0 10164 10 0 0 25 0 4 0 877085378 335089664 47235 33554432000 4194304 4580107 140735189499472 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=22166/tid=22168] ppid=22164 vsize=327236 CPUtime=102.29 cores=1,3,5,7
/proc/22166/task/22168/stat : 22168 (strangenight2-m) R 22164 22166 21755 0 -1 4202560 12785 0 0 0 10227 2 0 0 25 0 4 0 877085378 335089664 47235 33554432000 4194304 4580107 140735189499472 18446744073709551615 4294688 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=22166/tid=22169] ppid=22164 vsize=327236 CPUtime=102.3 cores=1,3,5,7
/proc/22166/task/22169/stat : 22169 (strangenight2-m) R 22164 22166 21755 0 -1 4202560 27568 0 0 0 10222 8 0 0 25 0 4 0 877085378 335089664 47235 33554432000 4194304 4580107 140735189499472 18446744073709551615 4295723 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 408.65
Current children cumulated vsize (KiB) 327236

[startup+162.3 s]

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

[pid=22166] ppid=22164 vsize=576148 CPUtime=2565.72 cores=1,3,5,7
/proc/22166/stat : 22166 (strangenight2-m) R 22164 22166 21755 0 -1 4202496 340032 0 0 0 256443 129 0 0 25 0 4 0 877085378 589975552 107088 33554432000 4194304 4580107 140735189499472 18446744073709551615 4294471 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/22166/statm: 144037 107088 379 95 0 139019 0
[pid=22166/tid=22167] ppid=22164 vsize=576148 CPUtime=638.8 cores=1,3,5,7
/proc/22166/task/22167/stat : 22167 (strangenight2-m) R 22164 22166 21755 0 -1 4202560 102949 0 0 0 63839 41 0 0 25 0 4 0 877085378 589975552 107088 33554432000 4194304 4580107 140735189499472 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=22166/tid=22168] ppid=22164 vsize=576148 CPUtime=642.28 cores=1,3,5,7
/proc/22166/task/22168/stat : 22168 (strangenight2-m) R 22164 22166 21755 0 -1 4202560 32994 0 0 0 64217 11 0 0 25 0 4 0 877085378 589975552 107088 33554432000 4194304 4580107 140735189499472 18446744073709551615 4318699 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=22166/tid=22169] ppid=22164 vsize=576148 CPUtime=642.29 cores=1,3,5,7
/proc/22166/task/22169/stat : 22169 (strangenight2-m) R 22164 22166 21755 0 -1 4202560 87965 0 0 0 64197 32 0 0 25 0 4 0 877085378 589975552 107088 33554432000 4194304 4580107 140735189499472 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 2565.72
Current children cumulated vsize (KiB) 576148

[startup+702.301 s]
/proc/loadavg: 8.11 8.10 7.19 10/184 22189
/proc/meminfo: memFree=31274640/32951124 swapFree=67052292/67111528
[pid=22166] ppid=22164 vsize=641804 CPUtime=2805.39 cores=1,3,5,7
/proc/22166/stat : 22166 (strangenight2-m) R 22164 22166 21755 0 -1 4202496 360173 0 0 0 280400 139 0 0 25 0 4 0 877085378 657207296 105165 33554432000 4194304 4580107 140735189499472 18446744073709551615 4406486 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/22166/statm: 160451 105165 379 95 0 155433 0
[pid=22166/tid=22167] ppid=22164 vsize=641804 CPUtime=698.47 cores=1,3,5,7
/proc/22166/task/22167/stat : 22167 (strangenight2-m) R 22164 22166 21755 0 -1 4202560 107877 0 0 0 69802 45 0 0 25 0 4 0 877085378 657207296 105165 33554432000 4194304 4580107 140735189499472 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=22166/tid=22168] ppid=22164 vsize=641804 CPUtime=702.28 cores=1,3,5,7
/proc/22166/task/22168/stat : 22168 (strangenight2-m) R 22164 22166 21755 0 -1 4202560 36136 0 0 0 70215 13 0 0 25 0 4 0 877085378 657207296 105165 33554432000 4194304 4580107 140735189499472 18446744073709551615 4294627 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=22166/tid=22169] ppid=22164 vsize=641804 CPUtime=702.3 cores=1,3,5,7
/proc/22166/task/22169/stat : 22169 (strangenight2-m) R 22164 22166 21755 0 -1 4202560 97112 0 0 0 70194 36 0 0 25 0 4 0 877085378 657207296 105165 33554432000 4194304 4580107 140735189499472 18446744073709551615 4406466 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 2805.39
Current children cumulated vsize (KiB) 641804

[startup+762.301 s]
/proc/loadavg: 8.04 8.08 7.24 9/184 22190
/proc/meminfo: memFree=31227372/32951124 swapFree=67052292/67111528
[pid=22166] ppid=22164 vsize=629104 CPUtime=3045.09 cores=1,3,5,7
/proc/22166/stat : 22166 (strangenight2-m) R 22164 22166 21755 0 -1 4202496 385771 0 0 0 304358 151 0 0 25 0 4 0 877085378 644202496 117994 33554432000 4194304 4580107 140735189499472 18446744073709551615 4294624 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/22166/statm: 157276 117994 379 95 0 152258 0
[pid=22166/tid=22167] ppid=22164 vsize=629104 CPUtime=758.15 cores=1,3,5,7
/proc/22166/task/22167/stat : 22167 (strangenight2-m) R 22164 22166 21755 0 -1 4202560 113317 0 0 0 75768 47 0 0 25 0 4 0 877085378 644202496 117994 33554432000 4194304 4580107 140735189499472 18446744073709551615 4295404 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=22166/tid=22168] ppid=22164 vsize=629104 CPUtime=762.29 cores=1,3,5,7
/proc/22166/task/22168/stat : 22168 (strangenight2-m) R 22164 22166 21755 0 -1 4202560 43159 0 0 0 76212 17 0 0 25 0 4 0 877085378 644202496 117994 33554432000 4194304 4580107 140735189499472 18446744073709551615 4294624 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=22166/tid=22169] ppid=22164 vsize=629104 CPUtime=762.3 cores=1,3,5,7
/proc/22166/task/22169/stat : 22169 (strangenight2-m) R 22164 22166 21755 0 -1 4202560 104297 0 0 0 76191 39 0 0 25 0 4 0 877085378 644202496 117994 33554432000 4194304 4580107 140735189499472 18446744073709551615 4293192 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 3045.09
Current children cumulated vsize (KiB) 629104

[startup+822.301 s]
/proc/loadavg: 8.01 8.06 7.28 9/184 22192
/proc/meminfo: memFree=31216804/32951124 swapFree=67052292/67111528
[pid=22166] ppid=22164 vsize=629188 CPUtime=3284.75 cores=1,3,5,7
/proc/22166/stat : 22166 (strangenight2-m) R 22164 22166 21755 0 -1 4202496 406628 0 0 0 328313 162 0 0 25 0 4 0 877085378 644288512 111895 33554432000 4194304 4580107 140735189499472 18446744073709551615 4294520 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/22166/statm: 157297 111895 379 95 0 152279 0
[pid=22166/tid=22167] ppid=22164 vsize=629188 CPUtime=817.82 cores=1,3,5,7
/proc/22166/task/22167/stat : 22167 (strangenight2-m) R 22164 22166 21755 0 -1 4202560 117246 0 0 0 81733 49 0 0 25 0 4 0 877085378 644288512 111895 33554432000 4194304 4580107 140735189499472 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=22166/tid=22168] ppid=22164 vsize=629188 CPUtime=822.28 cores=1,3,5,7
/proc/22166/task/22168/stat : 22168 (strangenight2-m) R 22164 22166 21755 0 -1 4202560 50346 0 0 0 82208 20 0 0 25 0 4 0 877085378 644288512 111895 33554432000 4194304 4580107 140735189499472 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=22166/tid=22169] ppid=22164 vsize=629188 CPUtime=822.3 cores=1,3,5,7
/proc/22166/task/22169/stat : 22169 (strangenight2-m) R 22164 22166 21755 0 -1 4202560 109505 0 0 0 82188 42 0 0 25 0 4 0 877085378 644288512 111895 33554432000 4194304 4580107 140735189499472 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 3284.75
Current children cumulated vsize (KiB) 629188

[startup+882.307 s]
/proc/loadavg: 8.07 8.06 7.33 10/184 22193
/proc/meminfo: memFree=31123408/32951124 swapFree=67052292/67111528
[pid=22166] ppid=22164 vsize=642432 CPUtime=3524.45 cores=1,3,5,7
/proc/22166/stat : 22166 (strangenight2-m) R 22164 22166 21755 0 -1 4202496 431692 0 0 0 352271 174 0 0 25 0 4 0 877085378 657850368 121585 33554432000 4194304 4580107 140735189499472 18446744073709551615 4294426 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/22166/statm: 160608 121585 379 95 0 155590 0
[pid=22166/tid=22167] ppid=22164 vsize=642432 CPUtime=877.5 cores=1,3,5,7
/proc/22166/task/22167/stat : 22167 (strangenight2-m) R 22164 22166 21755 0 -1 4202560 121150 0 0 0 87699 51 0 0 25 0 4 0 877085378 657850368 121585 33554432000 4194304 4580107 140735189499472 18446744073709551615 4295404 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=22166/tid=22168] ppid=22164 vsize=642432 CPUtime=882.28 cores=1,3,5,7
/proc/22166/task/22168/stat : 22168 (strangenight2-m) R 22164 22166 21755 0 -1 4202560 57481 0 0 0 88205 23 0 0 25 0 4 0 877085378 657850368 121585 33554432000 4194304 4580107 140735189499472 18446744073709551615 4294533 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=22166/tid=22169] ppid=22164 vsize=642432 CPUtime=882.31 cores=1,3,5,7
/proc/22166/task/22169/stat : 22169 (strangenight2-m) R 22164 22166 21755 0 -1 4202560 116687 0 0 0 88185 46 0 0 25 0 4 0 877085378 657850368 121585 33554432000 4194304 4580107 140735189499472 18446744073709551615 4293229 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 3524.45
Current children cumulated vsize (KiB) 642432

[startup+942.3 s]
/proc/loadavg: 8.08 8.06 7.37 10/184 22195
/proc/meminfo: memFree=31138508/32951124 swapFree=67052292/67111528
[pid=22166] ppid=22164 vsize=682388 CPUtime=3764.1 cores=1,3,5,7
/proc/22166/stat : 22166 (strangenight2-m) R 22164 22166 21755 0 -1 4202496 458918 0 0 0 376222 188 0 0 25 0 4 0 877085378 698765312 123106 33554432000 4194304 4580107 140735189499472 18446744073709551615 4293182 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/22166/statm: 170597 123106 379 95 0 165579 0
[pid=22166/tid=22167] ppid=22164 vsize=682388 CPUtime=937.17 cores=1,3,5,7
/proc/22166/task/22167/stat : 22167 (strangenight2-m) R 22164 22166 21755 0 -1 4202560 124609 0 0 0 93664 53 0 0 25 0 4 0 877085378 698765312 123106 33554432000 4194304 4580107 140735189499472 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=22166/tid=22168] ppid=22164 vsize=682388 CPUtime=942.28 cores=1,3,5,7
/proc/22166/task/22168/stat : 22168 (strangenight2-m) R 22164 22166 21755 0 -1 4202560 64368 0 0 0 94200 28 0 0 25 0 4 0 877085378 698765312 123106 33554432000 4194304 4580107 140735189499472 18446744073709551615 4293229 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=22166/tid=22169] ppid=22164 vsize=682388 CPUtime=942.3 cores=1,3,5,7
/proc/22166/task/22169/stat : 22169 (strangenight2-m) R 22164 22166 21755 0 -1 4202560 128544 0 0 0 94180 50 0 0 25 0 4 0 877085378 698765312 123106 33554432000 4194304 4580107 140735189499472 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 3764.1
Current children cumulated vsize (KiB) 682388

[startup+1002.3 s]
/proc/loadavg: 8.08 8.06 7.41 10/184 22197
/proc/meminfo: memFree=31040644/32951124 swapFree=67052292/67111528
[pid=22166] ppid=22164 vsize=768960 CPUtime=4003.77 cores=1,3,5,7
/proc/22166/stat : 22166 (strangenight2-m) R 22164 22166 21755 0 -1 4202496 485098 0 0 0 400176 201 0 0 25 0 4 0 877085378 787415040 143134 33554432000 4194304 4580107 140735189499472 18446744073709551615 4295401 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/22166/statm: 192240 143134 379 95 0 187222 0
[pid=22166/tid=22167] ppid=22164 vsize=768960 CPUtime=996.84 cores=1,3,5,7
/proc/22166/task/22167/stat : 22167 (strangenight2-m) R 22164 22166 21755 0 -1 4202560 131295 0 0 0 99627 57 0 0 25 0 4 0 877085378 787415040 143134 33554432000 4194304 4580107 140735189499472 18446744073709551615 4295404 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=22166/tid=22168] ppid=22164 vsize=768960 CPUtime=1002.27 cores=1,3,5,7
/proc/22166/task/22168/stat : 22168 (strangenight2-m) R 22164 22166 21755 0 -1 4202560 70253 0 0 0 100197 30 0 0 25 0 4 0 877085378 787415040 143134 33554432000 4194304 4580107 140735189499472 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=22166/tid=22169] ppid=22164 vsize=768960 CPUtime=1002.3 cores=1,3,5,7
/proc/22166/task/22169/stat : 22169 (strangenight2-m) R 22164 22166 21755 0 -1 4202560 135588 0 0 0 100177 53 0 0 25 0 4 0 877085378 787415040 143134 33554432000 4194304 4580107 140735189499472 18446744073709551615 4295404 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4003.77
Current children cumulated vsize (KiB) 768960

[startup+1062.3 s]
/proc/loadavg: 8.08 8.06 7.46 10/184 22198
/proc/meminfo: memFree=31039616/32951124 swapFree=67052292/67111528
[pid=22166] ppid=22164 vsize=875060 CPUtime=4243.46 cores=1,3,5,7
/proc/22166/stat : 22166 (strangenight2-m) R 22164 22166 21755 0 -1 4202496 505439 0 0 0 424132 214 0 0 25 0 4 0 877085378 896061440 141515 33554432000 4194304 4580107 140735189499472 18446744073709551615 4294426 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/22166/statm: 218765 141515 379 95 0 213747 0
[pid=22166/tid=22167] ppid=22164 vsize=875060 CPUtime=1056.52 cores=1,3,5,7
/proc/22166/task/22167/stat : 22167 (strangenight2-m) R 22164 22166 21755 0 -1 4202560 137026 0 0 0 105591 61 0 0 25 0 4 0 877085378 896061440 141515 33554432000 4194304 4580107 140735189499472 18446744073709551615 4294551 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=22166/tid=22168] ppid=22164 vsize=875060 CPUtime=1062.28 cores=1,3,5,7
/proc/22166/task/22168/stat : 22168 (strangenight2-m) R 22164 22166 21755 0 -1 4202560 77718 0 0 0 106193 35 0 0 25 0 4 0 877085378 896061440 141515 33554432000 4194304 4580107 140735189499472 18446744073709551615 4294471 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=22166/tid=22169] ppid=22164 vsize=875060 CPUtime=1062.31 cores=1,3,5,7
/proc/22166/task/22169/stat : 22169 (strangenight2-m) R 22164 22166 21755 0 -1 4202560 140005 0 0 0 106175 56 0 0 25 0 4 0 877085378 896061440 141515 33554432000 4194304 4580107 140735189499472 18446744073709551615 4294627 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4243.46
Current children cumulated vsize (KiB) 875060

[startup+1122.3 s]
/proc/loadavg: 8.07 8.06 7.49 9/184 22200
/proc/meminfo: memFree=31053952/32951124 swapFree=67052292/67111528
[pid=22166] ppid=22164 vsize=822696 CPUtime=4483.13 cores=1,3,5,7
/proc/22166/stat : 22166 (strangenight2-m) R 22164 22166 21755 0 -1 4202496 525379 0 0 0 448088 225 0 0 25 0 4 0 877085378 842440704 143852 33554432000 4194304 4580107 140735189499472 18446744073709551615 4502470 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/22166/statm: 205674 143852 379 95 0 200656 0
[pid=22166/tid=22167] ppid=22164 vsize=822696 CPUtime=1116.19 cores=1,3,5,7
/proc/22166/task/22167/stat : 22167 (strangenight2-m) R 22164 22166 21755 0 -1 4202560 140025 0 0 0 111557 62 0 0 25 0 4 0 877085378 842440704 143852 33554432000 4194304 4580107 140735189499472 18446744073709551615 4294624 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=22166/tid=22168] ppid=22164 vsize=822696 CPUtime=1122.28 cores=1,3,5,7
/proc/22166/task/22168/stat : 22168 (strangenight2-m) R 22164 22166 21755 0 -1 4202560 84527 0 0 0 112189 39 0 0 25 0 4 0 877085378 842440704 143852 33554432000 4194304 4580107 140735189499472 18446744073709551615 4295967 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=22166/tid=22169] ppid=22164 vsize=822696 CPUtime=1122.31 cores=1,3,5,7
/proc/22166/task/22169/stat : 22169 (strangenight2-m) R 22164 22166 21755 0 -1 4202560 144029 0 0 0 112173 58 0 0 25 0 4 0 877085378 842440704 143852 33554432000 4194304 4580107 140735189499472 18446744073709551615 4294963 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4483.13
Current children cumulated vsize (KiB) 822696

[startup+1182.3 s]
/proc/loadavg: 8.07 8.06 7.52 9/184 22201
/proc/meminfo: memFree=31026012/32951124 swapFree=67052292/67111528
[pid=22166] ppid=22164 vsize=887752 CPUtime=4722.81 cores=1,3,5,7
/proc/22166/stat : 22166 (strangenight2-m) R 22164 22166 21755 0 -1 4202496 544856 0 0 0 472044 237 0 0 25 0 4 0 877085378 909058048 145064 33554432000 4194304 4580107 140735189499472 18446744073709551615 4294546 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/22166/statm: 221938 145064 379 95 0 216920 0
[pid=22166/tid=22167] ppid=22164 vsize=887752 CPUtime=1175.87 cores=1,3,5,7
/proc/22166/task/22167/stat : 22167 (strangenight2-m) R 22164 22166 21755 0 -1 4202560 145529 0 0 0 117522 65 0 0 25 0 4 0 877085378 909058048 145064 33554432000 4194304 4580107 140735189499472 18446744073709551615 4294373 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=22166/tid=22168] ppid=22164 vsize=887752 CPUtime=1182.28 cores=1,3,5,7
/proc/22166/task/22168/stat : 22168 (strangenight2-m) R 22164 22166 21755 0 -1 4202560 92371 0 0 0 118185 43 0 0 25 0 4 0 877085378 909058048 145064 33554432000 4194304 4580107 140735189499472 18446744073709551615 4318735 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=22166/tid=22169] ppid=22164 vsize=887752 CPUtime=1182.31 cores=1,3,5,7
/proc/22166/task/22169/stat : 22169 (strangenight2-m) R 22164 22166 21755 0 -1 4202560 148386 0 0 0 118170 61 0 0 25 0 4 0 877085378 909058048 145064 33554432000 4194304 4580107 140735189499472 18446744073709551615 4294624 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4722.81
Current children cumulated vsize (KiB) 887752



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1201.7 s]
/proc/loadavg: 8.12 8.07 7.54 5/180 22203
/proc/meminfo: memFree=31483836/32951124 swapFree=67052292/67111528
[pid=22166] ppid=22164 vsize=833564 CPUtime=4800.31 cores=1,3,5,7
/proc/22166/stat : 22166 (strangenight2-m) R 22164 22166 21755 0 -1 4202496 551024 0 0 0 479791 240 0 0 25 0 4 0 877085378 853569536 139820 33554432000 4194304 4580107 140735189499472 18446744073709551615 4295679 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/22166/statm: 208391 139820 379 95 0 203373 0
[pid=22166/tid=22167] ppid=22164 vsize=833564 CPUtime=1195.16 cores=1,3,5,7
/proc/22166/task/22167/stat : 22167 (strangenight2-m) R 22164 22166 21755 0 -1 4202560 146245 0 0 0 119450 66 0 0 25 0 4 0 877085378 853569536 139820 33554432000 4194304 4580107 140735189499472 18446744073709551615 4294624 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=22166/tid=22168] ppid=22164 vsize=833564 CPUtime=1201.68 cores=1,3,5,7
/proc/22166/task/22168/stat : 22168 (strangenight2-m) R 22164 22166 21755 0 -1 4202560 95129 0 0 0 120124 44 0 0 25 0 4 0 877085378 853569536 139820 33554432000 4194304 4580107 140735189499472 18446744073709551615 4294376 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=22166/tid=22169] ppid=22164 vsize=833564 CPUtime=1201.71 cores=1,3,5,7
/proc/22166/task/22169/stat : 22169 (strangenight2-m) R 22164 22166 21755 0 -1 4202560 148474 0 0 0 120110 61 0 0 25 0 4 0 877085378 853569536 139820 33554432000 4194304 4580107 140735189499472 18446744073709551615 4489516 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4800.31
Current children cumulated vsize (KiB) 833564

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

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

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1201.73
CPU time (s): 4800.37
CPU user time (s): 4797.94
CPU system time (s): 2.43163
CPU usage (%): 399.453
Max. virtual memory (cumulated for all children) (KiB): 955012

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4797.94
system time used= 2.43163
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 551024
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= 173
involuntary context switches= 33306

runsolver used 1.83972 second user time and 4.72928 second system time

The end

Launcher Data

Begin job on node108 at 2011-06-09 23:27:24
IDJOB=3366561
IDBENCH=82970
IDSOLVER=1844
FILE ID=node108/3366561-1307654844
RUNJOBID= node108-1307653640-22020
PBS_JOBID= 13549416
Free space on /tmp= 74080 MiB

SOLVER NAME= CryptoMiniSat Strange-Night-2-mt (fixed)
BENCH NAME= SAT11/random/medium/unif-k3-r4.26-v650-c2769-S30721646-064.SATISFIABLE.cnf
COMMAND LINE= ./strangenight2-mt --threads=NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3366561-1307654844/watcher-3366561-1307654844 -o /tmp/evaluation-result-3366561-1307654844/solver-3366561-1307654844 -C 4800 -W 1300 -M 15500  ./strangenight2-mt --threads=4 HOME/instance-3366561-1307654844.cnf

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

MD5SUM BENCH= 594a31b95a871970fa7797f18ebcd756
RANDOM SEED=586902424

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      32043960 kB
Buffers:        228380 kB
Cached:         431328 kB
SwapCached:      25900 kB
Active:         399768 kB
Inactive:       295668 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      32043960 kB
SwapTotal:    67111528 kB
SwapFree:     67052292 kB
Dirty:           10900 kB
Writeback:           0 kB
AnonPages:       31208 kB
Mapped:           9644 kB
Slab:           147576 kB
PageTables:       4300 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   274864 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= 74076 MiB
End job on node108 at 2011-06-09 23:47:28