Trace number 3174161

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? (TO) 4800.38 1201.74

General information on the benchmark

Namerandom/medium/
unif-k3-r4.26-v600-c2556-S2050053883-062.SATISFIABLE.cnf
MD5SUM7ed8e8e4deac31c88cbf5be40a0cd9c0
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.302953
Satisfiable
(Un)Satisfiability was proved
Number of variables600
Number of clauses2556
Sum of the clauses size7668
Maximum clause length3
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 32556
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-3174161-1304106581.cnf'
0.00/0.00	c -- header says num vars:            600
0.00/0.00	c -- header says num clauses:        2556
0.00/0.00	c -- clauses added:            0 learnts,         2556 normals,            0 xors
0.00/0.00	c -- vars added        600
0.00/0.05	c Parsing time:  0.00 s
0.00/0.05	c  N st     0         0       600      2556         0         0      7668         0   no data   no data
0.00/0.05	c asymm  cl-useful: 0/2556/2556 lits-rem:0 time: 0.00
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 blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
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:    600 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:      7  v-fix:    0  time:  0.00 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:     256 undec:      71 neg:     273
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       593      2549         0         0      7694         0   no data   no data
0.40/0.15	c Decided on static restart strategy
0.77/0.25	c  N st     8      4917       593      2549         0      4832      7694    134513   no data   no data
1.57/0.44	c  N st    10     11299       593      2549         0      4484      7694     85762   no data   no data
2.77/0.72	c  N st    11     17043       593      2549         0     10146      7694    238451   no data   no data
4.38/1.18	c  F st    12     25001       593      2549         0     12429      7694    299311   no data   no data
4.38/1.19	c  N st    12     25001       593      2549         0     12429      7694    299311   no data   no data
5.56/1.44	c  N dy    18     30000       593      2549         0     10695      7694    224859   no data   no data
5.56/1.44	c  S st    18     30000       593      2549         0     10695      7694    224859   no data   no data
5.56/1.47	c  S st    18     30502       593      2549         0     11196      7694    237120   no data   no data
5.56/1.47	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
5.56/1.48	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.1M T:  0.00
5.56/1.48	c blocked clauses removed:        7 vars:      1 tried:         593 T: 0.00 s
5.56/1.48	c bin-w-bin subsume rem            0 bins  time:  0.00 s
5.56/1.48	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
5.56/1.48	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    592 time:  0.00 s
5.56/1.48	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
5.56/1.48	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
5.56/1.49	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
5.97/1.54	c lits-rem:       125  cl-subs:      421  v-elim:      0  v-fix:    0  time:  0.05 s
5.97/1.54	c asymm  cl-useful: 0/2542/2542 lits-rem:0 time: 0.01
5.97/1.54	c calculated reachability. Time: 0.00
5.97/1.54	c  N dy    18     30502       592      2542         0     10775      7673    224642   no data   no data
7.16/1.81	c  N dy    33     34998       592      2542         0     15241      7673    340065     17.31     18.37
7.96/2.04	c  N dy    45     39041       592      2542         0     11402      7673    191391     17.24     18.28
8.79/2.30	c  N dy    66     43067       592      2542         0     15395      7673    291260     17.32     18.38
9.56/2.49	c  S st    78     45753       592      2542         0      9200      7673    111336     17.33     16.89
9.96/2.51	c  S st    78     46258       592      2542         0      9704      7673    123505     17.33   no data
9.96/2.51	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
9.96/2.52	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.1M T:  0.00
9.96/2.52	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
9.96/2.52	c bin-w-bin subsume rem            0 bins  time:  0.00 s
9.96/2.52	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
9.96/2.52	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    592 time:  0.00 s
9.96/2.52	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
9.96/2.52	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
9.96/2.52	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
9.96/2.53	c lits-rem:         8  cl-subs:        7  v-elim:      0  v-fix:    0  time:  0.01 s
9.96/2.53	c vivif2 --  cl tried     2542 cl shrink        0 lits rem          0 time: 0.00
9.96/2.53	c vivif2 --  cl tried     9697 cl shrink        0 lits rem          0 time: 0.00
9.96/2.54	c asymm  cl-useful: 0/2542/2542 lits-rem:0 time: 0.00
9.96/2.54	c calculated reachability. Time: 0.00
9.96/2.54	c  N dy    78     46258       592      2542         0      9697      7673    123278     17.33   no data
10.76/2.77	c  N dy    96     50504       592      2542         0     13913      7673    230036     17.35     18.29
12.77/3.27	c  N dy   103     57692       592      2542         0     11134      7673    138442     16.76     17.69
13.96/3.51	c  N dy   126     61722       592      2542         0     15123      7673    238659     16.85     20.29
15.16/3.81	c  N dy   159     65819       592      2542         0     19185      7673    343757     17.05     19.23
15.96/4.09	c  S st   181     69387       592      2542         0     11840      7673    136176     17.09   no data
16.35/4.12	c  S st   181     69891       592      2542         0     12344      7673    149024     17.09   no data
16.35/4.12	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
16.35/4.12	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.00
16.35/4.12	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
16.35/4.12	c bin-w-bin subsume rem            0 bins  time:  0.00 s
16.35/4.12	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
16.35/4.12	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    592 time:  0.00 s
16.35/4.12	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
16.35/4.13	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
16.35/4.13	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
16.35/4.14	c lits-rem:        18  cl-subs:       10  v-elim:      0  v-fix:    0  time:  0.01 s
16.35/4.14	c vivif2 --  cl tried     2542 cl shrink        0 lits rem          0 time: 0.00
16.35/4.15	c vivif2 --  cl tried    12334 cl shrink        0 lits rem          0 time: 0.00
16.35/4.15	c asymm  cl-useful: 0/2542/2542 lits-rem:0 time: 0.01
16.35/4.15	c calculated reachability. Time: 0.00
16.35/4.15	c  N dy   181     69891       592      2542         0     12334      7673    148707     17.09   no data
17.57/4.44	c  N dy   212     74357       592      2542         0     16748      7673    263907     17.25     23.17
19.16/4.82	c  N dy   247     79313       592      2542         0     21666      7673    394118     17.39     18.46
20.75/5.21	c  N dy   272     84399       592      2542         0     14817      7673    187990     17.39     21.34
21.55/5.42	c  F st   290     87501       592      2542         0     17893      7673    266870     17.41   no data
22.37/5.68	c  N st   295     90800       592      2542         0     21156      7673    349788     17.41   no data
23.15/5.83	c Decided on static restart strategy
25.15/6.37	c  N st   298     99807       592      2542         0     17191      7673    358091     17.41   no data
26.77/6.74	c  S st   299    104836       592      2542         0     22166      7673    504898     17.41   no data
26.77/6.80	c  S st   299    105338       592      2542         0     22668      7673    517110     17.41   no data
27.14/6.80	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
27.14/6.80	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.3M T:  0.01
27.14/6.80	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
27.14/6.80	c bin-w-bin subsume rem            0 bins  time:  0.00 s
27.14/6.80	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
27.14/6.80	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    592 time:  0.00 s
27.14/6.80	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
27.14/6.81	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
27.14/6.83	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
27.94/7.04	c lits-rem:       391  cl-subs:      838  v-elim:      0  v-fix:    0  time:  0.21 s
27.94/7.04	c vivif2 --  cl tried     2542 cl shrink        0 lits rem          0 time: 0.00
27.94/7.05	c vivif2 --  cl tried    21830 cl shrink        0 lits rem          0 time: 0.01
27.94/7.06	c asymm  cl-useful: 0/2542/2542 lits-rem:0 time: 0.01
27.94/7.06	c calculated reachability. Time: 0.00
27.94/7.06	c  N st   299    105338       592      2542         0     21830      7673    490886     17.41   no data
31.15/7.83	c  N st   300    114936       592      2542         0     17458      7673    308479     17.41   no data
36.33/9.17	c  N st   301    129334       592      2542         0     16961      7673    320626     17.41   no data
44.72/11.24	c  N st   302    150931       592      2542         0     22420      7673    415111     17.41   no data
47.52/11.95	c  S st   303    158008       592      2542         0     29409      7673    607221     17.41   no data
47.92/12.03	c  S st   303    158513       592      2542         0     29914      7673    619529     17.41   no data
47.92/12.03	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
47.92/12.04	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.01
47.92/12.04	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
47.92/12.04	c bin-w-bin subsume rem            0 bins  time:  0.00 s
47.92/12.04	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
47.92/12.04	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    592 time:  0.00 s
47.92/12.04	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
47.92/12.05	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
47.92/12.06	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
49.91/12.58	c lits-rem:       226  cl-subs:     1373  v-elim:      0  v-fix:    0  time:  0.51 s
49.91/12.58	c vivif2 --  cl tried     2542 cl shrink        0 lits rem          0 time: 0.00
49.91/12.59	c vivif2 --  cl tried    28541 cl shrink        0 lits rem          0 time: 0.01
50.31/12.60	c asymm  cl-useful: 0/2542/2542 lits-rem:0 time: 0.02
50.31/12.61	c calculated reachability. Time: 0.00
50.31/12.61	c  N st   303    158513       592      2542         0     28541      7673    578597     17.41   no data
73.08/18.33	c  N st   304    207102       592      2542         0     23096      7673    380833     17.41   no data
88.66/22.29	c  N st   305    237769       592      2542         0     33510      7673    650379     17.41   no data
88.66/22.29	c  S st   305    237769       592      2542         0     33510      7673    650379     17.41   no data
89.06/22.37	c  S st   305    238271       592      2542         0     34011      7673    663166     17.41   no data
89.06/22.37	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
89.06/22.38	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.01
89.06/22.38	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
89.06/22.38	c bin-w-bin subsume rem            0 bins  time:  0.00 s
89.06/22.38	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
89.06/22.38	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    592 time:  0.00 s
89.06/22.38	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
89.06/22.39	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
89.46/22.41	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
92.28/23.13	c lits-rem:       298  cl-subs:     1703  v-elim:      0  v-fix:    0  time:  0.73 s
92.28/23.13	c vivif2 --  cl tried     2542 cl shrink        0 lits rem          0 time: 0.00
92.28/23.14	c vivif2 --  cl tried    32308 cl shrink        0 lits rem          0 time: 0.01
92.28/23.16	c asymm  cl-useful: 0/2542/2542 lits-rem:0 time: 0.02
92.28/23.17	c calculated reachability. Time: 0.00
92.28/23.17	c  N st   305    238271       592      2542         0     32308      7673    614968     17.41   no data
124.62/31.22	c  F st   306    306250       592      2542         0     34353      7673    645030     17.41   no data
124.62/31.22	c  N st   306    306250       592      2542         0     34353      7673    645030     17.41   no data
127.01/31.87	c Decided on static restart strategy
138.59/34.77	c  N st   316    334553       592      2542         0     38577      7673    707517     17.41   no data
150.98/37.80	c  N st   318    357406       592      2542         0     36557      7673    617720     17.41   no data
150.98/37.80	c  S st   318    357406       592      2542         0     36557      7673    617720     17.41   no data
150.98/37.89	c  S st   318    357910       592      2542         0     37061      7673    630391     17.41   no data
151.38/37.90	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
151.38/37.91	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.5M T:  0.01
151.38/37.91	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
151.38/37.91	c bin-w-bin subsume rem            0 bins  time:  0.00 s
151.38/37.91	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
151.38/37.91	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    592 time:  0.00 s
151.38/37.91	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
151.38/37.92	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
151.38/37.94	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
152.98/38.31	c lits-rem:       201  cl-subs:     1016  v-elim:      0  v-fix:    0  time:  0.37 s
152.98/38.31	c vivif2 --  cl tried     2542 cl shrink        0 lits rem          0 time: 0.00
152.98/38.32	c vivif2 --  cl tried    36045 cl shrink        0 lits rem          0 time: 0.01
152.98/38.35	c asymm  cl-useful: 0/2542/2542 lits-rem:0 time: 0.02
152.98/38.35	c calculated reachability. Time: 0.00
152.98/38.35	c  N st   318    357910       592      2542         0     36045      7673    601362     17.41   no data
169.75/42.57	c  N st   319    390303       592      2542         0     42197      7673    741646     17.41   no data
197.73/49.60	c  N st   320    438892       592      2542         0     35937      7673    568485     17.41   no data
242.46/60.77	c  N st   321    511775       592      2542         0     49483      7673    897044     17.41   no data
258.44/64.79	c  N st   322    536866       592      2542         0     43702      7673    697249     17.41   no data
258.44/64.80	c  S st   322    536866       592      2542         0     43702      7673    697249     17.41   no data
259.25/64.91	c  S st   322    537372       592      2542         0     44208      7673    710459     17.41   no data
259.25/64.91	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
259.25/64.93	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.5M T:  0.02
259.25/64.93	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
259.25/64.93	c bin-w-bin subsume rem            0 bins  time:  0.00 s
259.25/64.93	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
259.25/64.93	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    592 time:  0.00 s
259.25/64.93	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
259.25/64.94	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
259.25/64.96	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
261.63/65.53	c lits-rem:       252  cl-subs:     1419  v-elim:      0  v-fix:    0  time:  0.57 s
261.63/65.53	c vivif2 --  cl tried     2542 cl shrink        0 lits rem          0 time: 0.00
261.63/65.54	c vivif2 --  cl tried    42789 cl shrink        0 lits rem          0 time: 0.01
261.63/65.58	c asymm  cl-useful: 0/2542/2542 lits-rem:0 time: 0.03
261.63/65.58	c calculated reachability. Time: 0.00
261.63/65.58	c  N st   322    537372       592      2542         0     42789      7673    674432     17.41   no data
387.08/96.93	c  N st   323    701356       592      2542         0     36719      7673    428037     17.41   no data
466.96/116.91	c  N st   324    806058       592      2542         0     65651      7673   1147600     17.41   no data
466.96/116.91	c  S st   324    806058       592      2542         0     65651      7673   1147600     17.41   no data
467.36/117.09	c  S st   324    806560       592      2542         0     66151      7673   1160510     17.41   no data
467.36/117.10	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
467.76/117.12	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.8M T:  0.03
467.76/117.13	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
467.76/117.13	c bin-w-bin subsume rem            0 bins  time:  0.00 s
467.76/117.13	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
467.76/117.13	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    592 time:  0.00 s
467.76/117.13	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
467.76/117.14	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
467.76/117.18	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
482.13/120.75	c lits-rem:       402  cl-subs:     5602  v-elim:      0  v-fix:    0  time:  3.57 s
482.13/120.75	c vivif2 --  cl tried     2542 cl shrink        0 lits rem          0 time: 0.00
482.13/120.77	c vivif2 --  cl tried    60549 cl shrink        0 lits rem          0 time: 0.01
482.53/120.82	c asymm  cl-useful: 0/2542/2542 lits-rem:0 time: 0.05
482.53/120.82	c calculated reachability. Time: 0.00
482.53/120.82	c  N st   324    806560       592      2542         0     60549      7673   1029877     17.41   no data
687.86/172.22	c  F st   325   1071875       592      2542         0     76816      7673   1472565     17.41   no data
687.86/172.22	c  N st   325   1071875       592      2542         0     76816      7673   1472565     17.41   no data
693.45/173.61	c Decided on static restart strategy
712.63/178.45	c  N st   335   1100179       592      2542         0     60680      7673    901286     17.41   no data
748.18/187.35	c  N st   337   1136173       592      2542         0     50853      7673    634863     17.41   no data
778.16/194.90	c  N st   338   1168568       592      2542         0     82624      7673   1527542     17.41   no data
820.08/205.37	c  N st   339   1209840       592      2542         0     76799      7673   1320468     17.41   no data
820.08/205.37	c  S st   339   1209840       592      2542         0     76799      7673   1320468     17.41   no data
821.28/205.69	c  S st   339   1210342       592      2542         0     77300      7673   1333612     17.41   no data
821.28/205.69	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
821.69/205.74	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.9M T:  0.05
821.69/205.74	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
821.69/205.74	c bin-w-bin subsume rem            0 bins  time:  0.00 s
821.69/205.74	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
821.69/205.74	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    592 time:  0.00 s
821.69/205.74	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
821.69/205.77	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
822.09/205.81	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
845.25/211.64	c lits-rem:       762  cl-subs:     4476  v-elim:      0  v-fix:    0  time:  5.83 s
845.25/211.64	c vivif2 --  cl tried     2542 cl shrink        0 lits rem          0 time: 0.00
845.25/211.66	c vivif2 --  cl tried    72824 cl shrink        0 lits rem          0 time: 0.02
845.65/211.73	c asymm  cl-useful: 0/2542/2542 lits-rem:0 time: 0.07
845.65/211.73	c calculated reachability. Time: 0.00
845.65/211.73	c  N st   339   1210342       592      2542         0     72824      7673   1204427     17.41   no data
925.54/231.72	c  N st   340   1283224       592      2542         0     49102      7673    523756     17.41   no data
1047.38/262.20	c  N st   341   1392547       592      2542         0     57507      7673    709556     17.41   no data
1219.94/305.48	c  N st   342   1556531       592      2542         0     62131      7673    786651     17.41   no data
1390.51/348.18	c  N st   343   1710342       592      2542         0    103943      7673   1923237     17.41   no data
1390.51/348.18	c  S st   343   1710342       592      2542         0    103943      7673   1923237     17.41   no data
1392.11/348.51	c  S st   343   1710848       592      2542         0    104446      7673   1936347     17.41   no data
1392.11/348.52	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
1392.11/348.57	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.3M T:  0.05
1392.11/348.57	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
1392.11/348.57	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1392.11/348.57	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1392.11/348.57	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    592 time:  0.00 s
1392.11/348.57	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
1392.51/348.60	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.03 s
1392.51/348.66	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1436.05/359.59	c lits-rem:      2114  cl-subs:     6181  v-elim:      0  v-fix:    0  time: 10.92 s
1436.05/359.59	c vivif2 --  cl tried     2542 cl shrink        0 lits rem          0 time: 0.00
1436.45/359.61	c vivif2 --  cl tried    98265 cl shrink        0 lits rem          0 time: 0.03
1436.87/359.72	c asymm  cl-useful: 0/2542/2542 lits-rem:0 time: 0.10
1436.87/359.72	c calculated reachability. Time: 0.00
1436.87/359.72	c  N st   343   1710848       592      2542         0     98265      7673   1776868     17.41   no data
1865.87/467.11	c  N st   344   2079812       592      2542         0    109543      7673   1915204     17.41   no data
2012.09/503.79	c  N st   345   2210850       592      2542         0    114343      7673   2133969     17.41   no data
2012.09/503.79	c  S st   345   2210850       592      2542         0    114343      7673   2133969     17.41   no data
2013.68/504.17	c  S st   345   2211354       592      2542         0    114845      7673   2147661     17.41   no data
2013.68/504.17	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
2014.08/504.23	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.4M T:  0.06
2014.08/504.23	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
2014.08/504.23	c bin-w-bin subsume rem            0 bins  time:  0.00 s
2014.08/504.23	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2014.08/504.23	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    592 time:  0.00 s
2014.08/504.23	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
2014.08/504.27	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.03 s
2014.48/504.33	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2058.01/515.27	c lits-rem:       715  cl-subs:     4932  v-elim:      0  v-fix:    0  time: 10.93 s
2058.01/515.27	c vivif2 --  cl tried     2542 cl shrink        0 lits rem          0 time: 0.00
2058.41/515.30	c vivif2 --  cl tried   109913 cl shrink        0 lits rem          0 time: 0.03
2058.81/515.41	c asymm  cl-useful: 0/2542/2542 lits-rem:0 time: 0.11
2058.81/515.41	c calculated reachability. Time: 0.00
2058.81/515.41	c  N st   345   2211354       592      2542         0    109913      7673   2011283     17.41   no data
2683.18/671.71	c  N st   346   2711354       592      2542         0    132964      7673   2522154     17.41   no data
2683.18/671.71	c  S st   346   2711354       592      2542         0    132964      7673   2522154     17.41   no data
2684.79/672.16	c  S st   346   2711854       592      2542         0    133464      7673   2536033     17.41   no data
2684.79/672.17	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
2685.20/672.24	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.6M T:  0.07
2685.20/672.24	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
2685.20/672.24	c bin-w-bin subsume rem            0 bins  time:  0.00 s
2685.20/672.24	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2685.20/672.24	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    592 time:  0.00 s
2685.20/672.24	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
2685.20/672.28	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.04 s
2685.57/672.35	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2779.43/695.85	c lits-rem:       928  cl-subs:     9581  v-elim:      0  v-fix:    0  time: 23.49 s
2779.43/695.85	c vivif2 --  cl tried     2542 cl shrink        0 lits rem          0 time: 0.00
2779.43/695.89	c vivif2 --  cl tried   123883 cl shrink        0 lits rem          0 time: 0.03
2780.23/696.02	c asymm  cl-useful: 0/2542/2542 lits-rem:0 time: 0.14
2780.23/696.03	c calculated reachability. Time: 0.00
2780.23/696.03	c  N st   346   2711854       592      2542         0    123883      7673   2271512     17.41   no data
3538.41/885.90	c  N st   347   3211855       592      2542         0     99632      7673   1412447     17.41   no data
3538.41/885.90	c  S st   347   3211855       592      2542         0     99632      7673   1412447     17.41   no data
3540.00/886.23	c  S st   347   3212360       592      2542         0    100136      7673   1426257     17.41   no data
3540.00/886.23	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
3540.00/886.28	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.2M T:  0.05
3540.00/886.28	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
3540.00/886.28	c bin-w-bin subsume rem            0 bins  time:  0.00 s
3540.00/886.28	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3540.00/886.28	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    592 time:  0.00 s
3540.00/886.28	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
3540.40/886.31	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.03 s
3540.40/886.35	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3554.39/889.80	c lits-rem:       714  cl-subs:     4495  v-elim:      0  v-fix:    0  time:  3.45 s
3554.39/889.80	c vivif2 --  cl tried     2542 cl shrink        0 lits rem          0 time: 0.00
3554.39/889.82	c vivif2 --  cl tried    95641 cl shrink        0 lits rem          0 time: 0.02
3554.81/889.92	c asymm  cl-useful: 0/2542/2542 lits-rem:0 time: 0.09
3554.81/889.92	c calculated reachability. Time: 0.00
3554.81/889.92	c  N st   347   3212360       592      2542         0     95641      7673   1313560     17.41   no data
4332.56/1084.68	c  N st   348   3712361       592      2542         0    106507      7673   1520468     17.41   no data
4332.56/1084.68	c  S st   348   3712361       592      2542         0    106507      7673   1520468     17.41   no data
4334.54/1085.18	c  S st   348   3712864       592      2542         0    107009      7673   1534222     17.41   no data
4334.54/1085.19	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
4334.93/1085.28	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.3M T:  0.09
4334.93/1085.28	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
4334.93/1085.28	c bin-w-bin subsume rem            0 bins  time:  0.00 s
4334.93/1085.28	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
4334.93/1085.28	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    592 time:  0.00 s
4334.93/1085.28	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
4335.33/1085.33	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.04 s
4335.33/1085.39	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
4372.11/1094.50	c lits-rem:       484  cl-subs:     3566  v-elim:      0  v-fix:    0  time:  9.11 s
4372.11/1094.50	c vivif2 --  cl tried     2542 cl shrink        0 lits rem          0 time: 0.00
4372.11/1094.53	c vivif2 --  cl tried   103443 cl shrink        0 lits rem          0 time: 0.03
4372.89/1094.70	c asymm  cl-useful: 0/2542/2542 lits-rem:0 time: 0.17
4372.89/1094.71	c calculated reachability. Time: 0.00
4372.89/1094.71	c  N st   348   3712864       592      2542         0    103443      7673   1440050     17.41   no data
4455.17/1115.35	c  F st   349   3751564       592      2542         0    141072      7673   2450995     17.41   no data
4455.17/1115.35	c  N st   349   3751564       592      2542         0    141072      7673   2450995     17.41   no data
4466.36/1118.15	c Decided on static restart strategy
4512.30/1129.62	c  N st   359   3779870       592      2542         0     86111      7673    896730     17.41   no data
4562.23/1142.16	c  N st   361   3815864       592      2542         0    121408      7673   1884949     17.41   no data
4618.95/1156.34	c  N st   362   3848258       592      2542         0    153216      7673   2774230     17.41   no data
4700.05/1176.63	c  N st   363   3896848       592      2542         0    116882      7673   1744339     17.41   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-3174161-1304106581/watcher-3174161-1304106581 -o /tmp/evaluation-result-3174161-1304106581/solver-3174161-1304106581 -C 4800 -W 1300 -M 15500 ./strangenight2-mt --threads=4 HOME/instance-3174161-1304106581.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: 3.39 3.96 5.07 7/180 3280
/proc/meminfo: memFree=29379416/32950928 swapFree=67111352/67111528
[pid=3280] ppid=3278 vsize=51212 CPUtime=0 cores=1,3,5,7
/proc/3280/stat : 3280 (strangenight2-m) R 3278 3280 3239 0 -1 4202496 413 0 0 0 0 0 0 0 25 0 4 0 600888787 52441088 352 33554432000 4194304 4627427 140737261245888 18446744073709551615 251367546811 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/3280/statm: 12803 352 303 106 0 7774 0
[pid=3280/tid=3281] ppid=3278 vsize=51212 CPUtime=0 cores=1,3,5,7
/proc/3280/task/3281/stat : 3281 (strangenight2-m) R 3278 3280 3239 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 4 0 600888787 52441088 352 33554432000 4194304 4627427 140737261245888 18446744073709551615 46936017745433 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=3280/tid=3282] ppid=3278 vsize=51212 CPUtime=0 cores=1,3,5,7
/proc/3280/task/3282/stat : 3282 (strangenight2-m) R 3278 3280 3239 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 4 0 600888787 52441088 352 33554432000 4194304 4627427 140737261245888 18446744073709551615 46936017745836 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=3280/tid=3283] ppid=3278 vsize=51212 CPUtime=0 cores=1,3,5,7
/proc/3280/task/3283/stat : 3283 (strangenight2-m) R 3278 3280 3239 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 4 0 600888787 52441088 352 33554432000 4194304 4627427 140737261245888 18446744073709551615 46936017745424 0 0 4096 2 0 0 0 -1 5 0 0 0

