Trace number 3368875

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

General information on the benchmark

Namerandom/medium/
unif-k3-r4.26-v750-c3195-S576842028-023.SATISFIABLE.cnf
MD5SUMa7a611663d2f029393d16aacd4e48364
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.066989
Satisfiable
(Un)Satisfiability was proved
Number of variables750
Number of clauses3195
Sum of the clauses size9585
Maximum clause length3
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 33195
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.01	c Using 4 threads
0.00/0.01	c This is CryptoMiniSat 2.9.0
0.00/0.01	c compiled with gcc version 4.4.5
0.00/0.01	c WARNING: for repeatability, setting FPU to use double precision
0.00/0.01	c Reading file 'HOME/instance-3368875-1305405121.cnf'
0.00/0.01	c -- header says num vars:            750
0.00/0.01	c -- header says num clauses:        3195
0.00/0.01	c -- clauses added:            0 learnts,         3195 normals,            0 xors
0.00/0.01	c -- vars added        750
0.00/0.01	c Parsing time:  0.00 s
0.00/0.01	c  N st     0         0       750      3195         0         0      9585         0   no data   no data  --
0.00/0.01	c asymm  cl-useful: 0/3195/3195 lits-rem:0 time: 0.00
3.17/0.80	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.0M T:  0.00
3.17/0.80	c bin-w-bin subsume rem            0 bins  time:  0.00 s
3.17/0.80	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3.17/0.80	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    750 time:  0.00 s
3.17/0.80	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
3.17/0.80	c lits-rem:         0  cl-subs:        0  v-elim:     22  v-fix:    0  time:  0.01 s
3.17/0.80	c Finding binary XORs  T:     0.00 s  found:       0
3.17/0.80	c Finding non-binary XORs:     0.00 s (found:       0, avg size: nan)
3.17/0.80	c calculated reachability. Time: 0.00
3.17/0.80	c Calc default polars -  time:   0.00 s pos:     324 undec:      81 neg:     345
3.17/0.80	c =========================================================================================
3.17/0.80	c types(t): F = full restart, N = normal restart
3.17/0.80	c types(t): S = simplification begin/end, E = solution found
3.17/0.80	c restart types(rt): st = static, dy = dynamic
3.17/0.80	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits
3.17/0.80	c  B st     0         0       728      3161         0         0      9607         0   no data   no data  --
3.17/0.80	c Decided on static restart strategy
3.17/0.80	c  N st     8      4916       728      3161         0      4872      9607    153047   no data   no data  --
3.17/0.80	c  N st    10     11299       728      3161         0      4518      9607     96378   no data   no data  --
3.17/0.80	c  N st    11     17042       728      3161         0     10169      9607    278194   no data   no data  --
4.76/1.23	c  F st    12     25000       728      3161         0     12459      9607    336025   no data   no data  --
4.76/1.23	c  N st    12     25000       728      3161         0     12459      9607    336025   no data   no data  --
5.55/1.49	c Decided on static restart strategy
5.55/1.49	c  N st    18     30000       728      3161         0     10706      9607    262423   no data   no data  --
5.55/1.49	c  S st    18     30000       728      3161         0     10706      9607    262423   no data   no data  --
5.95/1.52	c  S st    18     30501       728      3161         0     11206      9607    276881   no data   no data  --
5.95/1.52	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
5.95/1.52	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
5.95/1.53	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.1M T:  0.02
5.95/1.54	c bin-w-bin subsume rem            0 bins  time:  0.00 s
5.95/1.54	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
5.95/1.54	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    728 time:  0.00 s
5.95/1.54	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
7.16/1.83	c lits-rem:       101  cl-subs:      290  v-elim:      0  v-fix:    0  time:  1.16 s
7.16/1.84	c asymm  cl-useful: 0/3161/3161 lits-rem:0 time: 0.03
7.16/1.84	c calculated reachability. Time: 0.00
7.16/1.84	c  N st    18     30501       728      3161         0     10916      9607    265672   no data   no data  --
8.79/2.28	c  N st    20     37612       728      3161         0     10166      9607    220426   no data   no data  --
10.75/2.71	c  N st    21     44011       728      3161         0     16495      9607    431285   no data   no data  --
11.15/2.82	c  S st    22     45751       728      3161         0      9400      9607    169887   no data   no data  --
11.15/2.84	c  S st    22     46258       728      3161         0      9907      9607    184561   no data   no data  --
11.15/2.85	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
11.15/2.85	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
11.15/2.85	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.1M T:  0.01
11.15/2.85	c bin-w-bin subsume rem            0 bins  time:  0.00 s
11.15/2.85	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
11.15/2.85	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    728 time:  0.00 s
11.15/2.85	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
11.95/3.01	c lits-rem:        40  cl-subs:       17  v-elim:      0  v-fix:    0  time:  0.61 s
11.95/3.01	c vivif2 --  cl tried     3161 cl shrink        0 lits rem          0 time: 0.00
11.95/3.01	c vivif2 --  cl tried     9890 cl shrink        0 lits rem          0 time: 0.01
11.95/3.02	c asymm  cl-useful: 0/3161/3161 lits-rem:0 time: 0.03
11.95/3.02	c calculated reachability. Time: 0.00
11.95/3.02	c  N st    22     46258       728      3161         0      9890      9607    183856   no data   no data  --
15.94/4.00	c  N st    23     60656       728      3161         0     14309      9607    322719   no data   no data  --
18.72/4.76	c  N st    24     69388       728      3161         0     12044      9607    233391   no data   no data  --
18.72/4.76	c  S st    24     69388       728      3161         0     12044      9607    233391   no data   no data  --
18.72/4.79	c  S st    24     69889       728      3161         0     12545      9607    248338   no data   no data  --
18.72/4.79	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
18.72/4.79	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
18.72/4.79	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.02
19.12/4.80	c bin-w-bin subsume rem            0 bins  time:  0.00 s
19.12/4.80	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
19.12/4.80	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    728 time:  0.00 s
19.12/4.80	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
20.32/5.10	c lits-rem:        36  cl-subs:      112  v-elim:      0  v-fix:    0  time:  1.20 s
20.32/5.10	c vivif2 --  cl tried     3161 cl shrink        0 lits rem          0 time: 0.00
20.32/5.11	c vivif2 --  cl tried    12433 cl shrink        0 lits rem          0 time: 0.01
20.32/5.12	c asymm  cl-useful: 0/3161/3161 lits-rem:0 time: 0.04
20.32/5.12	c calculated reachability. Time: 0.00
20.32/5.12	c  N st    24     69889       728      3161         0     12433      9607    243954   no data   no data  --
25.92/6.57	c  F st    25     87501       728      3161         0     17946      9607    418917   no data   no data  --
25.92/6.57	c  N st    25     87501       728      3161         0     17946      9607    418917   no data   no data  --
27.90/7.05	c  N dy    33     93668       728      3161         0     24045      9607    610170     20.35     21.66  --
29.90/7.52	c  N dy    70     99708       728      3161         0     17163      9607    299745     20.04     21.20  --
31.49/7.95	c  S st    92    104835       728      3161         0     22265      9607    452960     20.06     20.53  --
31.88/8.01	c  S st    92    105335       728      3161         0     22765      9607    466731     20.06   no data  --
31.88/8.01	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
31.88/8.01	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
31.88/8.02	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.3M T:  0.04
31.88/8.03	c bin-w-bin subsume rem            0 bins  time:  0.00 s
31.88/8.03	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
31.88/8.03	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    728 time:  0.00 s
31.88/8.04	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
37.07/9.36	c lits-rem:       254  cl-subs:      155  v-elim:      0  v-fix:    0  time:  5.29 s
37.07/9.36	c vivif2 --  cl tried     3161 cl shrink        0 lits rem          0 time: 0.00
37.07/9.37	c vivif2 --  cl tried    22610 cl shrink        0 lits rem          0 time: 0.02
37.07/9.39	c asymm  cl-useful: 0/3161/3161 lits-rem:0 time: 0.08
37.07/9.39	c calculated reachability. Time: 0.00
37.07/9.39	c  N dy    92    105335       728      3161         0     22610      9607    460981     20.06   no data  --
40.26/10.11	c  N dy   135    113603       728      3161         0     16931      9607    255825     20.45     21.59  --
42.66/10.79	c  N dy   178    121772       728      3161         0     25052      9607    504403     20.66     21.83  --
45.85/11.54	c  N dy   210    129657       728      3161         0     17967      9607    249611     20.64     21.77  --
48.63/12.29	c  N dy   242    137971       728      3161         0     26235      9607    497078     20.52     21.76  --
52.26/13.15	c  N dy   268    147069       728      3161         0     19369      9607    266743     20.39     21.50  --
55.82/14.09	c  N dy   301    157474       728      3161         0     29683      9607    577570     20.33     21.44  --
56.22/14.15	c  S st   306    158002       728      3161         0     30207      9607    593495     20.34     20.92  --
56.64/14.21	c  S st   306    158504       728      3161         0     30709      9607    607404     20.34   no data  --
56.64/14.22	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
56.64/14.22	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
56.64/14.23	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.04
56.64/14.24	c bin-w-bin subsume rem            0 bins  time:  0.00 s
56.64/14.24	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
56.64/14.24	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    728 time:  0.00 s
56.64/14.24	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
64.19/16.11	c lits-rem:       465  cl-subs:      421  v-elim:      0  v-fix:    0  time:  7.45 s
64.19/16.11	c vivif2 --  cl tried     3161 cl shrink        0 lits rem          0 time: 0.00
64.19/16.12	c vivif2 --  cl tried    30288 cl shrink        0 lits rem          0 time: 0.02
64.19/16.14	c asymm  cl-useful: 0/3161/3161 lits-rem:0 time: 0.10
64.19/16.15	c calculated reachability. Time: 0.00
64.19/16.15	c  N dy   306    158504       728      3161         0     30288      9607    592368     20.34   no data  --
68.19/17.10	c  N dy   356    168893       728      3161         0     23714      9607    369883     20.37     21.55  --
72.58/18.29	c  N dy   384    180430       728      3161         0     35151      9607    715005     20.26     21.35  --
76.96/19.33	c  N dy   450    192004       728      3161         0     28799      9607    497229     20.34     23.64  --
82.96/20.85	c  N dy   521    204381       728      3161         0     22232      9607    273103     20.44     21.80  --
88.52/22.29	c  N dy   590    217462       728      3161         0     35248      9607    675112     20.51     21.97  --
94.92/23.84	c  N dy   659    231377       728      3161         0     29211      9607    465689     20.54     22.40  --
98.50/24.77	c  S st   703    237757       728      3161         0     35554      9607    661013     20.59   no data  --
98.90/24.86	c  S st   703    238261       728      3161         0     36058      9607    676435     20.59   no data  --
98.90/24.87	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
98.90/24.87	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
98.90/24.88	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.06
99.30/24.90	c bin-w-bin subsume rem            0 bins  time:  0.00 s
99.30/24.90	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
99.30/24.90	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    728 time:  0.00 s
99.30/24.90	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
108.87/27.31	c lits-rem:       873  cl-subs:      314  v-elim:      0  v-fix:    0  time:  9.60 s
108.87/27.31	c vivif2 --  cl tried     3161 cl shrink        0 lits rem          0 time: 0.00
108.87/27.32	c vivif2 --  cl tried    35744 cl shrink        0 lits rem          0 time: 0.03
108.87/27.35	c asymm  cl-useful: 0/3161/3161 lits-rem:0 time: 0.13
108.87/27.35	c calculated reachability. Time: 0.00
108.87/27.35	c  N dy   703    238261       728      3161         0     35744      9607    663814     20.59   no data  --
115.65/29.07	c  N dy   780    253751       728      3161         0     30278      9607    468799     20.60     22.19  --
124.02/31.18	c  N dy   862    270330       728      3161         0     24867      9607    277858     20.64     22.25  --
132.39/33.29	c  N dy   954    287661       728      3161         0     42087      9607    800907     20.69     25.42  --
141.17/35.48	c  F st  1017    306250       728      3161         0     37692      9607    639794     20.63     19.33  --
141.17/35.48	c  N st  1017    306250       728      3161         0     37692      9607    639794     20.63     19.33  --
151.14/37.99	c  N dy  1092    326237       728      3161         0     33704      9607    497395     20.65     21.88  --
162.35/40.79	c  N dy  1191    346308       728      3161         0     28821      9607    325179     20.69     25.34  --
167.49/42.10	c  S st  1234    357391       728      3161         0     39842      9607    667492     20.68     18.89  --
167.89/42.19	c  S st  1234    357898       728      3161         0     40349      9607    682378     20.68   no data  --
168.29/42.20	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
168.29/42.20	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
168.29/42.21	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.5M T:  0.06
168.29/42.23	c bin-w-bin subsume rem            0 bins  time:  0.00 s
168.29/42.23	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
168.29/42.23	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    728 time:  0.00 s
168.29/42.23	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
177.47/44.58	c lits-rem:       546  cl-subs:      367  v-elim:      0  v-fix:    0  time:  9.34 s
177.47/44.58	c vivif2 --  cl tried     3161 cl shrink        0 lits rem          0 time: 0.00
177.47/44.59	c vivif2 --  cl tried    39982 cl shrink        0 lits rem          0 time: 0.03
177.86/44.62	c asymm  cl-useful: 0/3161/3161 lits-rem:0 time: 0.14
177.86/44.62	c calculated reachability. Time: 0.00
177.86/44.62	c  N dy  1234    357898       728      3161         0     39982      9607    668476     20.68   no data  --
189.43/47.50	c  N dy  1313    378030       728      3161         0     34134      9607    463715     20.68     21.93  --
201.84/50.63	c  N dy  1397    398041       728      3161         0     27177      9607    222869     20.69     21.96  --
213.36/53.54	c  N dy  1440    418059       728      3161         0     47005      9607    810253     20.62     21.79  --
225.72/56.60	c  N dy  1544    438619       728      3161         0     39654      9607    576127     20.64     21.79  --
238.89/59.90	c  N dy  1622    458683       728      3161         0     30763      9607    283028     20.61     24.49  --
250.10/62.74	c  N dy  1687    478716       728      3161         0     50632      9607    890043     20.60     21.83  --
262.83/65.97	c  N dy  1789    498754       728      3161         0     40777      9607    572824     20.63     21.72  --
277.96/69.73	c  N dy  1918    518808       728      3161         0     60737      9607   1188571     20.67     21.82  --
287.94/72.23	c  S st  1978    536847       728      3161         0     47833      9607    757041     20.66   no data  --
288.34/72.34	c  S st  1978    537352       728      3161         0     48338      9607    772384     20.66   no data  --
288.34/72.34	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
288.34/72.34	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
288.34/72.36	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.6M T:  0.07
288.34/72.38	c bin-w-bin subsume rem            0 bins  time:  0.00 s
288.34/72.38	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
288.34/72.38	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    728 time:  0.00 s
288.34/72.38	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
298.35/74.84	c lits-rem:       778  cl-subs:      707  v-elim:      0  v-fix:    0  time:  9.79 s
298.35/74.84	c vivif2 --  cl tried     3161 cl shrink        0 lits rem          0 time: 0.00
298.35/74.85	c vivif2 --  cl tried    47631 cl shrink        0 lits rem          0 time: 0.03
298.70/74.90	c asymm  cl-useful: 0/3161/3161 lits-rem:0 time: 0.20
298.70/74.90	c calculated reachability. Time: 0.00
298.70/74.90	c  N dy  1978    537352       728      3161         0     47631      9607    749319     20.66   no data  --
313.46/78.60	c  N dy  2061    557432       728      3161         0     35785      9607    370326     20.65     21.78  --
326.23/81.89	c  N dy  2163    577442       728      3161         0     55648      9607    979833     20.67     21.92  --
340.59/85.42	c  N dy  2255    597793       728      3161         0     43103      9607    566340     20.67     21.97  --
356.93/89.57	c  N dy  2361    619259       728      3161         0     64405      9607   1221318     20.70     21.80  --
369.70/92.76	c  N dy  2426    639285       728      3161         0     50530      9607    759510     20.69     21.79  --
386.84/97.06	c  N dy  2503    659354       728      3161         0     35703      9607    292371     20.68     26.32  --
400.01/100.35	c  N dy  2572    679625       728      3161         0     55820      9607    901621     20.66     21.76  --
417.96/104.81	c  N dy  2676    699692       728      3161         0     40028      9607    394271     20.69     23.59  --
431.92/108.35	c  N dy  2752    719776       728      3161         0     59947      9607    998781     20.68     21.84  --
451.07/113.19	c  N dy  2833    739863       728      3161         0     43129      9607    466806     20.68     21.91  --
465.82/116.89	c  N dy  2917    760091       728      3161         0     63200      9607   1081419     20.68     21.87  --
484.16/121.43	c  N dy  3015    782056       728      3161         0     47309      9607    576289     20.69     21.86  --
500.91/125.61	c  N dy  3092    802590       728      3161         0     67660      9607   1195684     20.69     21.87  --
503.72/126.40	c  S st  3096    806029       728      3161         0     71071      9607   1301207     20.68     20.75  --
504.55/126.57	c  S st  3096    806533       728      3161         0     71573      9607   1316764     20.68   no data  --
504.55/126.58	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
504.55/126.58	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
504.90/126.61	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.9M T:  0.13
504.90/126.65	c bin-w-bin subsume rem            0 bins  time:  0.00 s
504.90/126.65	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
504.90/126.65	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    728 time:  0.00 s
504.90/126.65	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
512.91/128.62	c lits-rem:       781  cl-subs:     1349  v-elim:      0  v-fix:    0  time:  7.83 s
512.91/128.62	c vivif2 --  cl tried     3161 cl shrink        0 lits rem          0 time: 0.00
512.91/128.63	c vivif2 --  cl tried    70224 cl shrink        0 lits rem          0 time: 0.06
513.33/128.72	c asymm  cl-useful: 0/3161/3161 lits-rem:0 time: 0.34
513.33/128.72	c calculated reachability. Time: 0.00
513.33/128.72	c  N dy  3096    806533       728      3161         0     70224      9607   1272326     20.68   no data  --
529.23/132.72	c  N dy  3227    826585       728      3161         0     51482      9607    690662     20.71     22.10  --
548.00/137.48	c  N dy  3320    847605       728      3161         0     72324      9607   1326997     20.72     21.93  --
565.97/141.99	c  N dy  3437    867814       728      3161         0     52724      9607    694886     20.74     21.86  --
584.67/146.60	c  N dy  3529    887961       728      3161         0     72720      9607   1308957     20.75     21.90  --
602.21/151.08	c  N dy  3623    907976       728      3161         0     51876      9607    637554     20.76     22.17  --
620.17/155.56	c  N dy  3713    928647       728      3161         0     72393      9607   1265949     20.76     21.89  --
639.71/160.40	c  N dy  3840    948695       728      3161         0     50607      9607    576519     20.78     22.12  --
662.07/166.06	c  N dy  3933    974248       728      3161         0     75928      9607   1348877     20.77     22.06  --
682.38/171.17	c  N dy  4026    996972       728      3161         0     55815      9607    709241     20.77     21.87  --
701.54/175.91	c  N dy  4126   1017239       728      3161         0     75935      9607   1337236     20.78     22.05  --
721.46/180.95	c  N dy  4219   1037982       728      3161         0     52839      9607    599856     20.78     22.30  --
739.82/185.54	c  N dy  4316   1058334       728      3161         0     73022      9607   1218624     20.78     21.89  --
755.76/189.51	c  F st  4380   1071876       728      3161         0     86467      9607   1635558     20.79     20.25  --
760.95/190.81	c Decided on static restart strategy
762.55/191.26	c  N st  4387   1079914       728      3161         0     49768      9607    489256     20.79   no data  --
777.70/195.07	c  N st  4390   1100180       728      3161         0     69788      9607   1143442     20.79   no data  --
810.41/203.28	c  N st  4392   1136173       728      3161         0     59771      9607   1423512     20.79   no data  --
842.36/211.27	c  N st  4393   1168565       728      3161         0     91676      9607   2511430     20.79   no data  --
885.39/222.10	c  N st  4394   1209799       728      3161         0     86189      9607   2161872     20.79   no data  --
885.39/222.10	c  S st  4394   1209799       728      3161         0     86189      9607   2161872     20.79   no data  --
886.58/222.36	c  S st  4394   1210303       728      3161         0     86692      9607   2177123     20.79   no data  --
886.58/222.37	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.03
886.58/222.37	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
886.98/222.41	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.1M T:  0.18
886.98/222.49	c bin-w-bin subsume rem            0 bins  time:  0.00 s
886.98/222.49	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
886.98/222.49	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    728 time:  0.00 s
886.98/222.49	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
918.09/230.24	c lits-rem:      1535  cl-subs:     3331  v-elim:      0  v-fix:    0  time: 30.90 s
918.09/230.24	c vivif2 --  cl tried     3161 cl shrink        0 lits rem          0 time: 0.00
918.09/230.27	c vivif2 --  cl tried    83361 cl shrink        0 lits rem          0 time: 0.10
918.49/230.39	c asymm  cl-useful: 0/3161/3161 lits-rem:0 time: 0.49
918.49/230.39	c calculated reachability. Time: 0.00
918.49/230.39	c  N st  4394   1210303       728      3161         0     83361      9607   2060429     20.79   no data  --
1001.44/251.16	c  N st  4395   1283185       728      3161         0     59552      9607   1182570     20.79   no data  --
1110.33/278.49	c  N st  4396   1392508       728      3161         0     67751      9607   1447572     20.79   no data  --
1294.98/324.73	c  N st  4397   1556494       728      3161         0     72289      9607   1461943     20.79   no data  --
1472.46/369.20	c  N st  4398   1710304       728      3161         0     58476      9607    850918     20.79   no data  --
1472.46/369.20	c  S st  4398   1710304       728      3161         0     58476      9607    850918     20.79   no data  --
1472.86/369.36	c  S st  4398   1710810       728      3161         0     58982      9607    866259     20.79   no data  --
1472.86/369.37	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
1472.86/369.37	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
1472.86/369.39	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.7M T:  0.11
1473.27/369.42	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1473.27/369.42	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1473.27/369.42	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    728 time:  0.00 s
1473.27/369.42	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
1482.46/371.79	c lits-rem:       891  cl-subs:      338  v-elim:      0  v-fix:    0  time:  9.45 s
1482.46/371.79	c vivif2 --  cl tried     3161 cl shrink        0 lits rem          0 time: 0.00
1482.46/371.81	c vivif2 --  cl tried    58644 cl shrink        0 lits rem          0 time: 0.04
1482.88/371.87	c asymm  cl-useful: 0/3161/3161 lits-rem:0 time: 0.28
1482.88/371.88	c calculated reachability. Time: 0.00
1482.88/371.88	c  N st  4398   1710810       728      3161         0     58644      9607    853503     20.79   no data  --
1921.94/481.99	c  N st  4399   2079774       728      3161         0     64447      9607    878513     20.79   no data  --
2101.04/526.88	c  N st  4400   2210810       728      3161         0     66644      9607    901531     20.79   no data  --
2101.04/526.88	c  S st  4400   2210810       728      3161         0     66644      9607    901531     20.79   no data  --
2101.81/527.06	c  S st  4400   2211311       728      3161         0     67144      9607    917872     20.79   no data  --
2101.81/527.06	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
2101.81/527.06	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
2101.81/527.09	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.8M T:  0.12
2102.21/527.12	c bin-w-bin subsume rem            0 bins  time:  0.00 s
2102.21/527.12	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2102.21/527.12	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    728 time:  0.00 s
2102.21/527.12	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
2111.79/529.55	c lits-rem:       310  cl-subs:      236  v-elim:      0  v-fix:    0  time:  9.70 s
2111.79/529.56	c vivif2 --  cl tried     3161 cl shrink        0 lits rem          0 time: 0.00
2111.79/529.57	c vivif2 --  cl tried    66908 cl shrink        0 lits rem          0 time: 0.05
2112.19/529.65	c asymm  cl-useful: 0/3161/3161 lits-rem:0 time: 0.32
2112.19/529.65	c calculated reachability. Time: 0.00
2112.19/529.65	c  N st  4400   2211311       728      3161         0     66908      9607    910587     20.79   no data  --
2765.07/693.34	c  N st  4401   2711312       728      3161         0     83145      9607   1265835     20.79   no data  --
2765.07/693.34	c  S st  4401   2711312       728      3161         0     83145      9607   1265835     20.79   no data  --
2766.27/693.60	c  S st  4401   2711812       728      3161         0     83644      9607   1281246     20.79   no data  --
2766.27/693.60	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.03
2766.27/693.60	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
2766.27/693.65	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.0M T:  0.18
2766.27/693.69	c bin-w-bin subsume rem            0 bins  time:  0.00 s
2766.27/693.69	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2766.27/693.69	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    728 time:  0.00 s
2766.27/693.69	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
2775.04/695.80	c lits-rem:        78  cl-subs:     1002  v-elim:      0  v-fix:    0  time:  8.41 s
2775.04/695.80	c vivif2 --  cl tried     3161 cl shrink        0 lits rem          0 time: 0.00
2775.04/695.82	c vivif2 --  cl tried    82642 cl shrink        0 lits rem          0 time: 0.07
2775.44/695.93	c asymm  cl-useful: 0/3161/3161 lits-rem:0 time: 0.44
2775.44/695.93	c calculated reachability. Time: 0.00
2775.44/695.93	c  N st  4401   2711812       728      3161         0     82642      9607   1247570     20.79   no data  --
3582.27/898.29	c  N st  4402   3211812       728      3161         0    129095      9607   2734952     20.79   no data  --
3582.27/898.29	c  S st  4402   3211812       728      3161         0    129095      9607   2734952     20.79   no data  --
3584.31/898.78	c  S st  4402   3212313       728      3161         0    129596      9607   2749326     20.79   no data  --
3584.31/898.80	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.05
3584.31/898.80	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
3584.66/898.88	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.6M T:  0.34
3585.06/898.98	c bin-w-bin subsume rem            0 bins  time:  0.00 s
3585.06/898.98	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3585.06/898.98	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    728 time:  0.00 s
3585.06/898.98	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
3667.67/919.68	c lits-rem:       144  cl-subs:     5172  v-elim:      0  v-fix:    0  time: 82.53 s
3667.67/919.68	c vivif2 --  cl tried     3161 cl shrink        0 lits rem          0 time: 0.00
3668.01/919.72	c vivif2 --  cl tried   124424 cl shrink        0 lits rem          0 time: 0.14
3668.81/919.91	c asymm  cl-useful: 0/3161/3161 lits-rem:0 time: 0.76
3668.81/919.91	c calculated reachability. Time: 0.00
3668.81/919.91	c  N st  4402   3212313       728      3161         0    124424      9607   2575167     20.79   no data  --
4526.71/1135.03	c  N st  4403   3712316       728      3161         0    135855      9607   2868823     20.79   no data  --
4526.71/1135.03	c  S st  4403   3712316       728      3161         0    135855      9607   2868823     20.79   no data  --
4528.69/1135.58	c  S st  4403   3712819       728      3161         0    136358      9607   2884313     20.79   no data  --
4528.69/1135.59	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.06
4528.69/1135.59	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
4529.09/1135.68	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.6M T:  0.36
4529.49/1135.79	c bin-w-bin subsume rem            0 bins  time:  0.00 s
4529.49/1135.79	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
4529.49/1135.79	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    728 time:  0.00 s
4529.49/1135.79	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
4643.55/1164.30	c lits-rem:        35  cl-subs:     6119  v-elim:      0  v-fix:    0  time: 113.71 s
4643.55/1164.30	c vivif2 --  cl tried     3161 cl shrink        0 lits rem          0 time: 0.00
4643.55/1164.34	c vivif2 --  cl tried   130239 cl shrink        0 lits rem          0 time: 0.14
4644.36/1164.56	c asymm  cl-useful: 0/3161/3161 lits-rem:0 time: 0.86
4644.36/1164.56	c calculated reachability. Time: 0.00
4644.36/1164.56	c  N st  4403   3712819       728      3161         0    130239      9607   2670159     20.79   no data  --
4737.70/1187.98	c  F st  4404   3751562       728      3161         0     84567      9607    961717     20.79   no data  --
4737.70/1187.98	c  N st  4404   3751562       728      3161         0     84567      9607    961717     20.79   no data  --
4743.25/1189.39	c Decided on static restart strategy
4774.77/1197.21	c  N st  4414   3779868       728      3161         0    112393      9607   1835575     20.79   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: 961)

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3368875-1305405121/watcher-3368875-1305405121 -o /tmp/evaluation-result-3368875-1305405121/solver-3368875-1305405121 -C 4800 -W 1300 -M 15500 ./strangenight1-mt --threads=4 HOME/instance-3368875-1305405121.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.91 6.18 7.05 6/357 13271
/proc/meminfo: memFree=21300160/32951124 swapFree=65581052/67111528
[pid=13271] ppid=13269 vsize=51236 CPUtime=0 cores=1,3,5,7
/proc/13271/stat : 13271 (strangenight1-m) R 13269 13271 12531 0 -1 4202496 414 0 0 0 0 0 0 0 22 0 4 0 652109782 52465664 354 33554432000 4194304 4650419 140734354018160 18446744073709551615 47851681228722 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/13271/statm: 12809 354 303 112 0 7774 0
[pid=13271/tid=13272] ppid=13269 vsize=51236 CPUtime=0 cores=1,3,5,7
/proc/13271/task/13272/stat : 13272 (strangenight1-m) R 13269 13271 12531 0 -1 4202560 1 0 0 0 0 0 0 0 23 0 4 0 652109782 52465664 354 33554432000 4194304 4650419 140734354018160 18446744073709551615 47851681228726 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=13271/tid=13273] ppid=13269 vsize=51236 CPUtime=0.01 cores=1,3,5,7
/proc/13271/task/13273/stat : 13273 (strangenight1-m) R 13269 13271 12531 0 -1 4202560 1 0 0 0 1 0 0 0 23 0 4 0 652109782 52465664 354 33554432000 4194304 4650419 140734354018160 18446744073709551615 47851681228722 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=13271/tid=13274] ppid=13269 vsize=51236 CPUtime=0 cores=1,3,5,7
/proc/13271/task/13274/stat : 13274 (strangenight1-m) R 13269 13271 12531 0 -1 4202560 0 0 0 0 0 0 0 0 24 0 4 0 652109782 52465664 354 33554432000 4194304 4650419 140734354018160 18446744073709551615 218905787377 0 0 4096 2 0 0 0 -1 1 0 0 0

