Trace number 3175392

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
CryptoMiniSat Strange-Night-1-mt? (TO) 4800.43 1201.73

General information on the benchmark

Namerandom/medium/
unif-k3-r4.26-v700-c2982-S1617172756-030.SATISFIABLE.cnf
MD5SUM47049d4705301f4ac565d8b47d11d0a5
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.006998
Satisfiable
(Un)Satisfiability was proved
Number of variables700
Number of clauses2982
Sum of the clauses size8946
Maximum clause length3
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 32982
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 2.9.0
0.00/0.00	c compiled with gcc version 4.4.5
0.00/0.00	c WARNING: for repeatability, setting FPU to use double precision
0.00/0.00	c Reading file 'HOME/instance-3175392-1304122235.cnf'
0.00/0.00	c -- header says num vars:            700
0.00/0.00	c -- header says num clauses:        2982
0.00/0.01	c -- clauses added:            0 learnts,         2982 normals,            0 xors
0.00/0.01	c -- vars added        700
0.00/0.01	c Parsing time:  0.00 s
0.00/0.01	c  N st     0         0       700      2982         0         0      8946         0   no data   no data  --
0.00/0.01	c asymm  cl-useful: 0/2982/2982 lits-rem:0 time: 0.01
0.00/0.05	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.0M T:  0.00
0.00/0.05	c bin-w-bin subsume rem            0 bins  time:  0.00 s
0.00/0.05	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
0.00/0.05	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    700 time:  0.00 s
0.00/0.05	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
0.00/0.05	c lits-rem:         0  cl-subs:        0  v-elim:     26  v-fix:    0  time:  0.02 s
0.00/0.05	c Finding binary XORs  T:     0.00 s  found:       0
0.00/0.05	c Finding non-binary XORs:     0.00 s (found:       0, avg size: nan)
0.00/0.05	c calculated reachability. Time: 0.00
0.00/0.05	c Calc default polars -  time:   0.00 s pos:     304 undec:      88 neg:     308
0.00/0.05	c =========================================================================================
0.00/0.05	c types(t): F = full restart, N = normal restart
0.00/0.05	c types(t): S = simplification begin/end, E = solution found
0.00/0.05	c restart types(rt): st = static, dy = dynamic
0.00/0.05	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits
0.00/0.05	c  B st     0         0       674      2930         0         0      8930         0   no data   no data  --
0.00/0.12	c Decided on static restart strategy
0.60/0.17	c  N st     8      4916       674      2930         0      4846      8930    145381   no data   no data  --
1.58/0.44	c  N st    10     11298       674      2930         0      4504      8930     90388   no data   no data  --
2.77/0.73	c  N st    11     17041       674      2930         0     10185      8930    279440   no data   no data  --
4.39/1.16	c  F st    12     25000       674      2930         0     12433      8930    322697   no data   no data  --
4.39/1.16	c  N st    12     25000       674      2930         0     12433      8930    322697   no data   no data  --
5.57/1.42	c  N dy    18     30001       674      2930         0     10722      8930    250084   no data   no data  --
5.57/1.42	c  S st    18     30001       674      2930         0     10722      8930    250084   no data   no data  --
5.57/1.45	c  S st    18     30503       674      2930         0     11223      8930    262757   no data   no data  --
5.57/1.45	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
5.57/1.45	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
5.57/1.45	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.1M T:  0.01
5.57/1.46	c bin-w-bin subsume rem            0 bins  time:  0.00 s
5.57/1.46	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
5.57/1.46	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    674 time:  0.00 s
5.57/1.46	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
6.77/1.74	c lits-rem:       107  cl-subs:      249  v-elim:      0  v-fix:    0  time:  1.08 s
6.77/1.75	c asymm  cl-useful: 0/2930/2930 lits-rem:0 time: 0.04
6.77/1.75	c calculated reachability. Time: 0.00
6.77/1.75	c  N dy    18     30503       674      2930         0     10974      8930    254064   no data   no data  --
7.56/1.99	c  N dy    40     34594       674      2930         0     15035      8930    370771     20.56     21.70  --
9.19/2.33	c  N dy    51     40685       674      2930         0     13218      8930    263068     19.78     21.07  --
10.37/2.62	c  N dy    68     44843       674      2930         0     17333      8930    377598     19.73     20.77  --
10.37/2.69	c  S st    72     45756       674      2930         0      9373      8930    124212     19.72     20.68  --
10.77/2.72	c  S st    72     46264       674      2930         0      9880      8930    138425     19.72   no data  --
10.77/2.72	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
10.77/2.72	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
10.77/2.72	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.1M T:  0.01
10.77/2.73	c bin-w-bin subsume rem            0 bins  time:  0.00 s
10.77/2.73	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
10.77/2.73	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    674 time:  0.00 s
10.77/2.73	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
11.17/2.83	c lits-rem:        52  cl-subs:        9  v-elim:      0  v-fix:    0  time:  0.42 s
11.17/2.83	c vivif2 --  cl tried     2930 cl shrink        0 lits rem          0 time: 0.00
11.17/2.83	c vivif2 --  cl tried     9871 cl shrink        0 lits rem          0 time: 0.01
11.17/2.84	c asymm  cl-useful: 0/2930/2930 lits-rem:0 time: 0.03
11.17/2.84	c calculated reachability. Time: 0.00
11.17/2.84	c  N dy    72     46264       674      2930         0      9871      8930    138087     19.72   no data  --
11.96/3.08	c  N dy    78     50413       674      2930         0     13978      8930    254859     19.42     20.50  --
13.18/3.37	c  N dy    92     54709       674      2930         0     18239      8930    373971     19.27     20.31  --
14.35/3.63	c  N dy   112     58993       674      2930         0     12607      8930    188031     19.29     20.44  --
15.55/3.92	c  N dy   135     63394       674      2930         0     16977      8930    312052     19.36     20.51  --
16.76/4.25	c  N dy   161     67573       674      2930         0     21129      8930    431443     19.44     20.62  --
17.16/4.38	c  S st   167     69398       674      2930         0     12043      8930    149254     19.41     19.73  --
17.57/4.41	c  S st   167     69905       674      2930         0     12550      8930    163090     19.41   no data  --
17.57/4.41	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
17.57/4.41	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
17.57/4.42	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.02
17.57/4.42	c bin-w-bin subsume rem            0 bins  time:  0.00 s
17.57/4.42	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
17.57/4.42	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    674 time:  0.00 s
17.57/4.42	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
17.98/4.60	c lits-rem:        35  cl-subs:       34  v-elim:      0  v-fix:    0  time:  0.69 s
17.98/4.60	c vivif2 --  cl tried     2930 cl shrink        0 lits rem          0 time: 0.00
18.35/4.60	c vivif2 --  cl tried    12516 cl shrink        0 lits rem          0 time: 0.01
18.35/4.61	c asymm  cl-useful: 0/2930/2930 lits-rem:0 time: 0.04
18.35/4.61	c calculated reachability. Time: 0.00
18.35/4.61	c  N dy   167     69905       674      2930         0     12516      8930    161949     19.41   no data  --
19.55/4.90	c  N dy   185     74463       674      2930         0     17053      8930    293401     19.42     20.52  --
20.76/5.28	c  N dy   207     79275       674      2930         0     21829      8930    430590     19.44     23.79  --
22.37/5.65	c  N dy   231     84377       674      2930         0     14986      8930    207336     19.47     20.49  --
23.15/5.86	c  F st   245     87500       674      2930         0     18090      8930    292907     19.46     18.92  --
24.35/6.11	c  N st   250     90798       674      2930         0     21355      8930    389472     19.46   no data  --
25.95/6.60	c  N dy   275     96604       674      2930         0     14208      8930    163572     19.51     21.20  --
27.94/7.08	c  N dy   300    102972       674      2930         0     20526      8930    339485     19.49     20.64  --
28.74/7.24	c  S st   309    104858       674      2930         0     22397      8930    391829     19.49   no data  --
29.14/7.30	c  S st   309    105359       674      2930         0     22898      8930    405889     19.49   no data  --
29.14/7.30	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
29.14/7.30	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
29.14/7.31	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.3M T:  0.03
29.14/7.32	c bin-w-bin subsume rem            0 bins  time:  0.00 s
29.14/7.32	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
29.14/7.32	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    674 time:  0.00 s
29.14/7.32	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
33.13/8.32	c lits-rem:       200  cl-subs:      312  v-elim:      0  v-fix:    0  time:  3.99 s
33.13/8.32	c vivif2 --  cl tried     2930 cl shrink        0 lits rem          0 time: 0.00
33.13/8.32	c vivif2 --  cl tried    22586 cl shrink        0 lits rem          0 time: 0.02
33.13/8.34	c asymm  cl-useful: 0/2930/2930 lits-rem:0 time: 0.08
33.13/8.35	c calculated reachability. Time: 0.00
33.13/8.35	c  N dy   309    105359       674      2930         0     22586      8930    395539     19.49   no data  --
35.55/8.97	c  N dy   344    112193       674      2930         0     15483      8930    174856     19.53     20.61  --
37.93/9.52	c  N dy   377    119377       674      2930         0     22623      8930    378947     19.55     22.81  --
41.12/10.35	c  N dy   400    127134       674      2930         0     15429      8930    151478     19.53     20.84  --
43.94/11.08	c  N dy   435    136103       674      2930         0     24329      8930    408619     19.52     20.57  --
48.74/12.24	c  N dy   466    148484       674      2930         0     20721      8930    285400     19.42     20.48  --
52.31/13.12	c  N dy   505    158025       674      2930         0     30179      8930    556161     19.43     25.50  --
52.31/13.13	c  S st   506    158039       674      2930         0     30193      8930    556556     19.43   no data  --
52.31/13.20	c  S st   506    158539       674      2930         0     30693      8930    570824     19.43   no data  --
52.31/13.20	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
52.31/13.20	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
52.73/13.21	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.03
52.73/13.22	c bin-w-bin subsume rem            0 bins  time:  0.00 s
52.73/13.23	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
52.73/13.23	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    674 time:  0.00 s
52.73/13.23	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
59.90/15.09	c lits-rem:       446  cl-subs:      476  v-elim:      0  v-fix:    0  time:  7.45 s
59.90/15.09	c vivif2 --  cl tried     2930 cl shrink        0 lits rem          0 time: 0.00
60.30/15.10	c vivif2 --  cl tried    30217 cl shrink        0 lits rem          0 time: 0.02
60.30/15.12	c asymm  cl-useful: 0/2930/2930 lits-rem:0 time: 0.10
60.30/15.12	c calculated reachability. Time: 0.00
60.30/15.13	c  N dy   506    158539       674      2930         0     30217      8930    555596     19.43   no data  --
63.89/16.09	c  N dy   548    168915       674      2930         0     23647      8930    341298     19.40     20.47  --
68.69/17.23	c  N dy   592    179816       674      2930         0     34464      8930    654356     19.40     20.52  --
73.08/18.34	c  N dy   648    191410       674      2930         0     28121      8930    446619     19.43     20.72  --
79.08/19.84	c  N dy   715    203654       674      2930         0     21433      8930    234057     19.48     20.85  --
84.66/21.30	c  N dy   775    217518       674      2930         0     35169      8930    622671     19.49     20.61  --
91.06/22.85	c  N dy   835    231461       674      2930         0     29147      8930    430632     19.51     20.54  --
94.25/23.69	c  S st   856    237811       674      2930         0     35429      8930    606382     19.49     17.72  --
95.05/23.80	c  S st   856    238314       674      2930         0     35930      8930    621530     19.49   no data  --
95.05/23.80	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
95.05/23.80	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
95.05/23.82	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.07
95.05/23.84	c bin-w-bin subsume rem            0 bins  time:  0.00 s
95.05/23.84	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
95.05/23.84	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    674 time:  0.00 s
95.05/23.84	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
103.83/26.07	c lits-rem:       421  cl-subs:      507  v-elim:      0  v-fix:    0  time:  8.90 s
103.83/26.07	c vivif2 --  cl tried     2930 cl shrink        0 lits rem          0 time: 0.00
103.83/26.07	c vivif2 --  cl tried    35423 cl shrink        0 lits rem          0 time: 0.03
104.23/26.10	c asymm  cl-useful: 0/2930/2930 lits-rem:0 time: 0.13
104.23/26.11	c calculated reachability. Time: 0.00
104.23/26.11	c  N dy   856    238314       674      2930         0     35423      8930    604328     19.49   no data  --
111.03/27.84	c  N dy   918    253598       674      2930         0     29739      8930    427041     19.48     23.50  --
119.82/30.00	c  N dy   979    270665       674      2930         0     24861      8930    263243     19.48     20.55  --
128.21/32.14	c  N dy  1056    288026       674      2930         0     42085      8930    758507     19.50     21.03  --
136.62/34.29	c  F st  1126    306250       674      2930         0     37344      8930    602302     19.50   no data  --
136.99/34.32	c  N st  1127    306502       674      2930         0     37595      8930    610116     19.50   no data  --
146.57/36.79	c  N dy  1207    326068       674      2930         0     33199      8930    457278     19.52     21.51  --
158.19/39.64	c  N dy  1248    346484       674      2930         0     28608      8930    299865     19.43     20.55  --
163.35/40.99	c  S st  1298    357472       674      2930         0     39506      8930    613540     19.44     18.52  --
163.75/41.09	c  S st  1298    357976       674      2930         0     40009      8930    628115     19.44   no data  --
163.75/41.09	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
163.75/41.09	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
164.15/41.11	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.5M T:  0.05
164.15/41.12	c bin-w-bin subsume rem            0 bins  time:  0.00 s
164.15/41.13	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
164.15/41.13	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    674 time:  0.00 s
164.15/41.13	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
172.94/43.33	c lits-rem:       818  cl-subs:      487  v-elim:      0  v-fix:    0  time:  8.81 s
172.94/43.33	c vivif2 --  cl tried     2930 cl shrink        0 lits rem          0 time: 0.00
172.94/43.34	c vivif2 --  cl tried    39522 cl shrink        0 lits rem          0 time: 0.03
172.94/43.38	c asymm  cl-useful: 0/2930/2930 lits-rem:0 time: 0.15
172.94/43.38	c calculated reachability. Time: 0.00
172.94/43.38	c  N dy  1298    357976       674      2930         0     39522      8930    612087     19.44   no data  --
184.55/46.24	c  N dy  1410    377981       674      2930         0     33617      8930    429003     19.50     20.74  --
198.12/49.61	c  N dy  1509    398692       674      2930         0     27371      8930    223771     19.52     21.02  --
211.31/52.93	c  N dy  1618    421556       674      2930         0     50035      8930    871691     19.54     20.74  --
222.87/55.86	c  N dy  1717    441847       674      2930         0     42415      8930    638428     19.57     20.68  --
235.65/59.05	c  N dy  1763    461856       674      2930         0     33493      8930    355605     19.50     20.56  --
248.44/62.21	c  N dy  1864    481862       674      2930         0     53350      8930    929342     19.53     22.04  --
260.42/65.23	c  N dy  1915    501868       674      2930         0     43391      8930    620735     19.50     20.59  --
276.01/69.11	c  N dy  1970    522472       674      2930         0     33082      8930    301407     19.47     20.53  --
284.39/71.22	c  S st  2062    536965       674      2930         0     47473      8930    726226     19.51   no data  --
284.79/71.33	c  S st  2062    537467       674      2930         0     47975      8930    741258     19.51   no data  --
284.79/71.34	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
284.79/71.34	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
284.79/71.35	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.6M T:  0.07
284.79/71.38	c bin-w-bin subsume rem            0 bins  time:  0.00 s
284.79/71.38	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
284.79/71.38	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    674 time:  0.00 s
284.79/71.38	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
295.18/73.98	c lits-rem:       745  cl-subs:      463  v-elim:      0  v-fix:    0  time: 10.39 s
295.18/73.98	c vivif2 --  cl tried     2930 cl shrink        0 lits rem          0 time: 0.00
295.18/73.99	c vivif2 --  cl tried    47512 cl shrink        0 lits rem          0 time: 0.04
295.58/74.04	c asymm  cl-useful: 0/2930/2930 lits-rem:0 time: 0.20
295.58/74.04	c calculated reachability. Time: 0.00
295.58/74.04	c  N dy  2062    537467       674      2930         0     47512      8930    724887     19.51   no data  --
311.56/78.06	c  N dy  2167    559488       674      2930         0     37636      8930    408449     19.53     20.63  --
325.16/81.40	c  N dy  2235    579528       674      2930         0     57482      8930    977572     19.51     20.82  --
339.11/84.92	c  N dy  2327    599591       674      2930         0     44667      8930    580534     19.52     20.55  --
355.10/88.95	c  N dy  2423    619633       674      2930         0     64549      8930   1155755     19.54     20.67  --
368.68/92.33	c  N dy  2530    639708       674      2930         0     50752      8930    742235     19.57     20.62  --
386.26/96.80	c  N dy  2641    659776       674      2930         0     35948      8930    291007     19.58     21.05  --
400.26/100.24	c  N dy  2725    679946       674      2930         0     55911      8930    862915     19.59     20.87  --
420.21/105.20	c  N dy  2826    700395       674      2930         0     40516      8930    400678     19.61     20.67  --
435.01/108.99	c  N dy  2914    720766       674      2930         0     60692      8930    984260     19.61     20.86  --
456.16/114.23	c  N dy  3021    746586       674      2930         0     49563      8930    634624     19.61     21.01  --
475.33/119.08	c  N dy  3109    768212       674      2930         0     70986      8930   1244225     19.62     20.67  --
490.51/122.84	c  N dy  3215    788235       674      2930         0     53192      8930    725750     19.63     21.75  --
507.29/127.09	c  S st  3314    806200       674      2930         0     71031      8930   1250421     19.65   no data  --
508.09/127.26	c  S st  3314    806703       674      2930         0     71533      8930   1265269     19.65   no data  --
508.09/127.27	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
508.09/127.27	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
508.49/127.30	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.9M T:  0.13
508.49/127.34	c bin-w-bin subsume rem            0 bins  time:  0.00 s
508.49/127.34	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
508.49/127.34	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    674 time:  0.00 s
508.49/127.34	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
516.47/129.36	c lits-rem:       564  cl-subs:      904  v-elim:      0  v-fix:    0  time:  8.06 s
516.47/129.36	c vivif2 --  cl tried     2930 cl shrink        0 lits rem          0 time: 0.00
516.47/129.38	c vivif2 --  cl tried    70629 cl shrink        0 lits rem          0 time: 0.06
516.87/129.47	c asymm  cl-useful: 0/2930/2930 lits-rem:0 time: 0.36
516.87/129.47	c calculated reachability. Time: 0.00
516.87/129.47	c  N dy  3314    806703       674      2930         0     70629      8930   1234181     19.65   no data  --
534.05/133.71	c  N dy  3447    826720       674      2930         0     51817      8930    674005     19.68     22.52  --
552.03/138.24	c  N dy  3535    846729       674      2930         0     71651      8930   1251053     19.68     20.81  --
570.80/142.91	c  N dy  3653    866835       674      2930         0     51943      8930    648629     19.70     20.88  --
588.38/147.40	c  N dy  3710    886888       674      2930         0     71818      8930   1218800     19.69     21.04  --
607.55/152.13	c  N dy  3833    906930       674      2930         0     51043      8930    595288     19.71     22.06  --
625.52/156.61	c  N dy  3886    927284       674      2930         0     71150      8930   1179530     19.70     20.77  --
644.71/161.47	c  N dy  3966    947437       674      2930         0     49492      8930    518705     19.70     20.98  --
662.68/165.91	c  N dy  4044    968156       674      2930         0     70046      8930   1116445     19.71     20.80  --
684.25/171.35	c  N dy  4140    988239       674      2930         0     47362      8930    445595     19.72     20.85  --
734.21/183.86	c  N dy  4221   1043062       674      2930         0     57790      8930    699824     19.61     20.79  --
754.96/189.01	c  N dy  4317   1063141       674      2930         0     77656      8930   1272666     19.62     20.83  --
765.74/191.70	c  F st  4344   1071877       674      2930         0     86299      8930   1522893     19.62     17.53  --
770.53/192.98	c Decided on static restart strategy
775.33/194.13	c  N st  4352   1084180       674      2930         0     54026      8930    601465     19.62   no data  --
800.89/200.59	c  N st  4355   1114577       674      2930         0     83923      8930   1509038     19.62   no data  --
820.07/205.38	c  N st  4356   1136173       674      2930         0     59831      8930   1290893     19.62   no data  --
855.62/214.28	c  N st  4357   1168565       674      2930         0     91726      8930   2258884     19.62   no data  --
897.96/224.87	c  N st  4358   1210057       674      2930         0     86062      8930   1998435     19.62   no data  --
897.96/224.87	c  S st  4358   1210057       674      2930         0     86062      8930   1998435     19.62   no data  --
899.16/225.13	c  S st  4358   1210561       674      2930         0     86565      8930   2012652     19.62   no data  --
899.16/225.14	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.03
899.16/225.14	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
899.16/225.19	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.0M T:  0.19
899.56/225.26	c bin-w-bin subsume rem            0 bins  time:  0.00 s
899.56/225.26	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
899.56/225.26	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    674 time:  0.00 s
899.56/225.26	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
939.11/235.18	c lits-rem:       221  cl-subs:     5265  v-elim:      0  v-fix:    0  time: 39.59 s
939.11/235.18	c vivif2 --  cl tried     2930 cl shrink        0 lits rem          0 time: 0.00
939.51/235.20	c vivif2 --  cl tried    81300 cl shrink        0 lits rem          0 time: 0.09
939.91/235.31	c asymm  cl-useful: 0/2930/2930 lits-rem:0 time: 0.46
939.91/235.32	c calculated reachability. Time: 0.00
939.91/235.32	c  N st  4358   1210561       674      2930         0     81300      8930   1848788     19.62   no data  --
1016.60/254.59	c  N st  4359   1283445       674      2930         0     57778      8930   1034596     19.62   no data  --
1125.66/281.89	c  N st  4360   1392769       674      2930         0     65820      8930   1305481     19.62   no data  --
1301.42/325.82	c  N st  4361   1556753       674      2930         0     70824      8930   1334123     19.62   no data  --
1460.81/365.71	c  N st  4362   1710562       674      2930         0     56905      8930    751163     19.62   no data  --
1460.81/365.71	c  S st  4362   1710562       674      2930         0     56905      8930    751163     19.62   no data  --
1461.21/365.85	c  S st  4362   1711065       674      2930         0     57407      8930    766554     19.62   no data  --
1461.21/365.86	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
1461.21/365.86	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
1461.21/365.88	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.7M T:  0.09
1461.61/365.90	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1461.61/365.90	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1461.61/365.90	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    674 time:  0.00 s
1461.61/365.90	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
1470.00/368.07	c lits-rem:       582  cl-subs:      284  v-elim:      0  v-fix:    0  time:  8.65 s
1470.00/368.07	c vivif2 --  cl tried     2930 cl shrink        0 lits rem          0 time: 0.00
1470.00/368.08	c vivif2 --  cl tried    57123 cl shrink        0 lits rem          0 time: 0.04
1470.39/368.15	c asymm  cl-useful: 0/2930/2930 lits-rem:0 time: 0.26
1470.39/368.15	c calculated reachability. Time: 0.00
1470.39/368.15	c  N st  4362   1711065       674      2930         0     57123      8930    758738     19.62   no data  --
1926.99/482.44	c  N st  4363   2080029       674      2930         0     62804      8930    773184     19.62   no data  --
2097.15/525.09	c  N st  4364   2211066       674      2930         0     64933      8930    789501     19.62   no data  --
2097.15/525.09	c  S st  4364   2211066       674      2930         0     64933      8930    789501     19.62   no data  --
2097.95/525.26	c  S st  4364   2211569       674      2930         0     65436      8930    803723     19.62   no data  --
2097.95/525.26	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
2097.95/525.26	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
2097.95/525.29	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.8M T:  0.11
2098.35/525.32	c bin-w-bin subsume rem            0 bins  time:  0.00 s
2098.35/525.32	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2098.35/525.32	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    674 time:  0.00 s
2098.35/525.32	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
2107.53/527.65	c lits-rem:       268  cl-subs:      160  v-elim:      0  v-fix:    0  time:  9.33 s
2107.53/527.65	c vivif2 --  cl tried     2930 cl shrink        0 lits rem          0 time: 0.00
2107.53/527.66	c vivif2 --  cl tried    65276 cl shrink        0 lits rem          0 time: 0.04
2107.93/527.74	c asymm  cl-useful: 0/2930/2930 lits-rem:0 time: 0.31
2107.93/527.75	c calculated reachability. Time: 0.00
2107.93/527.75	c  N st  4364   2211569       674      2930         0     65276      8930    799276     19.62   no data  --
2709.13/678.23	c  N st  4365   2711569       674      2930         0     81519      8930   1138868     19.62   no data  --
2709.13/678.23	c  S st  4365   2711569       674      2930         0     81519      8930   1138868     19.62   no data  --
2709.93/678.45	c  S st  4365   2712072       674      2930         0     82021      8930   1153714     19.62   no data  --
2709.93/678.45	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.03
2709.93/678.45	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
2709.93/678.49	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.0M T:  0.15
2710.33/678.53	c bin-w-bin subsume rem            0 bins  time:  0.00 s
2710.33/678.53	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2710.33/678.53	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    674 time:  0.00 s
2710.33/678.53	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
2721.11/681.20	c lits-rem:       171  cl-subs:     1695  v-elim:      0  v-fix:    0  time: 10.66 s
2721.11/681.20	c vivif2 --  cl tried     2930 cl shrink        0 lits rem          0 time: 0.00
2721.11/681.22	c vivif2 --  cl tried    80326 cl shrink        0 lits rem          0 time: 0.07
2721.51/681.36	c asymm  cl-useful: 0/2930/2930 lits-rem:0 time: 0.57
2721.51/681.37	c calculated reachability. Time: 0.00
2721.51/681.37	c  N st  4365   2712072       674      2930         0     80326      8930   1105718     19.62   no data  --
3474.92/869.93	c  N st  4366   3212073       674      2930         0    126248      8930   2463055     19.62   no data  --
3474.92/869.93	c  S st  4366   3212073       674      2930         0    126248      8930   2463055     19.62   no data  --
3476.91/870.40	c  S st  4366   3212580       674      2930         0    126751      8930   2477795     19.62   no data  --
3476.91/870.42	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.05
3476.91/870.42	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
3477.31/870.50	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.5M T:  0.34
3477.70/870.60	c bin-w-bin subsume rem            0 bins  time:  0.00 s
3477.70/870.60	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3477.70/870.60	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    674 time:  0.00 s
3477.70/870.60	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
3585.99/897.71	c lits-rem:       397  cl-subs:     6677  v-elim:      0  v-fix:    0  time: 108.24 s
3585.99/897.71	c vivif2 --  cl tried     2930 cl shrink        0 lits rem          0 time: 0.00
3585.99/897.73	c vivif2 --  cl tried   120074 cl shrink        0 lits rem          0 time: 0.12
3586.76/897.95	c asymm  cl-useful: 0/2930/2930 lits-rem:0 time: 0.86
3586.76/897.95	c calculated reachability. Time: 0.00
3586.76/897.96	c  N st  4366   3212580       674      2930         0    120074      8930   2270702     19.62   no data  --
4398.51/1101.11	c  N st  4367   3712582       674      2930         0    131400      8930   2460207     19.62   no data  --
4398.51/1101.11	c  S st  4367   3712582       674      2930         0    131400      8930   2460207     19.62   no data  --
4400.49/1101.62	c  S st  4367   3713085       674      2930         0    131903      8930   2475012     19.62   no data  --
4400.49/1101.63	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.05
4400.49/1101.63	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
4400.89/1101.72	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.6M T:  0.35
4401.28/1101.81	c bin-w-bin subsume rem            0 bins  time:  0.00 s
4401.28/1101.81	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
4401.28/1101.81	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    674 time:  0.00 s
4401.28/1101.81	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
4476.79/1120.78	c lits-rem:       102  cl-subs:     4880  v-elim:      0  v-fix:    0  time: 75.75 s
4476.79/1120.79	c vivif2 --  cl tried     2930 cl shrink        0 lits rem          0 time: 0.00
4477.18/1120.82	c vivif2 --  cl tried   127023 cl shrink        0 lits rem          0 time: 0.12
4478.00/1121.04	c asymm  cl-useful: 0/2930/2930 lits-rem:0 time: 0.90
4478.00/1121.05	c calculated reachability. Time: 0.00
4478.00/1121.05	c  N st  4367   3713085       674      2930         0    127023      8930   2325202     19.62   no data  --
4563.07/1142.31	c  F st  4368   3751562       674      2930         0    164661      8930   3452117     19.62   no data  --
4563.07/1142.31	c  N st  4368   3751562       674      2930         0    164661      8930   3452117     19.62   no data  --
4572.66/1144.76	c Decided on static restart strategy
4599.83/1151.58	c  N st  4378   3779870       674      2930         0    109426      8930   1741304     19.62   no data  --
4662.56/1167.24	c  N st  4380   3815862       674      2930         0    144832      8930   2806127     19.62   no data  --
4734.44/1185.22	c  N st  4381   3848254       674      2930         0     92237      8930   1125859     19.62   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: 935)

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3175392-1304122235/watcher-3175392-1304122235 -o /tmp/evaluation-result-3175392-1304122235/solver-3175392-1304122235 -C 4800 -W 1300 -M 15500 ./strangenight1-mt --threads=4 HOME/instance-3175392-1304122235.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.19 7.53 7.37 5/180 4854
/proc/meminfo: memFree=30929704/32950928 swapFree=67111404/67111528
[pid=4854] ppid=4852 vsize=51236 CPUtime=0 cores=1,3,5,7
/proc/4854/stat : 4854 (strangenight1-m) R 4852 4854 4213 0 -1 4202496 414 0 0 0 0 0 0 0 25 0 4 0 523822307 52465664 353 33554432000 4194304 4650419 140735085829536 18446744073709551615 47340682299304 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/4854/statm: 12809 353 303 112 0 7774 0
[pid=4854/tid=4855] ppid=4852 vsize=51236 CPUtime=0 cores=1,3,5,7
/proc/4854/task/4855/stat : 4855 (strangenight1-m) R 4852 4854 4213 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 4 0 523822308 52465664 353 33554432000 4194304 4650419 140735085829536 18446744073709551615 47340682299314 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=4854/tid=4856] ppid=4852 vsize=51236 CPUtime=0 cores=1,3,5,7
/proc/4854/task/4856/stat : 4856 (strangenight1-m) R 4852 4854 4213 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 4 0 523822308 52465664 353 33554432000 4194304 4650419 140735085829536 18446744073709551615 47340682299314 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=4854/tid=4857] ppid=4852 vsize=51236 CPUtime=0 cores=1,3,5,7
/proc/4854/task/4857/stat : 4857 (strangenight1-m) R 4852 4854 4213 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 4 0 523822308 52465664 353 33554432000 4194304 4650419 140735085829536 18446744073709551615 235594922993 0 0 4096 2 0 0 0 -1 1 0 0 0

