Trace number 3174981

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
CryptoMiniSat Strange-Night-1-mt? (TO) 4800.23 1201.77

General information on the benchmark

Namerandom/large/
unif-k3-r4.2-v20000-c84000-S525505471-054-UNKNOWN.cnf
MD5SUMd09435f2d651fd373230433133c15edb
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark11.4443
Satisfiable
(Un)Satisfiability was proved
Number of variables20000
Number of clauses84000
Sum of the clauses size252000
Maximum clause length3
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 384000
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.00/0.00	c Outputting solution to console
0.00/0.00	c Using 4 threads
0.00/0.00	c This is CryptoMiniSat 2.9.0
0.00/0.00	c compiled with gcc version 4.4.5
0.00/0.00	c WARNING: for repeatability, setting FPU to use double precision
0.00/0.00	c Reading file 'HOME/instance-3174981-1304071539.cnf'
0.00/0.00	c -- header says num vars:          20000
0.00/0.00	c -- header says num clauses:       84000
0.00/0.13	c -- clauses added:            0 learnts,        84000 normals,            0 xors
0.00/0.13	c -- vars added      20000
0.00/0.13	c Parsing time:  0.21 s
0.00/0.13	c  N st     0         0     20000     84000         0         0    252000         0   no data   no data  --
0.00/0.13	c asymm  cl-useful: 0/84000/84000 lits-rem:0 time: 0.23
0.00/0.83	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.14
0.00/0.83	c bin-w-bin subsume rem            0 bins  time:  0.02 s
0.00/0.83	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.02 s
0.00/0.83	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  20000 time:  0.02 s
0.00/0.83	c Removed useless bin:       0  fixed:     0  props:   0.20M  time:  0.02 s
0.00/0.83	c lits-rem:         0  cl-subs:        0  v-elim:    687  v-fix:    0  time:  0.78 s
0.00/0.83	c Finding binary XORs  T:     0.02 s  found:       0
0.00/0.83	c Finding non-binary XORs:     0.15 s (found:       0, avg size: nan)
0.00/0.83	c calculated reachability. Time: 0.00
0.00/0.83	c Calc default polars -  time:   0.02 s pos:    8733 undec:    2318 neg:    8949
0.00/0.83	c =========================================================================================
0.00/0.83	c types(t): F = full restart, N = normal restart
0.00/0.83	c types(t): S = simplification begin/end, E = solution found
0.00/0.83	c restart types(rt): st = static, dy = dynamic
0.00/0.83	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits
0.00/0.83	c  B st     0         0     19313     83111         0         0    253112         0   no data   no data  --
5.57/1.48	c  N dy    22      4075     19313     83111         0      4074    253112    908994    129.81    185.52  --
9.57/2.47	c  N dy    48      8154     19313     83111         0      8153    253112   1733563    127.99    143.56  --
13.56/3.49	c  N dy    76     12229     19313     83111         0     12228    253112   2548010    127.68    156.01  --
17.95/4.54	c  N dy   104     16267     19313     83111         0     16266    253112   3367711    128.06    135.09  --
22.34/5.67	c  N dy   131     20343     19313     83111         0     10342    253112    623080    129.06    140.53  --
26.74/6.72	c  N dy   159     24451     19313     83111         0     14450    253112   1466449    129.38    142.39  --
27.14/6.87	c  F st   164     25000     19313     83111         0     14999    253112   1576397    129.41   no data  --
33.13/8.30	c  N dy   170     30002     19313     83111         0     20001    253112   2933404    129.41   no data  --
33.13/8.30	c  S st   170     30002     19313     83111         0     20001    253112   2933404    129.41   no data  --
33.55/8.44	c  S st   170     30503     19313     83111         0     20502    253112   3002393    129.41   no data  --
33.55/8.45	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.05
33.55/8.45	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
33.95/8.54	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.6M T:  0.37
35.13/8.81	c bin-w-bin subsume rem            0 bins  time:  0.02 s
35.13/8.81	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.02 s
35.13/8.82	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  19313 time:  0.02 s
35.13/8.83	c Removed useless bin:       0  fixed:     0  props:   0.19M  time:  0.03 s
56.69/14.20	c lits-rem:         1  cl-subs:        4  v-elim:      0  v-fix:    0  time: 21.36 s
57.09/14.32	c asymm  cl-useful: 0/83111/83111 lits-rem:0 time: 0.46
57.09/14.33	c calculated reachability. Time: 0.00
57.09/14.33	c  N dy   170     30503     19313     83111         0     20498    253112   2999401    129.41   no data  --
62.29/15.65	c  N dy   199     34608     19313     83111         0     24603    253112   3845368    130.06    141.89  --
67.48/16.96	c  N dy   225     38638     19313     83111         0     28633    253112   4669997    129.91    136.99  --
72.67/18.28	c  N dy   251     42663     19313     83111         0     17164    253112    986868    129.67    136.83  --
76.67/19.23	c  S st   269     45756     19313     83111         0     20257    253112   1611843    129.35    115.31  --
77.07/19.38	c  S st   269     46258     19313     83111         0     20759    253112   1683759    129.35   no data  --
77.07/19.39	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.05
77.07/19.39	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
77.48/19.48	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.6M T:  0.38
78.26/19.60	c bin-w-bin subsume rem            0 bins  time:  0.02 s
78.26/19.61	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.02 s
78.26/19.62	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  19313 time:  0.03 s
78.26/19.62	c Removed useless bin:       0  fixed:     0  props:   0.19M  time:  0.03 s
92.24/23.13	c lits-rem:         1  cl-subs:        0  v-elim:      0  v-fix:    0  time: 13.97 s
92.24/23.14	c vivif2 --  cl tried    83111 cl shrink        0 lits rem          0 time: 0.03
92.24/23.17	c vivif2 --  cl tried    20759 cl shrink        0 lits rem          0 time: 0.10
92.65/23.27	c asymm  cl-useful: 0/83111/83111 lits-rem:0 time: 0.42
92.65/23.28	c calculated reachability. Time: 0.00
92.65/23.28	c  N dy   269     46258     19313     83111         0     20759    253112   1683758    129.35   no data  --
97.44/24.47	c  N dy   297     50298     19313     83111         0     24799    253112   2487808    129.28    139.40  --
102.63/25.72	c  N dy   324     54418     19313     83111         0     28919    253112   3324596    129.21    138.10  --
107.43/26.98	c  N dy   350     58514     19313     83111         0     33015    253112   4133787    128.90    139.81  --
112.64/28.27	c  N dy   375     62561     19313     83111         0     37062    253112   4958026    128.93    138.19  --
117.43/29.49	c  N dy   400     66614     19313     83111         0     22365    253112   1359938    128.93    179.48  --
121.01/30.33	c  S st   421     69387     19313     83111         0     25138    253112   1931834    129.09     86.31  --
121.42/30.49	c  S st   421     69889     19313     83111         0     25640    253112   2014078    129.09   no data  --
121.42/30.50	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.05
121.42/30.50	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
122.21/30.60	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.6M T:  0.40
122.60/30.74	c bin-w-bin subsume rem            0 bins  time:  0.02 s
122.60/30.75	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.02 s
122.60/30.75	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  19313 time:  0.03 s
122.60/30.76	c Removed useless bin:       0  fixed:     0  props:   0.19M  time:  0.04 s
139.00/34.82	c lits-rem:         0  cl-subs:        1  v-elim:      0  v-fix:    0  time: 16.14 s
139.00/34.83	c vivif2 --  cl tried    83111 cl shrink        0 lits rem          0 time: 0.04
139.00/34.85	c vivif2 --  cl tried    25639 cl shrink        0 lits rem          0 time: 0.11
139.41/34.97	c asymm  cl-useful: 0/83111/83111 lits-rem:0 time: 0.45
139.41/34.97	c calculated reachability. Time: 0.00
139.41/34.97	c  N dy   421     69889     19313     83111         0     25639    253112   2014049    129.09   no data  --
144.97/36.31	c  N dy   451     74447     19313     83111         0     30197    253112   2952656    129.31    136.79  --
150.97/37.81	c  N dy   488     79345     19313     83111         0     35094    253112   3959197    129.44    143.17  --
157.36/39.44	c  N dy   522     84536     19313     83111         0     40285    253112   5008326    129.35    140.53  --
160.97/40.35	c  F st   540     87501     19313     83111         0     22375    253112    895314    129.32    107.64  --
164.94/41.37	c  N st   545     90799     19313     83111         0     25673    253112   1796128    129.32   no data  --
172.14/43.10	c  N dy   572     96682     19313     83111         0     31556    253112   3058030    129.21    146.27  --
180.12/45.18	c  N dy   617    102964     19313     83111         0     37837    253112   4365602    129.38    139.68  --
182.53/45.78	c  S st   628    104833     19313     83111         0     39706    253112   4735194    129.34    107.77  --
183.34/45.95	c  S st   628    105336     19313     83111         0     40209    253112   4810617    129.34   no data  --
183.34/45.97	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.07
183.34/45.97	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
183.72/46.08	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.8M T:  0.44
184.91/46.38	c bin-w-bin subsume rem            0 bins  time:  0.02 s
184.91/46.39	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.02 s
184.91/46.39	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  19313 time:  0.03 s
185.32/46.40	c Removed useless bin:       0  fixed:     0  props:   0.19M  time:  0.03 s
369.46/92.52	c lits-rem:         0  cl-subs:        6  v-elim:      0  v-fix:    0  time: 183.90 s
369.46/92.52	c vivif2 --  cl tried    83111 cl shrink        0 lits rem          0 time: 0.04
369.46/92.59	c vivif2 --  cl tried    40203 cl shrink        0 lits rem          0 time: 0.26
370.26/92.73	c asymm  cl-useful: 0/83111/83111 lits-rem:0 time: 0.57
370.26/92.74	c calculated reachability. Time: 0.00
370.26/92.74	c  N dy   628    105336     19313     83111         0     40203    253112   4809197    129.34   no data  --
379.05/94.95	c  N dy   677    112135     19313     83111         0     24565    253112   1020112    129.56    137.28  --
387.44/97.09	c  N dy   722    119346     19313     83111         0     31775    253112   2527145    129.65    138.43  --
397.43/99.55	c  N dy   776    127164     19313     83111         0     39591    253112   4165728    129.84    139.22  --
408.61/102.30	c  N dy   835    135324     19313     83111         0     24033    253112    600567    130.29    142.34  --
419.00/104.97	c  N dy   889    144033     19313     83111         0     32742    253112   2379220    130.30    155.05  --
431.78/108.16	c  N dy   954    153384     19313     83111         0     42093    253112   4309117    130.41    137.87  --
438.18/109.75	c  S st   985    158006     19313     83111         0     46714    253112   5245415    130.37   no data  --
438.96/109.94	c  S st   985    158506     19313     83111         0     47214    253112   5317430    130.37   no data  --
438.96/109.96	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.07
438.96/109.96	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
439.36/110.08	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.9M T:  0.48
440.97/110.42	c bin-w-bin subsume rem            0 bins  time:  0.02 s
440.97/110.43	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.02 s
440.97/110.43	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  19313 time:  0.03 s
440.97/110.44	c Removed useless bin:       0  fixed:     0  props:   0.19M  time:  0.03 s
692.22/173.31	c lits-rem:         0  cl-subs:        1  v-elim:      0  v-fix:    0  time: 250.70 s
692.22/173.32	c vivif2 --  cl tried    83111 cl shrink        0 lits rem          0 time: 0.04
692.22/173.39	c vivif2 --  cl tried    47213 cl shrink        0 lits rem          0 time: 0.31
693.04/173.56	c asymm  cl-useful: 0/83111/83111 lits-rem:0 time: 0.65
693.04/173.56	c calculated reachability. Time: 0.00
693.04/173.57	c  N dy   985    158506     19313     83111         0     47213    253112   5317303    130.37   no data  --
706.59/176.94	c  N dy  1059    168806     19313     83111         0     32655    253112   2140879    130.56    138.72  --
720.97/180.52	c  N dy  1122    179687     19313     83111         0     43536    253112   4336902    130.29    139.34  --
736.58/184.47	c  N dy  1193    191233     19313     83111         0     29154    253112   1200805    130.31    145.44  --
752.53/188.48	c  N dy  1276    203490     19313     83111         0     41411    253112   3714860    130.38    166.02  --
771.30/193.12	c  N dy  1360    216548     19313     83111         0     27506    253112    583812    130.40    137.30  --
788.88/197.57	c  N dy  1444    230436     19313     83111         0     41392    253112   3413400    130.30    145.20  --
799.26/200.12	c  S st  1494    237759     19313     83111         0     48715    253112   4900514    130.28   no data  --
800.06/200.32	c  S st  1494    238262     19313     83111         0     49218    253112   4985321    130.28   no data  --
800.06/200.34	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.07
800.06/200.34	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
800.46/200.46	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.9M T:  0.49
801.67/200.77	c bin-w-bin subsume rem            0 bins  time:  0.03 s
801.67/200.77	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.02 s
801.67/200.78	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  19313 time:  0.03 s
801.67/200.79	c Removed useless bin:       0  fixed:     0  props:   0.19M  time:  0.04 s
1033.75/258.84	c lits-rem:         0  cl-subs:        3  v-elim:      0  v-fix:    0  time: 231.32 s
1033.75/258.85	c vivif2 --  cl tried    83111 cl shrink        0 lits rem          0 time: 0.04
1034.15/258.92	c vivif2 --  cl tried    49215 cl shrink        0 lits rem          0 time: 0.29
1034.55/259.09	c asymm  cl-useful: 0/83111/83111 lits-rem:0 time: 0.67
1034.95/259.10	c calculated reachability. Time: 0.00
1034.95/259.10	c  N dy  1494    238262     19313     83111         0     49215    253112   4984754    130.28   no data  --
1055.32/264.24	c  N dy  1587    253504     19313     83111         0     36475    253112   2175012    130.12    139.48  --
1078.89/270.16	c  N dy  1699    269682     19313     83111         0     52652    253112   5567644    130.25    141.09  --
1103.65/276.39	c  N dy  1816    286980     19313     83111         0     40958    253112   2982488    130.41    137.99  --
1130.41/283.01	c  N dy  1934    305378     19313     83111         0     59355    253112   6794917    130.40    140.36  --
1131.61/283.36	c  F st  1938    306251     19313     83111         0     30236    253112    489946    130.38    114.77  --
1157.58/289.86	c  N dy  2031    325035     19313     83111         0     49019    253112   4767504    130.29    139.24  --
1186.73/297.10	c  N dy  2168    345095     19313     83111         0     38081    253112   1887677    130.42    152.99  --
1203.91/301.42	c  S st  2251    357393     19313     83111         0     50378    253112   4458442    130.41    121.38  --
1204.71/301.62	c  S st  2251    357900     19313     83111         0     50885    253112   4535891    130.41   no data  --
1204.71/301.63	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.07
1204.71/301.63	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
1205.11/301.76	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.9M T:  0.49
1206.31/302.03	c bin-w-bin subsume rem            0 bins  time:  0.02 s
1206.31/302.04	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.02 s
1206.31/302.05	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  19313 time:  0.02 s
1206.31/302.05	c Removed useless bin:       0  fixed:     0  props:   0.19M  time:  0.03 s
1379.27/345.30	c lits-rem:         0  cl-subs:        6  v-elim:      0  v-fix:    0  time: 172.22 s
1379.27/345.31	c vivif2 --  cl tried    83111 cl shrink        0 lits rem          0 time: 0.04
1379.27/345.37	c vivif2 --  cl tried    50879 cl shrink        0 lits rem          0 time: 0.28
1380.07/345.55	c asymm  cl-useful: 0/83111/83111 lits-rem:0 time: 0.71
1380.07/345.56	c calculated reachability. Time: 0.00
1380.07/345.56	c  N dy  2251    357900     19313     83111         0     50879    253112   4534181    130.41   no data  --
1410.03/353.09	c  N dy  2391    377953     19313     83111         0     38936    253112   1876154    130.53    142.71  --
1440.38/360.66	c  N dy  2535    397965     19313     83111         0     58947    253112   6085152    130.76    138.42  --
1470.37/368.13	c  N dy  2669    418032     19313     83111         0     46018    253112   3146323    130.78    147.32  --
1501.52/375.92	c  N dy  2810    438052     19313     83111         0     66036    253112   7302860    130.85    137.89  --
1531.47/383.41	c  N dy  2948    458302     19313     83111         0     52289    253112   4242475    130.89    139.25  --
1562.23/391.15	c  N dy  3086    478377     19313     83111         0     37369    253112    941831    130.97    142.93  --
1590.18/398.19	c  N dy  3216    498407     19313     83111         0     57399    253112   5173721    131.02    158.41  --
1621.34/405.94	c  N dy  3353    518568     19313     83111         0     41557    253112   1596926    131.05    142.47  --
1647.30/412.49	c  S st  3475    536850     19313     83111         0     59837    253112   5407340    131.08   no data  --
1648.10/412.69	c  S st  3475    537353     19313     83111         0     60340    253112   5485098    131.08   no data  --
1648.50/412.71	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.08
1648.50/412.71	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
1648.90/412.84	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.0M T:  0.52
1650.10/413.17	c bin-w-bin subsume rem            0 bins  time:  0.02 s
1650.10/413.18	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.02 s
1650.10/413.18	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  19313 time:  0.03 s
1650.10/413.19	c Removed useless bin:       0  fixed:     0  props:   0.19M  time:  0.04 s
1941.29/486.04	c lits-rem:         0  cl-subs:        2  v-elim:      0  v-fix:    0  time: 290.48 s
1941.29/486.05	c vivif2 --  cl tried    83111 cl shrink        0 lits rem          0 time: 0.04
1941.69/486.13	c vivif2 --  cl tried    60338 cl shrink        0 lits rem          0 time: 0.31
1942.49/486.31	c asymm  cl-useful: 0/83111/83111 lits-rem:0 time: 0.73
1942.49/486.32	c calculated reachability. Time: 0.00
1942.49/486.32	c  N dy  3475    537353     19313     83111         0     60338    253112   5484839    131.08   no data  --
1971.67/493.61	c  N dy  3610    557402     19313     83111         0     43386    253112   1740780    131.10    142.03  --
1999.61/500.61	c  N dy  3750    577416     19313     83111         0     63400    253112   5843162    131.14    139.85  --
2029.16/508.03	c  N dy  3886    597482     19313     83111         0     45470    253112   2017307    131.17    139.34  --
2057.13/515.09	c  N dy  4012    617535     19313     83111         0     65523    253112   6181987    131.13    141.49  --
2087.09/522.53	c  N dy  4143    637775     19313     83111         0     46767    253112   2034633    131.10    142.15  --
2115.85/529.75	c  N dy  4280    657833     19313     83111         0     66823    253112   6211125    131.10    141.78  --
2145.81/537.27	c  N dy  4417    677856     19313     83111         0     46839    253112   1858651    131.11    143.49  --
2174.57/544.42	c  N dy  4550    697911     19313     83111         0     66893    253112   6046104    131.11    139.08  --
2205.73/552.22	c  N dy  4696    718079     19313     83111         0     46066    253112   1546402    131.21    138.99  --
2234.49/559.46	c  N dy  4845    738145     19313     83111         0     66132    253112   5803562    131.32    139.73  --
2266.44/567.41	c  N dy  4979    758296     19313     83111         0     44285    253112    938257    131.34    139.60  --
2294.80/574.52	c  N dy  5111    778386     19313     83111         0     64374    253112   5126383    131.37    140.72  --
2326.36/582.48	c  N dy  5243    798540     19313     83111         0     84527    253112   9271651    131.36    145.45  --
2337.95/585.31	c  S st  5293    806031     19313     83111         0     49019    253112   1687938    131.36    133.74  --
2338.75/585.51	c  S st  5293    806538     19313     83111         0     49526    253112   1770150    131.36   no data  --
2338.75/585.52	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.05
2338.75/585.52	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
2339.15/585.64	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.9M T:  0.48
2339.54/585.77	c bin-w-bin subsume rem            0 bins  time:  0.03 s
2339.54/585.77	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.02 s
2339.54/585.78	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  19313 time:  0.03 s
2339.54/585.79	c Removed useless bin:       0  fixed:     0  props:   0.19M  time:  0.04 s
2357.52/590.30	c lits-rem:         2  cl-subs:        0  v-elim:      0  v-fix:    0  time: 17.97 s
2357.93/590.30	c vivif2 --  cl tried    83111 cl shrink        0 lits rem          0 time: 0.03
2357.93/590.33	c vivif2 --  cl tried    49526 cl shrink        0 lits rem          0 time: 0.11
2358.34/590.49	c asymm  cl-useful: 0/83111/83111 lits-rem:0 time: 0.63
2358.71/590.50	c calculated reachability. Time: 0.00
2358.71/590.50	c  N dy  5293    806538     19313     83111         0     49526    253112   1770148    131.36   no data  --
2388.27/597.97	c  N dy  5429    826656     19313     83111         0     69641    253112   5940166    131.36    146.88  --
2423.03/606.64	c  N dy  5564    847009     19313     83111         0     45996    253112    861793    131.37    139.49  --
2454.19/614.46	c  N dy  5709    867180     19313     83111         0     66165    253112   5047956    131.42    140.97  --
2488.54/623.06	c  N dy  5845    887232     19313     83111         0     86216    253112   9208581    131.46    144.03  --
2520.51/631.01	c  N dy  5970    907254     19313     83111         0     61236    253112   3768015    131.40    153.73  --
2554.04/639.44	c  N dy  6098    927359     19313     83111         0     81340    253112   7938692    131.38    144.78  --
2587.99/647.93	c  N dy  6236    947448     19313     83111         0     55429    253112   2497683    131.44    141.19  --
2620.76/656.13	c  N dy  6370    967520     19313     83111         0     75501    253112   6641383    131.44    139.81  --
2656.72/665.14	c  N dy  6503    987524     19313     83111         0     48507    253112    790347    131.44    143.59  --
2688.26/673.01	c  N dy  6639   1007597     19313     83111         0     68579    253112   4996335    131.47    140.38  --
2723.41/681.86	c  N dy  6774   1027711     19313     83111         0     88691    253112   9227864    131.49    139.80  --
2756.96/690.23	c  N dy  6911   1047745     19313     83111         0     60728    253112   3139925    131.48    139.33  --
2790.12/698.55	c  N dy  7042   1067825     19313     83111         0     80804    253112   7340094    131.48    151.72  --
2796.91/700.29	c  F st  7065   1071877     19313     83111         0     84856    253112   8187292    131.48    120.45  --
2824.87/707.28	c  N dy  7145   1087859     19313     83111         0     51841    253112   1099453    131.51    139.67  --
2855.63/714.93	c  N dy  7276   1107892     19313     83111         0     71872    253112   5383649    131.57    138.53  --
2890.00/723.58	c  N dy  7409   1127911     19313     83111         0     91889    253112   9644210    131.61    139.55  --
2923.13/731.84	c  N dy  7549   1147946     19313     83111         0     61928    253112   2994512    131.63    139.52  --
2955.91/740.07	c  N dy  7693   1168026     19313     83111         0     82006    253112   7230580    131.68    139.80  --
2993.44/749.43	c  N dy  7829   1188233     19313     83111         0     51217    253112    536560    131.68    138.95  --
3022.99/756.83	c  N dy  7963   1208347     19313     83111         0     71331    253112   4704754    131.69    138.96  --
3025.39/757.40	c  S st  7974   1209807     19313     83111         0     72791    253112   5003195    131.69   no data  --
3026.22/757.63	c  S st  7974   1210309     19313     83111         0     73293    253112   5079144    131.69   no data  --
3026.22/757.65	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.07
3026.22/757.65	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
3026.59/757.78	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.2M T:  0.55
3027.78/758.08	c bin-w-bin subsume rem            0 bins  time:  0.02 s
3027.78/758.08	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.02 s
3027.78/758.09	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  19313 time:  0.03 s
3028.18/758.10	c Removed useless bin:       0  fixed:     0  props:   0.19M  time:  0.04 s
3286.23/822.76	c lits-rem:         1  cl-subs:        2  v-elim:      0  v-fix:    0  time: 257.90 s
3286.23/822.77	c vivif2 --  cl tried    83111 cl shrink        0 lits rem          0 time: 0.04
3286.63/822.84	c vivif2 --  cl tried    73291 cl shrink        0 lits rem          0 time: 0.30
3287.43/823.05	c asymm  cl-useful: 0/83111/83111 lits-rem:0 time: 0.84
3287.43/823.06	c calculated reachability. Time: 0.00
3287.43/823.06	c  N dy  7974   1210309     19313     83111         0     73291    253112   5078737    131.69   no data  --
3320.61/831.37	c  N dy  8114   1230392     19313     83111         0     93373    253112   9270389    131.71    140.06  --
3353.74/839.65	c  N dy  8256   1250477     19313     83111         0     61460    253112   2482575    131.74    166.63  --
3385.30/847.53	c  N dy  8400   1270585     19313     83111         0     81567    253112   6644574    131.76    142.51  --
3420.05/856.27	c  N dy  8542   1290697     19313     83111         0    101678    253112  10885927    131.77    140.63  --
3451.60/864.10	c  N dy  8682   1310744     19313     83111         0     68726    253112   3759926    131.76    164.39  --
3483.95/872.22	c  N dy  8817   1330843     19313     83111         0     88823    253112   8001424    131.78    140.05  --
3519.50/881.12	c  N dy  8951   1350870     19313     83111         0     54847    253112    679614    131.78    163.81  --
3549.46/888.65	c  N dy  9082   1370977     19313     83111         0     74953    253112   4831229    131.79    141.64  --
3583.42/897.15	c  N dy  9217   1391319     19313     83111         0     95294    253112   9169955    131.82    139.66  --
3618.57/905.96	c  N dy  9357   1411453     19313     83111         0     60435    253112   1657907    131.86    143.76  --
3650.13/913.88	c  N dy  9491   1431534     19313     83111         0     80512    253112   5879184    131.88    140.98  --
3687.27/923.11	c  N dy  9625   1451606     19313     83111         0    100583    253112  10125616    131.89    140.53  --
3722.81/932.06	c  N dy  9756   1471616     19313     83111         0     64591    253112   2293613    131.88    142.04  --
3756.37/940.46	c  N dy  9888   1491718     19313     83111         0     84693    253112   6514376    131.89    138.99  --
3794.32/949.96	c  N dy 10031   1511874     19313     83111         0    104847    253112  10803303    131.93    140.60  --
3830.28/958.96	c  N dy 10172   1532110     19313     83111         0     68086    253112   2847845    131.96    140.06  --
3865.04/967.63	c  N dy 10302   1552189     19313     83111         0     88163    253112   7011089    131.94    139.22  --
3904.17/977.49	c  N dy 10435   1572351     19313     83111         0    108325    253112  11228398    131.94    141.33  --
3940.92/986.66	c  N dy 10572   1592395     19313     83111         0     70371    253112   3167114    131.97    150.51  --
3977.26/995.70	c  N dy 10716   1612521     19313     83111         0     90495    253112   7404474    132.00    145.53  --
4016.40/1005.50	c  N dy 10841   1632562     19313     83111         0    110535    253112  11643955    132.02    142.95  --
4053.16/1014.74	c  N dy 10974   1652741     19313     83111         0     71719    253112   3191931    132.01    140.42  --
4089.13/1023.73	c  N dy 11107   1672878     19313     83111         0     91855    253112   7404445    132.01    138.99  --
4129.85/1033.92	c  N dy 11243   1692965     19313     83111         0    111937    253112  11619655    132.03    140.52  --
4161.81/1041.94	c  S st 11364   1710309     19313     83111         0     69286    253112   2504266    132.05   no data  --
4162.61/1042.16	c  S st 11364   1710811     19313     83111         0     69788    253112   2579435    132.05   no data  --
4162.61/1042.17	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.06
4162.61/1042.17	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
4163.40/1042.31	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.1M T:  0.55
4163.82/1042.48	c bin-w-bin subsume rem            0 bins  time:  0.02 s
4163.82/1042.49	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.03 s
4163.82/1042.50	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  19313 time:  0.03 s
4164.23/1042.51	c Removed useless bin:       0  fixed:     0  props:   0.19M  time:  0.04 s
4197.76/1050.93	c lits-rem:         2  cl-subs:        2  v-elim:      0  v-fix:    0  time: 33.52 s
4197.76/1050.94	c vivif2 --  cl tried    83111 cl shrink        0 lits rem          0 time: 0.04
4197.76/1050.98	c vivif2 --  cl tried    69786 cl shrink        0 lits rem          0 time: 0.16
4198.56/1051.18	c asymm  cl-useful: 0/83111/83111 lits-rem:0 time: 0.82
4198.56/1051.19	c calculated reachability. Time: 0.00
4198.56/1051.19	c  N dy 11364   1710811     19313     83111         0     69786    253112   2578682    132.05   no data  --
4232.91/1059.71	c  N dy 11500   1730924     19313     83111         0     89898    253112   6788048    132.06    140.32  --
4270.86/1069.22	c  N dy 11632   1750969     19313     83111         0    109942    253112  11001379    132.08    139.51  --
4309.60/1078.90	c  N dy 11757   1771065     19313     83111         0     69044    253112   2196153    132.07    140.88  --
4345.55/1087.94	c  N dy 11895   1791102     19313     83111         0     89081    253112   6432547    132.09    142.04  --
4385.50/1097.96	c  N dy 12023   1811165     19313     83111         0    109143    253112  10622740    132.10    147.64  --
4427.46/1108.46	c  N dy 12162   1831280     19313     83111         0     67260    253112   1646956    132.10    144.43  --
4463.39/1117.43	c  N dy 12294   1851360     19313     83111         0     87336    253112   5872005    132.11    149.80  --
4503.33/1127.44	c  N dy 12436   1871409     19313     83111         0    107382    253112  10087157    132.14    139.12  --
4546.50/1138.23	c  N dy 12566   1891449     19313     83111         0     64425    253112    842849    132.15    145.51  --
4581.65/1147.03	c  N dy 12705   1911586     19313     83111         0     84561    253112   5061625    132.15    139.81  --
4620.37/1156.76	c  N dy 12834   1931637     19313     83111         0    104610    253112   9295048    132.16    143.72  --
4664.31/1167.70	c  N dy 12973   1951731     19313     83111         0    124699    253112  13582925    132.19    177.28  --
4701.06/1176.93	c  N dy 13104   1971867     19313     83111         0     80844    253112   4131715    132.21    154.56  --
4739.43/1186.57	c  N dy 13246   1991992     19313     83111         0    100967    253112   8310175    132.23    140.14  --
4782.56/1197.38	c  N dy 13386   2012006     19313     83111         0    120981    253112  12571336    132.25    140.17  --

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-3174981-1304071539/watcher-3174981-1304071539 -o /tmp/evaluation-result-3174981-1304071539/solver-3174981-1304071539 -C 4800 -W 1300 -M 15500 ./strangenight1-mt --threads=4 HOME/instance-3174981-1304071539.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: 7.55 8.02 7.93 5/180 16379
/proc/meminfo: memFree=30550404/32951124 swapFree=67111416/67111528
[pid=16379] ppid=16377 vsize=51236 CPUtime=0 cores=1,3,5,7
/proc/16379/stat : 16379 (strangenight1-m) R 16377 16379 16189 0 -1 4202496 414 0 0 0 0 0 0 0 22 0 4 0 518756286 52465664 353 33554432000 4194304 4650419 140734055961632 18446744073709551615 46951743788972 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/16379/statm: 12809 353 303 112 0 7774 0
[pid=16379/tid=16380] ppid=16377 vsize=51236 CPUtime=0 cores=1,3,5,7
/proc/16379/task/16380/stat : 16380 (strangenight1-m) R 16377 16379 16189 0 -1 4202560 1 0 0 0 0 0 0 0 23 0 4 0 518756286 52465664 353 33554432000 4194304 4650419 140734055961632 18446744073709551615 46951743788978 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=16379/tid=16381] ppid=16377 vsize=51236 CPUtime=0 cores=1,3,5,7
/proc/16379/task/16381/stat : 16381 (strangenight1-m) R 16377 16379 16189 0 -1 4202560 0 0 0 0 0 0 0 0 24 0 4 0 518756287 52465664 353 33554432000 4194304 4650419 140734055961632 18446744073709551615 212436073457 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=16379/tid=16382] ppid=16377 vsize=51236 CPUtime=0 cores=1,3,5,7
/proc/16379/task/16382/stat : 16382 (strangenight1-m) R 16377 16379 16189 0 -1 4202560 0 0 0 0 0 0 0 0 24 0 4 0 518756287 52465664 353 33554432000 4194304 4650419 140734055961632 18446744073709551615 46951743788978 0 0 4096 2 0 0 0 -1 5 0 0 0