[startup+0.105628 s]
/proc/loadavg: 3.39 3.96 5.07 7/180 3280
/proc/meminfo: memFree=29379416/32950928 swapFree=67111352/67111528
[pid=3280] ppid=3278 vsize=282040 CPUtime=0.4 cores=1,3,5,7
/proc/3280/stat : 3280 (strangenight2-m) R 3278 3280 3239 0 -1 4202496 1859 0 0 0 40 0 0 0 25 0 4 0 600888787 288808960 1698 33554432000 4194304 4627427 140737261245888 18446744073709551615 4330282 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/3280/statm: 70510 1698 384 106 0 65481 0
[pid=3280/tid=3281] ppid=3278 vsize=282040 CPUtime=0.1 cores=1,3,5,7
/proc/3280/task/3281/stat : 3281 (strangenight2-m) R 3278 3280 3239 0 -1 4202560 377 0 0 0 10 0 0 0 25 0 4 0 600888787 288808960 1698 33554432000 4194304 4627427 140737261245888 18446744073709551615 4309266 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=3280/tid=3282] ppid=3278 vsize=282040 CPUtime=0.09 cores=1,3,5,7
/proc/3280/task/3282/stat : 3282 (strangenight2-m) R 3278 3280 3239 0 -1 4202560 399 0 0 0 9 0 0 0 25 0 4 0 600888787 288808960 1698 33554432000 4194304 4627427 140737261245888 18446744073709551615 4308096 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=3280/tid=3283] ppid=3278 vsize=282040 CPUtime=0.1 cores=1,3,5,7
/proc/3280/task/3283/stat : 3283 (strangenight2-m) R 3278 3280 3239 0 -1 4202560 281 0 0 0 10 0 0 0 25 0 4 0 600888787 288808960 1699 33554432000 4194304 4627427 140737261245888 18446744073709551615 4507260 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 0.4
Current children cumulated vsize (KiB) 282040