[startup+0.156985 s]
/proc/loadavg: 8.19 7.53 7.37 5/180 4854
/proc/meminfo: memFree=30929704/32950928 swapFree=67111404/67111528
[pid=4854] ppid=4852 vsize=282892 CPUtime=0.6 cores=1,3,5,7
/proc/4854/stat : 4854 (strangenight1-m) R 4852 4854 4213 0 -1 4202496 2254 0 0 0 60 0 0 0 25 0 4 0 523822307 289681408 2066 33554432000 4194304 4650419 140735085829536 18446744073709551615 4366828 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/4854/statm: 70723 2066 391 112 0 65688 0
[pid=4854/tid=4855] ppid=4852 vsize=282892 CPUtime=0.15 cores=1,3,5,7
/proc/4854/task/4855/stat : 4855 (strangenight1-m) R 4852 4854 4213 0 -1 4202560 510 0 0 0 15 0 0 0 25 0 4 0 523822308 289681408 2066 33554432000 4194304 4650419 140735085829536 18446744073709551615 4365192 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=4854/tid=4856] ppid=4852 vsize=282892 CPUtime=0.15 cores=1,3,5,7
/proc/4854/task/4856/stat : 4856 (strangenight1-m) R 4852 4854 4213 0 -1 4202560 484 0 0 0 15 0 0 0 25 0 4 0 523822308 289681408 2066 33554432000 4194304 4650419 140735085829536 18446744073709551615 4364738 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=4854/tid=4857] ppid=4852 vsize=282892 CPUtime=0.14 cores=1,3,5,7
/proc/4854/task/4857/stat : 4857 (strangenight1-m) R 4852 4854 4213 0 -1 4202560 355 0 0 0 14 0 0 0 25 0 4 0 523822308 289681408 2066 33554432000 4194304 4650419 140735085829536 18446744073709551615 4366828 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 0.6
Current children cumulated vsize (KiB) 282892