[startup+0.125451 s]
/proc/loadavg: 7.55 8.02 7.93 5/180 16379
/proc/meminfo: memFree=30550404/32951124 swapFree=67111416/67111528
[pid=16379] ppid=16377 vsize=312672 CPUtime=0.66 cores=1,3,5,7
/proc/16379/stat : 16379 (strangenight1-m) R 16377 16379 16189 0 -1 4202496 18162 0 0 0 63 3 0 0 18 0 4 0 518756286 320176128 14604 33554432000 4194304 4650419 140734055961632 18446744073709551615 212435677893 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/16379/statm: 78524 15445 377 112 0 73489 0
[pid=16379/tid=16380] ppid=16377 vsize=315028 CPUtime=0.17 cores=1,3,5,7
/proc/16379/task/16380/stat : 16380 (strangenight1-m) R 16377 16379 16189 0 -1 4202560 4976 0 0 0 16 1 0 0 18 0 4 0 518756286 322588672 16021 33554432000 4194304 4650419 140734055961632 18446744073709551615 212436060343 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=16379/tid=16381] ppid=16377 vsize=316480 CPUtime=0.17 cores=1,3,5,7
/proc/16379/task/16381/stat : 16381 (strangenight1-m) D 16377 16379 16189 0 -1 4202560 5559 0 0 0 16 1 0 0 18 0 4 0 518756287 324075520 17064 33554432000 4194304 4650419 140734055961632 18446744073709551615 212435714425 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=16379/tid=16382] ppid=16377 vsize=318624 CPUtime=0.19 cores=1,3,5,7
/proc/16379/task/16382/stat : 16382 (strangenight1-m) R 16377 16379 16189 0 -1 4202560 3782 0 0 0 18 1 0 0 18 0 4 0 518756287 326270976 18620 33554432000 4194304 4650419 140734055961632 18446744073709551615 4364495 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 0.66
Current children cumulated vsize (KiB) 312672