[startup+0.200612 s]
/proc/loadavg: 3.39 3.96 5.07 7/180 3280
/proc/meminfo: memFree=29379416/32950928 swapFree=67111352/67111528
[pid=3280] ppid=3278 vsize=283508 CPUtime=0.77 cores=1,3,5,7
/proc/3280/stat : 3280 (strangenight2-m) R 3278 3280 3239 0 -1 4202496 2545 0 0 0 77 0 0 0 25 0 4 0 600888787 290312192 1744 33554432000 4194304 4627427 140737261245888 18446744073709551615 4309056 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/3280/statm: 70877 1744 385 106 0 65848 0
[pid=3280/tid=3281] ppid=3278 vsize=283508 CPUtime=0.19 cores=1,3,5,7
/proc/3280/task/3281/stat : 3281 (strangenight2-m) R 3278 3280 3239 0 -1 4202560 547 0 0 0 19 0 0 0 25 0 4 0 600888787 290312192 1744 33554432000 4194304 4627427 140737261245888 18446744073709551615 4309209 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=3280/tid=3282] ppid=3278 vsize=283508 CPUtime=0.19 cores=1,3,5,7
/proc/3280/task/3282/stat : 3282 (strangenight2-m) R 3278 3280 3239 0 -1 4202560 572 0 0 0 19 0 0 0 25 0 4 0 600888787 290312192 1744 33554432000 4194304 4627427 140737261245888 18446744073709551615 4308349 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=3280/tid=3283] ppid=3278 vsize=283508 CPUtime=0.19 cores=1,3,5,7
/proc/3280/task/3283/stat : 3283 (strangenight2-m) R 3278 3280 3239 0 -1 4202560 446 0 0 0 19 0 0 0 25 0 4 0 600888787 290312192 1744 33554432000 4194304 4627427 140737261245888 18446744073709551615 4308256 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 0.77
Current children cumulated vsize (KiB) 283508