[startup+0.200979 s]
/proc/loadavg: 8.19 7.53 7.37 5/180 4854
/proc/meminfo: memFree=30929704/32950928 swapFree=67111404/67111528
[pid=4854] ppid=4852 vsize=284208 CPUtime=0.78 cores=1,3,5,7
/proc/4854/stat : 4854 (strangenight1-m) R 4852 4854 4213 0 -1 4202496 2874 0 0 0 78 0 0 0 25 0 4 0 523822307 291028992 1966 33554432000 4194304 4650419 140735085829536 18446744073709551615 4364785 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/4854/statm: 71052 1966 393 112 0 66017 0
[pid=4854/tid=4855] ppid=4852 vsize=284208 CPUtime=0.19 cores=1,3,5,7
/proc/4854/task/4855/stat : 4855 (strangenight1-m) R 4852 4854 4213 0 -1 4202560 669 0 0 0 19 0 0 0 25 0 4 0 523822308 291028992 1966 33554432000 4194304 4650419 140735085829536 18446744073709551615 4333403 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=4854/tid=4856] ppid=4852 vsize=284208 CPUtime=0.19 cores=1,3,5,7
/proc/4854/task/4856/stat : 4856 (strangenight1-m) R 4852 4854 4213 0 -1 4202560 640 0 0 0 19 0 0 0 25 0 4 0 523822308 291028992 1966 33554432000 4194304 4650419 140735085829536 18446744073709551615 4334677 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=4854/tid=4857] ppid=4852 vsize=284208 CPUtime=0.19 cores=1,3,5,7
/proc/4854/task/4857/stat : 4857 (strangenight1-m) R 4852 4854 4213 0 -1 4202560 505 0 0 0 19 0 0 0 25 0 4 0 523822308 291028992 1966 33554432000 4194304 4650419 140735085829536 18446744073709551615 4330440 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 0.78
Current children cumulated vsize (KiB) 284208