[startup+0.958963 s]
/proc/loadavg: 7.55 8.02 7.93 5/180 16379
/proc/meminfo: memFree=30550404/32951124 swapFree=67111416/67111528
[pid=16379] ppid=16377 vsize=327612 CPUtime=3.8 cores=1,3,5,7
/proc/16379/stat : 16379 (strangenight1-m) R 16377 16379 16189 0 -1 4202496 31870 0 0 0 374 6 0 0 19 0 4 0 518756286 335474688 25364 33554432000 4194304 4650419 140734055961632 18446744073709551615 4364340 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/16379/statm: 81903 25364 391 112 0 76868 0
[pid=16379/tid=16380] ppid=16377 vsize=327612 CPUtime=0.95 cores=1,3,5,7
/proc/16379/task/16380/stat : 16380 (strangenight1-m) R 16377 16379 16189 0 -1 4202560 9033 0 0 0 93 2 0 0 19 0 4 0 518756286 335474688 25364 33554432000 4194304 4650419 140734055961632 18446744073709551615 4363469 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=16379/tid=16381] ppid=16377 vsize=327612 CPUtime=0.94 cores=1,3,5,7
/proc/16379/task/16381/stat : 16381 (strangenight1-m) R 16377 16379 16189 0 -1 4202560 9216 0 0 0 93 1 0 0 19 0 4 0 518756287 335474688 25364 33554432000 4194304 4650419 140734055961632 18446744073709551615 4303950 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=16379/tid=16382] ppid=16377 vsize=327612 CPUtime=0.94 cores=1,3,5,7
/proc/16379/task/16382/stat : 16382 (strangenight1-m) R 16377 16379 16189 0 -1 4202560 4463 0 0 0 93 1 0 0 19 0 4 0 518756287 335474688 25364 33554432000 4194304 4650419 140734055961632 18446744073709551615 4364503 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 3.8
Current children cumulated vsize (KiB) 327612