[startup+0.300593 s]
/proc/loadavg: 3.39 3.96 5.07 7/180 3280
/proc/meminfo: memFree=29379416/32950928 swapFree=67111352/67111528
[pid=3280] ppid=3278 vsize=283640 CPUtime=1.17 cores=1,3,5,7
/proc/3280/stat : 3280 (strangenight2-m) R 3278 3280 3239 0 -1 4202496 2982 0 0 0 117 0 0 0 25 0 4 0 600888787 290447360 2181 33554432000 4194304 4627427 140737261245888 18446744073709551615 4309145 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/3280/statm: 70910 2181 385 106 0 65881 0
[pid=3280/tid=3281] ppid=3278 vsize=283640 CPUtime=0.29 cores=1,3,5,7
/proc/3280/task/3281/stat : 3281 (strangenight2-m) R 3278 3280 3239 0 -1 4202560 651 0 0 0 29 0 0 0 25 0 4 0 600888787 290447360 2181 33554432000 4194304 4627427 140737261245888 18446744073709551615 4308419 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=3280/tid=3282] ppid=3278 vsize=283640 CPUtime=0.29 cores=1,3,5,7
/proc/3280/task/3282/stat : 3282 (strangenight2-m) R 3278 3280 3239 0 -1 4202560 680 0 0 0 29 0 0 0 25 0 4 0 600888787 290447360 2181 33554432000 4194304 4627427 140737261245888 18446744073709551615 4309256 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=3280/tid=3283] ppid=3278 vsize=283640 CPUtime=0.29 cores=1,3,5,7
/proc/3280/task/3283/stat : 3283 (strangenight2-m) R 3278 3280 3239 0 -1 4202560 564 0 0 0 29 0 0 0 25 0 4 0 600888787 290447360 2181 33554432000 4194304 4627427 140737261245888 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 1.17
Current children cumulated vsize (KiB) 283640

[startup+0.70052 s]
/proc/loadavg: 3.39 3.96 5.07 7/180 3280
/proc/meminfo: memFree=29379416/32950928 swapFree=67111352/67111528
[pid=3280] ppid=3278 vsize=284552 CPUtime=2.77 cores=1,3,5,7
/proc/3280/stat : 3280 (strangenight2-m) R 3278 3280 3239 0 -1 4202496 4600 0 0 0 277 0 0 0 25 0 4 0 600888787 291381248 2858 33554432000 4194304 4627427 140737261245888 18446744073709551615 4309145 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/3280/statm: 71138 2858 385 106 0 66109 0
[pid=3280/tid=3281] ppid=3278 vsize=284552 CPUtime=0.69 cores=1,3,5,7
/proc/3280/task/3281/stat : 3281 (strangenight2-m) R 3278 3280 3239 0 -1 4202560 1055 0 0 0 69 0 0 0 25 0 4 0 600888787 291381248 2858 33554432000 4194304 4627427 140737261245888 18446744073709551615 4309572 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=3280/tid=3282] ppid=3278 vsize=284552 CPUtime=0.69 cores=1,3,5,7
/proc/3280/task/3282/stat : 3282 (strangenight2-m) R 3278 3280 3239 0 -1 4202560 1092 0 0 0 69 0 0 0 25 0 4 0 600888787 291381248 2858 33554432000 4194304 4627427 140737261245888 18446744073709551615 4308275 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=3280/tid=3283] ppid=3278 vsize=284552 CPUtime=0.69 cores=1,3,5,7
/proc/3280/task/3283/stat : 3283 (strangenight2-m) R 3278 3280 3239 0 -1 4202560 954 0 0 0 69 0 0 0 25 0 4 0 600888787 291381248 2858 33554432000 4194304 4627427 140737261245888 18446744073709551615 4308359 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 2.77
Current children cumulated vsize (KiB) 284552