[startup+0.300961 s]
/proc/loadavg: 8.19 7.53 7.37 5/180 4854
/proc/meminfo: memFree=30929704/32950928 swapFree=67111404/67111528
[pid=4854] ppid=4852 vsize=284384 CPUtime=1.18 cores=1,3,5,7
/proc/4854/stat : 4854 (strangenight1-m) R 4852 4854 4213 0 -1 4202496 3247 0 0 0 118 0 0 0 25 0 4 0 523822307 291209216 2339 33554432000 4194304 4650419 140735085829536 18446744073709551615 4366828 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/4854/statm: 71096 2339 393 112 0 66061 0
[pid=4854/tid=4855] ppid=4852 vsize=284384 CPUtime=0.29 cores=1,3,5,7
/proc/4854/task/4855/stat : 4855 (strangenight1-m) R 4852 4854 4213 0 -1 4202560 765 0 0 0 29 0 0 0 25 0 4 0 523822308 291209216 2339 33554432000 4194304 4650419 140735085829536 18446744073709551615 4363506 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=4854/tid=4856] ppid=4852 vsize=284384 CPUtime=0.29 cores=1,3,5,7
/proc/4854/task/4856/stat : 4856 (strangenight1-m) R 4852 4854 4213 0 -1 4202560 729 0 0 0 29 0 0 0 25 0 4 0 523822308 291209216 2339 33554432000 4194304 4650419 140735085829536 18446744073709551615 4364785 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=4854/tid=4857] ppid=4852 vsize=284384 CPUtime=0.29 cores=1,3,5,7
/proc/4854/task/4857/stat : 4857 (strangenight1-m) R 4852 4854 4213 0 -1 4202560 599 0 0 0 29 0 0 0 25 0 4 0 523822308 291209216 2339 33554432000 4194304 4650419 140735085829536 18446744073709551615 4336062 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 1.18
Current children cumulated vsize (KiB) 284384