[startup+1.05894 s]
/proc/loadavg: 7.55 8.02 7.93 5/180 16379
/proc/meminfo: memFree=30550404/32951124 swapFree=67111416/67111528
[pid=16379] ppid=16377 vsize=327612 CPUtime=4.2 cores=1,3,5,7
/proc/16379/stat : 16379 (strangenight1-m) R 16377 16379 16189 0 -1 4202496 32213 0 0 0 414 6 0 0 19 0 4 0 518756286 335474688 25707 33554432000 4194304 4650419 140734055961632 18446744073709551615 4365227 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/16379/statm: 81903 25707 391 112 0 76868 0
[pid=16379/tid=16380] ppid=16377 vsize=327612 CPUtime=1.05 cores=1,3,5,7
/proc/16379/task/16380/stat : 16380 (strangenight1-m) R 16377 16379 16189 0 -1 4202560 9111 0 0 0 103 2 0 0 19 0 4 0 518756286 335474688 25707 33554432000 4194304 4650419 140734055961632 18446744073709551615 4328325 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=16379/tid=16381] ppid=16377 vsize=327612 CPUtime=1.04 cores=1,3,5,7
/proc/16379/task/16381/stat : 16381 (strangenight1-m) R 16377 16379 16189 0 -1 4202560 9315 0 0 0 103 1 0 0 19 0 4 0 518756287 335474688 25707 33554432000 4194304 4650419 140734055961632 18446744073709551615 4363452 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=16379/tid=16382] ppid=16377 vsize=327612 CPUtime=1.04 cores=1,3,5,7
/proc/16379/task/16382/stat : 16382 (strangenight1-m) R 16377 16379 16189 0 -1 4202560 4545 0 0 0 103 1 0 0 19 0 4 0 518756287 335474688 25707 33554432000 4194304 4650419 140734055961632 18446744073709551615 4367329 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 4.2
Current children cumulated vsize (KiB) 327612