[startup+1.50038 s]
/proc/loadavg: 4.16 4.11 5.12 9/184 3285
/proc/meminfo: memFree=29358552/32950928 swapFree=67111352/67111528
[pid=3280] ppid=3278 vsize=285952 CPUtime=5.97 cores=1,3,5,7
/proc/3280/stat : 3280 (strangenight2-m) R 3278 3280 3239 0 -1 4202496 9296 0 0 0 596 1 0 0 25 0 4 0 600888787 292814848 4895 33554432000 4194304 4627427 140737261245888 18446744073709551615 4420265 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/3280/statm: 71488 4895 389 106 0 66459 0
[pid=3280/tid=3281] ppid=3278 vsize=285952 CPUtime=1.49 cores=1,3,5,7
/proc/3280/task/3281/stat : 3281 (strangenight2-m) R 3278 3280 3239 0 -1 4202560 1838 0 0 0 149 0 0 0 25 0 4 0 600888787 292814848 4895 33554432000 4194304 4627427 140737261245888 18446744073709551615 4309396 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=3280/tid=3282] ppid=3278 vsize=285952 CPUtime=1.48 cores=1,3,5,7
/proc/3280/task/3282/stat : 3282 (strangenight2-m) R 3278 3280 3239 0 -1 4202560 1894 0 0 0 148 0 0 0 25 0 4 0 600888787 292814848 4895 33554432000 4194304 4627427 140737261245888 18446744073709551615 4309315 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=3280/tid=3283] ppid=3278 vsize=285952 CPUtime=1.49 cores=1,3,5,7
/proc/3280/task/3283/stat : 3283 (strangenight2-m) R 3278 3280 3239 0 -1 4202560 1774 0 0 0 149 0 0 0 25 0 4 0 600888787 292814848 4895 33554432000 4194304 4627427 140737261245888 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 5.97
Current children cumulated vsize (KiB) 285952

[startup+3.10108 s]
/proc/loadavg: 4.16 4.11 5.12 9/184 3285
/proc/meminfo: memFree=29324340/32950928 swapFree=67111352/67111528
[pid=3280] ppid=3278 vsize=284968 CPUtime=12.36 cores=1,3,5,7
/proc/3280/stat : 3280 (strangenight2-m) R 3278 3280 3239 0 -1 4202496 18630 0 0 0 1234 2 0 0 25 0 4 0 600888787 291807232 10784 33554432000 4194304 4627427 140737261245888 18446744073709551615 4309572 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/3280/statm: 71242 10784 389 106 0 66213 0
[pid=3280/tid=3281] ppid=3278 vsize=284968 CPUtime=3.09 cores=1,3,5,7
/proc/3280/task/3281/stat : 3281 (strangenight2-m) R 3278 3280 3239 0 -1 4202560 4106 0 0 0 309 0 0 0 25 0 4 0 600888787 291807232 10784 33554432000 4194304 4627427 140737261245888 18446744073709551615 4309405 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=3280/tid=3282] ppid=3278 vsize=284968 CPUtime=3.07 cores=1,3,5,7
/proc/3280/task/3282/stat : 3282 (strangenight2-m) R 3278 3280 3239 0 -1 4202560 5116 0 0 0 307 0 0 0 25 0 4 0 600888787 291807232 10784 33554432000 4194304 4627427 140737261245888 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=3280/tid=3283] ppid=3278 vsize=284968 CPUtime=3.08 cores=1,3,5,7
/proc/3280/task/3283/stat : 3283 (strangenight2-m) R 3278 3280 3239 0 -1 4202560 4641 0 0 0 308 0 0 0 25 0 4 0 600888787 291807232 10784 33554432000 4194304 4627427 140737261245888 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 12.36
Current children cumulated vsize (KiB) 284968

[startup+6.30049 s]
/proc/loadavg: 4.54 4.19 5.14 9/184 3286
/proc/meminfo: memFree=29276736/32950928 swapFree=67111352/67111528
[pid=3280] ppid=3278 vsize=295424 CPUtime=25.15 cores=1,3,5,7
/proc/3280/stat : 3280 (strangenight2-m) R 3278 3280 3239 0 -1 4202496 29705 0 0 0 2510 5 0 0 25 0 4 0 600888787 302514176 14301 33554432000 4194304 4627427 140737261245888 18446744073709551615 4309244 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/3280/statm: 73856 14301 389 106 0 68827 0
[pid=3280/tid=3281] ppid=3278 vsize=295424 CPUtime=6.29 cores=1,3,5,7
/proc/3280/task/3281/stat : 3281 (strangenight2-m) R 3278 3280 3239 0 -1 4202560 7773 0 0 0 628 1 0 0 25 0 4 0 600888787 302514176 14301 33554432000 4194304 4627427 140737261245888 18446744073709551615 4309392 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=3280/tid=3282] ppid=3278 vsize=295424 CPUtime=6.26 cores=1,3,5,7
/proc/3280/task/3282/stat : 3282 (strangenight2-m) R 3278 3280 3239 0 -1 4202560 8474 0 0 0 625 1 0 0 25 0 4 0 600888787 302514176 14301 33554432000 4194304 4627427 140737261245888 18446744073709551615 4309109 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=3280/tid=3283] ppid=3278 vsize=295424 CPUtime=6.28 cores=1,3,5,7
/proc/3280/task/3283/stat : 3283 (strangenight2-m) R 3278 3280 3239 0 -1 4202560 6736 0 0 0 627 1 0 0 25 0 4 0 600888787 302514176 14302 33554432000 4194304 4627427 140737261245888 18446744073709551615 4309195 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 25.15
Current children cumulated vsize (KiB) 295424

[startup+12.7003 s]
/proc/loadavg: 4.82 4.26 5.15 9/184 3286
/proc/meminfo: memFree=29187064/32950928 swapFree=67111352/67111528
[pid=3280] ppid=3278 vsize=303584 CPUtime=50.71 cores=1,3,5,7
/proc/3280/stat : 3280 (strangenight2-m) R 3278 3280 3239 0 -1 4202496 48316 0 0 0 5063 8 0 0 25 0 4 0 600888787 310870016 25654 33554432000 4194304 4627427 140737261245888 18446744073709551615 4309089 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/3280/statm: 75896 25654 389 106 0 70867 0
[pid=3280/tid=3281] ppid=3278 vsize=303584 CPUtime=12.68 cores=1,3,5,7
/proc/3280/task/3281/stat : 3281 (strangenight2-m) R 3278 3280 3239 0 -1 4202560 12420 0 0 0 1267 1 0 0 25 0 4 0 600888787 310870016 25654 33554432000 4194304 4627427 140737261245888 18446744073709551615 4309266 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=3280/tid=3282] ppid=3278 vsize=303584 CPUtime=12.62 cores=1,3,5,7
/proc/3280/task/3282/stat : 3282 (strangenight2-m) R 3278 3280 3239 0 -1 4202560 11646 0 0 0 1261 1 0 0 25 0 4 0 600888787 310870016 25654 33554432000 4194304 4627427 140737261245888 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=3280/tid=3283] ppid=3278 vsize=303584 CPUtime=12.68 cores=1,3,5,7
/proc/3280/task/3283/stat : 3283 (strangenight2-m) R 3278 3280 3239 0 -1 4202560 11526 0 0 0 1266 2 0 0 25 0 4 0 600888787 310870016 25654 33554432000 4194304 4627427 140737261245888 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 50.71
Current children cumulated vsize (KiB) 303584

[startup+25.5009 s]
/proc/loadavg: 5.52 4.44 5.20 9/184 3286
/proc/meminfo: memFree=29145820/32950928 swapFree=67111352/67111528
[pid=3280] ppid=3278 vsize=285904 CPUtime=101.85 cores=1,3,5,7
/proc/3280/stat : 3280 (strangenight2-m) R 3278 3280 3239 0 -1 4202496 67361 0 0 0 10172 13 0 0 25 0 4 0 600888787 292765696 29027 33554432000 4194304 4627427 140737261245888 18446744073709551615 4309347 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/3280/statm: 71476 29027 389 106 0 66447 0
[pid=3280/tid=3281] ppid=3278 vsize=285904 CPUtime=25.49 cores=1,3,5,7
/proc/3280/task/3281/stat : 3281 (strangenight2-m) R 3278 3280 3239 0 -1 4202560 17530 0 0 0 2546 3 0 0 25 0 4 0 600888787 292765696 29027 33554432000 4194304 4627427 140737261245888 18446744073709551615 4308414 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=3280/tid=3282] ppid=3278 vsize=285904 CPUtime=25.35 cores=1,3,5,7
/proc/3280/task/3282/stat : 3282 (strangenight2-m) R 3278 3280 3239 0 -1 4202560 15961 0 0 0 2533 2 0 0 25 0 4 0 600888787 292765696 29028 33554432000 4194304 4627427 140737261245888 18446744073709551615 4309284 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=3280/tid=3283] ppid=3278 vsize=285904 CPUtime=25.49 cores=1,3,5,7
/proc/3280/task/3283/stat : 3283 (strangenight2-m) R 3278 3280 3239 0 -1 4202560 14836 0 0 0 2545 4 0 0 25 0 4 0 600888787 292765696 29028 33554432000 4194304 4627427 140737261245888 18446744073709551615 4309270 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 101.85
Current children cumulated vsize (KiB) 285904