[startup+0.0264631 s]
/proc/loadavg: 3.91 6.18 7.05 6/357 13271
/proc/meminfo: memFree=21300160/32951124 swapFree=65581052/67111528
[pid=13271] ppid=13269 vsize=282832 CPUtime=0.08 cores=1,3,5,7
/proc/13271/stat : 13271 (strangenight1-m) R 13269 13271 12531 0 -1 4202496 1605 0 0 0 8 0 0 0 18 0 4 0 652109782 289619968 1459 33554432000 4194304 4650419 140734354018160 18446744073709551615 4363448 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/13271/statm: 70708 1459 390 112 0 65673 0
[pid=13271/tid=13272] ppid=13269 vsize=282832 CPUtime=0.02 cores=1,3,5,7
/proc/13271/task/13272/stat : 13272 (strangenight1-m) R 13269 13271 12531 0 -1 4202560 363 0 0 0 2 0 0 0 18 0 4 0 652109782 289619968 1459 33554432000 4194304 4650419 140734354018160 18446744073709551615 4330952 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=13271/tid=13273] ppid=13269 vsize=282832 CPUtime=0.02 cores=1,3,5,7
/proc/13271/task/13273/stat : 13273 (strangenight1-m) R 13269 13271 12531 0 -1 4202560 314 0 0 0 2 0 0 0 18 0 4 0 652109782 289619968 1459 33554432000 4194304 4650419 140734354018160 18446744073709551615 4363469 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=13271/tid=13274] ppid=13269 vsize=282832 CPUtime=0.01 cores=1,3,5,7
/proc/13271/task/13274/stat : 13274 (strangenight1-m) R 13269 13271 12531 0 -1 4202560 187 0 0 0 1 0 0 0 25 0 4 0 652109782 289619968 1459 33554432000 4194304 4650419 140734354018160 18446744073709551615 4365237 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 282832