[startup+1.15892 s]
/proc/loadavg: 7.55 8.02 7.93 5/180 16379
/proc/meminfo: memFree=30550404/32951124 swapFree=67111416/67111528
[pid=16379] ppid=16377 vsize=327612 CPUtime=4.6 cores=1,3,5,7
/proc/16379/stat : 16379 (strangenight1-m) R 16377 16379 16189 0 -1 4202496 32543 0 0 0 454 6 0 0 19 0 4 0 518756286 335474688 26037 33554432000 4194304 4650419 140734055961632 18446744073709551615 4363541 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/16379/statm: 81903 26037 391 112 0 76868 0
[pid=16379/tid=16380] ppid=16377 vsize=327612 CPUtime=1.15 cores=1,3,5,7
/proc/16379/task/16380/stat : 16380 (strangenight1-m) R 16377 16379 16189 0 -1 4202560 9196 0 0 0 113 2 0 0 19 0 4 0 518756286 335474688 26037 33554432000 4194304 4650419 140734055961632 18446744073709551615 4520364 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=16379/tid=16381] ppid=16377 vsize=327612 CPUtime=1.14 cores=1,3,5,7
/proc/16379/task/16381/stat : 16381 (strangenight1-m) R 16377 16379 16189 0 -1 4202560 9400 0 0 0 113 1 0 0 19 0 4 0 518756287 335474688 26037 33554432000 4194304 4650419 140734055961632 18446744073709551615 4363506 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=16379/tid=16382] ppid=16377 vsize=327612 CPUtime=1.14 cores=1,3,5,7
/proc/16379/task/16382/stat : 16382 (strangenight1-m) R 16377 16379 16189 0 -1 4202560 4630 0 0 0 113 1 0 0 19 0 4 0 518756287 335474688 26037 33554432000 4194304 4650419 140734055961632 18446744073709551615 4368121 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 4.6
Current children cumulated vsize (KiB) 327612

[startup+1.50086 s]
/proc/loadavg: 7.55 8.02 7.93 5/180 16379
/proc/meminfo: memFree=30550404/32951124 swapFree=67111416/67111528
[pid=16379] ppid=16377 vsize=327612 CPUtime=5.97 cores=1,3,5,7
/proc/16379/stat : 16379 (strangenight1-m) R 16377 16379 16189 0 -1 4202496 33716 0 0 0 591 6 0 0 20 0 4 0 518756286 335474688 27210 33554432000 4194304 4650419 140734055961632 18446744073709551615 4363420 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/16379/statm: 81903 27210 391 112 0 76868 0
[pid=16379/tid=16380] ppid=16377 vsize=327612 CPUtime=1.49 cores=1,3,5,7
/proc/16379/task/16380/stat : 16380 (strangenight1-m) R 16377 16379 16189 0 -1 4202560 9497 0 0 0 147 2 0 0 19 0 4 0 518756286 335474688 27210 33554432000 4194304 4650419 140734055961632 18446744073709551615 4366047 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=16379/tid=16381] ppid=16377 vsize=327612 CPUtime=1.48 cores=1,3,5,7
/proc/16379/task/16381/stat : 16381 (strangenight1-m) R 16377 16379 16189 0 -1 4202560 9675 0 0 0 147 1 0 0 20 0 4 0 518756287 335474688 27210 33554432000 4194304 4650419 140734055961632 18446744073709551615 4364406 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=16379/tid=16382] ppid=16377 vsize=327612 CPUtime=1.49 cores=1,3,5,7
/proc/16379/task/16382/stat : 16382 (strangenight1-m) R 16377 16379 16189 0 -1 4202560 4933 0 0 0 148 1 0 0 20 0 4 0 518756287 335474688 27210 33554432000 4194304 4650419 140734055961632 18446744073709551615 4367329 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) 327612

[startup+3.10056 s]
/proc/loadavg: 7.59 8.02 7.93 9/184 16383
/proc/meminfo: memFree=30373364/32951124 swapFree=67111416/67111528
[pid=16379] ppid=16377 vsize=487236 CPUtime=12.36 cores=1,3,5,7
/proc/16379/stat : 16379 (strangenight1-m) R 16377 16379 16189 0 -1 4202496 39219 0 0 0 1228 8 0 0 25 0 4 0 518756286 498929664 32713 33554432000 4194304 4650419 140734055961632 18446744073709551615 4315210 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/16379/statm: 121809 32713 391 112 0 116774 0
[pid=16379/tid=16380] ppid=16377 vsize=487236 CPUtime=3.08 cores=1,3,5,7
/proc/16379/task/16380/stat : 16380 (strangenight1-m) R 16377 16379 16189 0 -1 4202560 10829 0 0 0 306 2 0 0 25 0 4 0 518756286 498929664 32714 33554432000 4194304 4650419 140734055961632 18446744073709551615 4520364 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=16379/tid=16381] ppid=16377 vsize=487236 CPUtime=3.07 cores=1,3,5,7
/proc/16379/task/16381/stat : 16381 (strangenight1-m) R 16377 16379 16189 0 -1 4202560 10923 0 0 0 305 2 0 0 25 0 4 0 518756287 498929664 32714 33554432000 4194304 4650419 140734055961632 18446744073709551615 4303973 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=16379/tid=16382] ppid=16377 vsize=487236 CPUtime=3.08 cores=1,3,5,7
/proc/16379/task/16382/stat : 16382 (strangenight1-m) R 16377 16379 16189 0 -1 4202560 6555 0 0 0 307 1 0 0 25 0 4 0 518756287 498929664 32714 33554432000 4194304 4650419 140734055961632 18446744073709551615 4335219 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) 487236

[startup+6.30695 s]
/proc/loadavg: 7.59 8.02 7.93 9/184 16383
/proc/meminfo: memFree=30329692/32951124 swapFree=67111416/67111528
[pid=16379] ppid=16377 vsize=340756 CPUtime=25.16 cores=1,3,5,7
/proc/16379/stat : 16379 (strangenight1-m) R 16377 16379 16189 0 -1 4202496 54700 0 0 0 2505 11 0 0 25 0 4 0 518756286 348934144 29461 33554432000 4194304 4650419 140734055961632 18446744073709551615 4333927 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/16379/statm: 85189 29461 393 112 0 80154 0
[pid=16379/tid=16380] ppid=16377 vsize=340756 CPUtime=6.29 cores=1,3,5,7
/proc/16379/task/16380/stat : 16380 (strangenight1-m) R 16377 16379 16189 0 -1 4202560 14718 0 0 0 626 3 0 0 25 0 4 0 518756286 348934144 29461 33554432000 4194304 4650419 140734055961632 18446744073709551615 4365308 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=16379/tid=16381] ppid=16377 vsize=340756 CPUtime=6.26 cores=1,3,5,7
/proc/16379/task/16381/stat : 16381 (strangenight1-m) R 16377 16379 16189 0 -1 4202560 14789 0 0 0 623 3 0 0 25 0 4 0 518756287 348934144 29461 33554432000 4194304 4650419 140734055961632 18446744073709551615 4314753 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=16379/tid=16382] ppid=16377 vsize=340756 CPUtime=6.29 cores=1,3,5,7
/proc/16379/task/16382/stat : 16382 (strangenight1-m) R 16377 16379 16189 0 -1 4202560 10736 0 0 0 627 2 0 0 25 0 4 0 518756287 348934144 29462 33554432000 4194304 4650419 140734055961632 18446744073709551615 4333952 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 25.16
Current children cumulated vsize (KiB) 340756

[startup+12.7007 s]
/proc/loadavg: 7.62 8.02 7.93 9/184 16383
/proc/meminfo: memFree=30112360/32951124 swapFree=67111416/67111528
[pid=16379] ppid=16377 vsize=579888 CPUtime=50.7 cores=1,3,5,7
/proc/16379/stat : 16379 (strangenight1-m) R 16377 16379 16189 0 -1 4202496 117438 0 0 0 5045 25 0 0 25 0 4 0 518756286 593805312 80199 33554432000 4194304 4650419 140734055961632 18446744073709551615 4476502 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/16379/statm: 144972 80199 395 112 0 139937 0
[pid=16379/tid=16380] ppid=16377 vsize=579888 CPUtime=12.68 cores=1,3,5,7
/proc/16379/task/16380/stat : 16380 (strangenight1-m) R 16377 16379 16189 0 -1 4202560 40551 0 0 0 1259 9 0 0 25 0 4 0 518756286 593805312 80199 33554432000 4194304 4650419 140734055961632 18446744073709551615 4476502 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=16379/tid=16381] ppid=16377 vsize=579888 CPUtime=12.62 cores=1,3,5,7
/proc/16379/task/16381/stat : 16381 (strangenight1-m) R 16377 16379 16189 0 -1 4202560 27293 0 0 0 1256 6 0 0 25 0 4 0 518756287 593805312 80199 33554432000 4194304 4650419 140734055961632 18446744073709551615 4476502 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=16379/tid=16382] ppid=16377 vsize=579888 CPUtime=12.68 cores=1,3,5,7
/proc/16379/task/16382/stat : 16382 (strangenight1-m) R 16377 16379 16189 0 -1 4202560 16879 0 0 0 1264 4 0 0 25 0 4 0 518756287 593805312 80199 33554432000 4194304 4650419 140734055961632 18446744073709551615 4368121 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 50.7
Current children cumulated vsize (KiB) 579888