[startup+51.1012 s]
/proc/loadavg: 6.37 4.73 5.27 9/184 3287
/proc/meminfo: memFree=29084076/32950928 swapFree=67111352/67111528
[pid=3280] ppid=3278 vsize=300180 CPUtime=204.11 cores=1,3,5,7
/proc/3280/stat : 3280 (strangenight2-m) R 3278 3280 3239 0 -1 4202496 104090 0 0 0 20389 22 0 0 25 0 4 0 600888787 307384320 34816 33554432000 4194304 4627427 140737261245888 18446744073709551615 4309396 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/3280/statm: 75045 34816 389 106 0 70016 0
[pid=3280/tid=3281] ppid=3278 vsize=300180 CPUtime=51.09 cores=1,3,5,7
/proc/3280/task/3281/stat : 3281 (strangenight2-m) R 3278 3280 3239 0 -1 4202560 26360 0 0 0 5103 6 0 0 25 0 4 0 600888787 307384320 34816 33554432000 4194304 4627427 140737261245888 18446744073709551615 4309111 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=3280/tid=3282] ppid=3278 vsize=300180 CPUtime=50.82 cores=1,3,5,7
/proc/3280/task/3282/stat : 3282 (strangenight2-m) R 3278 3280 3239 0 -1 4202560 25589 0 0 0 5077 5 0 0 25 0 4 0 600888787 307384320 34816 33554432000 4194304 4627427 140737261245888 18446744073709551615 4309568 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=3280/tid=3283] ppid=3278 vsize=300180 CPUtime=51.09 cores=1,3,5,7
/proc/3280/task/3283/stat : 3283 (strangenight2-m) R 3278 3280 3239 0 -1 4202560 23277 0 0 0 5103 6 0 0 25 0 4 0 600888787 307384320 34816 33554432000 4194304 4627427 140737261245888 18446744073709551615 4309256 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 204.11
Current children cumulated vsize (KiB) 300180

[startup+102.301 s]
/proc/loadavg: 7.33 5.24 5.42 9/184 3288
/proc/meminfo: memFree=28996876/32950928 swapFree=67111352/67111528
[pid=3280] ppid=3278 vsize=326436 CPUtime=408.66 cores=1,3,5,7
/proc/3280/stat : 3280 (strangenight2-m) R 3278 3280 3239 0 -1 4202496 163292 0 0 0 40826 40 0 0 25 0 4 0 600888787 334270464 42932 33554432000 4194304 4627427 140737261245888 18446744073709551615 4309905 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/3280/statm: 81609 42932 389 106 0 76580 0
[pid=3280/tid=3281] ppid=3278 vsize=326436 CPUtime=102.29 cores=1,3,5,7
/proc/3280/task/3281/stat : 3281 (strangenight2-m) R 3278 3280 3239 0 -1 4202560 41437 0 0 0 10220 9 0 0 25 0 4 0 600888787 334270464 42932 33554432000 4194304 4627427 140737261245888 18446744073709551615 4299670 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=3280/tid=3282] ppid=3278 vsize=326436 CPUtime=101.74 cores=1,3,5,7
/proc/3280/task/3282/stat : 3282 (strangenight2-m) R 3278 3280 3239 0 -1 4202560 39623 0 0 0 10164 10 0 0 25 0 4 0 600888787 334270464 42932 33554432000 4194304 4627427 140737261245888 18446744073709551615 4309270 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=3280/tid=3283] ppid=3278 vsize=326436 CPUtime=102.29 cores=1,3,5,7
/proc/3280/task/3283/stat : 3283 (strangenight2-m) R 3278 3280 3239 0 -1 4202560 39596 0 0 0 10219 10 0 0 25 0 4 0 600888787 334270464 42932 33554432000 4194304 4627427 140737261245888 18446744073709551615 4309350 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 408.66
Current children cumulated vsize (KiB) 326436

[startup+162.301 s]

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

[pid=3280] ppid=3278 vsize=615760 CPUtime=2565.74 cores=1,3,5,7
/proc/3280/stat : 3280 (strangenight2-m) R 3278 3280 3239 0 -1 4202496 520338 0 0 0 256385 189 0 0 25 0 4 0 600888787 630538240 97397 33554432000 4194304 4627427 140737261245888 18446744073709551615 4308396 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/3280/statm: 153940 97397 389 106 0 148911 0
[pid=3280/tid=3281] ppid=3278 vsize=615760 CPUtime=642.31 cores=1,3,5,7
/proc/3280/task/3281/stat : 3281 (strangenight2-m) R 3278 3280 3239 0 -1 4202560 132752 0 0 0 64182 49 0 0 25 0 4 0 600888787 630538240 97397 33554432000 4194304 4627427 140737261245888 18446744073709551615 4308416 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=3280/tid=3282] ppid=3278 vsize=615760 CPUtime=638.82 cores=1,3,5,7
/proc/3280/task/3282/stat : 3282 (strangenight2-m) R 3278 3280 3239 0 -1 4202560 134351 0 0 0 63833 49 0 0 25 0 4 0 600888787 630538240 97397 33554432000 4194304 4627427 140737261245888 18446744073709551615 4309905 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=3280/tid=3283] ppid=3278 vsize=615760 CPUtime=642.28 cores=1,3,5,7
/proc/3280/task/3283/stat : 3283 (strangenight2-m) R 3278 3280 3239 0 -1 4202560 127184 0 0 0 64180 48 0 0 25 0 4 0 600888787 630538240 97397 33554432000 4194304 4627427 140737261245888 18446744073709551615 4309164 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 2565.74
Current children cumulated vsize (KiB) 615760

[startup+702.301 s]
/proc/loadavg: 8.09 7.70 6.67 9/184 3314
/proc/meminfo: memFree=28511896/32950928 swapFree=67111352/67111528
[pid=3280] ppid=3278 vsize=671616 CPUtime=2805.39 cores=1,3,5,7
/proc/3280/stat : 3280 (strangenight2-m) R 3278 3280 3239 0 -1 4202496 548257 0 0 0 280337 202 0 0 25 0 4 0 600888787 687734784 105571 33554432000 4194304 4627427 140737261245888 18446744073709551615 4309364 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/3280/statm: 167904 105571 389 106 0 162875 0
[pid=3280/tid=3281] ppid=3278 vsize=671616 CPUtime=702.3 cores=1,3,5,7
/proc/3280/task/3281/stat : 3281 (strangenight2-m) R 3278 3280 3239 0 -1 4202560 141915 0 0 0 70178 52 0 0 25 0 4 0 600888787 687734784 105571 33554432000 4194304 4627427 140737261245888 18446744073709551615 4309340 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=3280/tid=3282] ppid=3278 vsize=671616 CPUtime=698.49 cores=1,3,5,7
/proc/3280/task/3282/stat : 3282 (strangenight2-m) R 3278 3280 3239 0 -1 4202560 141334 0 0 0 69797 52 0 0 25 0 4 0 600888787 687734784 105571 33554432000 4194304 4627427 140737261245888 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=3280/tid=3283] ppid=3278 vsize=671616 CPUtime=702.27 cores=1,3,5,7
/proc/3280/task/3283/stat : 3283 (strangenight2-m) R 3278 3280 3239 0 -1 4202560 134713 0 0 0 70176 51 0 0 25 0 4 0 600888787 687734784 105571 33554432000 4194304 4627427 140737261245888 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 2805.39
Current children cumulated vsize (KiB) 671616

[startup+762.301 s]
/proc/loadavg: 8.09 7.77 6.76 9/184 3316
/proc/meminfo: memFree=28516924/32950928 swapFree=67111352/67111528
[pid=3280] ppid=3278 vsize=569280 CPUtime=3045.09 cores=1,3,5,7
/proc/3280/stat : 3280 (strangenight2-m) R 3278 3280 3239 0 -1 4202496 573867 0 0 0 304293 216 0 0 25 0 4 0 600888787 582942720 97285 33554432000 4194304 4627427 140737261245888 18446744073709551615 4309145 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/3280/statm: 142320 97285 389 106 0 137291 0
[pid=3280/tid=3281] ppid=3278 vsize=569280 CPUtime=762.32 cores=1,3,5,7
/proc/3280/task/3281/stat : 3281 (strangenight2-m) R 3278 3280 3239 0 -1 4202560 149090 0 0 0 76176 56 0 0 25 0 4 0 600888787 582942720 97285 33554432000 4194304 4627427 140737261245888 18446744073709551615 4309266 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=3280/tid=3282] ppid=3278 vsize=569280 CPUtime=758.17 cores=1,3,5,7
/proc/3280/task/3282/stat : 3282 (strangenight2-m) R 3278 3280 3239 0 -1 4202560 148708 0 0 0 75760 57 0 0 25 0 4 0 600888787 582942720 97285 33554432000 4194304 4627427 140737261245888 18446744073709551615 4309260 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=3280/tid=3283] ppid=3278 vsize=569280 CPUtime=762.28 cores=1,3,5,7
/proc/3280/task/3283/stat : 3283 (strangenight2-m) R 3278 3280 3239 0 -1 4202560 141096 0 0 0 76174 54 0 0 25 0 4 0 600888787 582942720 97285 33554432000 4194304 4627427 140737261245888 18446744073709551615 4309287 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 3045.09
Current children cumulated vsize (KiB) 569280