[startup+0.100449 s]
/proc/loadavg: 3.91 6.18 7.05 6/357 13271
/proc/meminfo: memFree=21300160/32951124 swapFree=65581052/67111528
[pid=13271] ppid=13269 vsize=282832 CPUtime=0.37 cores=1,3,5,7
/proc/13271/stat : 13271 (strangenight1-m) R 13269 13271 12531 0 -1 4202496 1991 0 0 0 37 0 0 0 18 0 4 0 652109782 289619968 1845 33554432000 4194304 4650419 140734354018160 18446744073709551615 4365237 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/13271/statm: 70708 1845 391 112 0 65673 0
[pid=13271/tid=13272] ppid=13269 vsize=282832 CPUtime=0.09 cores=1,3,5,7
/proc/13271/task/13272/stat : 13272 (strangenight1-m) R 13269 13271 12531 0 -1 4202560 446 0 0 0 9 0 0 0 18 0 4 0 652109782 289619968 1846 33554432000 4194304 4650419 140734354018160 18446744073709551615 4520364 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=13271/tid=13273] ppid=13269 vsize=282832 CPUtime=0.09 cores=1,3,5,7
/proc/13271/task/13273/stat : 13273 (strangenight1-m) R 13269 13271 12531 0 -1 4202560 411 0 0 0 9 0 0 0 18 0 4 0 652109782 289619968 1846 33554432000 4194304 4650419 140734354018160 18446744073709551615 4363444 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=13271/tid=13274] ppid=13269 vsize=282832 CPUtime=0.08 cores=1,3,5,7
/proc/13271/task/13274/stat : 13274 (strangenight1-m) R 13269 13271 12531 0 -1 4202560 301 0 0 0 8 0 0 0 25 0 4 0 652109782 289619968 1846 33554432000 4194304 4650419 140734354018160 18446744073709551615 4365337 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 0.37
Current children cumulated vsize (KiB) 282832