[startup+25.5003 s]
/proc/loadavg: 7.70 8.02 7.93 9/184 16383
/proc/meminfo: memFree=29886072/32951124 swapFree=67111416/67111528
[pid=16379] ppid=16377 vsize=696856 CPUtime=101.83 cores=1,3,5,7
/proc/16379/stat : 16379 (strangenight1-m) R 16377 16379 16189 0 -1 4202496 196418 0 0 0 10141 42 0 0 25 0 4 0 518756286 713580544 99133 33554432000 4194304 4650419 140734055961632 18446744073709551615 4365227 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/16379/statm: 174214 99133 395 112 0 169179 0
[pid=16379/tid=16380] ppid=16377 vsize=696856 CPUtime=25.48 cores=1,3,5,7
/proc/16379/task/16380/stat : 16380 (strangenight1-m) R 16377 16379 16189 0 -1 4202560 78698 0 0 0 2534 14 0 0 25 0 4 0 518756286 713580544 99133 33554432000 4194304 4650419 140734055961632 18446744073709551615 4476514 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=16379/tid=16381] ppid=16377 vsize=696856 CPUtime=25.35 cores=1,3,5,7
/proc/16379/task/16381/stat : 16381 (strangenight1-m) R 16377 16379 16189 0 -1 4202560 36301 0 0 0 2526 9 0 0 25 0 4 0 518756287 713580544 99133 33554432000 4194304 4650419 140734055961632 18446744073709551615 4364495 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=16379/tid=16382] ppid=16377 vsize=696856 CPUtime=25.48 cores=1,3,5,7
/proc/16379/task/16382/stat : 16382 (strangenight1-m) R 16377 16379 16189 0 -1 4202560 41044 0 0 0 2537 11 0 0 25 0 4 0 518756287 713580544 99133 33554432000 4194304 4650419 140734055961632 18446744073709551615 4363510 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 101.83
Current children cumulated vsize (KiB) 696856

[startup+51.1004 s]
/proc/loadavg: 7.86 8.03 7.93 9/184 16384
/proc/meminfo: memFree=29746988/32951124 swapFree=67111416/67111528
[pid=16379] ppid=16377 vsize=797684 CPUtime=204.09 cores=1,3,5,7
/proc/16379/stat : 16379 (strangenight1-m) R 16377 16379 16189 0 -1 4202496 310180 0 0 0 20340 69 0 0 25 0 4 0 518756286 816828416 124712 33554432000 4194304 4650419 140734055961632 18446744073709551615 4476304 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/16379/statm: 199421 124712 395 112 0 194386 0
[pid=16379/tid=16380] ppid=16377 vsize=797684 CPUtime=51.08 cores=1,3,5,7
/proc/16379/task/16380/stat : 16380 (strangenight1-m) R 16377 16379 16189 0 -1 4202560 130725 0 0 0 5084 24 0 0 25 0 4 0 518756286 816828416 124712 33554432000 4194304 4650419 140734055961632 18446744073709551615 4367329 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=16379/tid=16381] ppid=16377 vsize=797684 CPUtime=50.81 cores=1,3,5,7
/proc/16379/task/16381/stat : 16381 (strangenight1-m) R 16377 16379 16189 0 -1 4202560 59923 0 0 0 5066 15 0 0 25 0 4 0 518756287 816828416 124712 33554432000 4194304 4650419 140734055961632 18446744073709551615 4333710 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=16379/tid=16382] ppid=16377 vsize=797684 CPUtime=51.08 cores=1,3,5,7
/proc/16379/task/16382/stat : 16382 (strangenight1-m) R 16377 16379 16189 0 -1 4202560 56496 0 0 0 5092 16 0 0 25 0 4 0 518756287 816828416 124712 33554432000 4194304 4650419 140734055961632 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 204.09
Current children cumulated vsize (KiB) 797684

[startup+102.301 s]
/proc/loadavg: 7.94 8.02 7.93 9/184 16386
/proc/meminfo: memFree=29678624/32951124 swapFree=67111416/67111528
[pid=16379] ppid=16377 vsize=753492 CPUtime=408.61 cores=1,3,5,7
/proc/16379/stat : 16379 (strangenight1-m) R 16377 16379 16189 0 -1 4202496 409517 0 0 0 40757 104 0 0 25 0 4 0 518756286 771575808 133835 33554432000 4194304 4650419 140734055961632 18446744073709551615 4363522 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/16379/statm: 188373 133835 395 112 0 183338 0
[pid=16379/tid=16380] ppid=16377 vsize=753492 CPUtime=102.28 cores=1,3,5,7
/proc/16379/task/16380/stat : 16380 (strangenight1-m) R 16377 16379 16189 0 -1 4202560 158795 0 0 0 10194 34 0 0 25 0 4 0 518756286 771575808 133835 33554432000 4194304 4650419 140734055961632 18446744073709551615 4367329 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=16379/tid=16381] ppid=16377 vsize=753492 CPUtime=101.73 cores=1,3,5,7
/proc/16379/task/16381/stat : 16381 (strangenight1-m) R 16377 16379 16189 0 -1 4202560 94250 0 0 0 10145 28 0 0 25 0 4 0 518756287 771575808 133835 33554432000 4194304 4650419 140734055961632 18446744073709551615 4364785 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=16379/tid=16382] ppid=16377 vsize=753492 CPUtime=102.28 cores=1,3,5,7
/proc/16379/task/16382/stat : 16382 (strangenight1-m) R 16377 16379 16189 0 -1 4202560 86421 0 0 0 10201 27 0 0 25 0 4 0 518756287 771575808 133835 33554432000 4194304 4650419 140734055961632 18446744073709551615 4363500 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 408.61
Current children cumulated vsize (KiB) 753492

[startup+162.301 s]

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

[pid=16379] ppid=16377 vsize=1270028 CPUtime=2805.3 cores=1,3,5,7
/proc/16379/stat : 16379 (strangenight1-m) R 16377 16379 16189 0 -1 4202496 3304881 0 0 0 279795 735 0 0 25 0 4 0 518756286 1300508672 264917 33554432000 4194304 4650419 140734055961632 18446744073709551615 4365337 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/16379/statm: 317507 264917 395 112 0 312472 0
[pid=16379/tid=16380] ppid=16377 vsize=1270028 CPUtime=702.23 cores=1,3,5,7
/proc/16379/task/16380/stat : 16380 (strangenight1-m) R 16377 16379 16189 0 -1 4202560 1125789 0 0 0 69997 226 0 0 25 0 4 0 518756286 1300508672 264917 33554432000 4194304 4650419 140734055961632 18446744073709551615 4476738 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=16379/tid=16381] ppid=16377 vsize=1270028 CPUtime=698.47 cores=1,3,5,7
/proc/16379/task/16381/stat : 16381 (strangenight1-m) R 16377 16379 16189 0 -1 4202560 1032065 0 0 0 69624 223 0 0 25 0 4 0 518756287 1300508672 264917 33554432000 4194304 4650419 140734055961632 18446744073709551615 4367329 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=16379/tid=16382] ppid=16377 vsize=1270028 CPUtime=702.26 cores=1,3,5,7
/proc/16379/task/16382/stat : 16382 (strangenight1-m) R 16377 16379 16189 0 -1 4202560 931295 0 0 0 70024 202 0 0 25 0 4 0 518756287 1300508672 264917 33554432000 4194304 4650419 140734055961632 18446744073709551615 4364751 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 2805.3
Current children cumulated vsize (KiB) 1270028

[startup+762.301 s]
/proc/loadavg: 8.09 8.09 8.00 9/184 16403
/proc/meminfo: memFree=28937492/32951124 swapFree=67111416/67111528
[pid=16379] ppid=16377 vsize=1337208 CPUtime=3044.96 cores=1,3,5,7
/proc/16379/stat : 16379 (strangenight1-m) R 16377 16379 16189 0 -1 4202496 3589414 0 0 0 303698 798 0 0 25 0 4 0 518756286 1369300992 257616 33554432000 4194304 4650419 140734055961632 18446744073709551615 4476309 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/16379/statm: 334302 257616 395 112 0 329267 0
[pid=16379/tid=16380] ppid=16377 vsize=1337208 CPUtime=762.23 cores=1,3,5,7
/proc/16379/task/16380/stat : 16380 (strangenight1-m) R 16377 16379 16189 0 -1 4202560 1331114 0 0 0 75966 257 0 0 25 0 4 0 518756286 1369300992 257616 33554432000 4194304 4650419 140734055961632 18446744073709551615 4310792 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=16379/tid=16381] ppid=16377 vsize=1337208 CPUtime=758.14 cores=1,3,5,7
/proc/16379/task/16381/stat : 16381 (strangenight1-m) R 16377 16379 16189 0 -1 4202560 1065720 0 0 0 75578 236 0 0 25 0 4 0 518756287 1369300992 257616 33554432000 4194304 4650419 140734055961632 18446744073709551615 4363420 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=16379/tid=16382] ppid=16377 vsize=1337208 CPUtime=762.26 cores=1,3,5,7
/proc/16379/task/16382/stat : 16382 (strangenight1-m) R 16377 16379 16189 0 -1 4202560 955850 0 0 0 76015 211 0 0 25 0 4 0 518756287 1369300992 257616 33554432000 4194304 4650419 140734055961632 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 3044.96
Current children cumulated vsize (KiB) 1337208