[startup+0.700893 s]
/proc/loadavg: 8.19 7.53 7.37 5/180 4854
/proc/meminfo: memFree=30929704/32950928 swapFree=67111404/67111528
[pid=4854] ppid=4852 vsize=285372 CPUtime=2.77 cores=1,3,5,7
/proc/4854/stat : 4854 (strangenight1-m) R 4852 4854 4213 0 -1 4202496 5058 0 0 0 277 0 0 0 25 0 4 0 523822307 292220928 3089 33554432000 4194304 4650419 140735085829536 18446744073709551615 4365263 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/4854/statm: 71343 3089 393 112 0 66308 0
[pid=4854/tid=4855] ppid=4852 vsize=285372 CPUtime=0.69 cores=1,3,5,7
/proc/4854/task/4855/stat : 4855 (strangenight1-m) R 4852 4854 4213 0 -1 4202560 1219 0 0 0 69 0 0 0 25 0 4 0 523822308 292220928 3089 33554432000 4194304 4650419 140735085829536 18446744073709551615 4366816 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=4854/tid=4856] ppid=4852 vsize=285372 CPUtime=0.69 cores=1,3,5,7
/proc/4854/task/4856/stat : 4856 (strangenight1-m) R 4852 4854 4213 0 -1 4202560 1180 0 0 0 69 0 0 0 25 0 4 0 523822308 292220928 3089 33554432000 4194304 4650419 140735085829536 18446744073709551615 4365223 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=4854/tid=4857] ppid=4852 vsize=285372 CPUtime=0.68 cores=1,3,5,7
/proc/4854/task/4857/stat : 4857 (strangenight1-m) R 4852 4854 4213 0 -1 4202560 1038 0 0 0 68 0 0 0 25 0 4 0 523822308 292220928 3089 33554432000 4194304 4650419 140735085829536 18446744073709551615 4303943 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 2.77
Current children cumulated vsize (KiB) 285372

[startup+1.50076 s]
/proc/loadavg: 8.19 7.53 7.37 9/184 4858
/proc/meminfo: memFree=30916264/32950928 swapFree=67111404/67111528
[pid=4854] ppid=4852 vsize=286704 CPUtime=5.97 cores=1,3,5,7
/proc/4854/stat : 4854 (strangenight1-m) R 4852 4854 4213 0 -1 4202496 10143 0 0 0 596 1 0 0 25 0 4 0 523822307 293584896 5251 33554432000 4194304 4650419 140735085829536 18446744073709551615 4439153 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/4854/statm: 71676 5251 395 112 0 66641 0
[pid=4854/tid=4855] ppid=4852 vsize=286704 CPUtime=1.49 cores=1,3,5,7
/proc/4854/task/4855/stat : 4855 (strangenight1-m) R 4852 4854 4213 0 -1 4202560 2136 0 0 0 149 0 0 0 25 0 4 0 523822308 293584896 5251 33554432000 4194304 4650419 140735085829536 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=4854/tid=4856] ppid=4852 vsize=286704 CPUtime=1.49 cores=1,3,5,7
/proc/4854/task/4856/stat : 4856 (strangenight1-m) R 4852 4854 4213 0 -1 4202560 2119 0 0 0 149 0 0 0 25 0 4 0 523822308 293584896 5251 33554432000 4194304 4650419 140735085829536 18446744073709551615 4366831 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=4854/tid=4857] ppid=4852 vsize=286704 CPUtime=1.48 cores=1,3,5,7
/proc/4854/task/4857/stat : 4857 (strangenight1-m) R 4852 4854 4213 0 -1 4202560 1836 0 0 0 148 0 0 0 25 0 4 0 523822308 293584896 5251 33554432000 4194304 4650419 140735085829536 18446744073709551615 4333611 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 5.97
Current children cumulated vsize (KiB) 286704

[startup+3.10047 s]
/proc/loadavg: 8.19 7.53 7.37 9/184 4858
/proc/meminfo: memFree=30904980/32950928 swapFree=67111404/67111528
[pid=4854] ppid=4852 vsize=272852 CPUtime=12.36 cores=1,3,5,7
/proc/4854/stat : 4854 (strangenight1-m) R 4852 4854 4213 0 -1 4202496 18186 0 0 0 1233 3 0 0 25 0 4 0 523822307 279400448 11454 33554432000 4194304 4650419 140735085829536 18446744073709551615 4365227 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/4854/statm: 68213 11454 395 112 0 63178 0
[pid=4854/tid=4855] ppid=4852 vsize=272852 CPUtime=3.09 cores=1,3,5,7
/proc/4854/task/4855/stat : 4855 (strangenight1-m) R 4852 4854 4213 0 -1 4202560 4162 0 0 0 309 0 0 0 25 0 4 0 523822308 279400448 11454 33554432000 4194304 4650419 140735085829536 18446744073709551615 4364352 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=4854/tid=4856] ppid=4852 vsize=272852 CPUtime=3.09 cores=1,3,5,7
/proc/4854/task/4856/stat : 4856 (strangenight1-m) R 4852 4854 4213 0 -1 4202560 4859 0 0 0 308 1 0 0 25 0 4 0 523822308 279400448 11454 33554432000 4194304 4650419 140735085829536 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=4854/tid=4857] ppid=4852 vsize=272852 CPUtime=3.07 cores=1,3,5,7
/proc/4854/task/4857/stat : 4857 (strangenight1-m) R 4852 4854 4213 0 -1 4202560 4133 0 0 0 306 1 0 0 25 0 4 0 523822308 279400448 11454 33554432000 4194304 4650419 140735085829536 18446744073709551615 4366828 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 12.36
Current children cumulated vsize (KiB) 272852

[startup+6.30091 s]
/proc/loadavg: 8.17 7.53 7.38 9/184 4858
/proc/meminfo: memFree=30862968/32950928 swapFree=67111404/67111528
[pid=4854] ppid=4852 vsize=290792 CPUtime=25.15 cores=1,3,5,7
/proc/4854/stat : 4854 (strangenight1-m) R 4852 4854 4213 0 -1 4202496 25348 0 0 0 2510 5 0 0 25 0 4 0 523822307 297771008 16616 33554432000 4194304 4650419 140735085829536 18446744073709551615 4365357 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/4854/statm: 72698 16616 395 112 0 67663 0
[pid=4854/tid=4855] ppid=4852 vsize=290792 CPUtime=6.28 cores=1,3,5,7
/proc/4854/task/4855/stat : 4855 (strangenight1-m) R 4852 4854 4213 0 -1 4202560 6669 0 0 0 628 0 0 0 25 0 4 0 523822308 297771008 16616 33554432000 4194304 4650419 140735085829536 18446744073709551615 4363520 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=4854/tid=4856] ppid=4852 vsize=290792 CPUtime=6.28 cores=1,3,5,7
/proc/4854/task/4856/stat : 4856 (strangenight1-m) R 4852 4854 4213 0 -1 4202560 6404 0 0 0 627 1 0 0 25 0 4 0 523822308 297771008 16617 33554432000 4194304 4650419 140735085829536 18446744073709551615 4363299 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=4854/tid=4857] ppid=4852 vsize=290792 CPUtime=6.26 cores=1,3,5,7
/proc/4854/task/4857/stat : 4857 (strangenight1-m) R 4852 4854 4213 0 -1 4202560 5849 0 0 0 624 2 0 0 25 0 4 0 523822308 297771008 16617 33554432000 4194304 4650419 140735085829536 18446744073709551615 4363432 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 25.15
Current children cumulated vsize (KiB) 290792

[startup+12.7008 s]
/proc/loadavg: 8.16 7.54 7.38 9/184 4858
/proc/meminfo: memFree=30850004/32950928 swapFree=67111404/67111528
[pid=4854] ppid=4852 vsize=299328 CPUtime=50.72 cores=1,3,5,7
/proc/4854/stat : 4854 (strangenight1-m) R 4852 4854 4213 0 -1 4202496 38540 0 0 0 5063 9 0 0 25 0 4 0 523822307 306511872 19835 33554432000 4194304 4650419 140735085829536 18446744073709551615 4365227 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/4854/statm: 74832 19835 395 112 0 69797 0
[pid=4854/tid=4855] ppid=4852 vsize=299328 CPUtime=12.68 cores=1,3,5,7
/proc/4854/task/4855/stat : 4855 (strangenight1-m) R 4852 4854 4213 0 -1 4202560 10559 0 0 0 1267 1 0 0 25 0 4 0 523822308 306511872 19835 33554432000 4194304 4650419 140735085829536 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=4854/tid=4856] ppid=4852 vsize=299328 CPUtime=12.68 cores=1,3,5,7
/proc/4854/task/4856/stat : 4856 (strangenight1-m) R 4852 4854 4213 0 -1 4202560 9476 0 0 0 1267 1 0 0 25 0 4 0 523822308 306511872 19836 33554432000 4194304 4650419 140735085829536 18446744073709551615 4520364 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=4854/tid=4857] ppid=4852 vsize=299328 CPUtime=12.62 cores=1,3,5,7
/proc/4854/task/4857/stat : 4857 (strangenight1-m) R 4852 4854 4213 0 -1 4202560 8393 0 0 0 1259 3 0 0 25 0 4 0 523822308 306511872 19837 33554432000 4194304 4650419 140735085829536 18446744073709551615 4367241 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 50.72
Current children cumulated vsize (KiB) 299328