[startup+0.300413 s]
/proc/loadavg: 3.91 6.18 7.05 6/357 13271
/proc/meminfo: memFree=21300160/32951124 swapFree=65581052/67111528
[pid=13271] ppid=13269 vsize=284300 CPUtime=1.17 cores=1,3,5,7
/proc/13271/stat : 13271 (strangenight1-m) R 13269 13271 12531 0 -1 4202496 3259 0 0 0 117 0 0 0 18 0 4 0 652109782 291123200 2358 33554432000 4194304 4650419 140734354018160 18446744073709551615 4364736 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/13271/statm: 71075 2358 393 112 0 66040 0
[pid=13271/tid=13272] ppid=13269 vsize=284300 CPUtime=0.29 cores=1,3,5,7
/proc/13271/task/13272/stat : 13272 (strangenight1-m) R 13269 13271 12531 0 -1 4202560 755 0 0 0 29 0 0 0 18 0 4 0 652109782 291123200 2358 33554432000 4194304 4650419 140734354018160 18446744073709551615 4363510 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=13271/tid=13273] ppid=13269 vsize=284300 CPUtime=0.29 cores=1,3,5,7
/proc/13271/task/13273/stat : 13273 (strangenight1-m) R 13269 13271 12531 0 -1 4202560 732 0 0 0 29 0 0 0 18 0 4 0 652109782 291123200 2358 33554432000 4194304 4650419 140734354018160 18446744073709551615 4333403 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=13271/tid=13274] ppid=13269 vsize=284300 CPUtime=0.28 cores=1,3,5,7
/proc/13271/task/13274/stat : 13274 (strangenight1-m) R 13269 13271 12531 0 -1 4202560 616 0 0 0 28 0 0 0 25 0 4 0 652109782 291123200 2358 33554432000 4194304 4650419 140734354018160 18446744073709551615 4333494 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 1.17
Current children cumulated vsize (KiB) 284300