[startup+822.3 s]
/proc/loadavg: 8.07 8.08 8.00 9/184 16405
/proc/meminfo: memFree=28892956/32951124 swapFree=67111416/67111528
[pid=16379] ppid=16377 vsize=1337936 CPUtime=3284.63 cores=1,3,5,7
/proc/16379/stat : 16379 (strangenight1-m) R 16377 16379 16189 0 -1 4202496 3671030 0 0 0 327628 835 0 0 25 0 4 0 518756286 1370046464 268454 33554432000 4194304 4650419 140734055961632 18446744073709551615 4476519 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/16379/statm: 334484 268454 395 112 0 329449 0
[pid=16379/tid=16380] ppid=16377 vsize=1337936 CPUtime=822.22 cores=1,3,5,7
/proc/16379/task/16380/stat : 16380 (strangenight1-m) R 16377 16379 16189 0 -1 4202560 1359027 0 0 0 81954 268 0 0 25 0 4 0 518756286 1370046464 268454 33554432000 4194304 4650419 140734055961632 18446744073709551615 4364495 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=16379/tid=16381] ppid=16377 vsize=1337936 CPUtime=817.82 cores=1,3,5,7
/proc/16379/task/16381/stat : 16381 (strangenight1-m) R 16377 16379 16189 0 -1 4202560 1093816 0 0 0 81531 251 0 0 25 0 4 0 518756287 1370046464 268454 33554432000 4194304 4650419 140734055961632 18446744073709551615 4364775 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=16379/tid=16382] ppid=16377 vsize=1337936 CPUtime=822.26 cores=1,3,5,7
/proc/16379/task/16382/stat : 16382 (strangenight1-m) R 16377 16379 16189 0 -1 4202560 981457 0 0 0 82004 222 0 0 25 0 4 0 518756287 1370046464 268454 33554432000 4194304 4650419 140734055961632 18446744073709551615 4332029 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 3284.63
Current children cumulated vsize (KiB) 1337936

[startup+882.301 s]
/proc/loadavg: 8.02 8.07 8.00 9/184 16406
/proc/meminfo: memFree=28840580/32951124 swapFree=67111416/67111528
[pid=16379] ppid=16377 vsize=1364212 CPUtime=3524.3 cores=1,3,5,7
/proc/16379/stat : 16379 (strangenight1-m) R 16377 16379 16189 0 -1 4202496 3787298 0 0 0 351553 877 0 0 25 0 4 0 518756286 1396953088 278945 33554432000 4194304 4650419 140734055961632 18446744073709551615 4365227 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/16379/statm: 341053 278945 395 112 0 336018 0
[pid=16379/tid=16380] ppid=16377 vsize=1364212 CPUtime=882.22 cores=1,3,5,7
/proc/16379/task/16380/stat : 16380 (strangenight1-m) R 16377 16379 16189 0 -1 4202560 1392407 0 0 0 87943 279 0 0 25 0 4 0 518756286 1396953088 278945 33554432000 4194304 4650419 140734055961632 18446744073709551615 4368121 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=16379/tid=16381] ppid=16377 vsize=1364212 CPUtime=877.48 cores=1,3,5,7
/proc/16379/task/16381/stat : 16381 (strangenight1-m) R 16377 16379 16189 0 -1 4202560 1119402 0 0 0 87487 261 0 0 25 0 4 0 518756287 1396953088 278945 33554432000 4194304 4650419 140734055961632 18446744073709551615 4365223 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=16379/tid=16382] ppid=16377 vsize=1364212 CPUtime=882.26 cores=1,3,5,7
/proc/16379/task/16382/stat : 16382 (strangenight1-m) R 16377 16379 16189 0 -1 4202560 1014432 0 0 0 87993 233 0 0 25 0 4 0 518756287 1396953088 278945 33554432000 4194304 4650419 140734055961632 18446744073709551615 4365323 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 3524.3
Current children cumulated vsize (KiB) 1364212

[startup+942.301 s]
/proc/loadavg: 8.04 8.06 8.00 9/184 16408
/proc/meminfo: memFree=28727336/32951124 swapFree=67111416/67111528
[pid=16379] ppid=16377 vsize=1499788 CPUtime=3763.97 cores=1,3,5,7
/proc/16379/stat : 16379 (strangenight1-m) R 16377 16379 16189 0 -1 4202496 4053589 0 0 0 375453 944 0 0 25 0 4 0 518756286 1535782912 304741 33554432000 4194304 4650419 140734055961632 18446744073709551615 4520364 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/16379/statm: 374947 304741 395 112 0 369912 0
[pid=16379/tid=16380] ppid=16377 vsize=1499788 CPUtime=942.22 cores=1,3,5,7
/proc/16379/task/16380/stat : 16380 (strangenight1-m) R 16377 16379 16189 0 -1 4202560 1419879 0 0 0 93932 290 0 0 25 0 4 0 518756286 1535782912 304741 33554432000 4194304 4650419 140734055961632 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=16379/tid=16381] ppid=16377 vsize=1499788 CPUtime=937.16 cores=1,3,5,7
/proc/16379/task/16381/stat : 16381 (strangenight1-m) R 16377 16379 16189 0 -1 4202560 1303150 0 0 0 93423 293 0 0 25 0 4 0 518756287 1535782912 304741 33554432000 4194304 4650419 140734055961632 18446744073709551615 4476519 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=16379/tid=16382] ppid=16377 vsize=1499788 CPUtime=942.26 cores=1,3,5,7
/proc/16379/task/16382/stat : 16382 (strangenight1-m) R 16377 16379 16189 0 -1 4202560 1045985 0 0 0 93981 245 0 0 25 0 4 0 518756287 1535782912 304741 33554432000 4194304 4650419 140734055961632 18446744073709551615 4364336 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 3763.97
Current children cumulated vsize (KiB) 1499788

[startup+1002.3 s]
/proc/loadavg: 8.05 8.07 8.00 9/184 16410
/proc/meminfo: memFree=28722604/32951124 swapFree=67111416/67111528
[pid=16379] ppid=16377 vsize=1500548 CPUtime=4003.63 cores=1,3,5,7
/proc/16379/stat : 16379 (strangenight1-m) R 16377 16379 16189 0 -1 4202496 4415019 0 0 0 399341 1022 0 0 25 0 4 0 518756286 1536561152 306570 33554432000 4194304 4650419 140734055961632 18446744073709551615 4333710 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/16379/statm: 375137 306570 395 112 0 370102 0
[pid=16379/tid=16380] ppid=16377 vsize=1500548 CPUtime=1002.21 cores=1,3,5,7
/proc/16379/task/16380/stat : 16380 (strangenight1-m) R 16377 16379 16189 0 -1 4202560 1430400 0 0 0 99925 296 0 0 25 0 4 0 518756286 1536561152 306570 33554432000 4194304 4650419 140734055961632 18446744073709551615 4476502 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=16379/tid=16381] ppid=16377 vsize=1500548 CPUtime=996.83 cores=1,3,5,7
/proc/16379/task/16381/stat : 16381 (strangenight1-m) R 16377 16379 16189 0 -1 4202560 1601622 0 0 0 99346 337 0 0 25 0 4 0 518756287 1536561152 306570 33554432000 4194304 4650419 140734055961632 18446744073709551615 4476111 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=16379/tid=16382] ppid=16377 vsize=1500548 CPUtime=1002.25 cores=1,3,5,7
/proc/16379/task/16382/stat : 16382 (strangenight1-m) R 16377 16379 16189 0 -1 4202560 1075783 0 0 0 99966 259 0 0 25 0 4 0 518756287 1536561152 306570 33554432000 4194304 4650419 140734055961632 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 4003.63
Current children cumulated vsize (KiB) 1500548

[startup+1062.31 s]
/proc/loadavg: 8.05 8.06 8.00 9/184 16411
/proc/meminfo: memFree=28775272/32951124 swapFree=67111416/67111528
[pid=16379] ppid=16377 vsize=1501392 CPUtime=4243.32 cores=1,3,5,7
/proc/16379/stat : 16379 (strangenight1-m) R 16377 16379 16189 0 -1 4202496 4779138 0 0 0 423232 1100 0 0 25 0 4 0 518756286 1537425408 294685 33554432000 4194304 4650419 140734055961632 18446744073709551615 4364340 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/16379/statm: 375348 294685 395 112 0 370313 0
[pid=16379/tid=16380] ppid=16377 vsize=1501392 CPUtime=1062.21 cores=1,3,5,7
/proc/16379/task/16380/stat : 16380 (strangenight1-m) R 16377 16379 16189 0 -1 4202560 1440428 0 0 0 105918 303 0 0 25 0 4 0 518756286 1537425408 294685 33554432000 4194304 4650419 140734055961632 18446744073709551615 4363416 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=16379/tid=16381] ppid=16377 vsize=1501392 CPUtime=1056.5 cores=1,3,5,7
/proc/16379/task/16381/stat : 16381 (strangenight1-m) R 16377 16379 16189 0 -1 4202560 1907785 0 0 0 105270 380 0 0 25 0 4 0 518756287 1537425408 294685 33554432000 4194304 4650419 140734055961632 18446744073709551615 4476331 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=16379/tid=16382] ppid=16377 vsize=1501392 CPUtime=1062.26 cores=1,3,5,7
/proc/16379/task/16382/stat : 16382 (strangenight1-m) R 16377 16379 16189 0 -1 4202560 1105315 0 0 0 105950 276 0 0 25 0 4 0 518756287 1537425408 294685 33554432000 4194304 4650419 140734055961632 18446744073709551615 4366835 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 4243.32
Current children cumulated vsize (KiB) 1501392