[startup+25.5005 s]
/proc/loadavg: 8.12 7.56 7.39 9/184 4858
/proc/meminfo: memFree=30823968/32950928 swapFree=67111404/67111528
[pid=4854] ppid=4852 vsize=293596 CPUtime=101.84 cores=1,3,5,7
/proc/4854/stat : 4854 (strangenight1-m) R 4852 4854 4213 0 -1 4202496 56977 0 0 0 10169 15 0 0 25 0 4 0 523822307 300642304 29259 33554432000 4194304 4650419 140735085829536 18446744073709551615 4439111 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/4854/statm: 73399 29259 395 112 0 68364 0
[pid=4854/tid=4855] ppid=4852 vsize=293596 CPUtime=25.49 cores=1,3,5,7
/proc/4854/task/4855/stat : 4855 (strangenight1-m) R 4852 4854 4213 0 -1 4202560 16723 0 0 0 2545 4 0 0 25 0 4 0 523822308 300642304 29259 33554432000 4194304 4650419 140735085829536 18446744073709551615 4438383 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=4854/tid=4856] ppid=4852 vsize=293596 CPUtime=25.49 cores=1,3,5,7
/proc/4854/task/4856/stat : 4856 (strangenight1-m) R 4852 4854 4213 0 -1 4202560 13735 0 0 0 2545 4 0 0 25 0 4 0 523822308 300642304 29259 33554432000 4194304 4650419 140735085829536 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=4854/tid=4857] ppid=4852 vsize=293596 CPUtime=25.34 cores=1,3,5,7
/proc/4854/task/4857/stat : 4857 (strangenight1-m) R 4852 4854 4213 0 -1 4202560 12086 0 0 0 2531 3 0 0 25 0 4 0 523822308 300642304 29259 33554432000 4194304 4650419 140735085829536 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 101.84
Current children cumulated vsize (KiB) 293596

[startup+51.101 s]
/proc/loadavg: 8.15 7.61 7.41 9/184 4859
/proc/meminfo: memFree=30778652/32950928 swapFree=67111404/67111528
[pid=4854] ppid=4852 vsize=295644 CPUtime=204.1 cores=1,3,5,7
/proc/4854/stat : 4854 (strangenight1-m) R 4852 4854 4213 0 -1 4202496 84170 0 0 0 20386 24 0 0 25 0 4 0 523822307 302739456 34733 33554432000 4194304 4650419 140735085829536 18446744073709551615 4366828 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/4854/statm: 73911 34733 395 112 0 68876 0
[pid=4854/tid=4855] ppid=4852 vsize=295644 CPUtime=51.09 cores=1,3,5,7
/proc/4854/task/4855/stat : 4855 (strangenight1-m) R 4852 4854 4213 0 -1 4202560 26743 0 0 0 5103 6 0 0 25 0 4 0 523822308 302739456 34733 33554432000 4194304 4650419 140735085829536 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=4854/tid=4856] ppid=4852 vsize=295644 CPUtime=51.08 cores=1,3,5,7
/proc/4854/task/4856/stat : 4856 (strangenight1-m) R 4852 4854 4213 0 -1 4202560 19589 0 0 0 5102 6 0 0 25 0 4 0 523822308 302739456 34733 33554432000 4194304 4650419 140735085829536 18446744073709551615 4476502 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=4854/tid=4857] ppid=4852 vsize=295644 CPUtime=50.81 cores=1,3,5,7
/proc/4854/task/4857/stat : 4857 (strangenight1-m) R 4852 4854 4213 0 -1 4202560 17747 0 0 0 5076 5 0 0 25 0 4 0 523822308 302739456 34733 33554432000 4194304 4650419 140735085829536 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 204.1
Current children cumulated vsize (KiB) 295644

[startup+102.301 s]
/proc/loadavg: 8.17 7.70 7.45 9/184 4860
/proc/meminfo: memFree=30752652/32950928 swapFree=67111404/67111528
[pid=4854] ppid=4852 vsize=299680 CPUtime=408.65 cores=1,3,5,7
/proc/4854/stat : 4854 (strangenight1-m) R 4852 4854 4213 0 -1 4202496 124749 0 0 0 40822 43 0 0 25 0 4 0 523822307 306872320 40958 33554432000 4194304 4650419 140735085829536 18446744073709551615 4366904 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/4854/statm: 74920 40958 395 112 0 69885 0
[pid=4854/tid=4855] ppid=4852 vsize=299680 CPUtime=102.3 cores=1,3,5,7
/proc/4854/task/4855/stat : 4855 (strangenight1-m) R 4852 4854 4213 0 -1 4202560 42419 0 0 0 10217 13 0 0 25 0 4 0 523822308 306872320 40958 33554432000 4194304 4650419 140735085829536 18446744073709551615 4328292 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=4854/tid=4856] ppid=4852 vsize=299680 CPUtime=102.28 cores=1,3,5,7
/proc/4854/task/4856/stat : 4856 (strangenight1-m) R 4852 4854 4213 0 -1 4202560 28012 0 0 0 10217 11 0 0 25 0 4 0 523822308 306872320 40958 33554432000 4194304 4650419 140735085829536 18446744073709551615 4366904 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=4854/tid=4857] ppid=4852 vsize=299680 CPUtime=101.73 cores=1,3,5,7
/proc/4854/task/4857/stat : 4857 (strangenight1-m) R 4852 4854 4213 0 -1 4202560 25834 0 0 0 10165 8 0 0 25 0 4 0 523822308 306872320 40958 33554432000 4194304 4650419 140735085829536 18446744073709551615 4424552 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 408.65
Current children cumulated vsize (KiB) 299680

[startup+162.301 s]

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

[pid=4854] ppid=4852 vsize=561708 CPUtime=2565.72 cores=1,3,5,7
/proc/4854/stat : 4854 (strangenight1-m) R 4852 4854 4213 0 -1 4202496 353458 0 0 0 256414 158 0 0 25 0 4 0 523822307 575188992 106734 33554432000 4194304 4650419 140735085829536 18446744073709551615 4363600 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/4854/statm: 140427 106734 395 112 0 135392 0
[pid=4854/tid=4855] ppid=4852 vsize=561708 CPUtime=642.3 cores=1,3,5,7
/proc/4854/task/4855/stat : 4855 (strangenight1-m) R 4852 4854 4213 0 -1 4202560 82848 0 0 0 64196 34 0 0 25 0 4 0 523822308 575188992 106734 33554432000 4194304 4650419 140735085829536 18446744073709551615 4365357 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=4854/tid=4856] ppid=4852 vsize=561708 CPUtime=642.28 cores=1,3,5,7
/proc/4854/task/4856/stat : 4856 (strangenight1-m) R 4852 4854 4213 0 -1 4202560 93934 0 0 0 64184 44 0 0 25 0 4 0 523822308 575188992 106734 33554432000 4194304 4650419 140735085829536 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=4854/tid=4857] ppid=4852 vsize=561708 CPUtime=638.8 cores=1,3,5,7
/proc/4854/task/4857/stat : 4857 (strangenight1-m) R 4852 4854 4213 0 -1 4202560 75326 0 0 0 63847 33 0 0 25 0 4 0 523822308 575188992 106734 33554432000 4194304 4650419 140735085829536 18446744073709551615 4365343 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 2565.72
Current children cumulated vsize (KiB) 561708

[startup+702.301 s]
/proc/loadavg: 8.07 8.02 7.74 9/184 4876
/proc/meminfo: memFree=30450644/32950928 swapFree=67111404/67111528
[pid=4854] ppid=4852 vsize=638748 CPUtime=2805.4 cores=1,3,5,7
/proc/4854/stat : 4854 (strangenight1-m) R 4852 4854 4213 0 -1 4202496 374077 0 0 0 280369 171 0 0 25 0 4 0 523822307 654077952 96799 33554432000 4194304 4650419 140735085829536 18446744073709551615 4366904 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/4854/statm: 159687 96799 395 112 0 154652 0
[pid=4854/tid=4855] ppid=4852 vsize=638748 CPUtime=702.3 cores=1,3,5,7
/proc/4854/task/4855/stat : 4855 (strangenight1-m) R 4852 4854 4213 0 -1 4202560 83401 0 0 0 70195 35 0 0 25 0 4 0 523822308 654077952 96799 33554432000 4194304 4650419 140735085829536 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=4854/tid=4856] ppid=4852 vsize=638748 CPUtime=702.28 cores=1,3,5,7
/proc/4854/task/4856/stat : 4856 (strangenight1-m) R 4852 4854 4213 0 -1 4202560 102861 0 0 0 70178 50 0 0 25 0 4 0 523822308 654077952 96799 33554432000 4194304 4650419 140735085829536 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=4854/tid=4857] ppid=4852 vsize=638748 CPUtime=698.48 cores=1,3,5,7
/proc/4854/task/4857/stat : 4857 (strangenight1-m) R 4852 4854 4213 0 -1 4202560 80386 0 0 0 69810 38 0 0 25 0 4 0 523822308 654077952 96799 33554432000 4194304 4650419 140735085829536 18446744073709551615 4363452 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 2805.4
Current children cumulated vsize (KiB) 638748