[startup+822.301 s]
/proc/loadavg: 8.12 7.84 6.84 9/184 3317
/proc/meminfo: memFree=28487240/32950928 swapFree=67111352/67111528
[pid=3280] ppid=3278 vsize=622496 CPUtime=3284.75 cores=1,3,5,7
/proc/3280/stat : 3280 (strangenight2-m) R 3278 3280 3239 0 -1 4202496 601566 0 0 0 328246 229 0 0 25 0 4 0 600888787 637435904 101977 33554432000 4194304 4627427 140737261245888 18446744073709551615 4308376 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/3280/statm: 155624 101977 389 106 0 150595 0
[pid=3280/tid=3281] ppid=3278 vsize=622496 CPUtime=822.3 cores=1,3,5,7
/proc/3280/task/3281/stat : 3281 (strangenight2-m) R 3278 3280 3239 0 -1 4202560 156514 0 0 0 82172 58 0 0 25 0 4 0 600888787 637435904 101977 33554432000 4194304 4627427 140737261245888 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=3280/tid=3282] ppid=3278 vsize=622496 CPUtime=817.84 cores=1,3,5,7
/proc/3280/task/3282/stat : 3282 (strangenight2-m) R 3278 3280 3239 0 -1 4202560 155491 0 0 0 81724 60 0 0 25 0 4 0 600888787 637435904 101977 33554432000 4194304 4627427 140737261245888 18446744073709551615 4308335 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=3280/tid=3283] ppid=3278 vsize=622496 CPUtime=822.27 cores=1,3,5,7
/proc/3280/task/3283/stat : 3283 (strangenight2-m) R 3278 3280 3239 0 -1 4202560 147339 0 0 0 82169 58 0 0 25 0 4 0 600888787 637435904 101977 33554432000 4194304 4627427 140737261245888 18446744073709551615 4309905 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 3284.75
Current children cumulated vsize (KiB) 622496

[startup+882.307 s]
/proc/loadavg: 8.13 7.89 6.92 9/184 3319
/proc/meminfo: memFree=28401764/32950928 swapFree=67111352/67111528
[pid=3280] ppid=3278 vsize=646388 CPUtime=3524.44 cores=1,3,5,7
/proc/3280/stat : 3280 (strangenight2-m) R 3278 3280 3239 0 -1 4202496 631164 0 0 0 352203 241 0 0 25 0 4 0 600888787 661901312 111604 33554432000 4194304 4627427 140737261245888 18446744073709551615 4309347 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/3280/statm: 161597 111604 389 106 0 156568 0
[pid=3280/tid=3281] ppid=3278 vsize=646388 CPUtime=882.32 cores=1,3,5,7
/proc/3280/task/3281/stat : 3281 (strangenight2-m) R 3278 3280 3239 0 -1 4202560 166946 0 0 0 88170 62 0 0 25 0 4 0 600888787 661901312 111604 33554432000 4194304 4627427 140737261245888 18446744073709551615 4404331 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=3280/tid=3282] ppid=3278 vsize=646388 CPUtime=877.52 cores=1,3,5,7
/proc/3280/task/3282/stat : 3282 (strangenight2-m) R 3278 3280 3239 0 -1 4202560 161563 0 0 0 87688 64 0 0 25 0 4 0 600888787 661901312 111604 33554432000 4194304 4627427 140737261245888 18446744073709551615 4309340 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=3280/tid=3283] ppid=3278 vsize=646388 CPUtime=882.28 cores=1,3,5,7
/proc/3280/task/3283/stat : 3283 (strangenight2-m) R 3278 3280 3239 0 -1 4202560 155693 0 0 0 88167 61 0 0 25 0 4 0 600888787 661901312 111604 33554432000 4194304 4627427 140737261245888 18446744073709551615 4309256 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 3524.44
Current children cumulated vsize (KiB) 646388

[startup+942.3 s]
/proc/loadavg: 8.12 7.94 7.00 9/184 3320
/proc/meminfo: memFree=28376172/32950928 swapFree=67111352/67111528
[pid=3280] ppid=3278 vsize=659552 CPUtime=3764.1 cores=1,3,5,7
/proc/3280/stat : 3280 (strangenight2-m) R 3278 3280 3239 0 -1 4202496 656729 0 0 0 376157 253 0 0 25 0 4 0 600888787 675381248 117330 33554432000 4194304 4627427 140737261245888 18446744073709551615 4309347 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/3280/statm: 164888 117330 389 106 0 159859 0
[pid=3280/tid=3281] ppid=3278 vsize=659552 CPUtime=942.31 cores=1,3,5,7
/proc/3280/task/3281/stat : 3281 (strangenight2-m) R 3278 3280 3239 0 -1 4202560 172891 0 0 0 94167 64 0 0 25 0 4 0 600888787 675381248 117330 33554432000 4194304 4627427 140737261245888 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=3280/tid=3282] ppid=3278 vsize=659552 CPUtime=937.19 cores=1,3,5,7
/proc/3280/task/3282/stat : 3282 (strangenight2-m) R 3278 3280 3239 0 -1 4202560 170033 0 0 0 93652 67 0 0 25 0 4 0 600888787 675381248 117330 33554432000 4194304 4627427 140737261245888 18446744073709551615 4309065 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=3280/tid=3283] ppid=3278 vsize=659552 CPUtime=942.27 cores=1,3,5,7
/proc/3280/task/3283/stat : 3283 (strangenight2-m) R 3278 3280 3239 0 -1 4202560 161869 0 0 0 94163 64 0 0 25 0 4 0 600888787 675381248 117330 33554432000 4194304 4627427 140737261245888 18446744073709551615 4309312 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 3764.1
Current children cumulated vsize (KiB) 659552

[startup+1002.3 s]
/proc/loadavg: 8.20 7.99 7.08 9/184 3322
/proc/meminfo: memFree=28357272/32950928 swapFree=67111352/67111528
[pid=3280] ppid=3278 vsize=712500 CPUtime=4003.77 cores=1,3,5,7
/proc/3280/stat : 3280 (strangenight2-m) R 3278 3280 3239 0 -1 4202496 681975 0 0 0 400112 265 0 0 25 0 4 0 600888787 729600000 118529 33554432000 4194304 4627427 140737261245888 18446744073709551615 4309242 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/3280/statm: 178125 118529 389 106 0 173096 0
[pid=3280/tid=3281] ppid=3278 vsize=712500 CPUtime=1002.31 cores=1,3,5,7
/proc/3280/task/3281/stat : 3281 (strangenight2-m) R 3278 3280 3239 0 -1 4202560 179346 0 0 0 100164 67 0 0 25 0 4 0 600888787 729600000 118529 33554432000 4194304 4627427 140737261245888 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=3280/tid=3282] ppid=3278 vsize=712500 CPUtime=996.86 cores=1,3,5,7
/proc/3280/task/3282/stat : 3282 (strangenight2-m) R 3278 3280 3239 0 -1 4202560 176088 0 0 0 99616 70 0 0 25 0 4 0 600888787 729600000 118529 33554432000 4194304 4627427 140737261245888 18446744073709551615 4310094 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=3280/tid=3283] ppid=3278 vsize=712500 CPUtime=1002.27 cores=1,3,5,7
/proc/3280/task/3283/stat : 3283 (strangenight2-m) R 3278 3280 3239 0 -1 4202560 167791 0 0 0 100160 67 0 0 25 0 4 0 600888787 729600000 118530 33554432000 4194304 4627427 140737261245888 18446744073709551615 4309347 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 4003.77
Current children cumulated vsize (KiB) 712500