[startup+1122.3 s]
/proc/loadavg: 8.23 8.11 8.02 9/184 16413
/proc/meminfo: memFree=28630916/32951124 swapFree=67111416/67111528
[pid=16379] ppid=16377 vsize=1633164 CPUtime=4482.97 cores=1,3,5,7
/proc/16379/stat : 16379 (strangenight1-m) R 16377 16379 16189 0 -1 4202496 5402594 0 0 0 447082 1215 0 0 25 0 4 0 518756286 1672359936 331035 33554432000 4194304 4650419 140734055961632 18446744073709551615 4363541 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/16379/statm: 408291 331035 410 112 0 403256 0
[pid=16379/tid=16380] ppid=16377 vsize=1633164 CPUtime=1122.2 cores=1,3,5,7
/proc/16379/task/16380/stat : 16380 (strangenight1-m) R 16377 16379 16189 0 -1 4202560 1468719 0 0 0 111902 318 0 0 25 0 4 0 518756286 1672359936 331035 33554432000 4194304 4650419 140734055961632 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=16379/tid=16381] ppid=16377 vsize=1633164 CPUtime=1116.17 cores=1,3,5,7
/proc/16379/task/16381/stat : 16381 (strangenight1-m) R 16377 16379 16189 0 -1 4202560 2243097 0 0 0 111188 429 0 0 25 0 4 0 518756287 1672359936 331035 33554432000 4194304 4650419 140734055961632 18446744073709551615 4476514 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=16379/tid=16382] ppid=16377 vsize=1633164 CPUtime=1122.25 cores=1,3,5,7
/proc/16379/task/16382/stat : 16382 (strangenight1-m) R 16377 16379 16189 0 -1 4202560 1343870 0 0 0 111910 315 0 0 25 0 4 0 518756287 1672359936 331035 33554432000 4194304 4650419 140734055961632 18446744073709551615 4476133 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 4482.97
Current children cumulated vsize (KiB) 1633164

[startup+1182.3 s]
/proc/loadavg: 8.21 8.12 8.02 9/184 16414
/proc/meminfo: memFree=28658044/32951124 swapFree=67111416/67111528
[pid=16379] ppid=16377 vsize=1577352 CPUtime=4722.64 cores=1,3,5,7
/proc/16379/stat : 16379 (strangenight1-m) R 16377 16379 16189 0 -1 4202496 6135763 0 0 0 470917 1347 0 0 25 0 4 0 518756286 1615208448 323956 33554432000 4194304 4650419 140734055961632 18446744073709551615 4366920 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/16379/statm: 394338 323956 402 112 0 389303 0
[pid=16379/tid=16380] ppid=16377 vsize=1577352 CPUtime=1182.19 cores=1,3,5,7
/proc/16379/task/16380/stat : 16380 (strangenight1-m) R 16377 16379 16189 0 -1 4202560 1492540 0 0 0 117886 333 0 0 25 0 4 0 518756286 1615208448 323956 33554432000 4194304 4650419 140734055961632 18446744073709551615 4303973 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=16379/tid=16381] ppid=16377 vsize=1577352 CPUtime=1175.84 cores=1,3,5,7
/proc/16379/task/16381/stat : 16381 (strangenight1-m) R 16377 16379 16189 0 -1 4202560 2656489 0 0 0 117092 492 0 0 25 0 4 0 518756287 1615208448 323956 33554432000 4194304 4650419 140734055961632 18446744073709551615 4476309 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=16379/tid=16382] ppid=16377 vsize=1577352 CPUtime=1182.25 cores=1,3,5,7
/proc/16379/task/16382/stat : 16382 (strangenight1-m) R 16377 16379 16189 0 -1 4202560 1618957 0 0 0 117870 355 0 0 25 0 4 0 518756287 1615208448 323956 33554432000 4194304 4650419 140734055961632 18446744073709551615 4476519 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 4722.64
Current children cumulated vsize (KiB) 1577352



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1201.7 s]
/proc/loadavg: 8.15 8.11 8.02 5/180 16416
/proc/meminfo: memFree=29195112/32951124 swapFree=67111416/67111528
[pid=16379] ppid=16377 vsize=1633856 CPUtime=4800.15 cores=1,3,5,7
/proc/16379/stat : 16379 (strangenight1-m) R 16377 16379 16189 0 -1 4202496 6381395 0 0 0 478623 1392 0 0 25 0 4 0 518756286 1673068544 339833 33554432000 4194304 4650419 140734055961632 18446744073709551615 4365227 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/16379/statm: 408464 339833 395 112 0 403429 0
[pid=16379/tid=16380] ppid=16377 vsize=1633856 CPUtime=1201.6 cores=1,3,5,7
/proc/16379/task/16380/stat : 16380 (strangenight1-m) R 16377 16379 16189 0 -1 4202560 1500854 0 0 0 119822 338 0 0 25 0 4 0 518756286 1673068544 339833 33554432000 4194304 4650419 140734055961632 18446744073709551615 4520364 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=16379/tid=16381] ppid=16377 vsize=1633856 CPUtime=1195.15 cores=1,3,5,7
/proc/16379/task/16381/stat : 16381 (strangenight1-m) R 16377 16379 16189 0 -1 4202560 2795853 0 0 0 119003 512 0 0 25 0 4 0 518756287 1673068544 339833 33554432000 4194304 4650419 140734055961632 18446744073709551615 4476519 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=16379/tid=16382] ppid=16377 vsize=1633856 CPUtime=1201.65 cores=1,3,5,7
/proc/16379/task/16382/stat : 16382 (strangenight1-m) R 16377 16379 16189 0 -1 4202560 1709391 0 0 0 119795 370 0 0 25 0 4 0 518756287 1673068544 339833 33554432000 4194304 4650419 140734055961632 18446744073709551615 4476519 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 4800.15
Current children cumulated vsize (KiB) 1633856

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

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

[startup+1201.7 s]
/proc/loadavg: 8.15 8.11 8.02 5/180 16416
/proc/meminfo: memFree=29195112/32951124 swapFree=67111416/67111528
[pid=16379] ppid=16377 vsize=1633856 CPUtime=4800.15 cores=1,3,5,7
/proc/16379/stat : 16379 (strangenight1-m) R 16377 16379 16189 0 -1 4202496 6381395 0 0 0 478623 1392 0 0 25 0 4 0 518756286 1673068544 339833 33554432000 4194304 4650419 140734055961632 18446744073709551615 4365227 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/16379/statm: 408464 339833 395 112 0 403429 0
[pid=16379/tid=16380] ppid=16377 vsize=1633856 CPUtime=1201.6 cores=1,3,5,7
/proc/16379/task/16380/stat : 16380 (strangenight1-m) R 16377 16379 16189 0 -1 4202560 1500854 0 0 0 119822 338 0 0 25 0 4 0 518756286 1673068544 339833 33554432000 4194304 4650419 140734055961632 18446744073709551615 4520364 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=16379/tid=16381] ppid=16377 vsize=1633856 CPUtime=1195.15 cores=1,3,5,7
/proc/16379/task/16381/stat : 16381 (strangenight1-m) R 16377 16379 16189 0 -1 4202560 2795853 0 0 0 119003 512 0 0 25 0 4 0 518756287 1673068544 339833 33554432000 4194304 4650419 140734055961632 18446744073709551615 4476519 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=16379/tid=16382] ppid=16377 vsize=1633856 CPUtime=1201.65 cores=1,3,5,7
/proc/16379/task/16382/stat : 16382 (strangenight1-m) R 16377 16379 16189 0 -1 4202560 1709391 0 0 0 119795 370 0 0 25 0 4 0 518756287 1673068544 339833 33554432000 4194304 4650419 140734055961632 18446744073709551615 4476519 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 4800.15
Current children cumulated vsize (KiB) 1633856

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1201.77
CPU time (s): 4800.23
CPU user time (s): 4786.26
CPU system time (s): 13.9749
CPU usage (%): 399.431
Max. virtual memory (cumulated for all children) (KiB): 1633856

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4786.26
system time used= 13.9749
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 6381397
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= 1965
involuntary context switches= 34532

runsolver used 1.74773 second user time and 4.82926 second system time

The end

Launcher Data

Begin job on node102 at 2011-04-29 12:05:39
IDJOB=3174981
IDBENCH=82599
IDSOLVER=1588
FILE ID=node102/3174981-1304071539
RUNJOBID= node102-1304071539-16357
PBS_JOBID= 13170484
Free space on /tmp= 71552 MiB

SOLVER NAME= CryptoMiniSat Strange-Night-1-mt
BENCH NAME= SAT11/random/large/unif-k3-r4.2-v20000-c84000-S525505471-054-UNKNOWN.cnf
COMMAND LINE= ./strangenight1-mt --threads=NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3174981-1304071539/watcher-3174981-1304071539 -o /tmp/evaluation-result-3174981-1304071539/solver-3174981-1304071539 -C 4800 -W 1300 -M 15500  ./strangenight1-mt --threads=4 HOME/instance-3174981-1304071539.cnf

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

MD5SUM BENCH= d09435f2d651fd373230433133c15edb
RANDOM SEED=2118092774

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

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

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      30550808 kB
Buffers:        637312 kB
Cached:        1265740 kB
SwapCached:          8 kB
Active:         264940 kB
Inactive:      1710856 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      30550808 kB
SwapTotal:    67111528 kB
SwapFree:     67111416 kB
Dirty:           14420 kB
Writeback:           0 kB
AnonPages:       72240 kB
Mapped:          15264 kB
Slab:           360260 kB
PageTables:       4876 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   277340 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= 71552 MiB
End job on node102 at 2011-04-29 12:25:43