[startup+762.301 s]
/proc/loadavg: 8.11 8.05 7.76 5/179 4879
/proc/meminfo: memFree=30769788/32950928 swapFree=67111404/67111528
[pid=4854] ppid=4852 vsize=666148 CPUtime=3045.09 cores=1,3,5,7
/proc/4854/stat : 4854 (strangenight1-m) R 4852 4854 4213 0 -1 4202496 400996 0 0 0 304326 183 0 0 25 0 4 0 523822307 682135552 107490 33554432000 4194304 4650419 140735085829536 18446744073709551615 4365357 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/4854/statm: 166537 107490 395 112 0 161502 0
[pid=4854/tid=4855] ppid=4852 vsize=666148 CPUtime=762.32 cores=1,3,5,7
/proc/4854/task/4855/stat : 4855 (strangenight1-m) R 4852 4854 4213 0 -1 4202560 90478 0 0 0 76193 39 0 0 25 0 4 0 523822308 682135552 107490 33554432000 4194304 4650419 140735085829536 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=4854/tid=4856] ppid=4852 vsize=666148 CPUtime=762.29 cores=1,3,5,7
/proc/4854/task/4856/stat : 4856 (strangenight1-m) R 4852 4854 4213 0 -1 4202560 110534 0 0 0 76176 53 0 0 25 0 4 0 523822308 682135552 107490 33554432000 4194304 4650419 140735085829536 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=4854/tid=4857] ppid=4852 vsize=666148 CPUtime=758.15 cores=1,3,5,7
/proc/4854/task/4857/stat : 4857 (strangenight1-m) R 4852 4854 4213 0 -1 4202560 84434 0 0 0 75775 40 0 0 25 0 4 0 523822308 682135552 107490 33554432000 4194304 4650419 140735085829536 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3045.09
Current children cumulated vsize (KiB) 666148

[startup+822.301 s]
/proc/loadavg: 5.62 7.34 7.53 5/175 4898
/proc/meminfo: memFree=30791324/32950928 swapFree=67111404/67111528
[pid=4854] ppid=4852 vsize=614508 CPUtime=3284.76 cores=1,3,5,7
/proc/4854/stat : 4854 (strangenight1-m) R 4852 4854 4213 0 -1 4202496 420653 0 0 0 328281 195 0 0 25 0 4 0 523822307 629256192 101736 33554432000 4194304 4650419 140735085829536 18446744073709551615 4364785 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/4854/statm: 153627 101736 395 112 0 148592 0
[pid=4854/tid=4855] ppid=4852 vsize=614508 CPUtime=822.31 cores=1,3,5,7
/proc/4854/task/4855/stat : 4855 (strangenight1-m) R 4852 4854 4213 0 -1 4202560 91126 0 0 0 82192 39 0 0 25 0 4 0 523822308 629256192 101736 33554432000 4194304 4650419 140735085829536 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=4854/tid=4856] ppid=4852 vsize=614508 CPUtime=822.29 cores=1,3,5,7
/proc/4854/task/4856/stat : 4856 (strangenight1-m) R 4852 4854 4213 0 -1 4202560 117589 0 0 0 82172 57 0 0 25 0 4 0 523822308 629256192 101736 33554432000 4194304 4650419 140735085829536 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=4854/tid=4857] ppid=4852 vsize=614508 CPUtime=817.83 cores=1,3,5,7
/proc/4854/task/4857/stat : 4857 (strangenight1-m) R 4852 4854 4213 0 -1 4202560 86728 0 0 0 81741 42 0 0 25 0 4 0 523822308 629256192 101736 33554432000 4194304 4650419 140735085829536 18446744073709551615 4366839 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3284.76
Current children cumulated vsize (KiB) 614508

[startup+882.307 s]
/proc/loadavg: 4.67 6.75 7.31 5/175 4899
/proc/meminfo: memFree=30752348/32950928 swapFree=67111404/67111528
[pid=4854] ppid=4852 vsize=614652 CPUtime=3524.47 cores=1,3,5,7
/proc/4854/stat : 4854 (strangenight1-m) R 4852 4854 4213 0 -1 4202496 445157 0 0 0 352241 206 0 0 25 0 4 0 523822307 629403648 114277 33554432000 4194304 4650419 140735085829536 18446744073709551615 4432392 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/4854/statm: 153663 114277 395 112 0 148628 0
[pid=4854/tid=4855] ppid=4852 vsize=614652 CPUtime=882.31 cores=1,3,5,7
/proc/4854/task/4855/stat : 4855 (strangenight1-m) R 4852 4854 4213 0 -1 4202560 91674 0 0 0 88192 39 0 0 25 0 4 0 523822308 629403648 114277 33554432000 4194304 4650419 140735085829536 18446744073709551615 4432392 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=4854/tid=4856] ppid=4852 vsize=614652 CPUtime=882.29 cores=1,3,5,7
/proc/4854/task/4856/stat : 4856 (strangenight1-m) R 4852 4854 4213 0 -1 4202560 124322 0 0 0 88169 60 0 0 25 0 4 0 523822308 629403648 114277 33554432000 4194304 4650419 140735085829536 18446744073709551615 4366906 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=4854/tid=4857] ppid=4852 vsize=614652 CPUtime=877.51 cores=1,3,5,7
/proc/4854/task/4857/stat : 4857 (strangenight1-m) R 4852 4854 4213 0 -1 4202560 92020 0 0 0 87706 45 0 0 25 0 4 0 523822308 629403648 114277 33554432000 4194304 4650419 140735085829536 18446744073709551615 4364736 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3524.47
Current children cumulated vsize (KiB) 614652

[startup+942.3 s]
/proc/loadavg: 4.35 6.27 7.11 5/175 4901
/proc/meminfo: memFree=30747720/32950928 swapFree=67111404/67111528
[pid=4854] ppid=4852 vsize=669364 CPUtime=3764.13 cores=1,3,5,7
/proc/4854/stat : 4854 (strangenight1-m) R 4852 4854 4213 0 -1 4202496 462626 0 0 0 376196 217 0 0 25 0 4 0 523822307 685428736 115712 33554432000 4194304 4650419 140735085829536 18446744073709551615 4366831 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/4854/statm: 167341 115712 395 112 0 162306 0
[pid=4854/tid=4855] ppid=4852 vsize=669364 CPUtime=942.31 cores=1,3,5,7
/proc/4854/task/4855/stat : 4855 (strangenight1-m) R 4852 4854 4213 0 -1 4202560 95292 0 0 0 94189 42 0 0 25 0 4 0 523822308 685428736 115712 33554432000 4194304 4650419 140735085829536 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=4854/tid=4856] ppid=4852 vsize=669364 CPUtime=942.29 cores=1,3,5,7
/proc/4854/task/4856/stat : 4856 (strangenight1-m) R 4852 4854 4213 0 -1 4202560 130086 0 0 0 94165 64 0 0 25 0 4 0 523822308 685428736 115712 33554432000 4194304 4650419 140735085829536 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=4854/tid=4857] ppid=4852 vsize=669364 CPUtime=937.19 cores=1,3,5,7
/proc/4854/task/4857/stat : 4857 (strangenight1-m) R 4852 4854 4213 0 -1 4202560 94283 0 0 0 93672 47 0 0 25 0 4 0 523822308 685428736 115712 33554432000 4194304 4650419 140735085829536 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3764.13
Current children cumulated vsize (KiB) 669364

[startup+1002.3 s]
/proc/loadavg: 4.20 5.87 6.92 5/175 4902
/proc/meminfo: memFree=30706768/32950928 swapFree=67111404/67111528
[pid=4854] ppid=4852 vsize=642408 CPUtime=4003.81 cores=1,3,5,7
/proc/4854/stat : 4854 (strangenight1-m) R 4852 4854 4213 0 -1 4202496 491509 0 0 0 400151 230 0 0 25 0 4 0 523822307 657825792 125576 33554432000 4194304 4650419 140735085829536 18446744073709551615 4365227 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/4854/statm: 160602 125576 395 112 0 155567 0
[pid=4854/tid=4855] ppid=4852 vsize=642408 CPUtime=1002.31 cores=1,3,5,7
/proc/4854/task/4855/stat : 4855 (strangenight1-m) R 4852 4854 4213 0 -1 4202560 100825 0 0 0 100186 45 0 0 25 0 4 0 523822308 657825792 125576 33554432000 4194304 4650419 140735085829536 18446744073709551615 4365343 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=4854/tid=4856] ppid=4852 vsize=642408 CPUtime=1002.29 cores=1,3,5,7
/proc/4854/task/4856/stat : 4856 (strangenight1-m) R 4852 4854 4213 0 -1 4202560 141400 0 0 0 100162 67 0 0 25 0 4 0 523822308 657825792 125576 33554432000 4194304 4650419 140735085829536 18446744073709551615 4363420 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=4854/tid=4857] ppid=4852 vsize=642408 CPUtime=996.86 cores=1,3,5,7
/proc/4854/task/4857/stat : 4857 (strangenight1-m) R 4852 4854 4213 0 -1 4202560 99039 0 0 0 99636 50 0 0 25 0 4 0 523822308 657825792 125576 33554432000 4194304 4650419 140735085829536 18446744073709551615 4365223 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4003.81
Current children cumulated vsize (KiB) 642408