[startup+0.700341 s]
/proc/loadavg: 3.91 6.18 7.05 6/357 13271
/proc/meminfo: memFree=21300160/32951124 swapFree=65581052/67111528
[pid=13271] ppid=13269 vsize=285460 CPUtime=2.77 cores=1,3,5,7
/proc/13271/stat : 13271 (strangenight1-m) R 13269 13271 12531 0 -1 4202496 5158 0 0 0 277 0 0 0 18 0 4 0 652109782 292311040 3142 33554432000 4194304 4650419 140734354018160 18446744073709551615 4365357 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/13271/statm: 71365 3143 393 112 0 66330 0
[pid=13271/tid=13272] ppid=13269 vsize=285460 CPUtime=0.69 cores=1,3,5,7
/proc/13271/task/13272/stat : 13272 (strangenight1-m) R 13269 13271 12531 0 -1 4202560 1241 0 0 0 69 0 0 0 18 0 4 0 652109782 292311040 3143 33554432000 4194304 4650419 140734354018160 18446744073709551615 4363432 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=13271/tid=13273] ppid=13269 vsize=285460 CPUtime=0.69 cores=1,3,5,7
/proc/13271/task/13273/stat : 13273 (strangenight1-m) R 13269 13271 12531 0 -1 4202560 1209 0 0 0 69 0 0 0 18 0 4 0 652109782 292311040 3143 33554432000 4194304 4650419 140734354018160 18446744073709551615 4363548 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=13271/tid=13274] ppid=13269 vsize=285460 CPUtime=0.68 cores=1,3,5,7
/proc/13271/task/13274/stat : 13274 (strangenight1-m) R 13269 13271 12531 0 -1 4202560 1081 0 0 0 68 0 0 0 25 0 4 0 652109782 292311040 3143 33554432000 4194304 4650419 140734354018160 18446744073709551615 4365343 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) 285460

[startup+1.5002 s]
/proc/loadavg: 4.40 6.24 7.06 9/361 13275
/proc/meminfo: memFree=21279164/32951124 swapFree=65581052/67111528
[pid=13271] ppid=13269 vsize=286808 CPUtime=5.95 cores=1,3,5,7
/proc/13271/stat : 13271 (strangenight1-m) R 13269 13271 12531 0 -1 4202496 8927 0 0 0 594 1 0 0 20 0 4 0 652109782 293691392 3798 33554432000 4194304 4650419 140734354018160 18446744073709551615 4365357 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/13271/statm: 71702 3798 394 112 0 66667 0
[pid=13271/tid=13272] ppid=13269 vsize=286808 CPUtime=1.49 cores=1,3,5,7
/proc/13271/task/13272/stat : 13272 (strangenight1-m) R 13269 13271 12531 0 -1 4202560 2226 0 0 0 149 0 0 0 19 0 4 0 652109782 293691392 3798 33554432000 4194304 4650419 140734354018160 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=13271/tid=13273] ppid=13269 vsize=286808 CPUtime=1.49 cores=1,3,5,7
/proc/13271/task/13273/stat : 13273 (strangenight1-m) R 13269 13271 12531 0 -1 4202560 2198 0 0 0 149 0 0 0 20 0 4 0 652109782 293691392 3798 33554432000 4194304 4650419 140734354018160 18446744073709551615 4367429 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=13271/tid=13274] ppid=13269 vsize=286808 CPUtime=1.46 cores=1,3,5,7
/proc/13271/task/13274/stat : 13274 (strangenight1-m) R 13269 13271 12531 0 -1 4202560 1923 0 0 0 146 0 0 0 25 0 4 0 652109782 293691392 3798 33554432000 4194304 4650419 140734354018160 18446744073709551615 4333980 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 5.95
Current children cumulated vsize (KiB) 286808

[startup+3.10091 s]
/proc/loadavg: 4.40 6.24 7.06 9/361 13275
/proc/meminfo: memFree=21246432/32951124 swapFree=65581052/67111528
[pid=13271] ppid=13269 vsize=283592 CPUtime=12.35 cores=1,3,5,7
/proc/13271/stat : 13271 (strangenight1-m) R 13269 13271 12531 0 -1 4202496 19749 0 0 0 1232 3 0 0 25 0 4 0 652109782 290398208 11448 33554432000 4194304 4650419 140734354018160 18446744073709551615 4365321 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/13271/statm: 70898 11448 395 112 0 65863 0
[pid=13271/tid=13272] ppid=13269 vsize=283592 CPUtime=3.09 cores=1,3,5,7
/proc/13271/task/13272/stat : 13272 (strangenight1-m) R 13269 13271 12531 0 -1 4202560 4660 0 0 0 309 0 0 0 25 0 4 0 652109782 290398208 11448 33554432000 4194304 4650419 140734354018160 18446744073709551615 4366943 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=13271/tid=13273] ppid=13269 vsize=283592 CPUtime=3.09 cores=1,3,5,7
/proc/13271/task/13273/stat : 13273 (strangenight1-m) R 13269 13271 12531 0 -1 4202560 5322 0 0 0 309 0 0 0 25 0 4 0 652109782 290398208 11448 33554432000 4194304 4650419 140734354018160 18446744073709551615 4438939 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=13271/tid=13274] ppid=13269 vsize=283592 CPUtime=3.05 cores=1,3,5,7
/proc/13271/task/13274/stat : 13274 (strangenight1-m) R 13269 13271 12531 0 -1 4202560 4343 0 0 0 305 0 0 0 25 0 4 0 652109782 290398208 11448 33554432000 4194304 4650419 140734354018160 18446744073709551615 4366904 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 12.35
Current children cumulated vsize (KiB) 283592

[startup+6.30033 s]
/proc/loadavg: 4.40 6.24 7.06 10/361 13275
/proc/meminfo: memFree=21196704/32951124 swapFree=65581052/67111528
[pid=13271] ppid=13269 vsize=294272 CPUtime=25.11 cores=1,3,5,7
/proc/13271/stat : 13271 (strangenight1-m) R 13269 13271 12531 0 -1 4202496 30110 0 0 0 2506 5 0 0 25 0 4 0 652109782 301334528 14693 33554432000 4194304 4650419 140734354018160 18446744073709551615 4366828 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/13271/statm: 73568 14693 395 112 0 68533 0
[pid=13271/tid=13272] ppid=13269 vsize=294272 CPUtime=6.29 cores=1,3,5,7
/proc/13271/task/13272/stat : 13272 (strangenight1-m) R 13269 13271 12531 0 -1 4202560 8172 0 0 0 628 1 0 0 25 0 4 0 652109782 301334528 14693 33554432000 4194304 4650419 140734354018160 18446744073709551615 4364762 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=13271/tid=13273] ppid=13269 vsize=294272 CPUtime=6.28 cores=1,3,5,7
/proc/13271/task/13273/stat : 13273 (strangenight1-m) R 13269 13271 12531 0 -1 4202560 7818 0 0 0 628 0 0 0 25 0 4 0 652109782 301334528 14693 33554432000 4194304 4650419 140734354018160 18446744073709551615 4365348 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=13271/tid=13274] ppid=13269 vsize=294272 CPUtime=6.22 cores=1,3,5,7
/proc/13271/task/13274/stat : 13274 (strangenight1-m) R 13269 13271 12531 0 -1 4202560 6024 0 0 0 621 1 0 0 25 0 4 0 652109782 301334528 14693 33554432000 4194304 4650419 140734354018160 18446744073709551615 4364779 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 25.11
Current children cumulated vsize (KiB) 294272

[startup+12.7012 s]
/proc/loadavg: 5.03 6.32 7.08 10/361 13275
/proc/meminfo: memFree=21147388/32951124 swapFree=65581052/67111528
[pid=13271] ppid=13269 vsize=292388 CPUtime=50.64 cores=1,3,5,7
/proc/13271/stat : 13271 (strangenight1-m) R 13269 13271 12531 0 -1 4202496 44623 0 0 0 5054 10 0 0 25 0 4 0 652109782 299405312 22648 33554432000 4194304 4650419 140734354018160 18446744073709551615 4363600 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/13271/statm: 73097 22648 395 112 0 68062 0
[pid=13271/tid=13272] ppid=13269 vsize=292388 CPUtime=12.69 cores=1,3,5,7
/proc/13271/task/13272/stat : 13272 (strangenight1-m) R 13269 13271 12531 0 -1 4202560 12476 0 0 0 1267 2 0 0 25 0 4 0 652109782 299405312 22648 33554432000 4194304 4650419 140734354018160 18446744073709551615 4365357 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=13271/tid=13273] ppid=13269 vsize=292388 CPUtime=12.69 cores=1,3,5,7
/proc/13271/task/13273/stat : 13273 (strangenight1-m) R 13269 13271 12531 0 -1 4202560 12474 0 0 0 1267 2 0 0 25 0 4 0 652109782 299405312 22648 33554432000 4194304 4650419 140734354018160 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=13271/tid=13274] ppid=13269 vsize=292388 CPUtime=12.54 cores=1,3,5,7
/proc/13271/task/13274/stat : 13274 (strangenight1-m) R 13269 13271 12531 0 -1 4202560 8349 0 0 0 1252 2 0 0 25 0 4 0 652109782 299405312 22648 33554432000 4194304 4650419 140734354018160 18446744073709551615 4365323 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 50.64
Current children cumulated vsize (KiB) 292388