[startup+1062.3 s]
/proc/loadavg: 8.11 8.00 7.13 9/184 3324
/proc/meminfo: memFree=28363176/32950928 swapFree=67111352/67111528
[pid=3280] ppid=3278 vsize=660336 CPUtime=4243.46 cores=1,3,5,7
/proc/3280/stat : 3280 (strangenight2-m) R 3278 3280 3239 0 -1 4202496 706496 0 0 0 424068 278 0 0 25 0 4 0 600888787 676184064 115467 33554432000 4194304 4627427 140737261245888 18446744073709551615 4309315 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/3280/statm: 165084 115467 389 106 0 160055 0
[pid=3280/tid=3281] ppid=3278 vsize=660336 CPUtime=1062.31 cores=1,3,5,7
/proc/3280/task/3281/stat : 3281 (strangenight2-m) R 3278 3280 3239 0 -1 4202560 185733 0 0 0 106160 71 0 0 25 0 4 0 600888787 676184064 115468 33554432000 4194304 4627427 140737261245888 18446744073709551615 4507260 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=3280/tid=3282] ppid=3278 vsize=660336 CPUtime=1056.54 cores=1,3,5,7
/proc/3280/task/3282/stat : 3282 (strangenight2-m) R 3278 3280 3239 0 -1 4202560 182694 0 0 0 105581 73 0 0 25 0 4 0 600888787 676184064 115468 33554432000 4194304 4627427 140737261245888 18446744073709551615 4309279 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=3280/tid=3283] ppid=3278 vsize=660336 CPUtime=1062.27 cores=1,3,5,7
/proc/3280/task/3283/stat : 3283 (strangenight2-m) R 3278 3280 3239 0 -1 4202560 172419 0 0 0 106157 70 0 0 25 0 4 0 600888787 676184064 115468 33554432000 4194304 4627427 140737261245888 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 4243.46
Current children cumulated vsize (KiB) 660336

[startup+1122.3 s]
/proc/loadavg: 8.15 8.03 7.20 9/184 3325
/proc/meminfo: memFree=28305228/32950928 swapFree=67111352/67111528
[pid=3280] ppid=3278 vsize=722560 CPUtime=4483.13 cores=1,3,5,7
/proc/3280/stat : 3280 (strangenight2-m) R 3278 3280 3239 0 -1 4202496 726867 0 0 0 448025 288 0 0 25 0 4 0 600888787 739901440 124511 33554432000 4194304 4627427 140737261245888 18446744073709551615 4309287 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/3280/statm: 180640 124511 389 106 0 175611 0
[pid=3280/tid=3281] ppid=3278 vsize=722560 CPUtime=1122.31 cores=1,3,5,7
/proc/3280/task/3281/stat : 3281 (strangenight2-m) R 3278 3280 3239 0 -1 4202560 191216 0 0 0 112159 72 0 0 25 0 4 0 600888787 739901440 124511 33554432000 4194304 4627427 140737261245888 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=3280/tid=3282] ppid=3278 vsize=722560 CPUtime=1116.21 cores=1,3,5,7
/proc/3280/task/3282/stat : 3282 (strangenight2-m) R 3278 3280 3239 0 -1 4202560 187597 0 0 0 111545 76 0 0 25 0 4 0 600888787 739901440 124511 33554432000 4194304 4627427 140737261245888 18446744073709551615 4309290 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=3280/tid=3283] ppid=3278 vsize=722560 CPUtime=1122.27 cores=1,3,5,7
/proc/3280/task/3283/stat : 3283 (strangenight2-m) R 3278 3280 3239 0 -1 4202560 178126 0 0 0 112155 72 0 0 25 0 4 0 600888787 739901440 124511 33554432000 4194304 4627427 140737261245888 18446744073709551615 4309125 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 4483.13
Current children cumulated vsize (KiB) 722560

[startup+1182.3 s]
/proc/loadavg: 8.13 8.04 7.25 9/184 3327
/proc/meminfo: memFree=28286092/32950928 swapFree=67111352/67111528
[pid=3280] ppid=3278 vsize=733372 CPUtime=4722.82 cores=1,3,5,7
/proc/3280/stat : 3280 (strangenight2-m) R 3278 3280 3239 0 -1 4202496 751277 0 0 0 471982 300 0 0 25 0 4 0 600888787 750972928 125859 33554432000 4194304 4627427 140737261245888 18446744073709551615 4308419 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/3280/statm: 183343 125859 389 106 0 178314 0
[pid=3280/tid=3281] ppid=3278 vsize=733372 CPUtime=1182.32 cores=1,3,5,7
/proc/3280/task/3281/stat : 3281 (strangenight2-m) R 3278 3280 3239 0 -1 4202560 196317 0 0 0 118157 75 0 0 25 0 4 0 600888787 750972928 125859 33554432000 4194304 4627427 140737261245888 18446744073709551615 4309347 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=3280/tid=3282] ppid=3278 vsize=733372 CPUtime=1175.89 cores=1,3,5,7
/proc/3280/task/3282/stat : 3282 (strangenight2-m) R 3278 3280 3239 0 -1 4202560 193898 0 0 0 117510 79 0 0 25 0 4 0 600888787 750972928 125859 33554432000 4194304 4627427 140737261245888 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=3280/tid=3283] ppid=3278 vsize=733372 CPUtime=1182.27 cores=1,3,5,7
/proc/3280/task/3283/stat : 3283 (strangenight2-m) R 3278 3280 3239 0 -1 4202560 184664 0 0 0 118152 75 0 0 25 0 4 0 600888787 750972928 125859 33554432000 4194304 4627427 140737261245888 18446744073709551615 4309155 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 4722.82
Current children cumulated vsize (KiB) 733372



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1201.7 s]
/proc/loadavg: 8.09 8.04 7.27 7/183 3328
/proc/meminfo: memFree=28307016/32950928 swapFree=67111352/67111528
[pid=3280] ppid=3278 vsize=733620 CPUtime=4800.33 cores=1,3,5,7
/proc/3280/stat : 3280 (strangenight2-m) R 3278 3280 3239 0 -1 4202496 758232 0 0 0 479729 304 0 0 25 0 4 0 600888787 751226880 125236 33554432000 4194304 4627427 140737261245888 18446744073709551615 4324208 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/3280/statm: 183405 125236 389 106 0 178376 0
[pid=3280/tid=3281] ppid=3278 vsize=733620 CPUtime=1201.73 cores=1,3,5,7
/proc/3280/task/3281/stat : 3281 (strangenight2-m) R 3278 3280 3239 0 -1 4202560 197603 0 0 0 120097 76 0 0 25 0 4 0 600888787 751226880 125238 33554432000 4194304 4627427 140737261245888 18446744073709551615 4309405 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=3280/tid=3282] ppid=3278 vsize=733620 CPUtime=1195.18 cores=1,3,5,7
/proc/3280/task/3282/stat : 3282 (strangenight2-m) R 3278 3280 3239 0 -1 4202560 196233 0 0 0 119438 80 0 0 25 0 4 0 600888787 751226880 125238 33554432000 4194304 4627427 140737261245888 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=3280/tid=3283] ppid=3278 vsize=733620 CPUtime=1201.68 cores=1,3,5,7
/proc/3280/task/3283/stat : 3283 (strangenight2-m) R 3278 3280 3239 0 -1 4202560 186820 0 0 0 120092 76 0 0 25 0 4 0 600888787 751226880 125238 33554432000 4194304 4627427 140737261245888 18446744073709551615 4507260 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 4800.33
Current children cumulated vsize (KiB) 733620

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.74
CPU time (s): 4800.38
CPU user time (s): 4797.32
CPU system time (s): 3.06753
CPU usage (%): 399.454
Max. virtual memory (cumulated for all children) (KiB): 840912

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4797.32
system time used= 3.06753
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 758234
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= 284
involuntary context switches= 33131

runsolver used 1.86672 second user time and 4.69829 second system time

The end

Launcher Data

Begin job on node113 at 2011-04-29 21:49:41
IDJOB=3174161
IDBENCH=82979
IDSOLVER=1586
FILE ID=node113/3174161-1304106581
RUNJOBID= node113-1304106581-3258
PBS_JOBID= 13170664
Free space on /tmp= 71160 MiB

SOLVER NAME= CryptoMiniSat Strange-Night-2-mt
BENCH NAME= SAT11/random/medium/unif-k3-r4.26-v600-c2556-S2050053883-062.SATISFIABLE.cnf
COMMAND LINE= ./strangenight2-mt --threads=NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3174161-1304106581/watcher-3174161-1304106581 -o /tmp/evaluation-result-3174161-1304106581/solver-3174161-1304106581 -C 4800 -W 1300 -M 15500  ./strangenight2-mt --threads=4 HOME/instance-3174161-1304106581.cnf

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

MD5SUM BENCH= 7ed8e8e4deac31c88cbf5be40a0cd9c0
RANDOM SEED=1773543623

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

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


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      29381680 kB
Buffers:        714948 kB
Cached:        2271000 kB
SwapCached:         12 kB
Active:         156900 kB
Inactive:      2893000 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      29381680 kB
SwapTotal:    67111528 kB
SwapFree:     67111352 kB
Dirty:           11400 kB
Writeback:           8 kB
AnonPages:       64100 kB
Mapped:          14784 kB
Slab:           453136 kB
PageTables:       4492 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:   237728 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= 71156 MiB
End job on node113 at 2011-04-29 22:09:45