[startup+1062.3 s]
/proc/loadavg: 4.07 5.53 6.73 5/175 4904
/proc/meminfo: memFree=30692100/32950928 swapFree=67111404/67111528
[pid=4854] ppid=4852 vsize=690884 CPUtime=4243.49 cores=1,3,5,7
/proc/4854/stat : 4854 (strangenight1-m) R 4852 4854 4213 0 -1 4202496 513313 0 0 0 424107 242 0 0 25 0 4 0 523822307 707465216 129424 33554432000 4194304 4650419 140735085829536 18446744073709551615 4367329 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/4854/statm: 172721 129424 395 112 0 167686 0
[pid=4854/tid=4855] ppid=4852 vsize=690884 CPUtime=1062.32 cores=1,3,5,7
/proc/4854/task/4855/stat : 4855 (strangenight1-m) R 4852 4854 4213 0 -1 4202560 102010 0 0 0 106186 46 0 0 25 0 4 0 523822308 707465216 129424 33554432000 4194304 4650419 140735085829536 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=4854/tid=4856] ppid=4852 vsize=690884 CPUtime=1062.29 cores=1,3,5,7
/proc/4854/task/4856/stat : 4856 (strangenight1-m) R 4852 4854 4213 0 -1 4202560 150301 0 0 0 106157 72 0 0 25 0 4 0 523822308 707465216 129424 33554432000 4194304 4650419 140735085829536 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=4854/tid=4857] ppid=4852 vsize=690884 CPUtime=1056.55 cores=1,3,5,7
/proc/4854/task/4857/stat : 4857 (strangenight1-m) R 4852 4854 4213 0 -1 4202560 103523 0 0 0 105603 52 0 0 25 0 4 0 523822308 707465216 129425 33554432000 4194304 4650419 140735085829536 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4243.49
Current children cumulated vsize (KiB) 690884

[startup+1122.3 s]
/proc/loadavg: 4.02 5.25 6.56 5/175 4906
/proc/meminfo: memFree=30684488/32950928 swapFree=67111404/67111528
[pid=4854] ppid=4852 vsize=751844 CPUtime=4483.18 cores=1,3,5,7
/proc/4854/stat : 4854 (strangenight1-m) R 4852 4854 4213 0 -1 4202496 531770 0 0 0 448064 254 0 0 25 0 4 0 523822307 769888256 131221 33554432000 4194304 4650419 140735085829536 18446744073709551615 4366923 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/4854/statm: 187961 131221 395 112 0 182926 0
[pid=4854/tid=4855] ppid=4852 vsize=751844 CPUtime=1122.32 cores=1,3,5,7
/proc/4854/task/4855/stat : 4855 (strangenight1-m) R 4852 4854 4213 0 -1 4202560 102229 0 0 0 112186 46 0 0 25 0 4 0 523822308 769888256 131221 33554432000 4194304 4650419 140735085829536 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=4854/tid=4856] ppid=4852 vsize=751844 CPUtime=1122.29 cores=1,3,5,7
/proc/4854/task/4856/stat : 4856 (strangenight1-m) R 4852 4854 4213 0 -1 4202560 157132 0 0 0 112152 77 0 0 25 0 4 0 523822308 769888256 131221 33554432000 4194304 4650419 140735085829536 18446744073709551615 4313048 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=4854/tid=4857] ppid=4852 vsize=751844 CPUtime=1116.22 cores=1,3,5,7
/proc/4854/task/4857/stat : 4857 (strangenight1-m) R 4852 4854 4213 0 -1 4202560 105657 0 0 0 111568 54 0 0 25 0 4 0 523822308 769888256 131221 33554432000 4194304 4650419 140735085829536 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4483.18
Current children cumulated vsize (KiB) 751844

[startup+1182.3 s]
/proc/loadavg: 4.01 5.02 6.40 5/175 4907
/proc/meminfo: memFree=30656160/32950928 swapFree=67111404/67111528
[pid=4854] ppid=4852 vsize=750020 CPUtime=4722.86 cores=1,3,5,7
/proc/4854/stat : 4854 (strangenight1-m) R 4852 4854 4213 0 -1 4202496 555244 0 0 0 472020 266 0 0 25 0 4 0 523822307 768020480 138345 33554432000 4194304 4650419 140735085829536 18446744073709551615 4366904 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/4854/statm: 187505 138345 395 112 0 182470 0
[pid=4854/tid=4855] ppid=4852 vsize=750020 CPUtime=1182.32 cores=1,3,5,7
/proc/4854/task/4855/stat : 4855 (strangenight1-m) R 4852 4854 4213 0 -1 4202560 103567 0 0 0 118185 47 0 0 25 0 4 0 523822308 768020480 138345 33554432000 4194304 4650419 140735085829536 18446744073709551615 4365346 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=4854/tid=4856] ppid=4852 vsize=750020 CPUtime=1182.29 cores=1,3,5,7
/proc/4854/task/4856/stat : 4856 (strangenight1-m) R 4852 4854 4213 0 -1 4202560 169037 0 0 0 118147 82 0 0 25 0 4 0 523822308 768020480 138345 33554432000 4194304 4650419 140735085829536 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=4854/tid=4857] ppid=4852 vsize=750020 CPUtime=1175.91 cores=1,3,5,7
/proc/4854/task/4857/stat : 4857 (strangenight1-m) R 4852 4854 4213 0 -1 4202560 110200 0 0 0 117533 58 0 0 25 0 4 0 523822308 768020480 138345 33554432000 4194304 4650419 140735085829536 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4722.86
Current children cumulated vsize (KiB) 750020



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1201.7 s]
/proc/loadavg: 4.00 4.95 6.35 5/175 4908
/proc/meminfo: memFree=30661852/32950928 swapFree=67111404/67111528
[pid=4854] ppid=4852 vsize=804708 CPUtime=4800.38 cores=1,3,5,7
/proc/4854/stat : 4854 (strangenight1-m) R 4852 4854 4213 0 -1 4202496 560933 0 0 0 479769 269 0 0 25 0 4 0 523822307 824020992 136774 33554432000 4194304 4650419 140735085829536 18446744073709551615 4366828 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/4854/statm: 201177 136774 395 112 0 196142 0
[pid=4854/tid=4855] ppid=4852 vsize=804708 CPUtime=1201.72 cores=1,3,5,7
/proc/4854/task/4855/stat : 4855 (strangenight1-m) R 4852 4854 4213 0 -1 4202560 104029 0 0 0 120125 47 0 0 25 0 4 0 523822308 824020992 136774 33554432000 4194304 4650419 140735085829536 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=4854/tid=4856] ppid=4852 vsize=804708 CPUtime=1201.7 cores=1,3,5,7
/proc/4854/task/4856/stat : 4856 (strangenight1-m) R 4852 4854 4213 0 -1 4202560 170508 0 0 0 120087 83 0 0 25 0 4 0 523822308 824020992 136774 33554432000 4194304 4650419 140735085829536 18446744073709551615 4366904 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=4854/tid=4857] ppid=4852 vsize=804708 CPUtime=1195.2 cores=1,3,5,7
/proc/4854/task/4857/stat : 4857 (strangenight1-m) R 4852 4854 4213 0 -1 4202560 110769 0 0 0 119462 58 0 0 25 0 4 0 523822308 824020992 136774 33554432000 4194304 4650419 140735085829536 18446744073709551615 4366943 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4800.38
Current children cumulated vsize (KiB) 804708

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.43
CPU user time (s): 4797.71
CPU system time (s): 2.71659
CPU usage (%): 399.458
Max. virtual memory (cumulated for all children) (KiB): 815556

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4797.71
system time used= 2.71659
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 560935
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= 241
involuntary context switches= 20503

runsolver used 1.82272 second user time and 4.71728 second system time

The end

Launcher Data

Begin job on node120 at 2011-04-30 02:10:35
IDJOB=3175392
IDBENCH=83010
IDSOLVER=1588
FILE ID=node120/3175392-1304122235
RUNJOBID= node120-1304121793-4757
PBS_JOBID= 13170710
Free space on /tmp= 72068 MiB

SOLVER NAME= CryptoMiniSat Strange-Night-1-mt
BENCH NAME= SAT11/random/medium/unif-k3-r4.26-v700-c2982-S1617172756-030.SATISFIABLE.cnf
COMMAND LINE= ./strangenight1-mt --threads=NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3175392-1304122235/watcher-3175392-1304122235 -o /tmp/evaluation-result-3175392-1304122235/solver-3175392-1304122235 -C 4800 -W 1300 -M 15500  ./strangenight1-mt --threads=4 HOME/instance-3175392-1304122235.cnf

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

MD5SUM BENCH= 47049d4705301f4ac565d8b47d11d0a5
RANDOM SEED=1114148401

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

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

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

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


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      30929984 kB
Buffers:        502548 kB
Cached:         821424 kB
SwapCached:          8 kB
Active:         690780 kB
Inactive:       971068 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      30929984 kB
SwapTotal:    67111528 kB
SwapFree:     67111404 kB
Dirty:            6248 kB
Writeback:           0 kB
AnonPages:      337904 kB
Mapped:          15716 kB
Slab:           295980 kB
PageTables:       5200 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:   552480 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= 72068 MiB
End job on node120 at 2011-04-30 02:30:39