[startup+25.5009 s]
/proc/loadavg: 5.48 6.37 7.09 10/361 13276
/proc/meminfo: memFree=21077572/32951124 swapFree=65581052/67111528
[pid=13271] ppid=13269 vsize=305468 CPUtime=101.68 cores=1,3,5,7
/proc/13271/stat : 13271 (strangenight1-m) R 13269 13271 12531 0 -1 4202496 69050 0 0 0 10153 15 0 0 25 0 4 0 652109782 312799232 32918 33554432000 4194304 4650419 140734354018160 18446744073709551615 4438399 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/13271/statm: 76367 32918 395 112 0 71332 0
[pid=13271/tid=13272] ppid=13269 vsize=305468 CPUtime=25.49 cores=1,3,5,7
/proc/13271/task/13272/stat : 13272 (strangenight1-m) R 13269 13271 12531 0 -1 4202560 20505 0 0 0 2545 4 0 0 25 0 4 0 652109782 312799232 32918 33554432000 4194304 4650419 140734354018160 18446744073709551615 4476309 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=13271/tid=13273] ppid=13269 vsize=305468 CPUtime=25.49 cores=1,3,5,7
/proc/13271/task/13273/stat : 13273 (strangenight1-m) R 13269 13271 12531 0 -1 4202560 20660 0 0 0 2546 3 0 0 25 0 4 0 652109782 312799232 32918 33554432000 4194304 4650419 140734354018160 18446744073709551615 4520364 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=13271/tid=13274] ppid=13269 vsize=305468 CPUtime=25.19 cores=1,3,5,7
/proc/13271/task/13274/stat : 13274 (strangenight1-m) R 13269 13271 12531 0 -1 4202560 11759 0 0 0 2515 4 0 0 25 0 4 0 652109782 312799232 32918 33554432000 4194304 4650419 140734354018160 18446744073709551615 4365323 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 101.68
Current children cumulated vsize (KiB) 305468

[startup+51.1012 s]
/proc/loadavg: 6.47 6.53 7.11 10/361 13276
/proc/meminfo: memFree=21036944/32951124 swapFree=65581052/67111528
[pid=13271] ppid=13269 vsize=307508 CPUtime=203.79 cores=1,3,5,7
/proc/13271/stat : 13271 (strangenight1-m) R 13269 13271 12531 0 -1 4202496 102527 0 0 0 20353 26 0 0 25 0 4 0 652109782 314888192 36021 33554432000 4194304 4650419 140734354018160 18446744073709551615 4334290 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/13271/statm: 76877 36021 395 112 0 71842 0
[pid=13271/tid=13272] ppid=13269 vsize=307508 CPUtime=51.09 cores=1,3,5,7
/proc/13271/task/13272/stat : 13272 (strangenight1-m) R 13269 13271 12531 0 -1 4202560 30414 0 0 0 5102 7 0 0 25 0 4 0 652109782 314888192 36021 33554432000 4194304 4650419 140734354018160 18446744073709551615 4438661 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=13271/tid=13273] ppid=13269 vsize=307508 CPUtime=51.09 cores=1,3,5,7
/proc/13271/task/13273/stat : 13273 (strangenight1-m) R 13269 13271 12531 0 -1 4202560 32628 0 0 0 5102 7 0 0 25 0 4 0 652109782 314888192 36021 33554432000 4194304 4650419 140734354018160 18446744073709551615 4438399 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=13271/tid=13274] ppid=13269 vsize=307508 CPUtime=50.49 cores=1,3,5,7
/proc/13271/task/13274/stat : 13274 (strangenight1-m) R 13269 13271 12531 0 -1 4202560 17049 0 0 0 5043 6 0 0 25 0 4 0 652109782 314888192 36021 33554432000 4194304 4650419 140734354018160 18446744073709551615 4364736 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 203.79
Current children cumulated vsize (KiB) 307508

[startup+102.314 s]
/proc/loadavg: 7.42 6.78 7.17 10/361 13278
/proc/meminfo: memFree=20973656/32951124 swapFree=65581052/67111528
[pid=13271] ppid=13269 vsize=377848 CPUtime=408.04 cores=1,3,5,7
/proc/13271/stat : 13271 (strangenight1-m) R 13269 13271 12531 0 -1 4202496 151327 0 0 0 40757 47 0 0 25 0 4 0 652109782 386916352 47364 33554432000 4194304 4650419 140734354018160 18446744073709551615 4366869 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/13271/statm: 94462 47364 395 112 0 89427 0
[pid=13271/tid=13272] ppid=13269 vsize=377848 CPUtime=102.3 cores=1,3,5,7
/proc/13271/task/13272/stat : 13272 (strangenight1-m) R 13269 13271 12531 0 -1 4202560 45657 0 0 0 10218 12 0 0 25 0 4 0 652109782 386916352 47364 33554432000 4194304 4650419 140734354018160 18446744073709551615 4520364 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=13271/tid=13273] ppid=13269 vsize=377848 CPUtime=102.31 cores=1,3,5,7
/proc/13271/task/13273/stat : 13273 (strangenight1-m) R 13269 13271 12531 0 -1 4202560 47525 0 0 0 10217 14 0 0 25 0 4 0 652109782 386916352 47364 33554432000 4194304 4650419 140734354018160 18446744073709551615 4313051 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=13271/tid=13274] ppid=13269 vsize=377848 CPUtime=101.09 cores=1,3,5,7
/proc/13271/task/13274/stat : 13274 (strangenight1-m) R 13269 13271 12531 0 -1 4202560 26652 0 0 0 10099 10 0 0 25 0 4 0 652109782 386916352 47364 33554432000 4194304 4650419 140734354018160 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 408.04
Current children cumulated vsize (KiB) 377848

[startup+162.301 s]

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

[pid=13271] ppid=13269 vsize=741228 CPUtime=2561.69 cores=1,3,5,7
/proc/13271/stat : 13271 (strangenight1-m) R 13269 13271 12531 0 -1 4202496 401797 0 0 0 256007 162 0 0 25 0 4 0 652109782 759017472 103820 33554432000 4194304 4650419 140734354018160 18446744073709551615 4364785 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/13271/statm: 185307 103820 395 112 0 180272 0
[pid=13271/tid=13272] ppid=13269 vsize=741228 CPUtime=642.32 cores=1,3,5,7
/proc/13271/task/13272/stat : 13272 (strangenight1-m) R 13269 13271 12531 0 -1 4202560 88183 0 0 0 64203 29 0 0 25 0 4 0 652109782 759017472 103820 33554432000 4194304 4650419 140734354018160 18446744073709551615 4366819 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=13271/tid=13273] ppid=13269 vsize=741228 CPUtime=642.31 cores=1,3,5,7
/proc/13271/task/13273/stat : 13273 (strangenight1-m) R 13269 13271 12531 0 -1 4202560 133192 0 0 0 64178 53 0 0 25 0 4 0 652109782 759017472 103820 33554432000 4194304 4650419 140734354018160 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=13271/tid=13274] ppid=13269 vsize=741228 CPUtime=634.72 cores=1,3,5,7
/proc/13271/task/13274/stat : 13274 (strangenight1-m) R 13269 13271 12531 0 -1 4202560 78447 0 0 0 63435 37 0 0 25 0 4 0 652109782 759017472 103820 33554432000 4194304 4650419 140734354018160 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 2561.69
Current children cumulated vsize (KiB) 741228

[startup+702.3 s]
/proc/loadavg: 8.16 7.95 7.61 10/361 13294
/proc/meminfo: memFree=20523936/32951124 swapFree=65581052/67111528
[pid=13271] ppid=13269 vsize=701424 CPUtime=2800.96 cores=1,3,5,7
/proc/13271/stat : 13271 (strangenight1-m) R 13269 13271 12531 0 -1 4202496 424655 0 0 0 279922 174 0 0 25 0 4 0 652109782 718258176 114152 33554432000 4194304 4650419 140734354018160 18446744073709551615 4363416 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/13271/statm: 175356 114152 395 112 0 170321 0
[pid=13271/tid=13272] ppid=13269 vsize=701424 CPUtime=702.3 cores=1,3,5,7
/proc/13271/task/13272/stat : 13272 (strangenight1-m) R 13269 13271 12531 0 -1 4202560 92052 0 0 0 70199 31 0 0 25 0 4 0 652109782 718258176 114152 33554432000 4194304 4650419 140734354018160 18446744073709551615 4363426 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=13271/tid=13273] ppid=13269 vsize=701424 CPUtime=702.31 cores=1,3,5,7
/proc/13271/task/13273/stat : 13273 (strangenight1-m) R 13269 13271 12531 0 -1 4202560 140775 0 0 0 70173 58 0 0 25 0 4 0 652109782 718258176 114152 33554432000 4194304 4650419 140734354018160 18446744073709551615 4331351 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=13271/tid=13274] ppid=13269 vsize=701424 CPUtime=694.01 cores=1,3,5,7
/proc/13271/task/13274/stat : 13274 (strangenight1-m) R 13269 13271 12531 0 -1 4202560 83893 0 0 0 69362 39 0 0 25 0 4 0 652109782 718258176 114152 33554432000 4194304 4650419 140734354018160 18446744073709551615 4366879 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 2800.96
Current children cumulated vsize (KiB) 701424

[startup+762.314 s]
/proc/loadavg: 8.15 7.99 7.65 10/361 13295
/proc/meminfo: memFree=20499116/32951124 swapFree=65581052/67111528
[pid=13271] ppid=13269 vsize=763820 CPUtime=3040.32 cores=1,3,5,7
/proc/13271/stat : 13271 (strangenight1-m) R 13269 13271 12531 0 -1 4202496 442532 0 0 0 303847 185 0 0 25 0 4 0 652109782 782151680 119959 33554432000 4194304 4650419 140734354018160 18446744073709551615 4365227 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/13271/statm: 190955 119959 395 112 0 185920 0
[pid=13271/tid=13272] ppid=13269 vsize=763820 CPUtime=762.32 cores=1,3,5,7
/proc/13271/task/13272/stat : 13272 (strangenight1-m) R 13269 13271 12531 0 -1 4202560 95579 0 0 0 76199 33 0 0 25 0 4 0 652109782 782151680 119959 33554432000 4194304 4650419 140734354018160 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=13271/tid=13273] ppid=13269 vsize=763820 CPUtime=762.32 cores=1,3,5,7
/proc/13271/task/13273/stat : 13273 (strangenight1-m) R 13269 13271 12531 0 -1 4202560 147051 0 0 0 76170 62 0 0 25 0 4 0 652109782 782151680 119959 33554432000 4194304 4650419 140734354018160 18446744073709551615 4439103 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=13271/tid=13274] ppid=13269 vsize=763820 CPUtime=753.31 cores=1,3,5,7
/proc/13271/task/13274/stat : 13274 (strangenight1-m) R 13269 13271 12531 0 -1 4202560 87472 0 0 0 75290 41 0 0 25 0 4 0 652109782 782151680 119959 33554432000 4194304 4650419 140734354018160 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3040.32
Current children cumulated vsize (KiB) 763820

[startup+822.301 s]
/proc/loadavg: 8.15 8.02 7.67 10/361 13297
/proc/meminfo: memFree=20499832/32951124 swapFree=65581052/67111528
[pid=13271] ppid=13269 vsize=777680 CPUtime=3279.56 cores=1,3,5,7
/proc/13271/stat : 13271 (strangenight1-m) R 13269 13271 12531 0 -1 4202496 456076 0 0 0 327763 193 0 0 25 0 4 0 652109782 796344320 114327 33554432000 4194304 4650419 140734354018160 18446744073709551615 4364777 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/13271/statm: 194420 114328 395 112 0 189385 0
[pid=13271/tid=13272] ppid=13269 vsize=777680 CPUtime=822.31 cores=1,3,5,7
/proc/13271/task/13272/stat : 13272 (strangenight1-m) R 13269 13271 12531 0 -1 4202560 96627 0 0 0 82197 34 0 0 25 0 4 0 652109782 796344320 114328 33554432000 4194304 4650419 140734354018160 18446744073709551615 4365237 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=13271/tid=13273] ppid=13269 vsize=777680 CPUtime=822.31 cores=1,3,5,7
/proc/13271/task/13273/stat : 13273 (strangenight1-m) R 13269 13271 12531 0 -1 4202560 150983 0 0 0 82166 65 0 0 25 0 4 0 652109782 796344320 114328 33554432000 4194304 4650419 140734354018160 18446744073709551615 4366831 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=13271/tid=13274] ppid=13269 vsize=777680 CPUtime=812.6 cores=1,3,5,7
/proc/13271/task/13274/stat : 13274 (strangenight1-m) R 13269 13271 12531 0 -1 4202560 91803 0 0 0 81216 44 0 0 25 0 4 0 652109782 796344320 114328 33554432000 4194304 4650419 140734354018160 18446744073709551615 4365237 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3279.56
Current children cumulated vsize (KiB) 777680

[startup+882.301 s]
/proc/loadavg: 8.10 8.03 7.70 10/361 13299
/proc/meminfo: memFree=20481932/32951124 swapFree=65581052/67111528
[pid=13271] ppid=13269 vsize=789956 CPUtime=3518.85 cores=1,3,5,7
/proc/13271/stat : 13271 (strangenight1-m) R 13269 13271 12531 0 -1 4202496 474620 0 0 0 351683 202 0 0 25 0 4 0 652109782 808914944 119203 33554432000 4194304 4650419 140734354018160 18446744073709551615 4365227 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/13271/statm: 197489 119203 395 112 0 192454 0
[pid=13271/tid=13272] ppid=13269 vsize=789956 CPUtime=882.32 cores=1,3,5,7
/proc/13271/task/13272/stat : 13272 (strangenight1-m) R 13269 13271 12531 0 -1 4202560 100316 0 0 0 88195 37 0 0 25 0 4 0 652109782 808914944 119203 33554432000 4194304 4650419 140734354018160 18446744073709551615 4433081 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=13271/tid=13273] ppid=13269 vsize=789956 CPUtime=882.31 cores=1,3,5,7
/proc/13271/task/13273/stat : 13273 (strangenight1-m) R 13269 13271 12531 0 -1 4202560 157123 0 0 0 88163 68 0 0 25 0 4 0 652109782 808914944 119203 33554432000 4194304 4650419 140734354018160 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=13271/tid=13274] ppid=13269 vsize=789956 CPUtime=871.89 cores=1,3,5,7
/proc/13271/task/13274/stat : 13274 (strangenight1-m) R 13269 13271 12531 0 -1 4202560 96572 0 0 0 87143 46 0 0 25 0 4 0 652109782 808914944 119203 33554432000 4194304 4650419 140734354018160 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3518.85
Current children cumulated vsize (KiB) 789956

[startup+942.301 s]
/proc/loadavg: 8.12 8.05 7.72 10/361 13300
/proc/meminfo: memFree=20457596/32951124 swapFree=65581052/67111528
[pid=13271] ppid=13269 vsize=798908 CPUtime=3758.15 cores=1,3,5,7
/proc/13271/stat : 13271 (strangenight1-m) R 13269 13271 12531 0 -1 4202496 490858 0 0 0 375605 210 0 0 25 0 4 0 652109782 818081792 121451 33554432000 4194304 4650419 140734354018160 18446744073709551615 4363522 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/13271/statm: 199727 121451 395 112 0 194692 0
[pid=13271/tid=13272] ppid=13269 vsize=798908 CPUtime=942.31 cores=1,3,5,7
/proc/13271/task/13272/stat : 13272 (strangenight1-m) R 13269 13271 12531 0 -1 4202560 102750 0 0 0 94194 37 0 0 25 0 4 0 652109782 818081792 121451 33554432000 4194304 4650419 140734354018160 18446744073709551615 4366904 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=13271/tid=13273] ppid=13269 vsize=798908 CPUtime=942.31 cores=1,3,5,7
/proc/13271/task/13273/stat : 13273 (strangenight1-m) R 13269 13271 12531 0 -1 4202560 161468 0 0 0 94161 70 0 0 25 0 4 0 652109782 818081792 121451 33554432000 4194304 4650419 140734354018160 18446744073709551615 4365289 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=13271/tid=13274] ppid=13269 vsize=798908 CPUtime=931.18 cores=1,3,5,7
/proc/13271/task/13274/stat : 13274 (strangenight1-m) R 13269 13271 12531 0 -1 4202560 98730 0 0 0 93071 47 0 0 25 0 4 0 652109782 818081792 121451 33554432000 4194304 4650419 140734354018160 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3758.15
Current children cumulated vsize (KiB) 798908

[startup+1002.3 s]
/proc/loadavg: 8.11 8.06 7.75 10/361 13302
/proc/meminfo: memFree=20399156/32951124 swapFree=65581052/67111528
[pid=13271] ppid=13269 vsize=913588 CPUtime=3997.45 cores=1,3,5,7
/proc/13271/stat : 13271 (strangenight1-m) R 13269 13271 12531 0 -1 4202496 513296 0 0 0 399525 220 0 0 25 0 4 0 652109782 935514112 135785 33554432000 4194304 4650419 140734354018160 18446744073709551615 4365227 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/13271/statm: 228397 135785 395 112 0 223362 0
[pid=13271/tid=13272] ppid=13269 vsize=913588 CPUtime=1002.32 cores=1,3,5,7
/proc/13271/task/13272/stat : 13272 (strangenight1-m) R 13269 13271 12531 0 -1 4202560 107339 0 0 0 100191 41 0 0 25 0 4 0 652109782 935514112 135785 33554432000 4194304 4650419 140734354018160 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=13271/tid=13273] ppid=13269 vsize=913588 CPUtime=1002.31 cores=1,3,5,7
/proc/13271/task/13273/stat : 13273 (strangenight1-m) R 13269 13271 12531 0 -1 4202560 165877 0 0 0 100159 72 0 0 25 0 4 0 652109782 935514112 135785 33554432000 4194304 4650419 140734354018160 18446744073709551615 4366816 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=13271/tid=13274] ppid=13269 vsize=913588 CPUtime=990.47 cores=1,3,5,7
/proc/13271/task/13274/stat : 13274 (strangenight1-m) R 13269 13271 12531 0 -1 4202560 106140 0 0 0 98998 49 0 0 25 0 4 0 652109782 935514112 135785 33554432000 4194304 4650419 140734354018160 18446744073709551615 4366869 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3997.45
Current children cumulated vsize (KiB) 913588

[startup+1062.3 s]
/proc/loadavg: 8.17 8.09 7.78 10/361 13303
/proc/meminfo: memFree=20376316/32951124 swapFree=65581052/67111528
[pid=13271] ppid=13269 vsize=770728 CPUtime=4236.75 cores=1,3,5,7
/proc/13271/stat : 13271 (strangenight1-m) R 13269 13271 12531 0 -1 4202496 534412 0 0 0 423445 230 0 0 25 0 4 0 652109782 789225472 139297 33554432000 4194304 4650419 140734354018160 18446744073709551615 4520364 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/13271/statm: 192682 139297 395 112 0 187647 0
[pid=13271/tid=13272] ppid=13269 vsize=770728 CPUtime=1062.32 cores=1,3,5,7
/proc/13271/task/13272/stat : 13272 (strangenight1-m) R 13269 13271 12531 0 -1 4202560 110004 0 0 0 106190 42 0 0 25 0 4 0 652109782 789225472 139297 33554432000 4194304 4650419 140734354018160 18446744073709551615 4366904 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=13271/tid=13273] ppid=13269 vsize=770728 CPUtime=1062.31 cores=1,3,5,7
/proc/13271/task/13273/stat : 13273 (strangenight1-m) R 13269 13271 12531 0 -1 4202560 169840 0 0 0 106157 74 0 0 25 0 4 0 652109782 789225472 139297 33554432000 4194304 4650419 140734354018160 18446744073709551615 4366828 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=13271/tid=13274] ppid=13269 vsize=770728 CPUtime=1049.77 cores=1,3,5,7
/proc/13271/task/13274/stat : 13274 (strangenight1-m) R 13269 13271 12531 0 -1 4202560 112384 0 0 0 104925 52 0 0 25 0 4 0 652109782 789225472 139297 33554432000 4194304 4650419 140734354018160 18446744073709551615 4366928 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4236.75
Current children cumulated vsize (KiB) 770728

[startup+1122.3 s]
/proc/loadavg: 8.13 8.10 7.80 10/361 13305
/proc/meminfo: memFree=20355332/32951124 swapFree=65581052/67111528
[pid=13271] ppid=13269 vsize=770876 CPUtime=4476.04 cores=1,3,5,7
/proc/13271/stat : 13271 (strangenight1-m) R 13269 13271 12531 0 -1 4202496 557626 0 0 0 447362 242 0 0 25 0 4 0 652109782 789377024 144132 33554432000 4194304 4650419 140734354018160 18446744073709551615 4365227 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/13271/statm: 192719 144132 395 112 0 187684 0
[pid=13271/tid=13272] ppid=13269 vsize=770876 CPUtime=1122.32 cores=1,3,5,7
/proc/13271/task/13272/stat : 13272 (strangenight1-m) R 13269 13271 12531 0 -1 4202560 112715 0 0 0 112188 44 0 0 25 0 4 0 652109782 789377024 144132 33554432000 4194304 4650419 140734354018160 18446744073709551615 4432392 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=13271/tid=13273] ppid=13269 vsize=770876 CPUtime=1122.31 cores=1,3,5,7
/proc/13271/task/13273/stat : 13273 (strangenight1-m) R 13269 13271 12531 0 -1 4202560 177302 0 0 0 112153 78 0 0 25 0 4 0 652109782 789377024 144132 33554432000 4194304 4650419 140734354018160 18446744073709551615 4364775 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=13271/tid=13274] ppid=13269 vsize=770876 CPUtime=1109.06 cores=1,3,5,7
/proc/13271/task/13274/stat : 13274 (strangenight1-m) R 13269 13271 12531 0 -1 4202560 116984 0 0 0 110852 54 0 0 25 0 4 0 652109782 789377024 144132 33554432000 4194304 4650419 140734354018160 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4476.04
Current children cumulated vsize (KiB) 770876

[startup+1182.3 s]
/proc/loadavg: 8.30 8.16 7.83 10/361 13307
/proc/meminfo: memFree=20348872/32951124 swapFree=65581052/67111528
[pid=13271] ppid=13269 vsize=826296 CPUtime=4715.35 cores=1,3,5,7
/proc/13271/stat : 13271 (strangenight1-m) R 13269 13271 12531 0 -1 4202496 572697 0 0 0 471286 249 0 0 25 0 4 0 652109782 846127104 146859 33554432000 4194304 4650419 140734354018160 18446744073709551615 4365227 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/13271/statm: 206574 146859 395 112 0 201539 0
[pid=13271/tid=13272] ppid=13269 vsize=826296 CPUtime=1182.32 cores=1,3,5,7
/proc/13271/task/13272/stat : 13272 (strangenight1-m) R 13269 13271 12531 0 -1 4202560 113730 0 0 0 118187 45 0 0 25 0 4 0 652109782 846127104 146859 33554432000 4194304 4650419 140734354018160 18446744073709551615 4366904 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=13271/tid=13273] ppid=13269 vsize=826296 CPUtime=1182.32 cores=1,3,5,7
/proc/13271/task/13273/stat : 13273 (strangenight1-m) R 13269 13271 12531 0 -1 4202560 180945 0 0 0 118151 81 0 0 25 0 4 0 652109782 846127104 146859 33554432000 4194304 4650419 140734354018160 18446744073709551615 4363604 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=13271/tid=13274] ppid=13269 vsize=826296 CPUtime=1168.36 cores=1,3,5,7
/proc/13271/task/13274/stat : 13274 (strangenight1-m) R 13269 13271 12531 0 -1 4202560 119586 0 0 0 116781 55 0 0 25 0 4 0 652109782 846127104 146859 33554432000 4194304 4650419 140734354018160 18446744073709551615 4365343 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4715.35
Current children cumulated vsize (KiB) 826296



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1203.6 s]
/proc/loadavg: 8.22 8.14 7.83 5/356 13308
/proc/meminfo: memFree=20703032/32951124 swapFree=65581052/67111528
[pid=13271] ppid=13269 vsize=819408 CPUtime=4800.31 cores=1,3,5,7
/proc/13271/stat : 13271 (strangenight1-m) R 13269 13271 12531 0 -1 4202496 579604 0 0 0 479778 253 0 0 25 0 4 0 652109782 839073792 148672 33554432000 4194304 4650419 140734354018160 18446744073709551615 4364772 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/13271/statm: 204852 148672 395 112 0 199817 0
[pid=13271/tid=13272] ppid=13269 vsize=819408 CPUtime=1203.64 cores=1,3,5,7
/proc/13271/task/13272/stat : 13272 (strangenight1-m) R 13269 13271 12531 0 -1 4202560 113730 0 0 0 120319 45 0 0 25 0 4 0 652109782 839073792 148673 33554432000 4194304 4650419 140734354018160 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=13271/tid=13273] ppid=13269 vsize=819408 CPUtime=1203.63 cores=1,3,5,7
/proc/13271/task/13273/stat : 13273 (strangenight1-m) R 13269 13271 12531 0 -1 4202560 183285 0 0 0 120281 82 0 0 25 0 4 0 652109782 839073792 148673 33554432000 4194304 4650419 140734354018160 18446744073709551615 4476315 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=13271/tid=13274] ppid=13269 vsize=819408 CPUtime=1189.4 cores=1,3,5,7
/proc/13271/task/13274/stat : 13274 (strangenight1-m) R 13269 13271 12531 0 -1 4202560 120808 0 0 0 118884 56 0 0 25 0 4 0 652109782 839073792 148673 33554432000 4194304 4650419 140734354018160 18446744073709551615 4365246 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4800.31
Current children cumulated vsize (KiB) 819408

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): 1203.64
CPU time (s): 4800.38
CPU user time (s): 4797.83
CPU system time (s): 2.55261
CPU usage (%): 398.821
Max. virtual memory (cumulated for all children) (KiB): 945716

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4797.83
system time used= 2.55261
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 579606
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= 207
involuntary context switches= 33714

runsolver used 3.86741 second user time and 10.3804 second system time

The end

Launcher Data

Begin job on node137 at 2011-05-14 22:32:01
IDJOB=3368875
IDBENCH=82884
IDSOLVER=1846
FILE ID=node137/3368875-1305405121
RUNJOBID= node137-1305405121-13249
PBS_JOBID= 13324457
Free space on /tmp= 73668 MiB

SOLVER NAME= CryptoMiniSat Strange-Night-1-mt (fixed)
BENCH NAME= SAT11/random/medium/unif-k3-r4.26-v750-c3195-S576842028-023.SATISFIABLE.cnf
COMMAND LINE= ./strangenight1-mt --threads=NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3368875-1305405121/watcher-3368875-1305405121 -o /tmp/evaluation-result-3368875-1305405121/solver-3368875-1305405121 -C 4800 -W 1300 -M 15500  ./strangenight1-mt --threads=4 HOME/instance-3368875-1305405121.cnf

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

MD5SUM BENCH= a7a611663d2f029393d16aacd4e48364
RANDOM SEED=1534934201

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

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.844
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.844
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.844
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:     32951124 kB
MemFree:      21300564 kB
Buffers:        278968 kB
Cached:        3705564 kB
SwapCached:      36328 kB
Active:        1623664 kB
Inactive:      9804124 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      21300564 kB
SwapTotal:    67111528 kB
SwapFree:     65581052 kB
Dirty:           12436 kB
Writeback:           0 kB
AnonPages:     7416620 kB
Mapped:          19504 kB
Slab:           119912 kB
PageTables:      39152 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 75983900 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= 73668 MiB
End job on node137 at 2011-05-14 22:52:06